Changeset 95a7988d4f9715267c8881cbdfa4b02f2b5bdd06

Show
Ignore:
Timestamp:
09/07/05 19:44:36 (3 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1126115076 +0000
git-parent:

[acaa112886bf98bba5e1ec73363160ac390ccc7e]

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

* new Korean translation by Han HoJoong? <0demon0@paran.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NEWS

    r92500e1 r95a7988  
    3636    - New bookmarks window 
    3737    - Fixed playlist sorting 
     38    - Fixed drag-and-drop inside the playlist 
    3839 * wxWidgets 
    3940    - Rename wxWindows interface in wxWidgets. 
     
    5051 
    5152Translations: 
    52  The following language was added: 
     53 The following languages were added: 
     54 * Korean 
    5355 * Romanian 
    5456 
  • THANKS

    r2ddfebf r95a7988  
    4646Frank Chao <frank0624 at gmail.com> - Chinese Traditional translation 
    4747Fumio Nakayama <endymion at ca2.so-net.ne.jp> - Japanese translation 
    48 Gregory Hazel <ghazel et gmail dot com> - wxWidgets fixes and improvements 
     48Gregory Hazel <ghazel at gmail dot com> - wxWidgets fixes and improvements 
    4949Goetz Waschk <waschk at informatik.uni-rostock dot de> - Mandrake packages 
    5050Haakon Meland Eriksen - Norwegian translation 
     51Han HoJoong <0demon0 at paran dot com> - Korean translation 
    5152Hans-Peter Jansen <hpj at urpla.net> - patch for module options handling 
    5253Jan Gerber <j at v2v dot org> - patch theora decoding aspect ratio 
  • configure.ac

    rf36ca54 r95a7988  
    222222dnl Gettext stuff 
    223223dnl 
    224 ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR ro ru tr zh_TW" 
     224ALL_LINGUAS="ca da de en_GB es fr it ja ko nl pt_BR ro ru tr zh_TW" 
    225225AM_GNU_GETTEXT_VERSION(0.11.5) 
    226226AM_GNU_GETTEXT 
  • src/libvlc.h

    r9da70ef r95a7988  
    3030static char *ppsz_language[] = 
    3131{ "auto", "en", "en_GB", "ca", "da", "de", "es", 
    32   "fr", "it", "ja", "nl", "pt_BR", "ro", "ru", "tr", "zh_TW" }; 
     32  "fr", "it", "ja", "ko", "nl", "pt_BR", "ro", "ru", "tr", "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_("Dutch"), N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Turkish"), 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_("Korean"), N_("Dutch"), N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Turkish"), N_("Chinese Traditional") }; 
    3535 
    3636static char *ppsz_snap_formats[] = 
  • src/misc/darwin_specific.m

    radf3879 r95a7988  
    5151        "Italian", "it", 
    5252        "Japanese", "ja", 
     53        "Korean", "ko", 
    5354        "Dutch", "nl", 
    5455        "Brazillian Portuguese", "pt_BR",