|
25 | 25 | /*global define */ |
26 | 26 |
|
27 | 27 | define({ |
| 28 | + |
28 | 29 | /** |
29 | 30 | * Errors |
30 | 31 | */ |
@@ -135,6 +136,25 @@ define({ |
135 | 136 | "LANGUAGE_SUBMIT" : "{APP_NAME} neu starten", |
136 | 137 | "LANGUAGE_CANCEL" : "Abbrechen", |
137 | 138 | "LANGUAGE_SYSTEM_DEFAULT" : "Systemstandard", |
| 139 | + |
| 140 | + /** |
| 141 | + * Locales |
| 142 | + */ |
| 143 | + "LOCALE_DE" : "Deutsch", |
| 144 | + "LOCALE_EN" : "Englisch", |
| 145 | + "LOCALE_FR" : "Französisch", |
| 146 | + "LOCALE_CS" : "Tschechisch", |
| 147 | + "LOCALE_ES" : "Spanisch", |
| 148 | + "LOCALE_IT" : "Italienisch", |
| 149 | + "LOCALE_JA" : "Japanisch", |
| 150 | + "LOCALE_NB" : "Norwegisch", |
| 151 | + "LOCALE_PL" : "Polnisch", |
| 152 | + "LOCALE_PT_BR" : "Portugiesisch, Brasilien", |
| 153 | + "LOCALE_PT_PT" : "Portugiesisch", |
| 154 | + "LOCALE_RU" : "Russisch", |
| 155 | + "LOCALE_SV" : "Schwedisch", |
| 156 | + "LOCALE_TR" : "Türkisch", |
| 157 | + "LOCALE_ZH_CN" : "Chinesisch, vereinfacht", |
138 | 158 |
|
139 | 159 | /** |
140 | 160 | * ProjectManager |
|
0 commit comments