Changeset 10638f592027f7548319601660772be38a16d724
- 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
| r83b9a0f |
r10638f5 |
|
| 75 | 75 | Julien Blache <jb at technologeek.org> - disc ejection code |
|---|
| 76 | 76 | kty0ne - WinAmp 5 skin for VLC |
|---|
| | 77 | Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization |
|---|
| 77 | 78 | Lorena Gomes - Catalan translation |
|---|
| 78 | 79 | Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input |
|---|
| 79 | | Marco Munderloh <Marco.Munderloh@web.de> - HTTP fix for Win32 to URL filenames |
|---|
| | 80 | Marco Munderloh <Marco.Munderloh at web.de> - HTTP fix for Win32 to URL filenames |
|---|
| 80 | 81 | Mark Gritter <mgritter at kealia.com> - fix for netlist packet leak in demuxPSI |
|---|
| 81 | 82 | Markus Kern <markus-kern at gmx dot net> - video output window fixes (win32) |
|---|
| r83b9a0f |
r10638f5 |
|
| 29 | 29 | |
|---|
| 30 | 30 | static 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 | |
|---|
| 33 | 34 | static 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"), |
|---|
| | 36 | N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), |
|---|
| | 37 | N_("Italian"), N_("Japanese"),N_("Georgian"), N_("Korean"), |
|---|
| | 38 | N_("Dutch"), N_("Occitan"), N_("Brazilian Portuguese"), N_("Romanian"), |
|---|
| | 39 | N_("Russian"), N_("Turkish"), N_("Simplified Chinese"), N_("Chinese |
|---|
| | 40 | Traditional") }; |
|---|
| 35 | 41 | |
|---|
| 36 | 42 | static char *ppsz_snap_formats[] = |
|---|
| r83b9a0f |
r10638f5 |
|
| 54 | 54 | "Georgian", "ka", |
|---|
| 55 | 55 | "Dutch", "nl", |
|---|
| | 56 | "Occitan", "oc", |
|---|
| 56 | 57 | "Brazillian Portuguese", "pt_BR", |
|---|
| 57 | 58 | "Romanian", "ro", |
|---|