diff options
Diffstat (limited to 'language/en_UK.iso-8859-1/lang.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/lang.lang.php | 40 |
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 |