From 78df1f97d366e5f9e4115c658ad91fab70717f29 Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 19 Feb 2004 00:31:09 +0000 Subject: Split of langage files git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/lang.lang.php | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 language/en_UK.iso-8859-1/lang.lang.php (limited to 'language/en_UK.iso-8859-1/lang.lang.php') 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 @@ + | +// | 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 -- cgit v1.2.3