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