Commit 913b14ba authored by Christophe Mutricy's avatar Christophe Mutricy

i18n: Don't translate language names

Leave them in their respective language so that people get a chance to
go back to their language if they mess with language settings
parent 065f7608
...@@ -86,41 +86,41 @@ static const char *const ppsz_language[] = ...@@ -86,41 +86,41 @@ static const char *const ppsz_language[] =
static const char *const ppsz_language_text[] = static const char *const ppsz_language_text[] =
{ {
N_("Auto"), N_("Auto"),
N_("American English"), "American English",
N_("Arabic"), "ﻉﺮﺒﻳ",
N_("Brazilian Portuguese"), "Português Brasileiro",
N_("British English"), "British English",
N_("Bulgarian"), "български език",
N_("Catalan"), "Català",
N_("Chinese Traditional"), "正體中文",
N_("Czech"), "Čeština",
N_("Danish"), "Dansk",
N_("Dutch"), "Nederlands",
N_("Finnish"), "Suomi",
N_("French"), "Français",
N_("Galician"), "Galego",
N_("Georgian"), "ქართული",
N_("German"), "Deutsch",
N_("Hebrew"), "עברית",
N_("Hungarian"), "Magyar",
N_("Italian"), "Italiano",
N_("Japanese"), "日本語",
N_("Korean"), "한국어",
N_("Malay"), "Melayu",
N_("Occitan"), "Occitan",
N_("Persian"), "ﻑﺍﺮﺳی",
N_("Polish"), "Polski",
N_("Portuguese"), "Português",
N_("Punjabi"), "ਪੰਜਾਬੀ",
N_("Romanian"), "Română",
N_("Russian"), "Русский",
N_("Simplified Chinese"), "简体中文",
N_("Serbian"), "српски",
N_("Slovak"), "Slovensky",
N_("Slovenian"), "slovenščina",
N_("Spanish"), "Español",
N_("Swedish"), "Svenska",
N_("Turkish"), "Türkçe",
}; };
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment