Changeset 83b9a0f8846aa07756d979f8886ff7fe7038c722

Show
Ignore:
Timestamp:
01/09/06 21:57:53 (3 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1136840273 +0000
git-parent:

[741f1682eef828da9e05ef16bf9a0f4e9b9edcaa]

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

Add Georgian localization. Thanks to Alexander Didebulidze.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    rdfdc9cb r83b9a0f  
    99The VideoLAN team would like to thank the following contributors: 
    1010 
     11Alexander Didebulidze <alexander.didebulidze at stusta dot mhn dot de> - Georgian localization 
    1112Alex Izvorski <aizvorski at gmail dot com> - some more x264 options 
    1213AndrĂ© de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization 
  • configure.ac

    r4074989 r83b9a0f  
    260260dnl Gettext stuff 
    261261dnl 
    262 ALL_LINGUAS="ca da de en_GB es fr it ja ko nl pt_BR ro ru sv tr zh_CN zh_TW" 
     262ALL_LINGUAS="ca da de en_GB es fr it ja ka ko nl pt_BR ro ru sv tr zh_CN zh_TW" 
    263263AM_GNU_GETTEXT_VERSION(0.11.5) 
    264264AM_GNU_GETTEXT 
  • src/libvlc.h

    rbbfd7e4 r83b9a0f  
    3030static char *ppsz_language[] = 
    3131{ "auto", "en", "en_GB", "ca", "da", "de", "es", 
    32   "fr", "it", "ja", "ko", "nl", "pt_BR", "ro", "ru", "tr", "zh_CN", "zh_TW" }; 
     32  "fr", "it", "ja", "ka","ko", "nl", "pt_BR", "ro", "ru", "tr", "zh_CN", "zh_TW" }; 
    3333static char *ppsz_language_text[] = 
    34 { N_("Auto"), N_("American English"), N_("British English"), N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), N_("Italian"), N_("Japanese"), N_("Korean"), N_("Dutch"), N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") }; 
     34{ N_("Auto"), N_("American English"), N_("British English"), N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), N_("Italian"), N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Dutch"), N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") }; 
    3535 
    3636static char *ppsz_snap_formats[] = 
  • src/misc/darwin_specific.m

    r6796f4e r83b9a0f  
    5252        "Japanese", "ja", 
    5353        "Korean", "ko", 
     54    "Georgian", "ka", 
    5455        "Dutch", "nl", 
    5556        "Brazillian Portuguese", "pt_BR",