[Xfce4-commits] <www:nick/transifex> Remove translations from the array.
Nick Schermer
noreply at xfce.org
Sat Nov 7 12:30:03 CET 2009
Updating branch refs/heads/nick/transifex
to 23debe45e2c8ca659e40280f64fea6cdde413b6f (commit)
from cb43112723aa7642bc610df6f142ad000af09566 (commit)
commit 23debe45e2c8ca659e40280f64fea6cdde413b6f
Author: Nick Schermer <nick at xfce.org>
Date: Sat Nov 7 11:34:02 2009 +0100
Remove translations from the array.
include/arrays.php | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diff --git a/include/arrays.php b/include/arrays.php
index 179dc41..57b3ab7 100644
--- a/include/arrays.php
+++ b/include/arrays.php
@@ -25,24 +25,7 @@
* - 3rd for php's setlocale function
*/
$languages = array (
- "be" => array ('Belarusian','UTF-8', 'be_BY.utf8'),
-/* "ca" => array ('Catalan','UTF-8', 'ca_ES.utf8'), */
- "da" => array ('Dansk','UTF-8', 'da_DA'),
- "de" => array ('Deutsch','UTF-8', 'de_DE.utf8'),
- "en" => array ('English', 'UTF-8', 'en_EN'),
- "es" => array ('Español', 'UTF-8', 'es_ES'),
- "eu" => array ('Basque', 'UTF-8', 'eu'),
- "ca" => array ('Català', 'UTF-8', 'ca'),
- "fr" => array ('Français', 'UTF-8', 'fr_FR.utf8'),
- "id" => array ('Bahasa Indonesia', 'UTF-8', 'id_ID'),
-/* "it" => array ('Italiano', 'UTF-8', 'it'), */
- "ja" => array ('Nihon', 'UTF-8', 'ja_JP.utf8'),
- "nl" => array ('Nederlands', 'UTF-8', 'nl_NL'),
- "pt_BR" => array ('Português do Brasil', 'UTF-8', 'pt_BR.utf8'),
- "pt_PT" => array ('Português', 'UTF-8', 'pt_PT.utf8'),
- "sq" => array ('Shqip', 'UTF-8', 'sq_AL.utf8'),
- "sv" => array ('Svenska', 'UTF-8', 'sv_SE'),
- "zh_CN" => array ('简体中文', 'UTF-8', 'zh_CN'),
+ "en" => array ('English', 'UTF-8', 'en_EN')
);
/* Internal style names. The visible names are located in the i18n/header.xx.php file */
More information about the Xfce4-commits
mailing list