Changeset ce1647fa1324d99f7ff13354f85b3b6fa13a2b2e

Show
Ignore:
Timestamp:
02/16/05 19:00:06 (4 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1108576806 +0000
git-parent:

[a48ff7467a706c3af3384b79b70f5c4d5efe8954]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1108576806 +0000
Message:

* ALL: added Nepali as the last of Simos Xenitellis' list of languages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r475694d rce1647f  
    207207dnl Gettext stuff 
    208208dnl 
    209 ALL_LINGUAS="bn da de el en_GB es fr hi hu it ja my nl no pl ps pt_BR ru sv tet tl" 
     209ALL_LINGUAS="bn da de el en_GB es fr hi hu it ja my ne nl no pl ps pt_BR ru sv tet tl" 
    210210AM_GNU_GETTEXT_VERSION(0.11.5) 
    211211AM_GNU_GETTEXT 
  • src/libvlc.h

    r22d112f rce1647f  
    2929static char *ppsz_language[] = 
    3030{ "auto", "en", "en_GB", "bn", "da", "de", "el", "es", 
    31   "fr", "hi", "hu", "it", "ja", "my", "nl", "no", 
     31  "fr", "hi", "hu", "it", "ja", "my", "ne", "nl", "no", 
    3232  "pl", "ps", "pt_BR", "ru", "sv", "tet", "tl" }; 
    3333static char *ppsz_language_text[] = 
    3434{ N_("Auto"), N_("American"), N_("British"), N_("Bengali"), N_("Danish"), N_("German"), N_("Greek"), N_("Spanish"), 
    35   N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Dutch"), N_("Norwegian"), 
     35  N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Nepali"), N_("Dutch"), N_("Norwegian"), 
    3636  N_("Polish"), N_("Pashto"), N_("Brazilian"), N_("Russian"), N_("Swedish"), N_("Tetum"), N_("Tagalog") }; 
    3737 
  • src/misc/darwin_specific.m

    ra3a8204 rce1647f  
    5454        "Japanese", "ja", 
    5555        "Burmese", "my", 
     56        "Nepali", "ne", 
    5657        "Dutch", "nl", 
    5758        "Norwegian", "no",