Merged localisation-work branch:
[lhc/web/wiklou.git] / languages / MessagesEn.php
1 <?php
2
3 /**
4 * Fallback language, used for all unspecified messages and behaviour. This
5 * is English by default, for all files other than this one.
6 */
7 $fallback = false;
8
9 /**
10 * Is the language written right-to-left?
11 * Note that right-to-left languages generally also specify
12 * $defaultUserOptionOverrides = array( 'quickbar' => 2 );
13 */
14 $rtl = false;
15
16 /**
17 * Optional array mapping ASCII digits 0-9 to local digits.
18 */
19 $digitTransformTable = null;
20
21 /**
22 * Transform table for decimal point '.' and thousands separator ','
23 */
24 $separatorTransformTable = null;
25
26 /**
27 * Overrides for the default user options. This is mainly used by RTL languages.
28 */
29 $defaultUserOptionOverrides = array();
30
31 /**
32 * Extra user preferences which will be shown in Special:Preferences as
33 * checkboxes. Extra settings in derived languages will automatically be
34 * appended to the array of the fallback languages.
35 */
36 $extraUserToggles = array();
37
38 /**
39 * URLs do not specify their encoding. UTF-8 is used by default, but if the
40 * URL is not a valid UTF-8 sequence, we have to try to guess what the real
41 * encoding is. The encoding used in this case is defined below, and must be
42 * supported by iconv().
43 */
44 $fallback8bitEncoding = 'windows-1252';
45
46 /**
47 * To allow "foo[[bar]]" to extend the link over the whole word "foobar"
48 */
49 $linkPrefixExtension = false;
50
51 /**
52 * Namespace names. NS_PROJECT is always set to $wgMetaNamespace after the
53 * settings are loaded, it will be ignored even if you specify it here.
54 *
55 * NS_PROJECT_TALK will be set to $wgMetaNamespaceTalk if that variable is
56 * set, otherwise the string specified here will be used. The string may
57 * contain "$1", which will be replaced by the name of NS_PROJECT. It may
58 * also contain a grammatical transformation, e.g.
59 *
60 * NS_PROJECT_TALK => 'Keskustelu_{{grammar:elative|$1}}'
61 *
62 * Only one grammatical transform may be specified in the string. For
63 * performance reasons, this transformation is done locally by the language
64 * module rather than by the full wikitext parser. As a result, no other
65 * parser features are available.
66 */
67 $namespaceNames = array(
68 NS_MEDIA => 'Media',
69 NS_SPECIAL => 'Special',
70 NS_MAIN => '',
71 NS_TALK => 'Talk',
72 NS_USER => 'User',
73 NS_USER_TALK => 'User_talk',
74 # NS_PROJECT set by $wgMetaNamespace
75 NS_PROJECT_TALK => '$1_talk',
76 NS_IMAGE => 'Image',
77 NS_IMAGE_TALK => 'Image_talk',
78 NS_MEDIAWIKI => 'MediaWiki',
79 NS_MEDIAWIKI_TALK => 'MediaWiki_talk',
80 NS_TEMPLATE => 'Template',
81 NS_TEMPLATE_TALK => 'Template_talk',
82 NS_HELP => 'Help',
83 NS_HELP_TALK => 'Help_talk',
84 NS_CATEGORY => 'Category',
85 NS_CATEGORY_TALK => 'Category_talk',
86 );
87
88 /**
89 * Array of namespace aliases, mapping from name to NS_xxx index
90 */
91 $namespaceAliases = array();
92
93 /**
94 * Labels of the quickbar settings in Special:Preferences
95 */
96 $quickbarSettings = array(
97 'None', 'Fixed left', 'Fixed right', 'Floating left', 'Floating right'
98 );
99
100 /**
101 * Skin names. If any key is not specified, the English one will be used.
102 */
103 $skinNames = array(
104 'standard' => 'Classic',
105 'nostalgia' => 'Nostalgia',
106 'cologneblue' => 'Cologne Blue',
107 'davinci' => 'DaVinci',
108 'mono' => 'Mono',
109 'monobook' => 'MonoBook',
110 'myskin' => 'MySkin',
111 'chick' => 'Chick'
112 );
113
114 /**
115 * Deprecated, use the message array
116 */
117 $mathNames = array(
118 MW_MATH_PNG => 'mw_math_png',
119 MW_MATH_SIMPLE => 'mw_math_simple',
120 MW_MATH_HTML => 'mw_math_html',
121 MW_MATH_SOURCE => 'mw_math_source',
122 MW_MATH_MODERN => 'mw_math_modern',
123 MW_MATH_MATHML => 'mw_math_mathml'
124 );
125
126 /**
127 * A list of date format preference keys which can be selected in user
128 * preferences. New preference keys can be added, provided they are supported
129 * by the language class's timeanddate(). Only the 5 keys listed below are
130 * supported by the wikitext converter (DateFormatter.php).
131 *
132 * The special key "default" is an alias for either dmy or mdy depending on
133 * $wgAmericanDates
134 */
135 $datePreferences = array(
136 'default',
137 'mdy',
138 'dmy',
139 'ymd',
140 'ISO 8601',
141 );
142
143 $defaultDateFormat = 'dmy or mdy';
144
145 $datePreferenceMigrationMap = array(
146 'default',
147 'mdy',
148 'dmy',
149 'ymd'
150 );
151
152 /**
153 * These are formats for dates generated by MediaWiki (as opposed to the wikitext
154 * DateFormatter). Documentation for the format string can be found in
155 * Language.php, search for sprintfDate.
156 *
157 * This array is automatically inherited by all subclasses. Individual keys can be
158 * overridden.
159 */
160 $dateFormats = array(
161 'mdy time' => 'H:i',
162 'mdy date' => 'F j, Y',
163 'mdy both' => 'H:i, F j, Y',
164
165 'dmy time' => 'H:i',
166 'dmy date' => 'j F Y',
167 'dmy both' => 'H:i, j F Y',
168
169 'ymd time' => 'H:i',
170 'ymd date' => 'Y F j',
171 'ymd both' => 'H:i, Y F j',
172
173 'ISO 8601 time' => 'xnH:xni',
174 'ISO 8601 date' => 'xnY-xnm-xnd',
175 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni',
176 );
177
178 $bookstoreList = array(
179 'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
180 'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1',
181 'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1',
182 'Amazon.com' => 'http://www.amazon.com/exec/obidos/ISBN=$1'
183 );
184
185 # Note to translators:
186 # Please include the English words as synonyms. This allows people
187 # from other wikis to contribute more easily.
188 #
189 $magicWords = array(
190 # ID CASE SYNONYMS
191 'redirect' => array( 0, '#REDIRECT' ),
192 'notoc' => array( 0, '__NOTOC__' ),
193 'nogallery' => array( 0, '__NOGALLERY__' ),
194 'forcetoc' => array( 0, '__FORCETOC__' ),
195 'toc' => array( 0, '__TOC__' ),
196 'noeditsection' => array( 0, '__NOEDITSECTION__' ),
197 'start' => array( 0, '__START__' ),
198 'currentmonth' => array( 1, 'CURRENTMONTH' ),
199 'currentmonthname' => array( 1, 'CURRENTMONTHNAME' ),
200 'currentmonthnamegen' => array( 1, 'CURRENTMONTHNAMEGEN' ),
201 'currentmonthabbrev' => array( 1, 'CURRENTMONTHABBREV' ),
202 'currentday' => array( 1, 'CURRENTDAY' ),
203 'currentday2' => array( 1, 'CURRENTDAY2' ),
204 'currentdayname' => array( 1, 'CURRENTDAYNAME' ),
205 'currentyear' => array( 1, 'CURRENTYEAR' ),
206 'currenttime' => array( 1, 'CURRENTTIME' ),
207 'numberofpages' => array( 1, 'NUMBEROFPAGES' ),
208 'numberofarticles' => array( 1, 'NUMBEROFARTICLES' ),
209 'numberoffiles' => array( 1, 'NUMBEROFFILES' ),
210 'numberofusers' => array( 1, 'NUMBEROFUSERS' ),
211 'pagename' => array( 1, 'PAGENAME' ),
212 'pagenamee' => array( 1, 'PAGENAMEE' ),
213 'namespace' => array( 1, 'NAMESPACE' ),
214 'namespacee' => array( 1, 'NAMESPACEE' ),
215 'talkspace' => array( 1, 'TALKSPACE' ),
216 'talkspacee' => array( 1, 'TALKSPACEE' ),
217 'subjectspace' => array( 1, 'SUBJECTSPACE', 'ARTICLESPACE' ),
218 'subjectspacee' => array( 1, 'SUBJECTSPACEE', 'ARTICLESPACEE' ),
219 'fullpagename' => array( 1, 'FULLPAGENAME' ),
220 'fullpagenamee' => array( 1, 'FULLPAGENAMEE' ),
221 'subpagename' => array( 1, 'SUBPAGENAME' ),
222 'subpagenamee' => array( 1, 'SUBPAGENAMEE' ),
223 'basepagename' => array( 1, 'BASEPAGENAME' ),
224 'basepagenamee' => array( 1, 'BASEPAGENAMEE' ),
225 'talkpagename' => array( 1, 'TALKPAGENAME' ),
226 'talkpagenamee' => array( 1, 'TALKPAGENAMEE' ),
227 'subjectpagename' => array( 1, 'SUBJECTPAGENAME', 'ARTICLEPAGENAME' ),
228 'subjectpagenamee' => array( 1, 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ),
229 'msg' => array( 0, 'MSG:' ),
230 'subst' => array( 0, 'SUBST:' ),
231 'msgnw' => array( 0, 'MSGNW:' ),
232 'end' => array( 0, '__END__' ),
233 'img_thumbnail' => array( 1, 'thumbnail', 'thumb' ),
234 'img_manualthumb' => array( 1, 'thumbnail=$1', 'thumb=$1'),
235 'img_right' => array( 1, 'right' ),
236 'img_left' => array( 1, 'left' ),
237 'img_none' => array( 1, 'none' ),
238 'img_width' => array( 1, '$1px' ),
239 'img_center' => array( 1, 'center', 'centre' ),
240 'img_framed' => array( 1, 'framed', 'enframed', 'frame' ),
241 'int' => array( 0, 'INT:' ),
242 'sitename' => array( 1, 'SITENAME' ),
243 'ns' => array( 0, 'NS:' ),
244 'localurl' => array( 0, 'LOCALURL:' ),
245 'localurle' => array( 0, 'LOCALURLE:' ),
246 'server' => array( 0, 'SERVER' ),
247 'servername' => array( 0, 'SERVERNAME' ),
248 'scriptpath' => array( 0, 'SCRIPTPATH' ),
249 'grammar' => array( 0, 'GRAMMAR:' ),
250 'notitleconvert' => array( 0, '__NOTITLECONVERT__', '__NOTC__'),
251 'nocontentconvert' => array( 0, '__NOCONTENTCONVERT__', '__NOCC__'),
252 'currentweek' => array( 1, 'CURRENTWEEK' ),
253 'currentdow' => array( 1, 'CURRENTDOW' ),
254 'revisionid' => array( 1, 'REVISIONID' ),
255 'plural' => array( 0, 'PLURAL:' ),
256 'fullurl' => array( 0, 'FULLURL:' ),
257 'fullurle' => array( 0, 'FULLURLE:' ),
258 'lcfirst' => array( 0, 'LCFIRST:' ),
259 'ucfirst' => array( 0, 'UCFIRST:' ),
260 'lc' => array( 0, 'LC:' ),
261 'uc' => array( 0, 'UC:' ),
262 'raw' => array( 0, 'RAW:' ),
263 'displaytitle' => array( 1, 'DISPLAYTITLE' ),
264 'rawsuffix' => array( 1, 'R' ),
265 'newsectionlink' => array( 1, '__NEWSECTIONLINK__' ),
266 'currentversion' => array( 1, 'CURRENTVERSION' ),
267 'urlencode' => array( 0, 'URLENCODE:' ),
268 'currenttimestamp' => array( 1, 'CURRENTTIMESTAMP' ),
269 'directionmark' => array( 1, 'DIRECTIONMARK', 'DIRMARK' ),
270 'language' => array( 0, '#LANGUAGE:' ),
271 'contentlanguage' => array( 1, 'CONTENTLANGUAGE', 'CONTENTLANG' ),
272 'pagesinnamespace' => array( 1, 'PAGESINNAMESPACE:', 'PAGESINNS:' ),
273 'numberofadmins' => array( 1, 'NUMBEROFADMINS' ),
274 'formatnum' => array( 0, 'FORMATNUM' ),
275
276 );
277
278 $linkTrail = '/^([a-z]+)(.*)$/sD';
279
280 #-------------------------------------------------------------------
281 # Default messages
282 #-------------------------------------------------------------------
283 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
284 # hyphen (-). If you need more characters, you may be able to change
285 # the regex in MagicWord::initRegex
286
287 $messages = array(
288 /*
289 The sidebar for MonoBook is generated from this message, lines that do not
290 begin with * or ** are discarded, furthermore lines that do begin with ** and
291 do not contain | are also discarded, but don't depend on this behaviour for
292 future releases. Also note that since each list value is wrapped in a unique
293 XHTML id it should only appear once and include characters that are legal
294 XHTML id names.
295
296 Note to translators: Do not include this message in the language files you
297 submit for inclusion in MediaWiki, it should always be inherited from the
298 parent class in order maintain consistency across languages.
299 */
300 'sidebar' => '
301 * navigation
302 ** mainpage|mainpage
303 ** portal-url|portal
304 ** currentevents-url|currentevents
305 ** recentchanges-url|recentchanges
306 ** randompage-url|randompage
307 ** helppage|help
308 ** sitesupport-url|sitesupport',
309
310 # User preference toggles
311 'tog-underline' => 'Underline links:',
312 'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>).',
313 'tog-justify' => 'Justify paragraphs',
314 'tog-hideminor' => 'Hide minor edits in recent changes',
315 'tog-extendwatchlist' => 'Expand watchlist to show all applicable changes',
316 'tog-usenewrc' => 'Enhanced recent changes (JavaScript)',
317 'tog-numberheadings' => 'Auto-number headings',
318 'tog-showtoolbar' => 'Show edit toolbar (JavaScript)',
319 'tog-editondblclick' => 'Edit pages on double click (JavaScript)',
320 'tog-editsection' => 'Enable section editing via [edit] links',
321 'tog-editsectiononrightclick' => 'Enable section editing by right clicking<br /> on section titles (JavaScript)',
322 'tog-showtoc' => 'Show table of contents (for pages with more than 3 headings)',
323 'tog-rememberpassword' => 'Remember across sessions',
324 'tog-editwidth' => 'Edit box has full width',
325 'tog-watchcreations' => 'Add pages I create to my watchlist',
326 'tog-watchdefault' => 'Add pages I edit to my watchlist',
327 'tog-minordefault' => 'Mark all edits minor by default',
328 'tog-previewontop' => 'Show preview before edit box',
329 'tog-previewonfirst' => 'Show preview on first edit',
330 'tog-nocache' => 'Disable page caching',
331 'tog-enotifwatchlistpages' => 'E-mail me when a page I\'m watching is changed',
332 'tog-enotifusertalkpages' => 'E-mail me when my user talk page is changed',
333 'tog-enotifminoredits' => 'E-mail me also for minor edits of pages',
334 'tog-enotifrevealaddr' => 'Reveal my e-mail address in notification mails',
335 'tog-shownumberswatching' => 'Show the number of watching users',
336 'tog-fancysig' => 'Raw signatures (without automatic link)',
337 'tog-externaleditor' => 'Use external editor by default',
338 'tog-externaldiff' => 'Use external diff by default',
339 'tog-showjumplinks' => 'Enable "jump to" accessibility links',
340 'tog-uselivepreview' => 'Use live preview (JavaScript) (Experimental)',
341 'tog-autopatrol' => 'Mark edits I make as patrolled',
342 'tog-forceeditsummary' => 'Prompt me when entering a blank edit summary',
343 'tog-watchlisthideown' => 'Hide my edits from the watchlist',
344 'tog-watchlisthidebots' => 'Hide bot edits from the watchlist',
345
346 'underline-always' => 'Always',
347 'underline-never' => 'Never',
348 'underline-default' => 'Browser default',
349
350 'skinpreview' => '(Preview)',
351
352 # dates
353 'sunday' => 'Sunday',
354 'monday' => 'Monday',
355 'tuesday' => 'Tuesday',
356 'wednesday' => 'Wednesday',
357 'thursday' => 'Thursday',
358 'friday' => 'Friday',
359 'saturday' => 'Saturday',
360 'january' => 'January',
361 'february' => 'February',
362 'march' => 'March',
363 'april' => 'April',
364 'may_long' => 'May',
365 'june' => 'June',
366 'july' => 'July',
367 'august' => 'August',
368 'september' => 'September',
369 'october' => 'October',
370 'november' => 'November',
371 'december' => 'December',
372 'jan' => 'Jan',
373 'feb' => 'Feb',
374 'mar' => 'Mar',
375 'apr' => 'Apr',
376 'may' => 'May',
377 'jun' => 'Jun',
378 'jul' => 'Jul',
379 'aug' => 'Aug',
380 'sep' => 'Sep',
381 'oct' => 'Oct',
382 'nov' => 'Nov',
383 'dec' => 'Dec',
384 # Bits of text used by many pages:
385 #
386 'categories' => '{{PLURAL:$1|Category|Categories}}',
387 'category' => 'category',
388 'category_header' => 'Articles in category "$1"',
389 'subcategories' => 'Subcategories',
390
391
392 'linktrail' => '/^([a-z]+)(.*)$/sD',
393 'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD',
394 'mainpage' => 'Main Page',
395 'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>",
396 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
397
398 == Getting started ==
399
400 * [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]
401 * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]
402 * [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]",
403
404 'portal' => 'Community portal',
405 'portal-url' => 'Project:Community Portal',
406 'about' => 'About',
407 'aboutsite' => 'About {{SITENAME}}',
408 'aboutpage' => 'Project:About',
409 'article' => 'Content page',
410 'help' => 'Help',
411 'helppage' => 'Help:Contents',
412 'bugreports' => 'Bug reports',
413 'bugreportspage' => 'Project:Bug_reports',
414 'sitesupport' => 'Donations',
415 'sitesupport-url' => 'Project:Site support',
416 'faq' => 'FAQ',
417 'faqpage' => 'Project:FAQ',
418 'edithelp' => 'Editing help',
419 'newwindow' => '(opens in new window)',
420 'edithelppage' => 'Help:Editing',
421 'cancel' => 'Cancel',
422 'qbfind' => 'Find',
423 'qbbrowse' => 'Browse',
424 'qbedit' => 'Edit',
425 'qbpageoptions' => 'This page',
426 'qbpageinfo' => 'Context',
427 'qbmyoptions' => 'My pages',
428 'qbspecialpages' => 'Special pages',
429 'moredotdotdot' => 'More...',
430 'mypage' => 'My page',
431 'mytalk' => 'My talk',
432 'anontalk' => 'Talk for this IP',
433 'navigation' => 'Navigation',
434
435 # Metadata in edit box
436 'metadata_help' => 'Metadata (see [[{{ns:project}}:Metadata]] for an explanation):',
437
438 'currentevents' => 'Current events',
439 'currentevents-url' => 'Current events',
440
441 'disclaimers' => 'Disclaimers',
442 'disclaimerpage' => 'Project:General_disclaimer',
443 'privacy' => 'Privacy policy',
444 'privacypage' => 'Project:Privacy_policy',
445 'errorpagetitle' => 'Error',
446 'returnto' => 'Return to $1.',
447 'tagline' => 'From {{SITENAME}}',
448 'help' => 'Help',
449 'search' => 'Search',
450 'searchbutton' => 'Search',
451 'go' => 'Go',
452 'history' => 'Page history',
453 'history_short' => 'History',
454 'updatedmarker' => 'updated since my last visit',
455 'info_short' => 'Information',
456 'printableversion' => 'Printable version',
457 'permalink' => 'Permanent link',
458 'print' => 'Print',
459 'edit' => 'Edit',
460 'editthispage' => 'Edit this page',
461 'delete' => 'Delete',
462 'deletethispage' => 'Delete this page',
463 'undelete_short' => 'Undelete {{PLURAL:$1|one edit|$1 edits}}',
464 'protect' => 'Protect',
465 'protectthispage' => 'Protect this page',
466 'unprotect' => 'unprotect',
467 'unprotectthispage' => 'Unprotect this page',
468 'newpage' => 'New page',
469 'talkpage' => 'Discuss this page',
470 'specialpage' => 'Special Page',
471 'personaltools' => 'Personal tools',
472 'postcomment' => 'Post a comment',
473 'addsection' => '+',
474 'articlepage' => 'View content page',
475 'subjectpage' => 'View subject', # For compatibility
476 'talk' => 'Discussion',
477 'views' => 'Views',
478 'toolbox' => 'Toolbox',
479 'userpage' => 'View user page',
480 'projectpage' => 'View project page',
481 'imagepage' => 'View image page',
482 'viewtalkpage' => 'View discussion',
483 'otherlanguages' => 'In other languages',
484 'redirectedfrom' => '(Redirected from $1)',
485 'autoredircomment' => 'Redirecting to [[$1]]',
486 'redirectpagesub' => 'Redirect page',
487 'lastmodified' => 'This page was last modified $1.',
488 'viewcount' => 'This page has been accessed {{plural:$1|one time|$1 times}}.',
489 'copyright' => 'Content is available under $1.',
490 'protectedpage' => 'Protected page',
491 'administrators' => '{{ns:project}}:Administrators',
492 'jumpto' => 'Jump to:',
493 'jumptonavigation' => 'navigation',
494 'jumptosearch' => 'search',
495
496 'sysoptitle' => 'Sysop access required',
497 'sysoptext' => 'The action you have requested can only be
498 performed by users with "sysop" capability.
499 See $1.',
500 'developertitle' => 'Developer access required',
501 'developertext' => 'The action you have requested can only be
502 performed by users with "developer" capability.
503 See $1.',
504
505 'badaccess' => 'Permission error',
506 'badaccesstext' => 'The action you have requested is limited
507 to users with the "$2" permission assigned.
508 See $1.',
509
510 'versionrequired' => 'Version $1 of MediaWiki required',
511 'versionrequiredtext' => 'Version $1 of MediaWiki is required to use this page. See [[Special:Version]]',
512
513 'widthheight' => '$1×$2',
514 'ok' => 'OK',
515 'sitetitle' => '{{SITENAME}}',
516 'pagetitle' => '$1 - {{SITENAME}}',
517 'sitesubtitle' => '',
518 'retrievedfrom' => 'Retrieved from "$1"',
519 'youhavenewmessages' => 'You have $1 ($2).',
520 'newmessageslink' => 'new messages',
521 'newmessagesdifflink' => 'diff to penultimate revision',
522 'editsection'=>'edit',
523 'editold'=>'edit',
524 'editsectionhint' => 'Edit section: $1',
525 'toc' => 'Contents',
526 'showtoc' => 'show',
527 'hidetoc' => 'hide',
528 'thisisdeleted' => 'View or restore $1?',
529 'viewdeleted' => 'View $1?',
530 'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}',
531 'feedlinks' => 'Feed:',
532 'feed-invalid' => 'Invalid subscription feed type.',
533 'sitenotice' => '-', # the equivalent to wgSiteNotice
534 'anonnotice' => '-',
535
536 # Short words for each namespace, by default used in the 'article' tab in monobook
537 'nstab-main' => 'Article',
538 'nstab-user' => 'User page',
539 'nstab-media' => 'Media page',
540 'nstab-special' => 'Special',
541 'nstab-project' => 'Project page',
542 'nstab-image' => 'File',
543 'nstab-mediawiki' => 'Message',
544 'nstab-template' => 'Template',
545 'nstab-help' => 'Help',
546 'nstab-category' => 'Category',
547
548 # Main script and global functions
549 #
550 'nosuchaction' => 'No such action',
551 'nosuchactiontext' => 'The action specified by the URL is not
552 recognized by the wiki',
553 'nosuchspecialpage' => 'No such special page',
554 'nospecialpagetext' => 'You have requested an invalid special page, a list of valid special pages may be found at [[{{ns:special}}:Specialpages]].',
555
556 # General errors
557 #
558 'error' => 'Error',
559 'databaseerror' => 'Database error',
560 'dberrortext' => 'A database query syntax error has occurred.
561 This may indicate a bug in the software.
562 The last attempted database query was:
563 <blockquote><tt>$1</tt></blockquote>
564 from within function "<tt>$2</tt>".
565 MySQL returned error "<tt>$3: $4</tt>".',
566 'dberrortextcl' => 'A database query syntax error has occurred.
567 The last attempted database query was:
568 "$1"
569 from within function "$2".
570 MySQL returned error "$3: $4"',
571 'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />
572 $1',
573 'nodb' => 'Could not select database $1',
574 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.',
575 'laggedslavemode' => 'Warning: Page may not contain recent updates.',
576 'readonly' => 'Database locked',
577 'enterlockreason' => 'Enter a reason for the lock, including an estimate
578 of when the lock will be released',
579 'readonlytext' => 'The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.
580
581 The administrator who locked it offered this explanation: $1',
582 'missingarticle' => 'The database did not find the text of a page that it should have found, named "$1".
583
584 This is usually caused by following an outdated diff or history link to a
585 page that has been deleted.
586
587 If this is not the case, you may have found a bug in the software.
588 Please report this to an administrator, making note of the URL.',
589 'readonly_lag' => 'The database has been automatically locked while the slave database servers catch up to the master',
590 'internalerror' => 'Internal error',
591 'filecopyerror' => 'Could not copy file "$1" to "$2".',
592 'filerenameerror' => 'Could not rename file "$1" to "$2".',
593 'filedeleteerror' => 'Could not delete file "$1".',
594 'filenotfound' => 'Could not find file "$1".',
595 'unexpected' => 'Unexpected value: "$1"="$2".',
596 'formerror' => 'Error: could not submit form',
597 'badarticleerror' => 'This action cannot be performed on this page.',
598 'cannotdelete' => 'Could not delete the page or file specified. (It may have already been deleted by someone else.)',
599 'badtitle' => 'Bad title',
600 'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one more characters which cannot be used in titles.',
601 'perfdisabled' => 'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.',
602 'perfdisabledsub' => 'Here is a saved copy from $1:', # obsolete?
603 'perfcached' => 'The following data is cached and may not be up to date.',
604 'perfcachedts' => 'The following data is cached, and was last updated $1.',
605 'wrong_wfQuery_params' => 'Incorrect parameters to wfQuery()<br />
606 Function: $1<br />
607 Query: $2',
608 'viewsource' => 'View source',
609 'viewsourcefor' => 'for $1',
610 'protectedtext' => 'This page has been locked to prevent editing.
611
612 You can view and copy the source of this page:',
613 'protectedinterface' => 'This page provides interface text for the software, and is locked to prevent abuse.',
614 'editinginterface' => "'''Warning:''' You are editing a page which is used to provide interface text for the software. Changes to this page will affect the appearance of the user interface for other users.",
615 'sqlhidden' => '(SQL query hidden)',
616
617 # Login and logout pages
618 #
619 'logouttitle' => 'User logout',
620 'logouttext' => '<strong>You are now logged out.</strong><br />
621 You can continue to use {{SITENAME}} anonymously, or you can log in
622 again as the same or as a different user. Note that some pages may
623 continue to be displayed as if you were still logged in, until you clear
624 your browser cache.',
625
626 'welcomecreation' => "== Welcome, $1! ==
627
628 Your account has been created. Don't forget to change your {{SITENAME}} preferences.",
629
630 'loginpagetitle' => 'User login',
631 'yourname' => 'Username',
632 'yourpassword' => 'Password',
633 'yourpasswordagain' => 'Retype password',
634 'remembermypassword' => 'Remember me',
635 'yourdomainname' => 'Your domain',
636 'externaldberror' => 'There was either an external authentication database error or you are not allowed to update your external account.',
637 'loginproblem' => '<b>There has been a problem with your login.</b><br />Try again!',
638 'alreadyloggedin' => "<strong>User $1, you are already logged in!</strong><br />",
639
640 'login' => 'Log in',
641 'loginprompt' => 'You must have cookies enabled to log in to {{SITENAME}}.',
642 'userlogin' => 'Log in / create account',
643 'logout' => 'Log out',
644 'userlogout' => 'Log out',
645 'notloggedin' => 'Not logged in',
646 'nologin' => 'Don\'t have a login? $1.',
647 'nologinlink' => 'Create an account',
648 'createaccount' => 'Create account',
649 'gotaccount' => 'Already have an account? $1.',
650 'gotaccountlink' => 'Log in',
651 'createaccountmail' => 'by e-mail',
652 'badretype' => 'The passwords you entered do not match.',
653 'userexists' => 'Username entered already in use. Please choose a different name.',
654 'youremail' => 'E-mail *',
655 'username' => 'Username:',
656 'uid' => 'User ID:',
657 'yourrealname' => 'Real name *',
658 'yourlanguage' => 'Language:',
659 'yourvariant' => 'Variant',
660 'yournick' => 'Nickname:',
661 'badsig' => 'Invalid raw signature; check HTML tags.',
662 'email' => 'E-mail',
663 'prefs-help-email-enotif' => 'This address is also used to send you e-mail notifications if you enabled the options.',
664 'prefs-help-realname' => '* Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.',
665 'loginerror' => 'Login error',
666 'prefs-help-email' => '* E-mail (optional): Enables others to contact you through your user or user_talk page without needing to reveal your identity.',
667 '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.',
668 'nocookieslogin' => '{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.',
669 'noname' => 'You have not specified a valid user name.',
670 'loginsuccesstitle' => 'Login successful',
671 'loginsuccess' => "'''You are now logged in to {{SITENAME}} as \"$1\".'''",
672 'nosuchuser' => 'There is no user by the name "$1". Check your spelling, or create a new account.',
673 'nosuchusershort' => 'There is no user by the name "$1". Check your spelling.',
674 'nouserspecified' => 'You have to specify a username.',
675 'wrongpassword' => 'Incorrect password entered. Please try again.',
676 'wrongpasswordempty' => 'Password entered was blank. Please try again.',
677 'mailmypassword' => 'E-mail password',
678 'passwordremindertitle' => 'Password reminder from {{SITENAME}}',
679 'passwordremindertext' => 'Someone (probably you, from IP address $1)
680 requested that we send you a new password for {{SITENAME}} ($4).
681 The password for user "$2" is now "$3".
682 You should log in and change your password now.
683
684 If someone else made this request or if you have remembered your password and
685 you no longer wish to change it, you may ignore this message and continue using
686 your old password.',
687 'noemail' => 'There is no e-mail address recorded for user "$1".',
688 'passwordsent' => 'A new password has been sent to the e-mail address
689 registered for "$1".
690 Please log in again after you receive it.',
691 'eauthentsent' => 'A confirmation e-mail has been sent to the nominated e-mail address.
692 Before any other mail is sent to the account, you will have to follow the instructions in the e-mail,
693 to confirm that the account is actually yours.',
694 'loginend' => '',
695 'signupend' => '{{int:loginend}}',
696 'mailerror' => 'Error sending mail: $1',
697 'acct_creation_throttle_hit' => 'Sorry, you have already created $1 accounts. You can\'t make any more.',
698 'emailauthenticated' => 'Your e-mail address was authenticated on $1.',
699 'emailnotauthenticated' => 'Your e-mail address is <strong>not yet authenticated</strong>. No e-mail
700 will be sent for any of the following features.',
701 'noemailprefs' => 'Specify an e-mail address for these features to work.',
702 'emailconfirmlink' => 'Confirm your e-mail address',
703 'invalidemailaddress' => 'The e-mail address cannot be accepted as it appears to have an invalid
704 format. Please enter a well-formatted address or empty that field.',
705 'accountcreated' => 'Account created',
706 'accountcreatedtext' => 'The user account for $1 has been created.',
707
708 # Edit page toolbar
709 'bold_sample'=>'Bold text',
710 'bold_tip'=>'Bold text',
711 'italic_sample'=>'Italic text',
712 'italic_tip'=>'Italic text',
713 'link_sample'=>'Link title',
714 'link_tip'=>'Internal link',
715 'extlink_sample'=>'http://www.example.com link title',
716 'extlink_tip'=>'External link (remember http:// prefix)',
717 'headline_sample'=>'Headline text',
718 'headline_tip'=>'Level 2 headline',
719 'math_sample'=>'Insert formula here',
720 'math_tip'=>'Mathematical formula (LaTeX)',
721 'nowiki_sample'=>'Insert non-formatted text here',
722 'nowiki_tip'=>'Ignore wiki formatting',
723 'image_sample'=>'Example.jpg',
724 'image_tip'=>'Embedded image',
725 'media_sample'=>'Example.ogg',
726 'media_tip'=>'Media file link',
727 'sig_tip'=>'Your signature with timestamp',
728 'hr_tip'=>'Horizontal line (use sparingly)',
729
730 # Edit pages
731 #
732 'summary' => 'Summary',
733 'subject' => 'Subject/headline',
734 'minoredit' => 'This is a minor edit',
735 'watchthis' => 'Watch this page',
736 'savearticle' => 'Save page',
737 'preview' => 'Preview',
738 'showpreview' => 'Show preview',
739 'showlivepreview' => 'Live preview',
740 'showdiff' => 'Show changes',
741 'anoneditwarning' => "'''Warning:''' You are not logged in. Your IP address will be recorded in this page's edit history.",
742 'missingsummary' => "'''Reminder:''' You have not provided an edit summary. If you click Save again, your edit will be saved without one.",
743 'missingcommenttext' => 'Please enter a comment below.',
744 'blockedtitle' => 'User is blocked',
745 'blockedtext' => "<big>'''Your user name or IP address has been blocked.'''</big>
746
747 The block was made by $1. The reason given is ''$2''.
748
749 You can contact $1 or another [[{{ns:project}}:Administrators|administrator]] to discuss the block.
750 You cannot use the 'email this user' feature unless a valid email address is specified in your
751 [[Special:Preferences|account preferences]]. Your current IP address is $3. Please include this in any queries.",
752 'blockedoriginalsource' => "The source of '''$1''' is shown below:",
753 'blockededitsource' => "The text of '''your edits''' to '''$1''' is shown below:",
754 'whitelistedittitle' => 'Login required to edit',
755 'whitelistedittext' => 'You have to $1 to edit pages.',
756 'whitelistreadtitle' => 'Login required to read',
757 'whitelistreadtext' => 'You have to [[Special:Userlogin|login]] to read pages.',
758 'whitelistacctitle' => 'You are not allowed to create an account',
759 'whitelistacctext' => 'To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.',
760 'confirmedittitle' => 'E-mail confirmation required to edit',
761 'confirmedittext' => 'You must confirm your e-mail address before editing pages. Please set and validate your e-mail address through your [[Special:Preferences|user preferences]].',
762 'loginreqtitle' => 'Login Required',
763 'loginreqlink' => 'log in',
764 'loginreqpagetext' => 'You must $1 to view other pages.',
765 'accmailtitle' => 'Password sent.',
766 'accmailtext' => 'The password for "$1" has been sent to $2.',
767 'newarticle' => '(New)',
768 'newarticletext' =>
769 "You've followed a link to a page that doesn't exist yet.
770 To create the page, start typing in the box below
771 (see the [[{{ns:help}}:Contents|help page]] for more info).
772 If you are here by mistake, just click your browser's '''back''' button.",
773 'newarticletextanon' => '{{int:newarticletext}}',
774 'talkpagetext' => '<!-- MediaWiki:talkpagetext -->',
775 '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.''",
776 'noarticletext' => 'There is currently no text in this page, you can [[{{ns:special}}:Search/{{PAGENAME}}|search for this page title]] in other pages or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page].',
777 'noarticletextanon' => '{{int:noarticletext}}',
778 'clearyourcache' => "'''Note:''' After saving, you may have to bypass your browser's cache to see the changes. '''Mozilla / Firefox / Safari:''' hold down ''Shift'' while clicking ''Reload'', or press ''Ctrl-Shift-R'' (''Cmd-Shift-R'' on Apple Mac); '''IE:''' hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5''; '''Konqueror:''': simply click the ''Reload'' button, or press ''F5''; '''Opera''' users may need to completely clear their cache in ''Tools→Preferences''.",
779 'usercssjsyoucanpreview' => '<strong>Tip:</strong> Use the \'Show preview\' button to test your new CSS/JS before saving.',
780 'usercsspreview' => '\'\'\'Remember that you are only previewing your user CSS, it has not yet been saved!\'\'\'',
781 'userjspreview' => '\'\'\'Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!\'\'\'',
782 'userinvalidcssjstitle' => "'''Warning:''' There is no skin \"$1\". Remember that custom .css and .js pages use a lowercase title, e.g. User:Foo/monobook.css as opposed to User:Foo/Monobook.css.",
783 'updated' => '(Updated)',
784 'note' => '<strong>Note:</strong>',
785 'previewnote' => '<strong>This is only a preview; changes have not yet been saved!</strong>',
786 'session_fail_preview' => '<strong>Sorry! We could not process your edit due to a loss of session data.
787 Please try again. If it still doesn\'t work, try logging out and logging back in.</strong>',
788 'previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.',
789 'session_fail_preview_html' => '<strong>Sorry! We could not process your edit due to a loss of session data.</strong>
790
791 \'\'Because this wiki has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.\'\'
792
793 <strong>If this is a legitimate edit attempt, please try again. If it still doesn\'t work, try logging out and logging back in.</strong>',
794 'importing' => 'Importing $1',
795 'editing' => 'Editing $1',
796 'editingsection' => 'Editing $1 (section)',
797 'editingcomment' => 'Editing $1 (comment)',
798 'editconflict' => 'Edit conflict: $1',
799 'explainconflict' => 'Someone else has changed this page since you started editing it.
800 The upper text area contains the page text as it currently exists.
801 Your changes are shown in the lower text area.
802 You will have to merge your changes into the existing text.
803 <b>Only</b> the text in the upper text area will be saved when you
804 press "Save page".<br />',
805 'yourtext' => 'Your text',
806 'storedversion' => 'Stored version',
807 'nonunicodebrowser' => "<strong>WARNING: Your browser is not unicode compliant. A workaround is in place to allow you to safely edit articles: non-ASCII characters will appear in the edit box as hexadecimal codes.</strong>",
808 'editingold' => "<strong>WARNING: You are editing an out-of-date
809 revision of this page.
810 If you save it, any changes made since this revision will be lost.</strong>",
811 'yourdiff' => 'Differences',
812 'copyrightwarning' => 'Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). If you don\'t want your writing to be edited mercilessly and redistributed at will, then don\'t submit it here.<br />
813 You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
814 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>',
815 'copyrightwarning2' => 'Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don\'t want your writing to be edited mercilessly, then don\'t submit it here.<br />
816 You are also promising us that you wrote this yourself, or copied it from a
817 public domain or similar free resource (see $1 for details).
818 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>',
819 'longpagewarning' => "<strong>WARNING: This page is $1 kilobytes long; some
820 browsers may have problems editing pages approaching or longer than 32kb.
821 Please consider breaking the page into smaller sections.</strong>",
822 'longpageerror' => "<strong>ERROR: The text you have submitted is $1 kilobytes
823 long, which is longer than the maximum of $2 kilobytes. It cannot be saved.</strong>",
824 'readonlywarning' => '<strong>WARNING: The database has been locked for maintenance,
825 so you will not be able to save your edits right now. You may wish to cut-n-paste
826 the text into a text file and save it for later.</strong>',
827 'protectedpagewarning' => "<strong>WARNING: This page has been locked so that only users with sysop privileges can edit it.</strong>",
828 'semiprotectedpagewarning' => "'''Note:''' This page has been locked so that only registered users can edit it.",
829 'templatesused' => 'Templates used on this page:',
830 'edittools' => '<!-- Text here will be shown below edit and upload forms. -->',
831 'nocreatetitle' => 'Page creation limited',
832 'nocreatetext' => 'This site has restricted the ability to create new pages.
833 You can go back and edit an existing page, or [[Special:Userlogin|log in or create an account]].',
834 'cantcreateaccounttitle' => 'Can\'t create account',
835 'cantcreateaccounttext' => 'Account creation from this IP address (<b>$1</b>) has been blocked.
836 This is probably due to persistent vandalism from your school or Internet service
837 provider. ',
838
839 # History pages
840 #
841 'revhistory' => 'Revision history',
842 'viewpagelogs' => 'View logs for this page',
843 'nohistory' => 'There is no edit history for this page.',
844 'revnotfound' => 'Revision not found',
845 'revnotfoundtext' => "The old revision of the page you asked for could not be found.
846 Please check the URL you used to access this page.",
847 'loadhist' => 'Loading page history',
848 'currentrev' => 'Current revision',
849 'revisionasof' => 'Revision as of $1',
850 'old-revision-navigation' => 'Revision as of $1; $5<br />($6) $3 | $2 | $4 ($7)',
851 'previousrevision' => '←Older revision',
852 'nextrevision' => 'Newer revision→',
853 'currentrevisionlink' => 'Current revision',
854 'cur' => 'cur',
855 'next' => 'next',
856 'last' => 'last',
857 'orig' => 'orig',
858 'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
859 Legend: (cur) = difference with current version,
860 (last) = difference with preceding version, M = minor edit.',
861 'history_copyright' => '-',
862 'deletedrev' => '[deleted]',
863 'histfirst' => 'Earliest',
864 'histlast' => 'Latest',
865 'rev-deleted-comment' => '(comment removed)',
866 'rev-deleted-user' => '(username removed)',
867 'rev-deleted-text-permission' => '<div class="mw-warning plainlinks">
868 This page revision has been removed from the public archives.
869 There may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} deletion log].
870 </div>',
871 'rev-deleted-text-view' => '<div class="mw-warning plainlinks">
872 This page revision has been removed from the public archives.
873 As an administrator on this site you can view it;
874 there may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} deletion log].
875 </div>',
876 #'rev-delundel' => 'del/undel',
877 'rev-delundel' => 'show/hide',
878
879 'history-feed-title' => 'Revision history',
880 'history-feed-description' => 'Revision history for this page on the wiki',
881 'history-feed-item-nocomment' => '$1 at $2', # user at time
882 'history-feed-empty' => 'The requested page doesn\'t exist.
883 It may have been deleted from the wiki, or renamed.
884 Try [[Special:Search|searching on the wiki]] for relevant new pages.',
885
886 # Revision deletion
887 #
888 'revisiondelete' => 'Delete/undelete revisions',
889 'revdelete-selected' => 'Selected revision of [[:$1]]:',
890 'revdelete-text' => "Deleted revisions will still appear in the page history,
891 but their text contents will be inaccessible to the public.
892
893 Other admins on this wiki will still be able to access the hidden content and can
894 undelete it again through this same interface, unless an additional restriction
895 is placed by the site operators.",
896 'revdelete-legend' => 'Set revision restrictions:',
897 'revdelete-hide-text' => 'Hide revision text',
898 'revdelete-hide-comment' => 'Hide edit comment',
899 'revdelete-hide-user' => 'Hide editor\'s username/IP',
900 'revdelete-hide-restricted' => 'Apply these restrictions to sysops as well as others',
901 'revdelete-log' => 'Log comment:',
902 'revdelete-submit' => 'Apply to selected revision',
903 'revdelete-logentry' => 'changed revision visibility for [[$1]]',
904
905 # Diffs
906 #
907 'difference' => '(Difference between revisions)',
908 'loadingrev' => 'loading revision for diff',
909 'lineno' => "Line $1:",
910 'editcurrent' => 'Edit the current version of this page',
911 'selectnewerversionfordiff' => 'Select a newer version for comparison',
912 'selectolderversionfordiff' => 'Select an older version for comparison',
913 'compareselectedversions' => 'Compare selected versions',
914
915 # Search results
916 #
917 'searchresults' => 'Search results',
918 'searchresulttext' => "For more information about searching {{SITENAME}}, see [[{{ns:project}}:Searching|Searching {{SITENAME}}]].",
919 'searchsubtitle' => "You searched for '''[[:$1]]'''",
920 'searchsubtitleinvalid' => "You searched for '''$1'''",
921 'badquery' => 'Badly formed search query',
922 'badquerytext' => 'We could not process your query.
923 This is probably because you have attempted to search for a
924 word fewer than three letters long, which is not yet supported.
925 It could also be that you have mistyped the expression, for
926 example "fish and and scales".
927 Please try another query.',
928 'matchtotals' => "The query \"$1\" matched $2 page titles
929 and the text of $3 pages.",
930 'noexactmatch' => "'''There is no page titled \"$1\".''' You can [[:$1|create this page]].",
931 'titlematches' => 'Article title matches',
932 'notitlematches' => 'No page title matches',
933 'textmatches' => 'Page text matches',
934 'notextmatches' => 'No page text matches',
935 'prevn' => "previous $1",
936 'nextn' => "next $1",
937 'viewprevnext' => "View ($1) ($2) ($3).",
938 'showingresults' => "Showing below up to <b>$1</b> results starting with #<b>$2</b>.",
939 'showingresultsnum' => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
940 'nonefound' => "'''Note''': Unsuccessful searches are
941 often caused by searching for common words like \"have\" and \"from\",
942 which are not indexed, or by specifying more than one search term (only pages
943 containing all of the search terms will appear in the result).",
944 'powersearch' => 'Search',
945 'powersearchtext' => "Search in namespaces:<br />$1<br />$2 List redirects<br />Search for $3 $9",
946 'searchdisabled' => '{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.',
947
948 'googlesearch' => '
949 <form method="get" action="http://www.google.com/search" id="googlesearch">
950 <input type="hidden" name="domains" value="{{SERVER}}" />
951 <input type="hidden" name="num" value="50" />
952 <input type="hidden" name="ie" value="$2" />
953 <input type="hidden" name="oe" value="$2" />
954
955 <input type="text" name="q" size="31" maxlength="255" value="$1" />
956 <input type="submit" name="btnG" value="$3" />
957 <div>
958 <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label>
959 <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
960 </div>
961 </form>',
962 'blanknamespace' => '(Main)',
963
964 # Preferences page
965 #
966 'preferences' => 'Preferences',
967 'prefsnologin' => 'Not logged in',
968 'prefsnologintext' => "You must be [[Special:Userlogin|logged in]] to set user preferences.",
969 'prefsreset' => 'Preferences have been reset from storage.',
970 'qbsettings' => 'Quickbar',
971 'changepassword' => 'Change password',
972 'skin' => 'Skin',
973 'math' => 'Math',
974 'dateformat' => 'Date format',
975 'datedefault' => 'No preference',
976 'datetime' => 'Date and time',
977 'math_failure' => 'Failed to parse',
978 'math_unknown_error' => 'unknown error',
979 'math_unknown_function' => 'unknown function',
980 'math_lexing_error' => 'lexing error',
981 'math_syntax_error' => 'syntax error',
982 'math_image_error' => 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert',
983 'math_bad_tmpdir' => 'Can\'t write to or create math temp directory',
984 'math_bad_output' => 'Can\'t write to or create math output directory',
985 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
986 'prefs-personal' => 'User profile',
987 'prefs-rc' => 'Recent changes',
988 'prefs-watchlist' => 'Watchlist',
989 'prefs-watchlist-days' => 'Number of days to show in watchlist:',
990 'prefs-watchlist-edits' => 'Number of edits to show in expanded watchlist:',
991 'prefs-misc' => 'Misc',
992 'saveprefs' => 'Save',
993 'resetprefs' => 'Reset',
994 'oldpassword' => 'Old password:',
995 'newpassword' => 'New password:',
996 'retypenew' => 'Retype new password:',
997 'textboxsize' => 'Editing',
998 'rows' => 'Rows:',
999 'columns' => 'Columns:',
1000 'searchresultshead' => 'Search',
1001 'resultsperpage' => 'Hits per page:',
1002 'contextlines' => 'Lines per hit:',
1003 'contextchars' => 'Context per line:',
1004 'stubthreshold' => 'Threshold for stub display:',
1005 'recentchangescount' => 'Titles in recent changes:',
1006 'savedprefs' => 'Your preferences have been saved.',
1007 'timezonelegend' => 'Time zone',
1008 'timezonetext' => 'The number of hours your local time differs from server time (UTC).',
1009 'localtime' => 'Local time',
1010 'timezoneoffset' => 'Offset¹',
1011 'servertime' => 'Server time',
1012 'guesstimezone' => 'Fill in from browser',
1013 'allowemail' => 'Enable e-mail from other users',
1014 'defaultns' => 'Search in these namespaces by default:',
1015 'default' => 'default',
1016 'files' => 'Files',
1017
1018 # User rights
1019 'userrights-lookup-user' => 'Manage user groups',
1020 'userrights-user-editname' => 'Enter a username:',
1021 'editusergroup' => 'Edit User Groups',
1022
1023 'userrights-editusergroup' => 'Edit user groups',
1024 'saveusergroups' => 'Save User Groups',
1025 'userrights-groupsmember' => 'Member of:',
1026 'userrights-groupsavailable' => 'Available groups:',
1027 'userrights-groupshelp' => 'Select groups you want the user to be removed from or added to.
1028 Unselected groups will not be changed. You can deselect a group with CTRL + Left Click',
1029 'userrights-logcomment' => 'Changed group membership from $1 to $2',
1030
1031 # Groups
1032 'group' => 'Group:',
1033 'group-bot' => 'Bots',
1034 'group-sysop' => 'Sysops',
1035 'group-bureaucrat' => 'Bureaucrats',
1036 'group-steward' => 'Stewards',
1037 'group-all' => '(all)',
1038
1039 'group-bot-member' => 'Bot',
1040 'group-sysop-member' => 'Sysop',
1041 'group-bureaucrat-member' => 'Bureaucrat',
1042 'group-steward-member' => 'Steward',
1043
1044 'grouppage-bot' => '{{ns:project}}:Bots',
1045 'grouppage-sysop' => '{{ns:project}}:Administrators',
1046 'grouppage-bureaucrat' => '{{ns:project}}:Bureaucrats',
1047
1048 # Recent changes
1049 #
1050 'changes' => 'changes',
1051 'recentchanges' => 'Recent changes',
1052 'recentchanges-url' => 'Special:Recentchanges',
1053 'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
1054 'rcnote' => "Below are the last <strong>$1</strong> changes in the last <strong>$2</strong> days, as of $3.",
1055 'rcnotefrom' => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
1056 'rclistfrom' => "Show new changes starting from $1",
1057 'rcshowhideminor' => '$1 minor edits',
1058 'rcshowhidebots' => '$1 bots',
1059 'rcshowhideliu' => '$1 logged-in users',
1060 'rcshowhideanons' => '$1 anonymous users',
1061 'rcshowhidepatr' => '$1 patrolled edits',
1062 'rcshowhidemine' => '$1 my edits',
1063 'rclinks' => "Show last $1 changes in last $2 days<br />$3",
1064 'diff' => 'diff',
1065 'hist' => 'hist',
1066 'hide' => 'Hide',
1067 'show' => 'Show',
1068 'minoreditletter' => 'm',
1069 'newpageletter' => 'N',
1070 'boteditletter' => 'b',
1071 'sectionlink' => '→',
1072 'number_of_watching_users_RCview' => '[$1]',
1073 'number_of_watching_users_pageview' => '[$1 watching user/s]',
1074 'rc_categories' => 'Limit to categories (separate with "|")',
1075 'rc_categories_any' => 'Any',
1076
1077 # Upload
1078 #
1079 'upload' => 'Upload file',
1080 'uploadbtn' => 'Upload file',
1081 'reupload' => 'Re-upload',
1082 'reuploaddesc' => 'Return to the upload form.',
1083 'uploadnologin' => 'Not logged in',
1084 'uploadnologintext' => "You must be [[Special:Userlogin|logged in]]
1085 to upload files.",
1086 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.',
1087 'uploaderror' => 'Upload error',
1088 'uploadtext' => "Use the form below to upload files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
1089
1090 To include the image in a page, use a link in the form
1091 '''<nowiki>[[{{ns:image}}:File.jpg]]</nowiki>''',
1092 '''<nowiki>[[{{ns:image}}:File.png|alt text]]</nowiki>''' or
1093 '''<nowiki>[[{{ns:media}}:File.ogg]]</nowiki>''' for directly linking to the file.",
1094 'uploadlog' => 'upload log',
1095 'uploadlogpage' => 'Upload log',
1096 'uploadlogpagetext' => 'Below is a list of the most recent file uploads.',
1097 'filename' => 'Filename',
1098 'filedesc' => 'Summary',
1099 'fileuploadsummary' => 'Summary:',
1100 'filestatus' => 'Copyright status',
1101 'filesource' => 'Source',
1102 'copyrightpage' => "Project:Copyrights",
1103 'copyrightpagename' => "{{SITENAME}} copyright",
1104 'uploadedfiles' => 'Uploaded files',
1105 'ignorewarning' => 'Ignore warning and save file anyway.',
1106 'ignorewarnings' => 'Ignore any warnings',
1107 'minlength' => 'File names must be at least three letters.',
1108 'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.',
1109 'badfilename' => 'File name has been changed to "$1".',
1110 'badfiletype' => "\".$1\" is not a recommended image file format.",
1111 'largefile' => 'It is recommended that files do not exceed $1 bytes in size; this file is $2 bytes',
1112 'largefileserver' => 'This file is bigger than the server is configured to allow.',
1113 '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.',
1114 'fileexists' => 'A file with this name exists already, please check $1 if you are not sure if you want to change it.',
1115 'fileexists-forbidden' => 'A file with this name exists already; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]',
1116 'fileexists-shared-forbidden' => 'A file with this name exists already in the shared file repository; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]',
1117 'successfulupload' => 'Successful upload',
1118 'fileuploaded' => "File $1 uploaded successfully.
1119 Please follow this link: $2 to the description page and fill
1120 in information about the file, such as where it came from, when it was
1121 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>",
1122 'uploadwarning' => 'Upload warning',
1123 'savefile' => 'Save file',
1124 'uploadedimage' => "uploaded \"[[$1]]\"",
1125 'uploaddisabled' => 'Uploads disabled',
1126 'uploaddisabledtext' => 'File uploads are disabled on this wiki.',
1127 'uploadscripted' => 'This file contains HTML or script code that may be erroneously be interpreted by a web browser.',
1128 'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. Please check the file and upload again.',
1129 'uploadvirus' => 'The file contains a virus! Details: $1',
1130 'sourcefilename' => 'Source filename',
1131 'destfilename' => 'Destination filename',
1132 'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted. You should check the $1 before proceeding to upload it again.',
1133
1134 'license' => 'Licensing',
1135 'nolicense' => 'None selected',
1136 'licenses' => '-', # Don't duplicate this in translations
1137
1138 # Image list
1139 #
1140 'imagelist' => 'File list',
1141 'imagelisttext' => "Below is a list of '''$1''' {{plural:$1|file|files}} sorted $2.",
1142 'imagelistforuser' => "This shows only images uploaded by $1.",
1143 'getimagelist' => 'fetching file list',
1144 'ilsubmit' => 'Search',
1145 'showlast' => 'Show last $1 files sorted $2.',
1146 'byname' => 'by name',
1147 'bydate' => 'by date',
1148 'bysize' => 'by size',
1149 'imgdelete' => 'del',
1150 'imgdesc' => 'desc',
1151 'imglegend' => 'Legend: (desc) = show/edit file description.',
1152 'imghistory' => 'File history',
1153 'revertimg' => 'rev',
1154 'deleteimg' => 'del',
1155 'deleteimgcompletely' => 'Delete all revisions of this file',
1156 'imghistlegend' => 'Legend: (cur) = this is the current file, (del) = delete
1157 this old version, (rev) = revert to this old version.
1158 <br /><i>Click on date to see the file uploaded on that date</i>.',
1159 'imagelinks' => 'Links',
1160 'linkstoimage' => 'The following pages link to this file:',
1161 'nolinkstoimage' => 'There are no pages that link to this file.',
1162 'sharedupload' => 'This file is a shared upload and may be used by other projects.',
1163 'shareduploadwiki' => 'Please see the $1 for further information.',
1164 'shareduploadwiki-linktext' => 'file description page',
1165 'shareddescriptionfollows' => '-',
1166 'noimage' => 'No file by this name exists, you can $1.',
1167 'noimage-linktext' => 'upload it',
1168 'uploadnewversion-linktext' => 'Upload a new version of this file',
1169
1170 # Mime search
1171 #
1172 'mimesearch' => 'MIME search',
1173 'mimetype' => 'MIME type:',
1174 'download' => 'download',
1175
1176 # Unwatchedpages
1177 #
1178 'unwatchedpages' => 'Unwatched pages',
1179
1180 # List redirects
1181 'listredirects' => 'List redirects',
1182
1183 # Unused templates
1184 'unusedtemplates' => 'Unused templates',
1185 'unusedtemplatestext' => 'This page lists all pages in the template namespace which are not included in another page. Remember to check for other links to the templates before deleting them.',
1186 'unusedtemplateswlh' => 'other links',
1187
1188 # Random redirect
1189 'randomredirect' => 'Random redirect',
1190
1191 # Statistics
1192 #
1193 'statistics' => 'Statistics',
1194 'sitestats' => '{{SITENAME}} statistics',
1195 'userstats' => 'User statistics',
1196 'sitestatstext' => "There are '''$1''' total pages in the database.
1197 This includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"
1198 pages, redirects, and others that probably don't qualify as content pages.
1199 Excluding those, there are '''$2''' pages that are probably legitimate
1200 content pages.
1201
1202 '''$8''' files have been uploaded.
1203
1204 There have been a total of '''$3''' page views, and '''$4''' page edits
1205 since the wiki was setup.
1206 That comes to '''$5''' average edits per page, and '''$6''' views per edit.
1207
1208 The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7'''.",
1209 'userstatstext' => "There are '''$1''' registered users, of which
1210 '''$2''' (or '''$4%''') are administrators (see $3).",
1211 'statistics-mostpopular' => 'Most viewed pages',
1212
1213 'disambiguations' => 'Disambiguation pages',
1214 'disambiguationspage' => 'Template:disambig',
1215 '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 disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.",
1216
1217 'doubleredirects' => 'Double redirects',
1218 'doubleredirectstext' => "Each 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.",
1219
1220 'brokenredirects' => 'Broken redirects',
1221 'brokenredirectstext' => 'The following redirects link to non-existent pages:',
1222
1223
1224 # Miscellaneous special pages
1225 #
1226 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
1227 'ncategories' => '$1 {{PLURAL:$1|category|categories}}',
1228 'nlinks' => '$1 {{PLURAL:$1|link|links}}',
1229 'nmembers' => '$1 {{PLURAL:$1|member|members}}',
1230 'nrevisions' => '$1 {{PLURAL:$1|revision|revisions}}',
1231 'nviews' => '$1 {{PLURAL:$1|view|views}}',
1232
1233 'lonelypages' => 'Orphaned pages',
1234 'uncategorizedpages' => 'Uncategorized pages',
1235 'uncategorizedcategories' => 'Uncategorized categories',
1236 'uncategorizedimages' => 'Uncategorized images',
1237 'unusedcategories' => 'Unused categories',
1238 'unusedimages' => 'Unused files',
1239 'popularpages' => 'Popular pages',
1240 'wantedcategories' => 'Wanted categories',
1241 'wantedpages' => 'Wanted pages',
1242 'mostlinked' => 'Most linked to pages',
1243 'mostlinkedcategories' => 'Most linked to categories',
1244 'mostcategories' => 'Articles with the most categories',
1245 'mostimages' => 'Most linked to images',
1246 'mostrevisions' => 'Articles with the most revisions',
1247 'allpages' => 'All pages',
1248 'prefixindex' => 'Prefix index',
1249 'randompage' => 'Random page',
1250 'randompage-url'=> 'Special:Random',
1251 'shortpages' => 'Short pages',
1252 'longpages' => 'Long pages',
1253 'deadendpages' => 'Dead-end pages',
1254 'listusers' => 'User list',
1255 'specialpages' => 'Special pages',
1256 'spheading' => 'Special pages for all users',
1257 'restrictedpheading' => 'Restricted special pages',
1258 'recentchangeslinked' => 'Related changes',
1259 'rclsub' => "(to pages linked from \"$1\")",
1260 'newpages' => 'New pages',
1261 'newpages-username' => 'Username:',
1262 'ancientpages' => 'Oldest pages',
1263 'intl' => 'Interlanguage links',
1264 'move' => 'Move',
1265 'movethispage' => 'Move this page',
1266 'unusedimagestext' => '<p>Please note that other web sites may link to an image with
1267 a direct URL, and so may still be listed here despite being
1268 in active use.</p>',
1269 'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.',
1270
1271 'booksources' => 'Book sources',
1272 'categoriespagetext' => 'The following categories exist in the wiki.',
1273 'data' => 'Data',
1274 'userrights' => 'User rights management',
1275 'groups' => 'User groups',
1276
1277 'booksourcetext' => "Below is a list of links to other sites that
1278 sell new and used books, and may also have further information
1279 about books you are looking for.",
1280 'isbn' => 'ISBN',
1281 'rfcurl' => 'http://www.ietf.org/rfc/rfc$1.txt',
1282 'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1',
1283 'alphaindexline' => "$1 to $2",
1284 'version' => 'Version',
1285 'log' => 'Logs',
1286 'alllogstext' => 'Combined display of upload, deletion, protection, blocking, and sysop logs.
1287 You can narrow down the view by selecting a log type, the user name, or the affected page.',
1288 'logempty' => 'No matching items in log.',
1289
1290
1291 # Special:Allpages
1292 'nextpage' => 'Next page ($1)',
1293 'allpagesfrom' => 'Display pages starting at:',
1294 'allarticles' => 'All articles',
1295 'allinnamespace' => 'All pages ($1 namespace)',
1296 'allnotinnamespace' => 'All pages (not in $1 namespace)',
1297 'allpagesprev' => 'Previous',
1298 'allpagesnext' => 'Next',
1299 'allpagessubmit' => 'Go',
1300 'allpagesprefix' => 'Display pages with prefix:',
1301 'allpagesbadtitle' => 'The given page title was invalid or had an inter-language or inter-wiki prefix. It may contain one more characters which cannot be used in titles.',
1302
1303 # E this user
1304 #
1305 'mailnologin' => 'No send address',
1306 'mailnologintext' => "You must be [[Special:Userlogin|logged in]]
1307 and have a valid e-mail address in your [[Special:Preferences|preferences]]
1308 to send e-mail to other users.",
1309 'emailuser' => 'E-mail this user',
1310 'emailpage' => 'E-mail user',
1311 'emailpagetext' => 'If this user has entered a valid e-mail address in
1312 his or her user preferences, the form below will send a single message.
1313 The e-mail address you entered in your user preferences will appear
1314 as the "From" address of the mail, so the recipient will be able
1315 to reply.',
1316 'usermailererror' => 'Mail object returned error:',
1317 'defemailsubject' => "{{SITENAME}} e-mail",
1318 'noemailtitle' => 'No e-mail address',
1319 'noemailtext' => 'This user has not specified a valid e-mail address,
1320 or has chosen not to receive e-mail from other users.',
1321 'emailfrom' => 'From',
1322 'emailto' => 'To',
1323 'emailsubject' => 'Subject',
1324 'emailmessage' => 'Message',
1325 'emailsend' => 'Send',
1326 'emailsent' => 'E-mail sent',
1327 'emailsenttext' => 'Your e-mail message has been sent.',
1328
1329 # Watchlist
1330 'watchlist' => 'My watchlist',
1331 'watchlistfor' => "(for '''$1''')",
1332 'nowatchlist' => 'You have no items on your watchlist.',
1333 'watchlistanontext' => 'Please $1 to view or edit items on your watchlist.',
1334 'watchlistcount' => "'''You have $1 items on your watchlist, including talk pages.'''",
1335 'clearwatchlist' => 'Clear watchlist',
1336 'watchlistcleartext' => 'Are you sure you wish to remove them?',
1337 'watchlistclearbutton' => 'Clear watchlist',
1338 'watchlistcleardone' => 'Your watchlist has been cleared. $1 items were removed.',
1339 'watchnologin' => 'Not logged in',
1340 'watchnologintext' => 'You must be [[Special:Userlogin|logged in]] to modify your watchlist.',
1341 'addedwatch' => 'Added to watchlist',
1342 'addedwatchtext' => "The page \"[[:$1]]\" has been added to your [[Special:Watchlist|watchlist]].
1343 Future changes to this page and its associated Talk page will be listed there,
1344 and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to
1345 make it easier to pick out.
1346
1347 If you want to remove the page from your watchlist later, click \"Unwatch\" in the sidebar.",
1348 'removedwatch' => 'Removed from watchlist',
1349 'removedwatchtext' => "The page \"[[:$1]]\" has been removed from your watchlist.",
1350 'watch' => 'Watch',
1351 'watchthispage' => 'Watch this page',
1352 'unwatch' => 'Unwatch',
1353 'unwatchthispage' => 'Stop watching',
1354 'notanarticle' => 'Not a content page',
1355 'watchnochange' => 'None of your watched items was edited in the time period displayed.',
1356 'watchdetails' => '* $1 pages watched not counting talk pages
1357 * [[Special:Watchlist/edit|Show and edit complete watchlist]]
1358 * [[Special:Watchlist/clear|Remove all pages]]',
1359 'wlheader-enotif' => "* E-mail notification is enabled.",
1360 'wlheader-showupdated' => "* Pages which have been changed since you last visited them are shown in '''bold'''",
1361 'watchmethod-recent'=> 'checking recent edits for watched pages',
1362 'watchmethod-list' => 'checking watched pages for recent edits',
1363 'removechecked' => 'Remove checked items from watchlist',
1364 'watchlistcontains' => "Your watchlist contains $1 pages.",
1365 'watcheditlist' => 'Here\'s an alphabetical list of your
1366 watched content pages. Check the boxes of pages you want to remove from your watchlist and click the \'remove checked\' button
1367 at the bottom of the screen (deleting a content page also deletes the accompanying talk page and vice versa).',
1368 'removingchecked' => 'Removing requested items from watchlist...',
1369 'couldntremove' => "Couldn't remove item '$1'...",
1370 'iteminvalidname' => "Problem with item '$1', invalid name...",
1371 'wlnote' => 'Below are the last $1 changes in the last <b>$2</b> hours.',
1372 'wlshowlast' => 'Show last $1 hours $2 days $3',
1373 'wlsaved' => 'This is a saved version of your watchlist.',
1374 'wlhideshowown' => '$1 my edits',
1375 'wlhideshowbots' => '$1 bot edits',
1376 'wldone' => 'Done.',
1377
1378 'enotif_mailer' => '{{SITENAME}} Notification Mailer',
1379 'enotif_reset' => 'Mark all pages visited',
1380 'enotif_newpagetext'=> 'This is a new page.',
1381 'changed' => 'changed',
1382 'created' => 'created',
1383 'enotif_subject' => '{{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED by $PAGEEDITOR',
1384 'enotif_lastvisited' => 'See $1 for all changes since your last visit.',
1385 'enotif_body' => 'Dear $WATCHINGUSERNAME,
1386
1387 the {{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED on $PAGEEDITDATE by $PAGEEDITOR, see $PAGETITLE_URL for the current version.
1388
1389 $NEWPAGE
1390
1391 Editor\'s summary: $PAGESUMMARY $PAGEMINOREDIT
1392
1393 Contact the editor:
1394 mail: $PAGEEDITOR_EMAIL
1395 wiki: $PAGEEDITOR_WIKI
1396
1397 There will be no other notifications in case of further changes unless you visit this page. You could also reset the notification flags for all your watched pages on your watchlist.
1398
1399 Your friendly {{SITENAME}} notification system
1400
1401 --
1402 To change your watchlist settings, visit
1403 {{fullurl:{{ns:special}}:Watchlist/edit}}
1404
1405 Feedback and further assistance:
1406 {{fullurl:{{ns:help}}:Contents}}',
1407
1408 # Delete/protect/revert
1409 #
1410 'deletepage' => 'Delete page',
1411 'confirm' => 'Confirm',
1412 'excontent' => "content was: '$1'",
1413 'excontentauthor' => "content was: '$1' (and the only contributor was '$2')",
1414 'exbeforeblank' => "content before blanking was: '$1'",
1415 'exblank' => 'page was empty',
1416 'confirmdelete' => 'Confirm delete',
1417 'deletesub' => "(Deleting \"$1\")",
1418 'historywarning' => 'Warning: The page you are about to delete has a history:',
1419 'confirmdeletetext' => "You are about to permanently delete a page
1420 or image along with all of its history from the database.
1421 Please confirm that you intend to do this, that you understand the
1422 consequences, and that you are doing this in accordance with
1423 [[{{ns:project}}:Policy]].",
1424 'actioncomplete' => 'Action complete',
1425 'deletedtext' => "\"$1\" has been deleted.
1426 See $2 for a record of recent deletions.",
1427 'deletedarticle' => "deleted \"[[$1]]\"",
1428 'dellogpage' => 'Deletion log',
1429 'dellogpagetext' => 'Below is a list of the most recent deletions.',
1430 'deletionlog' => 'deletion log',
1431 'reverted' => 'Reverted to earlier revision',
1432 'deletecomment' => 'Reason for deletion',
1433 'imagereverted' => 'Revert to earlier version was successful.',
1434 'rollback' => 'Roll back edits',
1435 'rollback_short' => 'Rollback',
1436 'rollbacklink' => 'rollback',
1437 'rollbackfailed' => 'Rollback failed',
1438 'cantrollback' => 'Cannot revert edit; last contributor is only author of this page.',
1439 'alreadyrolled' => "Cannot rollback last edit of [[$1]]
1440 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.
1441
1442 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).",
1443 # only shown if there is an edit comment
1444 'editcomment' => "The edit comment was: \"<i>$1</i>\".",
1445 'revertpage' => "Reverted edits by [[Special:Contributions/$2|$2]] ([[User_talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]",
1446 'sessionfailure' => 'There seems to be a problem with your login session;
1447 this action has been canceled as a precaution against session hijacking.
1448 Please hit "back" and reload the page you came from, then try again.',
1449 'protectlogpage' => 'Protection log',
1450 'protectlogtext' => "Below is a list of page locks and unlocks.",
1451 'protectedarticle' => 'protected "[[$1]]"',
1452 'unprotectedarticle' => 'unprotected "[[$1]]"',
1453 'protectsub' => '(Protecting "$1")',
1454 'confirmprotecttext' => 'Do you really want to protect this page?',
1455 'confirmprotect' => 'Confirm protection',
1456 'protectmoveonly' => 'Protect from moves only',
1457 'protectcomment' => 'Reason for protecting',
1458 'unprotectsub' =>"(Unprotecting \"$1\")",
1459 'confirmunprotecttext' => 'Do you really want to unprotect this page?',
1460 'confirmunprotect' => 'Confirm unprotection',
1461 'unprotectcomment' => 'Reason for unprotecting',
1462 'protect-unchain' => 'Unlock move permissions',
1463 'protect-text' => 'You may view and change the protection level here for the page <strong>$1</strong>.',
1464 'protect-viewtext' => 'Your account does not have permission to change
1465 page protection levels. Here are the current settings for the page <strong>$1</strong>:',
1466 'protect-default' => '(default)',
1467 'protect-level-autoconfirmed' => 'Block unregistered users',
1468 'protect-level-sysop' => 'Sysops only',
1469
1470 # restrictions (nouns)
1471 'restriction-edit' => 'Edit',
1472 'restriction-move' => 'Move',
1473
1474
1475 # Undelete
1476 'undelete' => 'View deleted pages',
1477 'undeletepage' => 'View and restore deleted pages',
1478 'viewdeletedpage' => 'View deleted pages',
1479 'undeletepagetext' => 'The following pages have been deleted but are still in the archive and
1480 can be restored. The archive may be periodically cleaned out.',
1481 'undeleteextrahelp' => "To restore the entire page, leave all checkboxes deselected and
1482 click '''''Restore'''''. To perform a selective restoration, check the boxes corresponding to the
1483 revisions to be restored, and click '''''Restore'''''. Clicking '''''Reset''''' will clear the
1484 comment field and all checkboxes.",
1485 'undeletearticle' => 'Restore deleted page',
1486 'undeleterevisions' => "$1 revisions archived",
1487 'undeletehistory' => 'If you restore the page, all revisions will be restored to the history.
1488 If a new page with the same name has been created since the deletion, the restored
1489 revisions will appear in the prior history, and the current revision of the live page
1490 will not be automatically replaced.',
1491 'undeletehistorynoadmin' => 'This article has been deleted. The reason for deletion is
1492 shown in the summary below, along with details of the users who had edited this page
1493 before deletion. The actual text of these deleted revisions is only available to administrators.',
1494 'undeleterevision' => "Deleted revision as of $1",
1495 'undeletebtn' => 'Restore',
1496 'undeletereset' => 'Reset',
1497 'undeletecomment' => 'Comment:',
1498 'undeletedarticle' => "restored \"[[$1]]\"",
1499 'undeletedrevisions' => "$1 revisions restored",
1500 'undeletedrevisions-files' => "$1 revisions and $2 file(s) restored",
1501 'undeletedfiles' => "$1 file(s) restored",
1502 'cannotundelete' => 'Undelete failed; someone else may have undeleted the page first.',
1503 'undeletedpage' => "<big>'''$1 has been restored'''</big>
1504
1505 Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.",
1506
1507 # Namespace form on various pages
1508 'namespace' => 'Namespace:',
1509 'invert' => 'Invert selection',
1510
1511 # Contributions
1512 #
1513 'contributions' => 'User contributions',
1514 'mycontris' => 'My contributions',
1515 'contribsub' => "For $1",
1516 'nocontribs' => 'No changes were found matching these criteria.',
1517 'ucnote' => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
1518 'uclinks' => "View the last $1 changes; view the last $2 days.",
1519 'uctop' => ' (top)' ,
1520 'newbies' => 'newbies',
1521
1522 'sp-newimages-showfrom' => 'Show new images starting from $1',
1523
1524 'sp-contributions-newest' => 'Newest',
1525 'sp-contributions-oldest' => 'Oldest',
1526 'sp-contributions-newer' => 'Newer $1',
1527 'sp-contributions-older' => 'Older $1',
1528 'sp-contributions-newbies-sub' => 'For newbies',
1529
1530
1531 # What links here
1532 #
1533 'whatlinkshere' => 'What links here',
1534 'notargettitle' => 'No target',
1535 'notargettext' => 'You have not specified a target page or user
1536 to perform this function on.',
1537 'linklistsub' => '(List of links)',
1538 'linkshere' => 'The following pages link to here:',
1539 'nolinkshere' => 'No pages link to here.',
1540 'isredirect' => 'redirect page',
1541 'istemplate' => 'inclusion',
1542
1543 # Block/unblock IP
1544 #
1545 'blockip' => 'Block user',
1546 'blockiptext' => "Use the form below to block write access
1547 from a specific IP address or username.
1548 This should be done only only to prevent vandalism, and in
1549 accordance with [[{{ns:project}}:Policy|policy]].
1550 Fill in a specific reason below (for example, citing particular
1551 pages that were vandalized).",
1552 'ipaddress' => 'IP Address',
1553 'ipadressorusername' => 'IP Address or username',
1554 'ipbexpiry' => 'Expiry',
1555 'ipbreason' => 'Reason',
1556 'ipbanononly' => 'Block anonymous users only',
1557 'ipbcreateaccount' => 'Prevent account creation',
1558 'ipbsubmit' => 'Block this user',
1559 'ipbother' => 'Other time',
1560 'ipboptions' => '2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite',
1561 'ipbotheroption' => 'other',
1562 'badipaddress' => 'Invalid IP address',
1563 'blockipsuccesssub' => 'Block succeeded',
1564 'blockipsuccesstext' => '[[{{ns:Special}}:Contributions/$1|$1]] has been blocked.
1565 <br />See [[{{ns:Special}}:Ipblocklist|IP block list]] to review blocks.',
1566 'unblockip' => 'Unblock user',
1567 'unblockiptext' => 'Use the form below to restore write access
1568 to a previously blocked IP address or username.',
1569 'ipusubmit' => 'Unblock this address',
1570 'unblocked' => '[[User:$1|$1]] has been unblocked',
1571 'ipblocklist' => 'List of blocked IP addresses and usernames',
1572 'blocklistline' => "$1, $2 blocked $3 ($4)",
1573 'infiniteblock' => 'infinite',
1574 'expiringblock' => 'expires $1',
1575 'anononlyblock' => 'anon. only',
1576 'createaccountblock' => 'account creation blocked',
1577 'ipblocklistempty' => 'The blocklist is empty.',
1578 'blocklink' => 'block',
1579 'unblocklink' => 'unblock',
1580 'contribslink' => 'contribs',
1581 'autoblocker' => 'Autoblocked because your IP address has been recently used by "[[User:$1|$1]]". The reason given for $1\'s block is: "\'\'\'$2\'\'\'"',
1582 'blocklogpage' => 'Block log',
1583 'blocklogentry' => 'blocked "[[$1]]" with an expiry time of $2',
1584 'blocklogtext' => 'This is a log of user blocking and unblocking actions. Automatically
1585 blocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for
1586 the list of currently operational bans and blocks.',
1587 'unblocklogentry' => 'unblocked $1',
1588 'range_block_disabled' => 'The sysop ability to create range blocks is disabled.',
1589 'ipb_expiry_invalid' => 'Expiry time invalid.',
1590 'ipb_already_blocked' => '"$1" is already blocked',
1591 'ip_range_invalid' => 'Invalid IP range.',
1592 'proxyblocker' => 'Proxy blocker',
1593 'ipb_cant_unblock' => 'Error: Block ID $1 not found. It may have been unblocked already.',
1594 '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.',
1595 'proxyblocksuccess' => 'Done.',
1596 'sorbs' => 'SORBS DNSBL',
1597 'sorbsreason' => 'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL.',
1598 'sorbs_create_account_reason' => 'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. You cannot create an account',
1599
1600
1601 # Developer tools
1602 #
1603 'lockdb' => 'Lock database',
1604 'unlockdb' => 'Unlock database',
1605 'lockdbtext' => 'Locking the database will suspend the ability of all
1606 users to edit pages, change their preferences, edit their watchlists, and
1607 other things requiring changes in the database.
1608 Please confirm that this is what you intend to do, and that you will
1609 unlock the database when your maintenance is done.',
1610 'unlockdbtext' => 'Unlocking the database will restore the ability of all
1611 users to edit pages, change their preferences, edit their watchlists, and
1612 other things requiring changes in the database.
1613 Please confirm that this is what you intend to do.',
1614 'lockconfirm' => 'Yes, I really want to lock the database.',
1615 'unlockconfirm' => 'Yes, I really want to unlock the database.',
1616 'lockbtn' => 'Lock database',
1617 'unlockbtn' => 'Unlock database',
1618 'locknoconfirm' => 'You did not check the confirmation box.',
1619 'lockdbsuccesssub' => 'Database lock succeeded',
1620 'unlockdbsuccesssub' => 'Database lock removed',
1621 'lockdbsuccesstext' => 'The database has been locked.
1622 <br />Remember to [[Special:Unlockdb|remove the lock]] after your maintenance is complete.',
1623 'unlockdbsuccesstext' => 'The database has been unlocked.',
1624 'lockfilenotwritable' => 'The database lock file is not writable. To lock or unlock the database, this needs to be writable by the web server.',
1625 'databasenotlocked' => 'The database is not locked.',
1626
1627 # Make sysop
1628 'makesysoptitle' => 'Make a user into a sysop',
1629 'makesysoptext' => 'This form is used by bureaucrats to turn ordinary users into administrators.
1630 Type the name of the user in the box and press the button to make the user an administrator',
1631 'makesysopname' => 'Name of the user:',
1632 'makesysopsubmit' => 'Make this user into a sysop',
1633 'makesysopok' => "<b>User \"$1\" is now a sysop</b>",
1634 'makesysopfail' => "<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>",
1635 'setbureaucratflag' => 'Set bureaucrat flag',
1636 'setstewardflag' => 'Set steward flag',
1637 'rightslog' => 'User rights log',
1638 'rightslogtext' => 'This is a log of changes to user rights.',
1639 'rightslogentry' => 'changed group membership for $1 from $2 to $3',
1640 'rights' => 'Rights:',
1641 'set_user_rights' => 'Set user rights',
1642 'user_rights_set' => "<b>User rights for \"$1\" updated</b>",
1643 'set_rights_fail' => "<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>",
1644 'makesysop' => 'Make a user into a sysop',
1645 'already_sysop' => 'This user is already an administrator',
1646 'already_bureaucrat' => 'This user is already a bureaucrat',
1647 'already_steward' => 'This user is already a steward',
1648 'rightsnone' => '(none)',
1649
1650 # Move page
1651 #
1652 'movepage' => 'Move page',
1653 'movepagetext' => 'Using the form below will rename a page, moving all
1654 of its history to the new name.
1655 The old title will become a redirect page to the new title.
1656 Links to the old page title will not be changed; be sure to
1657 check for double or broken redirects.
1658 You are responsible for making sure that links continue to
1659 point where they are supposed to go.
1660
1661 Note that the page will \'\'\'not\'\'\' be moved if there is already
1662 a page at the new title, unless it is empty or a redirect and has no
1663 past edit history. This means that you can rename a page back to where
1664 it was just renamed from if you make a mistake, and you cannot overwrite
1665 an existing page.
1666
1667 <b>WARNING!</b>
1668 This can be a drastic and unexpected change for a popular page;
1669 please be sure you understand the consequences of this before
1670 proceeding.',
1671 'movepagetalktext' => 'The associated talk page will be automatically moved along with it \'\'\'unless:\'\'\'
1672 *A non-empty talk page already exists under the new name, or
1673 *You uncheck the box below.
1674
1675 In those cases, you will have to move or merge the page manually if desired.',
1676 'movearticle' => 'Move page',
1677 'movenologin' => 'Not logged in',
1678 'movenologintext' => "You must be a registered user and [[Special:Userlogin|logged in]]
1679 to move a page.",
1680 'newtitle' => 'To new title',
1681 'movepagebtn' => 'Move page',
1682 'pagemovedsub' => 'Move succeeded',
1683 'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".",
1684 'articleexists' => 'A page of that name already exists, or the
1685 name you have chosen is not valid.
1686 Please choose another name.',
1687 'talkexists' => "'''The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.'''",
1688 'movedto' => 'moved to',
1689 'movetalk' => 'Move associated talk page',
1690 'talkpagemoved' => 'The corresponding talk page was also moved.',
1691 'talkpagenotmoved' => 'The corresponding talk page was <strong>not</strong> moved.',
1692 '1movedto2' => '[[$1]] moved to [[$2]]',
1693 '1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect',
1694 'movelogpage' => 'Move log',
1695 'movelogpagetext' => 'Below is a list of page moved.',
1696 'movereason' => 'Reason',
1697 'revertmove' => 'revert',
1698 'delete_and_move' => 'Delete and move',
1699 'delete_and_move_text' =>
1700 '==Deletion required==
1701
1702 The destination article "[[$1]]" already exists. Do you want to delete it to make way for the move?',
1703 'delete_and_move_confirm' => 'Yes, delete the page',
1704 'delete_and_move_reason' => 'Deleted to make way for move',
1705 'selfmove' => "Source and destination titles are the same; can't move a page over itself.",
1706 'immobile_namespace' => "Destination title is of a special type; cannot move pages into that namespace.",
1707
1708 # Export
1709
1710 'export' => 'Export pages',
1711 'exporttext' => 'You can export the text and editing history of a particular page or
1712 set of pages wrapped in some XML. This can be imported into another wiki using MediaWiki
1713 via the Special:Import page.
1714
1715 To export pages, enter the titles in the text box below, one title per line, and
1716 select whether you want the current version as well as all old versions, with the page
1717 history lines, or just the current version with the info about the last edit.
1718
1719 In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/{{int:mainpage}}]] for the page {{int:mainpage}}.',
1720 'exportcuronly' => 'Include only the current revision, not the full history',
1721 'exportnohistory' => "----
1722 '''Note:''' Exporting the full history of pages through this form has been disabled due to performance reasons.",
1723 'export-submit' => 'Export',
1724
1725 # Namespace 8 related
1726
1727 'allmessages' => 'System messages',
1728 'allmessagesname' => 'Name',
1729 'allmessagesdefault' => 'Default text',
1730 'allmessagescurrent' => 'Current text',
1731 'allmessagestext' => 'This is a list of system messages available in the MediaWiki namespace.',
1732 'allmessagesnotsupportedUI' => 'Your current interface language <b>$1</b> is not supported by Special:Allmessages at this site.',
1733 'allmessagesnotsupportedDB' => '\'\'\'Special:Allmessages\'\'\' cannot be used because \'\'\'$wgUseDatabaseMessages\'\'\' is switched off.',
1734 'allmessagesfilter' => 'Message name filter:',
1735 'allmessagesmodified' => 'Show only modified',
1736
1737
1738 # Thumbnails
1739
1740 'thumbnail-more' => 'Enlarge',
1741 'missingimage' => '<b>Missing image</b><br /><i>$1</i>',
1742 'filemissing' => 'File missing',
1743 'thumbnail_error' => 'Error creating thumbnail: $1',
1744
1745 # Special:Import
1746 'import' => 'Import pages',
1747 'importinterwiki' => 'Transwiki import',
1748 'import-interwiki-text' => 'Select a wiki and page title to import.
1749 Revision dates and editors\' names will be preserved.
1750 All transwiki import actions are logged at the [[Special:Log/import|import log]].',
1751 'import-interwiki-history' => 'Copy all history versions for this page',
1752 'import-interwiki-submit' => 'Import',
1753 'import-interwiki-namespace' => 'Transfer pages into namespace:',
1754 'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
1755 'importstart' => "Importing pages...",
1756 'import-revision-count' => '$1 {{PLURAL:$1|revision|revisions}}',
1757 'importnopages' => "No pages to import.",
1758 'importfailed' => "Import failed: $1",
1759 'importunknownsource' => "Unknown import source type",
1760 'importcantopen' => "Couldn't open import file",
1761 'importbadinterwiki' => "Bad interwiki link",
1762 'importnotext' => 'Empty or no text',
1763 'importsuccess' => 'Import succeeded!',
1764 'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)',
1765 'importnosources' => 'No transwiki import sources have been defined and direct history uploads are disabled.',
1766 'importnofile' => 'No import file was uploaded.',
1767 'importuploaderror' => 'Upload of import file failed; perhaps the file is bigger than the allowed upload size.',
1768
1769 # import log
1770 'importlogpage' => 'Import log',
1771 'importlogpagetext' => 'Administrative imports of pages with edit history from other wikis.',
1772 'import-logentry-upload' => 'imported $1 by file upload',
1773 'import-logentry-upload-detail' => '$1 revision(s)',
1774 'import-logentry-interwiki' => 'transwikied $1',
1775 'import-logentry-interwiki-detail' => '$1 revision(s) from $2',
1776
1777
1778 # Keyboard access keys for power users
1779 'accesskey-search' => 'f',
1780 'accesskey-minoredit' => 'i',
1781 'accesskey-save' => 's',
1782 'accesskey-preview' => 'p',
1783 'accesskey-diff' => 'v',
1784 'accesskey-compareselectedversions' => 'v',
1785 'accesskey-watch' => 'w',
1786
1787 # tooltip help for some actions, most are in Monobook.js
1788 'tooltip-search' => 'Search {{SITENAME}} [alt-f]',
1789 'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]',
1790 'tooltip-save' => 'Save your changes [alt-s]',
1791 'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]',
1792 'tooltip-diff' => 'Show which changes you made to the text. [alt-v]',
1793 'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page. [alt-v]',
1794 'tooltip-watch' => 'Add this page to your watchlist [alt-w]',
1795
1796 # stylesheets
1797 'Common.css' => '/** CSS placed here will be applied to all skins */',
1798 'Monobook.css' => '/* CSS placed here will affect users of the Monobook skin */',
1799
1800 # Metadata
1801 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
1802 'nocreativecommons' => 'Creative Commons RDF metadata disabled for this server.',
1803 'notacceptable' => 'The wiki server can\'t provide data in a format your client can read.',
1804
1805 # Attribution
1806
1807 'anonymous' => 'Anonymous user(s) of {{SITENAME}}',
1808 'siteuser' => '{{SITENAME}} user $1',
1809 'lastmodifiedby' => 'This page was last modified $1 by $2.',
1810 'and' => 'and',
1811 'othercontribs' => 'Based on work by $1.',
1812 'others' => 'others',
1813 'siteusers' => '{{SITENAME}} user(s) $1',
1814 'creditspage' => 'Page credits',
1815 'nocredits' => 'There is no credits info available for this page.',
1816
1817 # Spam protection
1818
1819 'spamprotectiontitle' => 'Spam protection filter',
1820 'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.',
1821 'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1',
1822 'subcategorycount' => "There {{PLURAL:$1|is one subcategory|are $1 subcategories}} to this category.",
1823 'categoryarticlecount' => "There {{PLURAL:$1|is one article|are $1 articles}} in this category.",
1824 'listingcontinuesabbrev' => " cont.",
1825 'spambot_username' => 'MediaWiki spam cleanup',
1826 'spam_reverting' => 'Reverting to last version not containing links to $1',
1827 'spam_blanking' => 'All revisions contained links to $1, blanking',
1828
1829 # Info page
1830 'infosubtitle' => 'Information for page',
1831 'numedits' => 'Number of edits (article): $1',
1832 'numtalkedits' => 'Number of edits (discussion page): $1',
1833 'numwatchers' => 'Number of watchers: $1',
1834 'numauthors' => 'Number of distinct authors (article): $1',
1835 'numtalkauthors' => 'Number of distinct authors (discussion page): $1',
1836
1837 # Math options
1838 'mw_math_png' => 'Always render PNG',
1839 'mw_math_simple' => 'HTML if very simple or else PNG',
1840 'mw_math_html' => 'HTML if possible or else PNG',
1841 'mw_math_source' => 'Leave it as TeX (for text browsers)',
1842 'mw_math_modern' => 'Recommended for modern browsers',
1843 'mw_math_mathml' => 'MathML if possible (experimental)',
1844
1845 # Patrolling
1846 'markaspatrolleddiff' => "Mark as patrolled",
1847 'markaspatrolledlink' => "[$1]",
1848 'markaspatrolledtext' => "Mark this article as patrolled",
1849 'markedaspatrolled' => "Marked as patrolled",
1850 'markedaspatrolledtext' => "The selected revision has been marked as patrolled.",
1851 'rcpatroldisabled' => "Recent Changes Patrol disabled",
1852 'rcpatroldisabledtext' => "The Recent Changes Patrol feature is currently disabled.",
1853 'markedaspatrollederror' => "Cannot mark as patrolled",
1854 'markedaspatrollederrortext' => "You need to specify a revision to mark as patrolled.",
1855
1856 # Monobook.js: tooltips and access keys for monobook
1857 'Monobook.js' => '/* tooltips and access keys */
1858 var ta = new Object();
1859 ta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');
1860 ta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');
1861 ta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');
1862 ta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');
1863 ta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');
1864 ta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');
1865 ta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');
1866 ta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
1867 ta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
1868 ta[\'pt-logout\'] = new Array(\'o\',\'Log out\');
1869 ta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');
1870 ta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');
1871 ta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');
1872 ta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');
1873 ta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');
1874 ta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');
1875 ta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');
1876 ta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');
1877 ta[\'ca-move\'] = new Array(\'m\',\'Move this page\');
1878 ta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');
1879 ta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');
1880 ta[\'search\'] = new Array(\'f\',\'Search this wiki\');
1881 ta[\'p-logo\'] = new Array(\'\',\'Main Page\');
1882 ta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');
1883 ta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');
1884 ta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');
1885 ta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');
1886 ta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');
1887 ta[\'n-help\'] = new Array(\'\',\'The place to find out.\');
1888 ta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');
1889 ta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');
1890 ta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');
1891 ta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');
1892 ta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');
1893 ta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');
1894 ta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');
1895 ta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');
1896 ta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');
1897 ta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');
1898 ta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');
1899 ta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');
1900 ta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');
1901 ta[\'ca-nstab-project\'] = new Array(\'a\',\'View the project page\');
1902 ta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');
1903 ta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');
1904 ta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');
1905 ta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');
1906 ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');',
1907
1908 # image deletion
1909 'deletedrevision' => 'Deleted old revision $1.',
1910
1911 # browsing diffs
1912 'previousdiff' => '← Previous diff',
1913 'nextdiff' => 'Next diff →',
1914
1915 'imagemaxsize' => 'Limit images on image description pages to:',
1916 'thumbsize' => 'Thumbnail size:',
1917 'showbigimage' => 'Download high resolution version ($1x$2, $3 KB)',
1918
1919 'newimages' => 'Gallery of new files',
1920 'showhidebots' => '($1 bots)',
1921 'noimages' => 'Nothing to see.',
1922
1923 # short names for language variants used for language conversion links.
1924 # to disable showing a particular link, set it to 'disable', e.g.
1925 # 'variantname-zh-sg' => 'disable',
1926 'variantname-zh-cn' => 'cn',
1927 'variantname-zh-tw' => 'tw',
1928 'variantname-zh-hk' => 'hk',
1929 'variantname-zh-sg' => 'sg',
1930 'variantname-zh' => 'zh',
1931 # variants for Serbian language
1932 'variantname-sr-ec' => 'sr-ec',
1933 'variantname-sr-el' => 'sr-el',
1934 'variantname-sr-jc' => 'sr-jc',
1935 'variantname-sr-jl' => 'sr-jl',
1936 'variantname-sr' => 'sr',
1937
1938 # labels for User: and Title: on Special:Log pages
1939 'specialloguserlabel' => 'User:',
1940 'speciallogtitlelabel' => 'Title:',
1941
1942 'passwordtooshort' => 'Your password is too short. It must have at least $1 characters.',
1943
1944 # Media Warning
1945 'mediawarning' => '\'\'\'Warning\'\'\': This file may contain malicious code, by executing it your system may be compromised.<hr />',
1946
1947 'fileinfo' => '$1KB, MIME type: <code>$2</code>',
1948
1949 # Metadata
1950 'metadata' => 'Metadata',
1951 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.',
1952 'metadata-expand' => 'Show extended details',
1953 'metadata-collapse' => 'Hide extended details',
1954 'metadata-fields' => 'EXIF metadata fields listed in this message will
1955 be included on image page display when the metadata table
1956 is collapsed. Others will be hidden by default.
1957 * make
1958 * model
1959 * datetimeoriginal
1960 * exposuretime
1961 * fnumber
1962 * focallength',
1963
1964 # Exif tags
1965 'exif-imagewidth' =>'Width',
1966 'exif-imagelength' =>'Height',
1967 'exif-bitspersample' =>'Bits per component',
1968 'exif-compression' =>'Compression scheme',
1969 'exif-photometricinterpretation' =>'Pixel composition',
1970 'exif-orientation' =>'Orientation',
1971 'exif-samplesperpixel' =>'Number of components',
1972 'exif-planarconfiguration' =>'Data arrangement',
1973 'exif-ycbcrsubsampling' =>'Subsampling ratio of Y to C',
1974 'exif-ycbcrpositioning' =>'Y and C positioning',
1975 'exif-xresolution' =>'Horizontal resolution',
1976 'exif-yresolution' =>'Vertical resolution',
1977 'exif-resolutionunit' =>'Unit of X and Y resolution',
1978 'exif-stripoffsets' =>'Image data location',
1979 'exif-rowsperstrip' =>'Number of rows per strip',
1980 'exif-stripbytecounts' =>'Bytes per compressed strip',
1981 'exif-jpeginterchangeformat' =>'Offset to JPEG SOI',
1982 'exif-jpeginterchangeformatlength' =>'Bytes of JPEG data',
1983 'exif-transferfunction' =>'Transfer function',
1984 'exif-whitepoint' =>'White point chromaticity',
1985 'exif-primarychromaticities' =>'Chromaticities of primarities',
1986 'exif-ycbcrcoefficients' =>'Color space transformation matrix coefficients',
1987 'exif-referenceblackwhite' =>'Pair of black and white reference values',
1988 'exif-datetime' =>'File change date and time',
1989 'exif-imagedescription' =>'Image title',
1990 'exif-make' =>'Camera manufacturer',
1991 'exif-model' =>'Camera model',
1992 'exif-software' =>'Software used',
1993 'exif-artist' =>'Author',
1994 'exif-copyright' =>'Copyright holder',
1995 'exif-exifversion' =>'Exif version',
1996 'exif-flashpixversion' =>'Supported Flashpix version',
1997 'exif-colorspace' =>'Color space',
1998 'exif-componentsconfiguration' =>'Meaning of each component',
1999 'exif-compressedbitsperpixel' =>'Image compression mode',
2000 'exif-pixelydimension' =>'Valid image width',
2001 'exif-pixelxdimension' =>'Valid image height',
2002 'exif-makernote' =>'Manufacturer notes',
2003 'exif-usercomment' =>'User comments',
2004 'exif-relatedsoundfile' =>'Related audio file',
2005 'exif-datetimeoriginal' =>'Date and time of data generation',
2006 'exif-datetimedigitized' =>'Date and time of digitizing',
2007 'exif-subsectime' =>'DateTime subseconds',
2008 'exif-subsectimeoriginal' =>'DateTimeOriginal subseconds',
2009 'exif-subsectimedigitized' =>'DateTimeDigitized subseconds',
2010 'exif-exposuretime' =>'Exposure time',
2011 'exif-exposuretime-format' => '$1 sec ($2)',
2012 'exif-fnumber' =>'F Number',
2013 'exif-fnumber-format' =>'f/$1',
2014 'exif-exposureprogram' =>'Exposure Program',
2015 'exif-spectralsensitivity' =>'Spectral sensitivity',
2016 'exif-isospeedratings' =>'ISO speed rating',
2017 'exif-oecf' =>'Optoelectronic conversion factor',
2018 'exif-shutterspeedvalue' =>'Shutter speed',
2019 'exif-aperturevalue' =>'Aperture',
2020 'exif-brightnessvalue' =>'Brightness',
2021 'exif-exposurebiasvalue' =>'Exposure bias',
2022 'exif-maxaperturevalue' =>'Maximum land aperture',
2023 'exif-subjectdistance' =>'Subject distance',
2024 'exif-meteringmode' =>'Metering mode',
2025 'exif-lightsource' =>'Light source',
2026 'exif-flash' =>'Flash',
2027 'exif-focallength' =>'Lens focal length',
2028 'exif-focallength-format' =>'$1 mm',
2029 'exif-subjectarea' =>'Subject area',
2030 'exif-flashenergy' =>'Flash energy',
2031 'exif-spatialfrequencyresponse' =>'Spatial frequency response',
2032 'exif-focalplanexresolution' =>'Focal plane X resolution',
2033 'exif-focalplaneyresolution' =>'Focal plane Y resolution',
2034 'exif-focalplaneresolutionunit' =>'Focal plane resolution unit',
2035 'exif-subjectlocation' =>'Subject location',
2036 'exif-exposureindex' =>'Exposure index',
2037 'exif-sensingmethod' =>'Sensing method',
2038 'exif-filesource' =>'File source',
2039 'exif-scenetype' =>'Scene type',
2040 'exif-cfapattern' =>'CFA pattern',
2041 'exif-customrendered' =>'Custom image processing',
2042 'exif-exposuremode' =>'Exposure mode',
2043 'exif-whitebalance' =>'White Balance',
2044 'exif-digitalzoomratio' =>'Digital zoom ratio',
2045 'exif-focallengthin35mmfilm' =>'Focal length in 35 mm film',
2046 'exif-scenecapturetype' =>'Scene capture type',
2047 'exif-gaincontrol' =>'Scene control',
2048 'exif-contrast' =>'Contrast',
2049 'exif-saturation' =>'Saturation',
2050 'exif-sharpness' =>'Sharpness',
2051 'exif-devicesettingdescription' =>'Device settings description',
2052 'exif-subjectdistancerange' =>'Subject distance range',
2053 'exif-imageuniqueid' =>'Unique image ID',
2054 'exif-gpsversionid' =>'GPS tag version',
2055 'exif-gpslatituderef' =>'North or South Latitude',
2056 'exif-gpslatitude' =>'Latitude',
2057 'exif-gpslongituderef' =>'East or West Longitude',
2058 'exif-gpslongitude' =>'Longitude',
2059 'exif-gpsaltituderef' =>'Altitude reference',
2060 'exif-gpsaltitude' =>'Altitude',
2061 'exif-gpstimestamp' =>'GPS time (atomic clock)',
2062 'exif-gpssatellites' =>'Satellites used for measurement',
2063 'exif-gpsstatus' =>'Receiver status',
2064 'exif-gpsmeasuremode' =>'Measurement mode',
2065 'exif-gpsdop' =>'Measurement precision',
2066 'exif-gpsspeedref' =>'Speed unit',
2067 'exif-gpsspeed' =>'Speed of GPS receiver',
2068 'exif-gpstrackref' =>'Reference for direction of movement',
2069 'exif-gpstrack' =>'Direction of movement',
2070 'exif-gpsimgdirectionref' =>'Reference for direction of image',
2071 'exif-gpsimgdirection' =>'Direction of image',
2072 'exif-gpsmapdatum' =>'Geodetic survey data used',
2073 'exif-gpsdestlatituderef' =>'Reference for latitude of destination',
2074 'exif-gpsdestlatitude' =>'Latitude destination',
2075 'exif-gpsdestlongituderef' =>'Reference for longitude of destination',
2076 'exif-gpsdestlongitude' =>'Longitude of destination',
2077 'exif-gpsdestbearingref' =>'Reference for bearing of destination',
2078 'exif-gpsdestbearing' =>'Bearing of destination',
2079 'exif-gpsdestdistanceref' =>'Reference for distance to destination',
2080 'exif-gpsdestdistance' =>'Distance to destination',
2081 'exif-gpsprocessingmethod' =>'Name of GPS processing method',
2082 'exif-gpsareainformation' =>'Name of GPS area',
2083 'exif-gpsdatestamp' =>'GPS date',
2084 'exif-gpsdifferential' =>'GPS differential correction',
2085
2086 # Make & model, can be wikified in order to link to the camera and model name
2087
2088 'exif-make-value' => '$1',
2089 'exif-model-value' =>'$1',
2090 'exif-software-value' => '$1',
2091
2092 # Exif attributes
2093
2094 'exif-compression-1' => 'Uncompressed',
2095 'exif-compression-6' => 'JPEG',
2096
2097 'exif-photometricinterpretation-2' => 'RGB',
2098 'exif-photometricinterpretation-6' => 'YCbCr',
2099
2100 'exif-orientation-1' => 'Normal', // 0th row: top; 0th column: left
2101 'exif-orientation-2' => 'Flipped horizontally', // 0th row: top; 0th column: right
2102 'exif-orientation-3' => 'Rotated 180°', // 0th row: bottom; 0th column: right
2103 'exif-orientation-4' => 'Flipped vertically', // 0th row: bottom; 0th column: left
2104 'exif-orientation-5' => 'Rotated 90° CCW and flipped vertically', // 0th row: left; 0th column: top
2105 'exif-orientation-6' => 'Rotated 90° CW', // 0th row: right; 0th column: top
2106 'exif-orientation-7' => 'Rotated 90° CW and flipped vertically', // 0th row: right; 0th column: bottom
2107 'exif-orientation-8' => 'Rotated 90° CCW', // 0th row: left; 0th column: bottom
2108
2109 'exif-planarconfiguration-1' => 'chunky format',
2110 'exif-planarconfiguration-2' => 'planar format',
2111
2112 'exif-xyresolution-i' => '$1 dpi',
2113 'exif-xyresolution-c' => '$1 dpc',
2114
2115 'exif-colorspace-1' => 'sRGB',
2116 'exif-colorspace-ffff.h' => 'FFFF.H',
2117
2118 'exif-componentsconfiguration-0' => 'does not exist',
2119 'exif-componentsconfiguration-1' => 'Y',
2120 'exif-componentsconfiguration-2' => 'Cb',
2121 'exif-componentsconfiguration-3' => 'Cr',
2122 'exif-componentsconfiguration-4' => 'R',
2123 'exif-componentsconfiguration-5' => 'G',
2124 'exif-componentsconfiguration-6' => 'B',
2125
2126 'exif-exposureprogram-0' => 'Not defined',
2127 'exif-exposureprogram-1' => 'Manual',
2128 'exif-exposureprogram-2' => 'Normal program',
2129 'exif-exposureprogram-3' => 'Aperture priority',
2130 'exif-exposureprogram-4' => 'Shutter priority',
2131 'exif-exposureprogram-5' => 'Creative program (biased toward depth of field)',
2132 'exif-exposureprogram-6' => 'Action program (biased toward fast shutter speed)',
2133 'exif-exposureprogram-7' => 'Portrait mode (for closeup photos with the background out of focus)',
2134 'exif-exposureprogram-8' => 'Landscape mode (for landscape photos with the background in focus)',
2135
2136 'exif-subjectdistance-value' => '$1 metres',
2137
2138 'exif-meteringmode-0' => 'Unknown',
2139 'exif-meteringmode-1' => 'Average',
2140 'exif-meteringmode-2' => 'CenterWeightedAverage',
2141 'exif-meteringmode-3' => 'Spot',
2142 'exif-meteringmode-4' => 'MultiSpot',
2143 'exif-meteringmode-5' => 'Pattern',
2144 'exif-meteringmode-6' => 'Partial',
2145 'exif-meteringmode-255' => 'Other',
2146
2147 'exif-lightsource-0' => 'Unknown',
2148 'exif-lightsource-1' => 'Daylight',
2149 'exif-lightsource-2' => 'Fluorescent',
2150 'exif-lightsource-3' => 'Tungsten (incandescent light)',
2151 'exif-lightsource-4' => 'Flash',
2152 'exif-lightsource-9' => 'Fine weather',
2153 'exif-lightsource-10' => 'Cloudy weather',
2154 'exif-lightsource-11' => 'Shade',
2155 'exif-lightsource-12' => 'Daylight fluorescent (D 5700 – 7100K)',
2156 'exif-lightsource-13' => 'Day white fluorescent (N 4600 – 5400K)',
2157 'exif-lightsource-14' => 'Cool white fluorescent (W 3900 – 4500K)',
2158 'exif-lightsource-15' => 'White fluorescent (WW 3200 – 3700K)',
2159 'exif-lightsource-17' => 'Standard light A',
2160 'exif-lightsource-18' => 'Standard light B',
2161 'exif-lightsource-19' => 'Standard light C',
2162 'exif-lightsource-20' => 'D55',
2163 'exif-lightsource-21' => 'D65',
2164 'exif-lightsource-22' => 'D75',
2165 'exif-lightsource-23' => 'D50',
2166 'exif-lightsource-24' => 'ISO studio tungsten',
2167 'exif-lightsource-255' => 'Other light source',
2168
2169 'exif-focalplaneresolutionunit-2' => 'inches',
2170
2171 'exif-sensingmethod-1' => 'Undefined',
2172 'exif-sensingmethod-2' => 'One-chip color area sensor',
2173 'exif-sensingmethod-3' => 'Two-chip color area sensor',
2174 'exif-sensingmethod-4' => 'Three-chip color area sensor',
2175 'exif-sensingmethod-5' => 'Color sequential area sensor',
2176 'exif-sensingmethod-7' => 'Trilinear sensor',
2177 'exif-sensingmethod-8' => 'Color sequential linear sensor',
2178
2179 'exif-filesource-3' => 'DSC',
2180
2181 'exif-scenetype-1' => 'A directly photographed image',
2182
2183 'exif-customrendered-0' => 'Normal process',
2184 'exif-customrendered-1' => 'Custom process',
2185
2186 'exif-exposuremode-0' => 'Auto exposure',
2187 'exif-exposuremode-1' => 'Manual exposure',
2188 'exif-exposuremode-2' => 'Auto bracket',
2189
2190 'exif-whitebalance-0' => 'Auto white balance',
2191 'exif-whitebalance-1' => 'Manual white balance',
2192
2193 'exif-scenecapturetype-0' => 'Standard',
2194 'exif-scenecapturetype-1' => 'Landscape',
2195 'exif-scenecapturetype-2' => 'Portrait',
2196 'exif-scenecapturetype-3' => 'Night scene',
2197
2198 'exif-gaincontrol-0' => 'None',
2199 'exif-gaincontrol-1' => 'Low gain up',
2200 'exif-gaincontrol-2' => 'High gain up',
2201 'exif-gaincontrol-3' => 'Low gain down',
2202 'exif-gaincontrol-4' => 'High gain down',
2203
2204 'exif-contrast-0' => 'Normal',
2205 'exif-contrast-1' => 'Soft',
2206 'exif-contrast-2' => 'Hard',
2207
2208 'exif-saturation-0' => 'Normal',
2209 'exif-saturation-1' => 'Low saturation',
2210 'exif-saturation-2' => 'High saturation',
2211
2212 'exif-sharpness-0' => 'Normal',
2213 'exif-sharpness-1' => 'Soft',
2214 'exif-sharpness-2' => 'Hard',
2215
2216 'exif-subjectdistancerange-0' => 'Unknown',
2217 'exif-subjectdistancerange-1' => 'Macro',
2218 'exif-subjectdistancerange-2' => 'Close view',
2219 'exif-subjectdistancerange-3' => 'Distant view',
2220
2221 // Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef
2222 'exif-gpslatitude-n' => 'North latitude',
2223 'exif-gpslatitude-s' => 'South latitude',
2224
2225 // Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef
2226 'exif-gpslongitude-e' => 'East longitude',
2227 'exif-gpslongitude-w' => 'West longitude',
2228
2229 'exif-gpsstatus-a' => 'Measurement in progress',
2230 'exif-gpsstatus-v' => 'Measurement interoperability',
2231
2232 'exif-gpsmeasuremode-2' => '2-dimensional measurement',
2233 'exif-gpsmeasuremode-3' => '3-dimensional measurement',
2234
2235 // Pseudotags used for GPSSpeedRef and GPSDestDistanceRef
2236 'exif-gpsspeed-k' => 'Kilometres per hour',
2237 'exif-gpsspeed-m' => 'Miles per hour',
2238 'exif-gpsspeed-n' => 'Knots',
2239
2240 // Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef
2241 'exif-gpsdirection-t' => 'True direction',
2242 'exif-gpsdirection-m' => 'Magnetic direction',
2243
2244 # external editor support
2245 'edit-externally' => 'Edit this file using an external application',
2246 'edit-externally-help' => 'See the [http://meta.wikimedia.org/wiki/Help:External_editors setup instructions] for more information.',
2247
2248 # 'all' in various places, this might be different for inflected languages
2249 'recentchangesall' => 'all',
2250 'imagelistall' => 'all',
2251 'watchlistall1' => 'all',
2252 'watchlistall2' => 'all',
2253 'namespacesall' => 'all',
2254
2255 # E-mail address confirmation
2256 'confirmemail' => 'Confirm E-mail address',
2257 'confirmemail_text' => "This wiki requires that you validate your e-mail address
2258 before using e-mail features. Activate the button below to send a confirmation
2259 mail to your address. The mail will include a link containing a code; load the
2260 link in your browser to confirm that your e-mail address is valid.",
2261 'confirmemail_send' => 'Mail a confirmation code',
2262 'confirmemail_sent' => 'Confirmation e-mail sent.',
2263 'confirmemail_sendfailed' => 'Could not send confirmation mail. Check address for invalid characters.',
2264 'confirmemail_invalid' => 'Invalid confirmation code. The code may have expired.',
2265 'confirmemail_needlogin' => 'You need to $1 to confirm your email address.',
2266 'confirmemail_success' => 'Your e-mail address has been confirmed. You may now log in and enjoy the wiki.',
2267 'confirmemail_loggedin' => 'Your e-mail address has now been confirmed.',
2268 'confirmemail_error' => 'Something went wrong saving your confirmation.',
2269
2270 'confirmemail_subject' => '{{SITENAME}} e-mail address confirmation',
2271 'confirmemail_body' => "Someone, probably you from IP address $1, has registered an
2272 account \"$2\" with this e-mail address on {{SITENAME}}.
2273
2274 To confirm that this account really does belong to you and activate
2275 e-mail features on {{SITENAME}}, open this link in your browser:
2276
2277 $3
2278
2279 If this is *not* you, don't follow the link. This confirmation code
2280 will expire at $4.",
2281
2282 # Inputbox extension, may be useful in other contexts as well
2283 'tryexact' => 'Try exact match',
2284 'searchfulltext' => 'Search full text',
2285 'createarticle' => 'Create article',
2286
2287 # Scary transclusion
2288 'scarytranscludedisabled' => '[Interwiki transcluding is disabled]',
2289 'scarytranscludefailed' => '[Template fetch failed for $1; sorry]',
2290 'scarytranscludetoolong' => '[URL is too long; sorry]',
2291
2292 # Trackbacks
2293 'trackbackbox' => '<div id="mw_trackbacks">
2294 Trackbacks for this article:<br />
2295 $1
2296 </div>',
2297 'trackback' => '; $4$5 : [$2 $1]',
2298 'trackbackexcerpt' => '; $4$5 : [$2 $1]: <nowiki>$3</nowiki>',
2299 'trackbackremove' => ' ([$1 Delete])',
2300 'trackbacklink' => 'Trackback',
2301 'trackbackdeleteok' => 'The trackback was successfully deleted.',
2302
2303
2304 # delete conflict
2305
2306 'deletedwhileediting' => 'Warning: This page has been deleted after you started editing!',
2307 'confirmrecreate' => 'User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing with reason:
2308 : \'\'$2\'\'
2309 Please confirm that really want to recreate this page.',
2310 'recreate' => 'Recreate',
2311 'tooltip-recreate' => 'Recreate the page despite it has been deleted',
2312
2313 'unit-pixel' => 'px',
2314
2315 # HTML dump
2316 'redirectingto' => 'Redirecting to [[$1]]...',
2317
2318 # action=purge
2319 'confirm_purge' => "Clear the cache of this page?\n\n$1",
2320 'confirm_purge_button' => 'OK',
2321
2322 'youhavenewmessagesmulti' => "You have new messages on $1",
2323 'newtalkseperator' => ',_',
2324 'searchcontaining' => "Search for articles containing ''$1''.",
2325 'searchnamed' => "Search for articles named ''$1''.",
2326 'articletitles' => "Articles starting with ''$1''",
2327 'hideresults' => 'Hide results',
2328
2329 # DISPLAYTITLE
2330 'displaytitle' => '(Link to this page as [[$1]])',
2331
2332 # Separator for categories in page lists
2333 # Please don't localise this
2334 'catseparator' => '|',
2335
2336 'loginlanguagelabel' => 'Language: $1',
2337
2338 # Don't duplicate this in translations; defaults should remain consistent
2339 'loginlanguagelinks' => "* Deutsch|de
2340 * English|en
2341 * Esperanto|eo
2342 * Français|fr
2343 * Español|es
2344 * Italiano|it
2345 * Nederlands|nl",
2346
2347 );
2348
2349 ?>