aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK.iso-8859-1/lang.lang.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-02-19 00:31:09 +0000
committergweltas <gweltas@piwigo.org>2004-02-19 00:31:09 +0000
commit78df1f97d366e5f9e4115c658ad91fab70717f29 (patch)
tree518126d0a8728d9a2c81155e6ce6527b74fbaf92 /language/en_UK.iso-8859-1/lang.lang.php
parent19b4964996483b51338deedbdf1dafc6d7ec16d8 (diff)
Split of langage files
git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/lang.lang.php')
-rw-r--r--language/en_UK.iso-8859-1/lang.lang.php40
1 files changed, 40 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/lang.lang.php b/language/en_UK.iso-8859-1/lang.lang.php
new file mode 100644
index 000000000..51a127db9
--- /dev/null
+++ b/language/en_UK.iso-8859-1/lang.lang.php
@@ -0,0 +1,40 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | index.lang.php |
+// +-----------------------------------------------------------------------+
+// | application : PhpWebGallery <http://phpwebgallery.net> |
+// | branch : 1.4 |
+// +-----------------------------------------------------------------------+
+// | file : $RCSfile$
+// | last update : $Date$
+// | last modifier : $Author$
+// | revision : $Revision$
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
+$lang['lang'] = array(
+ 'fr_FR'=>'French',
+ 'en_EN'=>'English',
+ 'es_ES'=>'Spanish',
+ 'de_DE'=>'German',
+ 'ca'=>'Catalan',
+ 'no'=>'Norsk',
+ 'hu'=>'Hungarian',
+ 'ja'=>'Japanese',
+ 'sv'=>'Swedish'
+ );
+
+?> \ No newline at end of file