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