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