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