Changeset 10638f592027f7548319601660772be38a16d724

Show
Ignore:
Timestamp:
01/09/06 23:01:57 (3 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1136844117 +0000
git-parent:

[83b9a0f8846aa07756d979f8886ff7fe7038c722]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1136844117 +0000
Message:

Occitan localization. Many thanks to laurent jonqueres

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    r83b9a0f r10638f5  
    7575Julien Blache <jb at technologeek.org> - disc ejection code 
    7676kty0ne - WinAmp 5 skin for VLC 
     77Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization 
    7778Lorena Gomes - Catalan translation 
    7879Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input 
    79 Marco Munderloh <Marco.Munderloh@web.de> - HTTP fix for Win32 to URL filenames 
     80Marco Munderloh <Marco.Munderloh at web.de> - HTTP fix for Win32 to URL filenames 
    8081Mark Gritter <mgritter at kealia.com> - fix for netlist packet leak in demuxPSI 
    8182Markus Kern <markus-kern at gmx dot net> - video output window fixes (win32) 
  • src/libvlc.h

    r83b9a0f r10638f5  
    2929 
    3030static char *ppsz_language[] = 
    31 { "auto", "en", "en_GB", "ca", "da", "de", "es", 
    32   "fr", "it", "ja", "ka","ko", "nl", "pt_BR", "ro", "ru", "tr", "zh_CN", "zh_TW" }; 
     31{ "auto", "en", "en_GB", "ca", "da", "de", "es", "fr", "it", "ja", 
     32"ka","ko", "nl", "oc", "pt_BR", "ro", "ru", "tr", "zh_CN", "zh_TW" }; 
     33 
    3334static 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_("Georgian"), N_("Korean"), N_("Dutch"), N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") }; 
     35{ N_("Auto"), N_("American English"), N_("British English"), 
     36N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), 
     37N_("Italian"), N_("Japanese"),N_("Georgian"), N_("Korean"), 
     38N_("Dutch"), N_("Occitan"), N_("Brazilian Portuguese"), N_("Romanian"), 
     39N_("Russian"), N_("Turkish"), N_("Simplified Chinese"), N_("Chinese 
     40Traditional") }; 
    3541 
    3642static char *ppsz_snap_formats[] = 
  • src/misc/darwin_specific.m

    r83b9a0f r10638f5  
    5454    "Georgian", "ka", 
    5555        "Dutch", "nl", 
     56    "Occitan", "oc", 
    5657        "Brazillian Portuguese", "pt_BR", 
    5758        "Romanian", "ro",