aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK.iso-8859-1/lang.lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'language/en_UK.iso-8859-1/lang.lang.php')
-rw-r--r--language/en_UK.iso-8859-1/lang.lang.php41
1 files changed, 0 insertions, 41 deletions
diff --git a/language/en_UK.iso-8859-1/lang.lang.php b/language/en_UK.iso-8859-1/lang.lang.php
deleted file mode 100644
index b6e229b5e..000000000
--- a/language/en_UK.iso-8859-1/lang.lang.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?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'
- );
-
-$lang['charset'] = 'iso-8859-1';
-?> \ No newline at end of file