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