[vlc-devel] commit: i18n: Don't translate language names	(Christophe Mutricy )
    git version control 
    git at videolan.org
       
    Sun Feb  1 00:00:04 CET 2009
    
    
  
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Jan 30 22:14:46 2009 +0000| [913b14ba9013ad272808cba3058113f01eb287d1] | committer: 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
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=913b14ba9013ad272808cba3058113f01eb287d1
---
 src/libvlc-module.c |   70 +++++++++++++++++++++++++-------------------------
 1 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 5f22915..29a3b17 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -86,41 +86,41 @@ static const char *const ppsz_language[] =
 static const char *const ppsz_language_text[] =
 {
     N_("Auto"),
-    N_("American English"),
-    N_("Arabic"),
-    N_("Brazilian Portuguese"),
-    N_("British English"),
-    N_("Bulgarian"),
-    N_("Catalan"),
-    N_("Chinese Traditional"),
-    N_("Czech"),
-    N_("Danish"),
-    N_("Dutch"),
-    N_("Finnish"),
-    N_("French"),
-    N_("Galician"),
-    N_("Georgian"),
-    N_("German"),
-    N_("Hebrew"),
-    N_("Hungarian"),
-    N_("Italian"),
-    N_("Japanese"),
-    N_("Korean"),
-    N_("Malay"),
-    N_("Occitan"),
-    N_("Persian"),
-    N_("Polish"),
-    N_("Portuguese"),
-    N_("Punjabi"),
-    N_("Romanian"),
-    N_("Russian"),
-    N_("Simplified Chinese"),
-    N_("Serbian"),
-    N_("Slovak"),
-    N_("Slovenian"),
-    N_("Spanish"),
-    N_("Swedish"),
-    N_("Turkish"),
+    "American English",
+    "ﻉﺮﺒﻳ",
+    "Português Brasileiro",
+    "British English",
+    "български език",
+    "Català",
+    "正體中文",
+    "Čeština",
+    "Dansk",
+    "Nederlands",
+    "Suomi",
+    "Français",
+    "Galego",
+    "ქართული",
+    "Deutsch",
+    "עברית",
+    "Magyar",
+    "Italiano",
+    "日本語",
+    "한국어",
+    "Melayu",
+    "Occitan",
+    "ﻑﺍﺮﺳی",
+    "Polski",
+    "Português",
+    "ਪੰਜਾਬੀ",
+    "Română",
+    "Русский",
+    "简体中文",
+    "српски",
+    "Slovensky",
+    "slovenščina",
+    "Español",
+    "Svenska",
+    "Türkçe",
 };
 #endif
 
    
    
More information about the vlc-devel
mailing list