xoreos  0.0.5
language_strings.h
Go to the documentation of this file.
1 /* xoreos - A reimplementation of BioWare's Aurora engine
2  *
3  * xoreos is the legal property of its developers, whose names
4  * can be found in the AUTHORS file distributed with this source
5  * distribution.
6  *
7  * xoreos is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version 3
10  * of the License, or (at your option) any later version.
11  *
12  * xoreos is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with xoreos. If not, see <http://www.gnu.org/licenses/>.
19  */
20 
25 #ifndef AURORA_LANGUAGE_STRINGS_H
26 #define AURORA_LANGUAGE_STRINGS_H
27 
28 namespace Aurora {
29 
30 static const char * const kLanguageNames[] = {
31  "English", "French", "German", "Italian", "Spanish", "Polish", "Czech", "Hungarian",
32  "Russian", "Korean", "Traditional Chinese", "Simplified Chinese", "Japanese"
33 };
34 
37 
38  const char *strings[32];
39 };
40 
43  { "english", "british", "american", "e", "en", "eng", "en-us", "en_us",
44  "en-uk", "en_uk", "en-usa", "en_usa", "en-gb", "en_gb", "en-gbr", "en_gbr",
45  "eng-us", "eng_us", "eng-uk", "eng_uk", "eng-usa", "eng_usa", "eng-gb",
46  "eng_gb", "eng-gbr", "eng_gbr", "us", "uk", "gbr", 0
47  }
48  },
50  { "french", "francais", "fran\303\207ais", "franc\314\247ais", "france",
51  "fr-fr", "fr_fr", "fra-fr", "fra_fr", "fre-fr", "fre_fr",
52  "f", "fr", "fra", "fre", 0
53  }
54  },
56  { "german", "germany", "deutsch", "deutschland",
57  "de-de", "de_de", "de-at", "de_at", "de-ch", "de_ch",
58  "deu-de", "deu_de", "deu-at", "deu_at", "deu-ch", "deu_ch",
59  "ger-de", "ger_de", "ger-at", "ger_at", "ger-ch", "ger_ch",
60  "d", "g", "de", "deu", "ger", 0
61  }
62  },
64  { "italian", "italiano", "italy", "italia",
65  "it-it", "it_it", "ita-it", "ita_it", "i", "it", "ita", 0
66  }
67  },
69  { "spanish", "espanol", "espa\303\221ol", "espan\314\203ol",
70  "spain", "espana", "espa\303\221a", "espan\314\203ia",
71  "es-es", "es_es", "esp-es", "esp_es", "s", "sp", "spa", "es", "esp", 0
72  }
73  },
75  { "polish", "polski", "poland", "polska",
76  "pl-pl", "pl_pl", "pol-pl", "pol_pl", "p", "pl", "pol", 0
77  }
78  },
80  { "czech", "\304\215e\305\241tina", "c\314\214es\314\214tina",
81  "ceska", "\304\215esk\303\201", "c\314\214eska\314\201",
82  "cs-cz", "cs_cz", "cz-cz", "cz_cz", "ces-cz", "ces_cz", "cze-cz", "cze_cz",
83  "cs", "cz", "ces", "cze", 0
84  }
85  },
87  { "hungarian", "magyar", "hungary", "magyar",
88  "magyarorszag", "magyarorsz\303\201g", "magyarorsza\314\201g",
89  "hu-hu", "hu_hu", "hun-hu", "hun_hu", "hu", "hun", 0
90  }
91  },
93  { "russian", "russky", "russia", "rossiya",
94  "\321\200\321\203\314\201\321\201\321\201\320\264\320\270\320\271",
95  "\320\240\320\276\321\201\321\201\320\270\321\217",
96  "\321\200\320\276\321\201\321\201\320\270\321\217",
97  "ru-ru", "ru_ru", "rus-ru", "rus_ru", "ru", "rus", 0,
98  }
99  },
100  { kLanguageKorean,
101  { "korean", "hangugeo", "chosonmal", "chos\305\217nmal", "choso\314\206nmal",
102  "korea", "hanguk", "chosun", "ko-ko", "ko_ko", "kor-ko", "kor_ko",
103  "ko-kp", "ko_kp", "ko-kr", "ko_kr", "kor-kp", "kor_kp", "kor-kr", "kor_kr",
104  "ko", "kor", "kr", "kp", 0
105  }
106  },
108  { "taiwan", "hongkong", "hong kong",
109  "\350\207\272\347\201\243", "\345\217\260\347\201\243",
110  "t\303\241iw\304\201n", "ta\314\201iwa\314\204n",
111  "\351\246\231\346\270\257", "\344\270\255\345\234\213",
112  "zh-cht", "zh_cht", "zho-cht", "zho_cht", "chi-cht", "chi_cht",
113  "zh-hk", "zh_hk", "zho-hk", "zho_hk", "chi-hk", "chi_hk",
114  "zh-hant", "zh_hant", "zho-hant", "zho_hant",
115  "traditional", "traditional chinese", "traditionalchinese",
116  "traditional-chinese", "traditional_chinese", 0
117  }
118  },
120  { "china", "\344\270\255\345\233\275", "zhongguo",
121  "zh\305\215nggu\303\263", "zho\314\204ngguo\314\201",
122  "zh-chs", "zh_chs", "zho-chs", "zho_chs", "chi-chs", "chi_chs",
123  "zh-cn", "zh_cn", "zho-cn", "zho_cn", "chi-cn", "chi_cn",
124  "zh-hans", "zh_hans", "zho-hans", "zho_hans",
125  "simplified", "simplified chinese", "simplifiedchinese",
126  "simplified-chinese", "simplified_chinese", 0
127  }
128  },
130  { "chinese", "mandarin", "putonghua", "guoyu",
131  "\160\307\224\164\305\215\156\147\150\165\303\240",
132  "\147\165\303\263\171\307\224", "\150\165\303\241\171\307\224",
133  "\150\303\240\156\171\307\224", "zh", "zho", "chi", 0
134  }
135  },
137  { "japanese", "nihongo", "\346\227\245\346\234\254\350\252\236",
138  "japan", "nihon", "nippon", "\346\227\245\346\234\254",
139  "\346\227\245\346\234\254\345\233\275",
140  "ja-ja", "ja_ja", "ja-jp", "ja_jp", "jpn-ja", "jpn_ja", "jpn-jp", "jpn_jp",
141  "ja", "jp", "jpn", "jap", 0
142  }
143  }
144 };
145 
146 } // End of namespace Aurora
147 
148 #endif // AURORA_LANGUAGE_STRINGS_H
const char * strings[32]
Language
Definition: language.h:46
static const LanguageStrings kLanguageStrings[]
static const char *const kLanguageNames[]
Pseudo value that means either traditional or simplified Chinese.
Definition: language.h:63