renamed all languages to standard codes

This commit is contained in:
Uwe Steinmann 2013-02-27 20:39:54 +01:00
parent 1c4fdce6af
commit ea4abbab10
28 changed files with 32 additions and 0 deletions

View File

@ -806,4 +806,20 @@ $text["workflow_summary"] = "Übersicht Workflows";
$text["workflow_user_summary"] = "Übersicht Benutzer";
$text["year_view"] = "Jahresansicht";
$text["yes"] = "Ja";
$text["ca_ES"] = "Katalanisch";
$text["cs_CZ"] = "Tschechisch";
$text["de_DE"] = "Deutsch";
$text["en_GB"] = "Englishh (GB)";
$text["es_ES"] = "Spanisch";
$text["fr_FR"] = "Französisch";
$text["hu_HU"] = "Ungarisch";
$text["it_IT"] = "Italienisch";
$text["nl_NL"] = "Hollandisch";
$text["pt_BR"] = "Portugiesisch (BR)";
$text["ru_RU"] = "Russisch";
$text["sk_SK"] = "Slovakisch";
$text["sv_SE"] = "Schwedisch";
$text["zh_CN"] = "Chinesisch (CN)";
$text["zh_TW"] = "Chinesisch (TW)";
?>

View File

@ -810,4 +810,20 @@ $text["workflow_summary"] = "Workflow summary";
$text["workflow_user_summary"] = "User summary";
$text["year_view"] = "Year View";
$text["yes"] = "Yes";
$text["ca_ES"] = "Catalan";
$text["cs_CZ"] = "Czech";
$text["de_DE"] = "German";
$text["en_GB"] = "English (GB)";
$text["es_ES"] = "Spanish";
$text["fr_FR"] = "French";
$text["hu_HU"] = "Hungarian";
$text["it_IT"] = "Italian";
$text["nl_NL"] = "Dutch";
$text["pt_BR"] = "Portugese (BR)";
$text["ru_RU"] = "Russian";
$text["sk_SK"] = "Slovak";
$text["sv_SE"] = "Swedish";
$text["zh_CN"] = "Chinese (CN)";
$text["zh_TW"] = "Chinese (TW)";
?>