summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7eeebd8)
raw | patch | inline | side by side (parent: 7eeebd8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Aug 2007 08:13:58 +0000 (08:13 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Aug 2007 08:13:58 +0000 (08:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6952 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Language.inc | patch | blob | history |
index fffd0c4a9dac359ea1b5c894e17375beb782cdc5..909704f191f2d06665dc51fc4a0bdcf935851ac3 100644 (file)
$this->languages = array("" => _("Automatic"),
"de_DE" => _("German"),
"fr_FR" => _("French"),
+ "it_IT" => _("Italian"),
+ "es_ES" => _("Spanish"),
"en_EN" => _("English"),
"nl_NL" => _("Dutch"),
+ "pl_PL" => _("Polish"),
+ "sv_SV" => _("Swedish"),
"zh_CN" => _("Chinese"),
"ru_RU" => _("Russian"));
asort($this->languages);