24b165126f8e827feea504f5828ee968455916d6
[lhc/web/wiklou.git] / languages / Language.php
1 <?
2
3 # NOTE: To turn off "Current Events" in the sidebar,
4 # set "currentevents" => "-"
5
6 # The names of the namespaces can be set here, but the numbers
7 # are magical, so don't change or move them! The Namespace class
8 # encapsulates some of the magic-ness.
9 #
10 /* private */ $wgNamespaceNamesEn = array(
11 -1 => "Special",
12 0 => "",
13 1 => "Talk",
14 2 => "User",
15 3 => "User_talk",
16 4 => "Wikipedia",
17 5 => "Wikipedia_talk",
18 6 => "Image",
19 7 => "Image_talk"
20 );
21
22 /* private */ $wgDefaultUserOptionsEn = array(
23 "quickbar" => 1, "underline" => 1, "hover" => 1,
24 "cols" => 80, "rows" => 25, "searchlimit" => 20,
25 "contextlines" => 5, "contextchars" => 50,
26 "skin" => 0, "math" => 1, "rcdays" => 7, "rclimit" => 50,
27 "highlightbroken" => 1, "stubthreshold" => 0,
28 "previewontop" => 1, "editsection"=>1,"editsectiononrightclick"=>0, "showtoc"=>1,
29 "date" => 0
30 );
31
32 /* private */ $wgQuickbarSettingsEn = array(
33 "None", "Fixed left", "Fixed right", "Floating left"
34 );
35
36 /* private */ $wgSkinNamesEn = array(
37 "Standard", "Nostalgia", "Cologne Blue"
38 );
39
40 /* private */ $wgMathNamesEn = array(
41 "Always render PNG",
42 "HTML if very simple or else PNG",
43 "HTML if possible or else PNG",
44 "Leave it as TeX (for text browsers)",
45 "Recommended for modern browsers"
46 );
47
48 /* private */ $wgDateFormatsEn = array(
49 "No preference",
50 "January 15, 2001",
51 "15 January 2001",
52 "2001 January 15"
53 );
54
55 /* private */ $wgUserTogglesEn = array(
56 "hover" => "Show hoverbox over wiki links",
57 "underline" => "Underline links",
58 "highlightbroken" => "Format broken links <a href=\"\" class=\"new\">like
59 this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).",
60 "justify" => "Justify paragraphs",
61 "hideminor" => "Hide minor edits in recent changes",
62 "usenewrc" => "Enhanced recent changes (not for all browsers)",
63 "numberheadings" => "Auto-number headings",
64 "editondblclick" => "Edit pages on double click (JavaScript)",
65 "editsection"=>"Enable section editing via [edit] links",
66 "editsectiononrightclick"=>"Enable section editing by right clicking<br> on section titles (JavaScript)",
67 "showtoc"=>"Show table of contents<br>(for articles with more than 3 headings)",
68 "rememberpassword" => "Remember password across sessions",
69 "editwidth" => "Edit box has full width",
70 "watchdefault" => "Add pages you edit to your watchlist",
71 "minordefault" => "Mark all edits minor by default",
72 "previewontop" => "Show preview before edit box and not after it",
73 "nocache" => "Disable page caching"
74 );
75
76 /* private */ $wgBookstoreListEn = array(
77 "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN",
78 "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1",
79 "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1",
80 "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1"
81 );
82
83 /* private */ $wgLanguageNamesEn = array(
84 "aa" => "Afar",
85 "ab" => "Abkhazian",
86 "af" => "Afrikaans",
87 "am" => "Amharic",
88 "ar" => "&#8238;&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;&#8236; (Araby)",
89 "as" => "Assamese",
90 "ay" => "Aymara",
91 "az" => "Azerbaijani",
92 "ba" => "Bashkir",
93 "be" => "&#1041;&#1077;&#1083;&#1072;&#1088;&#1091;&#1089;&#1082;&#1080;",
94 "bh" => "Bihara",
95 "bi" => "Bislama",
96 "bn" => "Bengali",
97 "bo" => "Tibetan",
98 "br" => "Brezhoneg",
99 "bs" => "Bosnian",
100 "ca" => "Catal&#224;",
101 "ch" => "Chamoru",
102 "co" => "Corsican",
103 "cs" => "&#268;esk&#225;",
104 "cy" => "Cymraeg",
105 "da" => "Dansk", # Note two different subdomains.
106 "dk" => "Dansk", # 'da' is correct for the language.
107 "de" => "Deutsch",
108 "dz" => "Bhutani",
109 "el" => "&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Ellenika)",
110 "en" => "English",
111 "eo" => "Esperanto",
112 "es" => "Espa&#241;ol",
113 "et" => "Eesti",
114 "eu" => "Euskara",
115 "fa" => "&#8238;&#1601;&#1585;&#1587;&#1609;&#8236; (Farsi)",
116 "fi" => "Suomi",
117 "fj" => "Fijian",
118 "fo" => "Faeroese",
119 "fr" => "Fran&#231;ais",
120 "fy" => "Frysk",
121 "ga" => "Gaelige",
122 "gl" => "Galician",
123 "gn" => "Guarani",
124 "gu" => "&#2711;&#2753;&#2716;&#2736;&#2750;&#2724;&#2752; (Gujarati)",
125 "ha" => "Hausa",
126 "he" => "&#1506;&#1489;&#1512;&#1497;&#1514; (Ivrit)",
127 "hi" => "&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)",
128 "hr" => "Hrvatski",
129 "hu" => "Magyar",
130 "hy" => "Armenian",
131 "ia" => "Interlingua",
132 "id" => "Indonesia",
133 "ik" => "Inupiak",
134 "is" => "&#205;slenska",
135 "it" => "Italiano",
136 "iu" => "Inuktitut",
137 "ja" => "&#26085;&#26412;&#35486; (Nihongo)",
138 "jv" => "Javanese",
139 "ka" => "&#4325;&#4304;&#4320;&#4311;&#4309;&#4308;&#4314;&#4312; (Kartuli)",
140 "kk" => "Kazakh",
141 "kl" => "Greenlandic",
142 "km" => "Cambodian",
143 "kn" => "Kannada",
144 "ko" => "&#54620;&#44397;&#50612; (Hangukeo)",
145 "ks" => "Kashmiri",
146 "kw" => "Kernewek",
147 "ky" => "Kirghiz",
148 "la" => "Latina",
149 "ln" => "Lingala",
150 "lo" => "Laotian",
151 "lt" => "Lietuvi&#371;",
152 "lv" => "Latvian",
153 "mg" => "Malagasy",
154 "mi" => "Maori",
155 "mk" => "Macedonian",
156 "ml" => "Malayalam",
157 "mn" => "Mongolian",
158 "mo" => "Moldavian",
159 "mr" => "Marathi",
160 "ms" => "Bahasa Melayu",
161 "my" => "Burmese",
162 "na" => "Nauru",
163 "ne" => "&#2344;&#2375;&#2346;&#2366;&#2354;&#2368; (Nepali)",
164 "nl" => "Nederlands",
165 "no" => "Norsk",
166 "oc" => "Occitan",
167 "om" => "Oromo",
168 "or" => "Oriya",
169 "pa" => "Punjabi",
170 "pl" => "Polski",
171 "ps" => "Pashto",
172 "pt" => "Portugu&#234;s",
173 "qu" => "Quechua",
174 "rm" => "Rhaeto-Romance",
175 "rn" => "Kirundi",
176 "ro" => "Rom&#226;n&#259;",
177 "ru" => "&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkij)",
178 "rw" => "Kinyarwanda",
179 "sa" => "&#2360;&#2306;&#2360;&#2381;&#2325;&#2371;&#2340; (Samskrta)",
180 "sd" => "Sindhi",
181 "sg" => "Sangro",
182 "sh" => "Serbocroatian",
183 "si" => "Sinhalese",
184 "simple" => "Simple English",
185 "sk" => "Slovak",
186 "sl" => "Slovensko",
187 "sm" => "Samoan",
188 "sn" => "Shona",
189 "so" => "Soomaali",
190 "sq" => "Shqiptare",
191 "sr" => "Srpski",
192 "ss" => "Siswati",
193 "st" => "Sesotho",
194 "su" => "Sudanese",
195 "sv" => "Svenska",
196 "sw" => "Kiswahili",
197 "ta" => "Tamil",
198 "te" => "Telugu",
199 "tg" => "Tajik",
200 "th" => "Thai",
201 "ti" => "Tigrinya",
202 "tk" => "Turkmen",
203 "tl" => "Tagalog",
204 "tn" => "Setswana",
205 "to" => "Tonga",
206 "tr" => "T&#252;rk&#231;e",
207 "ts" => "Tsonga",
208 "tt" => "Tatar",
209 "tw" => "Twi",
210 "ug" => "Uighur",
211 "uk" => "&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrayins`ka)",
212 "ur" => "Urdu",
213 "uz" => "Uzbek",
214 "vi" => "Vietnamese",
215 "vo" => "Volap&#252;k",
216 "wo" => "Wolof",
217 "xh" => "isiXhosa",
218 "yi" => "Yiddish",
219 "yo" => "Yoruba",
220 "za" => "Zhuang",
221 "zh" => "&#20013;&#25991; (Zhongwen)",
222 "zh-cn" => "&#20013;&#25991;(&#31616;&#20307;) (Simplified Chinese)",
223 "zh-tw" => "&#20013;&#25991;(&#32321;&#20307;) (Traditional Chinese)",
224 "zu" => "Zulu"
225 );
226
227 /* private */ $wgWeekdayNamesEn = array(
228 "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",
229 "Friday", "Saturday"
230 );
231
232 /* private */ $wgMonthNamesEn = array(
233 "January", "February", "March", "April", "May", "June",
234 "July", "August", "September", "October", "November",
235 "December"
236 );
237
238 /* private */ $wgMonthAbbreviationsEn = array(
239 "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
240 "Sep", "Oct", "Nov", "Dec"
241 );
242
243 # All special pages have to be listed here: a description of ""
244 # will make them not show up on the "Special Pages" page, which
245 # is the right thing for some of them (such as the "targeted" ones).
246 #
247 /* private */ $wgValidSpecialPagesEn = array(
248 "Userlogin" => "",
249 "Userlogout" => "",
250 "Preferences" => "Set my user preferences",
251 "Watchlist" => "My watchlist",
252 "Recentchanges" => "Recently updated pages",
253 "Upload" => "Upload image files",
254 "Imagelist" => "Image list",
255 "Listusers" => "Registered users",
256 "Statistics" => "Site statistics",
257 "Randompage" => "Random article",
258
259 "Lonelypages" => "Orphaned articles",
260 "Unusedimages" => "Orphaned images",
261 "Popularpages" => "Popular articles",
262 "Wantedpages" => "Most wanted articles",
263 "Shortpages" => "Short articles",
264 "Longpages" => "Long articles",
265 "Newpages" => "Newly created articles",
266 "Ancientpages" => "Oldest articles",
267 "Intl" => "Interlanguage links",
268 "Allpages" => "All pages by title",
269
270 "Ipblocklist" => "Blocked IP addresses",
271 "Maintenance" => "Maintenance page",
272 "Specialpages" => "",
273 "Contributions" => "",
274 "Emailuser" => "",
275 "Whatlinkshere" => "",
276 "Recentchangeslinked" => "",
277 "Movepage" => "",
278 "Booksources" => "External book sources",
279 "Categories" => "Page categories",
280 );
281
282 /* private */ $wgSysopSpecialPagesEn = array(
283 "Blockip" => "Block an IP address",
284 "Asksql" => "Query the database",
285 "Undelete" => "Restore deleted pages"
286 );
287
288 /* private */ $wgDeveloperSpecialPagesEn = array(
289 "Lockdb" => "Make database read-only",
290 "Unlockdb" => "Restore DB write access",
291 "Debug" => "Debugging information"
292 );
293
294 /* private */ $wgAllMessagesEn = array(
295
296 # Bits of text used by many pages:
297 #
298 "categories" => "Page categories",
299 "category" => "category",
300 "category_header" => "Articles in category \"$1\"",
301 "subcategories" => "Subcategories",
302
303 "linktrail" => "/^([a-z]+)(.*)\$/sD",
304 "mainpage" => "Main Page",
305 "mainpagetext" => "Wiki software successfully installed.",
306 "about" => "About",
307 "aboutwikipedia" => "About Wikipedia",
308 "aboutpage" => "Wikipedia:About",
309 "help" => "Help",
310 "helppage" => "Wikipedia:Help",
311 "wikititlesuffix" => "Wikipedia",
312 "bugreports" => "Bug reports",
313 "bugreportspage" => "Wikipedia:Bug_reports",
314 "faq" => "FAQ",
315 "faqpage" => "Wikipedia:FAQ",
316 "edithelp" => "Editing help",
317 "edithelppage" => "Wikipedia:How_does_one_edit_a_page",
318 "cancel" => "Cancel",
319 "qbfind" => "Find",
320 "qbbrowse" => "Browse",
321 "qbedit" => "Edit",
322 "qbpageoptions" => "Page options",
323 "qbpageinfo" => "Page info",
324 "qbmyoptions" => "My options",
325 "mypage" => "My page",
326 "mytalk" => "My talk",
327 "currentevents" => "Current events",
328 "errorpagetitle" => "Error",
329 "returnto" => "Return to $1.",
330 "fromwikipedia" => "From Wikipedia, the free encyclopedia.",
331 "whatlinkshere" => "Pages that link here",
332 "help" => "Help",
333 "search" => "Search",
334 "go" => "Go",
335 "history" => "Page history",
336 "printableversion" => "Printable version",
337 "editthispage" => "Edit this page",
338 "deletethispage" => "Delete this page",
339 "protectthispage" => "Protect this page",
340 "unprotectthispage" => "Unprotect this page",
341 "newpage" => "New page",
342 "talkpage" => "Discuss this page",
343 "postcomment" => "Post a comment",
344 "articlepage" => "View article",
345 "subjectpage" => "View subject", # For compatibility
346 "userpage" => "View user page",
347 "wikipediapage" => "View meta page",
348 "imagepage" => "View image page",
349 "viewtalkpage" => "View discussion",
350 "otherlanguages" => "Other languages",
351 "redirectedfrom" => "(Redirected from $1)",
352 "lastmodified" => "This page was last modified $1.",
353 "viewcount" => "This page has been accessed $1 times.",
354 "gnunote" => "All text is available under the terms of the <a class=internal href='/wiki/GNU_FDL'>GNU Free Documentation License</a>.",
355 "printsubtitle" => "(From http://www.wikipedia.org)",
356 "protectedpage" => "Protected page",
357 "administrators" => "Wikipedia:Administrators",
358 "sysoptitle" => "Sysop access required",
359 "sysoptext" => "The action you have requested can only be
360 performed by users with \"sysop\" status.
361 See $1.",
362 "developertitle" => "Developer access required",
363 "developertext" => "The action you have requested can only be
364 performed by users with \"developer\" status.
365 See $1.",
366 "nbytes" => "$1 bytes",
367 "go" => "Go",
368 "ok" => "OK",
369 "sitetitle" => "Wikipedia",
370 "sitesubtitle" => "The Free Encyclopedia",
371 "retrievedfrom" => "Retrieved from \"$1\"",
372 "newmessages" => "You have $1.",
373 "newmessageslink" => "new messages",
374 "editsection"=>"edit",
375 "toc" => "Table of contents",
376 "showtoc" => "show",
377 "hidetoc" => "hide",
378
379 # Main script and global functions
380 #
381 "nosuchaction" => "No such action",
382 "nosuchactiontext" => "The action specified by the URL is not
383 recognized by the Wikipedia software",
384 "nosuchspecialpage" => "No such special page",
385 "nospecialpagetext" => "You have requested a special page that is not
386 recognized by the Wikipedia software.",
387
388 # General errors
389 #
390 "error" => "Error",
391 "databaseerror" => "Database error",
392 "dberrortext" => "A database query syntax error has occurred.
393 This could be because of an illegal search query (see $5),
394 or it may indicate a bug in the software.
395 The last attempted database query was:
396 <blockquote><tt>$1</tt></blockquote>
397 from within function \"<tt>$2</tt>\".
398 MySQL returned error \"<tt>$3: $4</tt>\".",
399 "dberrortextcl" => "A database query syntax error has occurred.
400 The last attempted database query was:
401 \"$1\"
402 from within function \"$2\".
403 MySQL returned error \"$3: $4\".\n",
404 "noconnect" => "Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.",
405 "nodb" => "Could not select database $1",
406 "cachederror" => "The following is a cached copy of the requested page, and may not be up to date.",
407 "readonly" => "Database locked",
408 "enterlockreason" => "Enter a reason for the lock, including an estimate
409 of when the lock will be released",
410 "readonlytext" => "The Wikipedia database is currently locked to new
411 entries and other modifications, probably for routine database maintenance,
412 after which it will be back to normal.
413 The administrator who locked it offered this explanation:
414 <p>$1",
415 "missingarticle" => "The database did not find the text of a page
416 that it should have found, named \"$1\".
417
418 <p>This is usually caused by following an outdated diff or history link to a
419 page that has been deleted.
420
421 <p>If this is not the case, you may have found a bug in the software.
422 Please report this to an administrator, making note of the URL.",
423 "internalerror" => "Internal error",
424 "filecopyerror" => "Could not copy file \"$1\" to \"$2\".",
425 "filerenameerror" => "Could not rename file \"$1\" to \"$2\".",
426 "filedeleteerror" => "Could not delete file \"$1\".",
427 "filenotfound" => "Could not find file \"$1\".",
428 "unexpected" => "Unexpected value: \"$1\"=\"$2\".",
429 "formerror" => "Error: could not submit form",
430 "badarticleerror" => "This action cannot be performed on this page.",
431 "cannotdelete" => "Could not delete the page or image specified. (It may have already been deleted by someone else.)",
432 "badtitle" => "Bad title",
433 "badtitletext" => "The requested page title was invalid, empty, or
434 an incorrectly linked inter-language or inter-wiki title.",
435 "perfdisabled" => "Sorry! This feature has been temporarily disabled
436 because it slows the database down to the point that no one can use
437 the wiki.",
438 "perfdisabledsub" => "Here's a saved copy from $1:",
439
440 # Login and logout pages
441 #
442 "logouttitle" => "User logout",
443 "logouttext" => "You are now logged out.
444 You can continue to use Wikipedia anonymously, or you can log in
445 again as the same or as a different user.\n",
446
447 "welcomecreation" => "<h2>Welcome, $1!</h2><p>Your account has been created.
448 Don't forget to personalize your wikipedia preferences.",
449
450 "loginpagetitle" => "User login",
451 "yourname" => "Your user name",
452 "yourpassword" => "Your password",
453 "yourpasswordagain" => "Retype password",
454 "newusersonly" => " (new users only)",
455 "remembermypassword" => "Remember my password across sessions.",
456 "loginproblem" => "<b>There has been a problem with your login.</b><br>Try again!",
457 "alreadyloggedin" => "<font color=red><b>User $1, you are already logged in!</b></font><br>\n",
458
459 "areyounew" => "If you are new to Wikipedia and want to get a user account,
460 enter a user name, then type and re-type a password.
461 Your e-mail address is optional; if you lose your password you can request
462 that it be to the address you give.<br>\n",
463
464 "login" => "Log in",
465 "userlogin" => "Log in",
466 "logout" => "Log out",
467 "userlogout" => "Log out",
468 "notloggedin" => "Not logged in",
469 "createaccount" => "Create new account",
470 "createaccountmail" => "by eMail",
471 "badretype" => "The passwords you entered do not match.",
472 "userexists" => "The user name you entered is already in use. Please choose a different name.",
473 "youremail" => "Your e-mail*",
474 "yournick" => "Your nickname (for signatures)",
475 "emailforlost" => "* Entering an email address is optional. But it enables people to
476 contact you through the website without you having to reveal your
477 email address to them, and it also helps you if you forget your
478 password.",
479 "loginerror" => "Login error",
480 "noname" => "You have not specified a valid user name.",
481 "loginsuccesstitle" => "Login successful",
482 "loginsuccess" => "You are now logged in to Wikipedia as \"$1\".",
483 "nosuchuser" => "There is no user by the name \"$1\".
484 Check your spelling, or use the form below to create a new user account.",
485 "wrongpassword" => "The password you entered is incorrect. Please try again.",
486 "mailmypassword" => "Mail me a new password",
487 "passwordremindertitle" => "Password reminder from Wikipedia",
488 "passwordremindertext" => "Someone (probably you, from IP address $1)
489 requested that we send you a new Wikipedia login password.
490 The password for user \"$2\" is now \"$3\".
491 You should log in and change your password now.",
492 "noemail" => "There is no e-mail address recorded for user \"$1\".",
493 "passwordsent" => "A new password has been sent to the e-mail address
494 registered for \"$1\".
495 Please log in again after you receive it.",
496
497 # Edit pages
498 #
499 "summary" => "Summary",
500 "subject" => "Subject/headline",
501 "minoredit" => "This is a minor edit",
502 "watchthis" => "Watch this article",
503 "savearticle" => "Save page",
504 "preview" => "Preview",
505 "showpreview" => "Show preview",
506 "blockedtitle" => "User is blocked",
507 "blockedtext" => "Your user name or IP address has been blocked by $1.
508 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other
509 [[Wikipedia:administrators|administrators]] to discuss the block.",
510 "whitelistedittitle" => "Login required to edit",
511 "whitelistedittext" => "You have to [[Special:Userlogin|login]] to edit articles.",
512 "whitelistreadtitle" => "Login required to read",
513 "whitelistreadtext" => "You have to [[Special:Userlogin|login]] to read articles.",
514 "whitelistacctitle" => "You are not allowed to create an account",
515 "whitelistacctext" => "To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.",
516 "accmailtitle" => "Password sent.",
517 "accmailtext" => "The Password for '$1' has been sent to $2.",
518 "newarticle" => "(New)",
519 "newarticletext" =>
520 "You've followed a link to a page that doesn't exist yet.
521 To create the page, start typing in the box below
522 (see the [[Wikipedia:Help|help page]] for more info).
523 If you are here by mistake, just click your browser's '''back''' button.",
524 "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.'' ",
525 "noarticletext" => "(There is currently no text in this page)",
526 "updated" => "(Updated)",
527 "note" => "<strong>Note:</strong> ",
528 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
529 "previewconflict" => "This preview reflects the text in the upper
530 text editing area as it will appear if you choose to save.",
531 "editing" => "Editing $1",
532 "sectionedit" => " (section)",
533 "commentedit" => " (comment)",
534 "editconflict" => "Edit conflict: $1",
535 "explainconflict" => "Someone else has changed this page since you
536 started editing it.
537 The upper text area contains the page text as it currently exists.
538 Your changes are shown in the lower text area.
539 You will have to merge your changes into the existing text.
540 <b>Only</b> the text in the upper text area will be saved when you
541 press \"Save page\".\n<p>",
542 "yourtext" => "Your text",
543 "storedversion" => "Stored version",
544 "editingold" => "<strong>WARNING: You are editing an out-of-date
545 revision of this page.
546 If you save it, any changes made since this revision will be lost.</strong>\n",
547 "yourdiff" => "Differences",
548 "copyrightwarning" => "Please note that all contributions to Wikipedia are
549 considered to be released under the GNU Free Documentation License
550 (see $1 for details).
551 If you don't want your writing to be edited mercilessly and redistributed
552 at will, then don't submit it here.<br>
553 You are also promising us that you wrote this yourself, or copied it from a
554 public domain or similar free resource.
555 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
556 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
557 browsers may have problems editing pages approaching or longer than 32kb.
558 Please consider breaking the page into smaller sections.",
559 "readonlywarning" => "WARNING: The database has been locked for maintenance,
560 so you will not be able to save your edits right now. You may wish to cut-n-paste
561 the text into a text file and save it for later.",
562 "protectedpagewarning" => "WARNING: This page has been locked so that only
563 users with sysop privileges can edit it. Be sure you are following the
564 <a href='/wiki/Wikipedia:Protected_page_guidelines'>protected page
565 guidelines</a>.",
566
567 # History pages
568 #
569 "revhistory" => "Revision history",
570 "nohistory" => "There is no edit history for this page.",
571 "revnotfound" => "Revision not found",
572 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
573 Please check the URL you used to access this page.\n",
574 "loadhist" => "Loading page history",
575 "currentrev" => "Current revision",
576 "revisionasof" => "Revision as of $1",
577 "cur" => "cur",
578 "next" => "next",
579 "last" => "last",
580 "orig" => "orig",
581 "histlegend" => "Legend: (cur) = difference with current version,
582 (last) = difference with preceding version, M = minor edit",
583
584 # Diffs
585 #
586 "difference" => "(Difference between revisions)",
587 "loadingrev" => "loading revision for diff",
588 "lineno" => "Line $1:",
589 "editcurrent" => "Edit the current version of this page",
590
591 # Search results
592 #
593 "searchresults" => "Search results",
594 "searchhelppage" => "Wikipedia:Searching",
595 "searchingwikipedia" => "Searching Wikipedia",
596 "searchresulttext" => "For more information about searching Wikipedia, see $1.",
597 "searchquery" => "For query \"$1\"",
598 "badquery" => "Badly formed search query",
599 "badquerytext" => "We could not process your query.
600 This is probably because you have attempted to search for a
601 word fewer than three letters long, which is not yet supported.
602 It could also be that you have mistyped the expression, for
603 example \"fish and and scales\".
604 Please try another query.",
605 "matchtotals" => "The query \"$1\" matched $2 article titles
606 and the text of $3 articles.",
607 "nogomatch" => "No page with this exact title exists, trying full text search.",
608 "titlematches" => "Article title matches",
609 "notitlematches" => "No article title matches",
610 "textmatches" => "Article text matches",
611 "notextmatches" => "No article text matches",
612 "prevn" => "previous $1",
613 "nextn" => "next $1",
614 "viewprevnext" => "View ($1) ($2) ($3).",
615 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
616 "showingresultsnum" => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
617 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
618 often caused by searching for common words like \"have\" and \"from\",
619 which are not indexed, or by specifying more than one search term (only pages
620 containing all of the search terms will appear in the result).",
621 "powersearch" => "Search",
622 "powersearchtext" => "
623 Search in namespaces :<br>
624 $1<br>
625 $2 List redirects &nbsp; Search for $3 $9",
626 "blanknamespace" => "(Main)",
627
628 # Preferences page
629 #
630 "preferences" => "Preferences",
631 "prefsnologin" => "Not logged in",
632 "prefsnologintext" => "You must be <a href=\"" .
633 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
634 to set user preferences.",
635 "prefslogintext" => "You are logged in as \"$1\".
636 Your internal ID number is $2.
637
638 See [[Wikipedia:User preferences help]] for help deciphering the options.",
639 "prefsreset" => "Preferences have been reset from storage.",
640 "qbsettings" => "Quickbar settings",
641 "changepassword" => "Change password",
642 "skin" => "Skin",
643 "math" => "Rendering math",
644 "dateformat" => "Date format",
645 "math_failure" => "Failed to parse",
646 "math_unknown_error" => "unknown error",
647 "math_unknown_function" => "unknown function ",
648 "math_lexing_error" => "lexing error",
649 "math_syntax_error" => "syntax error",
650 "saveprefs" => "Save preferences",
651 "resetprefs" => "Reset preferences",
652 "oldpassword" => "Old password",
653 "newpassword" => "New password",
654 "retypenew" => "Retype new password",
655 "textboxsize" => "Textbox dimensions",
656 "rows" => "Rows",
657 "columns" => "Columns",
658 "searchresultshead" => "Search result settings",
659 "resultsperpage" => "Hits to show per page",
660 "contextlines" => "Lines to show per hit",
661 "contextchars" => "Characters of context per line",
662 "stubthreshold" => "Threshold for stub display",
663 "recentchangescount" => "Number of titles in recent changes",
664 "savedprefs" => "Your preferences have been saved.",
665 "timezonetext" => "Enter number of hours your local time differs
666 from server time (UTC).",
667 "localtime" => "Local time display",
668 "timezoneoffset" => "Offset",
669 "servertime" => "Server time is now",
670 "guesstimezone" => "Fill in from browser",
671 "emailflag" => "Disable e-mail from other users",
672 "defaultns" => "Search in these namespaces by default:",
673
674 # Recent changes
675 #
676 "changes" => "changes",
677 "recentchanges" => "Recent changes",
678 "recentchangestext" => "Track the most recent changes to Wikipedia on this page.
679 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
680 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
681 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
682 (especially [[wikipedia:Naming conventions|naming conventions]],
683 [[wikipedia:Neutral point of view|neutral point of view]]),
684 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
685
686 If you want to see Wikipedia succeed, it's very important that you don't add
687 material restricted by others' [[wikipedia:Copyrights|copyrights]].
688 The legal liability could really hurt the project, so please don't do it.
689 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion].",
690 "rcloaderr" => "Loading recent changes",
691 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
692 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
693 "rclistfrom" => "Show new changes starting from $1",
694 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
695 # "rclinks" => "Show last $1 changes in last $2 days.",
696 "rclinks" => "Show last $1 changes in last $2 days; $3 minor edits",
697 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
698 "rcliu" => "; $1 edits from logged in users",
699 "diff" => "diff",
700 "hist" => "hist",
701 "hide" => "hide",
702 "show" => "show",
703 "tableform" => "table",
704 "listform" => "list",
705 "nchanges" => "$1 changes",
706 "minoreditletter" => "M",
707 "newpageletter" => "N",
708
709 # Upload
710 #
711 "upload" => "Upload file",
712 "uploadbtn" => "Upload file",
713 "uploadlink" => "Upload images",
714 "reupload" => "Re-upload",
715 "reuploaddesc" => "Return to the upload form.",
716 "uploadnologin" => "Not logged in",
717 "uploadnologintext" => "You must be <a href=\"" .
718 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
719 to upload files.",
720 "uploadfile" => "Upload images, sounds, documents etc.",
721 "uploaderror" => "Upload error",
722 "uploadtext" => "<strong>STOP!</strong> Before you upload here,
723 make sure to read and follow Wikipedia's <a href=\"" .
724 wfLocalUrlE( "Wikipedia:Image_use_policy" ) . "\">image use policy</a>.
725 <p>To view or search previously uploaded images,
726 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) .
727 "\">list of uploaded images</a>.
728 Uploads and deletions are logged on the <a href=\"" .
729 wfLocalUrlE( "Wikipedia:Upload_log" ) . "\">upload log</a>.
730 <p>Use the form below to upload new image files for use in
731 illustrating your articles.
732 On most browsers, you will see a \"Browse...\" button, which will
733 bring up your operating system's standard file open dialog.
734 Choosing a file will fill the name of that file into the text
735 field next to the button.
736 You must also check the box affirming that you are not
737 violating any copyrights by uploading the file.
738 Press the \"Upload\" button to finish the upload.
739 This may take some time if you have a slow internet connection.
740 <p>The preferred formats are JPEG for photographic images, PNG
741 for drawings and other iconic images, and OGG for sounds.
742 Please name your files descriptively to avoid confusion.
743 To include the image in an article, use a link in the form
744 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b>
745 or <b>[[media:file.ogg]]</b> for sounds.
746 <p>Please note that as with Wikipedia pages, others may edit or
747 delete your uploads if they think it serves the encyclopedia, and
748 you may be blocked from uploading if you abuse the system.",
749 "uploadlog" => "upload log",
750 "uploadlogpage" => "Upload_log",
751 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
752 All times shown are server time (UTC).
753 <ul>
754 </ul>
755 ",
756 "filename" => "Filename",
757 "filedesc" => "Summary",
758 "affirmation" => "I affirm that the copyright holder of this file
759 agrees to license it under the terms of the $1.",
760 "copyrightpage" => "Wikipedia:Copyrights",
761 "copyrightpagename" => "Wikipedia copyright",
762 "uploadedfiles" => "Uploaded files",
763 "noaffirmation" => "You must affirm that your upload does not violate
764 any copyrights.",
765 "ignorewarning" => "Ignore warning and save file anyway.",
766 "minlength" => "Image names must be at least three letters.",
767 "badfilename" => "Image name has been changed to \"$1\".",
768 "badfiletype" => "\".$1\" is not a recommended image file format.",
769 "largefile" => "It is recommended that images not exceed 100k in size.",
770 "successfulupload" => "Successful upload",
771 "fileuploaded" => "File \"$1\" uploaded successfully.
772 Please follow this link: ($2) to the description page and fill
773 in information about the file, such as where it came from, when it was
774 created and by whom, and anything else you may know about it.",
775 "uploadwarning" => "Upload warning",
776 "savefile" => "Save file",
777 "uploadedimage" => "uploaded \"$1\"",
778
779 # Image list
780 #
781 "imagelist" => "Image list",
782 "imagelisttext" => "Below is a list of $1 images sorted $2.",
783 "getimagelist" => "fetching image list",
784 "ilshowmatch" => "Show all images with names matching",
785 "ilsubmit" => "Search",
786 "showlast" => "Show last $1 images sorted $2.",
787 "all" => "all",
788 "byname" => "by name",
789 "bydate" => "by date",
790 "bysize" => "by size",
791 "imgdelete" => "del",
792 "imgdesc" => "desc",
793 "imglegend" => "Legend: (desc) = show/edit image description.",
794 "imghistory" => "Image history",
795 "revertimg" => "rev",
796 "deleteimg" => "del",
797 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
798 this old version, (rev) = revert to this old version.
799 <br><i>Click on date to see image uploaded on that date</i>.",
800 "imagelinks" => "Image links",
801 "linkstoimage" => "The following pages link to this image:",
802 "nolinkstoimage" => "There are no pages that link to this image.",
803
804 # Statistics
805 #
806 "statistics" => "Statistics",
807 "sitestats" => "Site statistics",
808 "userstats" => "User statistics",
809 "sitestatstext" => "There are <b>$1</b> total pages in the database.
810 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
811 pages, redirects, and others that probably don't qualify as articles.
812 Excluding those, there are <b>$2</b> pages that are probably legitimate
813 articles.<p>
814 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
815 since the software was upgraded (July 20, 2002).
816 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
817 "userstatstext" => "There are <b>$1</b> registered users.
818 <b>$2</b> of these are administrators (see $3).",
819
820 # Maintenance Page
821 #
822 "maintenance" => "Maintenance page",
823 "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 ;-)",
824 "maintenancebacklink" => "Back to Maintenance Page",
825 "disambiguations" => "Disambiguation pages",
826 "disambiguationspage" => "Wikipedia:Links_to_disambiguating_pages",
827 "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.",
828 "doubleredirects" => "Double Redirects",
829 "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.",
830 "brokenredirects" => "Broken Redirects",
831 "brokenredirectstext" => "The following redirects link to a non-existing article.",
832 "selflinks" => "Pages with Self Links",
833 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
834 "mispeelings" => "Pages with misspellings",
835 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
836 "mispeelingspage" => "List of common misspellings",
837 "missinglanguagelinks" => "Missing Language Links",
838 "missinglanguagelinksbutton" => "Find missing language links for",
839 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
840
841
842 # Miscellaneous special pages
843 #
844 "orphans" => "Orphaned pages",
845 "lonelypages" => "Orphaned pages",
846 "unusedimages" => "Unused images",
847 "popularpages" => "Popular pages",
848 "nviews" => "$1 views",
849 "wantedpages" => "Wanted pages",
850 "nlinks" => "$1 links",
851 "allpages" => "All pages",
852 "randompage" => "Random page",
853 "shortpages" => "Short pages",
854 "longpages" => "Long pages",
855 "listusers" => "User list",
856 "specialpages" => "Special pages",
857 "spheading" => "Special pages for all users",
858 "sysopspheading" => "For sysop use only",
859 "developerspheading" => "For developer use only",
860 "protectpage" => "Protect page",
861 "recentchangeslinked" => "Related changes",
862 "rclsub" => "(to pages linked from \"$1\")",
863 "debug" => "Debug",
864 "newpages" => "New pages",
865 "ancientpages" => "Oldest articles",
866 "intl" => "Interlanguage links",
867 "movethispage" => "Move this page",
868 "unusedimagestext" => "<p>Please note that other web sites
869 such as the international Wikipedias may link to an image with
870 a direct URL, and so may still be listed here despite being
871 in active use.",
872 "booksources" => "Book sources",
873 "booksourcetext" => "Below is a list of links to other sites that
874 sell new and used books, and may also have further information
875 about books you are looking for.
876 Wikipedia is not affiliated with any of these businesses, and
877 this list should not be construed as an endorsement.",
878 "alphaindexline" => "$1 to $2",
879
880 # Email this user
881 #
882 "mailnologin" => "No send address",
883 "mailnologintext" => "You must be <a href=\"" .
884 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
885 and have a valid e-mail address in your <a href=\"" .
886 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a>
887 to send e-mail to other users.",
888 "emailuser" => "E-mail this user",
889 "emailpage" => "E-mail user",
890 "emailpagetext" => "If this user has entered a valid e-mail address in
891 his or her user preferences, the form below will send a single message.
892 The e-mail address you entered in your user preferences will appear
893 as the \"From\" address of the mail, so the recipient will be able
894 to reply.",
895 "noemailtitle" => "No e-mail address",
896 "noemailtext" => "This user has not specified a valid e-mail address,
897 or has chosen not to receive e-mail from other users.",
898 "emailfrom" => "From",
899 "emailto" => "To",
900 "emailsubject" => "Subject",
901 "emailmessage" => "Message",
902 "emailsend" => "Send",
903 "emailsent" => "E-mail sent",
904 "emailsenttext" => "Your e-mail message has been sent.",
905
906 # Watchlist
907 #
908 "watchlist" => "My watchlist",
909 "watchlistsub" => "(for user \"$1\")",
910 "nowatchlist" => "You have no items on your watchlist.",
911 "watchnologin" => "Not logged in",
912 "watchnologintext" => "You must be <a href=\"" .
913 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
914 to modify your watchlist.",
915 "addedwatch" => "Added to watchlist",
916 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
917 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>.
918 Future changes to this page and its associated Talk page will be listed there,
919 and the page will appear <b>bolded</b> in the <a href=\"" .
920 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to
921 make it easier to pick out.</p>
922
923 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
924 "removedwatch" => "Removed from watchlist",
925 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
926 "watchthispage" => "Watch this page",
927 "unwatchthispage" => "Stop watching",
928 "notanarticle" => "Not an article",
929 "watchnochange" => "None of your watched items were edited in the time period displayed.",
930 "watchdetails" => "($1 pages watched not counting talk pages;
931 $2 total pages edited since cutoff;
932 $3...
933 <a href='$4'>show and edit complete list</a>.)",
934 "watchmethod-recent" => "checking recent edits for watched pages",
935 "watchmethod-list" => "checking watched pages for recent edits",
936 "removechecked" => "Remove checked items from watchlist",
937 "watchlistcontains" => "Your watchlist contains $1 pages.",
938 "watcheditlist" => "Here's an alphabetical list of your
939 watched pages. Check the boxes of pages you want to remove
940 from your watchlist and click the 'remove checked' button
941 at the bottom of the screen.",
942 "removingchecked" => "Removing requested items from watchlist...",
943 "couldntremove" => "Couldn't remove item '$1'...",
944 "iteminvalidname" => "Problem with item '$1', invalid name...",
945 "wlnote" => "Below are the last $1 changes in the last <b>$2</b> hours.",
946
947
948 # Delete/protect/revert
949 #
950 "deletepage" => "Delete page",
951 "confirm" => "Confirm",
952 "excontent" => "content was:",
953 "exbeforeblank" => "content before blanking was:",
954 "exblank" => "page was empty",
955 "confirmdelete" => "Confirm delete",
956 "deletesub" => "(Deleting \"$1\")",
957 "historywarning" => "Warning: The page you are about to delete has a history: ",
958 "confirmdeletetext" => "You are about to permanently delete a page
959 or image along with all of its history from the database.
960 Please confirm that you intend to do this, that you understand the
961 consequences, and that you are doing this in accordance with
962 [[Wikipedia:Policy]].",
963 "confirmcheck" => "Yes, I really want to delete this.",
964 "actioncomplete" => "Action complete",
965 "deletedtext" => "\"$1\" has been deleted.
966 See $2 for a record of recent deletions.",
967 "deletedarticle" => "deleted \"$1\"",
968 "dellogpage" => "Deletion_log",
969 "dellogpagetext" => "Below is a list of the most recent deletions.
970 All times shown are server time (UTC).
971 <ul>
972 </ul>
973 ",
974 "deletionlog" => "deletion log",
975 "reverted" => "Reverted to earlier revision",
976 "deletecomment" => "Reason for deletion",
977 "imagereverted" => "Revert to earlier version was successful.",
978 "rollback" => "Roll back edits",
979 "rollbacklink" => "rollback",
980 "rollbackfailed" => "Rollback failed",
981 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.",
982 "alreadyrolled" => "Cannot rollback last edit of [[$1]]
983 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already.
984
985 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
986 # only shown if there is an edit comment
987 "editcomment" => "The edit comment was: \"<i>$1</i>\".",
988 "revertpage" => "Reverted to last edit by $1",
989
990 # Undelete
991 "undelete" => "Restore deleted page",
992 "undeletepage" => "View and restore deleted pages",
993 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
994 can be restored. The archive may be periodically cleaned out.",
995 "undeletearticle" => "Restore deleted article",
996 "undeleterevisions" => "$1 revisions archived",
997 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
998 If a new page with the same name has been created since the deletion, the restored
999 revisions will appear in the prior history, and the current revision of the live page
1000 will not be automatically replaced.",
1001 "undeleterevision" => "Deleted revision as of $1",
1002 "undeletebtn" => "Restore!",
1003 "undeletedarticle" => "restored \"$1\"",
1004 "undeletedtext" => "The article [[$1]] has been successfully restored.
1005 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
1006
1007 # Contributions
1008 #
1009 "contributions" => "User contributions",
1010 "mycontris" => "My contributions",
1011 "contribsub" => "For $1",
1012 "nocontribs" => "No changes were found matching these criteria.",
1013 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
1014 "uclinks" => "View the last $1 changes; view the last $2 days.",
1015 "uctop" => " (top)" ,
1016
1017 # What links here
1018 #
1019 "whatlinkshere" => "What links here",
1020 "notargettitle" => "No target",
1021 "notargettext" => "You have not specified a target page or user
1022 to perform this function on.",
1023 "linklistsub" => "(List of links)",
1024 "linkshere" => "The following pages link to here:",
1025 "nolinkshere" => "No pages link to here.",
1026 "isredirect" => "redirect page",
1027
1028 # Block/unblock IP
1029 #
1030 "blockip" => "Block IP address",
1031 "blockiptext" => "Use the form below to block write access
1032 from a specific IP address.
1033 This should be done only only to prevent vandalism, and in
1034 accordance with [[Wikipedia:Policy|Wikipedia policy]].
1035 Fill in a specific reason below (for example, citing particular
1036 pages that were vandalized).",
1037 "ipaddress" => "IP Address",
1038 "ipbreason" => "Reason",
1039 "ipbsubmit" => "Block this address",
1040 "badipaddress" => "The IP address is badly formed.",
1041 "noblockreason" => "You must supply a reason for the block.",
1042 "blockipsuccesssub" => "Block succeeded",
1043 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
1044 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
1045 "unblockip" => "Unblock IP address",
1046 "unblockiptext" => "Use the form below to restore write access
1047 to a previously blocked IP address.",
1048 "ipusubmit" => "Unblock this address",
1049 "ipusuccess" => "IP address \"$1\" unblocked",
1050 "ipblocklist" => "List of blocked IP addresses",
1051 "blocklistline" => "$1, $2 blocked $3",
1052 "blocklink" => "block",
1053 "unblocklink" => "unblock",
1054 "contribslink" => "contribs",
1055
1056 # Developer tools
1057 #
1058 "lockdb" => "Lock database",
1059 "unlockdb" => "Unlock database",
1060 "lockdbtext" => "Locking the database will suspend the ability of all
1061 users to edit pages, change their preferences, edit their watchlists, and
1062 other things requiring changes in the database.
1063 Please confirm that this is what you intend to do, and that you will
1064 unlock the database when your maintenance is done.",
1065 "unlockdbtext" => "Unlocking the database will restore the ability of all
1066 users to edit pages, change their preferences, edit their watchlists, and
1067 other things requiring changes in the database.
1068 Please confirm that this is what you intend to do.",
1069 "lockconfirm" => "Yes, I really want to lock the database.",
1070 "unlockconfirm" => "Yes, I really want to unlock the database.",
1071 "lockbtn" => "Lock database",
1072 "unlockbtn" => "Unlock database",
1073 "locknoconfirm" => "You did not check the confirmation box.",
1074 "lockdbsuccesssub" => "Database lock succeeded",
1075 "unlockdbsuccesssub" => "Database lock removed",
1076 "lockdbsuccesstext" => "The Wikipedia database has been locked.
1077 <br>Remember to remove the lock after your maintenance is complete.",
1078 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
1079
1080 # SQL query
1081 #
1082 "asksql" => "SQL query",
1083 "asksqltext" => "Use the form below to make a direct query of the
1084 Wikipedia database.
1085 Use single quotes ('like this') to delimit string literals.
1086 This can often add considerable load to the server, so please use
1087 this function sparingly.",
1088 "sqlislogged" => "Please note that all queries are logged.",
1089 "sqlquery" => "Enter query",
1090 "querybtn" => "Submit query",
1091 "selectonly" => "Queries other than \"SELECT\" are restricted to
1092 Wikipedia developers.",
1093 "querysuccessful" => "Query successful",
1094
1095 # Move page
1096 #
1097 "movepage" => "Move page",
1098 "movepagetext" => "Using the form below will rename a page, moving all
1099 of its history to the new name.
1100 The old title will become a redirect page to the new title.
1101 Links to the old page title will not be changed; be sure to
1102 [[Special:Maintenance|check]] for double or broken redirects.
1103 You are responsible for making sure that links continue to
1104 point where they are supposed to go.
1105
1106 Note that the page will '''not''' be moved if there is already
1107 a page at the new title, unless it is empty or a redirect and has no
1108 past edit history. This means that you can rename a page back to where
1109 it was just renamed from if you make a mistake, and you cannot overwrite
1110 an existing page.
1111
1112 <b>WARNING!</b>
1113 This can be a drastic and unexpected change for a popular page;
1114 please be sure you understand the consequences of this before
1115 proceeding.",
1116 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
1117 *You are moving the page across namespaces,
1118 *A non-empty talk page already exists under the new name, or
1119 *You uncheck the box below.
1120
1121 In those cases, you will have to move or merge the page manually if desired.",
1122 "movearticle" => "Move page",
1123 "movenologin" => "Not logged in",
1124 "movenologintext" => "You must be a registered user and <a href=\"" .
1125 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
1126 to move a page.",
1127 "newtitle" => "To new title",
1128 "movepagebtn" => "Move page",
1129 "pagemovedsub" => "Move succeeded",
1130 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
1131 "articleexists" => "A page of that name already exists, or the
1132 name you have chosen is not valid.
1133 Please choose another name.",
1134 "talkexists" => "The page itself was moved successfully, but the
1135 talk page could not be moved because one already exists at the new
1136 title. Please merge them manually.",
1137 "movedto" => "moved to",
1138 "movetalk" => "Move \"talk\" page as well, if applicable.",
1139 "talkpagemoved" => "The corresponding talk page was also moved.",
1140 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
1141
1142 );
1143
1144 class Language {
1145
1146 function getDefaultUserOptions () {
1147 global $wgDefaultUserOptionsEn ;
1148 return $wgDefaultUserOptionsEn ;
1149 }
1150
1151 function getBookstoreList () {
1152 global $wgBookstoreListEn ;
1153 return $wgBookstoreListEn ;
1154 }
1155
1156 function getNamespaces() {
1157 global $wgNamespaceNamesEn;
1158 return $wgNamespaceNamesEn;
1159 }
1160
1161 function getNsText( $index ) {
1162 global $wgNamespaceNamesEn;
1163 return $wgNamespaceNamesEn[$index];
1164 }
1165
1166 function getNsIndex( $text ) {
1167 global $wgNamespaceNamesEn;
1168
1169 foreach ( $wgNamespaceNamesEn as $i => $n ) {
1170 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
1171 }
1172 return false;
1173 }
1174
1175 function specialPage( $name ) {
1176 return $this->getNsText( Namespace::getSpecial() ) . ":" . $name;
1177 }
1178
1179 function getQuickbarSettings() {
1180 global $wgQuickbarSettingsEn;
1181 return $wgQuickbarSettingsEn;
1182 }
1183
1184 function getSkinNames() {
1185 global $wgSkinNamesEn;
1186 return $wgSkinNamesEn;
1187 }
1188
1189 function getMathNames() {
1190 global $wgMathNamesEn;
1191 return $wgMathNamesEn;
1192 }
1193
1194 function getDateFormats() {
1195 global $wgDateFormatsEn;
1196 return $wgDateFormatsEn;
1197 }
1198
1199 function getUserToggles() {
1200 global $wgUserTogglesEn;
1201 return $wgUserTogglesEn;
1202 }
1203
1204 function getLanguageNames() {
1205 global $wgLanguageNamesEn;
1206 return $wgLanguageNamesEn;
1207 }
1208
1209 function getLanguageName( $code ) {
1210 global $wgLanguageNamesEn;
1211 if ( ! array_key_exists( $code, $wgLanguageNamesEn ) ) {
1212 return "";
1213 }
1214 return $wgLanguageNamesEn[$code];
1215 }
1216
1217 function getMonthName( $key )
1218 {
1219 global $wgMonthNamesEn;
1220 return $wgMonthNamesEn[$key-1];
1221 }
1222
1223 /* by default we just return base form */
1224 function getMonthNameGen( $key )
1225 {
1226 global $wgMonthNamesEn;
1227 return $wgMonthNamesEn[$key-1];
1228 }
1229
1230 function getMonthRegex()
1231 {
1232 global $wgMonthNamesEn;
1233 return implode( "|", $wgMonthNamesEn );
1234 }
1235
1236 function getMonthAbbreviation( $key )
1237 {
1238 global $wgMonthAbbreviationsEn;
1239 return $wgMonthAbbreviationsEn[$key-1];
1240 }
1241
1242 function getWeekdayName( $key )
1243 {
1244 global $wgWeekdayNamesEn;
1245 return $wgWeekdayNamesEn[$key-1];
1246 }
1247
1248 function userAdjust( $ts )
1249 {
1250 global $wgUser, $wgLocalTZoffset;
1251
1252 $diff = $wgUser->getOption( "timecorrection" );
1253 if ( ! is_numeric( $diff ) ) {
1254 $diff = isset( $wgLocalTZoffset ) ? $wgLocalTZoffset : 0;
1255 }
1256 if ( 0 == $diff ) { return $ts; }
1257
1258 $t = mktime( ( (int)substr( $ts, 8, 2) ) + $diff,
1259 (int)substr( $ts, 10, 2 ), (int)substr( $ts, 12, 2 ),
1260 (int)substr( $ts, 4, 2 ), (int)substr( $ts, 6, 2 ),
1261 (int)substr( $ts, 0, 4 ) );
1262 return date( "YmdHis", $t );
1263 }
1264
1265 function date( $ts, $adj = false )
1266 {
1267 global $wgAmericanDates, $wgUser, $wgUseDynamicDates;
1268
1269 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
1270
1271 if ( $wgUseDynamicDates ) {
1272 $datePreference = $wgUser->getOption( 'date' );
1273 if ( $datePreference == 0 ) {
1274 $datePreference = $wgAmericanDates ? 1 : 2;
1275 }
1276 } else {
1277 $datePreference = $wgAmericanDates ? 1 : 2;
1278 }
1279
1280 if ( $datePreference == 1 ) {
1281 # MDY
1282 $d = $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) .
1283 " " . (0 + substr( $ts, 6, 2 )) . ", " .
1284 substr( $ts, 0, 4 );
1285 } else if ( $datePreference == 2 ) {
1286 #DMY
1287 $d = (0 + substr( $ts, 6, 2 )) . " " .
1288 $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) . " " .
1289 substr( $ts, 0, 4 );
1290 } else {
1291 #YMD
1292 $d = substr( $ts, 0, 4 ) . " " . $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) .
1293 " " . (0 + substr( $ts, 6, 2 ));
1294 }
1295
1296 return $d;
1297 }
1298
1299 function time( $ts, $adj = false )
1300 {
1301 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
1302
1303 $t = substr( $ts, 8, 2 ) . ":" . substr( $ts, 10, 2 );
1304 return $t;
1305 }
1306
1307 function timeanddate( $ts, $adj = false )
1308 {
1309 return $this->time( $ts, $adj ) . ", " . $this->date( $ts, $adj );
1310 }
1311
1312 function rfc1123( $ts )
1313 {
1314 return date( "D, d M Y H:i:s T", $ts );
1315 }
1316
1317 function getValidSpecialPages()
1318 {
1319 global $wgValidSpecialPagesEn;
1320 return $wgValidSpecialPagesEn;
1321 }
1322
1323 function getSysopSpecialPages()
1324 {
1325 global $wgSysopSpecialPagesEn;
1326 return $wgSysopSpecialPagesEn;
1327 }
1328
1329 function getDeveloperSpecialPages()
1330 {
1331 global $wgDeveloperSpecialPagesEn;
1332 return $wgDeveloperSpecialPagesEn;
1333 }
1334
1335 function getMessage( $key )
1336 {
1337 global $wgAllMessagesEn;
1338 return $wgAllMessagesEn[$key];
1339 }
1340
1341 function iconv( $in, $out, $string ) {
1342 # For most languages, this is a wrapper for iconv
1343 return iconv( $in, $out, $string );
1344 }
1345
1346 function ucfirst( $string ) {
1347 # For most languages, this is a wrapper for ucfirst()
1348 return ucfirst( $string );
1349 }
1350
1351 function checkTitleEncoding( $s ) {
1352 global $wgInputEncoding;
1353
1354 # Check for UTF-8 URLs; Internet Explorer produces these if you
1355 # type non-ASCII chars in the URL bar or follow unescaped links.
1356 $ishigh = preg_match( '/[\x80-\xff]/', $s);
1357 $isutf = ($ishigh ? preg_match( '/^([\x00-\x7f]|[\xc0-\xdf][\x80-\xbf]|' .
1358 '[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xf7][\x80-\xbf]{3})+$/', $s ) : true );
1359
1360 if( ($wgInputEncoding != "utf-8") and $ishigh and $isutf )
1361 return iconv( "UTF-8", $wgInputEncoding, $s );
1362
1363 if( ($wgInputEncoding == "utf-8") and $ishigh and !$isutf )
1364 return utf8_encode( $s );
1365
1366 # Other languages can safely leave this function, or replace
1367 # it with one to detect and convert another legacy encoding.
1368 return $s;
1369 }
1370
1371 function stripForSearch( $in ) {
1372 # Some languages have special punctuation to strip out
1373 # or characters which need to be converted for MySQL's
1374 # indexing to grok it correctly. Make such changes here.
1375 return $in;
1376 }
1377
1378
1379 function setAltEncoding() {
1380 # Some languages may have an alternate char encoding option
1381 # (Esperanto X-coding, Japanese furigana conversion, etc)
1382 # If 'altencoding' is checked in user prefs, this gives a
1383 # chance to swap out the default encoding settings.
1384 #global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
1385 }
1386
1387 function recodeForEdit( $s ) {
1388 # For some languages we'll want to explicitly specify
1389 # which characters make it into the edit box raw
1390 # or are converted in some way or another.
1391 # Note that if wgOutputEncoding is different from
1392 # wgInputEncoding, this text will be further converted
1393 # to wgOutputEncoding.
1394 global $wgInputEncoding, $wgEditEncoding;
1395 if( $wgEditEncoding == "" or
1396 $wgEditEncoding == $wgInputEncoding ) {
1397 return $s;
1398 } else {
1399 return $this->iconv( $wgInputEncoding, $wgEditEncoding, $s );
1400 }
1401 }
1402
1403 function recodeInput( $s ) {
1404 # Take the previous into account.
1405 global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
1406 if($wgEditEncoding != "") {
1407 $enc = $wgEditEncoding;
1408 } else {
1409 $enc = $wgOutputEncoding;
1410 }
1411 if( $enc == $wgInputEncoding ) {
1412 return $s;
1413 } else {
1414 return $this->iconv( $enc, $wgInputEncoding, $s );
1415 }
1416 }
1417
1418 function replaceDates( $text )
1419 {
1420 global $wgUser, $wgInputEncoding, $wgUseDynamicDates;
1421
1422 # Feature can be disabled
1423 if ( !$wgUseDynamicDates ) {
1424 return;
1425 }
1426
1427 # Setup
1428
1429 $datePreference = $wgUser->getOption( 'date' );
1430
1431 static $monthNames = "", $rxDM, $rxMD, $rxY, $rxDMY, $rxYDM, $rxMDY, $rxYMD;
1432 if ( $monthNames == "" ) {
1433 $monthNames = $this->getMonthRegex();
1434
1435 # Attempt at UTF-8 support, untested at the moment
1436 if ( $wgInputEncoding == 'UTF-8' ) {
1437 $regexTrail = '(?![a-z])/iu';
1438 } else {
1439 $regexTrail = '(?![a-z])/i';
1440 }
1441
1442 # Partial regular expressions
1443 $prxDM = '\[\[(\d{1,2})[ _](' . $monthNames . ')]]';
1444 $prxMD = '\[\[(' . $monthNames . ')[ _](\d{1,2})]]';
1445 $prxY = '\[\[(\d{1,4}([ _]BC|))]]';
1446
1447 # Real regular expressions
1448 $rxDMY = "/{$prxDM} *,? *{$prxY}{$regexTrail}";
1449 $rxYDM = "/{$prxY} *,? *{$prxDM}{$regexTrail}";
1450 $rxMDY = "/{$prxMD} *,? *{$prxY}{$regexTrail}";
1451 $rxYMD = "/{$prxY} *,? *{$prxMD}{$regexTrail}";
1452 $rxDM = "/{$prxDM}{$regexTrail}";
1453 $rxMD = "/{$prxMD}{$regexTrail}";
1454 $rxY = "/{$prxY}{$regexTrail}";
1455 }
1456
1457 # Do replacements
1458 # TODO: month capitalisation?
1459 if ( $datePreference == 0 ) {
1460 # no preference
1461 $text = preg_replace( $rxDMY, '[[$2 $1|$1 $2]] [[$3]]', $text);
1462 $text = preg_replace( $rxYDM, '[[$1]] [[$4 $3]]', $text);
1463 $text = preg_replace( $rxMDY, '[[$1 $2]], [[$3]]', $text);
1464 $text = preg_replace( $rxYMD, '[[$1]] [[$3 $4]]', $text);
1465 $text = preg_replace ( $rxDM, '[[$2 $1|$1 $2]]', $text);
1466 } else if ( $datePreference == 1 ) {
1467 # MDY preferred
1468 $text = preg_replace( $rxDMY, '[[$2 $1]], [[$3]]', $text);
1469 $text = preg_replace( $rxYDM, '[[$4 $3]], [[$1]]', $text);
1470 $text = preg_replace( $rxMDY, '[[$1 $2]], [[$3]]', $text);
1471 $text = preg_replace( $rxYMD, '[[$3 $4]], [[$1]]', $text);
1472 $text = preg_replace ( $rxDM, '[[$2 $1]]', $text);
1473 } else if ( $datePreference == 2 ) {
1474 # DMY preferred
1475 $text = preg_replace( $rxDMY, '[[$2 $1|$1 $2]] [[$3]]', $text);
1476 $text = preg_replace( $rxYDM, '[[$4 $3|$3 $4]] [[$1]]', $text);
1477 $text = preg_replace( $rxMDY, '[[$1 $2|$2 $1]] [[$3]]', $text);
1478 $text = preg_replace( $rxYMD, '[[$3 $4|$4 $3]] [[$1]]', $text);
1479 $text = preg_replace ( $rxDM, '[[$2 $1|$1 $2]]', $text);
1480 $text = preg_replace ( $rxMD, '[[$1 $2|$2 $1]]', $text);
1481 } else if ( $datePreference == 3 ) {
1482 # YMD preferred
1483 $text = preg_replace( $rxDMY, '[[$3]] [[$2 $1]]', $text);
1484 $text = preg_replace( $rxYDM, '[[$1]] [[$4 $3]]', $text);
1485 $text = preg_replace( $rxMDY, '[[$3]] [[$1 $2]]', $text);
1486 $text = preg_replace( $rxYMD, '[[$1]] [[$3 $4]]', $text);
1487 $text = preg_replace ( $rxDM, '[[$2 $1]]', $text);
1488 }
1489 return $text;
1490 }
1491
1492 # For right-to-left language support
1493 function isRTL() { return false; }
1494 }
1495
1496 global $IP;
1497 @include_once( "{$IP}/Language" . ucfirst( $wgLanguageCode ) . ".php" );
1498
1499 ?>