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