Updates to watchlist:
[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 "badretype" => "The passwords you entered do not match.",
471 "userexists" => "The user name you entered is already in use. Please choose a different name.",
472 "youremail" => "Your e-mail*",
473 "yournick" => "Your nickname (for signatures)",
474 "emailforlost" => "* Entering an email address is optional. But it enables people to
475 contact you through the website without you having to reveal your
476 email address to them, and it also helps you if you forget your
477 password.",
478 "loginerror" => "Login error",
479 "noname" => "You have not specified a valid user name.",
480 "loginsuccesstitle" => "Login successful",
481 "loginsuccess" => "You are now logged in to Wikipedia as \"$1\".",
482 "nosuchuser" => "There is no user by the name \"$1\".
483 Check your spelling, or use the form below to create a new user account.",
484 "wrongpassword" => "The password you entered is incorrect. Please try again.",
485 "mailmypassword" => "Mail me a new password",
486 "passwordremindertitle" => "Password reminder from Wikipedia",
487 "passwordremindertext" => "Someone (probably you, from IP address $1)
488 requested that we send you a new Wikipedia login password.
489 The password for user \"$2\" is now \"$3\".
490 You should log in and change your password now.",
491 "noemail" => "There is no e-mail address recorded for user \"$1\".",
492 "passwordsent" => "A new password has been sent to the e-mail address
493 registered for \"$1\".
494 Please log in again after you receive it.",
495
496 # Edit pages
497 #
498 "summary" => "Summary",
499 "subject" => "Subject/headline",
500 "minoredit" => "This is a minor edit",
501 "watchthis" => "Watch this article",
502 "savearticle" => "Save page",
503 "preview" => "Preview",
504 "showpreview" => "Show preview",
505 "blockedtitle" => "User is blocked",
506 "blockedtext" => "Your user name or IP address has been blocked by $1.
507 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other
508 [[Wikipedia:administrators|administrators]] to discuss the block.",
509 "whitelistedittitle" => "User not logged in",
510 "whitelistedittext" => "You have to [[Spezial:Userlogin|login]] to edit articles.",
511 "newarticle" => "(New)",
512 "newarticletext" =>
513 "You've followed a link to a page that doesn't exist yet.
514 To create the page, start typing in the box below
515 (see the [[Wikipedia:Help|help page]] for more info).
516 If you are here by mistake, just click your browser's '''back''' button.",
517 "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.'' ",
518 "noarticletext" => "(There is currently no text in this page)",
519 "updated" => "(Updated)",
520 "note" => "<strong>Note:</strong> ",
521 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
522 "previewconflict" => "This preview reflects the text in the upper
523 text editing area as it will appear if you choose to save.",
524 "editing" => "Editing $1",
525 "sectionedit" => " (section)",
526 "commentedit" => " (comment)",
527 "editconflict" => "Edit conflict: $1",
528 "explainconflict" => "Someone else has changed this page since you
529 started editing it.
530 The upper text area contains the page text as it currently exists.
531 Your changes are shown in the lower text area.
532 You will have to merge your changes into the existing text.
533 <b>Only</b> the text in the upper text area will be saved when you
534 press \"Save page\".\n<p>",
535 "yourtext" => "Your text",
536 "storedversion" => "Stored version",
537 "editingold" => "<strong>WARNING: You are editing an out-of-date
538 revision of this page.
539 If you save it, any changes made since this revision will be lost.</strong>\n",
540 "yourdiff" => "Differences",
541 "copyrightwarning" => "Please note that all contributions to Wikipedia are
542 considered to be released under the GNU Free Documentation License
543 (see $1 for details).
544 If you don't want your writing to be edited mercilessly and redistributed
545 at will, then don't submit it here.<br>
546 You are also promising us that you wrote this yourself, or copied it from a
547 public domain or similar free resource.
548 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
549 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
550 browsers may have problems editing pages approaching or longer than 32kb.
551 Please consider breaking the page into smaller sections.",
552 "readonlywarning" => "WARNING: The database has been locked for maintenance,
553 so you will not be able to save your edits right now. You may wish to cut-n-paste
554 the text into a text file and save it for later.",
555 "protectedpagewarning" => "WARNING: This page has been locked so that only
556 users with sysop privileges can edit it. Be sure you are following the
557 <a href='/wiki/Wikipedia:Protected_page_guidelines'>protected page
558 guidelines</a>.",
559
560 # History pages
561 #
562 "revhistory" => "Revision history",
563 "nohistory" => "There is no edit history for this page.",
564 "revnotfound" => "Revision not found",
565 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
566 Please check the URL you used to access this page.\n",
567 "loadhist" => "Loading page history",
568 "currentrev" => "Current revision",
569 "revisionasof" => "Revision as of $1",
570 "cur" => "cur",
571 "next" => "next",
572 "last" => "last",
573 "orig" => "orig",
574 "histlegend" => "Legend: (cur) = difference with current version,
575 (last) = difference with preceding version, M = minor edit",
576
577 # Diffs
578 #
579 "difference" => "(Difference between revisions)",
580 "loadingrev" => "loading revision for diff",
581 "lineno" => "Line $1:",
582 "editcurrent" => "Edit the current version of this page",
583
584 # Search results
585 #
586 "searchresults" => "Search results",
587 "searchhelppage" => "Wikipedia:Searching",
588 "searchingwikipedia" => "Searching Wikipedia",
589 "searchresulttext" => "For more information about searching Wikipedia, see $1.",
590 "searchquery" => "For query \"$1\"",
591 "badquery" => "Badly formed search query",
592 "badquerytext" => "We could not process your query.
593 This is probably because you have attempted to search for a
594 word fewer than three letters long, which is not yet supported.
595 It could also be that you have mistyped the expression, for
596 example \"fish and and scales\".
597 Please try another query.",
598 "matchtotals" => "The query \"$1\" matched $2 article titles
599 and the text of $3 articles.",
600 "nogomatch" => "No page with this exact title exists, trying full text search.",
601 "titlematches" => "Article title matches",
602 "notitlematches" => "No article title matches",
603 "textmatches" => "Article text matches",
604 "notextmatches" => "No article text matches",
605 "prevn" => "previous $1",
606 "nextn" => "next $1",
607 "viewprevnext" => "View ($1) ($2) ($3).",
608 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
609 "showingresultsnum" => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
610 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
611 often caused by searching for common words like \"have\" and \"from\",
612 which are not indexed, or by specifying more than one search term (only pages
613 containing all of the search terms will appear in the result).",
614 "powersearch" => "Search",
615 "powersearchtext" => "
616 Search in namespaces :<br>
617 $1<br>
618 $2 List redirects &nbsp; Search for $3 $9",
619 "blanknamespace" => "(Main)",
620
621 # Preferences page
622 #
623 "preferences" => "Preferences",
624 "prefsnologin" => "Not logged in",
625 "prefsnologintext" => "You must be <a href=\"" .
626 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
627 to set user preferences.",
628 "prefslogintext" => "You are logged in as \"$1\".
629 Your internal ID number is $2.
630
631 See [[Wikipedia:User preferences help]] for help deciphering the options.",
632 "prefsreset" => "Preferences have been reset from storage.",
633 "qbsettings" => "Quickbar settings",
634 "changepassword" => "Change password",
635 "skin" => "Skin",
636 "math" => "Rendering math",
637 "dateformat" => "Date format",
638 "math_failure" => "Failed to parse",
639 "math_unknown_error" => "unknown error",
640 "math_unknown_function" => "unknown function ",
641 "math_lexing_error" => "lexing error",
642 "math_syntax_error" => "syntax error",
643 "saveprefs" => "Save preferences",
644 "resetprefs" => "Reset preferences",
645 "oldpassword" => "Old password",
646 "newpassword" => "New password",
647 "retypenew" => "Retype new password",
648 "textboxsize" => "Textbox dimensions",
649 "rows" => "Rows",
650 "columns" => "Columns",
651 "searchresultshead" => "Search result settings",
652 "resultsperpage" => "Hits to show per page",
653 "contextlines" => "Lines to show per hit",
654 "contextchars" => "Characters of context per line",
655 "stubthreshold" => "Threshold for stub display",
656 "recentchangescount" => "Number of titles in recent changes",
657 "savedprefs" => "Your preferences have been saved.",
658 "timezonetext" => "Enter number of hours your local time differs
659 from server time (UTC).",
660 "localtime" => "Local time display",
661 "timezoneoffset" => "Offset",
662 "servertime" => "Server time is now",
663 "guesstimezone" => "Fill in from browser",
664 "emailflag" => "Disable e-mail from other users",
665 "defaultns" => "Search in these namespaces by default:",
666
667 # Recent changes
668 #
669 "changes" => "changes",
670 "recentchanges" => "Recent changes",
671 "recentchangestext" => "Track the most recent changes to Wikipedia on this page.
672 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
673 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
674 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
675 (especially [[wikipedia:Naming conventions|naming conventions]],
676 [[wikipedia:Neutral point of view|neutral point of view]]),
677 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
678
679 If you want to see Wikipedia succeed, it's very important that you don't add
680 material restricted by others' [[wikipedia:Copyrights|copyrights]].
681 The legal liability could really hurt the project, so please don't do it.
682 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion].",
683 "rcloaderr" => "Loading recent changes",
684 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
685 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
686 "rclistfrom" => "Show new changes starting from $1",
687 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
688 # "rclinks" => "Show last $1 changes in last $2 days.",
689 "rclinks" => "Show last $1 changes in last $2 days; $3 minor edits",
690 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
691 "rcliu" => "; $1 edits from logged in users",
692 "diff" => "diff",
693 "hist" => "hist",
694 "hide" => "hide",
695 "show" => "show",
696 "tableform" => "table",
697 "listform" => "list",
698 "nchanges" => "$1 changes",
699 "minoreditletter" => "M",
700 "newpageletter" => "N",
701
702 # Upload
703 #
704 "upload" => "Upload file",
705 "uploadbtn" => "Upload file",
706 "uploadlink" => "Upload images",
707 "reupload" => "Re-upload",
708 "reuploaddesc" => "Return to the upload form.",
709 "uploadnologin" => "Not logged in",
710 "uploadnologintext" => "You must be <a href=\"" .
711 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
712 to upload files.",
713 "uploadfile" => "Upload images, sounds, documents etc.",
714 "uploaderror" => "Upload error",
715 "uploadtext" => "<strong>STOP!</strong> Before you upload here,
716 make sure to read and follow Wikipedia's <a href=\"" .
717 wfLocalUrlE( "Wikipedia:Image_use_policy" ) . "\">image use policy</a>.
718 <p>To view or search previously uploaded images,
719 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) .
720 "\">list of uploaded images</a>.
721 Uploads and deletions are logged on the <a href=\"" .
722 wfLocalUrlE( "Wikipedia:Upload_log" ) . "\">upload log</a>.
723 <p>Use the form below to upload new image files for use in
724 illustrating your articles.
725 On most browsers, you will see a \"Browse...\" button, which will
726 bring up your operating system's standard file open dialog.
727 Choosing a file will fill the name of that file into the text
728 field next to the button.
729 You must also check the box affirming that you are not
730 violating any copyrights by uploading the file.
731 Press the \"Upload\" button to finish the upload.
732 This may take some time if you have a slow internet connection.
733 <p>The preferred formats are JPEG for photographic images, PNG
734 for drawings and other iconic images, and OGG for sounds.
735 Please name your files descriptively to avoid confusion.
736 To include the image in an article, use a link in the form
737 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b>
738 or <b>[[media:file.ogg]]</b> for sounds.
739 <p>Please note that as with Wikipedia pages, others may edit or
740 delete your uploads if they think it serves the encyclopedia, and
741 you may be blocked from uploading if you abuse the system.",
742 "uploadlog" => "upload log",
743 "uploadlogpage" => "Upload_log",
744 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
745 All times shown are server time (UTC).
746 <ul>
747 </ul>
748 ",
749 "filename" => "Filename",
750 "filedesc" => "Summary",
751 "affirmation" => "I affirm that the copyright holder of this file
752 agrees to license it under the terms of the $1.",
753 "copyrightpage" => "Wikipedia:Copyrights",
754 "copyrightpagename" => "Wikipedia copyright",
755 "uploadedfiles" => "Uploaded files",
756 "noaffirmation" => "You must affirm that your upload does not violate
757 any copyrights.",
758 "ignorewarning" => "Ignore warning and save file anyway.",
759 "minlength" => "Image names must be at least three letters.",
760 "badfilename" => "Image name has been changed to \"$1\".",
761 "badfiletype" => "\".$1\" is not a recommended image file format.",
762 "largefile" => "It is recommended that images not exceed 100k in size.",
763 "successfulupload" => "Successful upload",
764 "fileuploaded" => "File \"$1\" uploaded successfully.
765 Please follow this link: ($2) to the description page and fill
766 in information about the file, such as where it came from, when it was
767 created and by whom, and anything else you may know about it.",
768 "uploadwarning" => "Upload warning",
769 "savefile" => "Save file",
770 "uploadedimage" => "uploaded \"$1\"",
771
772 # Image list
773 #
774 "imagelist" => "Image list",
775 "imagelisttext" => "Below is a list of $1 images sorted $2.",
776 "getimagelist" => "fetching image list",
777 "ilshowmatch" => "Show all images with names matching",
778 "ilsubmit" => "Search",
779 "showlast" => "Show last $1 images sorted $2.",
780 "all" => "all",
781 "byname" => "by name",
782 "bydate" => "by date",
783 "bysize" => "by size",
784 "imgdelete" => "del",
785 "imgdesc" => "desc",
786 "imglegend" => "Legend: (desc) = show/edit image description.",
787 "imghistory" => "Image history",
788 "revertimg" => "rev",
789 "deleteimg" => "del",
790 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
791 this old version, (rev) = revert to this old version.
792 <br><i>Click on date to see image uploaded on that date</i>.",
793 "imagelinks" => "Image links",
794 "linkstoimage" => "The following pages link to this image:",
795 "nolinkstoimage" => "There are no pages that link to this image.",
796
797 # Statistics
798 #
799 "statistics" => "Statistics",
800 "sitestats" => "Site statistics",
801 "userstats" => "User statistics",
802 "sitestatstext" => "There are <b>$1</b> total pages in the database.
803 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
804 pages, redirects, and others that probably don't qualify as articles.
805 Excluding those, there are <b>$2</b> pages that are probably legitimate
806 articles.<p>
807 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
808 since the software was upgraded (July 20, 2002).
809 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
810 "userstatstext" => "There are <b>$1</b> registered users.
811 <b>$2</b> of these are administrators (see $3).",
812
813 # Maintenance Page
814 #
815 "maintenance" => "Maintenance page",
816 "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 ;-)",
817 "maintenancebacklink" => "Back to Maintenance Page",
818 "disambiguations" => "Disambiguation pages",
819 "disambiguationspage" => "Wikipedia:Links_to_disambiguating_pages",
820 "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.",
821 "doubleredirects" => "Double Redirects",
822 "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.",
823 "brokenredirects" => "Broken Redirects",
824 "brokenredirectstext" => "The following redirects link to a non-existing article.",
825 "selflinks" => "Pages with Self Links",
826 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
827 "mispeelings" => "Pages with misspellings",
828 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
829 "mispeelingspage" => "List of common misspellings",
830 "missinglanguagelinks" => "Missing Language Links",
831 "missinglanguagelinksbutton" => "Find missing language links for",
832 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
833
834
835 # Miscellaneous special pages
836 #
837 "orphans" => "Orphaned pages",
838 "lonelypages" => "Orphaned pages",
839 "unusedimages" => "Unused images",
840 "popularpages" => "Popular pages",
841 "nviews" => "$1 views",
842 "wantedpages" => "Wanted pages",
843 "nlinks" => "$1 links",
844 "allpages" => "All pages",
845 "randompage" => "Random page",
846 "shortpages" => "Short pages",
847 "longpages" => "Long pages",
848 "listusers" => "User list",
849 "specialpages" => "Special pages",
850 "spheading" => "Special pages for all users",
851 "sysopspheading" => "For sysop use only",
852 "developerspheading" => "For developer use only",
853 "protectpage" => "Protect page",
854 "recentchangeslinked" => "Related changes",
855 "rclsub" => "(to pages linked from \"$1\")",
856 "debug" => "Debug",
857 "newpages" => "New pages",
858 "ancientpages" => "Oldest articles",
859 "intl" => "Interlanguage links",
860 "movethispage" => "Move this page",
861 "unusedimagestext" => "<p>Please note that other web sites
862 such as the international Wikipedias may link to an image with
863 a direct URL, and so may still be listed here despite being
864 in active use.",
865 "booksources" => "Book sources",
866 "booksourcetext" => "Below is a list of links to other sites that
867 sell new and used books, and may also have further information
868 about books you are looking for.
869 Wikipedia is not affiliated with any of these businesses, and
870 this list should not be construed as an endorsement.",
871 "alphaindexline" => "$1 to $2",
872
873 # Email this user
874 #
875 "mailnologin" => "No send address",
876 "mailnologintext" => "You must be <a href=\"" .
877 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
878 and have a valid e-mail address in your <a href=\"" .
879 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a>
880 to send e-mail to other users.",
881 "emailuser" => "E-mail this user",
882 "emailpage" => "E-mail user",
883 "emailpagetext" => "If this user has entered a valid e-mail address in
884 his or her user preferences, the form below will send a single message.
885 The e-mail address you entered in your user preferences will appear
886 as the \"From\" address of the mail, so the recipient will be able
887 to reply.",
888 "noemailtitle" => "No e-mail address",
889 "noemailtext" => "This user has not specified a valid e-mail address,
890 or has chosen not to receive e-mail from other users.",
891 "emailfrom" => "From",
892 "emailto" => "To",
893 "emailsubject" => "Subject",
894 "emailmessage" => "Message",
895 "emailsend" => "Send",
896 "emailsent" => "E-mail sent",
897 "emailsenttext" => "Your e-mail message has been sent.",
898
899 # Watchlist
900 #
901 "watchlist" => "My watchlist",
902 "watchlistsub" => "(for user \"$1\")",
903 "nowatchlist" => "You have no items on your watchlist.",
904 "watchnologin" => "Not logged in",
905 "watchnologintext" => "You must be <a href=\"" .
906 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
907 to modify your watchlist.",
908 "addedwatch" => "Added to watchlist",
909 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
910 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>.
911 Future changes to this page and its associated Talk page will be listed there,
912 and the page will appear <b>bolded</b> in the <a href=\"" .
913 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to
914 make it easier to pick out.</p>
915
916 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
917 "removedwatch" => "Removed from watchlist",
918 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
919 "watchthispage" => "Watch this page",
920 "unwatchthispage" => "Stop watching",
921 "notanarticle" => "Not an article",
922 "watchnochange" => "None of your watched items were edited in the time period displayed.",
923 "watchdetails" => "($1 pages watched not counting talk pages;
924 $2 total pages edited since cutoff;
925 $3...
926 <a href='$4'>show and edit complete list</a>.)",
927 "watchmethod-recent" => "checking recent edits for watched pages",
928 "watchmethod-list" => "checking watched pages for recent edits",
929 "removechecked" => "Remove checked items from watchlist",
930 "watchlistcontains" => "Your watchlist contains $1 pages.",
931 "watcheditlist" => "Here's an alphabetical list of your
932 watched pages. Check the boxes of pages you want to remove
933 from your watchlist and click the 'remove checked' button
934 at the bottom of the screen.",
935 "removingchecked" => "Removing requested items from watchlist...",
936 "couldntremove" => "Couldn't remove item '$1'...",
937 "iteminvalidname" => "Problem with item '$1', invalid name...",
938 "wlnote" => "Below are the last $1 changes in the last <b>$2</b> hours.",
939
940
941 # Delete/protect/revert
942 #
943 "deletepage" => "Delete page",
944 "confirm" => "Confirm",
945 "excontent" => "content was:",
946 "exbeforeblank" => "content before blanking was:",
947 "exblank" => "page was empty",
948 "confirmdelete" => "Confirm delete",
949 "deletesub" => "(Deleting \"$1\")",
950 "historywarning" => "Warning: The page you are about to delete has a history: ",
951 "confirmdeletetext" => "You are about to permanently delete a page
952 or image along with all of its history from the database.
953 Please confirm that you intend to do this, that you understand the
954 consequences, and that you are doing this in accordance with
955 [[Wikipedia:Policy]].",
956 "confirmcheck" => "Yes, I really want to delete this.",
957 "actioncomplete" => "Action complete",
958 "deletedtext" => "\"$1\" has been deleted.
959 See $2 for a record of recent deletions.",
960 "deletedarticle" => "deleted \"$1\"",
961 "dellogpage" => "Deletion_log",
962 "dellogpagetext" => "Below is a list of the most recent deletions.
963 All times shown are server time (UTC).
964 <ul>
965 </ul>
966 ",
967 "deletionlog" => "deletion log",
968 "reverted" => "Reverted to earlier revision",
969 "deletecomment" => "Reason for deletion",
970 "imagereverted" => "Revert to earlier version was successful.",
971 "rollback" => "Roll back edits",
972 "rollbacklink" => "rollback",
973 "rollbackfailed" => "Rollback failed",
974 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.",
975 "alreadyrolled" => "Cannot rollback last edit of [[$1]]
976 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already.
977
978 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
979 # only shown if there is an edit comment
980 "editcomment" => "The edit comment was: \"<i>$1</i>\".",
981 "revertpage" => "Reverted to last edit by $1",
982
983 # Undelete
984 "undelete" => "Restore deleted page",
985 "undeletepage" => "View and restore deleted pages",
986 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
987 can be restored. The archive may be periodically cleaned out.",
988 "undeletearticle" => "Restore deleted article",
989 "undeleterevisions" => "$1 revisions archived",
990 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
991 If a new page with the same name has been created since the deletion, the restored
992 revisions will appear in the prior history, and the current revision of the live page
993 will not be automatically replaced.",
994 "undeleterevision" => "Deleted revision as of $1",
995 "undeletebtn" => "Restore!",
996 "undeletedarticle" => "restored \"$1\"",
997 "undeletedtext" => "The article [[$1]] has been successfully restored.
998 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
999
1000 # Contributions
1001 #
1002 "contributions" => "User contributions",
1003 "mycontris" => "My contributions",
1004 "contribsub" => "For $1",
1005 "nocontribs" => "No changes were found matching these criteria.",
1006 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
1007 "uclinks" => "View the last $1 changes; view the last $2 days.",
1008 "uctop" => " (top)" ,
1009
1010 # What links here
1011 #
1012 "whatlinkshere" => "What links here",
1013 "notargettitle" => "No target",
1014 "notargettext" => "You have not specified a target page or user
1015 to perform this function on.",
1016 "linklistsub" => "(List of links)",
1017 "linkshere" => "The following pages link to here:",
1018 "nolinkshere" => "No pages link to here.",
1019 "isredirect" => "redirect page",
1020
1021 # Block/unblock IP
1022 #
1023 "blockip" => "Block IP address",
1024 "blockiptext" => "Use the form below to block write access
1025 from a specific IP address.
1026 This should be done only only to prevent vandalism, and in
1027 accordance with [[Wikipedia:Policy|Wikipedia policy]].
1028 Fill in a specific reason below (for example, citing particular
1029 pages that were vandalized).",
1030 "ipaddress" => "IP Address",
1031 "ipbreason" => "Reason",
1032 "ipbsubmit" => "Block this address",
1033 "badipaddress" => "The IP address is badly formed.",
1034 "noblockreason" => "You must supply a reason for the block.",
1035 "blockipsuccesssub" => "Block succeeded",
1036 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
1037 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
1038 "unblockip" => "Unblock IP address",
1039 "unblockiptext" => "Use the form below to restore write access
1040 to a previously blocked IP address.",
1041 "ipusubmit" => "Unblock this address",
1042 "ipusuccess" => "IP address \"$1\" unblocked",
1043 "ipblocklist" => "List of blocked IP addresses",
1044 "blocklistline" => "$1, $2 blocked $3",
1045 "blocklink" => "block",
1046 "unblocklink" => "unblock",
1047 "contribslink" => "contribs",
1048
1049 # Developer tools
1050 #
1051 "lockdb" => "Lock database",
1052 "unlockdb" => "Unlock database",
1053 "lockdbtext" => "Locking the database will suspend the ability of all
1054 users to edit pages, change their preferences, edit their watchlists, and
1055 other things requiring changes in the database.
1056 Please confirm that this is what you intend to do, and that you will
1057 unlock the database when your maintenance is done.",
1058 "unlockdbtext" => "Unlocking the database will restore the ability of all
1059 users to edit pages, change their preferences, edit their watchlists, and
1060 other things requiring changes in the database.
1061 Please confirm that this is what you intend to do.",
1062 "lockconfirm" => "Yes, I really want to lock the database.",
1063 "unlockconfirm" => "Yes, I really want to unlock the database.",
1064 "lockbtn" => "Lock database",
1065 "unlockbtn" => "Unlock database",
1066 "locknoconfirm" => "You did not check the confirmation box.",
1067 "lockdbsuccesssub" => "Database lock succeeded",
1068 "unlockdbsuccesssub" => "Database lock removed",
1069 "lockdbsuccesstext" => "The Wikipedia database has been locked.
1070 <br>Remember to remove the lock after your maintenance is complete.",
1071 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
1072
1073 # SQL query
1074 #
1075 "asksql" => "SQL query",
1076 "asksqltext" => "Use the form below to make a direct query of the
1077 Wikipedia database.
1078 Use single quotes ('like this') to delimit string literals.
1079 This can often add considerable load to the server, so please use
1080 this function sparingly.",
1081 "sqlislogged" => "Please note that all queries are logged.",
1082 "sqlquery" => "Enter query",
1083 "querybtn" => "Submit query",
1084 "selectonly" => "Queries other than \"SELECT\" are restricted to
1085 Wikipedia developers.",
1086 "querysuccessful" => "Query successful",
1087
1088 # Move page
1089 #
1090 "movepage" => "Move page",
1091 "movepagetext" => "Using the form below will rename a page, moving all
1092 of its history to the new name.
1093 The old title will become a redirect page to the new title.
1094 Links to the old page title will not be changed; be sure to
1095 [[Special:Maintenance|check]] for double or broken redirects.
1096 You are responsible for making sure that links continue to
1097 point where they are supposed to go.
1098
1099 Note that the page will '''not''' be moved if there is already
1100 a page at the new title, unless it is empty or a redirect and has no
1101 past edit history. This means that you can rename a page back to where
1102 it was just renamed from if you make a mistake, and you cannot overwrite
1103 an existing page.
1104
1105 <b>WARNING!</b>
1106 This can be a drastic and unexpected change for a popular page;
1107 please be sure you understand the consequences of this before
1108 proceeding.",
1109 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
1110 *You are moving the page across namespaces,
1111 *A non-empty talk page already exists under the new name, or
1112 *You uncheck the box below.
1113
1114 In those cases, you will have to move or merge the page manually if desired.",
1115 "movearticle" => "Move page",
1116 "movenologin" => "Not logged in",
1117 "movenologintext" => "You must be a registered user and <a href=\"" .
1118 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
1119 to move a page.",
1120 "newtitle" => "To new title",
1121 "movepagebtn" => "Move page",
1122 "pagemovedsub" => "Move succeeded",
1123 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
1124 "articleexists" => "A page of that name already exists, or the
1125 name you have chosen is not valid.
1126 Please choose another name.",
1127 "talkexists" => "The page itself was moved successfully, but the
1128 talk page could not be moved because one already exists at the new
1129 title. Please merge them manually.",
1130 "movedto" => "moved to",
1131 "movetalk" => "Move \"talk\" page as well, if applicable.",
1132 "talkpagemoved" => "The corresponding talk page was also moved.",
1133 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
1134
1135 );
1136
1137 class Language {
1138
1139 function getDefaultUserOptions () {
1140 global $wgDefaultUserOptionsEn ;
1141 return $wgDefaultUserOptionsEn ;
1142 }
1143
1144 function getBookstoreList () {
1145 global $wgBookstoreListEn ;
1146 return $wgBookstoreListEn ;
1147 }
1148
1149 function getNamespaces() {
1150 global $wgNamespaceNamesEn;
1151 return $wgNamespaceNamesEn;
1152 }
1153
1154 function getNsText( $index ) {
1155 global $wgNamespaceNamesEn;
1156 return $wgNamespaceNamesEn[$index];
1157 }
1158
1159 function getNsIndex( $text ) {
1160 global $wgNamespaceNamesEn;
1161
1162 foreach ( $wgNamespaceNamesEn as $i => $n ) {
1163 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
1164 }
1165 return false;
1166 }
1167
1168 function specialPage( $name ) {
1169 return $this->getNsText( Namespace::getSpecial() ) . ":" . $name;
1170 }
1171
1172 function getQuickbarSettings() {
1173 global $wgQuickbarSettingsEn;
1174 return $wgQuickbarSettingsEn;
1175 }
1176
1177 function getSkinNames() {
1178 global $wgSkinNamesEn;
1179 return $wgSkinNamesEn;
1180 }
1181
1182 function getMathNames() {
1183 global $wgMathNamesEn;
1184 return $wgMathNamesEn;
1185 }
1186
1187 function getDateFormats() {
1188 global $wgDateFormatsEn;
1189 return $wgDateFormatsEn;
1190 }
1191
1192 function getUserToggles() {
1193 global $wgUserTogglesEn;
1194 return $wgUserTogglesEn;
1195 }
1196
1197 function getLanguageNames() {
1198 global $wgLanguageNamesEn;
1199 return $wgLanguageNamesEn;
1200 }
1201
1202 function getLanguageName( $code ) {
1203 global $wgLanguageNamesEn;
1204 if ( ! array_key_exists( $code, $wgLanguageNamesEn ) ) {
1205 return "";
1206 }
1207 return $wgLanguageNamesEn[$code];
1208 }
1209
1210 function getMonthName( $key )
1211 {
1212 global $wgMonthNamesEn;
1213 return $wgMonthNamesEn[$key-1];
1214 }
1215
1216 /* by default we just return base form */
1217 function getMonthNameGen( $key )
1218 {
1219 global $wgMonthNamesEn;
1220 return $wgMonthNamesEn[$key-1];
1221 }
1222
1223 function getMonthRegex()
1224 {
1225 global $wgMonthNamesEn;
1226 return implode( "|", $wgMonthNamesEn );
1227 }
1228
1229 function getMonthAbbreviation( $key )
1230 {
1231 global $wgMonthAbbreviationsEn;
1232 return $wgMonthAbbreviationsEn[$key-1];
1233 }
1234
1235 function getWeekdayName( $key )
1236 {
1237 global $wgWeekdayNamesEn;
1238 return $wgWeekdayNamesEn[$key-1];
1239 }
1240
1241 function userAdjust( $ts )
1242 {
1243 global $wgUser, $wgLocalTZoffset;
1244
1245 $diff = $wgUser->getOption( "timecorrection" );
1246 if ( ! is_numeric( $diff ) ) {
1247 $diff = isset( $wgLocalTZoffset ) ? $wgLocalTZoffset : 0;
1248 }
1249 if ( 0 == $diff ) { return $ts; }
1250
1251 $t = mktime( ( (int)substr( $ts, 8, 2) ) + $diff,
1252 (int)substr( $ts, 10, 2 ), (int)substr( $ts, 12, 2 ),
1253 (int)substr( $ts, 4, 2 ), (int)substr( $ts, 6, 2 ),
1254 (int)substr( $ts, 0, 4 ) );
1255 return date( "YmdHis", $t );
1256 }
1257
1258 function date( $ts, $adj = false )
1259 {
1260 global $wgAmericanDates, $wgUser, $wgUseDynamicDates;
1261
1262 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
1263
1264 if ( $wgUseDynamicDates ) {
1265 $datePreference = $wgUser->getOption( 'date' );
1266 if ( $datePreference == 0 ) {
1267 $datePreference = $wgAmericanDates ? 1 : 2;
1268 }
1269 } else {
1270 $datePreference = $wgAmericanDates ? 1 : 2;
1271 }
1272
1273 if ( $datePreference == 1 ) {
1274 # MDY
1275 $d = $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) .
1276 " " . (0 + substr( $ts, 6, 2 )) . ", " .
1277 substr( $ts, 0, 4 );
1278 } else if ( $datePreference == 2 ) {
1279 #DMY
1280 $d = (0 + substr( $ts, 6, 2 )) . " " .
1281 $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) . " " .
1282 substr( $ts, 0, 4 );
1283 } else {
1284 #YMD
1285 $d = substr( $ts, 0, 4 ) . " " . $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) .
1286 " " . (0 + substr( $ts, 6, 2 ));
1287 }
1288
1289 return $d;
1290 }
1291
1292 function time( $ts, $adj = false )
1293 {
1294 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
1295
1296 $t = substr( $ts, 8, 2 ) . ":" . substr( $ts, 10, 2 );
1297 return $t;
1298 }
1299
1300 function timeanddate( $ts, $adj = false )
1301 {
1302 return $this->time( $ts, $adj ) . ", " . $this->date( $ts, $adj );
1303 }
1304
1305 function rfc1123( $ts )
1306 {
1307 return date( "D, d M Y H:i:s T", $ts );
1308 }
1309
1310 function getValidSpecialPages()
1311 {
1312 global $wgValidSpecialPagesEn;
1313 return $wgValidSpecialPagesEn;
1314 }
1315
1316 function getSysopSpecialPages()
1317 {
1318 global $wgSysopSpecialPagesEn;
1319 return $wgSysopSpecialPagesEn;
1320 }
1321
1322 function getDeveloperSpecialPages()
1323 {
1324 global $wgDeveloperSpecialPagesEn;
1325 return $wgDeveloperSpecialPagesEn;
1326 }
1327
1328 function getMessage( $key )
1329 {
1330 global $wgAllMessagesEn;
1331 return $wgAllMessagesEn[$key];
1332 }
1333
1334 function iconv( $in, $out, $string ) {
1335 # For most languages, this is a wrapper for iconv
1336 return iconv( $in, $out, $string );
1337 }
1338
1339 function ucfirst( $string ) {
1340 # For most languages, this is a wrapper for ucfirst()
1341 return ucfirst( $string );
1342 }
1343
1344 function checkTitleEncoding( $s ) {
1345 global $wgInputEncoding;
1346
1347 # Check for UTF-8 URLs; Internet Explorer produces these if you
1348 # type non-ASCII chars in the URL bar or follow unescaped links.
1349 $ishigh = preg_match( '/[\x80-\xff]/', $s);
1350 $isutf = ($ishigh ? preg_match( '/^([\x00-\x7f]|[\xc0-\xdf][\x80-\xbf]|' .
1351 '[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xf7][\x80-\xbf]{3})+$/', $s ) : true );
1352
1353 if( ($wgInputEncoding != "utf-8") and $ishigh and $isutf )
1354 return iconv( "UTF-8", $wgInputEncoding, $s );
1355
1356 if( ($wgInputEncoding == "utf-8") and $ishigh and !$isutf )
1357 return utf8_encode( $s );
1358
1359 # Other languages can safely leave this function, or replace
1360 # it with one to detect and convert another legacy encoding.
1361 return $s;
1362 }
1363
1364 function stripForSearch( $in ) {
1365 # Some languages have special punctuation to strip out
1366 # or characters which need to be converted for MySQL's
1367 # indexing to grok it correctly. Make such changes here.
1368 return $in;
1369 }
1370
1371
1372 function setAltEncoding() {
1373 # Some languages may have an alternate char encoding option
1374 # (Esperanto X-coding, Japanese furigana conversion, etc)
1375 # If 'altencoding' is checked in user prefs, this gives a
1376 # chance to swap out the default encoding settings.
1377 #global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
1378 }
1379
1380 function recodeForEdit( $s ) {
1381 # For some languages we'll want to explicitly specify
1382 # which characters make it into the edit box raw
1383 # or are converted in some way or another.
1384 # Note that if wgOutputEncoding is different from
1385 # wgInputEncoding, this text will be further converted
1386 # to wgOutputEncoding.
1387 global $wgInputEncoding, $wgEditEncoding;
1388 if( $wgEditEncoding == "" or
1389 $wgEditEncoding == $wgInputEncoding ) {
1390 return $s;
1391 } else {
1392 return $this->iconv( $wgInputEncoding, $wgEditEncoding, $s );
1393 }
1394 }
1395
1396 function recodeInput( $s ) {
1397 # Take the previous into account.
1398 global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
1399 if($wgEditEncoding != "") {
1400 $enc = $wgEditEncoding;
1401 } else {
1402 $enc = $wgOutputEncoding;
1403 }
1404 if( $enc == $wgInputEncoding ) {
1405 return $s;
1406 } else {
1407 return $this->iconv( $enc, $wgInputEncoding, $s );
1408 }
1409 }
1410
1411 function replaceDates( $text )
1412 {
1413 global $wgUser, $wgInputEncoding, $wgUseDynamicDates;
1414
1415 # Feature can be disabled
1416 if ( !$wgUseDynamicDates ) {
1417 return;
1418 }
1419
1420 # Setup
1421
1422 $datePreference = $wgUser->getOption( 'date' );
1423
1424 static $monthNames = "", $rxDM, $rxMD, $rxY, $rxDMY, $rxYDM, $rxMDY, $rxYMD;
1425 if ( $monthNames == "" ) {
1426 $monthNames = $this->getMonthRegex();
1427
1428 # Attempt at UTF-8 support, untested at the moment
1429 if ( $wgInputEncoding == 'UTF-8' ) {
1430 $regexTrail = '(?![a-z])/iu';
1431 } else {
1432 $regexTrail = '(?![a-z])/i';
1433 }
1434
1435 # Partial regular expressions
1436 $prxDM = '\[\[(\d{1,2})[ _](' . $monthNames . ')]]';
1437 $prxMD = '\[\[(' . $monthNames . ')[ _](\d{1,2})]]';
1438 $prxY = '\[\[(\d{1,4}([ _]BC|))]]';
1439
1440 # Real regular expressions
1441 $rxDMY = "/{$prxDM} *,? *{$prxY}{$regexTrail}";
1442 $rxYDM = "/{$prxY} *,? *{$prxDM}{$regexTrail}";
1443 $rxMDY = "/{$prxMD} *,? *{$prxY}{$regexTrail}";
1444 $rxYMD = "/{$prxY} *,? *{$prxMD}{$regexTrail}";
1445 $rxDM = "/{$prxDM}{$regexTrail}";
1446 $rxMD = "/{$prxMD}{$regexTrail}";
1447 $rxY = "/{$prxY}{$regexTrail}";
1448 }
1449
1450 # Do replacements
1451 # TODO: month capitalisation?
1452 if ( $datePreference == 0 ) {
1453 # no preference
1454 $text = preg_replace( $rxDMY, '[[$2 $1|$1 $2]] [[$3]]', $text);
1455 $text = preg_replace( $rxYDM, '[[$1]] [[$4 $3]]', $text);
1456 $text = preg_replace( $rxMDY, '[[$1 $2]], [[$3]]', $text);
1457 $text = preg_replace( $rxYMD, '[[$1]] [[$3 $4]]', $text);
1458 $text = preg_replace ( $rxDM, '[[$2 $1|$1 $2]]', $text);
1459 } else if ( $datePreference == 1 ) {
1460 # MDY preferred
1461 $text = preg_replace( $rxDMY, '[[$2 $1]], [[$3]]', $text);
1462 $text = preg_replace( $rxYDM, '[[$4 $3]], [[$1]]', $text);
1463 $text = preg_replace( $rxMDY, '[[$1 $2]], [[$3]]', $text);
1464 $text = preg_replace( $rxYMD, '[[$3 $4]], [[$1]]', $text);
1465 $text = preg_replace ( $rxDM, '[[$2 $1]]', $text);
1466 } else if ( $datePreference == 2 ) {
1467 # DMY preferred
1468 $text = preg_replace( $rxDMY, '[[$2 $1|$1 $2]] [[$3]]', $text);
1469 $text = preg_replace( $rxYDM, '[[$4 $3|$3 $4]] [[$1]]', $text);
1470 $text = preg_replace( $rxMDY, '[[$1 $2|$2 $1]] [[$3]]', $text);
1471 $text = preg_replace( $rxYMD, '[[$3 $4|$4 $3]] [[$1]]', $text);
1472 $text = preg_replace ( $rxDM, '[[$2 $1|$1 $2]]', $text);
1473 $text = preg_replace ( $rxMD, '[[$1 $2|$2 $1]]', $text);
1474 } else if ( $datePreference == 3 ) {
1475 # YMD preferred
1476 $text = preg_replace( $rxDMY, '[[$3]] [[$2 $1]]', $text);
1477 $text = preg_replace( $rxYDM, '[[$1]] [[$4 $3]]', $text);
1478 $text = preg_replace( $rxMDY, '[[$3]] [[$1 $2]]', $text);
1479 $text = preg_replace( $rxYMD, '[[$1]] [[$3 $4]]', $text);
1480 $text = preg_replace ( $rxDM, '[[$2 $1]]', $text);
1481 }
1482 return $text;
1483 }
1484
1485 # For right-to-left language support
1486 function isRTL() { return false; }
1487 }
1488
1489 global $IP;
1490 @include_once( "{$IP}/Language" . ucfirst( $wgLanguageCode ) . ".php" );
1491
1492 ?>