From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- maintenance/language/messages.inc | 297 ++++++++++++++++++++++++++++++-------- 1 file changed, 234 insertions(+), 63 deletions(-) (limited to 'maintenance/language/messages.inc') diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 00763033..8b818d16 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -142,6 +142,7 @@ $wgMessageStructure = array( 'mytalk', 'anontalk', 'navigation', + 'and', ), 'metadata_help' => array( 'metadata_help', @@ -262,11 +263,17 @@ $wgMessageStructure = array( 'restorelink', 'feedlinks', 'feed-invalid', + 'feed-unavailable', + 'site-rss-feed', + 'site-atom-feed', + 'page-rss-feed', + 'page-atom-feed', 'feed-atom', 'feed-rss', 'sitenotice', 'anonnotice', 'newsectionheaderdefaultlevel', + 'red-link-title', ), 'nstab' => array( 'nstab-main', @@ -321,6 +328,8 @@ $wgMessageStructure = array( 'wrong_wfQuery_params', 'viewsource', 'viewsourcefor', + 'actionthrottled', + 'actionthrottledtext', 'protectedpagetext', 'viewsourcetext', 'protectedinterface', @@ -330,6 +339,7 @@ $wgMessageStructure = array( 'namespaceprotected', 'customcssjsprotected', 'ns-specialprotected', + 'titleprotected', ), 'login' => array( 'logouttitle', @@ -370,6 +380,7 @@ $wgMessageStructure = array( 'prefs-help-realname', 'loginerror', 'prefs-help-email', + 'prefs-help-email-required', 'nocookiesnew', 'nocookieslogin', 'noname', @@ -389,6 +400,7 @@ $wgMessageStructure = array( 'blocked-mailpassword', 'eauthentsent', 'throttled-mailpassword', + 'loginstart', 'loginend', 'signupend', 'mailerror', @@ -400,6 +412,8 @@ $wgMessageStructure = array( 'invalidemailaddress', 'accountcreated', 'accountcreatedtext', + 'createaccount-title', + 'createaccount-text', 'loginlanguagelabel', 'loginlanguagelinks', ), @@ -455,6 +469,7 @@ $wgMessageStructure = array( 'blockedtitle', 'blockedtext', 'autoblockedtext', + 'blockednoreason', 'blockedoriginalsource', 'blockededitsource', 'whitelistedittitle', @@ -479,6 +494,7 @@ $wgMessageStructure = array( 'anontalkpagetext', 'noarticletext', 'noarticletextanon', + 'userpage-userdoesnotexist', 'clearyourcache', 'usercssjsyoucanpreview', 'usercsspreview', @@ -510,6 +526,7 @@ $wgMessageStructure = array( 'protectedpagewarning', 'semiprotectedpagewarning', 'cascadeprotectedwarning', + 'titleprotectedwarning', 'templatesused', 'templatesusedpreview', 'templatesusedsection', @@ -530,10 +547,9 @@ $wgMessageStructure = array( ), 'cantcreateaccount' => array( 'cantcreateaccounttitle', - 'cantcreateaccounttext', + 'cantcreateaccount-text', ), 'history' => array( - 'revhistory', 'viewpagelogs', 'nohistory', 'revnotfound', @@ -602,13 +618,34 @@ $wgMessageStructure = array( 'oversightlog', 'overlogpagetext', ), + 'mergehistory' => array( + 'mergehistory', + 'mergehistory-header', + 'mergehistory-box', + 'mergehistory-from', + 'mergehistory-into', + 'mergehistory-list', + 'mergehistory-merge', + 'mergehistory-go', + 'mergehistory-submit', + 'mergehistory-empty', + 'mergehistory-success', + 'mergehistory-fail', + 'mergehistory-no-source', + 'mergehistory-no-destination', + 'mergehistory-invalid-source', + 'mergehistory-invalid-destination', + ), + 'mergelog' => array( + 'mergelog', + 'pagemerge-logentry', + 'revertmerge', + 'mergelogpagetext', + ), 'diffs' => array( + 'history-title', 'difference', - 'loadingrev', 'lineno', - 'editcurrent', - 'selectnewerversionfordiff', - 'selectolderversionfordiff', 'compareselectedversions', 'editundo', 'diff-multi', @@ -619,6 +656,8 @@ $wgMessageStructure = array( 'searchsubtitle', 'searchsubtitleinvalid', 'noexactmatch', + 'noexactmatch-nocreate', + 'toomanymatches', 'titlematches', 'notitlematches', 'textmatches', @@ -703,12 +742,19 @@ $wgMessageStructure = array( 'userrights-editusergroup', 'saveusergroups', 'userrights-groupsmember', + 'userrights-groupsremovable', 'userrights-groupsavailable', 'userrights-groupshelp', 'userrights-reason', 'userrights-available-none', 'userrights-available-add', 'userrights-available-remove', + 'userrights-available-add-self', + 'userrights-available-remove-self', + 'userrights-no-interwiki', + 'userrights-nodatabase', + 'userrights-nologin', + 'userrights-notallowed', ), 'group' => array( 'group', @@ -782,7 +828,11 @@ $wgMessageStructure = array( 'uploadnologintext', 'upload_directory_read_only', 'uploaderror', + 'upload-summary', 'uploadtext', + 'upload-permitted', + 'upload-preferred', + 'upload-prohibited', 'uploadlog', 'uploadlogpage', 'uploadlogpagetext', @@ -798,12 +848,14 @@ $wgMessageStructure = array( 'illegalfilename', 'badfilename', 'filetype-badmime', - 'filetype-badtype', + 'filetype-unwanted-type', + 'filetype-banned-type', 'filetype-missing', 'large-file', 'largefileserver', 'emptyfile', 'fileexists', + 'filepageexists', 'fileexists-extension', 'fileexists-thumb', 'fileexists-thumbnail-yes', @@ -824,6 +876,9 @@ $wgMessageStructure = array( 'destfilename', 'watchthisupload', 'filewasdeleted', + 'upload-wasdeleted', + 'filename-bad-prefix', + 'filename-prefix-blacklist', ), 'upload-errors' => array( 'upload-proto-error', @@ -876,6 +931,7 @@ $wgMessageStructure = array( 'nolinkstoimage', 'sharedupload', 'shareduploadwiki', + 'shareduploadwiki-desc', 'shareduploadwiki-linktext', 'shareddescriptionfollows', 'noimage', @@ -912,6 +968,9 @@ $wgMessageStructure = array( 'filedelete-nofile', 'filedelete-nofile-old', 'filedelete-iscurrent', + 'filedelete-otherreason', + 'filedelete-reason-otherlist', + 'filedelete-reason-dropdown', ), 'mimesearch' => array( 'mimesearch', @@ -933,6 +992,11 @@ $wgMessageStructure = array( 'unusedtemplatestext', 'unusedtemplateswlh', ), + 'randompage' => array( + 'randompage', + 'randompage-nopages', + 'randompage-url', + ), 'randomredirect' => array( 'randomredirect', 'randomredirect-nopages', @@ -968,6 +1032,7 @@ $wgMessageStructure = array( 'withoutinterwiki', 'withoutinterwiki-header', 'withoutinterwiki-summary', + 'withoutinterwiki-submit', ), 'fewestrevisions' => array( 'fewestrevisions', @@ -1017,9 +1082,6 @@ $wgMessageStructure = array( 'allpages-summary', 'prefixindex', 'prefixindex-summary', - 'randompage', - 'randompage-nopages', - 'randompage-url', 'shortpages', 'shortpages-summary', 'longpages', @@ -1031,13 +1093,16 @@ $wgMessageStructure = array( 'protectedpages-summary', 'protectedpagestext', 'protectedpagesempty', + 'protectedtitles', + 'protectedtitles-summary', + 'protectedtitlestext', + 'protectedtitlesempty', 'listusers', 'listusers-summary', 'specialpages', 'specialpages-summary', 'spheading', 'restrictedpheading', - 'rclsub', 'newpages', 'newpages-summary', 'newpages-username', @@ -1048,6 +1113,10 @@ $wgMessageStructure = array( 'movethispage', 'unusedimagestext', 'unusedcategoriestext', + 'notargettitle', + 'notargettext', + 'pager-newer-n', + 'pager-older-n', ), 'booksources' => array( 'booksources', @@ -1177,8 +1246,9 @@ $wgMessageStructure = array( 'excontentauthor', 'exbeforeblank', 'exblank', - 'confirmdelete', - 'deletesub', + 'delete-confirm', + 'delete-backlink', + 'delete-legend', 'historywarning', 'confirmdeletetext', 'actioncomplete', @@ -1189,6 +1259,11 @@ $wgMessageStructure = array( 'deletionlog', 'reverted', 'deletecomment', + 'deleteotherreason', + 'deletereasonotherlist', + 'deletereason-dropdown', + 'delete-toobig', + 'delete-warning-toobig', 'rollback', 'rollback_short', 'rollbacklink', @@ -1224,6 +1299,7 @@ $wgMessageStructure = array( 'protect-summary-cascade', 'protect-expiring', 'protect-cascade', + 'protect-cantedit', 'restriction-type', 'restriction-level', 'minimum-size', @@ -1233,6 +1309,7 @@ $wgMessageStructure = array( 'restrictions' => array( 'restriction-edit', 'restriction-move', + 'restriction-create', ), 'restriction-levels' => array( 'restriction-level-sysop', @@ -1251,7 +1328,9 @@ $wgMessageStructure = array( 'undeletehistorynoadmin', 'undelete-revision', 'undeleterevision-missing', + 'undelete-nodiff', 'undeletebtn', + 'undeletelink', 'undeletereset', 'undeletecomment', 'undeletedarticle', @@ -1289,10 +1368,6 @@ $wgMessageStructure = array( 'year', ), 'sp-contributions' => array( - 'sp-contributions-newest', - 'sp-contributions-oldest', - 'sp-contributions-newer', - 'sp-contributions-older', 'sp-contributions-newbies', 'sp-contributions-newbies-sub', 'sp-contributions-blocklog', @@ -1310,9 +1385,8 @@ $wgMessageStructure = array( 'whatlinkshere', 'whatlinkshere-title', 'whatlinkshere-summary', + 'whatlinkshere-page', 'whatlinkshere-barrow', - 'notargettitle', - 'notargettext', 'linklistsub', 'linkshere', 'nolinkshere', @@ -1384,9 +1458,12 @@ $wgMessageStructure = array( 'range_block_disabled', 'ipb_expiry_invalid', 'ipb_already_blocked', + 'ipb_cant_unblock', + 'ipb_blocked_as_range', 'ip_range_invalid', + 'blockme', 'proxyblocker', - 'ipb_cant_unblock', + 'proxyblocker-disabled', 'proxyblockreason', 'proxyblocksuccess', 'sorbs', @@ -1424,6 +1501,7 @@ $wgMessageStructure = array( 'pagemovedsub', 'movepage-moved', 'articleexists', + 'cantmove-titleprotected', 'talkexists', 'movedto', 'movetalk', @@ -1451,6 +1529,7 @@ $wgMessageStructure = array( 'export-addcattext', 'export-addcat', 'export-download', + 'export-templates', ), 'allmessages' => array( 'allmessages', @@ -1464,7 +1543,6 @@ $wgMessageStructure = array( ), 'thumbnails' => array( 'thumbnail-more', - 'missingimage', 'filemissing', 'thumbnail_error', 'djvu_page_error', @@ -1492,7 +1570,13 @@ $wgMessageStructure = array( 'importhistoryconflict', 'importnosources', 'importnofile', - 'importuploaderror', + 'importuploaderrorsize', + 'importuploaderrorpartial', + 'importuploaderrortemp', + 'import-parse-failure', + 'import-noarticle', + 'import-nonewrevisions', + 'xml-error-string', ), 'importlog' => array( 'importlogpage', @@ -1525,6 +1609,8 @@ $wgMessageStructure = array( 'accesskey-ca-watch', 'accesskey-ca-unwatch', 'accesskey-search', + 'accesskey-search-go', + 'accesskey-search-fulltext', 'accesskey-p-logo', 'accesskey-n-mainpage', 'accesskey-n-portal', @@ -1535,6 +1621,7 @@ $wgMessageStructure = array( 'accesskey-n-sitesupport', 'accesskey-t-whatlinkshere', 'accesskey-t-recentchangeslinked', + 'accesskey-t-random', 'accesskey-feed-rss', 'accesskey-feed-atom', 'accesskey-t-contributions', @@ -1584,6 +1671,8 @@ $wgMessageStructure = array( 'tooltip-ca-watch', 'tooltip-ca-unwatch', 'tooltip-search', + 'tooltip-search-go', + 'tooltip-search-fulltext', 'tooltip-p-logo', 'tooltip-n-mainpage', 'tooltip-n-portal', @@ -1594,6 +1683,7 @@ $wgMessageStructure = array( 'tooltip-n-sitesupport', 'tooltip-t-whatlinkshere', 'tooltip-t-recentchangeslinked', + 'tooltip-t-random', 'tooltip-feed-rss', 'tooltip-feed-atom', 'tooltip-t-contributions', @@ -1638,7 +1728,6 @@ $wgMessageStructure = array( 'anonymous', 'siteuser', 'lastmodifiedatby', - 'and', 'othercontribs', 'others', 'siteusers', @@ -1734,6 +1823,8 @@ $wgMessageStructure = array( 'bad_image_list', ), 'variantname-zh' => array( + 'variantname-zh-hans', + 'variantname-zh-hant', 'variantname-zh-cn', 'variantname-zh-tw', 'variantname-zh-hk', @@ -1748,9 +1839,12 @@ $wgMessageStructure = array( 'variantname-sr', ), 'variantname-kk' => array( - 'variantname-kk-tr', 'variantname-kk-kz', + 'variantname-kk-tr', 'variantname-kk-cn', + 'variantname-kk-cyrl', + 'variantname-kk-latn', + 'variantname-kk-arab', 'variantname-kk', ), 'variantname-ku' => array( @@ -2132,9 +2226,12 @@ $wgMessageStructure = array( 'searchnamed', 'articletitles', 'hideresults', + 'useajaxsearch', ), - 'catseparator' => array( + 'separators' => array( 'catseparator', + 'semicolon-separator', + 'comma-separator', ), 'imgmulti' => array( 'imgmultipageprev', @@ -2142,7 +2239,6 @@ $wgMessageStructure = array( 'imgmultigo', 'imgmultigotopre', 'imgmultigotopost', - 'imgmultiparseerror', ), 'tablepager' => array( 'ascending_abbrev', @@ -2183,11 +2279,6 @@ $wgMessageStructure = array( 'watchlisteditor' => array( 'watchlistedit-numitems', 'watchlistedit-noitems', - 'watchlistedit-clear-title', - 'watchlistedit-clear-legend', - 'watchlistedit-clear-confirm', - 'watchlistedit-clear-submit', - 'watchlistedit-clear-done', 'watchlistedit-normal-title', 'watchlistedit-normal-legend', 'watchlistedit-normal-explain', @@ -2206,7 +2297,83 @@ $wgMessageStructure = array( 'watchlisttools-view', 'watchlisttools-edit', 'watchlisttools-raw', - 'watchlisttools-clear', + ), + 'iranian-dates' => array( + 'iranian-calendar-m1', + 'iranian-calendar-m2', + 'iranian-calendar-m3', + 'iranian-calendar-m4', + 'iranian-calendar-m5', + 'iranian-calendar-m6', + 'iranian-calendar-m7', + 'iranian-calendar-m8', + 'iranian-calendar-m9', + 'iranian-calendar-m10', + 'iranian-calendar-m11', + 'iranian-calendar-m12', + ), + 'hebrew-dates' => array( + 'hebrew-calendar-m1', + 'hebrew-calendar-m2', + 'hebrew-calendar-m3', + 'hebrew-calendar-m4', + 'hebrew-calendar-m5', + 'hebrew-calendar-m6', + 'hebrew-calendar-m6a', + 'hebrew-calendar-m6b', + 'hebrew-calendar-m7', + 'hebrew-calendar-m8', + 'hebrew-calendar-m9', + 'hebrew-calendar-m10', + 'hebrew-calendar-m11', + 'hebrew-calendar-m12', + 'hebrew-calendar-m1-gen', + 'hebrew-calendar-m2-gen', + 'hebrew-calendar-m3-gen', + 'hebrew-calendar-m4-gen', + 'hebrew-calendar-m5-gen', + 'hebrew-calendar-m6-gen', + 'hebrew-calendar-m6a-gen', + 'hebrew-calendar-m6b-gen', + 'hebrew-calendar-m7-gen', + 'hebrew-calendar-m8-gen', + 'hebrew-calendar-m9-gen', + 'hebrew-calendar-m10-gen', + 'hebrew-calendar-m11-gen', + 'hebrew-calendar-m12-gen', + ), + 'signatures' => array( + 'signature', + 'signature-anon', + ), + 'CoreParserFunctions' => array( + 'unknown_extension_tag', + ), + 'version' => array( + 'version-extensions', + 'version-specialpages', + 'version-parserhooks', + 'version-variables', + 'version-other', + 'version-mediahandlers', + 'version-hooks', + 'version-extension-functions', + 'version-parser-extensiontags', + 'version-parser-function-hooks', + 'version-skin-extension-functions', + 'version-hook-name', + 'version-hook-subscribedby', + 'version-version', + 'version-license', + 'version-software', + 'version-software-product', + 'version-software-version', + ), + 'filepath' => array( + 'filepath', + 'filepath-page', + 'filepath-submit', + 'filepath-summary', ), ); /** Comments for each block */ @@ -2230,7 +2397,7 @@ XHTML id names.", 'badaccess' => '', 'versionrequired' => '', 'miscellaneous3' => '', - 'nstab' => "Short words for each namespace, by default used in the 'article' tab in monobook", + 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook", 'main' => 'Main script and global functions', 'errors' => 'General errors', 'login' => 'Login and logout pages', @@ -2242,7 +2409,9 @@ XHTML id names.", 'history' => 'History pages', 'history-feed' => 'Revision feed', 'revdelete' => 'Revision deletion', - 'oversightlog' => 'Oversight log', + 'oversightlog' => 'Oversight log', + 'mergehistory' => 'History merging', + 'mergelog' => 'Merge log', 'diffs' => 'Diffs', 'search' => 'Search results', 'preferences' => 'Preferences page', @@ -2264,6 +2433,7 @@ XHTML id names.", 'unwatchedpages' => 'Unwatched pages', 'listredirects' => 'List redirects', 'unusedtemplates' => 'Unused templates', + 'randompage' => 'Random page', 'randomredirect' => 'Random redirect', 'statistics' => 'Statistics', 'disambiguations' => '', @@ -2356,26 +2526,32 @@ Variants for Chinese language", 'exif-gpsmeasuremode' => '', 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef', 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef', - 'edit-externally' => 'External editor support', - 'all' => "'all' in various places, this might be different for inflected languages", - 'confirmemail' => 'E-mail address confirmation', - 'scarytransclusion' => 'Scary transclusion', - 'trackbacks' => 'Trackbacks', - 'deleteconflict' => 'Delete conflict', - 'unit-pixel' => '', - 'htmldump' => 'HTML dump', - 'purge' => 'action=purge', - 'search2' => 'AJAX search', - 'catseparator' => 'Separator for categories in page lists', - 'imgmulti' => 'Multipage image navigation', - 'tablepager' => 'Table pager', - 'autosumm' => 'Auto-summaries', - 'autoblock_whitelist' => 'Autoblock whitelist', - 'sizeunits' => 'Size units', - 'livepreview' => 'Live preview', - 'lagwarning' => 'Friendlier slave lag warnings', - 'watchlisteditor' => 'Watchlist editor', - 'watchlisttools' => 'Watchlist editing tools', + 'edit-externally' => 'External editor support', + 'all' => "'all' in various places, this might be different for inflected languages", + 'confirmemail' => 'E-mail address confirmation', + 'scarytransclusion' => 'Scary transclusion', + 'trackbacks' => 'Trackbacks', + 'deleteconflict' => 'Delete conflict', + 'unit-pixel' => '', + 'htmldump' => 'HTML dump', + 'purge' => 'action=purge', + 'search2' => 'AJAX search', + 'separators' => 'Separators for various lists', + 'imgmulti' => 'Multipage image navigation', + 'tablepager' => 'Table pager', + 'autosumm' => 'Auto-summaries', + 'autoblock_whitelist' => 'Autoblock whitelist', + 'sizeunits' => 'Size units', + 'livepreview' => 'Live preview', + 'lagwarning' => 'Friendlier slave lag warnings', + 'watchlisteditor' => 'Watchlist editor', + 'watchlisttools' => 'Watchlist editing tools', + 'iranian-dates' => 'Iranian month names', + 'hebrew-dates' => 'Hebrew month names', + 'signatures' => 'Signatures', + 'CoreParserFunctions' => 'Core parser functions', + 'version' => 'Special:Version', + 'filepath' => 'Special:Filepath', ); /** Short comments for standalone messages */ @@ -2384,6 +2560,7 @@ $wgMessageComments = array( 'sitenotice' => 'the equivalent to wgSiteNotice', 'history-feed-item-nocomment' => 'user at time', 'editcomment' => 'only shown if there is an edit comment', + 'revertpage' => 'Additional 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', 'lastmodifiedatby' => '$1 date, $2 time, $3 user', 'exif-orientation-1' => '0th row: top; 0th column: left', 'exif-orientation-2' => '0th row: top; 0th column: right', @@ -2393,13 +2570,7 @@ $wgMessageComments = array( 'exif-orientation-6' => '0th row: right; 0th column: top', 'exif-orientation-7' => '0th row: right; 0th column: bottom', 'exif-orientation-8' => '0th row: left; 0th column: bottom', - 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.' -); - -/** Messages which contain dollar signs (which are not followed by numbers), and therefore should use a single apostrophe */ -$wgMessagseWithDollarSigns = array( - 'linkprefix', - 'enotif_subject', - 'enotif_body', - 'allmessagesnotsupportedDB', + 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.', + 'ipboptions' => 'display1:time1,display2:time2,...', + 'metadata-fields' => 'Do not translate list items', ); -- cgit v1.2.3-54-g00ecf