]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
* ALL: added Nepali as the last of Simos Xenitellis' list of languages
[vlc] / src / libvlc.h
index 4d9cad154d1005f6087048ea10d5b339d17e80cb..1fb7ae169b79b4d990812342d4bad488b21c551b 100644 (file)
 
 static char *ppsz_language[] =
 { "auto", "en", "en_GB", "bn", "da", "de", "el", "es",
-  "fr", "hi", "hu", "it", "ja", "my", "nl", "no",
+  "fr", "hi", "hu", "it", "ja", "my", "ne", "nl", "no",
   "pl", "ps", "pt_BR", "ru", "sv", "tet", "tl" };
 static char *ppsz_language_text[] =
 { N_("Auto"), N_("American"), N_("British"), N_("Bengali"), N_("Danish"), N_("German"), N_("Greek"), N_("Spanish"),
-  N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Dutch"), N_("Norwegian"),
+  N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Nepali"), N_("Dutch"), N_("Norwegian"),
   N_("Polish"), N_("Pashto"), N_("Brazilian"), N_("Russian"), N_("Swedish"), N_("Tetum"), N_("Tagalog") };
 
 static char *ppsz_snap_formats[] =
@@ -343,7 +343,7 @@ static char *ppsz_clock_descriptions[] =
     "Give the language of the audio track you want to use " \
     "(comma separted, two or tree letter country code).")
 
-#define INPUT_SUBTRACK_LANG_TEXT N_("Choose subtitle track")
+#define INPUT_SUBTRACK_LANG_TEXT N_("Choose subtitle language")
 #define INPUT_SUBTRACK_LANG_LONGTEXT N_( \
     "Give the language of the subtitle track you want to use " \
     "(comma separted, two or tree letter country code).")