X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Flanguage%2FmessageTypes.inc;h=9a8cfe5bf09f9eeafc6cc830ee4441910ab19d76;hb=03a00bb732c0cf8792d4a1316206de11ec2d2b9b;hp=1ad2274b2d81b9cb5ed2da5ab60951e31f661679;hpb=9034f6625501d66b3e619038058e0fa02aa3f90c;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 1ad2274b2d..9a8cfe5bf0 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -2,11 +2,26 @@ /** * Several types of messages. * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @file * @ingroup MaintenanceLanguage */ -/** Ignored messages, which should be exist only in the English messages file. */ +/** Ignored messages, which should exist only in the English messages file. */ $wgIgnoredMessages = array( 'sidebar', 'accesskey-pt-userpage', @@ -25,6 +40,7 @@ $wgIgnoredMessages = array( 'accesskey-ca-viewsource', 'accesskey-ca-history', 'accesskey-ca-protect', + 'accesskey-ca-unprotect', 'accesskey-ca-delete', 'accesskey-ca-undelete', 'accesskey-ca-move', @@ -35,12 +51,12 @@ $wgIgnoredMessages = array( 'accesskey-search-fulltext', 'accesskey-p-logo', 'accesskey-n-mainpage', + 'accesskey-n-mainpage-description', 'accesskey-n-portal', 'accesskey-n-currentevents', 'accesskey-n-recentchanges', 'accesskey-n-randompage', 'accesskey-n-help', - 'accesskey-n-sitesupport', 'accesskey-t-whatlinkshere', 'accesskey-t-recentchangeslinked', 'accesskey-feed-rss', @@ -68,9 +84,17 @@ $wgIgnoredMessages = array( 'accesskey-compareselectedversions', 'accesskey-watch', 'accesskey-upload', + 'accesskey-preferences-save', + 'accesskey-summary', + 'accesskey-userrights-set', + 'accesskey-blockip-block', + 'accesskey-export', + 'accesskey-import', 'addsection', + 'talkpageheader', 'anonnotice', 'autoblock_whitelist', + 'searchmenu-help', 'googlesearch', 'opensearch-desc', 'exif-make-value', @@ -81,47 +105,38 @@ $wgIgnoredMessages = array( 'loginstart', 'loginend', 'loginlanguagelinks', + 'pear-mail-error', + 'php-mail-error', 'markaspatrolledlink', 'newarticletextanon', 'newsectionheaderdefaultlevel', - 'newtalkseperator', + 'mainpage-nstab', + 'newtalkseparator', 'noarticletextanon', 'number_of_watching_users_RCview', 'pagecategorieslink', - 'patrol-log-header', 'pubmedurl', 'randompage-url', 'recentchanges-url', - 'cantcreateaccount-nonblock-text', 'revision-info-current', 'revision-nav', 'rfcurl', 'shareddescriptionfollows', 'signature', 'signature-anon', + 'signupstart', 'signupend', 'sitenotice', 'sitesubtitle', 'sitetitle', 'sp-contributions-footer', 'sp-contributions-footer-anon', + 'statistics-summary', 'statistics-footer', 'talkpagetext', - 'trackback', - 'trackbackexcerpt', 'uploadfooter', 'listgrouprights-link', 'search-interwiki-custom', -); - -/** Optional messages, which may be translated only if changed in the other language. */ -$wgOptionalMessages = array( - 'linkprefix', - 'editsection-brackets', - 'feed-atom', - 'feed-rss', - 'sectionlink', - 'unit-pixel', 'allpages-summary', 'booksources-summary', 'categories-summary', @@ -132,7 +147,6 @@ $wgOptionalMessages = array( 'preferences-summary', 'specialpages-summary', 'whatlinkshere-summary', - 'whatlinkshere-barrow', 'listredirects-summary', 'uncategorizedpages-summary', 'uncategorizedcategories-summary', @@ -140,6 +154,7 @@ $wgOptionalMessages = array( 'uncategorizedtemplates-summary', 'popularpages-summary', 'wantedcategories-summary', + 'wantedfiles-summary', 'wantedpages-summary', 'mostlinked-summary', 'mostlinkedcategories-summary', @@ -153,7 +168,6 @@ $wgOptionalMessages = array( 'ancientpages-summary', 'unwatchedpages-summary', 'userrights-summary', - 'userrights-irreversible-marker', 'brokenredirects-summary', 'deadendpages-summary', 'protectedpages-summary', @@ -162,17 +176,41 @@ $wgOptionalMessages = array( 'lonelypages-summary', 'unusedtemplates-summary', 'fewestrevisions-summary', - 'missingfiles-summary', 'upload-summary', + 'newuserlogentry', + 'wantedtemplates-summary', + 'activeusers-summary', + 'search-summary', + 'editpage-tos-summary', + 'addsection-preload', + 'addsection-editintro', + 'longpage-hint', +); + +/** Optional messages, which may be translated only if changed in the target language. */ +$wgOptionalMessages = array( + 'linkprefix', + 'editsection-brackets', + 'feed-atom', + 'feed-rss', + 'sectionlink', + 'unit-pixel', + 'userrights-irreversible-marker', 'tog-nolangconversion', + 'tog-noconvertlink', 'yourvariant', 'variantname-zh-hans', 'variantname-zh-hant', 'variantname-zh-cn', 'variantname-zh-tw', 'variantname-zh-hk', + 'variantname-zh-mo', + 'variantname-zh-my', 'variantname-zh-sg', 'variantname-zh', + 'variantname-gan-hans', + 'variantname-gan-hant', + 'variantname-gan', 'variantname-sr-ec', 'variantname-sr-el', 'variantname-sr', @@ -193,6 +231,15 @@ $wgOptionalMessages = array( 'resetpass_text', 'image_sample', 'media_sample', + 'skinname-standard', + 'skinname-nostalgia', + 'skinname-cologneblue', + 'skinname-monobook', + 'skinname-myskin', + 'skinname-chick', + 'skinname-simple', + 'skinname-modern', + 'skinname-vector', 'common.css', 'standard.css', 'nostalgia.css', @@ -202,7 +249,14 @@ $wgOptionalMessages = array( 'chick.css', 'simple.css', 'modern.css', + 'vector.css', 'print.css', + 'handheld.css', + 'noscript.css', + 'autoconfirmed.css', + 'bot.css', + 'sysop.css', + 'bureaucrat.css', 'common.js', 'standard.js', 'nostalgia.js', @@ -212,6 +266,11 @@ $wgOptionalMessages = array( 'chick.js', 'simple.js', 'modern.js', + 'vector.js', + 'autoconfirmed.js', + 'bot.js', + 'sysop.js', + 'bureaucrat.js', 'widthheight', 'exif-fnumber-format', 'exif-focallength-format', @@ -243,12 +302,11 @@ $wgOptionalMessages = array( 'filerevert-backlink', 'filedelete-backlink', 'delete-backlink', - 'move-page-backlink', 'protect-backlink', 'pagetitle', 'filename-prefix-blacklist', 'edittools', - 'patrol-log-diff', + 'edittools-upload', 'size-bytes', 'size-kilobytes', 'size-megabytes', @@ -265,18 +323,18 @@ $wgOptionalMessages = array( 'iranian-calendar-m10', 'iranian-calendar-m11', 'iranian-calendar-m12', - 'higri-calendar-m1', - 'higri-calendar-m2', - 'higri-calendar-m3', - 'higri-calendar-m4', - 'higri-calendar-m5', - 'higri-calendar-m6', - 'higri-calendar-m7', - 'higri-calendar-m8', - 'higri-calendar-m9', - 'higri-calendar-m10', - 'higri-calendar-m11', - 'higri-calendar-m12', + 'hijri-calendar-m1', + 'hijri-calendar-m2', + 'hijri-calendar-m3', + 'hijri-calendar-m4', + 'hijri-calendar-m5', + 'hijri-calendar-m6', + 'hijri-calendar-m7', + 'hijri-calendar-m8', + 'hijri-calendar-m9', + 'hijri-calendar-m10', + 'hijri-calendar-m11', + 'hijri-calendar-m12', 'hebrew-calendar-m1', 'hebrew-calendar-m2', 'hebrew-calendar-m3', @@ -305,12 +363,34 @@ $wgOptionalMessages = array( 'hebrew-calendar-m10-gen', 'hebrew-calendar-m11-gen', 'hebrew-calendar-m12-gen', + 'version-svn-revision', 'catseparator', 'semicolon-separator', 'comma-separator', 'colon-separator', + 'pipe-separator', + 'word-separator', + 'ellipsis', + 'percent', + 'parentheses', 'autocomment-prefix', 'listgrouprights-right-display', + 'listgrouprights-right-revoked', + 'timezone-utc', + 'whatlinkshere-backlink', + 'recentchangeslinked-backlink', + 'unpatrolledletter', + 'diff-with-additional', + 'pagetitle-view-mainpage', + 'trackback', + 'trackbackexcerpt', + 'prefs-registration-date-time', + 'prefs-memberingroups-type', + 'shared-repo-name-wikimediacommons', + 'usermessage-template', + 'revisionmove-backlink', + 'filepage.css', + 'nocookiesforlogin', ); /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */ @@ -481,6 +561,16 @@ $wgEXIFMessages = array( 'exif-lightsource-19', 'exif-lightsource-24', 'exif-lightsource-255', + 'exif-flash-fired-0' , + 'exif-flash-fired-1' , + 'exif-flash-return-0' , + 'exif-flash-return-2' , + 'exif-flash-return-3' , + 'exif-flash-mode-1' , + 'exif-flash-mode-2' , + 'exif-flash-mode-3' , + 'exif-flash-function-1' , + 'exif-flash-redeye-1' , 'exif-focalplaneresolutionunit-2', 'exif-sensingmethod-1', 'exif-sensingmethod-2', @@ -523,6 +613,8 @@ $wgEXIFMessages = array( 'exif-gpslatitude-s', 'exif-gpslongitude-e', 'exif-gpslongitude-w', + 'exif-gpsaltitude-0', + 'exif-gpsaltitude-1', 'exif-gpsstatus-a', 'exif-gpsstatus-v', 'exif-gpsmeasuremode-2', @@ -530,6 +622,10 @@ $wgEXIFMessages = array( 'exif-gpsspeed-k', 'exif-gpsspeed-m', 'exif-gpsspeed-n', + 'exif-gpsdestdistance-k', + 'exif-gpsdestdistance-m', + 'exif-gpsdestdistance-n', 'exif-gpsdirection-t', 'exif-gpsdirection-m', + 'exif-objectname', );