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