aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Language.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Language.class.php')
-rw-r--r--inc/poche/Language.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Language.class.php b/inc/poche/Language.class.php
index 420f2fb9..962159c0 100644
--- a/inc/poche/Language.class.php
+++ b/inc/poche/Language.class.php
@@ -17,7 +17,7 @@ class Language
17 private $languageNames = array( 17 private $languageNames = array(
18 'cs_CZ.utf8' => 'čeština', 18 'cs_CZ.utf8' => 'čeština',
19 'de_DE.utf8' => 'German', 19 'de_DE.utf8' => 'German',
20 'en_EN.utf8' => 'English', 20 'en_GB.utf8' => 'English (GB)',
21 'en_US.utf8' => 'English (US)', 21 'en_US.utf8' => 'English (US)',
22 'es_ES.utf8' => 'Español', 22 'es_ES.utf8' => 'Español',
23 'fa_IR.utf8' => 'فارسی', 23 'fa_IR.utf8' => 'فارسی',