[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r21794: {check} these are all the po files that appear sufficiently translat (check/trunk/cgi-bin)



Author: arma
Date: 2010-03-03 23:51:14 +0000 (Wed, 03 Mar 2010)
New Revision: 21794

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
these are all the po files that appear sufficiently translated.


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2010-03-03 23:14:10 UTC (rev 21793)
+++ check/trunk/cgi-bin/TorCheck.py	2010-03-03 23:51:14 UTC (rev 21794)
@@ -83,16 +83,31 @@
 
 def getLocales():
     locale_descriptions = {
+    'ar' : 'عربية (Arabiya)',
+    'bms' : 'Burmese',
+    'cs' : 'česky',
+    'da' : 'dansk',
     'de' : 'Deutsch',
+    'el' : 'Ελληνικά (Ellinika)',
     'en_US' : 'English',
     'es' : 'español',
-    'fa_IR' : 'fa_IR',
+    'et' : 'Estonian',
+    'fa_IR' : 'Farsi',
     'fr' : 'français',
     'it_IT' : 'Italiano',
     'ja' : '日本語 (Nihongo)',
+    'nb' : 'norsk (bokmål)',
+    'nl' : 'Nederlands',
     'pl' : 'polski',
-    'pt_BR' : 'Português',
+    'pt' : 'Português',
+    'pt_BR' : 'Português do Brasil',
+    'ro' : 'română',
+    'fi' : 'suomi',
     'ru' : 'Русский (Russkij)',
+    'th' : 'Thai',
+    'tr' : 'Türkçe',
+    'uk' : 'українська (ukrajins\'ka)',
+    'vi' : 'Vietnamese',
     'zh_CN' : '中文(简)' }
     return locale_descriptions