Remove 'USE INDEX' for non-mysql
[lhc/web/wiklou.git] / languages / Language.php
1 <?php
2 #
3 # In general you should not make customizations in these language files
4 # directly, but should use the MediaWiki: special namespace to customize
5 # user interface messages through the wiki.
6 # See http://meta.wikipedia.org/wiki/MediaWiki_namespace
7 #
8 # NOTE TO TRANSLATORS: Do not copy this whole file when making translations!
9 # A lot of common constants and a base class with inheritable methods are
10 # defined here, which should not be redefined. See the other LanguageXx.php
11 # files for examples.
12 #
13
14 #--------------------------------------------------------------------------
15 # Language-specific text
16 #--------------------------------------------------------------------------
17
18 # The names of the namespaces can be set here, but the numbers
19 # are magical, so don't change or move them! The Namespace class
20 # encapsulates some of the magic-ness.
21 #
22
23 if($wgMetaNamespace === FALSE)
24 $wgMetaNamespace = str_replace( ' ', '_', $wgSitename );
25
26 /* private */ $wgNamespaceNamesEn = array(
27 NS_MEDIA => 'Media',
28 NS_SPECIAL => 'Special',
29 NS_MAIN => '',
30 NS_TALK => 'Talk',
31 NS_USER => 'User',
32 NS_USER_TALK => 'User_talk',
33 NS_WIKIPEDIA => $wgMetaNamespace,
34 NS_WIKIPEDIA_TALK => $wgMetaNamespace . '_talk',
35 NS_IMAGE => 'Image',
36 NS_IMAGE_TALK => 'Image_talk',
37 NS_MEDIAWIKI => 'MediaWiki',
38 NS_MEDIAWIKI_TALK => 'MediaWiki_talk',
39 NS_TEMPLATE => 'Template',
40 NS_TEMPLATE_TALK => 'Template_talk',
41 NS_HELP => 'Help',
42 NS_HELP_TALK => 'Help_talk',
43 NS_CATEGORY => 'Category',
44 NS_CATEGORY_TALK => 'Category_talk'
45 );
46
47 /* private */ $wgDefaultUserOptionsEn = array(
48 'quickbar' => 1, 'underline' => 1, 'hover' => 1,
49 'cols' => 80, 'rows' => 25, 'searchlimit' => 20,
50 'contextlines' => 5, 'contextchars' => 50,
51 'skin' => $wgDefaultSkin, 'math' => 1, 'rcdays' => 7, 'rclimit' => 50,
52 'highlightbroken' => 1, 'stubthreshold' => 0,
53 'previewontop' => 1, 'editsection'=>1,'editsectiononrightclick'=>0, 'showtoc'=>1,
54 'showtoolbar' =>1,
55 'date' => 0
56 );
57
58 /* private */ $wgQuickbarSettingsEn = array(
59 'None', 'Fixed left', 'Fixed right', 'Floating left'
60 );
61
62 /* private */ $wgSkinNamesEn = array(
63 'standard' => 'Standard',
64 'nostalgia' => 'Nostalgia',
65 'cologneblue' => 'Cologne Blue',
66 'davinci' => 'DaVinci',
67 'mono' => 'Mono',
68 'monobook' => 'MonoBook',
69 'myskin' => 'MySkin'
70 );
71
72 define( "MW_MATH_PNG", 0 );
73 define( "MW_MATH_SIMPLE", 1 );
74 define( "MW_MATH_HTML", 2 );
75 define( "MW_MATH_SOURCE", 3 );
76 define( "MW_MATH_MODERN", 4 );
77 define( "MW_MATH_MATHML", 5 );
78
79 /* private */ $wgMathNamesEn = array(
80 MW_MATH_PNG => 'Always render PNG',
81 MW_MATH_SIMPLE => 'HTML if very simple or else PNG',
82 MW_MATH_HTML => 'HTML if possible or else PNG',
83 MW_MATH_SOURCE => 'Leave it as TeX (for text browsers)',
84 MW_MATH_MODERN => 'Recommended for modern browsers',
85 MW_MATH_MATHML => 'MathML if possible (experimental)',
86 );
87
88 /* private */ $wgDateFormatsEn = array(
89 'No preference',
90 'January 15, 2001',
91 '15 January 2001',
92 '2001 January 15',
93 '2001-01-15'
94 );
95
96 /* private */ $wgUserTogglesEn = array(
97 'hover' => 'Show hoverbox over wiki links',
98 'underline' => 'Underline links',
99 'highlightbroken' => 'Format broken links <a href="" class="new">like
100 this</a> (alternative: like this<a href="" class="internal">?</a>).',
101 'justify' => 'Justify paragraphs',
102 'hideminor' => 'Hide minor edits in recent changes',
103 'usenewrc' => 'Enhanced recent changes (not for all browsers)',
104 'numberheadings' => 'Auto-number headings',
105 'showtoolbar'=>'Show edit toolbar',
106 'editondblclick' => 'Edit pages on double click (JavaScript)',
107 'editsection'=>'Enable section editing via [edit] links',
108 'editsectiononrightclick'=>'Enable section editing by right clicking<br /> on section titles (JavaScript)',
109 'showtoc'=>'Show table of contents<br />(for pages with more than 3 headings)',
110 'rememberpassword' => 'Remember password across sessions',
111 'editwidth' => 'Edit box has full width',
112 'watchdefault' => 'Add pages you edit to your watchlist',
113 'minordefault' => 'Mark all edits minor by default',
114 'previewontop' => 'Show preview before edit box and not after it',
115 'nocache' => 'Disable page caching'
116 );
117
118 /* private */ $wgBookstoreListEn = array(
119 "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN",
120 "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1",
121 "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1",
122 "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1"
123 );
124
125 /* The following list is in native languages, not in English */
126 global $wgLanguageNames;
127 /* private */ $wgLanguageNames = array(
128 'aa' => 'Afar', # Afar
129 'ab' => 'Abkhazian', # Abkhazian - FIXME
130 'af' => 'Afrikaans', # Afrikaans
131 'ak' => 'Akana', # Akan
132 'an' => 'Aragon&eacute;s', # Aragonese
133 'als' => 'Els&auml;ssisch', # Alsatian
134 'am' => '&#4768;&#4635;&#4653;&#4763;', # Amharic
135 'ar' => '&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;', # Arabic
136 'arc' => '&#1813;&#1829;&#1810;&#1834;&#1848;&#1821;&#1819;', # Aramaic
137 'as' => '&#2437;&#2488;&#2478;&#2496;&#2527;&#2494;', # Assamese
138 'ast' => 'Asturleon&eacute;s', # Asturian
139 'av' => '&#1040;&#1074;&#1072;&#1088;', # Avar
140 'ay' => 'Aymar', # Aymara
141 'az' => 'Az&#601;rbaycan', # Azerbaijani
142 'ba' => '&#1041;&#1072;&#1096;&#1185;&#1086;&#1088;&#1090;', # Bashkir
143 'be' => '&#1041;&#1077;&#1083;&#1072;&#1088;&#1091;&#1089;&#1082;&#1072;&#1103;', # Belarusian ''or'' Byelarussian
144 'bg' => '&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;', # Bulgarian
145 'bh' => '&#2349;&#2379;&#2332;&#2346;&#2369;&#2352;&#2368;', # Bihara
146 'bi' => 'Bislama', # Bislama
147 'bn' => '&#2476;&#2494;&#2434;&#2482;&#2494; - (Bangla)', # Bengali
148 'bm' => 'Bambara',
149 'bo' => 'Bod skad', # Tibetan
150 'br' => 'Brezhoneg', # Breton
151 'bs' => 'Bosanski', # Bosnian
152 'ca' => 'Catal&agrave;', # Catalan
153 'ce' => '&#1053;&#1086;&#1093;&#1095;&#1080;&#1081;&#1085;', # Chechen
154 'ch' => 'Chamoru', # Chamorro
155 'chr' => '&#5091;&#5043;&#5033;', # Cherokee
156 'chy' => 'Tsets&ecirc;hest&acirc;hese', # Cheyenne
157 'co' => 'Corsu', # Corsican
158 'cr' => 'Nehiyaw', # Cree
159 'cs' => '&#268;esky', # Czech
160 'csb' => 'Kasz&euml;bscziej', # Cassubian - FIXME
161 'cv' => '&#1063;&#1233;&#1074;&#1072;&#1096; - (&#264;&#259;va&#349;)', # Chuvash
162 'cy' => 'Cymraeg', # Welsh
163 'da' => 'Dansk', # Danish
164 'de' => 'Deutsch', # German
165 'dk' => 'Dansk', # 'da' is correct for the language.
166 'dv' => 'Dhivehi', # Dhivehi
167 'dz' => 'Dzongkha', # Bhutani
168 'ee' => 'Eve', # Eve
169 'el' => '&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940;', # Greek
170 'en' => 'English', # English
171 'eo' => 'Esperanto', # Esperanto
172 'es' => 'Espa&ntilde;ol', # Spanish
173 'et' => 'Eesti', # Estonian
174 'eu' => 'Euskara', # Basque
175 'fa' => '&#1601;&#1575;&#1585;&#1587;&#1740;', # Persian
176 'ff' => 'Fulfulde', # Fulfulde
177 'fi' => 'Suomi', # Finnish
178 'fj' => 'Na Vosa Vakaviti', # Fijian
179 'fo' => 'F&oslash;royskt', # Faroese
180 'fr' => 'Fran&ccedil;ais', # French
181 'fy' => 'Frysk', # Frisian
182 'ga' => 'Gaeilge', # Irish
183 'gd' => 'G&agrave;idhlig', # Scots Gaelic
184 'gl' => 'Galego', # Gallegan
185 'gn' => 'Ava&ntilde;e\'&#7869;', # Guarani
186 'gu' => '&#2711;&#2753;&#2716;&#2736;&#2750;&#2724;&#2752;', # Gujarati
187 'gv' => 'Gaelg', # Manx
188 'ha' => '&#1607;&#1614;&#1608;&#1615;&#1587;&#1614;', # Hausa
189 'haw' => 'Hawai`i', # Hawaiian
190 'he' => '&#1506;&#1489;&#1512;&#1497;&#1514;', # Hebrew
191 'hi' => '&#2361;&#2367;&#2344;&#2381;&#2342;&#2368;', # Hindi
192 'ho' => 'Hiri Motu',
193 'hr' => 'Hrvatski', # Croatian
194 'ht' => 'Haitian', # Haitian (FIXME!)
195 'hu' => 'Magyar', # Hungarian
196 'hy' => '&#1344;&#1377;&#1397;&#1381;&#1408;&#1381;&#1398;', # Armenian
197 'hz' => 'Otsiherero', # Herero
198 'ia' => 'Interlingua', # Interlingua (IALA)
199 'id' => 'Bahasa Indonesia', # Indonesian
200 'ie' => 'Interlingue', # Interlingue (Occidental)
201 'ig' => 'Igbo', # Igbo
202 'ii' => 'Yi', # Sichuan Yi (FIXME!)
203 'ik' => 'I&ntilde;upiak', # Inupiak
204 'io' => 'Ido', # Ido
205 'is' => '&Iacute;slensk', # Icelandic
206 'it' => 'Italiano', # Italian
207 'iu' => '&#5123;&#5316;&#5251;&#5198;&#5200;&#5222;', # Inuktitut
208 'ja' => '&#26085;&#26412;&#35486;', # Japanese
209 'jv' => 'Bahasa Jawa', # Javanese
210 'ka' => '&#4325;&#4304;&#4320;&#4311;&#4323;&#4314;&#4312;', # Georgian
211 'kg' => 'Kongo', # Kongo (FIXME!)
212 'ki' => 'Kikuyu', # Kikuyu (FIXME!)
213 'kj' => 'Kuanyama', # Kuanyama (FIXME!)
214 'kk' => '&#1179;&#1072;&#1079;&#1072;&#1179;&#1096;&#1072;', # Kazakh
215 'kl' => 'Kalaallisut', # Greenlandic
216 'km' => '&#6039;&#6070;&#6047;&#6070;&#6017;&#6098;&#6040;&#6082;&#6042;', # Cambodian
217 'kn' => '&#3221;&#3240;&#3277;&#3240;&#3233;', # Kannada
218 'ko' => '&#54620;&#44397;&#50612;', # Korean
219 'kr' => 'Kanuri',
220 'ks' => '&#2325;&#2358;&#2381;&#2350;&#2368;&#2352;&#2368; - (&#1603;&#1588;&#1605;&#1610;&#1585;&#1610;)', # Kashmiri
221 'ku' => 'Kurd&icirc;', # Kurdish
222 'kv' => 'Komi',
223 'kw' => 'Kernewek', # Cornish
224 'ky' => 'K&#305;rg&#305;zca', # Kirghiz
225 'la' => 'Latina', # Latin
226 'lb' => 'L&euml;tzebuergesch', # Luxemburguish
227 'lg' => 'Luganda', # Ganda
228 'li' => 'Limburgs', # Limburgian
229 'ln' => 'Lingala', # Lingala
230 'lo' => 'Pha xa lao', # Laotian
231 'lt' => 'Lietuvi&#371;', # Lithuanian
232 'lv' => 'Latvie&scaron;u', # Latvian
233 'mg' => 'Malagasy', # Malagasy - FIXME
234 'mh' => 'Ebon', # Marshallese
235 'mi' => 'M&#257;ori', # Maori
236 'mk' => '&#1052;&#1072;&#1082;&#1077;&#1076;&#1086;&#1085;&#1089;&#1082;&#1080;', # Macedonian
237 'ml' => '&#3374;&#3378;&#3375;&#3390;&#3379;&#3330;', # Malayalam
238 'mn' => '&#1052;&#1086;&#1085;&#1075;&#1086;&#1083;', # Mongoloian
239 'mo' => 'Moldoveana', # Moldovan
240 'mr' => '&#2350;&#2352;&#2366;&#2336;&#2368;', # Marathi
241 'ms' => 'Bahasa Melayu', # Malay
242 'mt' => 'bil-Malti', # Maltese
243 'my' => 'Myanmasa', # Burmese
244 'na' => 'Nauru', # Nauruan
245 'nb' => 'Bokm&aring;l', # Norwegian (Bokmal)
246 'nah' => 'Nahuatl',
247 'nds' => 'Platd&uuml;&uuml;tsch', # Low German ''or'' Low Saxon
248 'ne' => '&#2344;&#2375;&#2346;&#2366;&#2354;&#2368;', # Nepali
249 'ng' => 'Ndonga',
250 'nl' => 'Nederlands', # Dutch
251 'nb' => 'Norsk', # Norwegian [currently using old '''no''' code]
252 'ne' => '&#2344;&#2375;&#2346;&#2366;&#2354;&#2368;', # Nepali
253 'nn' => 'Nynorsk' , # (Norwegian) Nynorsk
254 'no' => 'Norsk', # Norwegian
255 'nv' => 'Din&eacute; bizaad', # Navajo
256 'ny' => 'Chi-Chewa', # Chichewa
257 'oc' => 'Occitan', # Occitan
258 'om' => 'Oromoo', # Oromo
259 'or' => 'Oriya', # Oriya - FIXME
260 'pa' => '&#2346;&#2306;&#2332;&#2366;&#2348;&#2368; / &#2602;&#2588;&#2622;&#2604;&#2624; / &#1662;&#1606;&#1580;&#1575;&#1576;&#1610;', # Punjabi
261 'pi' => '&#2346;&#2366;&#2367;&#2356;', # Pali
262 'pl' => 'Polski', # Polish
263 'ps' => '&#1662;&#1690;&#1578;&#1608;', # Pashto
264 'pt' => 'Portugu&ecirc;s', # Portuguese
265 'qu' => 'Runa Simi', # Quechua
266 'rm' => 'Rumantsch', # Raeto-Romance
267 'rn' => 'Kirundi', # Kirundi
268 'ro' => 'Rom&acirc;n&#259;', # Romanian
269 'roa-rup' => 'Arm&#226;neashti', # Aromanian
270 'ru' => '&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;', # Russian
271 'rw' => 'Kinyarwanda',
272 'sa' => '&#2360;&#2306;&#2360;&#2381;&#2325;&#2371;&#2340;', # Sanskrit
273 'sc' => 'Sardu', # Sardinian
274 'sd' => '&#2360;&#2367;&#2344;&#2343;&#2367;', # Sindhi
275 'se' => 'S&aacute;megiella', # (Northern) Sami
276 'sg' => 'Sangro',
277 # 'sh' => '&#1057;&#1088;&#1087;&#1089;&#1082;&#1086;&#1093;&#1088;&#1074;&#1072;&#1090;&#1089;&#1082;&#1080; (Srbskohrvatski)', ## Serbocroatian -- Obsolete
278 'si' => 'Simhala', # Sinhalese
279 'simple' => 'Simple English',
280 'sk' => 'Sloven&#269;ina', # Slovak
281 'sl' => 'Sloven&scaron;&#269;ina', # Slovenian
282 'sm' => 'Gagana Samoa', # Samoan
283 'sn' => 'chiShona', # Shona
284 'so' => 'Soomaaliga', # Somali
285 'sq' => 'Shqip', # Albanian
286 'sr' => '&#1057;&#1088;&#1087;&#1089;&#1082;&#1080; / Srpski', # Serbian
287 'ss' => 'SiSwati', # Swati
288 'st' => 'seSotho', # (Southern) Sotho
289 'su' => 'Bahasa Sunda', # Sundanese
290 'sv' => 'Svenska', # Swedish
291 'sw' => 'Kiswahili', # Swahili
292 'ta' => '&#2980;&#2990;&#3007;&#2996;&#3021;', # Tamil
293 'te' => '&#3108;&#3142;&#3122;&#3137;&#3095;&#3137;', # Telugu
294 'tg' => '&#1058;&#1086;&#1207;&#1080;&#1082;&#1251;', # Tajik
295 'th' => '&#3652;&#3607;&#3618;', # Thai
296 'ti' => 'Tigrinya', # Tigrinya - FIXME
297 'tk' => '&#1578;&#1585;&#1603;&#1605;&#1606; / &#1058;&#1091;&#1088;&#1082;&#1084;&#1077;&#1085;', # Turkmen
298 'tl' => 'Tagalog', # Tagalog (Filipino)
299 #'tlh' => 'tlhIngan-Hol', # Klingon - no interlanguage links allowed
300 'tn' => 'Setswana', # Setswana
301 'to' => 'Tonga', # Tonga - FIXME
302 'tokipona' => 'Toki Pona', # Toki Pona
303 'tp' => 'Toki Pona', # Toki Pona - non-standard language code
304 'tpi' => 'Tok Pisin', # Tok Pisin
305 'tr' => 'T&uuml;rk&ccedil;e', # Turkish
306 'ts' => 'Xitsonga', # Tsonga
307 'tt' => 'Tatar', # Tatar
308 'tw' => 'Twi', # Twi -- FIXME
309 'ty' => 'Reo M&#257;`ohi', # Tahitian
310 'ug' => 'Oyghurque', # Uyghur
311 'uk' => '&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072;', # Ukrainian
312 'ur' => '&#1575;&#1585;&#1583;&#1608;', # Urdu
313 'uz' => '&#1038;&#1079;&#1073;&#1077;&#1082;', # Uzbek
314 've' => 'Venda', # Venda
315 'vi' => 'Ti&#7871;ng Vi&#7879;t', # Vietnamese
316 'vo' => 'Volap&uuml;k', # Volapük
317 'wa' => 'Walon', # Walloon
318 'wo' => 'Wollof', # Wolof
319 'xh' => 'isiXhosa', # Xhosan
320 'yi' => '&#1497;&#1497;&#1460;&#1491;&#1497;&#1513;', # Yiddish
321 'yo' => 'Yor&ugrave;b&aacute;', # Yoruba
322 'za' => '(Cuengh)', # Zhuang
323 'zh' => '&#20013;&#25991;', # (Zh&#333;ng Wén) - Chinese
324 'zh-cfr' => '&#38313;&#21335;&#35486;', # Min-nan
325 'zh-cn' => '&#20013;&#25991;(&#31616;&#20307;)', # Simplified
326 'zh-tw' => '&#20013;&#25991;(&#32321;&#20307;)', # Traditional
327 'zu' => 'isiZulu', # Zulu
328 );
329
330 $wgLanguageNamesEn =& $wgLanguageNames;
331
332
333 /* private */ $wgWeekdayNamesEn = array(
334 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday',
335 'Friday', 'Saturday'
336 );
337
338 /* private */ $wgMonthNamesEn = array(
339 'January', 'February', 'March', 'April', 'May', 'June',
340 'July', 'August', 'September', 'October', 'November',
341 'December'
342 );
343
344 /* private */ $wgMonthAbbreviationsEn = array(
345 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug',
346 'Sep', 'Oct', 'Nov', 'Dec'
347 );
348
349 # Note to translators:
350 # Please include the English words as synonyms. This allows people
351 # from other wikis to contribute more easily.
352 #
353 /* private */ $wgMagicWordsEn = array(
354 # ID CASE SYNONYMS
355 MAG_REDIRECT => array( 0, '#redirect' ),
356 MAG_NOTOC => array( 0, '__NOTOC__' ),
357 MAG_FORCETOC => array( 0, '__FORCETOC__' ),
358 MAG_NOEDITSECTION => array( 0, '__NOEDITSECTION__' ),
359 MAG_START => array( 0, '__START__' ),
360 MAG_CURRENTMONTH => array( 1, 'CURRENTMONTH' ),
361 MAG_CURRENTMONTHNAME => array( 1, 'CURRENTMONTHNAME' ),
362 MAG_CURRENTDAY => array( 1, 'CURRENTDAY' ),
363 MAG_CURRENTDAYNAME => array( 1, 'CURRENTDAYNAME' ),
364 MAG_CURRENTYEAR => array( 1, 'CURRENTYEAR' ),
365 MAG_CURRENTTIME => array( 1, 'CURRENTTIME' ),
366 MAG_NUMBEROFARTICLES => array( 1, 'NUMBEROFARTICLES' ),
367 MAG_CURRENTMONTHNAMEGEN => array( 1, 'CURRENTMONTHNAMEGEN' ),
368 MAG_PAGENAME => array( 1, 'PAGENAME' ),
369 MAG_NAMESPACE => array( 1, 'NAMESPACE' ),
370 MAG_MSG => array( 0, 'MSG:' ),
371 MAG_SUBST => array( 0, 'SUBST:' ),
372 MAG_MSGNW => array( 0, 'MSGNW:' ),
373 MAG_END => array( 0, '__END__' ),
374 MAG_IMG_THUMBNAIL => array( 1, 'thumbnail', 'thumb' ),
375 MAG_IMG_RIGHT => array( 1, 'right' ),
376 MAG_IMG_LEFT => array( 1, 'left' ),
377 MAG_IMG_NONE => array( 1, 'none' ),
378 MAG_IMG_WIDTH => array( 1, '$1px' ),
379 MAG_IMG_CENTER => array( 1, 'center', 'centre' ),
380 MAG_IMG_FRAMED => array( 1, 'framed', 'enframed', 'frame' ),
381 MAG_INT => array( 0, 'INT:' ),
382 MAG_SITENAME => array( 1, 'SITENAME' ),
383 MAG_NS => array( 0, 'NS:' ),
384 MAG_LOCALURL => array( 0, 'LOCALURL:' ),
385 MAG_LOCALURLE => array( 0, 'LOCALURLE:' ),
386 MAG_SERVER => array( 0, 'SERVER' )
387 );
388
389 #-------------------------------------------------------------------
390 # Default messages
391 #-------------------------------------------------------------------
392 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
393 # hyphen (-). If you need more characters, you may be able to change
394 # the regex in MagicWord::initRegex
395
396 # NOTE: To turn off "Current Events" in the sidebar,
397 # set "currentevents" => ""
398
399 # NOTE: To turn off "Disclaimers" in the title links,
400 # set "disclaimers" => ""
401
402 # NOTE: To turn off "Community portal" in the title links,
403 # set "portal" => ""
404
405
406 /* private */ $wgAllMessagesEn = array(
407
408 # Bits of text used by many pages:
409 #
410 'categories' => 'Categories',
411 'category' => 'category',
412 'category_header' => 'Articles in category "$1"',
413 'subcategories' => 'Subcategories',
414
415
416 'linktrail' => '/^([a-z]+)(.*)\$/sD',
417 'mainpage' => 'Main Page',
418 'mainpagetext' => 'Wiki software successfully installed.',
419 "mainpagedocfooter" => "Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
420 and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.",
421 'portal' => 'Community portal',
422 'portal-url' => '{{ns:4}}:Community Portal',
423 'about' => 'About',
424 "aboutwikipedia" => "About {{SITENAME}}",
425 "aboutpage" => "{{ns:4}}:About",
426 'article' => 'Content page',
427 'help' => 'Help',
428 "helppage" => "{{ns:12}}:Contents",
429 "wikititlesuffix" => "{{SITENAME}}",
430 "bugreports" => "Bug reports",
431 "bugreportspage" => "{{ns:4}}:Bug_reports",
432 'sitesupport' => 'Donations', # Set a URL in $wgSiteSupportPage in LocalSettings.php
433 'faq' => 'FAQ',
434 "faqpage" => "{{ns:4}}:FAQ",
435 "edithelp" => "Editing help",
436 "newwindow" => "(opens in new window)",
437 "edithelppage" => "{{ns:12}}:Editing",
438 'cancel' => 'Cancel',
439 'qbfind' => 'Find',
440 'qbbrowse' => 'Browse',
441 'qbedit' => 'Edit',
442 'qbpageoptions' => 'This page',
443 'qbpageinfo' => 'Context',
444 'qbmyoptions' => 'My pages',
445 'qbspecialpages' => 'Special pages',
446 'moredotdotdot' => 'More...',
447 'mypage' => 'My page',
448 'mytalk' => 'My talk',
449 'anontalk' => 'Talk for this IP',
450 'navigation' => 'Navigation',
451 'currentevents' => 'Current events',
452 'disclaimers' => 'Disclaimers',
453 "disclaimerpage" => "{{ns:4}}:General_disclaimer",
454 "errorpagetitle" => "Error",
455 "returnto" => "Return to $1.",
456 "fromwikipedia" => "From {{SITENAME}}",
457 'whatlinkshere' => 'Pages that link here',
458 'help' => 'Help',
459 'search' => 'Search',
460 'go' => 'Go',
461 "history" => 'Page history',
462 'history_short' => 'History',
463 'printableversion' => 'Printable version',
464 'edit' => 'Edit',
465 'editthispage' => 'Edit this page',
466 'delete' => 'Delete',
467 "deletethispage" => "Delete this page",
468 "undelete_short" => "Undelete $1 edits",
469 'protect' => 'Protect',
470 'protectthispage' => 'Protect this page',
471 'unprotect' => 'Unprotect',
472 'unprotectthispage' => 'Unprotect this page',
473 'newpage' => 'New page',
474 'talkpage' => 'Discuss this page',
475 'specialpage' => 'Special Page',
476 'personaltools' => 'Personal tools',
477 'postcomment' => 'Post a comment',
478 'addsection' => '+',
479 'articlepage' => 'View content page',
480 'subjectpage' => 'View subject', # For compatibility
481 'talk' => 'Discussion',
482 'toolbox' => 'Toolbox',
483 'userpage' => 'View user page',
484 'wikipediapage' => 'View project page',
485 'imagepage' => 'View image page',
486 'viewtalkpage' => 'View discussion',
487 'otherlanguages' => 'Other languages',
488 'redirectedfrom' => "(Redirected from $1)",
489 'lastmodified' => "This page was last modified $1.",
490 'viewcount' => "This page has been accessed $1 times.",
491 'copyright' => "Content is available under $1.",
492 'poweredby' => "{{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.",
493 'printsubtitle' => "(From {{SERVER}})",
494 'protectedpage' => 'Protected page',
495 'administrators' => "{{ns:4}}:Administrators",
496 'sysoptitle' => 'Sysop access required',
497 'sysoptext' => "The action you have requested can only be
498 performed by users with \"sysop\" status.
499 See $1.",
500 'developertitle' => 'Developer access required',
501 "developertext" => "The action you have requested can only be
502 performed by users with \"developer\" status.
503 See $1.",
504 'bureaucrattitle' => 'Bureaucrat access required',
505 "bureaucrattext" => "The action you have requested can only be
506 performed by sysops with \"bureaucrat\" status.",
507 'nbytes' => "$1 bytes",
508 'go' => 'Go',
509 'ok' => 'OK',
510 'sitetitle' => "{{SITENAME}}",
511 'pagetitle' => "$1 - {{SITENAME}}",
512 'sitesubtitle' => 'The Free Encyclopedia', # FIXME
513 'retrievedfrom' => "Retrieved from \"$1\"",
514 'newmessages' => "You have $1.",
515 'newmessageslink' => 'new messages',
516 'editsection'=>'edit',
517 'toc' => 'Table of contents',
518 'showtoc' => 'show',
519 'hidetoc' => 'hide',
520 'thisisdeleted' => "View or restore $1?",
521 'restorelink' => "$1 deleted edits",
522 'feedlinks' => 'Feed:',
523
524 # Short words for each namespace, by default used in the 'article' tab in monobook
525 'nstab-main' => 'Article',
526 'nstab-user' => 'User page',
527 'nstab-media' => 'Media',
528 'nstab-special' => 'Special',
529 'nstab-wp' => 'About',
530 'nstab-image' => 'Image',
531 'nstab-mediawiki' => 'Message',
532 'nstab-template' => 'Template',
533 'nstab-help' => 'Help',
534 'nstab-category' => 'Category',
535
536 # Main script and global functions
537 #
538 'nosuchaction' => 'No such action',
539 'nosuchactiontext' => 'The action specified by the URL is not
540 recognized by the wiki',
541 'nosuchspecialpage' => 'No such special page',
542 'nospecialpagetext' => 'You have requested a special page that is not
543 recognized by the wiki.',
544
545 # General errors
546 #
547 'error' => 'Error',
548 'databaseerror' => 'Database error',
549 'dberrortext' => "A database query syntax error has occurred.
550 This could be because of an illegal search query (see $5),
551 or it may indicate a bug in the software.
552 The last attempted database query was:
553 <blockquote><tt>$1</tt></blockquote>
554 from within function \"<tt>$2</tt>\".
555 MySQL returned error \"<tt>$3: $4</tt>\".",
556 'dberrortextcl' => "A database query syntax error has occurred.
557 The last attempted database query was:
558 \"$1\"
559 from within function \"$2\".
560 MySQL returned error \"$3: $4\".\n",
561 'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.',
562 'nodb' => "Could not select database $1",
563 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.',
564 'readonly' => 'Database locked',
565 'enterlockreason' => 'Enter a reason for the lock, including an estimate
566 of when the lock will be released',
567 'readonlytext' => "The database is currently locked to new
568 entries and other modifications, probably for routine database maintenance,
569 after which it will be back to normal.
570 The administrator who locked it offered this explanation:
571 <p>$1",
572 'missingarticle' => "The database did not find the text of a page
573 that it should have found, named \"$1\".
574
575 <p>This is usually caused by following an outdated diff or history link to a
576 page that has been deleted.
577
578 <p>If this is not the case, you may have found a bug in the software.
579 Please report this to an administrator, making note of the URL.",
580 'internalerror' => 'Internal error',
581 'filecopyerror' => "Could not copy file \"$1\" to \"$2\".",
582 'filerenameerror' => "Could not rename file \"$1\" to \"$2\".",
583 'filedeleteerror' => "Could not delete file \"$1\".",
584 'filenotfound' => "Could not find file \"$1\".",
585 'unexpected' => "Unexpected value: \"$1\"=\"$2\".",
586 'formerror' => 'Error: could not submit form',
587 'badarticleerror' => 'This action cannot be performed on this page.',
588 'cannotdelete' => 'Could not delete the page or image specified. (It may have already been deleted by someone else.)',
589 'badtitle' => 'Bad title',
590 'badtitletext' => "The requested page title was invalid, empty, or
591 an incorrectly linked inter-language or inter-wiki title.",
592 'perfdisabled' => 'Sorry! This feature has been temporarily disabled
593 because it slows the database down to the point that no one can use
594 the wiki.',
595 'perfdisabledsub' => "Here's a saved copy from $1:", # obsolete?
596 'perfcached' => 'The following data is cached and may not be completely up to date:',
597 'wrong_wfQuery_params' => "Incorrect parameters to wfQuery()<br />
598 Function: $1<br />
599 Query: $2
600 ",
601 'viewsource' => 'View source',
602 'protectedtext' => "This page has been locked to prevent editing; there are
603 a number of reasons why this may be so, please see
604 [[{{ns:4}}:Protected page]].
605
606 You can view and copy the source of this page:",
607 'seriousxhtmlerrors' => 'There were serious xhtml markup errors detected by tidy.',
608
609 # Login and logout pages
610 #
611 "logouttitle" => 'User logout',
612 "logouttext" => "You are now logged out.
613 You can continue to use {{SITENAME}} anonymously, or you can log in
614 again as the same or as a different user. Note that some pages may
615 continue to be displayed as if you were still logged in, until you clear
616 your browser cache\n",
617
618 'welcomecreation' => "<h2>Welcome, $1!</h2><p>Your account has been created.
619 Don't forget to change your {{SITENAME}} preferences.",
620
621 'loginpagetitle' => 'User login',
622 'yourname' => 'Your user name',
623 'yourpassword' => 'Your password',
624 'yourpasswordagain' => 'Retype password',
625 'newusersonly' => ' (new users only)',
626 'remembermypassword' => 'Remember my password across sessions.',
627 'loginproblem' => '<b>There has been a problem with your login.</b><br />Try again!',
628 'alreadyloggedin' => "<font color=red><b>User $1, you are already logged in!</b></font><br />\n",
629
630 'login' => 'Log in',
631 'loginprompt' => "You must have cookies enabled to log in to {{SITENAME}}.",
632 'userlogin' => 'Log in',
633 'logout' => 'Log out',
634 'userlogout' => 'Log out',
635 'notloggedin' => 'Not logged in',
636 'createaccount' => 'Create new account',
637 'createaccountmail' => 'by email',
638 'badretype' => 'The passwords you entered do not match.',
639 'userexists' => 'The user name you entered is already in use. Please choose a different name.',
640 'youremail' => 'Your email*',
641 'yourrealname' => 'Your real name*',
642 'yournick' => 'Your nickname (for signatures)',
643 'emailforlost' => "Fields marked with a star (*) are optional. Storing an email address enables people to contact you through the website without you having to reveal your
644 email address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.",
645 'prefs-help-userdata' => '* <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.<br/>
646 * <strong>Email</strong> (optional): Enables people to contact you through the website without you having to reveal your
647 email address to them, and it can be used to send you a new password if you forget it.',
648 'loginerror' => 'Login error',
649 'nocookiesnew' => "The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.",
650 "nocookieslogin" => "{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.",
651 'noname' => 'You have not specified a valid user name.',
652 'loginsuccesstitle' => 'Login successful',
653 'loginsuccess' => "You are now logged in to {{SITENAME}} as \"$1\".",
654 'nosuchuser' => "There is no user by the name \"$1\".
655 Check your spelling, or use the form below to create a new user account.",
656 'wrongpassword' => 'The password you entered is incorrect. Please try again.',
657 'mailmypassword' => 'Mail me a new password',
658 'passwordremindertitle' => "Password reminder from {{SITENAME}}",
659 'passwordremindertext' => "Someone (probably you, from IP address $1)
660 requested that we send you a new {{SITENAME}} login password.
661 The password for user \"$2\" is now \"$3\".
662 You should log in and change your password now.",
663 'noemail' => "There is no e-mail address recorded for user \"$1\".",
664 'passwordsent' => "A new password has been sent to the e-mail address
665 registered for \"$1\".
666 Please log in again after you receive it.",
667 'loginend' => '&nbsp;',
668 'mailerror' => "Error sending mail: $1",
669
670 # Edit page toolbar
671 'bold_sample'=>'Bold text',
672 'bold_tip'=>'Bold text',
673 'italic_sample'=>'Italic text',
674 'italic_tip'=>'Italic text',
675 'link_sample'=>'Link title',
676 'link_tip'=>'Internal link',
677 'extlink_sample'=>'http://www.example.com link title',
678 'extlink_tip'=>'External link (remember http:// prefix)',
679 'headline_sample'=>'Headline text',
680 'headline_tip'=>'Level 2 headline',
681 'math_sample'=>'Insert formula here',
682 'math_tip'=>'Mathematical formula (LaTeX)',
683 'nowiki_sample'=>'Insert non-formatted text here',
684 'nowiki_tip'=>'Ignore wiki formatting',
685 'image_sample'=>'Example.jpg',
686 'image_tip'=>'Embedded image',
687 'media_sample'=>'Example.mp3',
688 'media_tip'=>'Media file link',
689 'sig_tip'=>'Your signature with timestamp',
690 'hr_tip'=>'Horizontal line (use sparingly)',
691 'infobox'=>'Click a button to get an example text',
692 # alert box shown in browsers where text selection does not work, test e.g. with mozilla or konqueror
693 'infobox_alert'=>"Please enter the text you want to be formatted.\\n It will be shown in the infobox for copy and pasting.\\nExample:\\n$1\\nwill become:\\n$2",
694
695 # Edit pages
696 #
697 'summary' => 'Summary',
698 'subject' => 'Subject/headline',
699 'minoredit' => 'This is a minor edit',
700 'watchthis' => 'Watch this page',
701 'savearticle' => 'Save page',
702 'preview' => 'Preview',
703 'showpreview' => 'Show preview',
704 'blockedtitle' => 'User is blocked',
705 'blockedtext' => "Your user name or IP address has been blocked by $1.
706 The reason given is this:<br />''$2''<p>You may contact $1 or one of the other
707 [[{{ns:4}}:Administrators|administrators]] to discuss the block.
708
709 Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].
710
711 Your IP address is $3. Please include this address in any queries you make.
712 ",
713 'whitelistedittitle' => 'Login required to edit',
714 'whitelistedittext' => 'You have to [[Special:Userlogin|login]] to edit pages.',
715 'whitelistreadtitle' => 'Login required to read',
716 'whitelistreadtext' => 'You have to [[Special:Userlogin|login]] to read pages.',
717 'whitelistacctitle' => 'You are not allowed to create an account',
718 'whitelistacctext' => 'To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.',
719 'loginreqtitle' => 'Login Required',
720 'loginreqtext' => 'You must [[special:Userlogin|login]] to view other pages.',
721 'accmailtitle' => 'Password sent.',
722 'accmailtext' => "The Password for '$1' has been sent to $2.",
723 'newarticle' => '(New)',
724 'newarticletext' =>
725 "You've followed a link to a page that doesn't exist yet.
726 To create the page, start typing in the box below
727 (see the [[{{ns:4}}:Help|help page]] for more info).
728 If you are here by mistake, just click your browser's '''back''' button.",
729 'talkpagetext' => '<!-- MediaWiki:talkpagetext -->',
730 'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ",
731 'noarticletext' => '(There is currently no text in this page)',
732 'clearyourcache' => "'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''reload''(or ''ctrl-r''), '''IE / Opera:''' ''ctrl-f5'', '''Safari:''' ''cmd-r'', '''Konqueror''' ''ctrl-r''.",
733 'usercssjsyoucanpreview' => "<strong>Tip:</strong> Use the 'Show preview' button to test your new css/js before saving.",
734 'usercsspreview' => "'''Remember that you are only previewing your user css, it has not yet been saved!'''",
735 'userjspreview' => "'''Remember that you are only testing/previewing your user javascript, it has not yet been saved!'''",
736 'updated' => '(Updated)',
737 'note' => '<strong>Note:</strong> ',
738 'previewnote' => 'Remember that this is only a preview, and has not yet been saved!',
739 'previewconflict' => 'This preview reflects the text in the upper
740 text editing area as it will appear if you choose to save.',
741 'editing' => "Editing $1",
742 "sectionedit" => " (section)",
743 'commentedit' => ' (comment)',
744 'editconflict' => 'Edit conflict: $1',
745 'explainconflict' => "Someone else has changed this page since you
746 started editing it.
747 The upper text area contains the page text as it currently exists.
748 Your changes are shown in the lower text area.
749 You will have to merge your changes into the existing text.
750 <b>Only</b> the text in the upper text area will be saved when you
751 press \"Save page\".\n<p>",
752 'yourtext' => 'Your text',
753 'storedversion' => 'Stored version',
754 'editingold' => '<strong>WARNING: You are editing an out-of-date
755 revision of this page.
756 If you save it, any changes made since this revision will be lost.</strong>\n',
757 'yourdiff' => 'Differences',
758 # FIXME: This is inappropriate for third-party use!
759 'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are
760 considered to be released under the GNU Free Documentation License
761 (see $1 for details).
762 If you don't want your writing to be edited mercilessly and redistributed
763 at will, then don't submit it here.<br />
764 You are also promising us that you wrote this yourself, or copied it from a
765 public domain or similar free resource.
766 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
767 'longpagewarning' => "WARNING: This page is $1 kilobytes long; some
768 browsers may have problems editing pages approaching or longer than 32kb.
769 Please consider breaking the page into smaller sections.",
770 'readonlywarning' => 'WARNING: The database has been locked for maintenance,
771 so you will not be able to save your edits right now. You may wish to cut-n-paste
772 the text into a text file and save it for later.',
773 'protectedpagewarning' => "WARNING: This page has been locked so that only
774 users with sysop privileges can edit it. Be sure you are following the
775 <a href='$wgScript/{{ns:4}}:Protected_page_guidelines'>protected page
776 guidelines</a>.",
777
778 # History pages
779 #
780 'revhistory' => 'Revision history',
781 'nohistory' => 'There is no edit history for this page.',
782 'revnotfound' => 'Revision not found',
783 'revnotfoundtext' => "The old revision of the page you asked for could not be found.
784 Please check the URL you used to access this page.\n",
785 'loadhist' => 'Loading page history',
786 'currentrev' => 'Current revision',
787 'revisionasof' => "Revision as of $1",
788 'cur' => 'cur',
789 'next' => 'next',
790 'last' => 'last',
791 'orig' => 'orig',
792 'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br/>
793 Legend: (cur) = difference with current version,
794 (last) = difference with preceding version, M = minor edit.',
795
796 # Diffs
797 #
798 'difference' => '(Difference between revisions)',
799 'loadingrev' => 'loading revision for diff',
800 'lineno' => "Line $1:",
801 'editcurrent' => 'Edit the current version of this page',
802 'selectnewerversionfordiff' => 'Select a newer version for comparison',
803 'selectolderversionfordiff' => 'Select an older version for comparison',
804 'compareselectedversions' => 'Compare selected versions',
805
806 # Search results
807 #
808 'searchresults' => 'Search results',
809 'searchhelppage' => "{{ns:4}}:Searching",
810 'searchingwikipedia' => "Searching {{SITENAME}}",
811 'searchresulttext' => "For more information about searching {{SITENAME}}, see $1.",
812 'searchquery' => "For query \"$1\"",
813 'badquery' => 'Badly formed search query',
814 'badquerytext' => 'We could not process your query.
815 This is probably because you have attempted to search for a
816 word fewer than three letters long, which is not yet supported.
817 It could also be that you have mistyped the expression, for
818 example "fish and and scales".
819 Please try another query.',
820 'matchtotals' => "The query \"$1\" matched $2 page titles
821 and the text of $3 pages.",
822 'nogomatch' => 'No page with this exact title exists, trying full text search.',
823 'titlematches' => 'Article title matches',
824 'notitlematches' => 'No page title matches',
825 'textmatches' => 'Page text matches',
826 'notextmatches' => 'No page text matches',
827 'prevn' => "previous $1",
828 'nextn' => "next $1",
829 'viewprevnext' => "View ($1) ($2) ($3).",
830 'showingresults' => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
831 'showingresultsnum' => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
832 'nonefound' => "<strong>Note</strong>: unsuccessful searches are
833 often caused by searching for common words like \"have\" and \"from\",
834 which are not indexed, or by specifying more than one search term (only pages
835 containing all of the search terms will appear in the result).",
836 'powersearch' => 'Search',
837 'powersearchtext' => "
838 Search in namespaces :<br />
839 $1<br />
840 $2 List redirects &nbsp; Search for $3 $9",
841 "searchdisabled" => "<p>Sorry! Full text search has been disabled temporarily, for performance reasons. In the meantime, you can use the Google search below, which may be out of date.</p>",
842 'googlesearch' => "
843 <!-- SiteSearch Google -->
844 <FORM method=GET action=\"http://www.google.com/search\">
845 <TABLE bgcolor=\"#FFFFFF\"><tr><td>
846 <A HREF=\"http://www.google.com/\">
847 <IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\"
848 border=\"0\" ALT=\"Google\"></A>
849 </td>
850 <td>
851 <INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\">
852 <INPUT type=submit name=btnG VALUE=\"Google Search\">
853 <font size=-1>
854 <input type=hidden name=domains value=\"{{SERVER}}\"><br /><input type=radio name=sitesearch value=\"\"> WWW <input type=radio name=sitesearch value=\"{{SERVER}}\" checked> {{SERVER}} <br />
855 <input type='hidden' name='ie' value='$2'>
856 <input type='hidden' name='oe' value='$2'>
857 </font>
858 </td></tr></TABLE>
859 </FORM>
860 <!-- SiteSearch Google -->",
861 'blanknamespace' => '(Main)',
862
863 # Preferences page
864 #
865 'preferences' => 'Preferences',
866 'prefsnologin' => 'Not logged in',
867 'prefsnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
868 to set user preferences.",
869 'prefslogintext' => "You are logged in as \"$1\".
870 Your internal ID number is $2.
871
872 See [[{{ns:4}}:User preferences help]] for help deciphering the options.",
873 'prefsreset' => 'Preferences have been reset from storage.',
874 'qbsettings' => 'Quickbar settings',
875 'qbsettingsnote' => 'This preference only works in the \'Standard\' and the \'CologneBlue\' skin.',
876 'changepassword' => 'Change password',
877 'skin' => 'Skin',
878 'math' => 'Rendering math',
879 'dateformat' => 'Date format',
880 'math_failure' => 'Failed to parse',
881 'math_unknown_error' => 'unknown error',
882 'math_unknown_function' => 'unknown function ',
883 'math_lexing_error' => 'lexing error',
884 'math_syntax_error' => 'syntax error',
885 'math_image_error' => 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert',
886 'math_bad_tmpdir' => 'Can\'t write to or create math temp directory',
887 'math_bad_output' => 'Can\'t write to or create math output directory',
888 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
889 'prefs-personal' => 'User data',
890 'prefs-rc' => 'Recent changes and stub display',
891 'prefs-misc' => 'Misc settings',
892 'saveprefs' => 'Save preferences',
893 'resetprefs' => 'Reset preferences',
894 'oldpassword' => 'Old password',
895 'newpassword' => 'New password',
896 'retypenew' => 'Retype new password',
897 'textboxsize' => 'Textbox dimensions',
898 'rows' => 'Rows',
899 'columns' => 'Columns',
900 'searchresultshead' => 'Search result settings',
901 'resultsperpage' => 'Hits to show per page',
902 'contextlines' => 'Lines to show per hit',
903 'contextchars' => 'Characters of context per line',
904 'stubthreshold' => 'Threshold for stub display',
905 'recentchangescount' => 'Number of titles in recent changes',
906 'savedprefs' => 'Your preferences have been saved.',
907 'timezonelegend' => 'Time zone',
908 'timezonetext' => 'Enter number of hours your local time differs
909 from server time (UTC).',
910 'localtime' => 'Local time display',
911 'timezoneoffset' => 'Offset',
912 'servertime' => 'Server time is now',
913 'guesstimezone' => 'Fill in from browser',
914 'emailflag' => 'Disable e-mail from other users',
915 'defaultns' => 'Search in these namespaces by default:',
916
917 # Recent changes
918 #
919 'changes' => 'changes',
920 'recentchanges' => 'Recent changes',
921 'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
922 'rcloaderr' => 'Loading recent changes',
923 'rcnote' => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
924 'rcnotefrom' => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
925 'rclistfrom' => "Show new changes starting from $1",
926 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
927 # "rclinks" => "Show last $1 changes in last $2 days.",
928 'showhideminor' => "$1 minor edits | $2 bots | $3 logged in users ",
929 'rclinks' => "Show last $1 changes in last $2 days<br />$3",
930 'rchide' => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
931 'rcliu' => "; $1 edits from logged in users",
932 'diff' => 'diff',
933 'hist' => 'hist',
934 'hide' => 'hide',
935 'show' => 'show',
936 'tableform' => 'table',
937 'listform' => 'list',
938 'nchanges' => "$1 changes",
939 'minoreditletter' => 'M',
940 'newpageletter' => 'N',
941
942 # Upload
943 #
944 'upload' => 'Upload file',
945 'uploadbtn' => 'Upload file',
946 'uploadlink' => 'Upload images',
947 'reupload' => 'Re-upload',
948 'reuploaddesc' => 'Return to the upload form.',
949 'uploadnologin' => 'Not logged in',
950 'uploadnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
951 to upload files.",
952 'uploadfile' => 'Upload images, sounds, documents etc.',
953 'uploaderror' => 'Upload error',
954 'uploadtext' => "<strong>STOP!</strong> Before you upload here,
955 make sure to read and follow the <a href=\"{{localurle:Special:Image_use_policy}}\">image use policy</a>.
956 <p>If a file with the name you are specifying already
957 exists on the wiki, it'll be replaced without warning.
958 So unless you mean to update a file, it's a good idea
959 to first check if such a file exists.
960 <p>To view or search previously uploaded images,
961 go to the <a href=\"{{localurle:Special:Imagelist}}\">list of uploaded images</a>.
962 Uploads and deletions are logged on the " .
963 "<a href=\"{{localurle:Project:Upload_log}}\">upload log</a>.
964 </p><p>Use the form below to upload new image files for use in
965 illustrating your pages.
966 On most browsers, you will see a \"Browse...\" button, which will
967 bring up your operating system's standard file open dialog.
968 Choosing a file will fill the name of that file into the text
969 field next to the button.
970 You must also check the box affirming that you are not
971 violating any copyrights by uploading the file.
972 Press the \"Upload\" button to finish the upload.
973 This may take some time if you have a slow internet connection.
974 <p>The preferred formats are JPEG for photographic images, PNG
975 for drawings and other iconic images, and OGG for sounds.
976 Please name your files descriptively to avoid confusion.
977 To include the image in a page, use a link in the form
978 <b>[[{{ns:6}}:file.jpg]]</b> or <b>[[{{ns:6}}:file.png|alt text]]</b>
979 or <b>[[{{ns:-2}}:file.ogg]]</b> for sounds.
980 <p>Please note that as with wiki pages, others may edit or
981 delete your uploads if they think it serves the project, and
982 you may be blocked from uploading if you abuse the system.",
983
984 'uploadlog' => 'upload log',
985 'uploadlogpage' => 'Upload_log',
986 'uploadlogpagetext' => 'Below is a list of the most recent file uploads.
987 All times shown are server time (UTC).
988 <ul>
989 </ul>
990 ',
991 'filename' => 'Filename',
992 'filedesc' => 'Summary',
993 'filestatus' => 'Copyright status',
994 'filesource' => 'Source',
995 'affirmation' => "I affirm that the copyright holder of this file
996 agrees to license it under the terms of the $1.",
997 'copyrightpage' => "{{ns:4}}:Copyrights",
998 'copyrightpagename' => "{{SITENAME}} copyright",
999 'uploadedfiles' => 'Uploaded files',
1000 'noaffirmation' => 'You must affirm that your upload does not violate any copyrights.',
1001 'ignorewarning' => 'Ignore warning and save file anyway.',
1002 'minlength' => 'Image names must be at least three letters.',
1003 'badfilename' => "Image name has been changed to \"$1\".",
1004 'badfiletype' => "\".$1\" is not a recommended image file format.",
1005 'largefile' => 'It is recommended that images not exceed 100k in size.',
1006 'successfulupload' => 'Successful upload',
1007 'fileuploaded' => "File \"$1\" uploaded successfully.
1008 Please follow this link: $2 to the description page and fill
1009 in information about the file, such as where it came from, when it was
1010 created and by whom, and anything else you may know about it.",
1011 'uploadwarning' => 'Upload warning',
1012 'savefile' => 'Save file',
1013 'uploadedimage' => "uploaded \"$1\"",
1014 'uploaddisabled' => 'Sorry, uploading is disabled.',
1015
1016 # Image list
1017 #
1018 'imagelist' => 'Image list',
1019 'imagelisttext' => "Below is a list of $1 images sorted $2.",
1020 'getimagelist' => 'fetching image list',
1021 'ilshowmatch' => 'Show all images with names matching',
1022 'ilsubmit' => 'Search',
1023 'showlast' => "Show last $1 images sorted $2.",
1024 'all' => 'all',
1025 'byname' => 'by name',
1026 'bydate' => 'by date',
1027 'bysize' => 'by size',
1028 'imgdelete' => 'del',
1029 'imgdesc' => 'desc',
1030 'imglegend' => 'Legend: (desc) = show/edit image description.',
1031 'imghistory' => 'Image history',
1032 'revertimg' => 'rev',
1033 'deleteimg' => 'del',
1034 'imghistlegend' => 'Legend: (cur) = this is the current image, (del) = delete
1035 this old version, (rev) = revert to this old version.
1036 <br /><i>Click on date to see image uploaded on that date</i>.',
1037 'imagelinks' => 'Image links',
1038 'linkstoimage' => 'The following pages link to this image:',
1039 'nolinkstoimage' => 'There are no pages that link to this image.',
1040
1041 # Statistics
1042 #
1043 'statistics' => 'Statistics',
1044 'sitestats' => 'Site statistics',
1045 'userstats' => 'User statistics',
1046 'sitestatstext' => "There are '''$1''' total pages in the database.
1047 This includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"
1048 pages, redirects, and others that probably don't qualify as content pages.
1049 Excluding those, there are '''$2''' pages that are probably legitimate
1050 content pages.
1051
1052 There have been a total of '''$3''' page views, and '''$4''' page edits
1053 since the wiki was setup.
1054 That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
1055 'userstatstext' => "There are '''$1''' registered users.
1056 '''$2''' of these are administrators (see $3).",
1057
1058 # Maintenance Page
1059 #
1060 'maintenance' => 'Maintenance page',
1061 'maintnancepagetext' => 'This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)',
1062 'maintenancebacklink' => 'Back to Maintenance Page',
1063 'disambiguations' => 'Disambiguation pages',
1064 'disambiguationspage' => "{{ns:4}}:Links_to_disambiguating_pages",
1065 'disambiguationstext' => "The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as dismbiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.",
1066 'doubleredirects' => 'Double Redirects',
1067 'doubleredirectstext' => "<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br />\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.",
1068 'brokenredirects' => 'Broken Redirects',
1069 'brokenredirectstext' => 'The following redirects link to a non-existing pages.',
1070 'selflinks' => 'Pages with Self Links',
1071 'selflinkstext' => 'The following pages contain a link to themselves, which they should not.',
1072 'mispeelings' => 'Pages with misspellings',
1073 'mispeelingstext' => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
1074 'mispeelingspage' => 'List of common misspellings',
1075 'missinglanguagelinks' => 'Missing Language Links',
1076 'missinglanguagelinksbutton' => 'Find missing language links for',
1077 'missinglanguagelinkstext' => "These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
1078
1079
1080 # Miscellaneous special pages
1081 #
1082 'orphans' => 'Orphaned pages',
1083 'lonelypages' => 'Orphaned pages',
1084 'unusedimages' => 'Unused images',
1085 'popularpages' => 'Popular pages',
1086 'nviews' => '$1 views',
1087 'wantedpages' => 'Wanted pages',
1088 'nlinks' => '$1 links',
1089 'allpages' => 'All pages',
1090 'randompage' => 'Random page',
1091 'shortpages' => 'Short pages',
1092 'longpages' => 'Long pages',
1093 'deadendpages' => 'Dead-end pages',
1094 'listusers' => 'User list',
1095 'specialpages' => 'Special pages',
1096 'spheading' => 'Special pages for all users',
1097 'sysopspheading' => 'For sysop use only',
1098 'developerspheading' => 'For developer use only',
1099 'protectpage' => 'Protect page',
1100 'recentchangeslinked' => 'Related changes',
1101 'rclsub' => "(to pages linked from \"$1\")",
1102 'debug' => 'Debug',
1103 'newpages' => 'New pages',
1104 'ancientpages' => 'Oldest pages',
1105 'intl' => 'Interlanguage links',
1106 'move' => 'Move',
1107 'movethispage' => 'Move this page',
1108 'unusedimagestext' => '<p>Please note that other web sites may link to an image with
1109 a direct URL, and so may still be listed here despite being
1110 in active use.',
1111 'booksources' => 'Book sources',
1112 # FIXME: Other sites, of course, may have affiliate relations with the booksellers list
1113 'booksourcetext' => "Below is a list of links to other sites that
1114 sell new and used books, and may also have further information
1115 about books you are looking for.
1116 {{SITENAME}} is not affiliated with any of these businesses, and
1117 this list should not be construed as an endorsement.",
1118 'isbn' => 'ISBN',
1119 'rfcurl' => "http://www.faqs.org/rfcs/rfc$1.html",
1120 'alphaindexline' => "$1 to $2",
1121 'version' => 'Version',
1122
1123 # Email this user
1124 #
1125 'mailnologin' => 'No send address',
1126 'mailnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin\">logged in</a>
1127 and have a valid e-mail address in your <a href=\"{{localurl:Special:Preferences}}\">preferences</a>
1128 to send e-mail to other users.",
1129 'emailuser' => 'E-mail this user',
1130 'emailpage' => 'E-mail user',
1131 'emailpagetext' => 'If this user has entered a valid e-mail address in
1132 his or her user preferences, the form below will send a single message.
1133 The e-mail address you entered in your user preferences will appear
1134 as the "From" address of the mail, so the recipient will be able
1135 to reply.',
1136 'usermailererror' => 'Mail object returned error: ',
1137 'defemailsubject' => "{{SITENAME}} e-mail",
1138 'noemailtitle' => 'No e-mail address',
1139 'noemailtext' => 'This user has not specified a valid e-mail address,
1140 or has chosen not to receive e-mail from other users.',
1141 'emailfrom' => 'From',
1142 'emailto' => 'To',
1143 'emailsubject' => 'Subject',
1144 'emailmessage' => 'Message',
1145 'emailsend' => 'Send',
1146 'emailsent' => 'E-mail sent',
1147 'emailsenttext' => 'Your e-mail message has been sent.',
1148
1149 # Watchlist
1150 #
1151 'watchlist' => 'My watchlist',
1152 'watchlistsub' => "(for user \"$1\")",
1153 'nowatchlist' => 'You have no items on your watchlist.',
1154 'watchnologin' => 'Not logged in',
1155 'watchnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
1156 to modify your watchlist.",
1157 'addedwatch' => 'Added to watchlist',
1158 'addedwatchtext' => "The page \"$1\" has been added to your [[{{ns:-1}}:Watchlist|watchlist]].
1159 Future changes to this page and its associated Talk page will be listed there,
1160 and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to
1161 make it easier to pick out.
1162
1163 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
1164 'removedwatch' => 'Removed from watchlist',
1165 'removedwatchtext' => "The page \"$1\" has been removed from your watchlist.",
1166 'watch' => 'Watch',
1167 'watchthispage' => 'Watch this page',
1168 'unwatch' => 'Unwatch',
1169 'unwatchthispage' => 'Stop watching',
1170 'notanarticle' => 'Not a content page',
1171 'watchnochange' => 'None of your watched items were edited in the time period displayed.',
1172 'watchdetails' => "($1 pages watched not counting talk pages;
1173 $2 total pages edited since cutoff;
1174 $3...
1175 <a href='$4'>show and edit complete list</a>.)",
1176 'watchmethod-recent'=> 'checking recent edits for watched pages',
1177 'watchmethod-list' => 'checking watched pages for recent edits',
1178 'removechecked' => 'Remove checked items from watchlist',
1179 'watchlistcontains' => "Your watchlist contains $1 pages.",
1180 'watcheditlist' => 'Here\'s an alphabetical list of your
1181 watched pages. Check the boxes of pages you want to remove
1182 from your watchlist and click the \'remove checked\' button
1183 at the bottom of the screen.',
1184 'removingchecked' => 'Removing requested items from watchlist...',
1185 'couldntremove' => "Couldn't remove item '$1'...",
1186 'iteminvalidname' => "Problem with item '$1', invalid name...",
1187 'wlnote' => "Below are the last $1 changes in the last <b>$2</b> hours.",
1188 'wlshowlast' => "Show last $1 hours $2 days $3",
1189 'wlsaved' => 'This is a saved version of your watchlist.',
1190
1191
1192 # Delete/protect/revert
1193 #
1194 'deletepage' => 'Delete page',
1195 'confirm' => 'Confirm',
1196 'excontent' => 'content was:',
1197 'exbeforeblank' => 'content before blanking was:',
1198 'exblank' => 'page was empty',
1199 'confirmdelete' => 'Confirm delete',
1200 'deletesub' => "(Deleting \"$1\")",
1201 'historywarning' => 'Warning: The page you are about to delete has a history: ',
1202 'confirmdeletetext' => "You are about to permanently delete a page
1203 or image along with all of its history from the database.
1204 Please confirm that you intend to do this, that you understand the
1205 consequences, and that you are doing this in accordance with
1206 [[{{ns:4}}:Policy]].",
1207 'confirmcheck' => 'Yes, I really want to delete this.',
1208 'actioncomplete' => 'Action complete',
1209 'deletedtext' => "\"$1\" has been deleted.
1210 See $2 for a record of recent deletions.",
1211 'deletedarticle' => "deleted \"$1\"",
1212 'dellogpage' => 'Deletion_log',
1213 'dellogpagetext' => 'Below is a list of the most recent deletions.
1214 All times shown are server time (UTC).
1215 <ul>
1216 </ul>
1217 ',
1218 'deletionlog' => 'deletion log',
1219 'reverted' => 'Reverted to earlier revision',
1220 'deletecomment' => 'Reason for deletion',
1221 'imagereverted' => 'Revert to earlier version was successful.',
1222 'rollback' => 'Roll back edits',
1223 'rollback_short' => 'Rollback',
1224 'rollbacklink' => 'rollback',
1225 'rollbackfailed' => 'Rollback failed',
1226 'cantrollback' => 'Cannot revert edit; last contributor is only author of this page.',
1227 'alreadyrolled' => "Cannot rollback last edit of [[$1]]
1228 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.
1229
1230 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
1231 # only shown if there is an edit comment
1232 'editcomment' => "The edit comment was: \"<i>$1</i>\".",
1233 'revertpage' => "Reverted edit of $2, changed back to last version by $1",
1234 'protectlogpage' => 'Protection_log',
1235 'protectlogtext' => "Below is a list of page locks/unlocks.
1236 See [[{{ns:4}}:Protected page]] for more information.",
1237 'protectedarticle' => "protected [[$1]]",
1238 'unprotectedarticle' => "unprotected [[$1]]",
1239 'protectsub' =>"(Protecting \"$1\")",
1240 'confirmprotecttext' => 'Do you really want to protect this page?',
1241 'confirmprotect' => 'Confirm protection',
1242 'protectcomment' => 'Reason for protecting',
1243 'unprotectsub' =>"(Unprotecting \"$1\")",
1244 'confirmunprotecttext' => 'Do you really want to unprotect this page?',
1245 'confirmunprotect' => 'Confirm unprotection',
1246 'unprotectcomment' => 'Reason for unprotecting',
1247 'protectreason' => '(give a reason)',
1248
1249 # Undelete
1250 'undelete' => 'Restore deleted page',
1251 'undeletepage' => 'View and restore deleted pages',
1252 'undeletepagetext' => 'The following pages have been deleted but are still in the archive and
1253 can be restored. The archive may be periodically cleaned out.',
1254 'undeletearticle' => 'Restore deleted page',
1255 'undeleterevisions' => "$1 revisions archived",
1256 'undeletehistory' => 'If you restore the page, all revisions will be restored to the history.
1257 If a new page with the same name has been created since the deletion, the restored
1258 revisions will appear in the prior history, and the current revision of the live page
1259 will not be automatically replaced.',
1260 'undeleterevision' => "Deleted revision as of $1",
1261 'undeletebtn' => 'Restore!',
1262 'undeletedarticle' => "restored \"$1\"",
1263 'undeletedtext' => "[[$1]] has been successfully restored.
1264 See [[{{ns:4}}:Deletion_log]] for a record of recent deletions and restorations.",
1265
1266 # Contributions
1267 #
1268 'contributions' => 'User contributions',
1269 'mycontris' => 'My contributions',
1270 'contribsub' => "For $1",
1271 'nocontribs' => 'No changes were found matching these criteria.',
1272 'ucnote' => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
1273 'uclinks' => "View the last $1 changes; view the last $2 days.",
1274 'uctop' => ' (top)' ,
1275
1276 # What links here
1277 #
1278 'whatlinkshere' => 'What links here',
1279 'notargettitle' => 'No target',
1280 'notargettext' => 'You have not specified a target page or user
1281 to perform this function on.',
1282 'linklistsub' => '(List of links)',
1283 'linkshere' => 'The following pages link to here:',
1284 'nolinkshere' => 'No pages link to here.',
1285 'isredirect' => 'redirect page',
1286
1287 # Block/unblock IP
1288 #
1289 'blockip' => 'Block user',
1290 'blockiptext' => "Use the form below to block write access
1291 from a specific IP address or username.
1292 This should be done only only to prevent vandalism, and in
1293 accordance with [[{{ns:4}}:Policy|policy]].
1294 Fill in a specific reason below (for example, citing particular
1295 pages that were vandalized).",
1296 'ipaddress' => 'IP Address/username',
1297 'ipbexpiry' => 'Expiry',
1298 'ipbreason' => 'Reason',
1299 'ipbsubmit' => 'Block this user',
1300 'badipaddress' => 'Invalid IP address',
1301 'noblockreason' => 'You must supply a reason for the block.',
1302 'blockipsuccesssub' => 'Block succeeded',
1303 'blockipsuccesstext' => "\"$1\" has been blocked.
1304 <br />See [[Special:Ipblocklist|IP block list]] to review blocks.",
1305 'unblockip' => 'Unblock user',
1306 'unblockiptext' => 'Use the form below to restore write access
1307 to a previously blocked IP address or username.',
1308 'ipusubmit' => 'Unblock this address',
1309 'ipusuccess' => "\"$1\" unblocked",
1310 'ipblocklist' => 'List of blocked IP addresses and usernames',
1311 'blocklistline' => "$1, $2 blocked $3 (expires $4)",
1312 'blocklink' => 'block',
1313 'unblocklink' => 'unblock',
1314 'contribslink' => 'contribs',
1315 'autoblocker' => "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".",
1316 'blocklogpage' => 'Block_log',
1317 'blocklogentry' => 'blocked "$1" with an expiry time of $2',
1318 'blocklogtext' => 'This is a log of user blocking and unblocking actions. Automatically
1319 blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for
1320 the list of currently operational bans and blocks.',
1321 'unblocklogentry' => 'unblocked "$1"',
1322 'range_block_disabled' => 'The sysop ability to create range blocks is disabled.',
1323 'ipb_expiry_invalid' => 'Expiry time invalid.',
1324 'ip_range_invalid' => "Invalid IP range.\n",
1325 'proxyblocker' => 'Proxy blocker',
1326 'proxyblockreason' => 'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.',
1327 'proxyblocksuccess' => "Done.\n",
1328
1329 # Developer tools
1330 #
1331 'lockdb' => 'Lock database',
1332 'unlockdb' => 'Unlock database',
1333 'lockdbtext' => 'Locking the database will suspend the ability of all
1334 users to edit pages, change their preferences, edit their watchlists, and
1335 other things requiring changes in the database.
1336 Please confirm that this is what you intend to do, and that you will
1337 unlock the database when your maintenance is done.',
1338 'unlockdbtext' => 'Unlocking the database will restore the ability of all
1339 users to edit pages, change their preferences, edit their watchlists, and
1340 other things requiring changes in the database.
1341 Please confirm that this is what you intend to do.',
1342 'lockconfirm' => 'Yes, I really want to lock the database.',
1343 'unlockconfirm' => 'Yes, I really want to unlock the database.',
1344 'lockbtn' => 'Lock database',
1345 'unlockbtn' => 'Unlock database',
1346 'locknoconfirm' => 'You did not check the confirmation box.',
1347 'lockdbsuccesssub' => 'Database lock succeeded',
1348 'unlockdbsuccesssub' => 'Database lock removed',
1349 'lockdbsuccesstext' => 'The database has been locked.
1350 <br />Remember to remove the lock after your maintenance is complete.',
1351 'unlockdbsuccesstext' => 'The database has been unlocked.',
1352
1353 # SQL query
1354 #
1355 'asksql' => 'SQL query',
1356 'asksqltext' => "Use the form below to make a direct query of the
1357 database.
1358 Use single quotes ('like this') to delimit string literals.
1359 This can often add considerable load to the server, so please use
1360 this function sparingly.",
1361 'sqlislogged' => 'Please note that all queries are logged.',
1362 'sqlquery' => 'Enter query',
1363 'querybtn' => 'Submit query',
1364 'selectonly' => 'Only read-only queries are allowed.',
1365 'querysuccessful' => 'Query successful',
1366
1367 # Make sysop
1368 'makesysoptitle' => 'Make a user into a sysop',
1369 'makesysoptext' => 'This form is used by bureaucrats to turn ordinary users into administrators.
1370 Type the name of the user in the box and press the button to make the user an administrator',
1371 'makesysopname' => 'Name of the user:',
1372 'makesysopsubmit' => 'Make this user into a sysop',
1373 'makesysopok' => "<b>User \"$1\" is now a sysop</b>",
1374 'makesysopfail' => "<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>",
1375 'setbureaucratflag' => 'Set bureaucrat flag',
1376 'bureaucratlog' => 'Bureaucrat_log',
1377 'bureaucratlogentry' => "Rights for user \"$1\" set \"$2\"",
1378 'rights' => 'Rights:',
1379 'set_user_rights' => 'Set user rights',
1380 'user_rights_set' => "<b>User rights for \"$1\" updated</b>",
1381 'set_rights_fail' => "<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>",
1382 'makesysop' => 'Make a user into a sysop',
1383
1384 # Move page
1385 #
1386 'movepage' => 'Move page',
1387 'movepagetext' => 'Using the form below will rename a page, moving all
1388 of its history to the new name.
1389 The old title will become a redirect page to the new title.
1390 Links to the old page title will not be changed; be sure to
1391 [[Special:Maintenance|check]] for double or broken redirects.
1392 You are responsible for making sure that links continue to
1393 point where they are supposed to go.
1394
1395 Note that the page will \'\'\'not\'\'\' be moved if there is already
1396 a page at the new title, unless it is empty or a redirect and has no
1397 past edit history. This means that you can rename a page back to where
1398 it was just renamed from if you make a mistake, and you cannot overwrite
1399 an existing page.
1400
1401 <b>WARNING!</b>
1402 This can be a drastic and unexpected change for a popular page;
1403 please be sure you understand the consequences of this before
1404 proceeding.',
1405 'movepagetalktext' => 'The associated talk page, if any, will be automatically moved along with it \'\'\'unless:\'\'\'
1406 *You are moving the page across namespaces,
1407 *A non-empty talk page already exists under the new name, or
1408 *You uncheck the box below.
1409
1410 In those cases, you will have to move or merge the page manually if desired.',
1411 'movearticle' => 'Move page',
1412 'movenologin' => 'Not logged in',
1413 'movenologintext' => "You must be a registered user and <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
1414 to move a page.",
1415 'newtitle' => 'To new title',
1416 'movepagebtn' => 'Move page',
1417 'pagemovedsub' => 'Move succeeded',
1418 'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".",
1419 'articleexists' => 'A page of that name already exists, or the
1420 name you have chosen is not valid.
1421 Please choose another name.',
1422 'talkexists' => 'The page itself was moved successfully, but the
1423 talk page could not be moved because one already exists at the new
1424 title. Please merge them manually.',
1425 'movedto' => 'moved to',
1426 'movetalk' => 'Move "talk" page as well, if applicable.',
1427 'talkpagemoved' => 'The corresponding talk page was also moved.',
1428 'talkpagenotmoved' => 'The corresponding talk page was <strong>not</strong> moved.',
1429 '1movedto2' => "$1 moved to $2",
1430
1431 # Export
1432
1433 'export' => 'Export pages',
1434 'exporttext' => 'You can export the text and editing history of a particular
1435 page or set of pages wrapped in some XML; this can then be imported into another
1436 wiki running MediaWiki software, transformed, or just kept for your private
1437 amusement.',
1438 'exportcuronly' => 'Include only the current revision, not the full history',
1439
1440 # Namespace 8 related
1441
1442 'allmessages' => 'All system messages',
1443 'allmessagestext' => 'This is a list of all system messages available in the MediaWiki: namespace.',
1444
1445 # Thumbnails
1446
1447 'thumbnail-more' => 'Enlarge',
1448 'missingimage' => "<b>Missing image</b><br /><i>$1</i>\n",
1449
1450 # Special:Import
1451 'import' => 'Import pages',
1452 'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
1453 'importfailed' => "Import failed: $1",
1454 'importnotext' => 'Empty or no text',
1455 'importsuccess' => 'Import succeeded!',
1456 'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)',
1457
1458 # Keyboard access keys for power users
1459 'accesskey-search' => 'f',
1460 'accesskey-minoredit' => 'i',
1461 'accesskey-save' => 's',
1462 'accesskey-preview' => 'p',
1463 'accesskey-compareselectedversions' => 'v',
1464
1465 # tooltip help for some actions, most are in Monobook.js
1466 'tooltip-search' => 'Search this wiki- [alt-f]',
1467 'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]',
1468 'tooltip-save' => 'Save your changes [alt-s]',
1469 'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]',
1470 'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page. [alt-v]',
1471
1472 # stylesheets
1473
1474 'Monobook.css' => '/* edit this file to customize the monobook skin for the entire site */',
1475 #'Monobook.js' => '/* edit this file to change js things in the monobook skin */',
1476
1477 # Metadata
1478 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
1479 'nocreativecommons' => 'Creative Commons RDF metadata disabled for this server.',
1480 'notacceptable' => 'The wiki server can\'t provide data in a format your client can read.',
1481
1482 # Attribution
1483
1484 'anonymous' => "Anonymous user(s) of $wgSitename",
1485 'siteuser' => "$wgSitename user $1",
1486 'lastmodifiedby' => "This page was last modified $1 by $2.",
1487 'and' => 'and',
1488 'othercontribs' => "Based on work by $1.",
1489 'siteusers' => "$wgSitename user(s) $1",
1490 'spamprotectiontitle' => 'Spam protection filter',
1491 'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.
1492
1493 You might want to check the following regular expression for patterns that are currently blocked:',
1494 'subcategorycount' => "There are $1 subcategories to this category.",
1495 'categoryarticlecount' => "There are $1 articles in this category.",
1496 'usenewcategorypage' => "1\n\nSet first character to \"0\" to disable the new category page layout.",
1497
1498 # Monobook.js: tooltips and access keys for monobook
1499 'Monobook.js' => '/* tooltips and access keys */
1500 ta = new Object();
1501 ta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');
1502 ta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');
1503 ta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');
1504 ta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');
1505 ta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');
1506 ta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');
1507 ta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');
1508 ta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
1509 ta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
1510 ta[\'pt-logout\'] = new Array(\'o\',\'Log out\');
1511 ta[\'ca-article\'] = new Array(\'a\',\'View the content page\');
1512 ta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');
1513 ta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');
1514 ta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');
1515 ta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');
1516 ta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');
1517 ta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');
1518 ta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');
1519 ta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');
1520 ta[\'ca-move\'] = new Array(\'m\',\'Move this page\');
1521 ta[\'ca-nomove\'] = new Array(\'\',\'You don\\\'t have the permissions to move this page\');
1522 ta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');
1523 ta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');
1524 ta[\'search\'] = new Array(\'f\',\'Search this wiki\');
1525 ta[\'p-logo\'] = new Array(\'\',\'Main Page\');
1526 ta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');
1527 ta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');
1528 ta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');
1529 ta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');
1530 ta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');
1531 ta[\'n-help\'] = new Array(\'\',\'The place to find out.\');
1532 ta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');
1533 ta[\'t-whatlinkshere\'] = new Array(\'b\',\'List of all wiki pages that link here\');
1534 ta[\'t-recentchangeslinked\'] = new Array(\'c\',\'Recent changes in pages linking to this page\');
1535 ta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');
1536 ta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');
1537 ta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');
1538 ta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');
1539 ta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');
1540 ta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');
1541 ta[\'ca-nstab-main\'] = new Array(\'a\',\'View the content page\');
1542 ta[\'ca-nstab-user\'] = new Array(\'a\',\'View the user page\');
1543 ta[\'ca-nstab-media\'] = new Array(\'a\',\'View the media page\');
1544 ta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');
1545 ta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');
1546 ta[\'ca-nstab-image\'] = new Array(\'a\',\'View the image page\');
1547 ta[\'ca-nstab-mediawiki\'] = new Array(\'a\',\'View the system message\');
1548 ta[\'ca-nstab-template\'] = new Array(\'a\',\'View the template\');
1549 ta[\'ca-nstab-help\'] = new Array(\'a\',\'View the help page\');
1550 ta[\'ca-nstab-category\'] = new Array(\'a\',\'View the category page\');
1551 '
1552
1553
1554 );
1555
1556 #--------------------------------------------------------------------------
1557 # Internationalisation code
1558 #--------------------------------------------------------------------------
1559
1560 class Language {
1561 function Language(){
1562 # Copies any missing values in the specified arrays from En to the current language
1563 $fillin = array( 'wgSysopSpecialPages', 'wgValidSpecialPages', 'wgDeveloperSpecialPages' );
1564 $name = get_class( $this );
1565 if( strpos( $name, 'language' ) == 0){
1566 $lang = ucfirst( substr( $name, 8 ) );
1567 foreach( $fillin as $arrname ){
1568 $langver = "{$arrname}{$lang}";
1569 $enver = "{$arrname}En";
1570 if( ! isset( $GLOBALS[$langver] ) || ! isset( $GLOBALS[$enver] ))
1571 continue;
1572 foreach($GLOBALS[$enver] as $spage => $text){
1573 if( ! isset( $GLOBALS[$langver][$spage] ) )
1574 $GLOBALS[$langver][$spage] = $text;
1575 }
1576 }
1577 }
1578 }
1579
1580 function getDefaultUserOptions () {
1581 global $wgDefaultUserOptionsEn ;
1582 return $wgDefaultUserOptionsEn ;
1583 }
1584
1585 function getBookstoreList () {
1586 global $wgBookstoreListEn ;
1587 return $wgBookstoreListEn ;
1588 }
1589
1590 function getNamespaces() {
1591 global $wgNamespaceNamesEn;
1592 return $wgNamespaceNamesEn;
1593 }
1594
1595 function getNsText( $index ) {
1596 global $wgNamespaceNamesEn;
1597 return $wgNamespaceNamesEn[$index];
1598 }
1599
1600 function getNsIndex( $text ) {
1601 global $wgNamespaceNamesEn;
1602
1603 foreach ( $wgNamespaceNamesEn as $i => $n ) {
1604 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
1605 }
1606 return false;
1607 }
1608
1609 function specialPage( $name ) {
1610 return $this->getNsText( Namespace::getSpecial() ) . ':' . $name;
1611 }
1612
1613 function getQuickbarSettings() {
1614 global $wgQuickbarSettingsEn;
1615 return $wgQuickbarSettingsEn;
1616 }
1617
1618 function getSkinNames() {
1619 global $wgSkinNamesEn;
1620 return $wgSkinNamesEn;
1621 }
1622
1623 function getMathNames() {
1624 global $wgMathNamesEn;
1625 return $wgMathNamesEn;
1626 }
1627
1628 function getDateFormats() {
1629 global $wgDateFormatsEn;
1630 return $wgDateFormatsEn;
1631 }
1632
1633 function getUserToggles() {
1634 global $wgUserTogglesEn;
1635 return $wgUserTogglesEn;
1636 }
1637
1638 function getUserToggle( $tog ) {
1639 $togs =& $this->getUserToggles();
1640 return $togs[$tog];
1641 }
1642
1643 function getLanguageNames() {
1644 global $wgLanguageNamesEn;
1645 return $wgLanguageNamesEn;
1646 }
1647
1648 function getLanguageName( $code ) {
1649 global $wgLanguageNamesEn;
1650 if ( ! array_key_exists( $code, $wgLanguageNamesEn ) ) {
1651 return "";
1652 }
1653 return $wgLanguageNamesEn[$code];
1654 }
1655
1656 function getMonthName( $key )
1657 {
1658 global $wgMonthNamesEn;
1659 return $wgMonthNamesEn[$key-1];
1660 }
1661
1662 /* by default we just return base form */
1663 function getMonthNameGen( $key )
1664 {
1665 return $this->getMonthName( $key );
1666 }
1667
1668 function getMonthAbbreviation( $key )
1669 {
1670 global $wgMonthAbbreviationsEn;
1671 return @$wgMonthAbbreviationsEn[$key-1];
1672 }
1673
1674 function getWeekdayName( $key )
1675 {
1676 global $wgWeekdayNamesEn;
1677 return $wgWeekdayNamesEn[$key-1];
1678 }
1679
1680 function userAdjust( $ts )
1681 {
1682 global $wgUser, $wgLocalTZoffset;
1683
1684 $tz = $wgUser->getOption( 'timecorrection' );
1685 if ( $tz === '' ) {
1686 $hrDiff = isset( $wgLocalTZoffset ) ? $wgLocalTZoffset : 0;
1687 $minDiff = 0;
1688 } elseif ( strpos( $tz, ":" ) !== false ) {
1689 $tzArray = explode( ":", $tz );
1690 $hrDiff = intval($tzArray[0]);
1691 $minDiff = intval($hrDiff < 0 ? -$tzArray[1] : $tzArray[1]);
1692 } else {
1693 $hrDiff = intval( $tz );
1694 }
1695 if ( 0 == $hrDiff && 0 == $minDiff ) { return $ts; }
1696
1697 $t = mktime( (
1698 (int)substr( $ts, 8, 2) ) + $hrDiff, # Hours
1699 (int)substr( $ts, 10, 2 ) + $minDiff, # Minutes
1700 (int)substr( $ts, 12, 2 ), # Seconds
1701 (int)substr( $ts, 4, 2 ), # Month
1702 (int)substr( $ts, 6, 2 ), # Day
1703 (int)substr( $ts, 0, 4 ) ); #Year
1704 return date( 'YmdHis', $t );
1705 }
1706
1707 function date( $ts, $adj = false )
1708 {
1709 global $wgAmericanDates, $wgUser, $wgUseDynamicDates;
1710
1711 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
1712
1713 if ( $wgUseDynamicDates ) {
1714 $datePreference = $wgUser->getOption( 'date' );
1715 if ( $datePreference == 0 ) {
1716 $datePreference = $wgAmericanDates ? 1 : 2;
1717 }
1718 } else {
1719 $datePreference = $wgAmericanDates ? 1 : 2;
1720 }
1721
1722 $month = $this->getMonthAbbreviation( substr( $ts, 4, 2 ) );
1723 $day = $this->formatNum( 0 + substr( $ts, 6, 2 ) );
1724 $year = $this->formatNum( substr( $ts, 0, 4 ) );
1725
1726 switch( $datePreference ) {
1727 case 1: return "$month $day, $year";
1728 case 2: return "$day $month $year";
1729 default: return "$year $month $day";
1730 }
1731 }
1732
1733 function time( $ts, $adj = false, $seconds = false )
1734 {
1735 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
1736
1737 $t = substr( $ts, 8, 2 ) . ':' . substr( $ts, 10, 2 );
1738 if ( $seconds ) {
1739 $t .= ':' . substr( $ts, 12, 2 );
1740 }
1741 return $this->formatNum( $t );
1742 }
1743
1744 function timeanddate( $ts, $adj = false )
1745 {
1746 return $this->time( $ts, $adj ) . ', ' . $this->date( $ts, $adj );
1747 }
1748
1749 function rfc1123( $ts )
1750 {
1751 return date( 'D, d M Y H:i:s T', $ts );
1752 }
1753
1754 function getValidSpecialPages()
1755 {
1756 global $wgValidSpecialPagesEn;
1757 return $wgValidSpecialPagesEn;
1758 }
1759
1760 function getSysopSpecialPages()
1761 {
1762 global $wgSysopSpecialPagesEn;
1763 return $wgSysopSpecialPagesEn;
1764 }
1765
1766 function getDeveloperSpecialPages()
1767 {
1768 global $wgDeveloperSpecialPagesEn;
1769 return $wgDeveloperSpecialPagesEn;
1770 }
1771
1772 function getMessage( $key )
1773 {
1774 global $wgAllMessagesEn;
1775 return @$wgAllMessagesEn[$key];
1776 }
1777
1778 function getAllMessages()
1779 {
1780 global $wgAllMessagesEn;
1781 return $wgAllMessagesEn;
1782 }
1783
1784 function iconv( $in, $out, $string ) {
1785 # For most languages, this is a wrapper for iconv
1786 return iconv( $in, $out, $string );
1787 }
1788
1789 function ucfirst( $string ) {
1790 # For most languages, this is a wrapper for ucfirst()
1791 return ucfirst( $string );
1792 }
1793
1794 function lcfirst( $s ) {
1795 return strtolower( $s{0} ). substr( $s, 1 );
1796 }
1797
1798 function checkTitleEncoding( $s ) {
1799 global $wgInputEncoding;
1800
1801 # Check for UTF-8 URLs; Internet Explorer produces these if you
1802 # type non-ASCII chars in the URL bar or follow unescaped links.
1803 $ishigh = preg_match( '/[\x80-\xff]/', $s);
1804 $isutf = ($ishigh ? preg_match( '/^([\x00-\x7f]|[\xc0-\xdf][\x80-\xbf]|' .
1805 '[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xf7][\x80-\xbf]{3})+$/', $s ) : true );
1806
1807 if( ($wgInputEncoding != 'utf-8') and $ishigh and $isutf )
1808 return @iconv( 'UTF-8', $wgInputEncoding, $s );
1809
1810 if( ($wgInputEncoding == 'utf-8') and $ishigh and !$isutf )
1811 return utf8_encode( $s );
1812
1813 # Other languages can safely leave this function, or replace
1814 # it with one to detect and convert another legacy encoding.
1815 return $s;
1816 }
1817
1818 function stripForSearch( $in ) {
1819 # Some languages have special punctuation to strip out
1820 # or characters which need to be converted for MySQL's
1821 # indexing to grok it correctly. Make such changes here.
1822 return $in;
1823 }
1824
1825 function firstChar( $s ) {
1826 # Get the first character of a string. In ASCII, return
1827 # first byte of the string. UTF8 and others have to
1828 # overload this.
1829 return $s[0];
1830 }
1831
1832 function setAltEncoding() {
1833 # Some languages may have an alternate char encoding option
1834 # (Esperanto X-coding, Japanese furigana conversion, etc)
1835 # If 'altencoding' is checked in user prefs, this gives a
1836 # chance to swap out the default encoding settings.
1837 #global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
1838 }
1839
1840 function recodeForEdit( $s ) {
1841 # For some languages we'll want to explicitly specify
1842 # which characters make it into the edit box raw
1843 # or are converted in some way or another.
1844 # Note that if wgOutputEncoding is different from
1845 # wgInputEncoding, this text will be further converted
1846 # to wgOutputEncoding.
1847 global $wgInputEncoding, $wgEditEncoding;
1848 if( $wgEditEncoding == '' or
1849 $wgEditEncoding == $wgInputEncoding ) {
1850 return $s;
1851 } else {
1852 return $this->iconv( $wgInputEncoding, $wgEditEncoding, $s );
1853 }
1854 }
1855
1856 function recodeInput( $s ) {
1857 # Take the previous into account.
1858 global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
1859 if($wgEditEncoding != "") {
1860 $enc = $wgEditEncoding;
1861 } else {
1862 $enc = $wgOutputEncoding;
1863 }
1864 if( $enc == $wgInputEncoding ) {
1865 return $s;
1866 } else {
1867 return $this->iconv( $enc, $wgInputEncoding, $s );
1868 }
1869 }
1870
1871 # For right-to-left language support
1872 function isRTL() { return false; }
1873
1874 # To allow "foo[[bar]]" to extend the link over the whole word "foobar"
1875 function linkPrefixExtension() { return false; }
1876
1877
1878 function &getMagicWords()
1879 {
1880 global $wgMagicWordsEn;
1881 return $wgMagicWordsEn;
1882 }
1883
1884 # Fill a MagicWord object with data from here
1885 function getMagic( &$mw )
1886 {
1887 $raw =& $this->getMagicWords();
1888 if( !isset( $raw[$mw->mId] ) ) {
1889 # Fall back to English if local list is incomplete
1890 $raw =& Language::getMagicWords();
1891 }
1892 $rawEntry = $raw[$mw->mId];
1893 $mw->mCaseSensitive = $rawEntry[0];
1894 $mw->mSynonyms = array_slice( $rawEntry, 1 );
1895 }
1896
1897 # Italic is unsuitable for some languages
1898 function emphasize( $text )
1899 {
1900 return '<em>'.$text.'</em>';
1901 }
1902
1903
1904 # Normally we use the plain ASCII digits. Some languages such as Arabic will
1905 # want to output numbers using script-appropriate characters: override this
1906 # function with a translator. See LanguageAr.php for an example.
1907 function formatNum( $number ) {
1908 return $number;
1909 }
1910
1911 function listToText( $l ) {
1912 $s = '';
1913 $m = count($l) - 1;
1914 for ($i = $m; $i >= 0; $i--) {
1915 if ($i == $m) {
1916 $s = $l[$i];
1917 } else if ($i == $m - 1) {
1918 $s = $l[$i] . ' ' . $this->getMessage('and') . ' ' . $s;
1919 } else {
1920 $s = $l[$i] . ', ' . $s;
1921 }
1922 }
1923 return $s;
1924 }
1925 }
1926
1927 # This should fail gracefully if there's not a localization available
1928 @include_once( 'Language' . ucfirst( $wgLanguageCode ) . '.php' );
1929 ?>