Changeset c7977d5d05c34086ae8d96c341fae3d2c5bfcb5b

Show
Ignore:
Timestamp:
30/06/07 02:11:32 (1 year ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1183162292 +0000
git-parent:

[ddec4030899ef8c21a9e2864a75b7135a683ef9a]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1183162292 +0000
Message:

Activate the polish translation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-module.c

    rf166db4 rc7977d5  
    4141static const char *ppsz_language[] = 
    4242{ "auto", "ar", "en", "en_GB", "ca", "cs", "da", "de", "es", "fa"  "fr", "gl", 
    43     "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pt_BR", "ro", "ru", 
    44     "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" }; 
     43    "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pl", "pt_BR", "ro",  
     44    "ru", "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" }; 
    4545 
    4646static const char *ppsz_language_text[] = 
     
    4949N_("Persian"), N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"), 
    5050N_("Italian"), N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Malay"), 
    51 N_("Dutch"), N_("Occitan"), N_("Brazilian Portuguese"), N_("Romanian"), 
    52 N_("Russian"), N_("Slovak"), N_("Slovenian"), N_("Swedish"), N_("Turkish"), 
    53 N_("Simplified Chinese"), N_("Chinese Traditional") }; 
     51N_("Dutch"), N_("Occitan"), N_("Polish"), N_("Brazilian Portuguese"),  
     52N_("Romanian"), N_("Russian"), N_("Slovak"), N_("Slovenian"), N_("Swedish"), 
     53N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") }; 
    5454#endif 
    5555