r36210 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36209‎ | r36210 | r36211 >
Date:23:12, 11 June 2008
Author:kim
Status:old
Tags:
Comment:
* debugged. I Officially Hate Commas In PHP :-P
Modified paths:
  • /trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php
@@ -3,20 +3,24 @@
44 # messages for voctrain
55 # now mediawiki style -ish
66
7 -# Words starting with '%' (ie %action, or %questions_total) are
8 -# "variable names", for use by the program. Don't translate those!
97
 8+# fallback array. English is default!
 9+# (although it's always nice to specify)
 10+# if set to false, there is no fallback
1011 $fallback=array(
1112 "en"=>false,
1213 "ar"=>"en",
1314 "bg"=>"en",
1415 "eo"=>"en",
1516 "fi"=>"en",
16 - "nap"=>"en"
 17+ "nap"=>"en",
1718 "nl"=>"en",
18 - "ru"=>"en",
 19+ "ru"=>"en"
1920 );
2021
 22+# Words starting with '%' (ie %action, or %questions_total) are
 23+# "variable names", for use by the program. Don't translate those!
 24+
2125 $messages=array();
2226
2327 /** English */

Status & tagging log