Index: branches/REL1_14/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1,21 +1,13 @@ |
2 | 2 | <?php |
3 | | -/** English (English) |
| 3 | +/** |
| 4 | + * This is the default English localisation file |
4 | 5 | * |
5 | | - * See MessagesQqq.php for message documentation incl. usage of parameters |
6 | | - * To improve a translation please visit http://translatewiki.net |
| 6 | + * END USERS: DO NOT EDIT THIS FILE DIRECTLY! |
7 | 7 | * |
8 | | - * @ingroup Language |
9 | | - * @file |
10 | | - * |
11 | | - * @author Brest |
12 | | - * @author Crazymadlover |
13 | | - * @author EPO |
14 | | - * @author Fryed-peach |
15 | | - * @author Locos epraix |
16 | | - * @author Meno25 |
17 | | - * @author Natsubee |
18 | | - * @author PieRRoMaN |
19 | | - * @author Spiritia |
| 8 | + * Changes in this file will be lost during software upgrades. |
| 9 | + * You can make your customizations on the wiki. |
| 10 | + * While logged in as administrator, go to [[Special:Allmessages]] |
| 11 | + * and edit the MediaWiki:* pages listed there. |
20 | 12 | */ |
21 | 13 | |
22 | 14 | /** |
— | — | @@ -472,13 +464,33 @@ |
473 | 465 | # the regex in MagicWord::initRegex |
474 | 466 | |
475 | 467 | $messages = array( |
| 468 | +/* |
| 469 | +The sidebar for MonoBook is generated from this message, lines that do not |
| 470 | +begin with * or ** are discarded, furthermore lines that do begin with ** and |
| 471 | +do not contain | are also discarded, but do not depend on this behaviour for |
| 472 | +future releases. Also note that since each list value is wrapped in a unique |
| 473 | +XHTML id it should only appear once and include characters that are legal |
| 474 | +XHTML id names. |
| 475 | +*/ |
| 476 | +'sidebar' => ' |
| 477 | +* navigation |
| 478 | +** mainpage|mainpage-description |
| 479 | +** portal-url|portal |
| 480 | +** currentevents-url|currentevents |
| 481 | +** recentchanges-url|recentchanges |
| 482 | +** randompage-url|randompage |
| 483 | +** helppage|help |
| 484 | +* SEARCH |
| 485 | +* TOOLBOX |
| 486 | +* LANGUAGES', # do not translate or duplicate this message to other languages |
| 487 | + |
476 | 488 | # User preference toggles |
477 | | -'tog-underline' => 'Link underlining:', |
| 489 | +'tog-underline' => 'Underline links:', |
478 | 490 | 'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>)', |
479 | 491 | 'tog-justify' => 'Justify paragraphs', |
480 | 492 | 'tog-hideminor' => 'Hide minor edits in recent changes', |
481 | | -'tog-extendwatchlist' => 'Expand watchlist to show all changes, not just the most recent', |
482 | | -'tog-usenewrc' => 'Use enhanced recent changes (requires JavaScript)', |
| 493 | +'tog-extendwatchlist' => 'Expand watchlist to show all applicable changes', |
| 494 | +'tog-usenewrc' => 'Enhanced recent changes (requires JavaScript)', |
483 | 495 | 'tog-numberheadings' => 'Auto-number headings', |
484 | 496 | 'tog-showtoolbar' => 'Show edit toolbar (requires JavaScript)', |
485 | 497 | 'tog-editondblclick' => 'Edit pages on double click (requires JavaScript)', |
— | — | @@ -486,7 +498,7 @@ |
487 | 499 | 'tog-editsectiononrightclick' => 'Enable section editing by right clicking on section titles (requires JavaScript)', |
488 | 500 | 'tog-showtoc' => 'Show table of contents (for pages with more than 3 headings)', |
489 | 501 | 'tog-rememberpassword' => 'Remember my login on this computer', |
490 | | -'tog-editwidth' => 'Widen the edit box to fill the entire screen', |
| 502 | +'tog-editwidth' => 'Edit box has full width', |
491 | 503 | 'tog-watchcreations' => 'Add pages I create to my watchlist', |
492 | 504 | 'tog-watchdefault' => 'Add pages I edit to my watchlist', |
493 | 505 | 'tog-watchmoves' => 'Add pages I move to my watchlist', |
— | — | @@ -500,7 +512,7 @@ |
501 | 513 | 'tog-enotifminoredits' => 'E-mail me also for minor edits of pages', |
502 | 514 | 'tog-enotifrevealaddr' => 'Reveal my e-mail address in notification e-mails', |
503 | 515 | 'tog-shownumberswatching' => 'Show the number of watching users', |
504 | | -'tog-fancysig' => 'Treat signature as wikitext (without an automatic link)', |
| 516 | +'tog-fancysig' => 'Raw signatures (without automatic link)', |
505 | 517 | 'tog-externaleditor' => 'Use external editor by default (for experts only, needs special settings on your computer)', |
506 | 518 | 'tog-externaldiff' => 'Use external diff by default (for experts only, needs special settings on your computer)', |
507 | 519 | 'tog-showjumplinks' => 'Enable "jump to" accessibility links', |
— | — | @@ -576,6 +588,7 @@ |
577 | 589 | |
578 | 590 | # Categories related messages |
579 | 591 | 'pagecategories' => '{{PLURAL:$1|Category|Categories}}', |
| 592 | +'pagecategorieslink' => 'Special:Categories', # do not translate or duplicate this message to other languages |
580 | 593 | 'category_header' => 'Pages in category "$1"', |
581 | 594 | 'subcategories' => 'Subcategories', |
582 | 595 | 'category-media-header' => 'Media in category "$1"', |
— | — | @@ -653,6 +666,7 @@ |
654 | 667 | 'specialpage' => 'Special Page', |
655 | 668 | 'personaltools' => 'Personal tools', |
656 | 669 | 'postcomment' => 'New section', |
| 670 | +'addsection' => '+', # do not translate or duplicate this message to other languages |
657 | 671 | 'articlepage' => 'View content page', |
658 | 672 | 'talk' => 'Discussion', |
659 | 673 | 'views' => 'Views', |
— | — | @@ -706,36 +720,43 @@ |
707 | 721 | 'versionrequiredtext' => 'Version $1 of MediaWiki is required to use this page. |
708 | 722 | See [[Special:Version|version page]].', |
709 | 723 | |
710 | | -'ok' => 'OK', |
711 | | -'pagetitle' => '$1 - {{SITENAME}}', # only translate this message to other languages if you have to change it |
712 | | -'retrievedfrom' => 'Retrieved from "$1"', |
713 | | -'youhavenewmessages' => 'You have $1 ($2).', |
714 | | -'newmessageslink' => 'new messages', |
715 | | -'newmessagesdifflink' => 'last change', |
716 | | -'youhavenewmessagesmulti' => 'You have new messages on $1', |
717 | | -'editsection' => 'edit', |
718 | | -'editsection-brackets' => '[$1]', # only translate this message to other languages if you have to change it |
719 | | -'editold' => 'edit', |
720 | | -'viewsourceold' => 'view source', |
721 | | -'editlink' => 'edit', |
722 | | -'viewsourcelink' => 'view source', |
723 | | -'editsectionhint' => 'Edit section: $1', |
724 | | -'toc' => 'Contents', |
725 | | -'showtoc' => 'show', |
726 | | -'hidetoc' => 'hide', |
727 | | -'thisisdeleted' => 'View or restore $1?', |
728 | | -'viewdeleted' => 'View $1?', |
729 | | -'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}', |
730 | | -'feedlinks' => 'Feed:', |
731 | | -'feed-invalid' => 'Invalid subscription feed type.', |
732 | | -'feed-unavailable' => 'Syndication feeds are not available', |
733 | | -'site-rss-feed' => '$1 RSS Feed', |
734 | | -'site-atom-feed' => '$1 Atom Feed', |
735 | | -'page-rss-feed' => '"$1" RSS Feed', |
736 | | -'page-atom-feed' => '"$1" Atom Feed', |
737 | | -'feed-atom' => 'Atom', # only translate this message to other languages if you have to change it |
738 | | -'feed-rss' => 'RSS', # only translate this message to other languages if you have to change it |
739 | | -'red-link-title' => '$1 (page does not exist)', |
| 724 | +'ok' => 'OK', |
| 725 | +'sitetitle' => '{{SITENAME}}', # do not translate or duplicate this message to other languages |
| 726 | +'pagetitle' => '$1 - {{SITENAME}}', # only translate this message to other languages if you have to change it |
| 727 | +'pagetitle-view-mainpage' => '{{SITENAME}}', # do not translate or duplicate this message to other languages |
| 728 | +'sitesubtitle' => '', # do not translate or duplicate this message to other languages |
| 729 | +'retrievedfrom' => 'Retrieved from "$1"', |
| 730 | +'youhavenewmessages' => 'You have $1 ($2).', |
| 731 | +'newmessageslink' => 'new messages', |
| 732 | +'newmessagesdifflink' => 'last change', |
| 733 | +'youhavenewmessagesmulti' => 'You have new messages on $1', |
| 734 | +'newtalkseparator' => ',_', # do not translate or duplicate this message to other languages |
| 735 | +'editsection' => 'edit', |
| 736 | +'editsection-brackets' => '[$1]', # only translate this message to other languages if you have to change it |
| 737 | +'editold' => 'edit', |
| 738 | +'viewsourceold' => 'view source', |
| 739 | +'editlink' => 'edit', |
| 740 | +'viewsourcelink' => 'view source', |
| 741 | +'editsectionhint' => 'Edit section: $1', |
| 742 | +'toc' => 'Contents', |
| 743 | +'showtoc' => 'show', |
| 744 | +'hidetoc' => 'hide', |
| 745 | +'thisisdeleted' => 'View or restore $1?', |
| 746 | +'viewdeleted' => 'View $1?', |
| 747 | +'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}', |
| 748 | +'feedlinks' => 'Feed:', |
| 749 | +'feed-invalid' => 'Invalid subscription feed type.', |
| 750 | +'feed-unavailable' => 'Syndication feeds are not available', |
| 751 | +'site-rss-feed' => '$1 RSS Feed', |
| 752 | +'site-atom-feed' => '$1 Atom Feed', |
| 753 | +'page-rss-feed' => '"$1" RSS Feed', |
| 754 | +'page-atom-feed' => '"$1" Atom Feed', |
| 755 | +'feed-atom' => 'Atom', # only translate this message to other languages if you have to change it |
| 756 | +'feed-rss' => 'RSS', # only translate this message to other languages if you have to change it |
| 757 | +'sitenotice' => '-', # the equivalent to wgSiteNotice; do not translate or duplicate this message to other languages |
| 758 | +'anonnotice' => '-', # do not translate or duplicate this message to other languages |
| 759 | +'newsectionheaderdefaultlevel' => '== $1 ==', # do not translate or duplicate this message to other languages |
| 760 | +'red-link-title' => '$1 (page does not exist)', |
740 | 761 | |
741 | 762 | # Short words for each namespace, by default used in the namespace tab in monobook |
742 | 763 | 'nstab-main' => 'Page', |
— | — | @@ -755,9 +776,9 @@ |
756 | 777 | You might have mistyped the URL, or followed an incorrect link. |
757 | 778 | This might also indicate a bug in the software used by {{SITENAME}}.', |
758 | 779 | 'nosuchspecialpage' => 'No such special page', |
759 | | -'nospecialpagetext' => '<strong>You have requested an invalid special page.</strong> |
| 780 | +'nospecialpagetext' => "<big>'''You have requested an invalid special page.'''</big> |
760 | 781 | |
761 | | -A list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].', |
| 782 | +A list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].", |
762 | 783 | |
763 | 784 | # General errors |
764 | 785 | 'error' => 'Error', |
— | — | @@ -767,17 +788,17 @@ |
768 | 789 | The last attempted database query was: |
769 | 790 | <blockquote><tt>$1</tt></blockquote> |
770 | 791 | from within function "<tt>$2</tt>". |
771 | | -Database returned error "<tt>$3: $4</tt>".', |
| 792 | +MySQL returned error "<tt>$3: $4</tt>".', |
772 | 793 | 'dberrortextcl' => 'A database query syntax error has occurred. |
773 | 794 | The last attempted database query was: |
774 | 795 | "$1" |
775 | 796 | from within function "$2". |
776 | | -Database returned error "$3: $4"', |
| 797 | +MySQL returned error "$3: $4"', |
777 | 798 | 'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.<br /> |
778 | 799 | $1', |
779 | 800 | 'nodb' => 'Could not select database $1', |
780 | 801 | 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.', |
781 | | -'laggedslavemode' => "'''Warning:''' Page may not contain recent updates.", |
| 802 | +'laggedslavemode' => 'Warning: Page may not contain recent updates.', |
782 | 803 | 'readonly' => 'Database locked', |
783 | 804 | 'enterlockreason' => 'Enter a reason for the lock, including an estimate of when the lock will be released', |
784 | 805 | '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. |
— | — | @@ -888,7 +909,7 @@ |
889 | 910 | 'prefs-help-realname' => 'Real name is optional. |
890 | 911 | If you choose to provide it, this will be used for giving you attribution for your work.', |
891 | 912 | 'loginerror' => 'Login error', |
892 | | -'prefs-help-email' => 'E-mail address is optional, but is needed for password resets, should you forget your password. |
| 913 | +'prefs-help-email' => 'E-mail address is optional, but allows a new password to be e-mailed to you if you forget your password. |
893 | 914 | You can also choose to let others contact you through your user or talk page without needing to reveal your identity.', |
894 | 915 | 'prefs-help-email-required' => 'E-mail address is required.', |
895 | 916 | 'nocookiesnew' => 'The user account was created, but you are not logged in. |
— | — | @@ -902,7 +923,6 @@ |
903 | 924 | 'loginsuccesstitle' => 'Login successful', |
904 | 925 | 'loginsuccess' => "'''You are now logged in to {{SITENAME}} as \"\$1\".'''", |
905 | 926 | 'nosuchuser' => 'There is no user by the name "$1". |
906 | | -User names are case sensitive. |
907 | 927 | Check your spelling, or [[Special:UserLogin/signup|create a new account]].', |
908 | 928 | 'nosuchusershort' => 'There is no user by the name "<nowiki>$1</nowiki>". |
909 | 929 | Check your spelling.', |
— | — | @@ -931,6 +951,9 @@ |
932 | 952 | Before any other e-mail is sent to the account, you will have to follow the instructions in the e-mail, to confirm that the account is actually yours.', |
933 | 953 | 'throttled-mailpassword' => 'A password reminder has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}. |
934 | 954 | To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.', |
| 955 | +'loginstart' => '', # do not translate or duplicate this message to other languages |
| 956 | +'loginend' => '', # do not translate or duplicate this message to other languages |
| 957 | +'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages |
935 | 958 | 'mailerror' => 'Error sending mail: $1', |
936 | 959 | 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period. |
937 | 960 | As a result, visitors using this IP address cannot create any more accounts at the moment.', |
— | — | @@ -948,9 +971,16 @@ |
949 | 972 | You should log in and change your password now. |
950 | 973 | |
951 | 974 | You may ignore this message, if this account was created in error.', |
952 | | -'login-throttled' => 'You have made too many recent login attempts. |
953 | | -Please wait before trying again.', |
| 975 | +'login-throttled' => "You have made too many recent attempts on this account's password. |
| 976 | +Please wait before trying again.", |
954 | 977 | 'loginlanguagelabel' => 'Language: $1', |
| 978 | +'loginlanguagelinks' => '* Deutsch|de |
| 979 | +* English|en |
| 980 | +* Esperanto|eo |
| 981 | +* Français|fr |
| 982 | +* Español|es |
| 983 | +* Italiano|it |
| 984 | +* Nederlands|nl', # do not translate or duplicate this message to other languages |
955 | 985 | |
956 | 986 | # Password reset dialog |
957 | 987 | 'resetpass' => 'Change password', |
— | — | @@ -1053,7 +1083,7 @@ |
1054 | 1084 | 'nosuchsectiontitle' => 'No such section', |
1055 | 1085 | 'nosuchsectiontext' => 'You tried to edit a section that does not exist. |
1056 | 1086 | Since there is no section $1, there is no place to save your edit.', |
1057 | | -'loginreqtitle' => 'Login required', |
| 1087 | +'loginreqtitle' => 'Login Required', |
1058 | 1088 | 'loginreqlink' => 'log in', |
1059 | 1089 | 'loginreqpagetext' => 'You must $1 to view other pages.', |
1060 | 1090 | 'accmailtitle' => 'Password sent.', |
— | — | @@ -1064,14 +1094,17 @@ |
1065 | 1095 | 'newarticletext' => "You have followed a link to a page that does not exist yet. |
1066 | 1096 | To create the page, start typing in the box below (see the [[{{MediaWiki:Helppage}}|help page]] for more info). |
1067 | 1097 | If you are here by mistake, click your browser's '''back''' button.", |
| 1098 | +'newarticletextanon' => '{{int:newarticletext}}', # do not translate or duplicate this message to other languages |
| 1099 | +'talkpagetext' => '<!-- MediaWiki:talkpagetext -->', # do not translate or duplicate this message to other languages |
1068 | 1100 | 'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet, or who does not use it. |
1069 | 1101 | We therefore have to use the numerical IP address to identify him/her. |
1070 | 1102 | Such an IP address can be shared by several users. |
1071 | 1103 | If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:UserLogin/signup|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.''", |
1072 | 1104 | 'noarticletext' => 'There is currently no text in this page. |
1073 | 1105 | You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, |
1074 | | -<span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs], |
| 1106 | +<span class="plainlinks">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs], |
1075 | 1107 | or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page]</span>.', |
| 1108 | +'noarticletextanon' => '{{int:noarticletext}}', # do not translate or duplicate this message to other languages |
1076 | 1109 | 'userpage-userdoesnotexist' => 'User account "$1" is not registered. |
1077 | 1110 | Please check if you want to create/edit this page.', |
1078 | 1111 | 'clearyourcache' => "'''Note - After saving, you may have to bypass your browser's cache to see the changes.''' |
— | — | @@ -1088,21 +1121,21 @@ |
1089 | 1122 | Remember that custom .css and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/monobook.css as opposed to {{ns:user}}:Foo/Monobook.css.", |
1090 | 1123 | 'updated' => '(Updated)', |
1091 | 1124 | 'note' => "'''Note:'''", |
1092 | | -'previewnote' => "'''Remember that this is only a preview.''' |
1093 | | -Your changes have not yet been saved!", |
| 1125 | +'previewnote' => "'''Remember that this is only a preview. |
| 1126 | +Your changes have not yet been saved!'''", |
1094 | 1127 | 'previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.', |
1095 | | -'session_fail_preview' => "'''Sorry! We could not process your edit due to a loss of session data.''' |
| 1128 | +'session_fail_preview' => "'''Sorry! We could not process your edit due to a loss of session data. |
1096 | 1129 | Please try again. |
1097 | | -If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.", |
| 1130 | +If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.'''", |
1098 | 1131 | 'session_fail_preview_html' => "'''Sorry! We could not process your edit due to a loss of session data.''' |
1099 | 1132 | |
1100 | 1133 | ''Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.'' |
1101 | 1134 | |
1102 | | -'''If this is a legitimate edit attempt, please try again.''' |
1103 | | -If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.", |
1104 | | -'token_suffix_mismatch' => "'''Your edit has been rejected because your client mangled the punctuation characters in the edit token.''' |
| 1135 | +'''If this is a legitimate edit attempt, please try again. |
| 1136 | +If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.'''", |
| 1137 | +'token_suffix_mismatch' => "'''Your edit has been rejected because your client mangled the punctuation characters in the edit token. |
1105 | 1138 | The edit has been rejected to prevent corruption of the page text. |
1106 | | -This sometimes happens when you are using a buggy web-based anonymous proxy service.", |
| 1139 | +This sometimes happens when you are using a buggy web-based anonymous proxy service.'''", |
1107 | 1140 | 'editing' => 'Editing $1', |
1108 | 1141 | 'editingsection' => 'Editing $1 (section)', |
1109 | 1142 | 'editingcomment' => 'Editing $1 (new section)', |
— | — | @@ -1113,33 +1146,33 @@ |
1114 | 1147 | You will have to merge your changes into the existing text. |
1115 | 1148 | '''Only''' the text in the upper text area will be saved when you press \"Save page\".", |
1116 | 1149 | 'yourtext' => 'Your text', |
1117 | | -'storedversion' => 'Stored revision', |
1118 | | -'nonunicodebrowser' => "'''Warning: Your browser is not unicode compliant.''' |
1119 | | -A workaround is in place to allow you to safely edit pages: non-ASCII characters will appear in the edit box as hexadecimal codes.", |
1120 | | -'editingold' => "'''Warning: You are editing an out-of-date revision of this page.''' |
1121 | | -If you save it, any changes made since this revision will be lost.", |
| 1150 | +'storedversion' => 'Stored version', |
| 1151 | +'nonunicodebrowser' => "'''WARNING: Your browser is not unicode compliant. |
| 1152 | +A workaround is in place to allow you to safely edit pages: non-ASCII characters will appear in the edit box as hexadecimal codes.'''", |
| 1153 | +'editingold' => "'''WARNING: You are editing an out-of-date revision of this page. |
| 1154 | +If you save it, any changes made since this revision will be lost.'''", |
1122 | 1155 | 'yourdiff' => 'Differences', |
1123 | 1156 | 'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). |
1124 | 1157 | If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br /> |
1125 | 1158 | You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. |
1126 | | -'''Do not submit copyrighted work without permission!'''", |
| 1159 | +'''DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!'''", |
1127 | 1160 | 'copyrightwarning2' => "Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. |
1128 | 1161 | If you do not want your writing to be edited mercilessly, then do not submit it here.<br /> |
1129 | 1162 | You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details). |
1130 | | -'''Do not submit copyrighted work without permission!'''", |
1131 | | -'longpagewarning' => "'''Warning:''' This page is $1 kilobytes long; |
| 1163 | +'''DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!'''", |
| 1164 | +'longpagewarning' => "'''WARNING: This page is $1 kilobytes long; |
1132 | 1165 | some browsers may have problems editing pages approaching or longer than 32kb. |
1133 | | -Please consider breaking the page into smaller sections.", |
1134 | | -'longpageerror' => "'''Error: The text you have submitted is $1 kilobytes long, which is longer than the maximum of $2 kilobytes.''' |
1135 | | -It cannot be saved.", |
1136 | | -'readonlywarning' => "'''Warning: The database has been locked for maintenance, so you will not be able to save your edits right now.''' |
1137 | | -You may wish to cut-n-paste the text into a text file and save it for later. |
| 1166 | +Please consider breaking the page into smaller sections.'''", |
| 1167 | +'longpageerror' => "'''ERROR: The text you have submitted is $1 kilobytes long, which is longer than the maximum of $2 kilobytes. |
| 1168 | +It cannot be saved.'''", |
| 1169 | +'readonlywarning' => "'''WARNING: The database has been locked for maintenance, so you will not be able to save your edits right now. |
| 1170 | +You may wish to cut-n-paste the text into a text file and save it for later.''' |
1138 | 1171 | |
1139 | 1172 | The administrator who locked it offered this explanation: $1", |
1140 | | -'protectedpagewarning' => "'''Warning: This page has been locked so that only users with administrator privileges can edit it.'''", |
| 1173 | +'protectedpagewarning' => "'''WARNING: This page has been locked so that only users with administrator privileges can edit it.'''", |
1141 | 1174 | 'semiprotectedpagewarning' => "'''Note:''' This page has been locked so that only registered users can edit it.", |
1142 | 1175 | 'cascadeprotectedwarning' => "'''Warning:''' This page has been locked so that only users with administrator privileges can edit it, because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}:", |
1143 | | -'titleprotectedwarning' => "'''Warning: This page has been locked so that [[Special:ListGroupRights|specific rights]] are needed to create it.'''", |
| 1176 | +'titleprotectedwarning' => "'''WARNING: This page has been locked so that [[Special:ListGroupRights|specific rights]] are needed to create it.'''", |
1144 | 1177 | 'templatesused' => 'Templates used on this page:', |
1145 | 1178 | 'templatesusedpreview' => 'Templates used in this preview:', |
1146 | 1179 | 'templatesusedsection' => 'Templates used in this section:', |
— | — | @@ -1171,15 +1204,15 @@ |
1172 | 1205 | It already exists.', |
1173 | 1206 | |
1174 | 1207 | # Parser/template warnings |
1175 | | -'expensive-parserfunction-warning' => "'''Warning:''' This page contains too many expensive parser function calls. |
| 1208 | +'expensive-parserfunction-warning' => 'Warning: This page contains too many expensive parser function calls. |
1176 | 1209 | |
1177 | | -It should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.", |
| 1210 | +It should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.', |
1178 | 1211 | 'expensive-parserfunction-category' => 'Pages with too many expensive parser function calls', |
1179 | | -'post-expand-template-inclusion-warning' => "'''Warning:''' Template include size is too large. |
1180 | | -Some templates will not be included.", |
| 1212 | +'post-expand-template-inclusion-warning' => 'Warning: Template include size is too large. |
| 1213 | +Some templates will not be included.', |
1181 | 1214 | 'post-expand-template-inclusion-category' => 'Pages where template include size is exceeded', |
1182 | | -'post-expand-template-argument-warning' => "'''Warning:''' This page contains at least one template argument which has a too large expansion size. |
1183 | | -These arguments have been omitted.", |
| 1215 | +'post-expand-template-argument-warning' => 'Warning: This page contains at least one template argument which has a too large expansion size. |
| 1216 | +These arguments have been omitted.', |
1184 | 1217 | 'post-expand-template-argument-category' => 'Pages containing omitted template arguments', |
1185 | 1218 | 'parser-template-loop-warning' => 'Template loop detected: [[$1]]', |
1186 | 1219 | 'parser-template-recursion-depth-warning' => 'Template recursion depth limit exceeded ($1)', |
— | — | @@ -1189,13 +1222,14 @@ |
1190 | 1223 | Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.', |
1191 | 1224 | 'undo-failure' => 'The edit could not be undone due to conflicting intermediate edits.', |
1192 | 1225 | 'undo-norev' => 'The edit could not be undone because it does not exist or was deleted.', |
1193 | | -'undo-summary' => 'Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]])', |
| 1226 | +'undo-summary' => 'Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]])', |
1194 | 1227 | |
1195 | 1228 | # Account creation failure |
1196 | | -'cantcreateaccounttitle' => 'Cannot create account', |
1197 | | -'cantcreateaccount-text' => "Account creation from this IP address ('''$1''') has been blocked by [[User:$3|$3]]. |
| 1229 | +'cantcreateaccounttitle' => 'Cannot create account', |
| 1230 | +'cantcreateaccount-text' => "Account creation from this IP address ('''$1''') has been blocked by [[User:$3|$3]]. |
1198 | 1231 | |
1199 | 1232 | The reason given by $3 is ''$2''", |
| 1233 | +'cantcreateaccount-nonblock-text' => '', # do not translate or duplicate this message to other languages |
1200 | 1234 | |
1201 | 1235 | # History pages |
1202 | 1236 | 'viewpagelogs' => 'View logs for this page', |
— | — | @@ -1204,6 +1238,8 @@ |
1205 | 1239 | 'currentrev-asof' => 'Current revision as of $1', |
1206 | 1240 | 'revisionasof' => 'Revision as of $1', |
1207 | 1241 | 'revision-info' => 'Revision as of $1 by $2', # Additionally available: $3: revision id |
| 1242 | +'revision-info-current' => '-', # Available parameters: $1: timestamp; $2: userlinks; $3: revision id; do not translate or duplicate this message to other languages |
| 1243 | +'revision-nav' => '($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)', # do not translate or duplicate this message to other languages |
1208 | 1244 | 'previousrevision' => '← Older revision', |
1209 | 1245 | 'nextrevision' => 'Newer revision →', |
1210 | 1246 | 'currentrevisionlink' => 'Current revision', |
— | — | @@ -1212,9 +1248,11 @@ |
1213 | 1249 | 'last' => 'prev', |
1214 | 1250 | 'page_first' => 'first', |
1215 | 1251 | 'page_last' => 'last', |
1216 | | -'histlegend' => "Diff selection: mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.<br /> |
1217 | | -Legend: '''({{int:cur}})''' = difference with current revision, '''({{int:last}})''' = difference with preceding revision, '''{{int:minoreditletter}}''' = minor edit.", |
| 1252 | +'histlegend' => "Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br /> |
| 1253 | +Legend: '''({{int:cur}})''' = difference with current version, |
| 1254 | +'''({{int:last}})''' = difference with preceding version, '''{{int:minoreditletter}}''' = minor edit.", |
1218 | 1255 | 'history-fieldset-title' => 'Browse history', |
| 1256 | +'history_copyright' => '-', # do not translate or duplicate this message to other languages |
1219 | 1257 | 'deletedrev' => '[deleted]', |
1220 | 1258 | 'histfirst' => 'Earliest', |
1221 | 1259 | 'histlast' => 'Latest', |
— | — | @@ -1254,18 +1292,18 @@ |
1255 | 1293 | 'revdelete-hide-text' => 'Hide revision text', |
1256 | 1294 | 'revdelete-hide-name' => 'Hide action and target', |
1257 | 1295 | 'revdelete-hide-comment' => 'Hide edit comment', |
1258 | | -'revdelete-hide-user' => "Hide editor's username/IP address", |
1259 | | -'revdelete-hide-restricted' => 'Suppress data from administrators as well as others', |
| 1296 | +'revdelete-hide-user' => "Hide editor's username/IP", |
| 1297 | +'revdelete-hide-restricted' => 'Apply these restrictions to administrators and lock this interface', |
1260 | 1298 | 'revdelete-suppress' => 'Suppress data from administrators as well as others', |
1261 | 1299 | 'revdelete-hide-image' => 'Hide file content', |
1262 | 1300 | 'revdelete-unsuppress' => 'Remove restrictions on restored revisions', |
1263 | | -'revdelete-log' => 'Reason for deletion:', |
| 1301 | +'revdelete-log' => 'Log comment:', |
1264 | 1302 | 'revdelete-submit' => 'Apply to selected revision', |
1265 | 1303 | 'revdelete-logentry' => 'changed revision visibility of [[$1]]', |
1266 | 1304 | 'logdelete-logentry' => 'changed event visibility of [[$1]]', |
1267 | | -'revdelete-success' => "'''Revision visibility successfully updated.'''", |
| 1305 | +'revdelete-success' => "'''Revision visibility successfully set.'''", |
1268 | 1306 | 'logdelete-success' => "'''Log visibility successfully set.'''", |
1269 | | -'revdel-restore' => 'change visibility', |
| 1307 | +'revdel-restore' => 'Change visibility', |
1270 | 1308 | 'pagehist' => 'Page history', |
1271 | 1309 | 'deletedhist' => 'Deleted history', |
1272 | 1310 | 'revdelete-content' => 'content', |
— | — | @@ -1317,7 +1355,7 @@ |
1318 | 1356 | 'history-title' => 'Revision history of "$1"', |
1319 | 1357 | 'difference' => '(Difference between revisions)', |
1320 | 1358 | 'lineno' => 'Line $1:', |
1321 | | -'compareselectedversions' => 'Compare selected revisions', |
| 1359 | +'compareselectedversions' => 'Compare selected versions', |
1322 | 1360 | 'visualcomparison' => 'Visual comparison', |
1323 | 1361 | 'wikicodecomparison' => 'Wikitext comparison', |
1324 | 1362 | 'editundo' => 'undo', |
— | — | @@ -1393,12 +1431,13 @@ |
1394 | 1432 | 'notextmatches' => 'No page text matches', |
1395 | 1433 | 'prevn' => 'previous $1', |
1396 | 1434 | 'nextn' => 'next $1', |
1397 | | -'viewprevnext' => 'View ($1 {{int:pipe-separator}} $2) ($3)', |
| 1435 | +'viewprevnext' => 'View ($1) ($2) ($3)', |
1398 | 1436 | 'searchmenu-legend' => 'Search options', |
1399 | 1437 | 'searchmenu-exists' => "'''There is a page named \"[[:\$1]]\" on this wiki'''", |
1400 | 1438 | 'searchmenu-new' => "'''Create the page \"[[:\$1]]\" on this wiki!'''", |
1401 | 1439 | 'searchhelp-url' => 'Help:Contents', |
1402 | 1440 | 'searchmenu-prefix' => '[[Special:PrefixIndex/$1|Browse pages with this prefix]]', |
| 1441 | +'searchmenu-help' => '[[{{MediaWiki:Searchhelp-url}}|{{int:help}}]]?', # do not translate or duplicate this message to other languages |
1403 | 1442 | 'searchprofile-articles' => 'Content pages', |
1404 | 1443 | 'searchprofile-articles-and-proj' => 'Content & project pages', |
1405 | 1444 | 'searchprofile-project' => 'Project pages', |
— | — | @@ -1419,6 +1458,7 @@ |
1420 | 1459 | 'search-suggest' => 'Did you mean: $1', |
1421 | 1460 | 'search-interwiki-caption' => 'Sister projects', |
1422 | 1461 | 'search-interwiki-default' => '$1 results:', |
| 1462 | +'search-interwiki-custom' => '', # do not translate or duplicate this message to other languages |
1423 | 1463 | 'search-interwiki-more' => '(more)', |
1424 | 1464 | 'search-mwsuggest-enabled' => 'with suggestions', |
1425 | 1465 | 'search-mwsuggest-disabled' => 'no suggestions', |
— | — | @@ -1441,9 +1481,26 @@ |
1442 | 1482 | 'searchdisabled' => '{{SITENAME}} search is disabled. |
1443 | 1483 | You can search via Google in the meantime. |
1444 | 1484 | Note that their indexes of {{SITENAME}} content may be out of date.', |
| 1485 | +'googlesearch' => '<form method="get" action="http://www.google.com/search" id="googlesearch"> |
| 1486 | + <input type="hidden" name="domains" value="{{SERVER}}" /> |
| 1487 | + <input type="hidden" name="num" value="50" /> |
| 1488 | + <input type="hidden" name="ie" value="$2" /> |
| 1489 | + <input type="hidden" name="oe" value="$2" /> |
1445 | 1490 | |
| 1491 | + <input type="text" name="q" size="31" maxlength="255" value="$1" /> |
| 1492 | + <input type="submit" name="btnG" value="$3" /> |
| 1493 | + <div> |
| 1494 | + <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label> |
| 1495 | + <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> |
| 1496 | + </div> |
| 1497 | +</form>', # do not translate or duplicate this message to other languages |
| 1498 | + |
| 1499 | +# OpenSearch description |
| 1500 | +'opensearch-desc' => '{{SITENAME}} ({{CONTENTLANGUAGE}})', # do not translate or duplicate this message to other languages |
| 1501 | + |
1446 | 1502 | # Preferences page |
1447 | 1503 | 'preferences' => 'Preferences', |
| 1504 | +'preferences-summary' => '', # do not translate or duplicate this message to other languages |
1448 | 1505 | 'mypreferences' => 'My preferences', |
1449 | 1506 | 'prefs-edits' => 'Number of edits:', |
1450 | 1507 | 'prefsnologin' => 'Not logged in', |
— | — | @@ -1497,7 +1554,7 @@ |
1498 | 1555 | 'recentchangesdays-max' => '(maximum $1 {{PLURAL:$1|day|days}})', |
1499 | 1556 | 'recentchangescount' => 'Number of edits to show in recent changes, page histories, and in logs, by default:', |
1500 | 1557 | 'savedprefs' => 'Your preferences have been saved.', |
1501 | | -'timezonelegend' => 'Time zone:', |
| 1558 | +'timezonelegend' => 'Time zone', |
1502 | 1559 | 'timezonetext' => '¹The number of hours your local time differs from server time (UTC).', |
1503 | 1560 | 'localtime' => 'Local time:', |
1504 | 1561 | 'timezoneselect' => 'Time zone:', |
— | — | @@ -1515,6 +1572,7 @@ |
1516 | 1573 | |
1517 | 1574 | # User rights |
1518 | 1575 | 'userrights' => 'User rights management', # Not used as normal message but as header for the special page itself |
| 1576 | +'userrights-summary' => '', # do not translate or duplicate this message to other languages |
1519 | 1577 | 'userrights-lookup-user' => 'Manage user groups', |
1520 | 1578 | 'userrights-user-editname' => 'Enter a username:', |
1521 | 1579 | 'editusergroup' => 'Edit user groups', |
— | — | @@ -1570,12 +1628,12 @@ |
1571 | 1629 | 'right-move-subpages' => 'Move pages with their subpages', |
1572 | 1630 | 'right-move-rootuserpages' => 'Move root user pages', |
1573 | 1631 | 'right-movefile' => 'Move files', |
1574 | | -'right-suppressredirect' => 'Not create redirects from source pages when moving pages', |
| 1632 | +'right-suppressredirect' => 'Not create a redirect from the old name when moving a page', |
1575 | 1633 | 'right-upload' => 'Upload files', |
1576 | | -'right-reupload' => 'Overwrite existing files', |
1577 | | -'right-reupload-own' => 'Overwrite existing files uploaded by oneself', |
| 1634 | +'right-reupload' => 'Overwrite an existing file', |
| 1635 | +'right-reupload-own' => 'Overwrite an existing file uploaded by oneself', |
1578 | 1636 | 'right-reupload-shared' => 'Override files on the shared media repository locally', |
1579 | | -'right-upload_by_url' => 'Upload files from a URL', |
| 1637 | +'right-upload_by_url' => 'Upload a file from a URL address', |
1580 | 1638 | 'right-purge' => 'Purge the site cache for a page without confirmation', |
1581 | 1639 | 'right-autoconfirmed' => 'Edit semi-protected pages', |
1582 | 1640 | 'right-bot' => 'Be treated as an automated process', |
— | — | @@ -1634,7 +1692,7 @@ |
1635 | 1693 | 'action-upload' => 'upload this file', |
1636 | 1694 | 'action-reupload' => 'overwrite this existing file', |
1637 | 1695 | 'action-reupload-shared' => 'override this file on a shared repository', |
1638 | | -'action-upload_by_url' => 'upload this file from a URL', |
| 1696 | +'action-upload_by_url' => 'upload this file from a URL address', |
1639 | 1697 | 'action-writeapi' => 'use the write API', |
1640 | 1698 | 'action-delete' => 'delete this page', |
1641 | 1699 | 'action-deleterevision' => 'delete this revision', |
— | — | @@ -1659,6 +1717,7 @@ |
1660 | 1718 | # Recent changes |
1661 | 1719 | 'nchanges' => '$1 {{PLURAL:$1|change|changes}}', |
1662 | 1720 | 'recentchanges' => 'Recent changes', |
| 1721 | +'recentchanges-url' => 'Special:RecentChanges', # do not translate or duplicate this message to other languages |
1663 | 1722 | 'recentchanges-legend' => 'Recent changes options', |
1664 | 1723 | 'recentchangestext' => 'Track the most recent changes to the wiki on this page.', |
1665 | 1724 | 'recentchanges-feed-description' => 'Track the most recent changes to the wiki in this feed.', |
— | — | @@ -1680,6 +1739,7 @@ |
1681 | 1740 | 'newpageletter' => 'N', |
1682 | 1741 | 'boteditletter' => 'b', |
1683 | 1742 | 'sectionlink' => '→', # only translate this message to other languages if you have to change it |
| 1743 | +'number_of_watching_users_RCview' => '[$1]', # do not translate or duplicate this message to other languages |
1684 | 1744 | 'number_of_watching_users_pageview' => '[$1 watching {{PLURAL:$1|user|users}}]', |
1685 | 1745 | 'rc_categories' => 'Limit to categories (separate with "|")', |
1686 | 1746 | 'rc_categories_any' => 'Any', |
— | — | @@ -1708,6 +1768,7 @@ |
1709 | 1769 | 'upload_directory_missing' => 'The upload directory ($1) is missing and could not be created by the webserver.', |
1710 | 1770 | 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.', |
1711 | 1771 | 'uploaderror' => 'Upload error', |
| 1772 | +'upload-summary' => '', # do not translate or duplicate this message to other languages |
1712 | 1773 | 'uploadtext' => "Use the form below to upload files. |
1713 | 1774 | To view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]], (re)uploads are also logged in the [[Special:Log/upload|upload log]], deletions in the [[Special:Log/delete|deletion log]]. |
1714 | 1775 | |
— | — | @@ -1718,6 +1779,7 @@ |
1719 | 1780 | 'upload-permitted' => 'Permitted file types: $1.', |
1720 | 1781 | 'upload-preferred' => 'Preferred file types: $1.', |
1721 | 1782 | 'upload-prohibited' => 'Prohibited file types: $1.', |
| 1783 | +'uploadfooter' => '-', # do not translate or duplicate this message to other languages |
1722 | 1784 | 'uploadlog' => 'upload log', |
1723 | 1785 | 'uploadlogpage' => 'Upload log', |
1724 | 1786 | 'uploadlogpagetext' => 'Below is a list of the most recent file uploads. |
— | — | @@ -1747,33 +1809,27 @@ |
1748 | 1810 | 'emptyfile' => 'The file you uploaded seems to be empty. |
1749 | 1811 | This might be due to a typo in the file name. |
1750 | 1812 | Please check whether you really want to upload this file.', |
1751 | | -'fileexists' => "A file with this name exists already, please check '''<tt>[[:$1]]</tt>''' if you are not sure if you want to change it. |
1752 | | -[[$1|thumb]]", |
1753 | | -'filepageexists' => "The description page for this file has already been created at '''<tt>[[:$1]]</tt>''', but no file with this name currently exists. |
| 1813 | +'fileexists' => "A file with this name exists already, please check '''<tt>$1</tt>''' if you are not sure if you want to change it.", |
| 1814 | +'filepageexists' => "The description page for this file has already been created at '''<tt>$1</tt>''', but no file with this name currently exists. |
1754 | 1815 | The summary you enter will not appear on the description page. |
1755 | | -To make your summary appear there, you will need to manually edit it. |
1756 | | -[[$1|thumb]]", |
1757 | | -'fileexists-extension' => "A file with a similar name exists: [[$2|thumb]] |
1758 | | -* Name of the uploading file: '''<tt>[[:$1]]</tt>''' |
1759 | | -* Name of the existing file: '''<tt>[[:$2]]</tt>''' |
| 1816 | +To make your summary appear there, you will need to manually edit it", |
| 1817 | +'fileexists-extension' => "A file with a similar name exists:<br /> |
| 1818 | +Name of the uploading file: '''<tt>$1</tt>'''<br /> |
| 1819 | +Name of the existing file: '''<tt>$2</tt>'''<br /> |
1760 | 1820 | Please choose a different name.", |
1761 | 1821 | 'fileexists-thumb' => "<center>'''Existing file'''</center>", |
1762 | 1822 | 'fileexists-thumbnail-yes' => "The file seems to be an image of reduced size ''(thumbnail)''. |
1763 | | -[[$1|thumb]] |
1764 | | -Please check the file '''<tt>[[:$1]]</tt>'''. |
| 1823 | +Please check the file '''<tt>$1</tt>'''.<br /> |
1765 | 1824 | If the checked file is the same image of original size it is not necessary to upload an extra thumbnail.", |
1766 | 1825 | 'file-thumbnail-no' => "The filename begins with '''<tt>$1</tt>'''. |
1767 | 1826 | It seems to be an image of reduced size ''(thumbnail)''. |
1768 | 1827 | If you have this image in full resolution upload this one, otherwise change the file name please.", |
1769 | 1828 | 'fileexists-forbidden' => 'A file with this name already exists, and cannot be overwritten. |
1770 | | -If you still want to upload your file, please go back and use a new name. |
1771 | | -[[File:$1|thumb|center|$1]]', |
| 1829 | +If you still want to upload your file, please go back and use a new name. [[File:$1|thumb|center|$1]]', |
1772 | 1830 | 'fileexists-shared-forbidden' => 'A file with this name exists already in the shared file repository. |
1773 | | -If you still want to upload your file, please go back and use a new name. |
1774 | | -[[File:$1|thumb|center|$1]]', |
| 1831 | +If you still want to upload your file, please go back and use a new name. [[File:$1|thumb|center|$1]]', |
1775 | 1832 | 'file-exists-duplicate' => 'This file is a duplicate of the following {{PLURAL:$1|file|files}}:', |
1776 | | -'file-deleted-duplicate' => "A file identical to this file ([[$1]]) has previously been deleted. |
1777 | | -You should check that file's deletion history before proceeding to re-upload it.", |
| 1833 | +'file-deleted-duplicate' => "A file identical to this file ([[$1]]) has previously been deleted. You should check that file's deletion history before proceeding to re-upload it.", |
1778 | 1834 | 'successfulupload' => 'Successful upload', |
1779 | 1835 | 'uploadwarning' => 'Upload warning', |
1780 | 1836 | 'savefile' => 'Save file', |
— | — | @@ -1788,7 +1844,7 @@ |
1789 | 1845 | 'sourcefilename' => 'Source filename:', |
1790 | 1846 | 'destfilename' => 'Destination filename:', |
1791 | 1847 | 'upload-maxfilesize' => 'Maximum file size: $1', |
1792 | | -'watchthisupload' => 'Watch this file', |
| 1848 | +'watchthisupload' => 'Watch this page', |
1793 | 1849 | 'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted. |
1794 | 1850 | You should check the $1 before proceeding to upload it again.', |
1795 | 1851 | 'upload-wasdeleted' => "'''Warning: You are uploading a file that was previously deleted.''' |
— | — | @@ -1833,6 +1889,7 @@ |
1834 | 1890 | |
1835 | 1891 | 'license' => 'Licensing:', |
1836 | 1892 | 'nolicense' => 'None selected', |
| 1893 | +'licenses' => '-', # do not translate or duplicate this message to other languages |
1837 | 1894 | 'license-nopreview' => '(Preview not available)', |
1838 | 1895 | 'upload_source_url' => ' (a valid, publicly accessible URL)', |
1839 | 1896 | 'upload_source_file' => ' (a file on your computer)', |
— | — | @@ -1874,11 +1931,12 @@ |
1875 | 1932 | 'nolinkstoimage' => 'There are no pages that link to this file.', |
1876 | 1933 | 'morelinkstoimage' => 'View [[Special:WhatLinksHere/$1|more links]] to this file.', |
1877 | 1934 | 'redirectstofile' => 'The following {{PLURAL:$1|file redirects|$1 files redirect}} to this file:', |
1878 | | -'duplicatesoffile' => 'The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):', |
| 1935 | +'duplicatesoffile' => 'The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file:', |
1879 | 1936 | 'sharedupload' => 'This file is a shared upload and may be used by other projects.', |
1880 | 1937 | 'shareduploadwiki' => 'Please see the $1 for further information.', |
1881 | | -'shareduploadwiki-desc' => 'The description on its $1 there is shown below.', |
| 1938 | +'shareduploadwiki-desc' => 'The description on its $1 on the shared repository is shown below.', |
1882 | 1939 | 'shareduploadwiki-linktext' => 'file description page', |
| 1940 | +'shareddescriptionfollows' => '-', # do not translate or duplicate this message to other languages |
1883 | 1941 | 'shareduploadduplicate' => 'This file is a duplicate of $1 from shared repository.', |
1884 | 1942 | 'shareduploadduplicate-linktext' => 'another file', |
1885 | 1943 | 'shareduploadconflict' => 'This file has the same name as $1 from the shared repository.', |
— | — | @@ -1926,20 +1984,24 @@ |
1927 | 1985 | 'download' => 'download', |
1928 | 1986 | |
1929 | 1987 | # Unwatched pages |
1930 | | -'unwatchedpages' => 'Unwatched pages', |
| 1988 | +'unwatchedpages' => 'Unwatched pages', |
| 1989 | +'unwatchedpages-summary' => '', # do not translate or duplicate this message to other languages |
1931 | 1990 | |
1932 | 1991 | # List redirects |
1933 | | -'listredirects' => 'List of redirects', |
| 1992 | +'listredirects' => 'List of redirects', |
| 1993 | +'listredirects-summary' => '', # do not translate or duplicate this message to other languages |
1934 | 1994 | |
1935 | 1995 | # Unused templates |
1936 | | -'unusedtemplates' => 'Unused templates', |
1937 | | -'unusedtemplatestext' => 'This page lists all pages in the {{ns:template}} namespace which are not included in another page. |
| 1996 | +'unusedtemplates' => 'Unused templates', |
| 1997 | +'unusedtemplates-summary' => '', # do not translate or duplicate this message to other languages |
| 1998 | +'unusedtemplatestext' => 'This page lists all pages in the {{ns:template}} namespace which are not included in another page. |
1938 | 1999 | Remember to check for other links to the templates before deleting them.', |
1939 | | -'unusedtemplateswlh' => 'other links', |
| 2000 | +'unusedtemplateswlh' => 'other links', |
1940 | 2001 | |
1941 | 2002 | # Random page |
1942 | 2003 | 'randompage' => 'Random page', |
1943 | 2004 | 'randompage-nopages' => 'There are no pages in the namespace "$1".', |
| 2005 | +'randompage-url' => 'Special:Random', # do not translate or duplicate this message to other languages |
1944 | 2006 | |
1945 | 2007 | # Random redirect |
1946 | 2008 | 'randomredirect' => 'Random redirect', |
— | — | @@ -1947,6 +2009,7 @@ |
1948 | 2010 | |
1949 | 2011 | # Statistics |
1950 | 2012 | 'statistics' => 'Statistics', |
| 2013 | +'statistics-summary' => '', # do not translate or duplicate this message to other languages |
1951 | 2014 | 'statistics-header-pages' => 'Page statistics', |
1952 | 2015 | 'statistics-header-edits' => 'Edit statistics', |
1953 | 2016 | 'statistics-header-views' => 'View statistics', |
— | — | @@ -1964,104 +2027,137 @@ |
1965 | 2028 | 'statistics-users-active' => 'Active users', |
1966 | 2029 | 'statistics-users-active-desc' => 'Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}', |
1967 | 2030 | 'statistics-mostpopular' => 'Most viewed pages', |
| 2031 | +'statistics-footer' => '', # do not translate or duplicate this message to other languages |
1968 | 2032 | |
1969 | | -'disambiguations' => 'Disambiguation pages', |
1970 | | -'disambiguationspage' => 'Template:disambig', |
1971 | | -'disambiguations-text' => "The following pages link to a '''disambiguation page'''. |
| 2033 | +'disambiguations' => 'Disambiguation pages', |
| 2034 | +'disambiguations-summary' => '', # do not translate or duplicate this message to other languages |
| 2035 | +'disambiguationspage' => 'Template:disambig', |
| 2036 | +'disambiguations-text' => "The following pages link to a '''disambiguation page'''. |
1972 | 2037 | They should link to the appropriate topic instead.<br /> |
1973 | 2038 | A page is treated as disambiguation page if it uses a template which is linked from [[MediaWiki:Disambiguationspage]]", |
1974 | 2039 | |
1975 | 2040 | 'doubleredirects' => 'Double redirects', |
| 2041 | +'doubleredirects-summary' => '', # do not translate or duplicate this message to other languages |
1976 | 2042 | 'doubleredirectstext' => 'This page lists pages which redirect to other redirect pages. |
1977 | | -Each row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the "real" target page, which the first redirect should point to. |
1978 | | -<s>Crossed out</s> entries have been solved.', |
1979 | | -'double-redirect-fixed-move' => '[[$1]] has been moved. |
1980 | | -It now redirects to [[$2]].', |
| 2043 | +Each row contains links to the first and second redirect, as well as the target of the second redirect, which is usually "real" target page, which the first redirect should point to.', |
| 2044 | +'double-redirect-fixed-move' => '[[$1]] has been moved. It now redirects to [[$2]].', |
1981 | 2045 | 'double-redirect-fixer' => 'Redirect fixer', |
1982 | 2046 | |
1983 | | -'brokenredirects' => 'Broken redirects', |
1984 | | -'brokenredirectstext' => 'The following redirects link to non-existent pages:', |
1985 | | -'brokenredirects-edit' => '(edit)', |
1986 | | -'brokenredirects-delete' => '(delete)', |
| 2047 | +'brokenredirects' => 'Broken redirects', |
| 2048 | +'brokenredirects-summary' => '', # do not translate or duplicate this message to other languages |
| 2049 | +'brokenredirectstext' => 'The following redirects link to non-existent pages:', |
| 2050 | +'brokenredirects-edit' => '(edit)', |
| 2051 | +'brokenredirects-delete' => '(delete)', |
1987 | 2052 | |
1988 | 2053 | 'withoutinterwiki' => 'Pages without language links', |
1989 | 2054 | 'withoutinterwiki-summary' => 'The following pages do not link to other language versions.', |
1990 | 2055 | 'withoutinterwiki-legend' => 'Prefix', |
1991 | 2056 | 'withoutinterwiki-submit' => 'Show', |
1992 | 2057 | |
1993 | | -'fewestrevisions' => 'Pages with the fewest revisions', |
| 2058 | +'fewestrevisions' => 'Pages with the fewest revisions', |
| 2059 | +'fewestrevisions-summary' => '', # do not translate or duplicate this message to other languages |
1994 | 2060 | |
1995 | 2061 | # Miscellaneous special pages |
1996 | | -'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}', |
1997 | | -'ncategories' => '$1 {{PLURAL:$1|category|categories}}', |
1998 | | -'nlinks' => '$1 {{PLURAL:$1|link|links}}', |
1999 | | -'nmembers' => '$1 {{PLURAL:$1|member|members}}', |
2000 | | -'nrevisions' => '$1 {{PLURAL:$1|revision|revisions}}', |
2001 | | -'nviews' => '$1 {{PLURAL:$1|view|views}}', |
2002 | | -'specialpage-empty' => 'There are no results for this report.', |
2003 | | -'lonelypages' => 'Orphaned pages', |
2004 | | -'lonelypagestext' => 'The following pages are not linked from or transcluded into other pages in {{SITENAME}}.', |
2005 | | -'uncategorizedpages' => 'Uncategorized pages', |
2006 | | -'uncategorizedcategories' => 'Uncategorized categories', |
2007 | | -'uncategorizedimages' => 'Uncategorized files', |
2008 | | -'uncategorizedtemplates' => 'Uncategorized templates', |
2009 | | -'unusedcategories' => 'Unused categories', |
2010 | | -'unusedimages' => 'Unused files', |
2011 | | -'popularpages' => 'Popular pages', |
2012 | | -'wantedcategories' => 'Wanted categories', |
2013 | | -'wantedpages' => 'Wanted pages', |
2014 | | -'wantedfiles' => 'Wanted files', |
2015 | | -'wantedtemplates' => 'Wanted templates', |
2016 | | -'mostlinked' => 'Most linked-to pages', |
2017 | | -'mostlinkedcategories' => 'Most linked-to categories', |
2018 | | -'mostlinkedtemplates' => 'Most linked-to templates', |
2019 | | -'mostcategories' => 'Pages with the most categories', |
2020 | | -'mostimages' => 'Most linked-to files', |
2021 | | -'mostrevisions' => 'Pages with the most revisions', |
2022 | | -'prefixindex' => 'All pages with prefix', |
2023 | | -'shortpages' => 'Short pages', |
2024 | | -'longpages' => 'Long pages', |
2025 | | -'deadendpages' => 'Dead-end pages', |
2026 | | -'deadendpagestext' => 'The following pages do not link to other pages in {{SITENAME}}.', |
2027 | | -'protectedpages' => 'Protected pages', |
2028 | | -'protectedpages-indef' => 'Indefinite protections only', |
2029 | | -'protectedpages-cascade' => 'Cascading protections only', |
2030 | | -'protectedpagestext' => 'The following pages are protected from moving or editing', |
2031 | | -'protectedpagesempty' => 'No pages are currently protected with these parameters.', |
2032 | | -'protectedtitles' => 'Protected titles', |
2033 | | -'protectedtitlestext' => 'The following titles are protected from creation', |
2034 | | -'protectedtitlesempty' => 'No titles are currently protected with these parameters.', |
2035 | | -'listusers' => 'User list', |
2036 | | -'listusers-editsonly' => 'Show only users with edits', |
2037 | | -'usereditcount' => '$1 {{PLURAL:$1|edit|edits}}', |
2038 | | -'newpages' => 'New pages', |
2039 | | -'newpages-username' => 'Username:', |
2040 | | -'ancientpages' => 'Oldest pages', |
2041 | | -'move' => 'Move', |
2042 | | -'movethispage' => 'Move this page', |
2043 | | -'unusedimagestext' => 'Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.', |
2044 | | -'unusedcategoriestext' => 'The following category pages exist, although no other page or category makes use of them.', |
2045 | | -'notargettitle' => 'No target', |
2046 | | -'notargettext' => 'You have not specified a target page or user to perform this function on.', |
2047 | | -'nopagetitle' => 'No such target page', |
2048 | | -'nopagetext' => 'The target page you have specified does not exist.', |
2049 | | -'pager-newer-n' => '{{PLURAL:$1|newer 1|newer $1}}', |
2050 | | -'pager-older-n' => '{{PLURAL:$1|older 1|older $1}}', |
2051 | | -'suppress' => 'Oversight', |
| 2062 | +'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}', |
| 2063 | +'ncategories' => '$1 {{PLURAL:$1|category|categories}}', |
| 2064 | +'nlinks' => '$1 {{PLURAL:$1|link|links}}', |
| 2065 | +'nmembers' => '$1 {{PLURAL:$1|member|members}}', |
| 2066 | +'nrevisions' => '$1 {{PLURAL:$1|revision|revisions}}', |
| 2067 | +'nviews' => '$1 {{PLURAL:$1|view|views}}', |
| 2068 | +'specialpage-empty' => 'There are no results for this report.', |
| 2069 | +'lonelypages' => 'Orphaned pages', |
| 2070 | +'lonelypages-summary' => '', # do not translate or duplicate this message to other languages |
| 2071 | +'lonelypagestext' => 'The following pages are not linked from or transcluded into other pages in {{SITENAME}}.', |
| 2072 | +'uncategorizedpages' => 'Uncategorized pages', |
| 2073 | +'uncategorizedpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2074 | +'uncategorizedcategories' => 'Uncategorized categories', |
| 2075 | +'uncategorizedcategories-summary' => '', # do not translate or duplicate this message to other languages |
| 2076 | +'uncategorizedimages' => 'Uncategorized files', |
| 2077 | +'uncategorizedimages-summary' => '', # do not translate or duplicate this message to other languages |
| 2078 | +'uncategorizedtemplates' => 'Uncategorized templates', |
| 2079 | +'uncategorizedtemplates-summary' => '', # do not translate or duplicate this message to other languages |
| 2080 | +'unusedcategories' => 'Unused categories', |
| 2081 | +'unusedimages' => 'Unused files', |
| 2082 | +'popularpages' => 'Popular pages', |
| 2083 | +'popularpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2084 | +'wantedcategories' => 'Wanted categories', |
| 2085 | +'wantedcategories-summary' => '', # do not translate or duplicate this message to other languages |
| 2086 | +'wantedpages' => 'Wanted pages', |
| 2087 | +'wantedpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2088 | +'wantedfiles' => 'Wanted files', |
| 2089 | +'wantedfiles-summary' => '', # do not translate or duplicate this message to other languages |
| 2090 | +'wantedtemplates' => 'Wanted templates', |
| 2091 | +'wantedtemplates-summary' => '', # do not translate or duplicate this message to other languages |
| 2092 | +'mostlinked' => 'Most linked-to pages', |
| 2093 | +'mostlinked-summary' => '', # do not translate or duplicate this message to other languages |
| 2094 | +'mostlinkedcategories' => 'Most linked-to categories', |
| 2095 | +'mostlinkedcategories-summary' => '', # do not translate or duplicate this message to other languages |
| 2096 | +'mostlinkedtemplates' => 'Most linked-to templates', |
| 2097 | +'mostlinkedtemplates-summary' => '', # do not translate or duplicate this message to other languages |
| 2098 | +'mostcategories' => 'Pages with the most categories', |
| 2099 | +'mostcategories-summary' => '', # do not translate or duplicate this message to other languages |
| 2100 | +'mostimages' => 'Most linked-to files', |
| 2101 | +'mostimages-summary' => '', # do not translate or duplicate this message to other languages |
| 2102 | +'mostrevisions' => 'Pages with the most revisions', |
| 2103 | +'mostrevisions-summary' => '', # do not translate or duplicate this message to other languages |
| 2104 | +'prefixindex' => 'All pages with prefix', |
| 2105 | +'prefixindex-summary' => '', # do not translate or duplicate this message to other languages |
| 2106 | +'shortpages' => 'Short pages', |
| 2107 | +'shortpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2108 | +'longpages' => 'Long pages', |
| 2109 | +'longpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2110 | +'deadendpages' => 'Dead-end pages', |
| 2111 | +'deadendpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2112 | +'deadendpagestext' => 'The following pages do not link to other pages in {{SITENAME}}.', |
| 2113 | +'protectedpages' => 'Protected pages', |
| 2114 | +'protectedpages-indef' => 'Indefinite protections only', |
| 2115 | +'protectedpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2116 | +'protectedpages-cascade' => 'Cascading protections only', |
| 2117 | +'protectedpagestext' => 'The following pages are protected from moving or editing', |
| 2118 | +'protectedpagesempty' => 'No pages are currently protected with these parameters.', |
| 2119 | +'protectedtitles' => 'Protected titles', |
| 2120 | +'protectedtitles-summary' => '', # do not translate or duplicate this message to other languages |
| 2121 | +'protectedtitlestext' => 'The following titles are protected from creation', |
| 2122 | +'protectedtitlesempty' => 'No titles are currently protected with these parameters.', |
| 2123 | +'listusers' => 'User list', |
| 2124 | +'listusers-summary' => '', # do not translate or duplicate this message to other languages |
| 2125 | +'listusers-editsonly' => 'Show only users with edits', |
| 2126 | +'usereditcount' => '$1 {{PLURAL:$1|edit|edits}}', |
| 2127 | +'newpages' => 'New pages', |
| 2128 | +'newpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2129 | +'newpages-username' => 'Username:', |
| 2130 | +'ancientpages' => 'Oldest pages', |
| 2131 | +'ancientpages-summary' => '', # do not translate or duplicate this message to other languages |
| 2132 | +'move' => 'Move', |
| 2133 | +'movethispage' => 'Move this page', |
| 2134 | +'unusedimagestext' => 'Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.', |
| 2135 | +'unusedcategoriestext' => 'The following category pages exist, although no other page or category makes use of them.', |
| 2136 | +'notargettitle' => 'No target', |
| 2137 | +'notargettext' => 'You have not specified a target page or user to perform this function on.', |
| 2138 | +'nopagetitle' => 'No such target page', |
| 2139 | +'nopagetext' => 'The target page you have specified does not exist.', |
| 2140 | +'pager-newer-n' => '{{PLURAL:$1|newer 1|newer $1}}', |
| 2141 | +'pager-older-n' => '{{PLURAL:$1|older 1|older $1}}', |
| 2142 | +'suppress' => 'Oversight', |
2052 | 2143 | |
2053 | 2144 | # Book sources |
2054 | 2145 | 'booksources' => 'Book sources', |
| 2146 | +'booksources-summary' => '', # do not translate or duplicate this message to other languages |
2055 | 2147 | 'booksources-search-legend' => 'Search for book sources', |
2056 | 2148 | 'booksources-isbn' => 'ISBN:', # only translate this message to other languages if you have to change it |
2057 | 2149 | 'booksources-go' => 'Go', |
2058 | 2150 | 'booksources-text' => 'Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:', |
2059 | 2151 | 'booksources-invalid-isbn' => 'The given ISBN does not appear to be valid; check for errors copying from the original source.', |
2060 | 2152 | |
| 2153 | +# Magic words |
| 2154 | +'rfcurl' => 'http://tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages |
| 2155 | +'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1', # do not translate or duplicate this message to other languages |
| 2156 | + |
2061 | 2157 | # Special:Log |
2062 | 2158 | 'specialloguserlabel' => 'User:', |
2063 | 2159 | 'speciallogtitlelabel' => 'Title:', |
2064 | 2160 | 'log' => 'Logs', |
2065 | | -'all-logs-page' => 'All public logs', |
| 2161 | +'all-logs-page' => 'All logs', |
2066 | 2162 | 'alllogstext' => 'Combined display of all available logs of {{SITENAME}}. |
2067 | 2163 | You can narrow down the view by selecting a log type, the user name (case-sensitive), or the affected page (also case-sensitive).', |
2068 | 2164 | 'logempty' => 'No matching items in log.', |
— | — | @@ -2069,6 +2165,7 @@ |
2070 | 2166 | |
2071 | 2167 | # Special:AllPages |
2072 | 2168 | 'allpages' => 'All pages', |
| 2169 | +'allpages-summary' => '', # do not translate or duplicate this message to other languages |
2073 | 2170 | 'alphaindexline' => '$1 to $2', |
2074 | 2171 | 'nextpage' => 'Next page ($1)', |
2075 | 2172 | 'prevpage' => 'Previous page ($1)', |
— | — | @@ -2087,6 +2184,7 @@ |
2088 | 2185 | |
2089 | 2186 | # Special:Categories |
2090 | 2187 | 'categories' => 'Categories', |
| 2188 | +'categories-summary' => '', # do not translate or duplicate this message to other languages |
2091 | 2189 | 'categoriespagetext' => 'The following categories contain pages or media. |
2092 | 2190 | [[Special:UnusedCategories|Unused categories]] are not shown here. |
2093 | 2191 | Also see [[Special:WantedCategories|wanted categories]].', |
— | — | @@ -2115,6 +2213,7 @@ |
2116 | 2214 | # Special:Log/newusers |
2117 | 2215 | 'newuserlogpage' => 'User creation log', |
2118 | 2216 | 'newuserlogpagetext' => 'This is a log of user creations.', |
| 2217 | +'newuserlogentry' => '', # do not translate or duplicate this message to other languages |
2119 | 2218 | 'newuserlog-byemail' => 'password sent by e-mail', |
2120 | 2219 | 'newuserlog-create-entry' => 'New user account', |
2121 | 2220 | 'newuserlog-create2-entry' => 'created new account $1', |
— | — | @@ -2129,10 +2228,10 @@ |
2130 | 2229 | 'listgrouprights-helppage' => 'Help:Group rights', |
2131 | 2230 | 'listgrouprights-members' => '(list of members)', |
2132 | 2231 | 'listgrouprights-right-display' => '$1 ($2)', # only translate this message to other languages if you have to change it |
2133 | | -'listgrouprights-addgroup' => 'Add {{PLURAL:$2|group|groups}}: $1', |
2134 | | -'listgrouprights-removegroup' => 'Remove {{PLURAL:$2|group|groups}}: $1', |
2135 | | -'listgrouprights-addgroup-all' => 'Add all groups', |
2136 | | -'listgrouprights-removegroup-all' => 'Remove all groups', |
| 2232 | +'listgrouprights-addgroup' => 'Can add {{PLURAL:$2|group|groups}}: $1', |
| 2233 | +'listgrouprights-removegroup' => 'Can remove {{PLURAL:$2|group|groups}}: $1', |
| 2234 | +'listgrouprights-addgroup-all' => 'Can add all groups', |
| 2235 | +'listgrouprights-removegroup-all' => 'Can remove all groups', |
2137 | 2236 | |
2138 | 2237 | # E-mail user |
2139 | 2238 | 'mailnologin' => 'No send address', |
— | — | @@ -2177,7 +2276,7 @@ |
2178 | 2277 | 'unwatch' => 'Unwatch', |
2179 | 2278 | 'unwatchthispage' => 'Stop watching', |
2180 | 2279 | 'notanarticle' => 'Not a content page', |
2181 | | -'notvisiblerev' => 'The last revision by a different user has been deleted', |
| 2280 | +'notvisiblerev' => 'Revision has been deleted', |
2182 | 2281 | 'watchnochange' => 'None of your watched items were edited in the time period displayed.', |
2183 | 2282 | 'watchlist-details' => '{{PLURAL:$1|$1 page|$1 pages}} on your watchlist, not counting talk pages.', |
2184 | 2283 | 'wlheader-enotif' => '* E-mail notification is enabled.', |
— | — | @@ -2272,14 +2371,14 @@ |
2273 | 2372 | 'rollbackfailed' => 'Rollback failed', |
2274 | 2373 | 'cantrollback' => 'Cannot revert edit; |
2275 | 2374 | last contributor is only author of this page.', |
2276 | | -'alreadyrolled' => 'Cannot rollback last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]); |
| 2375 | +'alreadyrolled' => 'Cannot rollback last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|Talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]); |
2277 | 2376 | someone else has edited or rolled back the page already. |
2278 | 2377 | |
2279 | | -The last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).', |
| 2378 | +The last edit to the page was by [[User:$3|$3]] ([[User talk:$3|Talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).', |
2280 | 2379 | 'editcomment' => "The edit summary was: \"''\$1''\".", # only shown if there is an edit comment |
2281 | | -'revertpage' => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]', # Additionally available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from |
| 2380 | +'revertpage' => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]) to last version by [[User:$1|$1]]', # Additionally available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from |
2282 | 2381 | 'rollback-success' => 'Reverted edits by $1; |
2283 | | -changed back to last revision by $2.', |
| 2382 | +changed back to last version by $2.', |
2284 | 2383 | 'sessionfailure' => 'There seems to be a problem with your login session; |
2285 | 2384 | this action has been canceled as a precaution against session hijacking. |
2286 | 2385 | Please hit "back" and reload the page you came from, then try again.', |
— | — | @@ -2296,7 +2395,7 @@ |
2297 | 2396 | 'prot_1movedto2' => '[[$1]] moved to [[$2]]', |
2298 | 2397 | 'protect-backlink' => '← $1', # only translate this message to other languages if you have to change it |
2299 | 2398 | 'protect-legend' => 'Confirm protection', |
2300 | | -'protectcomment' => 'Reason:', |
| 2399 | +'protectcomment' => 'Comment:', |
2301 | 2400 | 'protectexpiry' => 'Expires:', |
2302 | 2401 | 'protect_expiry_invalid' => 'Expiry time is invalid.', |
2303 | 2402 | 'protect_expiry_old' => 'Expiry time is in the past.', |
— | — | @@ -2372,7 +2471,7 @@ |
2373 | 2472 | You may have a bad link, or the revision may have been restored or removed from the archive.', |
2374 | 2473 | 'undelete-nodiff' => 'No previous revision found.', |
2375 | 2474 | 'undeletebtn' => 'Restore', |
2376 | | -'undeletelink' => 'view/restore', |
| 2475 | +'undeletelink' => 'restore', |
2377 | 2476 | 'undeletereset' => 'Reset', |
2378 | 2477 | 'undeleteinvert' => 'Invert selection', |
2379 | 2478 | 'undeletecomment' => 'Comment:', |
— | — | @@ -2399,7 +2498,7 @@ |
2400 | 2499 | 'undelete-error-long' => 'Errors were encountered while undeleting the file: |
2401 | 2500 | |
2402 | 2501 | $1', |
2403 | | -'undelete-show-file-confirm' => 'Are you sure you want to view the deleted revision of the file "<nowiki>$1</nowiki>" from $2 at $3?', |
| 2502 | +'undelete-show-file-confirm' => 'Are you sure you want to view a deleted revision of the file "<nowiki>$1</nowiki>" from $2 at $3?', |
2404 | 2503 | 'undelete-show-file-submit' => 'Yes', |
2405 | 2504 | |
2406 | 2505 | # Namespace form on various pages |
— | — | @@ -2420,15 +2519,18 @@ |
2421 | 2520 | 'sp-contributions-newbies' => 'Show contributions of new accounts only', |
2422 | 2521 | 'sp-contributions-newbies-sub' => 'For new accounts', |
2423 | 2522 | 'sp-contributions-newbies-title' => 'User contributions for new accounts', |
2424 | | -'sp-contributions-blocklog' => 'block log', |
| 2523 | +'sp-contributions-blocklog' => 'Block log', |
2425 | 2524 | 'sp-contributions-search' => 'Search for contributions', |
2426 | | -'sp-contributions-username' => 'IP address or username:', |
| 2525 | +'sp-contributions-username' => 'IP Address or username:', |
2427 | 2526 | 'sp-contributions-submit' => 'Search', |
2428 | 2527 | 'sp-contributions-explain' => '', # only translate this message to other languages if you have to change it |
| 2528 | +'sp-contributions-footer' => '-', # do not translate or duplicate this message to other languages |
| 2529 | +'sp-contributions-footer-anon' => '-', # do not translate or duplicate this message to other languages |
2429 | 2530 | |
2430 | 2531 | # What links here |
2431 | 2532 | 'whatlinkshere' => 'What links here', |
2432 | 2533 | 'whatlinkshere-title' => 'Pages that link to "$1"', |
| 2534 | +'whatlinkshere-summary' => '', # do not translate or duplicate this message to other languages |
2433 | 2535 | 'whatlinkshere-page' => 'Page:', |
2434 | 2536 | 'whatlinkshere-backlink' => '← $1', # only translate this message to other languages if you have to change it |
2435 | 2537 | 'linkshere' => "The following pages link to '''[[:$1]]''':", |
— | — | @@ -2474,7 +2576,7 @@ |
2475 | 2577 | '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', # display1:time1,display2:time2,... |
2476 | 2578 | 'ipbotheroption' => 'other', |
2477 | 2579 | 'ipbotherreason' => 'Other/additional reason:', |
2478 | | -'ipbhidename' => 'Hide username from edits and lists', |
| 2580 | +'ipbhidename' => 'Hide username from the block log, active block list and user list', |
2479 | 2581 | 'ipbwatchuser' => "Watch this user's user and talk pages", |
2480 | 2582 | 'ipballowusertalk' => 'Allow this user to edit own talk page while blocked', |
2481 | 2583 | 'ipb-change-block' => 'Re-block the user with these settings', |
— | — | @@ -2499,6 +2601,7 @@ |
2500 | 2602 | 'ipblocklist-sh-userblocks' => '$1 account blocks', |
2501 | 2603 | 'ipblocklist-sh-tempblocks' => '$1 temporary blocks', |
2502 | 2604 | 'ipblocklist-sh-addressblocks' => '$1 single IP blocks', |
| 2605 | +'ipblocklist-summary' => '', # do not translate or duplicate this message to other languages |
2503 | 2606 | 'ipblocklist-submit' => 'Search', |
2504 | 2607 | 'blocklistline' => '$1, $2 blocked $3 ($4)', |
2505 | 2608 | 'infiniteblock' => 'infinite', |
— | — | @@ -2535,8 +2638,7 @@ |
2536 | 2639 | 'ipb_expiry_temp' => 'Hidden username blocks must be permanent.', |
2537 | 2640 | 'ipb_already_blocked' => '"$1" is already blocked', |
2538 | 2641 | 'ipb-needreblock' => '== Already blocked == |
2539 | | -$1 is already blocked. |
2540 | | -Do you want to change the settings?', |
| 2642 | +$1 is already blocked. Do you want to change the settings?', |
2541 | 2643 | 'ipb_cant_unblock' => 'Error: Block ID $1 not found. |
2542 | 2644 | It may have been unblocked already.', |
2543 | 2645 | 'ipb_blocked_as_range' => 'Error: The IP $1 is not blocked directly and cannot be unblocked. |
— | — | @@ -2588,7 +2690,7 @@ |
2589 | 2691 | Note that the page will '''not''' be moved if there is already a page at the new title, unless it is empty or a redirect and has no past edit history. |
2590 | 2692 | This means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page. |
2591 | 2693 | |
2592 | | -'''Warning!''' |
| 2694 | +'''WARNING!''' |
2593 | 2695 | This can be a drastic and unexpected change for a popular page; |
2594 | 2696 | please be sure you understand the consequences of this before proceeding.", |
2595 | 2697 | 'movepagetalktext' => "The associated talk page will be automatically moved along with it '''unless:''' |
— | — | @@ -2654,7 +2756,7 @@ |
2655 | 2757 | 'exporttext' => 'You can export the text and editing history of a particular page or set of pages wrapped in some XML. |
2656 | 2758 | This can be imported into another wiki using MediaWiki via the [[Special:Import|import page]]. |
2657 | 2759 | |
2658 | | -To export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit. |
| 2760 | +To export pages, enter the titles in the text box below, one title per line, and select whether you want the current version as well as all old versions, with the page history lines, or the current version with the info about the last edit. |
2659 | 2761 | |
2660 | 2762 | In the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page "[[{{MediaWiki:Mainpage}}]]".', |
2661 | 2763 | 'exportcuronly' => 'Include only the current revision, not the full history', |
— | — | @@ -2669,8 +2771,8 @@ |
2670 | 2772 | # Namespace 8 related |
2671 | 2773 | 'allmessages' => 'System messages', |
2672 | 2774 | 'allmessagesname' => 'Name', |
2673 | | -'allmessagesdefault' => 'Default message text', |
2674 | | -'allmessagescurrent' => 'Current message text', |
| 2775 | +'allmessagesdefault' => 'Default text', |
| 2776 | +'allmessagescurrent' => 'Current text', |
2675 | 2777 | 'allmessagestext' => 'This is a list of system messages available in the MediaWiki namespace. |
2676 | 2778 | Please visit [http://www.mediawiki.org/wiki/Localisation MediaWiki Localisation] and [http://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.', |
2677 | 2779 | 'allmessagesnotsupportedDB' => "This page cannot be used because '''\$wgUseDatabaseMessages''' has been disabled.", |
— | — | @@ -2693,7 +2795,7 @@ |
2694 | 2796 | Revision dates and editors' names will be preserved. |
2695 | 2797 | All transwiki import actions are logged at the [[Special:Log/import|import log]].", |
2696 | 2798 | 'import-interwiki-source' => 'Source wiki/page:', |
2697 | | -'import-interwiki-history' => 'Copy all history revisions for this page', |
| 2799 | +'import-interwiki-history' => 'Copy all history versions for this page', |
2698 | 2800 | 'import-interwiki-submit' => 'Import', |
2699 | 2801 | 'import-interwiki-namespace' => 'Destination namespace:', |
2700 | 2802 | 'import-upload-filename' => 'Filename:', |
— | — | @@ -2723,8 +2825,7 @@ |
2724 | 2826 | 'import-nonewrevisions' => 'All revisions were previously imported.', |
2725 | 2827 | 'xml-error-string' => '$1 at line $2, col $3 (byte $4): $5', |
2726 | 2828 | 'import-upload' => 'Upload XML data', |
2727 | | -'import-token-mismatch' => 'Loss of session data. |
2728 | | -Please try again.', |
| 2829 | +'import-token-mismatch' => 'Loss of session data. Please try again.', |
2729 | 2830 | 'import-invalid-interwiki' => 'Cannot import from the specified wiki.', |
2730 | 2831 | |
2731 | 2832 | # Import log |
— | — | @@ -2735,6 +2836,67 @@ |
2736 | 2837 | 'import-logentry-interwiki' => 'transwikied $1', |
2737 | 2838 | 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|revision|revisions}} from $2', |
2738 | 2839 | |
| 2840 | +# Keyboard access keys for power users |
| 2841 | +'accesskey-pt-userpage' => '.', # do not translate or duplicate this message to other languages |
| 2842 | +'accesskey-pt-anonuserpage' => '.', # do not translate or duplicate this message to other languages |
| 2843 | +'accesskey-pt-mytalk' => 'n', # do not translate or duplicate this message to other languages |
| 2844 | +'accesskey-pt-anontalk' => 'n', # do not translate or duplicate this message to other languages |
| 2845 | +'accesskey-pt-preferences' => '', # do not translate or duplicate this message to other languages |
| 2846 | +'accesskey-pt-watchlist' => 'l', # do not translate or duplicate this message to other languages |
| 2847 | +'accesskey-pt-mycontris' => 'y', # do not translate or duplicate this message to other languages |
| 2848 | +'accesskey-pt-login' => 'o', # do not translate or duplicate this message to other languages |
| 2849 | +'accesskey-pt-anonlogin' => 'o', # do not translate or duplicate this message to other languages |
| 2850 | +'accesskey-pt-logout' => '', # do not translate or duplicate this message to other languages |
| 2851 | +'accesskey-ca-talk' => 't', # do not translate or duplicate this message to other languages |
| 2852 | +'accesskey-ca-edit' => 'e', # do not translate or duplicate this message to other languages |
| 2853 | +'accesskey-ca-addsection' => '+', # do not translate or duplicate this message to other languages |
| 2854 | +'accesskey-ca-viewsource' => 'e', # do not translate or duplicate this message to other languages |
| 2855 | +'accesskey-ca-history' => 'h', # do not translate or duplicate this message to other languages |
| 2856 | +'accesskey-ca-protect' => '=', # do not translate or duplicate this message to other languages |
| 2857 | +'accesskey-ca-delete' => 'd', # do not translate or duplicate this message to other languages |
| 2858 | +'accesskey-ca-undelete' => 'd', # do not translate or duplicate this message to other languages |
| 2859 | +'accesskey-ca-move' => 'm', # do not translate or duplicate this message to other languages |
| 2860 | +'accesskey-ca-watch' => 'w', # do not translate or duplicate this message to other languages |
| 2861 | +'accesskey-ca-unwatch' => 'w', # do not translate or duplicate this message to other languages |
| 2862 | +'accesskey-search' => 'f', # do not translate or duplicate this message to other languages |
| 2863 | +'accesskey-search-go' => '', # do not translate or duplicate this message to other languages |
| 2864 | +'accesskey-search-fulltext' => '', # do not translate or duplicate this message to other languages |
| 2865 | +'accesskey-p-logo' => '', # do not translate or duplicate this message to other languages |
| 2866 | +'accesskey-n-mainpage' => 'z', # do not translate or duplicate this message to other languages |
| 2867 | +'accesskey-n-portal' => '', # do not translate or duplicate this message to other languages |
| 2868 | +'accesskey-n-currentevents' => '', # do not translate or duplicate this message to other languages |
| 2869 | +'accesskey-n-recentchanges' => 'r', # do not translate or duplicate this message to other languages |
| 2870 | +'accesskey-n-randompage' => 'x', # do not translate or duplicate this message to other languages |
| 2871 | +'accesskey-n-help' => '', # do not translate or duplicate this message to other languages |
| 2872 | +'accesskey-t-whatlinkshere' => 'j', # do not translate or duplicate this message to other languages |
| 2873 | +'accesskey-t-recentchangeslinked' => 'k', # do not translate or duplicate this message to other languages |
| 2874 | +'accesskey-feed-rss' => '', # do not translate or duplicate this message to other languages |
| 2875 | +'accesskey-feed-atom' => '', # do not translate or duplicate this message to other languages |
| 2876 | +'accesskey-t-contributions' => '', # do not translate or duplicate this message to other languages |
| 2877 | +'accesskey-t-emailuser' => '', # do not translate or duplicate this message to other languages |
| 2878 | +'accesskey-t-permalink' => '', # do not translate or duplicate this message to other languages |
| 2879 | +'accesskey-t-print' => 'p', # do not translate or duplicate this message to other languages |
| 2880 | +'accesskey-t-upload' => 'u', # do not translate or duplicate this message to other languages |
| 2881 | +'accesskey-t-specialpages' => 'q', # do not translate or duplicate this message to other languages |
| 2882 | +'accesskey-ca-nstab-main' => 'c', # do not translate or duplicate this message to other languages |
| 2883 | +'accesskey-ca-nstab-user' => 'c', # do not translate or duplicate this message to other languages |
| 2884 | +'accesskey-ca-nstab-media' => 'c', # do not translate or duplicate this message to other languages |
| 2885 | +'accesskey-ca-nstab-special' => '', # do not translate or duplicate this message to other languages |
| 2886 | +'accesskey-ca-nstab-project' => 'a', # do not translate or duplicate this message to other languages |
| 2887 | +'accesskey-ca-nstab-image' => 'c', # do not translate or duplicate this message to other languages |
| 2888 | +'accesskey-ca-nstab-mediawiki' => 'c', # do not translate or duplicate this message to other languages |
| 2889 | +'accesskey-ca-nstab-template' => 'c', # do not translate or duplicate this message to other languages |
| 2890 | +'accesskey-ca-nstab-help' => 'c', # do not translate or duplicate this message to other languages |
| 2891 | +'accesskey-ca-nstab-category' => 'c', # do not translate or duplicate this message to other languages |
| 2892 | +'accesskey-minoredit' => 'i', # do not translate or duplicate this message to other languages |
| 2893 | +'accesskey-save' => 's', # do not translate or duplicate this message to other languages |
| 2894 | +'accesskey-preview' => 'p', # do not translate or duplicate this message to other languages |
| 2895 | +'accesskey-diff' => 'v', # do not translate or duplicate this message to other languages |
| 2896 | +'accesskey-compareselectedversions' => 'v', # do not translate or duplicate this message to other languages |
| 2897 | +'accesskey-visualcomparison' => 'b', # do not translate or duplicate this message to other languages |
| 2898 | +'accesskey-watch' => 'w', # do not translate or duplicate this message to other languages |
| 2899 | +'accesskey-upload' => 's', # do not translate or duplicate this message to other languages |
| 2900 | + |
2739 | 2901 | # Tooltip help for the actions |
2740 | 2902 | 'tooltip-pt-userpage' => 'Your user page', |
2741 | 2903 | 'tooltip-pt-anonuserpage' => "The user page for the ip you're editing as", |
— | — | @@ -2752,7 +2914,7 @@ |
2753 | 2915 | 'tooltip-ca-addsection' => 'Start a new section', |
2754 | 2916 | 'tooltip-ca-viewsource' => 'This page is protected. |
2755 | 2917 | You can view its source', |
2756 | | -'tooltip-ca-history' => 'Past revisions of this page', |
| 2918 | +'tooltip-ca-history' => 'Past versions of this page', |
2757 | 2919 | 'tooltip-ca-protect' => 'Protect this page', |
2758 | 2920 | 'tooltip-ca-delete' => 'Delete this page', |
2759 | 2921 | 'tooltip-ca-undelete' => 'Restore the edits done to this page before it was deleted', |
— | — | @@ -2778,7 +2940,7 @@ |
2779 | 2941 | 'tooltip-t-upload' => 'Upload files', |
2780 | 2942 | 'tooltip-t-specialpages' => 'List of all special pages', |
2781 | 2943 | 'tooltip-t-print' => 'Printable version of this page', |
2782 | | -'tooltip-t-permalink' => 'Permanent link to this revision of the page', |
| 2944 | +'tooltip-t-permalink' => 'Permanent link to this version of the page', |
2783 | 2945 | 'tooltip-ca-nstab-main' => 'View the content page', |
2784 | 2946 | 'tooltip-ca-nstab-user' => 'View the user page', |
2785 | 2947 | 'tooltip-ca-nstab-media' => 'View the media page', |
— | — | @@ -2793,13 +2955,13 @@ |
2794 | 2956 | 'tooltip-save' => 'Save your changes', |
2795 | 2957 | 'tooltip-preview' => 'Preview your changes, please use this before saving!', |
2796 | 2958 | 'tooltip-diff' => 'Show which changes you made to the text', |
2797 | | -'tooltip-compareselectedversions' => 'See the differences between the two selected revisions of this page', |
| 2959 | +'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page', |
2798 | 2960 | 'tooltip-watch' => 'Add this page to your watchlist', |
2799 | 2961 | 'tooltip-recreate' => 'Recreate the page even though it has been deleted', |
2800 | 2962 | 'tooltip-upload' => 'Start upload', |
2801 | 2963 | 'tooltip-rollback' => '"Rollback" reverts edit(s) to this page of the last contributor in one click', |
2802 | 2964 | 'tooltip-undo' => '"Undo" reverts this edit and opens the edit form in preview mode. |
2803 | | -It allows adding a reason in the summary.', |
| 2965 | +Allows adding a reason in the summary', |
2804 | 2966 | |
2805 | 2967 | # Stylesheets |
2806 | 2968 | 'common.css' => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it |
— | — | @@ -2846,7 +3008,7 @@ |
2847 | 3009 | This is probably caused by a link to a blacklisted external site.', |
2848 | 3010 | 'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1', |
2849 | 3011 | 'spambot_username' => 'MediaWiki spam cleanup', |
2850 | | -'spam_reverting' => 'Reverting to last revision not containing links to $1', |
| 3012 | +'spam_reverting' => 'Reverting to last version not containing links to $1', |
2851 | 3013 | 'spam_blanking' => 'All revisions contained links to $1, blanking', |
2852 | 3014 | |
2853 | 3015 | # Info page |
— | — | @@ -2877,6 +3039,7 @@ |
2878 | 3040 | |
2879 | 3041 | # Patrolling |
2880 | 3042 | 'markaspatrolleddiff' => 'Mark as patrolled', |
| 3043 | +'markaspatrolledlink' => '[$1]', # do not translate or duplicate this message to other languages |
2881 | 3044 | 'markaspatrolledtext' => 'Mark this page as patrolled', |
2882 | 3045 | 'markedaspatrolled' => 'Marked as patrolled', |
2883 | 3046 | 'markedaspatrolledtext' => 'The selected revision has been marked as patrolled.', |
— | — | @@ -2913,8 +3076,7 @@ |
2914 | 3077 | 'visual-comparison' => 'Visual comparison', |
2915 | 3078 | |
2916 | 3079 | # Media information |
2917 | | -'mediawarning' => "'''Warning''': This file type may contain malicious code. |
2918 | | -By executing it, your system may be compromised.<hr />", |
| 3080 | +'mediawarning' => "'''Warning''': This file may contain malicious code, by executing it your system may be compromised.<hr />", |
2919 | 3081 | 'imagemaxsize' => 'Limit images on file description pages to:', |
2920 | 3082 | 'thumbsize' => 'Thumbnail size:', |
2921 | 3083 | 'widthheight' => '$1×$2', # only translate this message to other languages if you have to change it |
— | — | @@ -3004,7 +3166,6 @@ |
3005 | 3167 | * datetimeoriginal |
3006 | 3168 | * exposuretime |
3007 | 3169 | * fnumber |
3008 | | -* isospeedratings |
3009 | 3170 | * focallength', # Do not translate list items |
3010 | 3171 | |
3011 | 3172 | # EXIF tags |
— | — | @@ -3129,6 +3290,11 @@ |
3130 | 3291 | 'exif-gpsdatestamp' => 'GPS date', |
3131 | 3292 | 'exif-gpsdifferential' => 'GPS differential correction', |
3132 | 3293 | |
| 3294 | +# Make & model, can be wikified in order to link to the camera and model name |
| 3295 | +'exif-make-value' => '$1', # do not translate or duplicate this message to other languages |
| 3296 | +'exif-model-value' => '$1', # do not translate or duplicate this message to other languages |
| 3297 | +'exif-software-value' => '$1', # do not translate or duplicate this message to other languages |
| 3298 | + |
3133 | 3299 | # EXIF attributes |
3134 | 3300 | 'exif-compression-1' => 'Uncompressed', |
3135 | 3301 | 'exif-compression-6' => 'JPEG', # only translate this message to other languages if you have to change it |
— | — | @@ -3174,7 +3340,7 @@ |
3175 | 3341 | 'exif-exposureprogram-7' => 'Portrait mode (for closeup photos with the background out of focus)', |
3176 | 3342 | 'exif-exposureprogram-8' => 'Landscape mode (for landscape photos with the background in focus)', |
3177 | 3343 | |
3178 | | -'exif-subjectdistance-value' => '$1 meters', |
| 3344 | +'exif-subjectdistance-value' => '$1 metres', |
3179 | 3345 | |
3180 | 3346 | 'exif-meteringmode-0' => 'Unknown', |
3181 | 3347 | 'exif-meteringmode-1' => 'Average', |
— | — | @@ -3286,7 +3452,7 @@ |
3287 | 3453 | 'exif-gpsmeasuremode-3' => '3-dimensional measurement', |
3288 | 3454 | |
3289 | 3455 | # Pseudotags used for GPSSpeedRef and GPSDestDistanceRef |
3290 | | -'exif-gpsspeed-k' => 'Kilometers per hour', |
| 3456 | +'exif-gpsspeed-k' => 'Kilometres per hour', |
3291 | 3457 | 'exif-gpsspeed-m' => 'Miles per hour', |
3292 | 3458 | 'exif-gpsspeed-n' => 'Knots', |
3293 | 3459 | |
— | — | @@ -3356,6 +3522,8 @@ |
3357 | 3523 | 'trackbackbox' => '<div id="mw_trackbacks">Trackbacks for this page:<br /> |
3358 | 3524 | $1 |
3359 | 3525 | </div>', |
| 3526 | +'trackback' => '; $4$5 : [$2 $1]', # do not translate or duplicate this message to other languages |
| 3527 | +'trackbackexcerpt' => '; $4$5 : [$2 $1]: <nowiki>$3</nowiki>', # do not translate or duplicate this message to other languages |
3360 | 3528 | 'trackbackremove' => ' ([$1 Delete])', |
3361 | 3529 | 'trackbacklink' => 'Trackback', |
3362 | 3530 | 'trackbackdeleteok' => 'The trackback was successfully deleted.', |
— | — | @@ -3372,7 +3540,7 @@ |
3373 | 3541 | # action=purge |
3374 | 3542 | 'confirm_purge_button' => 'OK', |
3375 | 3543 | 'confirm-purge-top' => 'Clear the cache of this page?', |
3376 | | -'confirm-purge-bottom' => 'Purging a page clears the cache and forces the most current revision to appear.', |
| 3544 | +'confirm-purge-bottom' => 'Purging a page clears the cache and forces the most current version to appear.', |
3377 | 3545 | |
3378 | 3546 | # Separators for various lists, etc. |
3379 | 3547 | 'catseparator' => '|', # only translate this message to other languages if you have to change it |
— | — | @@ -3380,9 +3548,9 @@ |
3381 | 3549 | 'comma-separator' => ', ', # only translate this message to other languages if you have to change it |
3382 | 3550 | 'colon-separator' => ': ', # only translate this message to other languages if you have to change it |
3383 | 3551 | 'autocomment-prefix' => '- ', # only translate this message to other languages if you have to change it |
3384 | | -'pipe-separator' => ' • ', # only translate this message to other languages if you have to change it |
| 3552 | +'pipe-separator' => ' | ', # only translate this message to other languages if you have to change it |
3385 | 3553 | 'word-separator' => ' ', # only translate this message to other languages if you have to change it |
3386 | | -'ellipsis' => '...', # only translate this message to other languages if you have to change it |
| 3554 | +'ellipsis' => '…', # only translate this message to other languages if you have to change it |
3387 | 3555 | |
3388 | 3556 | # Multipage image navigation |
3389 | 3557 | 'imgmultipageprev' => '← previous page', |
— | — | @@ -3407,6 +3575,30 @@ |
3408 | 3576 | 'autoredircomment' => 'Redirected page to [[$1]]', |
3409 | 3577 | 'autosumm-new' => "Created page with '$1'", |
3410 | 3578 | |
| 3579 | +# Autoblock whitelist |
| 3580 | +'autoblock_whitelist' => 'AOL http://webmaster.info.aol.com/proxyinfo.html |
| 3581 | +*64.12.96.0/19 |
| 3582 | +*149.174.160.0/20 |
| 3583 | +*152.163.240.0/21 |
| 3584 | +*152.163.248.0/22 |
| 3585 | +*152.163.252.0/23 |
| 3586 | +*152.163.96.0/22 |
| 3587 | +*152.163.100.0/23 |
| 3588 | +*195.93.32.0/22 |
| 3589 | +*195.93.48.0/22 |
| 3590 | +*195.93.64.0/19 |
| 3591 | +*195.93.96.0/19 |
| 3592 | +*195.93.16.0/20 |
| 3593 | +*198.81.0.0/22 |
| 3594 | +*198.81.16.0/20 |
| 3595 | +*198.81.8.0/23 |
| 3596 | +*202.67.64.128/25 |
| 3597 | +*205.188.192.0/20 |
| 3598 | +*205.188.208.0/23 |
| 3599 | +*205.188.112.0/20 |
| 3600 | +*205.188.146.144/30 |
| 3601 | +*207.200.112.0/21', # do not translate or duplicate this message to other languages |
| 3602 | + |
3411 | 3603 | # Size units |
3412 | 3604 | 'size-bytes' => '$1 B', # only translate this message to other languages if you have to change it |
3413 | 3605 | 'size-kilobytes' => '$1 KB', # only translate this message to other languages if you have to change it |
— | — | @@ -3414,8 +3606,8 @@ |
3415 | 3607 | 'size-gigabytes' => '$1 GB', # only translate this message to other languages if you have to change it |
3416 | 3608 | |
3417 | 3609 | # Live preview |
3418 | | -'livepreview-loading' => 'Loading...', |
3419 | | -'livepreview-ready' => 'Loading... Ready!', |
| 3610 | +'livepreview-loading' => 'Loading…', |
| 3611 | +'livepreview-ready' => 'Loading… Ready!', |
3420 | 3612 | 'livepreview-failed' => 'Live preview failed! Try normal preview.', |
3421 | 3613 | 'livepreview-error' => 'Failed to connect: $1 "$2". |
3422 | 3614 | Try normal preview.', |
— | — | @@ -3510,11 +3702,13 @@ |
3511 | 3703 | 'hebrew-calendar-m12-gen' => 'Elul', # only translate this message to other languages if you have to change it |
3512 | 3704 | |
3513 | 3705 | # Signatures |
3514 | | -'timezone-utc' => 'UTC', # only translate this message to other languages if you have to change it |
| 3706 | +'signature' => '[[{{ns:user}}:$1|$2]]', # do not translate or duplicate this message to other languages |
| 3707 | +'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # do not translate or duplicate this message to other languages |
| 3708 | +'timezone-utc' => 'UTC', # only translate this message to other languages if you have to change it |
3515 | 3709 | |
3516 | 3710 | # Core parser functions |
3517 | 3711 | 'unknown_extension_tag' => 'Unknown extension tag "$1"', |
3518 | | -'duplicate-defaultsort' => '\'\'\'Warning:\'\'\' Default sort key "$2" overrides earlier default sort key "$1".', |
| 3712 | +'duplicate-defaultsort' => 'Warning: Default sort key "$2" overrides earlier default sort key "$1".', |
3519 | 3713 | |
3520 | 3714 | # Special:Version |
3521 | 3715 | 'version' => 'Version', # Not used as normal message but as header for the special page itself |
— | — | @@ -3560,9 +3754,10 @@ |
3561 | 3755 | |
3562 | 3756 | # Special:SpecialPages |
3563 | 3757 | 'specialpages' => 'Special pages', |
| 3758 | +'specialpages-summary' => '', # do not translate or duplicate this message to other languages |
3564 | 3759 | 'specialpages-note' => '---- |
3565 | 3760 | * Normal special pages. |
3566 | | -* <strong class="mw-specialpagerestricted">Restricted special pages.</strong>', |
| 3761 | +* <span class="mw-specialpagerestricted">Restricted special pages.</span>', |
3567 | 3762 | 'specialpages-group-maintenance' => 'Maintenance reports', |
3568 | 3763 | 'specialpages-group-other' => 'Other special pages', |
3569 | 3764 | 'specialpages-group-login' => 'Login / sign up', |
— | — | @@ -3570,7 +3765,7 @@ |
3571 | 3766 | 'specialpages-group-media' => 'Media reports and uploads', |
3572 | 3767 | 'specialpages-group-users' => 'Users and rights', |
3573 | 3768 | 'specialpages-group-highuse' => 'High use pages', |
3574 | | -'specialpages-group-pages' => 'Lists of pages', |
| 3769 | +'specialpages-group-pages' => 'List of pages', |
3575 | 3770 | 'specialpages-group-pagetools' => 'Page tools', |
3576 | 3771 | 'specialpages-group-wiki' => 'Wiki data and tools', |
3577 | 3772 | 'specialpages-group-redirects' => 'Redirecting special pages', |
— | — | @@ -3586,7 +3781,6 @@ |
3587 | 3782 | #These will be matched with the URLs of external (hotlinked) images |
3588 | 3783 | #Those that match will be displayed as images, otherwise only a link to the image will be shown |
3589 | 3784 | #Lines beginning with # are treated as comments |
3590 | | -#This is case-insensitive |
3591 | 3785 | |
3592 | 3786 | #Put all regex fragments above this line. Leave this line exactly as it is</pre>', |
3593 | 3787 | |