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