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