Index: trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php |
— | — | @@ -3,20 +3,24 @@ |
4 | 4 | # messages for voctrain |
5 | 5 | # now mediawiki style -ish |
6 | 6 | |
7 | | -# Words starting with '%' (ie %action, or %questions_total) are |
8 | | -# "variable names", for use by the program. Don't translate those! |
9 | 7 | |
| 8 | +# fallback array. English is default! |
| 9 | +# (although it's always nice to specify) |
| 10 | +# if set to false, there is no fallback |
10 | 11 | $fallback=array( |
11 | 12 | "en"=>false, |
12 | 13 | "ar"=>"en", |
13 | 14 | "bg"=>"en", |
14 | 15 | "eo"=>"en", |
15 | 16 | "fi"=>"en", |
16 | | - "nap"=>"en" |
| 17 | + "nap"=>"en", |
17 | 18 | "nl"=>"en", |
18 | | - "ru"=>"en", |
| 19 | + "ru"=>"en" |
19 | 20 | ); |
20 | 21 | |
| 22 | +# Words starting with '%' (ie %action, or %questions_total) are |
| 23 | +# "variable names", for use by the program. Don't translate those! |
| 24 | + |
21 | 25 | $messages=array(); |
22 | 26 | |
23 | 27 | /** English */ |