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