Changeset 83b9a0f8846aa07756d979f8886ff7fe7038c722
- 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
| rdfdc9cb |
r83b9a0f |
|
| 9 | 9 | The VideoLAN team would like to thank the following contributors: |
|---|
| 10 | 10 | |
|---|
| | 11 | Alexander Didebulidze <alexander.didebulidze at stusta dot mhn dot de> - Georgian localization |
|---|
| 11 | 12 | Alex Izvorski <aizvorski at gmail dot com> - some more x264 options |
|---|
| 12 | 13 | André de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization |
|---|
| r4074989 |
r83b9a0f |
|
| 260 | 260 | dnl Gettext stuff |
|---|
| 261 | 261 | dnl |
|---|
| 262 | | ALL_LINGUAS="ca da de en_GB es fr it ja ko nl pt_BR ro ru sv tr zh_CN zh_TW" |
|---|
| | 262 | ALL_LINGUAS="ca da de en_GB es fr it ja ka ko nl pt_BR ro ru sv tr zh_CN zh_TW" |
|---|
| 263 | 263 | AM_GNU_GETTEXT_VERSION(0.11.5) |
|---|
| 264 | 264 | AM_GNU_GETTEXT |
|---|
| rbbfd7e4 |
r83b9a0f |
|
| 30 | 30 | static char *ppsz_language[] = |
|---|
| 31 | 31 | { "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" }; |
|---|
| 33 | 33 | 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_("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") }; |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | static char *ppsz_snap_formats[] = |
|---|
| r6796f4e |
r83b9a0f |
|
| 52 | 52 | "Japanese", "ja", |
|---|
| 53 | 53 | "Korean", "ko", |
|---|
| | 54 | "Georgian", "ka", |
|---|
| 54 | 55 | "Dutch", "nl", |
|---|
| 55 | 56 | "Brazillian Portuguese", "pt_BR", |
|---|