r80146 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80145‎ | r80146 | r80147 >
Date:01:00, 13 January 2011
Author:tomasz
Status:deferred
Tags:
Comment:
Merge up to head of trunk from r79782
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/CentralNotice (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/1x1.png (added) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.i18n.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialHideBanners.php (added) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php
@@ -59,12 +59,17 @@
6060 // Source for live counter information
6161 $wgNoticeCounterSource = "http://donate.wikimedia.org/counter.php";
6262
 63+// Domain to set global cookies for.
 64+// Example: '.wikipedia.org'
 65+// This setting is currently shared with CentralAuth extension.
 66+$wgCentralAuthCookieDomain = '';
 67+
6368 $wgExtensionFunctions[] = 'efCentralNoticeSetup';
6469
6570 $wgExtensionCredits['other'][] = array(
6671 'path' => __FILE__,
6772 'name' => 'CentralNotice',
68 - 'author' => 'Brion Vibber',
 73+ 'author' => array( 'Brion Vibber', 'Ryan Kaldari' ),
6974 'url' => 'http://www.mediawiki.org/wiki/Extension:CentralNotice',
7075 'descriptionmsg' => 'centralnotice-desc',
7176 );
@@ -91,16 +96,19 @@
9297 $wgHooks['SiteNoticeAfter'][] = 'efCentralNoticeDisplay';
9398 $wgHooks['SkinAfterBottomScripts'][] = 'efCentralNoticeGeoLoader';
9499 }
95 -
 100+
96101 $wgSpecialPages['BannerLoader'] = 'SpecialBannerLoader';
97102 $wgAutoloadClasses['SpecialBannerLoader'] = $dir . 'SpecialBannerLoader.php';
98 -
 103+
99104 $wgSpecialPages['BannerListLoader'] = 'SpecialBannerListLoader';
100105 $wgAutoloadClasses['SpecialBannerListLoader'] = $dir . 'SpecialBannerListLoader.php';
101 -
 106+
102107 $wgSpecialPages['BannerController'] = 'SpecialBannerController';
103108 $wgAutoloadClasses['SpecialBannerController'] = $dir . 'SpecialBannerController.php';
104 -
 109+
 110+ $wgSpecialPages['HideBanners'] = 'SpecialHideBanners';
 111+ $wgAutoloadClasses['SpecialHideBanners'] = $dir . 'SpecialHideBanners.php';
 112+
105113 $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
106114 $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php';
107115 $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php';
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/1x1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice/1x1.png
___________________________________________________________________
Added: svn:mime-type
108116 + application/octet-stream
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.i18n.php
@@ -151,6 +151,7 @@
152152 * @author Lloffiwr
153153 * @author Nike
154154 * @author Purodha
 155+ * @author Raymond
155156 * @author The Evil IP address
156157 */
157158 $messages['qqq'] = array(
@@ -167,7 +168,7 @@
168169 'centralnotice-remove' => '{{Identical|Remove}}',
169170 'centralnotice-translate-heading' => 'Fieldset label. $1 is a name of a template.',
170171 'centralnotice-add' => '{{Identical|Add}}',
171 - 'centralnotice-multiple' => '$1 is a number. More precisely, the number of languages or projects a notice is available in. It is always greater than 2.',
 172+ 'centralnotice-multiple' => '$1 is a number. More precisely, the number of languages a notice is available in. It is always greater than 3.',
172173 'centralnotice-language-listing' => 'A language listing for the language multi-select box. First parameter is the language code. Second parameter is the name of the language.',
173174 'centralnotice-translate' => '{{Identical|Translate}}',
174175 'centralnotice-notice-exists' => 'Error message displayed in Special:CentralNotice when trying to add a notice with the same name of another notice',
@@ -193,6 +194,8 @@
194195 'centralnotice-clone-name' => '{{Identical|Name}}',
195196 'centralnotice-insert' => '{{Identical|Insert}}',
196197 'centralnotice-geotargeted' => 'Used to label a checkbox which activates geotargeting',
 198+ 'centralnotice-languages' => '{{Identical|Language}}',
 199+ 'centralnotice-projects' => '{{Identical|Project}}',
197200 'centralnotice-country' => '{{Identical|Country}}',
198201 'centralnotice-allocation-description' => 'A description of the environment whose allocation is being described. $1 is the language code for the site (en). $2 is the project name for the site (wikipedia). $3 is the country code (US).',
199202 'right-centralnotice-admin' => '{{doc-right}}',
@@ -213,31 +216,43 @@
214217 'centralnotice-end-date' => 'Einddatum',
215218 'centralnotice-enabled' => 'Aktief',
216219 'centralnotice-modify' => 'Dien in',
 220+ 'centralnotice-save-banner' => 'Stoor banier',
217221 'centralnotice-preview' => 'Voorskou',
218222 'centralnotice-add-new' => "Voeg 'n nuwe sentrale kennisgewing by",
219223 'centralnotice-remove' => 'Verwyder',
220224 'centralnotice-translate-heading' => 'Vertaling vir $1',
221225 'centralnotice-manage' => 'Beheer sentrale kennisgewings',
 226+ 'centralnotice-manage-templates' => 'Bestuur baniere',
222227 'centralnotice-add' => 'Byvoeg',
223228 'centralnotice-add-notice' => "Voeg 'n kennisgewing by",
 229+ 'centralnotice-edit-notice' => 'Wysig veldtog',
224230 'centralnotice-add-template' => 'Voeg sjabloon by',
225231 'centralnotice-show-notices' => 'Wys kennisgewings',
226232 'centralnotice-list-templates' => 'Lys sjablone',
 233+ 'centralnotice-multiple' => 'verskeie ($1)',
227234 'centralnotice-translations' => 'Vertalings',
228235 'centralnotice-translate-to' => 'Vertaal na',
229236 'centralnotice-translate' => 'Vertaal',
230237 'centralnotice-english' => 'Engels',
231 - 'centralnotice-banner-name' => 'Sjabloonnaam',
 238+ 'centralnotice-banner-name' => 'Baniernaam:',
 239+ 'centralnotice-banner' => 'Banier',
 240+ 'centralnotice-banner-heading' => 'Banier: $1',
232241 'centralnotice-templates' => 'Sjablone',
233242 'centralnotice-weight' => 'Gewig',
234243 'centralnotice-locked' => 'Gesluit',
 244+ 'centralnotice-notice' => 'Veldtog',
 245+ 'centralnotice-notice-heading' => 'Veldtog: $1',
235246 'centralnotice-notices' => 'Kennisgewings',
236247 'centralnotice-notice-exists' => 'Die kennisgewing bestaan reeds.
237248 Hierdie word nie bygevoeg nie.',
 249+ 'centralnotice-no-language' => 'Geen taal is vir die veldtog gekies nie.
 250+Word nie bygevoeg nie.',
238251 'centralnotice-template-exists' => 'Die sjabloon bestaan reeds.
239252 Dit word nie bygevoeg nie.',
240 - 'centralnotice-notice-doesnt-exist' => 'Die kennisgewing bestaan nie.
241 -Daar is niks om te verwyder nie',
 253+ 'centralnotice-notice-doesnt-exist' => 'Die veldtog bestaan nie.',
 254+ 'centralnotice-remove-notice-doesnt-exist' => 'Die veldtog bestaan nie.
 255+Niks om te verwyder nie.',
 256+ 'centralnotice-banner-doesnt-exist' => 'Die banier bestaan nie.',
242257 'centralnotice-template-still-bound' => "Die sjabloon is nog aan 'n kennisgewing gekoppel.
243258 Word nie verwyder nie.",
244259 'centralnotice-template-body' => 'Sjablooninhoud:',
@@ -247,9 +262,12 @@
248263 'centralnotice-hours' => 'Uur',
249264 'centralnotice-min' => 'Minuut',
250265 'centralnotice-project-lang' => 'Projektaal',
 266+ 'centralnotice-select' => 'Selekteer: $1',
 267+ 'centralnotice-top-ten-languages' => 'Top-10 tale',
251268 'centralnotice-project-name' => 'Projeknaam',
252269 'centralnotice-start-date' => 'Begindatum',
253270 'centralnotice-start-time' => 'Begintyd (UTC)',
 271+ 'centralnotice-end-time' => 'Eindtyd (UTC)',
254272 'centralnotice-assigned-templates' => 'Aangewese sjablone',
255273 'centralnotice-no-templates' => "Daar is geen sjablone op die stelsel beskikbaar nie.
256274 Voeg 'n paar by!",
@@ -275,11 +293,13 @@
276294 U kan een hieronder byvoeg',
277295 'centralnotice-no-templates-translate' => 'Daar is geen sjablone waarvoor vertalings gemaak kan word nie',
278296 'centralnotice-number-uses' => 'Kere gebruik',
 297+ 'centralnotice-settings' => 'Voorkeure',
279298 'centralnotice-edit-template' => 'Wysig sjabloon',
280299 'centralnotice-message' => 'Boodskap',
281300 'centralnotice-message-not-set' => 'Boodskap nie ingestel nie',
282301 'centralnotice-clone' => 'Kopieer',
283302 'centralnotice-clone-notice' => "Maak 'n kopie van die sjabloon",
 303+ 'centralnotice-clone-name' => 'Naam:',
284304 'centralnotice-preview-all-template-translations' => 'Voorskou al die beskikbare vertalings van die sjabloon',
285305 'centralnotice-insert' => 'Invoeging: $1',
286306 'centralnotice-close-button' => 'Sluit-knoppie',
@@ -465,16 +485,29 @@
466486 * @author Basharh
467487 */
468488 $messages['arc'] = array(
 489+ 'centralnotice-end-date' => 'ܣܝܩܘܡܐ ܕܫܘܠܡܐ',
 490+ 'centralnotice-modify' => 'ܫܕܪ',
 491+ 'centralnotice-preview' => 'ܚܝܪܐ ܩܕܡܝܐ',
469492 'centralnotice-add' => 'ܐܘܣܦ',
470493 'centralnotice-add-template' => 'ܐܘܣܦ ܩܠܒܐ',
471494 'centralnotice-translate' => 'ܬܪܓܡ',
 495+ 'centralnotice-weight' => 'ܬܘܩܠܐ',
 496+ 'centralnotice-locked' => 'ܩܦܝܠܐ',
472497 'centralnotice-day' => 'ܝܘܡܐ',
473498 'centralnotice-year' => 'ܫܢܬܐ',
474499 'centralnotice-month' => 'ܝܪܚܐ',
475500 'centralnotice-hours' => 'ܫܥܬܐ',
476501 'centralnotice-min' => 'ܩܛܝܢܬܐ',
 502+ 'centralnotice-project-lang' => 'ܠܫܢܐ ܕܬܪܡܝܬܐ',
 503+ 'centralnotice-select' => 'ܓܒܝ: $1',
 504+ 'centralnotice-project-name' => 'ܫܡܐ ܕܬܪܡܝܬܐ',
 505+ 'centralnotice-weights' => 'ܬܘܩܠ̈ܐ',
 506+ 'centralnotice-settings' => 'ܛܘܝܒ̈ܐ',
477507 'centralnotice-edit-template' => 'ܫܚܠܦ ܩܠܒܐ',
478508 'centralnotice-message' => 'ܐܓܪܬܐ',
 509+ 'centralnotice-clone-name' => 'ܫܡܐ:',
 510+ 'centralnotice-countries' => 'ܐܬܪ̈ܘܬܐ',
 511+ 'centralnotice-country' => 'ܐܬܪܐ',
479512 );
480513
481514 /** Egyptian Spoken Arabic (مصرى)
@@ -576,6 +609,7 @@
577610 );
578611
579612 /** Bashkir (Башҡорт)
 613+ * @author Assele
580614 * @author Haqmar
581615 */
582616 $messages['ba'] = array(
@@ -585,6 +619,8 @@
586620 'right-centralnotice-admin' => 'Үҙәк белдереүҙәрен идаралау',
587621 'action-centralnotice-admin' => 'үҙәк белдереүҙәрен идаралау',
588622 'centralnotice-desc' => 'Үҙәк сайттан дөйөм белдереү өҫтәй',
 623+ 'centralnotice-summary' => 'Был киңәйтеү һеҙгә үҙәк белдереүҙәрегеҙҙе үҙгәртергә мөмкинлек бирә.
 624+Ул шулай уҡ яңы белдереүҙәр өҫтәү һәм иҫкеләрен юйыу өсөн ҡулланыла ала.',
589625 'centralnotice-query' => 'Ағымдағы белдереүҙе үҙгәртергә',
590626 'centralnotice-notice-name' => 'Белдереү исеме',
591627 'centralnotice-end-date' => 'Тамамланыу ваҡыты',
@@ -604,6 +640,7 @@
605641 'centralnotice-show-notices' => 'Белдереүҙәрҙе күрһәтергә',
606642 'centralnotice-list-templates' => 'Ҡалыптар исемлеге',
607643 'centralnotice-multiple' => 'бер нисә ($1)',
 644+ 'centralnotice-all-projects' => 'Бөтә проекттар',
608645 'centralnotice-translations' => 'Тәржемәләр',
609646 'centralnotice-translate-to' => 'Тәржемә:',
610647 'centralnotice-translate' => 'Тәржемә',
@@ -620,12 +657,15 @@
621658 'centralnotice-notice-exists' => 'Белдереү бар.
622659 Өҫтәп булмай',
623660 'centralnotice-no-language' => 'Был кампания өсөн тел һайланмаған. Өҫтәлмәне.',
 661+ 'centralnotice-no-project' => 'Был кампания өсөн проект һайланмаған. Өҫтәлмәне.',
624662 'centralnotice-template-exists' => 'Бындай ҡалып бар.
625663 Өҫтәп булмай',
626664 'centralnotice-notice-doesnt-exist' => 'Кампания юҡ.',
627665 'centralnotice-remove-notice-doesnt-exist' => 'Бындай кампания юҡ.
628666 Юйып булмай.',
629667 'centralnotice-banner-doesnt-exist' => 'Баннер юҡ.',
 668+ 'centralnotice-template-still-bound' => 'Баннер элеккесә кампания менән бәйле.
 669+Юйылмай.',
630670 'centralnotice-template-body' => 'Баннер эстәлеге:',
631671 'centralnotice-day' => 'Көн',
632672 'centralnotice-year' => 'Йыл',
@@ -640,14 +680,39 @@
641681 'centralnotice-start-time' => 'Башлау сәғәте (UTC)',
642682 'centralnotice-end-time' => 'Тамамланыу ваҡыты (UTC)',
643683 'centralnotice-assigned-templates' => 'Аталған баннерҙар',
644 - 'centralnotice-no-templates' => 'Ҡалыптар табылманы.
 684+ 'centralnotice-no-templates' => 'Баннерҙар табылманы.
645685 Бер нимә өҫтәгеҙ!',
 686+ 'centralnotice-no-templates-assigned' => 'Кампания менән бәйле баннер юҡ.
 687+Бер нимә өҫтәгеҙ!',
 688+ 'centralnotice-available-templates' => 'Мөмкин булған баннерҙар',
 689+ 'centralnotice-template-already-exists' => 'Баннер кампанияға бәйләнгән инде.
 690+Өҫтәлмәне.',
 691+ 'centralnotice-preview-template' => 'Баннерҙы ҡарап сығыу',
 692+ 'centralnotice-change-lang' => 'Тәржемә телен үҙгәртергә',
 693+ 'centralnotice-weights' => 'Ауырлыҡтар',
 694+ 'centralnotice-notice-is-locked' => 'Кампания бикләнгән.
 695+Юйылмай.',
 696+ 'centralnotice-overlap' => 'Кампания ваҡыты буйынса икенсе кампания менән ҡаплана.
 697+Өҫтәлмәй.',
 698+ 'centralnotice-invalid-date-range' => 'Хаталы ваҡыт арауығы.
 699+Яңыртылмай.',
 700+ 'centralnotice-null-string' => 'Буш юлды өҫтәп булмай.
 701+Өҫтәлмәй.',
 702+ 'centralnotice-confirm-delete' => 'Һеҙ ысынлап та был есемде юйырға теләһегеҙме?
 703+Был ғәмәлде кире алып булмай.',
 704+ 'centralnotice-no-notices-exist' => 'Кампаниялар юҡ.
 705+Түбәндә берҙе өҫтәгеҙ.',
 706+ 'centralnotice-no-templates-translate' => 'Тәржемәне үҙгәртер өсөн бер баннер ҙа юҡ.',
 707+ 'centralnotice-number-uses' => 'Ҡулланыла',
 708+ 'centralnotice-settings' => 'Көйләүҙәр',
 709+ 'centralnotice-edit-template' => 'Баннерҙы үҙгәртергә',
 710+ 'centralnotice-edit-template-summary' => 'Тәржемә ителә торған хәбәр булдырыр өсөн, дефис аша яҙылған юлды өс һырлы йәйәләр эсенә алығыҙ, мәҫәлән {{{jimbo-quote}}}.',
646711 'centralnotice-message' => 'Хәбәр',
647712 'centralnotice-message-not-set' => 'Хәбәр ҡуйылманы',
648713 'centralnotice-clone' => 'Клонларға',
649 - 'centralnotice-clone-notice' => 'Ҡалыптың күсермәһен яһарға',
 714+ 'centralnotice-clone-notice' => 'Баннерҙың күсермәһен яһарға',
650715 'centralnotice-clone-name' => 'Исем:',
651 - 'centralnotice-preview-all-template-translations' => 'Ҡалыптың мөмкин булған бар тәржемәләрен ҡарарға',
 716+ 'centralnotice-preview-all-template-translations' => 'Баннерҙың мөмкин булған бар тәржемәләрен ҡарарға',
652717 'centralnotice-insert' => 'Өҫтәү: $1',
653718 'centralnotice-hide-button' => 'һылтанманы {{int:centralnotice-shared-hide}}',
654719 'centralnotice-collapse-button' => 'һылтанманы {{int:centralnotice-shared-collapse}}',
@@ -667,10 +732,15 @@
668733 'centralnotice-countries' => 'Илдәр',
669734 'centralnotice-allocation' => 'Урынлашыу',
670735 'centralnotice-view-allocation' => 'Баннерҙарҙың урынлашыуын ҡарау',
 736+ 'centralnotice-allocation-instructions' => 'Ниндәй өлкә өсөн баннерҙар урынлашыуын ҡарарға теләүегеҙҙе һайлағыҙ:',
 737+ 'centralnotice-languages' => 'Телдәр',
 738+ 'centralnotice-projects' => 'Проекттар',
671739 'centralnotice-country' => 'Ил',
672740 'centralnotice-no-allocation' => 'Баннерҙар урынлаштырылмаған',
673741 'centralnotice-allocation-description' => '$1.$2 өсөн $3 эсендә баннерҙар урынлашыуы',
674742 'centralnotice-percentage' => 'Процент',
 743+ 'centralnotice-documentwrite-error' => 'Был баннерҙа document.write() ҡулланыла алмай.
 744+Тулыраҡ мәғлүмәт өсөн http://meta.wikimedia.org/wiki/Help:CentralNotice ҡарағыҙ.',
675745 'centralnotice-preferred' => 'Өҫтөнлөк бирелгән',
676746 );
677747
@@ -704,7 +774,14 @@
705775 هوری نکنت',
706776 );
707777
708 -/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
 778+/** Belarusian (Беларуская)
 779+ * @author Тест
 780+ */
 781+$messages['be'] = array(
 782+ 'centralnotice-add' => 'Дадаць',
 783+);
 784+
 785+/** Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬)
709786 * @author EugeneZelenko
710787 * @author Jim-by
711788 * @author Red Winged Duck
@@ -739,6 +816,7 @@
740817 'centralnotice-show-notices' => 'Паказаць кампаніі',
741818 'centralnotice-list-templates' => 'Сьпіс паведамленьняў',
742819 'centralnotice-multiple' => 'некалькі ($1)',
 820+ 'centralnotice-all-projects' => 'Усе праекты',
743821 'centralnotice-translations' => 'Пераклады',
744822 'centralnotice-translate-to' => 'Пераклад на',
745823 'centralnotice-translate' => 'Пераклад',
@@ -755,6 +833,7 @@
756834 'centralnotice-notice-exists' => 'Кампанія ўжо існуе.
757835 Новая не дададзеная.',
758836 'centralnotice-no-language' => 'Для кампаніі ня выбраная мова. Не дададзеная.',
 837+ 'centralnotice-no-project' => 'Для кампаніі ня выбраны праект. Не дададзеная.',
759838 'centralnotice-template-exists' => 'Паведамленьне ужо існуе.
760839 Новае паведамленьне не дададзенае.',
761840 'centralnotice-notice-doesnt-exist' => 'Кампанія не існуе.',
@@ -811,9 +890,9 @@
812891 'centralnotice-clone-name' => 'Назва:',
813892 'centralnotice-preview-all-template-translations' => 'Праглядзець усе даступныя пераклады паведамленьня',
814893 'centralnotice-insert' => 'Уставіць: $1',
815 - 'centralnotice-hide-button' => 'Спасылка {{int:centralnotice-shared-hide}}',
816 - 'centralnotice-collapse-button' => 'Спасылка {{int:centralnotice-shared-collapse}}',
817 - 'centralnotice-expand-button' => 'Спасылка {{int:centralnotice-shared-expand}}',
 894+ 'centralnotice-hide-button' => 'Схаваць спасылку',
 895+ 'centralnotice-collapse-button' => 'Згарнуць спасылку',
 896+ 'centralnotice-expand-button' => 'Разгарнуць спасылку',
818897 'centralnotice-close-button' => 'Кнопка закрыцьця',
819898 'centralnotice-translate-button' => 'Спасылка дапамогі ў перакладзе',
820899 'centralnotice-donate-button' => 'Кнопка ахвяраваньняў',
@@ -830,6 +909,8 @@
831910 'centralnotice-allocation' => 'Прызначэньне',
832911 'centralnotice-view-allocation' => 'Паказаць разьмяшчэньне банэра',
833912 'centralnotice-allocation-instructions' => 'Выберыце рэжым, для якога Вы жадаеце праглядзець разьмяшчэньне банэра:',
 913+ 'centralnotice-languages' => 'Мовы',
 914+ 'centralnotice-projects' => 'Праекты',
834915 'centralnotice-country' => 'Краіна',
835916 'centralnotice-no-allocation' => 'Няма разьмешчаных банэраў.',
836917 'centralnotice-allocation-description' => 'Разьмяшчэньне банэра для $1.$2 у $3:',
@@ -886,17 +967,20 @@
887968 'centralnotice-hours' => 'Час',
888969 'centralnotice-min' => 'Минута',
889970 'centralnotice-project-lang' => 'Език на проекта',
 971+ 'centralnotice-top-ten-languages' => 'Топ 10 езика',
890972 'centralnotice-project-name' => 'Име на проекта',
891973 'centralnotice-start-date' => 'Начална дата',
892974 'centralnotice-start-time' => 'начално време (UTC)',
893975 'centralnotice-available-templates' => 'Налични шаблони',
894976 'centralnotice-preview-template' => 'Преглед на шаблона',
895977 'centralnotice-no-templates-translate' => 'Няма шаблони, за които да се редактират преводите',
 978+ 'centralnotice-settings' => 'Настройки',
896979 'centralnotice-edit-template' => 'Редактиране на шаблон',
897980 'centralnotice-message' => 'Съобщение',
898981 'centralnotice-message-not-set' => 'Съобщението не е зададено',
899982 'centralnotice-clone' => 'Клониране',
900983 'centralnotice-clone-notice' => 'Създаване на копие на шаблона',
 984+ 'centralnotice-clone-name' => 'Име:',
901985 'centralnotice-preview-all-template-translations' => 'Преглед на всички налични преводи на шаблона',
902986 'centralnotice-languages' => 'Езици',
903987 'centralnotice-projects' => 'Проекти',
@@ -906,6 +990,13 @@
907991 'centralnotice-preferred' => 'Предпочитано',
908992 );
909993
 994+/** Bihari (भोजपुरी)
 995+ * @author Ganesh
 996+ */
 997+$messages['bh'] = array(
 998+ 'centralnotice-edit-template' => 'बैनर सम्पादन',
 999+);
 1000+
9101001 /** Bengali (বাংলা)
9111002 * @author Bellayet
9121003 */
@@ -933,6 +1024,7 @@
9341025 'centralnotice-add-template' => 'টেম্পলেট যোগ',
9351026 'centralnotice-show-notices' => 'নোটিশ দেখাও',
9361027 'centralnotice-list-templates' => 'টেম্পলেটের তালিকা',
 1028+ 'centralnotice-all-projects' => 'সমস্ত প্রকল্প',
9371029 'centralnotice-translations' => 'অনুবাদসমূহ',
9381030 'centralnotice-translate-to' => 'যে ভাষায় অনুবাদ করা হচ্ছে তা হল',
9391031 'centralnotice-translate' => 'অনুবাদ',
@@ -1003,6 +1095,10 @@
10041096 'centralnotice-banner-anonymous' => 'বেনামী ব্যবহারকারী',
10051097 'centralnotice-banner-collapsible' => 'ভাঁজযোগ্য',
10061098 'centralnotice-countries' => 'দেশ',
 1099+ 'centralnotice-languages' => 'ভাষা',
 1100+ 'centralnotice-projects' => 'প্রকল্প',
 1101+ 'centralnotice-country' => 'দেশ',
 1102+ 'centralnotice-percentage' => 'শতাংশ',
10071103 'right-centralnotice-admin' => 'কেন্দ্রীয় নোটিশ ব্যবস্থাপনা',
10081104 'right-centralnotice-translate' => 'কেন্দ্রীয় নোটিশ অনুবাদ করুন',
10091105 'action-centralnotice-admin' => 'কেন্দ্রীয় নোটিশ ব্যবস্থাপনা করুন',
@@ -1061,6 +1157,7 @@
10621158 'centralnotice-show-notices' => 'Diskouez ar menegoù',
10631159 'centralnotice-list-templates' => 'Rollañ ar patromoù',
10641160 'centralnotice-multiple' => 'lies ($1)',
 1161+ 'centralnotice-all-projects' => 'An holl raktresoù',
10651162 'centralnotice-translations' => 'Troidigezhioù',
10661163 'centralnotice-translate-to' => 'Treiñ e',
10671164 'centralnotice-translate' => 'Treiñ',
@@ -1077,11 +1174,12 @@
10781175 'centralnotice-notice-exists' => "Bez ez eus dija eus an ali-se.
10791176 N'eo ket bet ouzhpennet neuze",
10801177 'centralnotice-no-language' => "Yezh ebet a zo bet dibabet evit ar c'houlzad. N'eo ket bet ouzhpennet.",
 1178+ 'centralnotice-no-project' => "Raktres ebet a zo bet dibabet evit ar c'houlzad. N'eo ket bet ouzhpennet.",
10811179 'centralnotice-template-exists' => "Bez' ez eus ar patrom-mañ c'hoazh.
10821180 N'eo ket bet ouzhpennet.",
10831181 'centralnotice-notice-doesnt-exist' => "N'eus ket eus ar c'houlzad-mañ",
1084 - 'centralnotice-remove-notice-doesnt-exist' => "N'eus ket eus an ali-mañ.
1085 -N'eus netra da zilemel",
 1182+ 'centralnotice-remove-notice-doesnt-exist' => "N'eus ket eus ar c'hemenn-mañ.
 1183+N'eus netra da zilemel.",
10861184 'centralnotice-banner-doesnt-exist' => "N'eus ket eus ar giton-mañ",
10871185 'centralnotice-template-still-bound' => "Liammet eo c'hoazh ar patrom gant un ali.
10881186 N'eo ket bet dilammet.",
@@ -1152,6 +1250,8 @@
11531251 'centralnotice-allocation' => 'Skorenn',
11541252 'centralnotice-view-allocation' => 'Gwelout skorenn ar giton',
11551253 'centralnotice-allocation-instructions' => "Dibabit an endro e-lec'h m'ho pefe c'hoant da welet skorenn ar giton evit :",
 1254+ 'centralnotice-languages' => 'Yezhoù',
 1255+ 'centralnotice-projects' => 'Raktresoù',
11561256 'centralnotice-country' => 'Bro',
11571257 'centralnotice-no-allocation' => 'Giton skorennet ebet.',
11581258 'centralnotice-allocation-description' => 'Skorenn giton evit $1.$2 e $3 :',
@@ -1192,6 +1292,7 @@
11931293 'centralnotice-show-notices' => 'Prikaži obavještenja',
11941294 'centralnotice-list-templates' => 'Spisak šablona',
11951295 'centralnotice-multiple' => 'više ($1)',
 1296+ 'centralnotice-all-projects' => 'Svi projekti',
11961297 'centralnotice-translations' => 'Prijevodi',
11971298 'centralnotice-translate-to' => 'Prevedi na',
11981299 'centralnotice-translate' => 'Prijevod',
@@ -1208,6 +1309,7 @@
12091310 'centralnotice-notice-exists' => 'Obavještenje već postoji.
12101311 Ne može se dodati',
12111312 'centralnotice-no-language' => 'Nije odabran jezik za kampanju. Ništa se ne dodaje.',
 1313+ 'centralnotice-no-project' => 'Nijedan jezik nije odabran za kampanju. Ništa se ne dodaje.',
12121314 'centralnotice-template-exists' => 'Šablon već postoji.
12131315 Ne dodaje se',
12141316 'centralnotice-notice-doesnt-exist' => 'Kampanja ne postoji.',
@@ -1283,6 +1385,8 @@
12841386 'centralnotice-allocation' => 'Raspoređivanje',
12851387 'centralnotice-view-allocation' => 'Pogledaj dodjelu obavještenja',
12861388 'centralnotice-allocation-instructions' => 'Odaberi okruženje za koje želite vidjeti dodjelu obavještenja:',
 1389+ 'centralnotice-languages' => 'Jezici',
 1390+ 'centralnotice-projects' => 'Projekti',
12871391 'centralnotice-country' => 'Država',
12881392 'centralnotice-no-allocation' => 'Nema dodijeljenih obavještenja.',
12891393 'centralnotice-allocation-description' => 'Dodjela obavještenja za $1.$2 u $3:',
@@ -1294,6 +1398,7 @@
12951399
12961400 /** Catalan (Català)
12971401 * @author Aleator
 1402+ * @author El libre
12981403 * @author Loupeter
12991404 * @author Paucabot
13001405 * @author SMP
@@ -1303,7 +1408,8 @@
13041409 */
13051410 $messages['ca'] = array(
13061411 'centralnotice' => "Administrador d'avisos centrals",
1307 - 'noticetemplate' => "Plantilla d'avís central",
 1412+ 'noticetemplate' => "Administració d'avisos centrals",
 1413+ 'bannerallocation' => "Administració d'avisos centrals",
13081414 'right-centralnotice-admin' => 'Gestionau els avisos centrals',
13091415 'action-centralnotice-admin' => 'Gestionau els avisos centrals',
13101416 'centralnotice-desc' => "Afegeix un lloc central d'avisos",
@@ -1314,6 +1420,7 @@
13151421 'centralnotice-end-date' => 'Data de finalització',
13161422 'centralnotice-enabled' => 'Activat',
13171423 'centralnotice-modify' => 'Tramet',
 1424+ 'centralnotice-save-banner' => 'Salva pancarta',
13181425 'centralnotice-preview' => 'Previsualitza',
13191426 'centralnotice-add-new' => "Afegeix una nova central d'avisos",
13201427 'centralnotice-remove' => 'Elimina',
@@ -1322,17 +1429,24 @@
13231430 'centralnotice-manage-templates' => 'Gestiona pancartes',
13241431 'centralnotice-add' => 'Afegeix',
13251432 'centralnotice-add-notice' => 'Afegeix un avís',
 1433+ 'centralnotice-edit-notice' => 'Edita campanya',
13261434 'centralnotice-add-template' => 'Afegeix una plantilla',
13271435 'centralnotice-show-notices' => 'Mostra avisos',
13281436 'centralnotice-list-templates' => 'Llista les plantilles',
 1437+ 'centralnotice-multiple' => 'Múltiple ($1)',
 1438+ 'centralnotice-all-projects' => 'Tots els projectes',
13291439 'centralnotice-translations' => 'Traduccions',
13301440 'centralnotice-translate-to' => 'Tradueix a',
13311441 'centralnotice-translate' => 'Tradueix',
13321442 'centralnotice-english' => 'Anglès',
13331443 'centralnotice-banner-name' => 'Nom del bàner:',
 1444+ 'centralnotice-banner' => 'Pancarta',
 1445+ 'centralnotice-banner-heading' => 'Pancarta: $1',
13341446 'centralnotice-templates' => 'Plantilles',
13351447 'centralnotice-weight' => 'Pes',
13361448 'centralnotice-locked' => 'Bloquejat',
 1449+ 'centralnotice-notice' => 'Campanya',
 1450+ 'centralnotice-notice-heading' => 'Campanya: $1',
13371451 'centralnotice-notices' => 'Avisos',
13381452 'centralnotice-notice-exists' => "L'avís ja existeix.
13391453 No s'afegirà",
@@ -1383,11 +1497,13 @@
13841498 Afegiu-ne un a continuació.',
13851499 'centralnotice-no-templates-translate' => 'No hi ha cap plantilla per modificar les traduccions per',
13861500 'centralnotice-number-uses' => 'Usos',
 1501+ 'centralnotice-settings' => 'Configuració',
13871502 'centralnotice-edit-template' => 'Modifica la plantilla',
13881503 'centralnotice-message' => 'Missatge',
13891504 'centralnotice-message-not-set' => 'Missatge no fixat',
13901505 'centralnotice-clone' => 'Duplica',
13911506 'centralnotice-clone-notice' => 'Crea una còpia de la plantilla',
 1507+ 'centralnotice-clone-name' => 'Nom:',
13921508 'centralnotice-preview-all-template-translations' => 'Previsualitza totes les traduccions disponibles de plantilles',
13931509 'centralnotice-insert' => 'Inserir: $1',
13941510 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} enllaç',
@@ -1420,6 +1536,21 @@
14211537 'centralnotice-preferred' => 'Preferit',
14221538 );
14231539
 1540+/** Chechen (Нохчийн)
 1541+ * @author Sasan700
 1542+ */
 1543+$messages['ce'] = array(
 1544+ 'centralnotice' => 'Цхаьна дlахоуьйтуш леладо урхалла',
 1545+ 'noticetemplate' => 'Цхаьна дlахоуьйтуш леладо урхалла',
 1546+ 'bannerallocation' => 'Цхаьна дlахоуьйтуш леладо урхалла',
 1547+ 'right-centralnotice-admin' => 'цхаьна дlахоуьйтуш леладо урхалла',
 1548+ 'action-centralnotice-admin' => 'цхаьна дlахоуьйтуш леладо урхалла',
 1549+ 'centralnotice-manage' => 'Цхаьна дlахоуьйтуш леладо урхалла',
 1550+ 'centralnotice-add-template' => 'Тlетоха куцкеп',
 1551+ 'centralnotice-templates' => 'Куцкепаш',
 1552+ 'centralnotice-year' => 'Шо',
 1553+);
 1554+
14241555 /** Sorani (کوردی) */
14251556 $messages['ckb'] = array(
14261557 'centralnotice-modify' => 'ناردن',
@@ -1458,6 +1589,7 @@
14591590 'centralnotice-show-notices' => 'Zobrazit oznámení',
14601591 'centralnotice-list-templates' => 'Seznam šablon',
14611592 'centralnotice-multiple' => 'více ($1)',
 1593+ 'centralnotice-all-projects' => 'Všechny projekty',
14621594 'centralnotice-translations' => 'Překlady',
14631595 'centralnotice-translate-to' => 'Přeložit do jazyka',
14641596 'centralnotice-translate' => 'Přeložit',
@@ -1473,6 +1605,7 @@
14741606 'centralnotice-notices' => 'Oznámení',
14751607 'centralnotice-notice-exists' => 'Oznámení už existuje. Nepřidáno.',
14761608 'centralnotice-no-language' => 'Pro kampaň nebyl vybrán žádný jazyk. Oznámení nebylo přidáno.',
 1609+ 'centralnotice-no-project' => 'Pro kampaň nebyl vybrán žádný projekt. Oznámení nebylo přidáno.',
14771610 'centralnotice-template-exists' => 'Šablona už existuje. Nepřidána.',
14781611 'centralnotice-notice-doesnt-exist' => 'Kampaň neexistuje.',
14791612 'centralnotice-remove-notice-doesnt-exist' => 'Kampaň neexistuje.
@@ -1540,6 +1673,8 @@
15411674 'centralnotice-allocation' => 'Přidělení',
15421675 'centralnotice-view-allocation' => 'Zobrazit přidělení bannerů',
15431676 'centralnotice-allocation-instructions' => 'Vyberte si prostředí, pro které chcete zobrazit přidělení bannerů:',
 1677+ 'centralnotice-languages' => 'Jazyky',
 1678+ 'centralnotice-projects' => 'Projekty',
15441679 'centralnotice-country' => 'Země',
15451680 'centralnotice-no-allocation' => 'Žádné bannery nejsou přiděleny.',
15461681 'centralnotice-allocation-description' => 'Přidělení bannerů na $1.$2 v $3:',
@@ -1555,7 +1690,7 @@
15561691 */
15571692 $messages['cy'] = array(
15581693 'centralnotice' => "Gweinyddu'r hysbysiad canolog",
1559 - 'noticetemplate' => 'Nodyn ar gyfer hysbysiad canolog',
 1694+ 'noticetemplate' => "Gweinyddu'r hysbysiad canolog",
15601695 'centralnotice-desc' => 'Yn ychwanegu hysbysiad canolog',
15611696 'centralnotice-summary' => "Mae'r teclyn hwn yn eich galluogi i olygu'r hysbysiadau canolog sydd wedi eu gosod ar hyn o bryd.
15621697 Gall hefyd gael ei ddefnyddio i ychwanegu hen hysbysiadau neu eu tynnu i ffwrdd.",
@@ -1634,22 +1769,69 @@
16351770 * @author Sarrus
16361771 */
16371772 $messages['da'] = array(
 1773+ 'centralnotice-query' => 'Ændr nuværende kampagner',
 1774+ 'centralnotice-notice-name' => 'Kampagnenavn',
16381775 'centralnotice-end-date' => 'Slutdato',
 1776+ 'centralnotice-enabled' => 'Aktiveret',
 1777+ 'centralnotice-modify' => 'Send',
 1778+ 'centralnotice-save-banner' => 'Gem banner',
16391779 'centralnotice-preview' => 'Forhåndsvisning',
 1780+ 'centralnotice-add-new' => 'Tilføj en ny kampagne',
 1781+ 'centralnotice-remove' => 'Fjern',
 1782+ 'centralnotice-translate-heading' => 'Oversættelse for $1',
 1783+ 'centralnotice-manage' => 'Administrér kampagner',
 1784+ 'centralnotice-manage-templates' => 'Administrér bannere',
16401785 'centralnotice-add' => 'Tilføj',
 1786+ 'centralnotice-add-notice' => 'Tilføj en kampagne',
 1787+ 'centralnotice-edit-notice' => 'Redigér kampagne',
 1788+ 'centralnotice-add-template' => 'Tilføj et banner',
 1789+ 'centralnotice-show-notices' => 'Vis kampagner',
 1790+ 'centralnotice-list-templates' => 'Vis bannere',
 1791+ 'centralnotice-multiple' => 'Flere ($1)',
 1792+ 'centralnotice-all-projects' => 'Alle projekter',
 1793+ 'centralnotice-translations' => 'Oversættelser',
 1794+ 'centralnotice-translate-to' => 'Oversæt til',
 1795+ 'centralnotice-translate' => 'Oversæt',
16411796 'centralnotice-english' => 'Engelsk',
16421797 'centralnotice-banner-name' => 'Bannernavn:',
 1798+ 'centralnotice-banner' => 'Banner',
 1799+ 'centralnotice-banner-heading' => 'Banner: $1',
16431800 'centralnotice-templates' => 'Skabeloner',
 1801+ 'centralnotice-weight' => 'Vægt',
16441802 'centralnotice-locked' => 'Låst',
 1803+ 'centralnotice-notice' => 'Kampagne',
 1804+ 'centralnotice-notice-heading' => 'Kampagne: $1',
 1805+ 'centralnotice-notices' => 'Kampagner',
 1806+ 'centralnotice-notice-exists' => 'Kampagne findes.
 1807+Ikke tilføjet.',
 1808+ 'centralnotice-no-language' => 'Intet sprog er valgt for kampagnen. Ikke tilføjet.',
 1809+ 'centralnotice-no-project' => 'Intet projekt blev valgt for kampagnen. Ikke tilføjet.',
 1810+ 'centralnotice-template-exists' => 'Banneret findes i forvejen.
 1811+Ikke tilføjet.',
 1812+ 'centralnotice-notice-doesnt-exist' => 'Kampagnen eksisterer ikke.',
 1813+ 'centralnotice-remove-notice-doesnt-exist' => 'Kampagnen findes ikke.
 1814+Intet at fjerne.',
 1815+ 'centralnotice-banner-doesnt-exist' => 'Banneret findes ikke.',
 1816+ 'centralnotice-template-still-bound' => 'Banneret er stadig bundet af en kampagne.
 1817+Ikke fjernet.',
16451818 'centralnotice-day' => 'Dag',
16461819 'centralnotice-year' => 'År',
16471820 'centralnotice-month' => 'Måned',
16481821 'centralnotice-hours' => 'Time',
16491822 'centralnotice-min' => 'Minut',
16501823 'centralnotice-project-lang' => 'Projektsprog',
 1824+ 'centralnotice-select' => 'Vælg: $1',
 1825+ 'centralnotice-top-ten-languages' => 'Top 10-sprog',
16511826 'centralnotice-project-name' => 'Projektnavn',
16521827 'centralnotice-start-date' => 'Startdato',
16531828 'centralnotice-start-time' => 'Starttid (UTC)',
 1829+ 'centralnotice-end-time' => 'Sluttid (UTC)',
 1830+ 'centralnotice-assigned-templates' => 'Tildelte bannere',
 1831+ 'centralnotice-no-templates' => 'Ingen bannere fundet.
 1832+Tilføj nogle!',
 1833+ 'centralnotice-no-templates-assigned' => 'Ingen bannere tildelt kampagne.
 1834+Tilføj nogle!',
 1835+ 'centralnotice-available-templates' => 'Tilgængelige bannere',
16541836 'right-centralnotice-admin' => 'Administrere centrale meddelelser',
16551837 'action-centralnotice-admin' => 'administrere centrale beskeder',
16561838 'action-centralnotice-translate' => 'oversætte centrale beskeder',
@@ -1692,6 +1874,7 @@
16931875 'centralnotice-show-notices' => 'Zeige Meldungen',
16941876 'centralnotice-list-templates' => 'Vorlagen auflisten',
16951877 'centralnotice-multiple' => 'mehrere ($1)',
 1878+ 'centralnotice-all-projects' => 'Alle Projekte',
16961879 'centralnotice-translations' => 'Übersetzungen',
16971880 'centralnotice-translate-to' => 'Übersetzen in',
16981881 'centralnotice-translate' => 'Übersetzen',
@@ -1700,7 +1883,7 @@
17011884 'centralnotice-banner' => 'Vorlage',
17021885 'centralnotice-banner-heading' => 'Vorlage: $1',
17031886 'centralnotice-templates' => 'Vorlagen',
1704 - 'centralnotice-weight' => 'Gewicht',
 1887+ 'centralnotice-weight' => 'Gewichtung',
17051888 'centralnotice-locked' => 'Gesperrt',
17061889 'centralnotice-notice' => 'Meldung',
17071890 'centralnotice-notice-heading' => 'Meldung: $1',
@@ -1708,6 +1891,7 @@
17091892 'centralnotice-notice-exists' => 'Meldung ist bereits vorhanden.
17101893 Sie wird daher nicht hinzugefügt.',
17111894 'centralnotice-no-language' => 'Für die Meldung wurde keine Sprache ausgewählt. Sie wird daher nicht hinzugefügt.',
 1895+ 'centralnotice-no-project' => 'Für das Projekt wurde keine Kampagne ausgewählt. Es wird daher nicht hinzugefügt.',
17121896 'centralnotice-template-exists' => 'Vorlage ist bereits vorhanden.
17131897 Sie wird daher nicht hinzugefügt.',
17141898 'centralnotice-notice-doesnt-exist' => 'Meldung ist nicht vorhanden.',
@@ -1783,6 +1967,8 @@
17841968 'centralnotice-allocation' => 'Anordnung',
17851969 'centralnotice-view-allocation' => 'Anordnung der Vorlagen ansehen',
17861970 'centralnotice-allocation-instructions' => 'Die Ausgabeumgebung für die Ansicht der Vorlagenanordnung auswählen:',
 1971+ 'centralnotice-languages' => 'Sprachen',
 1972+ 'centralnotice-projects' => 'Projekte',
17871973 'centralnotice-country' => 'Land',
17881974 'centralnotice-no-allocation' => 'Es wurden keine Vorlagen angeordnet.',
17891975 'centralnotice-allocation-description' => 'Vorlagenanordnung für $1.$2 in $3:',
@@ -1897,7 +2083,8 @@
18982084 */
18992085 $messages['dsb'] = array(
19002086 'centralnotice' => 'Administrěrowanje centralnych powěźeńkow',
1901 - 'noticetemplate' => 'Pśedłoga za centralne powěźeńki',
 2087+ 'noticetemplate' => 'Administrěrowanje centralnych powěźeńkow',
 2088+ 'bannerallocation' => 'Administrěrowanje centralnych powěźeńkow',
19022089 'right-centralnotice-admin' => 'Centralne powěźeńki zastojaś',
19032090 'action-centralnotice-admin' => 'Centralne powěźeńki zastojaś',
19042091 'centralnotice-desc' => 'Pśidawa centralnu powěźeńku do głowy boka',
@@ -1922,11 +2109,12 @@
19232110 'centralnotice-show-notices' => 'Powěźeńki pokazaś',
19242111 'centralnotice-list-templates' => 'Pśedłogi nalistowaś',
19252112 'centralnotice-multiple' => 'někotare ($1)',
 2113+ 'centralnotice-all-projects' => 'Wše projekty',
19262114 'centralnotice-translations' => 'Pśełožki',
19272115 'centralnotice-translate-to' => 'Pśełoźiś do',
19282116 'centralnotice-translate' => 'Pśełožiś',
19292117 'centralnotice-english' => 'Engelšćina',
1930 - 'centralnotice-banner-name' => 'Mě pśedłogi',
 2118+ 'centralnotice-banner-name' => 'Mě banarja',
19312119 'centralnotice-banner' => 'Chórgoj',
19322120 'centralnotice-banner-heading' => 'Chórgoj: $1',
19332121 'centralnotice-templates' => 'Pśedłogi',
@@ -1938,11 +2126,13 @@
19392127 'centralnotice-notice-exists' => 'Powěźeńka južo eksistěrujo.
19402128 Žedno pśidaśe',
19412129 'centralnotice-no-language' => 'Za kampanju njejo se žedna rěč wubrała. Pśidawa se nic.',
 2130+ 'centralnotice-no-project' => 'Za kampanju njejo se žeden projekt wubrał. Pśidawa se nic.',
19422131 'centralnotice-template-exists' => 'Pśedłoga južo eksistěrujo.
19432132 Žedno pśidaśe',
19442133 'centralnotice-notice-doesnt-exist' => 'Kampanja njeeksistěrujo.',
19452134 'centralnotice-remove-notice-doesnt-exist' => 'Kampanja njeeksistěrujo.
19462135 Njejo nic za wótpóranje.',
 2136+ 'centralnotice-banner-doesnt-exist' => 'Banaŕ njeeksistěrujo',
19472137 'centralnotice-template-still-bound' => 'Pśedłoga jo hyšći z powěźeńku zwězana.
19482138 Žedno wótpóranje.',
19492139 'centralnotice-template-body' => 'Tekst pśedłogi:',
@@ -1957,6 +2147,7 @@
19582148 'centralnotice-project-name' => 'Projektowe mě',
19592149 'centralnotice-start-date' => 'Startowy datum',
19602150 'centralnotice-start-time' => 'Startowy cas (UTC)',
 2151+ 'centralnotice-end-time' => 'Kóńcny cas (UTC)',
19612152 'centralnotice-assigned-templates' => 'Pśipokazane pśedłogi',
19622153 'centralnotice-no-templates' => 'Žedne pśedłogi namakane.
19632154 Pśidaj někotare!',
@@ -1982,6 +2173,7 @@
19832174 Pśidaj jadnu.',
19842175 'centralnotice-no-templates-translate' => 'Njejsu pśedłogi, za kótarež deje se pśełožki wobźěłaś',
19852176 'centralnotice-number-uses' => 'Wužyśa',
 2177+ 'centralnotice-settings' => 'Nastajenja',
19862178 'centralnotice-edit-template' => 'Pśedłogu wobźěłaś',
19872179 'centralnotice-edit-template-summary' => 'Aby lokalizěrujobnu powěźeńku napórał, wobdaj znamuškowy rěd z wězawku z wuzgibnjonymi spinkami, na pś. {{{citat-jimbo}}}.',
19882180 'centralnotice-message' => 'Powěźeńka',
@@ -1991,10 +2183,11 @@
19922184 'centralnotice-clone-name' => 'Mě:',
19932185 'centralnotice-preview-all-template-translations' => 'Pśeglěd wšych k dispoziciji stojecych pśełožkow pśedłogi',
19942186 'centralnotice-insert' => 'Zasunuś: $1',
1995 - 'centralnotice-hide-button' => 'Tłocašk {{int:centralnotice-shared-hide}}',
1996 - 'centralnotice-collapse-button' => 'Tłocašk {{int:centralnotice-shared-collapse}}',
1997 - 'centralnotice-expand-button' => 'Tłocašk {{int:centralnotice-shared-expand}}',
1998 - 'centralnotice-translate-button' => 'Tłocašk pśełožowańskeje pomocy',
 2187+ 'centralnotice-hide-button' => 'Wótkaz schowaś',
 2188+ 'centralnotice-collapse-button' => 'Wótkaz schowaś',
 2189+ 'centralnotice-expand-button' => 'Wótkaz pokazaś',
 2190+ 'centralnotice-close-button' => 'Tłocašk zacyniś',
 2191+ 'centralnotice-translate-button' => 'Wótkaz pśełožowańskeje pomocy',
19992192 'centralnotice-donate-button' => 'Pósćiwański tłocašk',
20002193 'centralnotice-expanded-banner' => 'Wótcynjona chórgoj',
20012194 'centralnotice-collapsed-banner' => 'Złožona chórgoj',
@@ -2004,6 +2197,19 @@
20052198 'centralnotice-banner-type' => 'Chórgojowy typ:',
20062199 'centralnotice-banner-hidable' => 'Statiski/Chowajobny',
20072200 'centralnotice-banner-collapsible' => 'Fałdujobny',
 2201+ 'centralnotice-geotargeted' => 'Geolokalizěrowany',
 2202+ 'centralnotice-countries' => 'Kraje',
 2203+ 'centralnotice-allocation' => 'Zrědowanje',
 2204+ 'centralnotice-view-allocation' => 'Zrědowanje banarja se woglědaś',
 2205+ 'centralnotice-allocation-instructions' => 'Wokolinu wubraś, za kótaruž by rady wiźeł zrědowanje banarja:',
 2206+ 'centralnotice-languages' => 'Rěcy',
 2207+ 'centralnotice-projects' => 'Projekty',
 2208+ 'centralnotice-country' => 'Kraj',
 2209+ 'centralnotice-no-allocation' => 'Žedne banarje zrědowane.',
 2210+ 'centralnotice-allocation-description' => 'Zrědowanje banarja za $1.$2 w $3',
 2211+ 'centralnotice-percentage' => 'Procentowa sajźba',
 2212+ 'centralnotice-documentwrite-error' => 'document.write() njedajo se w banarju wužywaś.
 2213+Glědaj http://meta.wikimedia.org/wiki/Help:CentralNotice za dalšne informacije.',
20082214 'centralnotice-preferred' => 'Preferěrowane',
20092215 );
20102216
@@ -2017,6 +2223,7 @@
20182224 /** Greek (Ελληνικά)
20192225 * @author Badseed
20202226 * @author Crazymadlover
 2227+ * @author Glavkos
20212228 * @author K sal 15
20222229 * @author Lou
20232230 * @author Omnipaedista
@@ -2025,7 +2232,8 @@
20262233 */
20272234 $messages['el'] = array(
20282235 'centralnotice' => 'Διαχειριστής κεντρικών ειδοποιήσεων',
2029 - 'noticetemplate' => 'Πρότυπο κεντρικής ανακοίνωσης',
 2236+ 'noticetemplate' => 'Διαχειριστής κεντρικών ειδοποιήσεων',
 2237+ 'bannerallocation' => 'Διαχειριστής κεντρικών ειδοποιήσεων',
20302238 'right-centralnotice-admin' => 'Διαχείριση κεντρικών ειδοποιήσεων',
20312239 'action-centralnotice-admin' => 'διαχείριση κεντρικών ειδοποιήσεων',
20322240 'centralnotice-desc' => 'Προσθέτει μια κεντρική ανακοίνωση',
@@ -2036,34 +2244,42 @@
20372245 'centralnotice-end-date' => 'Ημερομηνία λήξης',
20382246 'centralnotice-enabled' => 'Ενεργοποιημένο',
20392247 'centralnotice-modify' => 'Καταχώρηση',
 2248+ 'centralnotice-save-banner' => 'Αποθήκευση banner',
20402249 'centralnotice-preview' => 'Προεπισκόπηση',
20412250 'centralnotice-add-new' => 'Προσθήκη νέας κεντρικής ανακοίνωσης',
20422251 'centralnotice-remove' => 'Αφαίρεση',
20432252 'centralnotice-translate-heading' => 'Μετάφραση για το $1',
20442253 'centralnotice-manage' => 'Διαχείριση κεντρικής ειδοποίησης',
 2254+ 'centralnotice-manage-templates' => 'Διαχείριση banners',
20452255 'centralnotice-add' => 'Προσθήκη',
20462256 'centralnotice-add-notice' => 'Προσθήκη ανακοίνωσης',
 2257+ 'centralnotice-edit-notice' => 'Επεξεργασία εκστρατείας',
20472258 'centralnotice-add-template' => 'Προσθήκη προτύπου',
20482259 'centralnotice-show-notices' => 'Εμφάνιση ανακοινώσεων',
20492260 'centralnotice-list-templates' => 'Κατάλογος προτύπων',
 2261+ 'centralnotice-multiple' => 'Πολλαπλές ($1)',
 2262+ 'centralnotice-all-projects' => 'Όλα τα εγχειρήματα',
20502263 'centralnotice-translations' => 'Μεταφράσεις',
20512264 'centralnotice-translate-to' => 'Μετάφραση σε',
20522265 'centralnotice-translate' => 'Μετάφραση',
20532266 'centralnotice-english' => 'Αγγλικά',
20542267 'centralnotice-banner-name' => 'Όνομα προτύπου',
20552268 'centralnotice-banner' => 'Διαφημιστικό',
 2269+ 'centralnotice-banner-heading' => 'Banner: $1',
20562270 'centralnotice-templates' => 'Πρότυπα',
20572271 'centralnotice-weight' => 'Βάρος',
20582272 'centralnotice-locked' => 'Κλειδωμένο',
20592273 'centralnotice-notice' => 'Εκστρατεία',
 2274+ 'centralnotice-notice-heading' => 'Καμπάνια: $1',
20602275 'centralnotice-notices' => 'Ανακοινώσεις',
20612276 'centralnotice-notice-exists' => 'Η σημείωση υπάρχει ήδη.
20622277 Δεν προστίθεται',
20632278 'centralnotice-no-language' => 'Καμία γλώσσα δεν επιλέχθηκε για την καμπάνια. Δεν προστίθεται.',
20642279 'centralnotice-template-exists' => 'Το πρότυπο υπάρχει ήδη.
20652280 Δεν προστέθηκε',
2066 - 'centralnotice-notice-doesnt-exist' => 'Η σημείωση δεν υπάρχει.
2067 -Τίποτα να αφαιρεθεί',
 2281+ 'centralnotice-notice-doesnt-exist' => 'Καμπάνια δεν υπάρχει.',
 2282+ 'centralnotice-remove-notice-doesnt-exist' => 'Καμπάνια δεν υπάρχει.
 2283+Τίποτε προς διαγραφή.',
20682284 'centralnotice-banner-doesnt-exist' => 'Το λογότυπο δεν υπάρχει.',
20692285 'centralnotice-template-still-bound' => 'Το πρότυπο είναι ακόμη συνδεδεμένο με ένα σημείωμα.
20702286 Δεν έχει αφαιρεθεί.',
@@ -2074,6 +2290,8 @@
20752291 'centralnotice-hours' => 'Ώρα',
20762292 'centralnotice-min' => 'Λεπτό',
20772293 'centralnotice-project-lang' => 'Γλώσσα εγχειρήματος',
 2294+ 'centralnotice-select' => 'Επιλογή: $1',
 2295+ 'centralnotice-top-ten-languages' => 'Οι 10 πιο δημοφιλείς γλώσσες',
20782296 'centralnotice-project-name' => 'Όνομα εγχειρήματος',
20792297 'centralnotice-start-date' => 'Αρχική ημερομηνία',
20802298 'centralnotice-start-time' => 'Χρόνος εκκίνησης (UTC)',
@@ -2103,11 +2321,13 @@
21042322 Προσθέστε μια παρακάτω.',
21052323 'centralnotice-no-templates-translate' => 'Δεν υπάρχουν πολλά πρότυπα για να γίνει επεξεργασία των μεταφράσεων',
21062324 'centralnotice-number-uses' => 'Χρήσεις',
 2325+ 'centralnotice-settings' => 'Ρυθμίσεις',
21072326 'centralnotice-edit-template' => 'Επεξεργασία προτύπου',
21082327 'centralnotice-message' => 'Μήνυμα',
21092328 'centralnotice-message-not-set' => 'Μη ρυθμισμένο μήνυμα',
21102329 'centralnotice-clone' => 'Κλώνος',
21112330 'centralnotice-clone-notice' => 'Δημιουργία ενός αντίγραφου του προτύπου',
 2331+ 'centralnotice-clone-name' => 'Όνομα:',
21122332 'centralnotice-preview-all-template-translations' => 'Προεπισκόπηση όλων των διαθέσιμων μεταφράσεων του προτύπου',
21132333 'centralnotice-insert' => 'Εισαγωγή: $1',
21142334 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} σύνδεσμος',
@@ -2140,6 +2360,7 @@
21412361 $messages['eo'] = array(
21422362 'centralnotice' => 'Administranto de centrala notico',
21432363 'noticetemplate' => 'Administranto por centrala notico',
 2364+ 'bannerallocation' => 'Administranto por centrala notico',
21442365 'right-centralnotice-admin' => 'Administri centralajn noticojn',
21452366 'action-centralnotice-admin' => 'administri centralajn noticojn',
21462367 'centralnotice-desc' => 'Aldonas centralan noticon por la vikio',
@@ -2164,6 +2385,7 @@
21652386 'centralnotice-show-notices' => 'Montri noticojn',
21662387 'centralnotice-list-templates' => 'Rigardi ŝablonojn',
21672388 'centralnotice-multiple' => 'multlingve ($1)',
 2389+ 'centralnotice-all-projects' => 'Ĉiuj projektoj',
21682390 'centralnotice-translations' => 'Tradukoj',
21692391 'centralnotice-translate-to' => 'Traduki al',
21702392 'centralnotice-translate' => 'Traduki',
@@ -2179,6 +2401,7 @@
21802402 'centralnotice-notices' => 'Noticoj',
21812403 'centralnotice-notice-exists' => 'Notico jam ekzistas.
21822404 Ne aldonante',
 2405+ 'centralnotice-no-language' => 'Neniu lingvo estis elektita por ĉi tiu kampanjo. Ne aldonante.',
21832406 'centralnotice-no-project' => 'Neniu projekto elektitas por la kampanjo. Nenio aldonotas.',
21842407 'centralnotice-template-exists' => 'Ŝablono jam ekzistas.
21852408 Ne aldonante',
@@ -2200,6 +2423,7 @@
22012424 'centralnotice-project-name' => 'Projekta nomo',
22022425 'centralnotice-start-date' => 'Komenca dato',
22032426 'centralnotice-start-time' => 'Komenca tempo (UTC)',
 2427+ 'centralnotice-end-time' => 'Fina tempo (UTC)',
22042428 'centralnotice-assigned-templates' => 'Asignitaj ŝablonoj',
22052429 'centralnotice-no-templates' => 'Neniuj ŝablonoj estis trovitaj.
22062430 Aldonu iujn!',
@@ -2227,6 +2451,7 @@
22282452 'centralnotice-number-uses' => 'Uzoj',
22292453 'centralnotice-settings' => 'Agordoj',
22302454 'centralnotice-edit-template' => 'Redakti ŝablonojn',
 2455+ 'centralnotice-edit-template-summary' => 'Krei asimilitan mesaĝon, enigu strekdividitan signoĉenon en tri buklaj krampoj, ekz-e {{{jimbo-citaĵo}}}.',
22312456 'centralnotice-message' => 'Mesaĝo',
22322457 'centralnotice-message-not-set' => 'Mesaĝo ne estis ŝaltita',
22332458 'centralnotice-clone' => 'Kloni',
@@ -2234,21 +2459,33 @@
22352460 'centralnotice-clone-name' => 'Nomo:',
22362461 'centralnotice-preview-all-template-translations' => 'Antaŭvidi ĉiujn haveblajn tradukojn de ŝablono',
22372462 'centralnotice-insert' => 'Enmeti: $1',
2238 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ligilo',
2239 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} ligilo',
2240 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} ligilo',
 2463+ 'centralnotice-hide-button' => 'Kaŝi ligilon',
 2464+ 'centralnotice-collapse-button' => 'Maletendi ligilon',
 2465+ 'centralnotice-expand-button' => 'Etendi ligilon',
 2466+ 'centralnotice-close-button' => 'Fermo-butono',
22412467 'centralnotice-translate-button' => 'Ligilo por helpi tradukadon',
22422468 'centralnotice-donate-button' => 'Donaca butono',
22432469 'centralnotice-expanded-banner' => 'Etendita rubando',
22442470 'centralnotice-collapsed-banner' => 'Maletendita rubando',
 2471+ 'centralnotice-banner-display' => 'Montri al:',
22452472 'centralnotice-banner-anonymous' => 'Anonimaj uzantoj',
22462473 'centralnotice-banner-logged-in' => 'Ensalutitaj uzantoj',
22472474 'centralnotice-banner-type' => 'Rubanda tipo:',
22482475 'centralnotice-banner-hidable' => 'Statika/Kaŝebla',
22492476 'centralnotice-banner-collapsible' => 'Maletendebla',
 2477+ 'centralnotice-geotargeted' => 'Ŝalti geografian lokigadon',
22502478 'centralnotice-countries' => 'Landoj',
 2479+ 'centralnotice-allocation' => 'Asigno',
 2480+ 'centralnotice-view-allocation' => 'Vidi asignon de reklamrubando',
 2481+ 'centralnotice-allocation-instructions' => 'Elekti la medion, ke vi volus vidi rubandan asignadon:',
 2482+ 'centralnotice-languages' => 'Lingvoj',
 2483+ 'centralnotice-projects' => 'Projektoj',
22512484 'centralnotice-country' => 'Lando',
22522485 'centralnotice-no-allocation' => 'Neniuj rekamrubandoj estas asignitaj.',
 2486+ 'centralnotice-allocation-description' => 'Asignado de reklamrubando por $1.$2 en $3',
 2487+ 'centralnotice-percentage' => 'Procento',
 2488+ 'centralnotice-documentwrite-error' => 'Ne povas uzi document.write() en reklamrubando.
 2489+Vidu http://meta.wikimedia.org/wiki/Help:CentralNotic por plia informo.',
22532490 'centralnotice-preferred' => 'Preferata',
22542491 );
22552492
@@ -2263,10 +2500,12 @@
22642501 * @author Peter17
22652502 * @author Remember the dot
22662503 * @author Sanbec
 2504+ * @author Translationista
22672505 */
22682506 $messages['es'] = array(
22692507 'centralnotice' => 'Sistema de administración de avisos centralizados',
2270 - 'noticetemplate' => 'Plantilla del aviso central',
 2508+ 'noticetemplate' => 'Administración de avisos centrales',
 2509+ 'bannerallocation' => 'Administración de avisos centrales',
22712510 'right-centralnotice-admin' => 'Gestionar avisos centrales',
22722511 'action-centralnotice-admin' => 'gestionar avisos centrales',
22732512 'centralnotice-desc' => 'Añade un mensaje central',
@@ -2291,6 +2530,7 @@
22922531 'centralnotice-show-notices' => 'Mostrar avisos',
22932532 'centralnotice-list-templates' => 'Listar plantillas',
22942533 'centralnotice-multiple' => 'múltiples ($1)',
 2534+ 'centralnotice-all-projects' => 'Todos los proyectos',
22952535 'centralnotice-translations' => 'Traducciones',
22962536 'centralnotice-translate-to' => 'Traducir al',
22972537 'centralnotice-translate' => 'Traducir',
@@ -2307,11 +2547,13 @@
23082548 'centralnotice-notice-exists' => 'El aviso ya existe.
23092549 No se ha añadido',
23102550 'centralnotice-no-language' => 'No se ha seleccionado ninguna lengua para la campaña. No añadido.',
 2551+ 'centralnotice-no-project' => 'Ningún proyecto fue seleccionado para la campaña. No añadido.',
23112552 'centralnotice-template-exists' => 'La plantilla ya exixte.
23122553 No se ha añadido',
23132554 'centralnotice-notice-doesnt-exist' => 'La campaña no existe.',
23142555 'centralnotice-remove-notice-doesnt-exist' => 'La campaña no existe.
23152556 Nada que remover.',
 2557+ 'centralnotice-banner-doesnt-exist' => 'La pancarta no existe.',
23162558 'centralnotice-template-still-bound' => 'La plantilla todavía está enlazada a un aviso.
23172559 No se borrará.',
23182560 'centralnotice-template-body' => 'Cuerpo de la plantilla:',
@@ -2326,6 +2568,7 @@
23272569 'centralnotice-project-name' => 'Nombre del proyecto',
23282570 'centralnotice-start-date' => 'Fecha de inicio',
23292571 'centralnotice-start-time' => 'Hora de inicio (UTC)',
 2572+ 'centralnotice-end-time' => 'Hora de finalización (UTC)',
23302573 'centralnotice-assigned-templates' => 'Plantillas asignadas',
23312574 'centralnotice-no-templates' => 'No hay plantillas.
23322575 ¡Añade alguna!',
@@ -2361,10 +2604,11 @@
23622605 'centralnotice-clone-name' => 'Nombre:',
23632606 'centralnotice-preview-all-template-translations' => 'Previsualizar todas las traducciones disponibles de la plantilla',
23642607 'centralnotice-insert' => 'Insertar: $1',
2365 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} botón',
2366 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} botón',
2367 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} botón',
2368 - 'centralnotice-translate-button' => 'Botón de ayuda a la traducción',
 2608+ 'centralnotice-hide-button' => 'vínculo {{int:centralnotice-shared-hide}}',
 2609+ 'centralnotice-collapse-button' => 'vínculo {{int:centralnotice-shared-collapse}}',
 2610+ 'centralnotice-expand-button' => 'vínculo {{int:centralnotice-shared-expand}}',
 2611+ 'centralnotice-close-button' => 'Botón cerrar',
 2612+ 'centralnotice-translate-button' => 'Vínculo de ayuda a traducir',
23692613 'centralnotice-donate-button' => 'Botón de donación',
23702614 'centralnotice-expanded-banner' => 'Banner expandido',
23712615 'centralnotice-collapsed-banner' => 'Banner colapsado',
@@ -2374,6 +2618,19 @@
23752619 'centralnotice-banner-type' => 'Tipo de banner:',
23762620 'centralnotice-banner-hidable' => 'Estático/Ocultable',
23772621 'centralnotice-banner-collapsible' => 'Colapsable',
 2622+ 'centralnotice-geotargeted' => 'Geosegmentado',
 2623+ 'centralnotice-countries' => 'Países',
 2624+ 'centralnotice-allocation' => 'Asignación',
 2625+ 'centralnotice-view-allocation' => 'Asignación de visualización de pancarta',
 2626+ 'centralnotice-allocation-instructions' => 'Escoje el entorno para en el cual desea ver la asignación de pancartas:',
 2627+ 'centralnotice-languages' => 'Idiomas',
 2628+ 'centralnotice-projects' => 'Proyectos',
 2629+ 'centralnotice-country' => 'País',
 2630+ 'centralnotice-no-allocation' => 'No hay pancartas asignadas.',
 2631+ 'centralnotice-allocation-description' => 'Asignación de pancartas para $1.$2 en $3:',
 2632+ 'centralnotice-percentage' => 'Porcentaje',
 2633+ 'centralnotice-documentwrite-error' => 'No se puede usar document.write() dentro de un banner.
 2634+Ve http://meta.wikimedia.org/wiki/Help:CentralNotice para más información.',
23782635 'centralnotice-preferred' => 'Preferido',
23792636 );
23802637
@@ -2384,6 +2641,7 @@
23852642 $messages['et'] = array(
23862643 'centralnotice' => 'Keskuse teadete haldamine',
23872644 'noticetemplate' => 'Keskuse teadete haldamine',
 2645+ 'bannerallocation' => 'Keskuse teadete haldamine',
23882646 'centralnotice-desc' => 'Lisab keskse võrgukohateatesüsteemi.',
23892647 'centralnotice-summary' => 'See komponent võimaldab muuta praegu üles seatud keskuse teateid.
23902648 Samuti saab sellega teateid lisada või vanu teateid eemaldada.',
@@ -2396,6 +2654,7 @@
23972655 'centralnotice-remove' => 'Eemalda',
23982656 'centralnotice-translate-heading' => 'Malli $1 tõlge',
23992657 'centralnotice-manage' => 'Keskuse teate muutmine',
 2658+ 'centralnotice-manage-templates' => 'Teadete haldamine',
24002659 'centralnotice-add' => 'Lisa',
24012660 'centralnotice-add-notice' => 'Lisa teade',
24022661 'centralnotice-add-template' => 'Lisa mall',
@@ -2408,17 +2667,25 @@
24092668 'centralnotice-translate' => 'Tõlgi',
24102669 'centralnotice-english' => 'Inglise',
24112670 'centralnotice-banner-name' => 'Malli nimi:',
 2671+ 'centralnotice-banner' => 'Mall',
 2672+ 'centralnotice-banner-heading' => 'Mall: $1',
24122673 'centralnotice-templates' => 'Mallid',
24132674 'centralnotice-weight' => 'Kaal',
24142675 'centralnotice-locked' => 'Lukustatud',
 2676+ 'centralnotice-notice' => 'Teade',
 2677+ 'centralnotice-notice-heading' => 'Teade: $1',
24152678 'centralnotice-notices' => 'Teated',
24162679 'centralnotice-notice-exists' => 'Teade on juba olemas.
24172680
24182681 Ei lisatud',
 2682+ 'centralnotice-no-language' => 'Teatele pole keelt valitud. Ei lisata.',
24192683 'centralnotice-template-exists' => 'Mall on juba olemas.
24202684
24212685 Ei lisatud.',
24222686 'centralnotice-notice-doesnt-exist' => 'Teadet pole.',
 2687+ 'centralnotice-remove-notice-doesnt-exist' => 'Teadet pole olemas.
 2688+Midagi pole eemldada.',
 2689+ 'centralnotice-banner-doesnt-exist' => 'Malli pole.',
24232690 'centralnotice-template-still-bound' => 'Mall on ikka teatega seotud.
24242691 Ei eemaldata',
24252692 'centralnotice-template-body' => 'Malli sisu:',
@@ -2428,10 +2695,11 @@
24292696 'centralnotice-hours' => 'Tund',
24302697 'centralnotice-min' => 'Minut',
24312698 'centralnotice-project-lang' => 'Projekti keel',
 2699+ 'centralnotice-top-ten-languages' => 'Keelte esikümme',
24322700 'centralnotice-project-name' => 'Projekti nimi',
24332701 'centralnotice-start-date' => 'Alguskuupäev',
24342702 'centralnotice-start-time' => 'Alguskellaaeg (UTC)',
2435 - 'centralnotice-end-time' => 'Lõpuaeg (UTC)',
 2703+ 'centralnotice-end-time' => 'Lõpukellaaeg (UTC)',
24362704 'centralnotice-assigned-templates' => 'Vastavad mallid',
24372705 'centralnotice-no-templates' => 'Malle ei leitud.
24382706
@@ -2446,20 +2714,39 @@
24472715 'centralnotice-weights' => 'Raskused',
24482716 'centralnotice-notice-is-locked' => 'Teade on lukustatud.
24492717 Ei eemaldata',
 2718+ 'centralnotice-overlap' => 'Teate näitamise aeg kattub teise teate näitamise ajaga.
 2719+Ei lisata.',
 2720+ 'centralnotice-invalid-date-range' => 'Vigane ajavahemik.
 2721+Ei uuendata.',
24502722 'centralnotice-confirm-delete' => 'Soovid sa tõepoolest seda üksust kustutada.
24512723 See toiming pole tagasipööratav.',
24522724 'centralnotice-no-notices-exist' => 'Ühtegi teadet pole.
24532725 Lisa allpool üks.',
24542726 'centralnotice-no-templates-translate' => 'Pole ühtegi malli, mille tõlget muuta',
24552727 'centralnotice-number-uses' => 'Kasutusi',
 2728+ 'centralnotice-settings' => 'Sätted',
24562729 'centralnotice-edit-template' => 'Malli muutmine',
24572730 'centralnotice-message' => 'Sõnum',
24582731 'centralnotice-message-not-set' => 'Sõnumit ei ole seatud',
24592732 'centralnotice-clone' => 'Kloon',
24602733 'centralnotice-clone-notice' => 'Loo mallist koopia',
 2734+ 'centralnotice-clone-name' => 'Nimi:',
24612735 'centralnotice-preview-all-template-translations' => 'Malli kõigi kättesaadavate tõlgete eelvaated',
 2736+ 'centralnotice-banner-display' => 'Näita:',
 2737+ 'centralnotice-banner-anonymous' => 'Anonüümsetele kasutajatele',
 2738+ 'centralnotice-banner-logged-in' => 'Sisseloginud kasutajatele',
 2739+ 'centralnotice-banner-type' => 'Malli tüüp:',
 2740+ 'centralnotice-banner-collapsible' => 'Kokkulükatav',
 2741+ 'centralnotice-geotargeted' => 'Kohamääranguga',
24622742 'centralnotice-countries' => 'Riigid',
 2743+ 'centralnotice-allocation' => 'Ülesseadmine',
 2744+ 'centralnotice-view-allocation' => 'Mallide ülesseade vaatamine',
 2745+ 'centralnotice-allocation-instructions' => 'Vali avaldamiskeskkond, mille ülesseadet soovid näha:',
 2746+ 'centralnotice-languages' => 'Keeled',
 2747+ 'centralnotice-projects' => 'Projektid',
24632748 'centralnotice-country' => 'Riik',
 2749+ 'centralnotice-no-allocation' => 'Ühtegi malli pole üles seatud.',
 2750+ 'centralnotice-allocation-description' => 'Üles seatud mallid maal koodiga $3 ja saidil $1.$2.',
24642751 'centralnotice-percentage' => 'Protsent',
24652752 'right-centralnotice-admin' => 'Keskuse teateid hallata',
24662753 'right-centralnotice-translate' => 'Tõlkida keskuse teateid',
@@ -2535,6 +2822,7 @@
25362823 * @author Ebraminio
25372824 * @author Huji
25382825 * @author Komeil 4life
 2826+ * @author Mjbmr
25392827 * @author Sahim
25402828 * @author Wayiran
25412829 */
@@ -2566,6 +2854,7 @@
25672855 'centralnotice-show-notices' => 'نمایش اعلان‌ها',
25682856 'centralnotice-list-templates' => 'فهرست الگوها',
25692857 'centralnotice-multiple' => 'چندگانه ($1)',
 2858+ 'centralnotice-all-projects' => 'همهٔ پروژه‌ها',
25702859 'centralnotice-translations' => 'ترجمه‌ها',
25712860 'centralnotice-translate-to' => 'ترجمه به',
25722861 'centralnotice-translate' => 'ترجمه کردن',
@@ -2582,6 +2871,7 @@
25832872 'centralnotice-notice-exists' => 'اعلان از قبل وجود دارد.
25842873 افزوده نشد',
25852874 'centralnotice-no-language' => 'هیچ زبانی برای کمپین انتخاب نشده است. اضاقه نشده است.',
 2875+ 'centralnotice-no-project' => 'هیچ پروژه‌ای برای پیکار انتخاب نشده بود. هیچ چیز اضافه نشد.',
25862876 'centralnotice-template-exists' => 'الگو از قبل وجود دارد.
25872877 افزوده نشد',
25882878 'centralnotice-notice-doesnt-exist' => 'کمپین وجود ندارد.',
@@ -2657,6 +2947,8 @@
26582948 'centralnotice-allocation' => 'تخصیص',
26592949 'centralnotice-view-allocation' => 'نمایش تخصیص آگهی',
26602950 'centralnotice-allocation-instructions' => 'محیطی که می‌خواهید تخصیص نشان را برایش مشاهده کنید، برگزینید:',
 2951+ 'centralnotice-languages' => 'زبان‌ها',
 2952+ 'centralnotice-projects' => 'پروژه‌ها',
26612953 'centralnotice-country' => 'کشور',
26622954 'centralnotice-no-allocation' => 'هیچ آگهی‌ای اختصاص نیافته است.',
26632955 'centralnotice-allocation-description' => 'اختصاص آگهی برای $1.$2 در $3:',
@@ -2670,12 +2962,14 @@
26712963 * @author Centerlink
26722964 * @author Crt
26732965 * @author Nike
 2966+ * @author Olli
26742967 * @author Tarmo
26752968 * @author Tofu II
26762969 */
26772970 $messages['fi'] = array(
26782971 'centralnotice' => 'Keskitettyjen tiedotteiden ylläpito',
2679 - 'noticetemplate' => 'Keskitetyn tiedotteen malline',
 2972+ 'noticetemplate' => 'Keskitettyjen tiedotteiden ylläpito',
 2973+ 'bannerallocation' => 'Keskitettyjen tiedotteiden ylläpito',
26802974 'right-centralnotice-admin' => 'Hallinnoida keskitettyjä tiedotteita',
26812975 'action-centralnotice-admin' => 'hallinnoida keskitettyjä tiedotteita',
26822976 'centralnotice-desc' => 'Mahdollistaa keskitetyn sivustotiedotteen lisäämisen.',
@@ -2686,31 +2980,42 @@
26872981 'centralnotice-end-date' => 'Lopetuspäivä',
26882982 'centralnotice-enabled' => 'Käytössä',
26892983 'centralnotice-modify' => 'Lähetä',
 2984+ 'centralnotice-save-banner' => 'Tallenna banneri',
26902985 'centralnotice-preview' => 'Esikatselu',
26912986 'centralnotice-add-new' => 'Lisää uusi keskitetty tiedote',
26922987 'centralnotice-remove' => 'Poista',
26932988 'centralnotice-translate-heading' => 'Käännös mallineelle $1',
26942989 'centralnotice-manage' => 'Hallinnoi keskitettyä tiedotetta',
 2990+ 'centralnotice-manage-templates' => 'Hallitse bannereita',
26952991 'centralnotice-add' => 'Lisää',
26962992 'centralnotice-add-notice' => 'Lisää tiedote',
 2993+ 'centralnotice-edit-notice' => 'Muokkaa kampanjaa',
26972994 'centralnotice-add-template' => 'Lisää malline',
26982995 'centralnotice-show-notices' => 'Näytä tiedotteet',
26992996 'centralnotice-list-templates' => 'Luettele mallineet',
 2997+ 'centralnotice-multiple' => 'useita ($1)',
27002998 'centralnotice-translations' => 'Käännökset',
27012999 'centralnotice-translate-to' => 'Käännös:',
27023000 'centralnotice-translate' => 'Käännä',
27033001 'centralnotice-english' => 'Englanniksi',
2704 - 'centralnotice-banner-name' => 'Mallineen nimi',
 3002+ 'centralnotice-banner-name' => 'Bannerin nimi:',
 3003+ 'centralnotice-banner' => 'Banneri',
 3004+ 'centralnotice-banner-heading' => 'Banneri: $1',
27053005 'centralnotice-templates' => 'Mallineet',
27063006 'centralnotice-weight' => 'Paino',
27073007 'centralnotice-locked' => 'Lukittu',
 3008+ 'centralnotice-notice' => 'Kampanja',
 3009+ 'centralnotice-notice-heading' => 'Kampanja: $1',
27083010 'centralnotice-notices' => 'Tiedotteet',
27093011 'centralnotice-notice-exists' => 'Tiedote on jo olemassa.
27103012 Ei lisätä',
 3013+ 'centralnotice-no-language' => 'Kampanjalle ei valittu kieltä. Sitä ei lisätty.',
27113014 'centralnotice-template-exists' => 'Malline on jo olemassa.
27123015 Ei lisätä',
2713 - 'centralnotice-notice-doesnt-exist' => 'Tiedotetta ei ole.
2714 -Ei mitään poistettavaa',
 3016+ 'centralnotice-notice-doesnt-exist' => 'Kampanjaa ei ole olemassa.',
 3017+ 'centralnotice-remove-notice-doesnt-exist' => 'Kampanjaa ei ole olemassa.
 3018+Ei poistettavaa.',
 3019+ 'centralnotice-banner-doesnt-exist' => 'Banneria ei ole olemassa.',
27153020 'centralnotice-template-still-bound' => 'Malline on vielä kytkettynä tiedotteeseen.
27163021 Ei poisteta',
27173022 'centralnotice-template-body' => 'Mallineen runko:',
@@ -2720,9 +3025,12 @@
27213026 'centralnotice-hours' => 'Tunti',
27223027 'centralnotice-min' => 'Minuutti',
27233028 'centralnotice-project-lang' => 'Projektin kieli',
 3029+ 'centralnotice-select' => 'Valitse: $1',
 3030+ 'centralnotice-top-ten-languages' => 'Eniten käytetyt 10 kieltä',
27243031 'centralnotice-project-name' => 'Projektin nimi',
27253032 'centralnotice-start-date' => 'Alkamispäivä',
27263033 'centralnotice-start-time' => 'Alkamisaika (UTC)',
 3034+ 'centralnotice-end-time' => 'Lopetusaika (UTC)',
27273035 'centralnotice-assigned-templates' => 'Kytketyt mallineet',
27283036 'centralnotice-no-templates' => 'Ei löydy mallineita.
27293037 Lisää niitä.',
@@ -2748,12 +3056,14 @@
27493057 Lisää alapuolella sellainen',
27503058 'centralnotice-no-templates-translate' => 'Ei mallineita, joiden käännöksiä voisi muokata',
27513059 'centralnotice-number-uses' => 'Käyttää',
 3060+ 'centralnotice-settings' => 'Asetukset',
27523061 'centralnotice-edit-template' => 'Muokkaa mallinetta',
27533062 'centralnotice-edit-template-summary' => 'Käännettävän viestin luomiseksi sisällytä tavutettu merkkijono kolmen aaltosulkeen sisään, esim. {{{jimbo-quote}}}.',
27543063 'centralnotice-message' => 'Viesti',
27553064 'centralnotice-message-not-set' => 'Viestiä ei ole asetettu',
27563065 'centralnotice-clone' => 'Kahdenna',
27573066 'centralnotice-clone-notice' => 'Tee kopio mallineesta',
 3067+ 'centralnotice-clone-name' => 'Nimi:',
27583068 'centralnotice-preview-all-template-translations' => 'Esikatsele kaikkia saatavilla olevia mallineen käännöksiä',
27593069 'centralnotice-insert' => 'Lisää: $1',
27603070 'centralnotice-hide-button' => 'Linkki {{int:centralnotice-shared-hide}}',
@@ -2815,7 +3125,7 @@
28163126 'centralnotice-save-banner' => 'Enregistrer la bannière',
28173127 'centralnotice-preview' => 'Prévisualiser',
28183128 'centralnotice-add-new' => 'Ajouter un nouvel avis central',
2819 - 'centralnotice-remove' => 'Supprimer',
 3129+ 'centralnotice-remove' => 'Enlever',
28203130 'centralnotice-translate-heading' => 'Traduction de l’avis « $1 »',
28213131 'centralnotice-manage' => 'Gérer les avis centraux',
28223132 'centralnotice-manage-templates' => 'Gérer les bannières',
@@ -2826,6 +3136,7 @@
28273137 'centralnotice-show-notices' => 'Afficher les avis',
28283138 'centralnotice-list-templates' => 'Lister les modèles',
28293139 'centralnotice-multiple' => 'multiple ($1)',
 3140+ 'centralnotice-all-projects' => 'Tous les projets',
28303141 'centralnotice-translations' => 'Traductions',
28313142 'centralnotice-translate-to' => 'Traduire en',
28323143 'centralnotice-translate' => 'Traduire',
@@ -2842,6 +3153,7 @@
28433154 'centralnotice-notice-exists' => 'L’avis existe déjà.
28443155 Il n’a pas été ajouté.',
28453156 'centralnotice-no-language' => 'Aucune langue n’a été sélectionnée pour la campagne. Non ajoutée.',
 3157+ 'centralnotice-no-project' => 'Aucun projet n’a été sélectionné pour la campagne. Pas d’ajout.',
28463158 'centralnotice-template-exists' => 'Le modèle existe déjà.
28473159 Il n’a pas été ajouté.',
28483160 'centralnotice-notice-doesnt-exist' => 'La campagne n’existe pas.',
@@ -2898,9 +3210,9 @@
28993211 'centralnotice-clone-name' => 'Nom :',
29003212 'centralnotice-preview-all-template-translations' => 'Prévisualiser toutes les traductions disponibles du modèle',
29013213 'centralnotice-insert' => 'Insérer : $1',
2902 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} le lien',
2903 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} le lien',
2904 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} le lien',
 3214+ 'centralnotice-hide-button' => 'Cacher le lien',
 3215+ 'centralnotice-collapse-button' => 'Réduire le lien',
 3216+ 'centralnotice-expand-button' => 'Développer le lien',
29053217 'centralnotice-close-button' => 'Bouton fermer',
29063218 'centralnotice-translate-button' => 'Lien d’aide à la traduction',
29073219 'centralnotice-donate-button' => 'Bouton de donation',
@@ -2917,6 +3229,8 @@
29183230 'centralnotice-allocation' => 'Allocation',
29193231 'centralnotice-view-allocation' => 'Voir la disposition de bannière',
29203232 'centralnotice-allocation-instructions' => 'Choisissez l’environnement pour lequel vous souhaitez afficher la disposition de bannière :',
 3233+ 'centralnotice-languages' => 'Langues',
 3234+ 'centralnotice-projects' => 'Projets',
29213235 'centralnotice-country' => 'Pays',
29223236 'centralnotice-no-allocation' => 'Pas de bannières disposées.',
29233237 'centralnotice-allocation-description' => 'Disposition de bannière pour $1.$2 en $3 :',
@@ -3009,7 +3323,7 @@
30103324 El at pas étâ enlevâ.',
30113325 'centralnotice-overlap' => 'La propaganda côvre tota ou ben partia du temps d’una ôtra propaganda.
30123326 El at pas étâ apondua.',
3013 - 'centralnotice-invalid-date-range' => 'Entèrvalo de dâtes fôx por l’avis.
 3327+ 'centralnotice-invalid-date-range' => 'Plage de dâtes envalida.
30143328 El at pas étâ betâ a jorn.',
30153329 'centralnotice-null-string' => 'Empossiblo d’apondre una chêna voueda.
30163330 El at pas étâ apondua.',
@@ -3029,10 +3343,11 @@
30303344 'centralnotice-clone-name' => 'Nom :',
30313345 'centralnotice-preview-all-template-translations' => 'Prèvisualisar totes les traduccions disponibles de la baniére',
30323346 'centralnotice-insert' => 'Entrebetar : $1',
3033 - 'centralnotice-hide-button' => 'Boton {{int:centralnotice-shared-hide}}',
3034 - 'centralnotice-collapse-button' => 'Boton {{int:centralnotice-shared-collapse}}',
3035 - 'centralnotice-expand-button' => 'Boton {{int:centralnotice-shared-expand}}',
3036 - 'centralnotice-translate-button' => 'Boton d’éde a la traduccion',
 3347+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} lo lim',
 3348+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} lo lim',
 3349+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} lo lim',
 3350+ 'centralnotice-close-button' => 'Boton cllôre',
 3351+ 'centralnotice-translate-button' => 'Lim d’éde a la traduccion',
30373352 'centralnotice-donate-button' => 'Boton de donacion',
30383353 'centralnotice-expanded-banner' => 'Baniére ètendua',
30393354 'centralnotice-collapsed-banner' => 'Baniére rèduita',
@@ -3091,7 +3406,8 @@
30923407 'centralnotice-add-template' => 'Engadir un modelo',
30933408 'centralnotice-show-notices' => 'Amosar os avisos',
30943409 'centralnotice-list-templates' => 'Listar os modelos',
3095 - 'centralnotice-multiple' => 'múltiple ($1)',
 3410+ 'centralnotice-multiple' => 'Múltiples ($1)',
 3411+ 'centralnotice-all-projects' => 'Todos os proxectos',
30963412 'centralnotice-translations' => 'Traducións',
30973413 'centralnotice-translate-to' => 'Traducir ao',
30983414 'centralnotice-translate' => 'Traducir',
@@ -3108,6 +3424,7 @@
31093425 'centralnotice-notice-exists' => 'O aviso xa existe.
31103426 Non se engade',
31113427 'centralnotice-no-language' => 'Non se seleccionou ningunha lingua para o aviso. Non se engade.',
 3428+ 'centralnotice-no-project' => 'Non se seleccionou ningún proxecto para o aviso. Non se engade.',
31123429 'centralnotice-template-exists' => 'O modelo xa existe.
31133430 Non se engade',
31143431 'centralnotice-notice-doesnt-exist' => 'O aviso non existe.',
@@ -3164,9 +3481,9 @@
31653482 'centralnotice-clone-name' => 'Nome:',
31663483 'centralnotice-preview-all-template-translations' => 'Mostrar a vista previa de todas as traducións dispoñibles do modelo',
31673484 'centralnotice-insert' => 'Inserir: $1',
3168 - 'centralnotice-hide-button' => 'Ligazón "{{int:centralnotice-shared-hide}}"',
3169 - 'centralnotice-collapse-button' => 'Ligazón "{{int:centralnotice-shared-collapse}}"',
3170 - 'centralnotice-expand-button' => 'Ligazón "{{int:centralnotice-shared-expand}}"',
 3485+ 'centralnotice-hide-button' => 'Ligazón de agochar',
 3486+ 'centralnotice-collapse-button' => 'Ligazón de contraer',
 3487+ 'centralnotice-expand-button' => 'Ligazón de expandir',
31713488 'centralnotice-close-button' => 'Botón de pechar',
31723489 'centralnotice-translate-button' => 'Ligazón para axudar coas traducións',
31733490 'centralnotice-donate-button' => 'Botón de doar',
@@ -3183,6 +3500,8 @@
31843501 'centralnotice-allocation' => 'Asignación',
31853502 'centralnotice-view-allocation' => 'Ollar a asignación do modelo',
31863503 'centralnotice-allocation-instructions' => 'Escolla o entorno onde desexa mostrar a asignación do modelo:',
 3504+ 'centralnotice-languages' => 'Linguas',
 3505+ 'centralnotice-projects' => 'Proxectos',
31873506 'centralnotice-country' => 'País',
31883507 'centralnotice-no-allocation' => 'Non hai asignación de modelos.',
31893508 'centralnotice-allocation-description' => 'Asignación de modelos de $1.$2 en $3:',
@@ -3248,6 +3567,7 @@
32493568 'centralnotice-show-notices' => 'Zeig Mäldige',
32503569 'centralnotice-list-templates' => 'Vorlage uflischte',
32513570 'centralnotice-multiple' => 'mehreri ($1)',
 3571+ 'centralnotice-all-projects' => 'Alli Projäkt',
32523572 'centralnotice-translations' => 'Ibersetzige',
32533573 'centralnotice-translate-to' => 'Ibersetze in',
32543574 'centralnotice-translate' => 'Ibersetze',
@@ -3264,6 +3584,7 @@
32653585 'centralnotice-notice-exists' => 'Mäldig git s scho.
32663586 Nyt zuegfiegt.',
32673587 'centralnotice-no-language' => 'Fir d Kampagne isch kei Sproch uusgwehlt wore. Si wird wäge däm nit zuegfiegt.',
 3588+ 'centralnotice-no-project' => 'Fir d Kampagne isch kei Projäkt uusgwehlt wore. S wird wäge däm nit zuegfiegt.',
32683589 'centralnotice-template-exists' => 'Vorlag git s scho.
32693590 Nyt zuegfiegt.',
32703591 'centralnotice-notice-doesnt-exist' => 'Kampagne isch nit vorhande.',
@@ -3319,9 +3640,9 @@
33203641 'centralnotice-clone-name' => 'Name:',
33213642 'centralnotice-preview-all-template-translations' => 'Vorschau vu allene verfiegbare Ibersetzige vun ere Vorlag',
33223643 'centralnotice-insert' => 'Yyfiege: $1',
3323 - 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}',
3324 - 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}',
3325 - 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-collapse}}',
 3644+ 'centralnotice-hide-button' => 'Link verstecke',
 3645+ 'centralnotice-collapse-button' => 'Link zueklappe',
 3646+ 'centralnotice-expand-button' => 'Link ufklappe',
33263647 'centralnotice-close-button' => '"Zuemache"-Chnopf',
33273648 'centralnotice-translate-button' => 'Ibersetzigshilfe-Link',
33283649 'centralnotice-donate-button' => 'Spändechnopf',
@@ -3338,6 +3659,8 @@
33393660 'centralnotice-allocation' => 'Zuewysig',
33403661 'centralnotice-view-allocation' => 'Aaornig vu dr Banner aaluege',
33413662 'centralnotice-allocation-instructions' => 'D Umgäbig uuswehle, wu d Verteilig vu dr Banner witt aaluege:',
 3663+ 'centralnotice-languages' => 'Sproche',
 3664+ 'centralnotice-projects' => 'Projäkt',
33423665 'centralnotice-country' => 'Land',
33433666 'centralnotice-no-allocation' => 'Kei Banner aagordnet.',
33443667 'centralnotice-allocation-description' => 'Banneraaornig fir $1.$2 in $3:',
@@ -3348,12 +3671,15 @@
33493672 );
33503673
33513674 /** Hebrew (עברית)
 3675+ * @author Amire80
33523676 * @author Rotem Liss
33533677 * @author Rotemliss
 3678+ * @author YaronSh
33543679 */
33553680 $messages['he'] = array(
33563681 'centralnotice' => 'ניהול ההודעה המרכזית',
3357 - 'noticetemplate' => 'תבנית ההודעה המרכזית',
 3682+ 'noticetemplate' => 'ניהול ההודעה המרכזית',
 3683+ 'bannerallocation' => 'ניהול ההודעה המרכזית',
33583684 'right-centralnotice-admin' => 'ניהול הודעת מרכזיות',
33593685 'action-centralnotice-admin' => 'לנהל הודעות מרכזיות',
33603686 'centralnotice-desc' => 'הוספת הודעה בראש הדף משרת מרכזי',
@@ -3364,31 +3690,44 @@
33653691 'centralnotice-end-date' => 'תאריך סיום',
33663692 'centralnotice-enabled' => 'מופעלת',
33673693 'centralnotice-modify' => 'שליחה',
 3694+ 'centralnotice-save-banner' => 'שמירת הבאנר',
33683695 'centralnotice-preview' => 'תצוגה מקדימה',
33693696 'centralnotice-add-new' => 'הוספת הודעה מרכזית חדשה',
33703697 'centralnotice-remove' => 'הסרה',
33713698 'centralnotice-translate-heading' => 'תרגום של $1',
33723699 'centralnotice-manage' => 'ניהול ההודעה המרכזית',
 3700+ 'centralnotice-manage-templates' => 'ניהול באנרים',
33733701 'centralnotice-add' => 'הוספה',
33743702 'centralnotice-add-notice' => 'הוספת הודעה',
 3703+ 'centralnotice-edit-notice' => 'עריכת מסע הפרסום',
33753704 'centralnotice-add-template' => 'הוספת תבנית',
33763705 'centralnotice-show-notices' => 'הצגת הודעות',
33773706 'centralnotice-list-templates' => 'רשימת תבניות',
 3707+ 'centralnotice-multiple' => 'מרובים ($1)',
 3708+ 'centralnotice-all-projects' => 'כל המיזמים',
33783709 'centralnotice-translations' => 'תרגומים',
33793710 'centralnotice-translate-to' => 'תרגום ל',
33803711 'centralnotice-translate' => 'תרגום',
33813712 'centralnotice-english' => 'אנגלית',
3382 - 'centralnotice-banner-name' => 'שם ההודעה',
 3713+ 'centralnotice-banner-name' => 'שם הבאנר:',
 3714+ 'centralnotice-banner' => 'באנר',
 3715+ 'centralnotice-banner-heading' => 'באנר: $1',
33833716 'centralnotice-templates' => 'תבניות',
33843717 'centralnotice-weight' => 'משקל',
33853718 'centralnotice-locked' => 'נעול',
 3719+ 'centralnotice-notice' => 'מסע פרסום',
 3720+ 'centralnotice-notice-heading' => 'מסע פרסום: $1',
33863721 'centralnotice-notices' => 'הודעות',
33873722 'centralnotice-notice-exists' => 'ההודעה כבר קיימת.
33883723 התוספת לא תבוצע',
 3724+ 'centralnotice-no-language' => 'לא נבחרה שפה למסע הפרסום. לא נוסף.',
 3725+ 'centralnotice-no-project' => 'לא נבחר שום מיזם למסע הפרסום. לא נוסף.',
33893726 'centralnotice-template-exists' => 'התבנית כבר קיימת.
33903727 התוספת לא תבוצע',
3391 - 'centralnotice-notice-doesnt-exist' => 'ההודעה אינה קיימת.
3392 -אין מה להסיר',
 3728+ 'centralnotice-notice-doesnt-exist' => 'מסע הפרסום אינו קיים.',
 3729+ 'centralnotice-remove-notice-doesnt-exist' => 'מסע הפרסום אינו קיים.
 3730+אין מה להסיר.',
 3731+ 'centralnotice-banner-doesnt-exist' => 'הבאנר אינו קיים.',
33933732 'centralnotice-template-still-bound' => 'התבנית עדיין מקושרת להודעה.
33943733 ההסרה לא תבוצע.',
33953734 'centralnotice-template-body' => 'גוף ההודעה:',
@@ -3398,9 +3737,12 @@
33993738 'centralnotice-hours' => 'שעה',
34003739 'centralnotice-min' => 'דקה',
34013740 'centralnotice-project-lang' => 'שפת המיזם',
 3741+ 'centralnotice-select' => 'בחירה: $1',
 3742+ 'centralnotice-top-ten-languages' => 'עשרת השפות המובילות',
34023743 'centralnotice-project-name' => 'שם המיזם',
34033744 'centralnotice-start-date' => 'תאריך ההתחלה',
34043745 'centralnotice-start-time' => 'שעת ההתחלה (UTC)',
 3746+ 'centralnotice-end-time' => 'זמן הסיום (UTC)',
34053747 'centralnotice-assigned-templates' => 'תבניות מקושרות',
34063748 'centralnotice-no-templates' => 'לא נמצאו תבניות.
34073749 הוסיפו כמה!',
@@ -3426,11 +3768,14 @@
34273769 הוסיפו אחת למטה',
34283770 'centralnotice-no-templates-translate' => 'אין תבניות כדי לערוך את התרגומים שלהן',
34293771 'centralnotice-number-uses' => 'משתמשת ב',
 3772+ 'centralnotice-settings' => 'הגדרות',
34303773 'centralnotice-edit-template' => 'עריכת התבנית',
 3774+ 'centralnotice-edit-template-summary' => 'כדי ליצור הודעות הניתנות לתרגום יש לתחום מחרוזות על מקפיהן בסוגריים מסולסלים, לדוגמה {{{jimbo-quote}}}.',
34313775 'centralnotice-message' => 'הודעה',
34323776 'centralnotice-message-not-set' => 'לא הוגדרה הודעה',
34333777 'centralnotice-clone' => 'שכפול',
34343778 'centralnotice-clone-notice' => 'יצירת עותק של התבנית',
 3779+ 'centralnotice-clone-name' => 'שם:',
34353780 'centralnotice-preview-all-template-translations' => 'תצוגה מקדימה של כל התרגומים בתבנית',
34363781 'centralnotice-insert' => 'הוספה: $1',
34373782 'centralnotice-hide-button' => 'הסתרת הקישור',
@@ -3620,7 +3965,8 @@
36213966 */
36223967 $messages['hsb'] = array(
36233968 'centralnotice' => 'Administrator centralnych powěsćow',
3624 - 'noticetemplate' => 'Předłoha za centralnu powěsć',
 3969+ 'noticetemplate' => 'Zarjadowanje centralnych powěsćow',
 3970+ 'bannerallocation' => 'Zarjadowanje centralnych powěsćow',
36253971 'right-centralnotice-admin' => 'Centralne powěsće zrjadować',
36263972 'action-centralnotice-admin' => 'Centralne powěsće zrjadować',
36273973 'centralnotice-desc' => 'Přidawa centralnu bóčnu zdźělenku',
@@ -3645,11 +3991,12 @@
36463992 'centralnotice-show-notices' => 'Zdźělenki pokazać',
36473993 'centralnotice-list-templates' => 'Předłohi nalistować',
36483994 'centralnotice-multiple' => 'wjacore ($1)',
 3995+ 'centralnotice-all-projects' => 'Wšě projekty',
36493996 'centralnotice-translations' => 'Přełožki',
36503997 'centralnotice-translate-to' => 'Přełožić do',
36513998 'centralnotice-translate' => 'Přełožić',
36523999 'centralnotice-english' => 'Jendźelšćina',
3653 - 'centralnotice-banner-name' => 'Mjeno předłohi',
 4000+ 'centralnotice-banner-name' => 'Mjeno chorhoje:',
36544001 'centralnotice-banner' => 'Chorhoj',
36554002 'centralnotice-banner-heading' => 'Chorhoj: $1',
36564003 'centralnotice-templates' => 'Předłohi',
@@ -3661,11 +4008,13 @@
36624009 'centralnotice-notice-exists' => 'Powěsć hižo eksistuje.
36634010 Njepřidawa so.',
36644011 'centralnotice-no-language' => 'Za kampanju njeje so rěč wubrała. Přidawa so ničo.',
 4012+ 'centralnotice-no-project' => 'Za kampanju njeje so rěč wubrała. Přidawa so ničo.',
36654013 'centralnotice-template-exists' => 'Předłoha hižo eksistuje.
36664014 Njepřidawa so.',
36674015 'centralnotice-notice-doesnt-exist' => 'Kampanja njeeksistuje.',
36684016 'centralnotice-remove-notice-doesnt-exist' => 'Kampanja njeeksistuje.
36694017 Njewotstroni so ničo.',
 4018+ 'centralnotice-banner-doesnt-exist' => 'Chorhoj njeeksistuje',
36704019 'centralnotice-template-still-bound' => 'Předłoha je hišće na powěsć zwjazana.
36714020 Njewotstronja so.',
36724021 'centralnotice-template-body' => 'Tekst předłohi:',
@@ -3680,6 +4029,7 @@
36814030 'centralnotice-project-name' => 'Projektowe mjeno',
36824031 'centralnotice-start-date' => 'Startowy datum',
36834032 'centralnotice-start-time' => 'Startowy čas (UTC)',
 4033+ 'centralnotice-end-time' => 'Kónčny čas (UTC)',
36844034 'centralnotice-assigned-templates' => 'Připokazane předłohi',
36854035 'centralnotice-no-templates' => 'Žane předłohi namakane.
36864036 Přidaj někajke!',
@@ -3705,6 +4055,7 @@
37064056 Přidaj někajku',
37074057 'centralnotice-no-templates-translate' => 'Njejsu předłohi, za kotrež dyrbjeli so přełožki wobdźěłać',
37084058 'centralnotice-number-uses' => 'Wužića',
 4059+ 'centralnotice-settings' => 'Nastajenja',
37094060 'centralnotice-edit-template' => 'Předłohu wobdźěłać',
37104061 'centralnotice-edit-template-summary' => '↓ Zo by lokalizujomnu stronu wutowrił, wobdaj znamješkowy rjećazk z wjazawku z třomi zhibowanymi spinkami. na př. {{{citat-jimbo}}}.',
37114062 'centralnotice-message' => 'Powěsć',
@@ -3714,10 +4065,11 @@
37154066 'centralnotice-clone-name' => 'Mjeno:',
37164067 'centralnotice-preview-all-template-translations' => 'Přehlad wšěch k dispoziciji stejacych přełožkow předłohi',
37174068 'centralnotice-insert' => 'Zasunyć: $1',
3718 - 'centralnotice-hide-button' => 'Tłóčatko {{int:centralnotice-shared-hide}}',
3719 - 'centralnotice-collapse-button' => 'Tłóčatko {{int:centralnotice-shared-collapse}}',
3720 - 'centralnotice-expand-button' => 'Tłóčatko {{int:centralnotice-shared-expand}}',
3721 - 'centralnotice-translate-button' => 'Tłóčatko přełožowanskeje pomocy',
 4069+ 'centralnotice-hide-button' => 'Wotkaz schować',
 4070+ 'centralnotice-collapse-button' => 'Wotkaz schować',
 4071+ 'centralnotice-expand-button' => 'Wotkaz pokazać',
 4072+ 'centralnotice-close-button' => 'Tłóčatko začinić',
 4073+ 'centralnotice-translate-button' => 'Wotkaz přełožowanskeje pomocy',
37224074 'centralnotice-donate-button' => 'Darjenske tłóčatko',
37234075 'centralnotice-expanded-banner' => 'Rozfałdowana chorhoj',
37244076 'centralnotice-collapsed-banner' => 'Fałdowana chorhoj',
@@ -3727,6 +4079,19 @@
37284080 'centralnotice-banner-type' => 'Chorhojowy typ:',
37294081 'centralnotice-banner-hidable' => 'Statiski/Chowajomny',
37304082 'centralnotice-banner-collapsible' => 'Fałdujomny',
 4083+ 'centralnotice-geotargeted' => 'Geolokalizowany',
 4084+ 'centralnotice-countries' => 'Kraje',
 4085+ 'centralnotice-allocation' => 'Přidźělenje',
 4086+ 'centralnotice-view-allocation' => 'Přidźělenje chorhoje sej wobhladać',
 4087+ 'centralnotice-allocation-instructions' => 'Wubjer wokolinu, za kotruž by sej rady přidźělenje chorhoje wobhladał:',
 4088+ 'centralnotice-languages' => 'Rěče',
 4089+ 'centralnotice-projects' => 'Projekty',
 4090+ 'centralnotice-country' => 'Kraj',
 4091+ 'centralnotice-no-allocation' => 'Žane chorhoje přidźělene',
 4092+ 'centralnotice-allocation-description' => 'Přidźělenje chorhoje za $1.$2 w $3:',
 4093+ 'centralnotice-percentage' => 'Procentowa sadźba',
 4094+ 'centralnotice-documentwrite-error' => 'document.write() njeda so znutřka chorhoje wužiwać.
 4095+Hlej http://meta.wikimedia.org/wiki/Help:CentralNotice za dalše informacije.',
37314096 'centralnotice-preferred' => 'Preferowany',
37324097 );
37334098
@@ -3737,7 +4102,8 @@
37384103 */
37394104 $messages['hu'] = array(
37404105 'centralnotice' => 'Központi üzenet adminisztráció',
3741 - 'noticetemplate' => 'Központi üzenet-sablon',
 4106+ 'noticetemplate' => 'Központi figyelmeztetés adminisztrációja',
 4107+ 'bannerallocation' => 'Központi figyelmeztetés adminisztrációja',
37424108 'right-centralnotice-admin' => 'központi üzenetek beállítása',
37434109 'action-centralnotice-admin' => 'központi üzenetek beállítása',
37444110 'centralnotice-desc' => 'Központi üzenet megjelenítése',
@@ -3748,32 +4114,44 @@
37494115 'centralnotice-end-date' => 'Befejezés dátuma',
37504116 'centralnotice-enabled' => 'Engedélyezve',
37514117 'centralnotice-modify' => 'Elküldés',
 4118+ 'centralnotice-save-banner' => 'Hirdetés mentése',
37524119 'centralnotice-preview' => 'Előnézet',
37534120 'centralnotice-add-new' => 'Új központi üzenet hozzáadása',
37544121 'centralnotice-remove' => 'Eltávolítás',
37554122 'centralnotice-translate-heading' => '$1 fordítása',
37564123 'centralnotice-manage' => 'Központi üzenet beállítása',
 4124+ 'centralnotice-manage-templates' => 'Hirdetések kezelése',
37574125 'centralnotice-add' => 'Hozzáadás',
37584126 'centralnotice-add-notice' => 'Üzenet hozzáadása',
 4127+ 'centralnotice-edit-notice' => 'Kampány szerkesztése',
37594128 'centralnotice-add-template' => 'Sablon hozzáadása',
37604129 'centralnotice-show-notices' => 'Üzenetek megjelenítése',
37614130 'centralnotice-list-templates' => 'Sablonok listázása',
 4131+ 'centralnotice-multiple' => 'több ($1)',
37624132 'centralnotice-all-projects' => 'Minden projekt',
37634133 'centralnotice-translations' => 'Fordítások',
37644134 'centralnotice-translate-to' => 'Lefordítás',
37654135 'centralnotice-translate' => 'Lefordítás',
37664136 'centralnotice-english' => 'angol',
3767 - 'centralnotice-banner-name' => 'Sablonnév',
 4137+ 'centralnotice-banner-name' => 'Hirdetés neve:',
 4138+ 'centralnotice-banner' => 'Hirdetés',
 4139+ 'centralnotice-banner-heading' => 'Hirdetés: $1',
37684140 'centralnotice-templates' => 'Sablonok',
37694141 'centralnotice-weight' => 'Súly',
37704142 'centralnotice-locked' => 'Lezárva',
 4143+ 'centralnotice-notice' => 'Kampány',
 4144+ 'centralnotice-notice-heading' => 'Kampány: $1',
37714145 'centralnotice-notices' => 'Üzenetek',
37724146 'centralnotice-notice-exists' => 'Az üzenet már létezik.
37734147 Nem történt hozzáadás.',
 4148+ 'centralnotice-no-language' => 'Nem választottál nyelvet a kapmányhoz. Nem történt hozzáadás.',
37744149 'centralnotice-no-project' => 'Nincs projekt kiválasztva a kampányhoz. Nem lett hozzáadva.',
37754150 'centralnotice-template-exists' => 'A sablon már létezik.
37764151 Nem történt hozzáadás.',
37774152 'centralnotice-notice-doesnt-exist' => 'Az üzenet nem létezik.',
 4153+ 'centralnotice-remove-notice-doesnt-exist' => 'A kampány nem létezik.
 4154+Nincs mit eltávolítani.',
 4155+ 'centralnotice-banner-doesnt-exist' => 'A hirdetés nem létezik.',
37784156 'centralnotice-template-still-bound' => 'A sablon nem létezik.
37794157 Nincs mit eltávolítani.',
37804158 'centralnotice-template-body' => 'Sablon törzse:',
@@ -3783,9 +4161,12 @@
37844162 'centralnotice-hours' => 'Óra',
37854163 'centralnotice-min' => 'Perc',
37864164 'centralnotice-project-lang' => 'Projekt nyelve',
 4165+ 'centralnotice-select' => 'Kiválasztás: $1',
 4166+ 'centralnotice-top-ten-languages' => 'Top 10 nyelv',
37874167 'centralnotice-project-name' => 'Projekt neve',
37884168 'centralnotice-start-date' => 'Kezdési dátum',
37894169 'centralnotice-start-time' => 'Kezdési idő (UTC)',
 4170+ 'centralnotice-end-time' => 'Befejezési idő (UTC)',
37904171 'centralnotice-assigned-templates' => 'Hozzárendelt sablonok',
37914172 'centralnotice-no-templates' => 'Nem találhatóak sablonok.
37924173 Adj hozzá néhányat.',
@@ -3813,12 +4194,23 @@
38144195 'centralnotice-number-uses' => 'Használatok',
38154196 'centralnotice-settings' => 'Beállítások',
38164197 'centralnotice-edit-template' => 'Sablon szerkesztése',
 4198+ 'centralnotice-edit-template-summary' => 'Fordítható üzenet létrehozásához a kötőjelezett szöveget rakd három kapcsos zárójel közé, pl. {{{idezet-jimbotol}}}.',
38174199 'centralnotice-message' => 'Üzenet',
38184200 'centralnotice-message-not-set' => 'Üzenet nincs beállítva',
38194201 'centralnotice-clone' => 'Klónozás',
38204202 'centralnotice-clone-notice' => 'Másolat készítése a sablonról',
38214203 'centralnotice-clone-name' => 'Név:',
38224204 'centralnotice-preview-all-template-translations' => 'A sablon összes fordításának megtekintése',
 4205+ 'centralnotice-insert' => 'Beszúrás: $1',
 4206+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}-hivatkozás',
 4207+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}-hivatkozás',
 4208+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-hivatkozás',
 4209+ 'centralnotice-close-button' => 'Bezárás gomb',
 4210+ 'centralnotice-translate-button' => '„Segíts a fordításban”-hivatkozás',
 4211+ 'centralnotice-donate-button' => 'Adakozás-gomb',
 4212+ 'centralnotice-expanded-banner' => 'Kinyitott hirdetés',
 4213+ 'centralnotice-collapsed-banner' => 'Becsukott hirdetés',
 4214+ 'centralnotice-banner-display' => 'Megjelenítés a következőknek:',
38234215 'centralnotice-banner-anonymous' => 'Névtelen szerkesztők',
38244216 'centralnotice-banner-logged-in' => 'Bejelentkezett felhasználók',
38254217 'centralnotice-banner-type' => 'Hirdetés típusa:',
@@ -3835,6 +4227,8 @@
38364228 'centralnotice-no-allocation' => 'Nincs kiosztva egyetlen hirdetés sem.',
38374229 'centralnotice-allocation-description' => 'A(z) $1.$2 számára kiosztott hirdetések a következő helyen: $3',
38384230 'centralnotice-percentage' => 'Százalék',
 4231+ 'centralnotice-documentwrite-error' => 'A document.write() nem használható hirdetéseken belül.
 4232+További információkat a http://meta.wikimedia.org/wiki/Help:CentralNotice lapon olvashatsz.',
38394233 'centralnotice-preferred' => 'Előnyben részesített',
38404234 );
38414235
@@ -3869,6 +4263,7 @@
38704264 'centralnotice-show-notices' => 'Monstrar campanias',
38714265 'centralnotice-list-templates' => 'Listar bandieras',
38724266 'centralnotice-multiple' => 'multiple ($1)',
 4267+ 'centralnotice-all-projects' => 'Tote le projectos',
38734268 'centralnotice-translations' => 'Traductiones',
38744269 'centralnotice-translate-to' => 'Traducer in',
38754270 'centralnotice-translate' => 'Traducer',
@@ -3885,6 +4280,7 @@
38864281 'centralnotice-notice-exists' => 'Le campania ja existe.
38874282 Non es addite.',
38884283 'centralnotice-no-language' => 'Nulle lingua esseva seligite pro le campania. Non es addite.',
 4284+ 'centralnotice-no-project' => 'Nulle projecto esseva seligite pro le campania. Non es addite.',
38894285 'centralnotice-template-exists' => 'Le bandiera ja existe.
38904286 Non es addite.',
38914287 'centralnotice-notice-doesnt-exist' => 'Campania non existe.',
@@ -3960,6 +4356,8 @@
39614357 'centralnotice-allocation' => 'Allocation',
39624358 'centralnotice-view-allocation' => 'Vider allocation de bandieras',
39634359 'centralnotice-allocation-instructions' => 'Selige le ambiente pro le qual tu vole vider le allocation de bandieras:',
 4360+ 'centralnotice-languages' => 'Linguas',
 4361+ 'centralnotice-projects' => 'Projectos',
39644362 'centralnotice-country' => 'Pais',
39654363 'centralnotice-no-allocation' => 'Nulle bandiera allocate.',
39664364 'centralnotice-allocation-description' => 'Allocation de bandieras pro $1.$2 in $3:',
@@ -3974,6 +4372,7 @@
39754373 * @author Farras
39764374 * @author Irwangatot
39774375 * @author IvanLanin
 4376+ * @author Kenrick95
39784377 * @author Rex
39794378 */
39804379 $messages['id'] = array(
@@ -4004,6 +4403,7 @@
40054404 'centralnotice-show-notices' => 'Tampilkan pengumuman',
40064405 'centralnotice-list-templates' => 'Daftar templat',
40074406 'centralnotice-multiple' => 'ganda ($1)',
 4407+ 'centralnotice-all-projects' => 'Semua proyek',
40084408 'centralnotice-translations' => 'Terjemahan',
40094409 'centralnotice-translate-to' => 'Terjemahkan ke',
40104410 'centralnotice-translate' => 'Terjemahkan',
@@ -4020,6 +4420,7 @@
40214421 'centralnotice-notice-exists' => 'Pengumuman sudah ada.
40224422 Batal menambahkan',
40234423 'centralnotice-no-language' => 'Tidak ada bahasa yang dipilih untuk kampanye. Tidak menambahkan.',
 4424+ 'centralnotice-no-project' => 'Tidak ada proyek dipilih untuk kampanye. Tidak menambahkan.',
40244425 'centralnotice-template-exists' => 'Templat sudah ada.
40254426 Batal menambahkan',
40264427 'centralnotice-notice-doesnt-exist' => 'Kampanye tidak ditemukan.',
@@ -4095,6 +4496,8 @@
40964497 'centralnotice-allocation' => 'Alokasi',
40974498 'centralnotice-view-allocation' => 'Lihat alokasi pengumuman',
40984499 'centralnotice-allocation-instructions' => 'Pilih lingkungan yang ingin Anda lihat alokasi pengumumannya:',
 4500+ 'centralnotice-languages' => 'Bahasa',
 4501+ 'centralnotice-projects' => 'Proyek',
40994502 'centralnotice-country' => 'Negara',
41004503 'centralnotice-no-allocation' => 'Tidak ada pengumuman yang dialokasikan.',
41014504 'centralnotice-allocation-description' => 'Alokasi pengumuman untuk $1.$2 di $3:',
@@ -4157,14 +4560,18 @@
41584561 );
41594562
41604563 /** Italian (Italiano)
 4564+ * @author Aushulz
 4565+ * @author Beta16
 4566+ * @author Blaisorblade
41614567 * @author BrokenArrow
41624568 * @author Darth Kule
 4569+ * @author F. Cosoleto
41634570 * @author Melos
41644571 * @author Pietrodn
41654572 */
41664573 $messages['it'] = array(
41674574 'centralnotice' => 'Gestione avviso centralizzato',
4168 - 'noticetemplate' => 'Template avvisi centralizzati',
 4575+ 'noticetemplate' => 'Gestione avviso centralizzato',
41694576 'bannerallocation' => 'Gestione avviso centralizzato',
41704577 'centralnotice-desc' => 'Aggiunge un avviso centralizzato a inizio pagina (sitenotice)',
41714578 'centralnotice-summary' => 'Questo modulo permette di modificare gli avvisi centralizzati. Puoi essere inoltre usato per aggiungere o rimuovere vecchi avvisi.',
@@ -4173,28 +4580,40 @@
41744581 'centralnotice-end-date' => 'Data di fine',
41754582 'centralnotice-enabled' => 'Attivato',
41764583 'centralnotice-modify' => 'Invia',
 4584+ 'centralnotice-save-banner' => 'Salva banner',
41774585 'centralnotice-preview' => 'Anteprima',
41784586 'centralnotice-add-new' => 'Aggiungi un nuovo avviso centralizzato',
41794587 'centralnotice-remove' => 'Rimuovi',
41804588 'centralnotice-translate-heading' => 'Traduzione di $1',
41814589 'centralnotice-manage' => 'Gestione avvisi centralizzati',
 4590+ 'centralnotice-manage-templates' => 'Gestione banner',
41824591 'centralnotice-add' => 'Aggiungi',
41834592 'centralnotice-add-notice' => 'Aggiungi un avviso',
 4593+ 'centralnotice-edit-notice' => 'Modifica campagna',
41844594 'centralnotice-add-template' => 'Aggiungi un template',
41854595 'centralnotice-show-notices' => 'Mostra avvisi',
41864596 'centralnotice-list-templates' => 'Elenca template',
 4597+ 'centralnotice-all-projects' => 'Tutti i progetti',
41874598 'centralnotice-translations' => 'Traduzioni',
41884599 'centralnotice-translate-to' => 'Traduci in',
41894600 'centralnotice-translate' => 'Traduci',
41904601 'centralnotice-english' => 'Inglese',
4191 - 'centralnotice-banner-name' => 'Nome template',
 4602+ 'centralnotice-banner-name' => 'Nome banner:',
 4603+ 'centralnotice-banner' => 'Banner',
 4604+ 'centralnotice-banner-heading' => 'Banner: $1',
41924605 'centralnotice-templates' => 'Template',
41934606 'centralnotice-weight' => 'Dimensione',
41944607 'centralnotice-locked' => 'Bloccato',
 4608+ 'centralnotice-notice' => 'Campagna',
 4609+ 'centralnotice-notice-heading' => 'Campagna: $1',
41954610 'centralnotice-notices' => 'Avvisi',
41964611 'centralnotice-notice-exists' => "Avviso già esistente. L'avviso non è stato aggiunto",
 4612+ 'centralnotice-no-language' => 'Non si ha selezionato nessuna lingua per la campagna. Non inserita.',
41974613 'centralnotice-template-exists' => 'Template già esistente. Il template non è stato aggiunto',
4198 - 'centralnotice-notice-doesnt-exist' => 'Avviso non esistente. Niente da rimuovere',
 4614+ 'centralnotice-notice-doesnt-exist' => 'La campagna non esistente.',
 4615+ 'centralnotice-remove-notice-doesnt-exist' => 'La campagna non esiste.
 4616+Niente da rimuovere.',
 4617+ 'centralnotice-banner-doesnt-exist' => 'Il banner non esiste.',
41994618 'centralnotice-template-still-bound' => 'Il template è ancora collegato a un avviso. Il template non è stato rimosso',
42004619 'centralnotice-template-body' => 'Corpo del template:',
42014620 'centralnotice-day' => 'Giorno',
@@ -4203,9 +4622,12 @@
42044623 'centralnotice-hours' => 'Ora',
42054624 'centralnotice-min' => 'Minuto',
42064625 'centralnotice-project-lang' => 'Lingua progetto',
 4626+ 'centralnotice-select' => 'Seleziona: $1',
 4627+ 'centralnotice-top-ten-languages' => '10 lingue maggiori',
42074628 'centralnotice-project-name' => 'Nome progetto',
42084629 'centralnotice-start-date' => 'Data di inizio',
42094630 'centralnotice-start-time' => 'Ora di inizio (UTC)',
 4631+ 'centralnotice-end-time' => 'Ora fine (UTC)',
42104632 'centralnotice-assigned-templates' => 'Template assegnati',
42114633 'centralnotice-no-templates' => 'Nessun template trovato. Aggiungine qualcuno!',
42124634 'centralnotice-no-templates-assigned' => "Nessun template è assegnato all'avviso. Aggiungine qualcuno!",
@@ -4224,11 +4646,13 @@
42254647 'centralnotice-no-notices-exist' => 'Non esiste alcun avviso. Aggiungine uno di seguito',
42264648 'centralnotice-no-templates-translate' => 'Non ci sono template per cui modificare le traduzioni',
42274649 'centralnotice-number-uses' => 'Usi',
 4650+ 'centralnotice-settings' => 'Impostazioni',
42284651 'centralnotice-edit-template' => 'Modifica template',
42294652 'centralnotice-message' => 'Messaggio',
42304653 'centralnotice-message-not-set' => 'Messaggio non impostato',
42314654 'centralnotice-clone' => 'Clona',
42324655 'centralnotice-clone-notice' => 'Crea una copia del template',
 4656+ 'centralnotice-clone-name' => 'Nome:',
42334657 'centralnotice-preview-all-template-translations' => 'Mostra tutte le traduzioni disponibili del template',
42344658 'centralnotice-insert' => 'Inserisci: $1',
42354659 'centralnotice-close-button' => 'Pulsante di chiusura',
@@ -4236,9 +4660,16 @@
42374661 'centralnotice-banner-display' => 'Visualizza in:',
42384662 'centralnotice-banner-anonymous' => 'Utenti anonimi',
42394663 'centralnotice-banner-logged-in' => 'Utenti collegati',
 4664+ 'centralnotice-banner-type' => 'Tipo banner:',
 4665+ 'centralnotice-banner-hidable' => 'Fisso/Nascondibile',
 4666+ 'centralnotice-banner-collapsible' => 'Contraibile',
42404667 'centralnotice-countries' => 'Paesi',
 4668+ 'centralnotice-languages' => 'Lingue',
 4669+ 'centralnotice-projects' => 'Progetti',
42414670 'centralnotice-country' => 'Nazione',
42424671 'centralnotice-percentage' => 'Percentuale',
 4672+ 'centralnotice-documentwrite-error' => 'Non è possibile usare document.write() dentro un banner.
 4673+Vedi http://meta.wikimedia.org/wiki/Help:CentralNotice per maggiori informazioni.',
42434674 'right-centralnotice-admin' => 'Gestisce gli avvisi centralizzati',
42444675 'right-centralnotice-translate' => 'Traduce avvisi centralizzati',
42454676 'action-centralnotice-admin' => 'gestire gli avvisi centralizzati',
@@ -4252,6 +4683,8 @@
42534684 * @author Hosiryuhosi
42544685 * @author JtFuruhata
42554686 * @author Klutzy
 4687+ * @author Ohgi
 4688+ * @author Whym
42564689 * @author 青子守歌
42574690 */
42584691 $messages['ja'] = array(
@@ -4281,6 +4714,7 @@
42824715 'centralnotice-show-notices' => '告知を表示',
42834716 'centralnotice-list-templates' => 'テンプレートを一覧表示',
42844717 'centralnotice-multiple' => '複数($1)',
 4718+ 'centralnotice-all-projects' => '全プロジェクト',
42854719 'centralnotice-translations' => '翻訳',
42864720 'centralnotice-translate-to' => '翻訳先',
42874721 'centralnotice-translate' => '翻訳',
@@ -4296,7 +4730,8 @@
42974731 'centralnotice-notices' => '告知',
42984732 'centralnotice-notice-exists' => '告知がすでに存在します。
42994733 追加できませんでした。',
4300 - 'centralnotice-no-language' => '告知する言語が指定されませんでした。追加できませんでした。',
 4734+ 'centralnotice-no-language' => '告知する言語が選択されませんでした。追加されません。',
 4735+ 'centralnotice-no-project' => '告知するプロジェクトが選択されませんでした。追加されません。',
43014736 'centralnotice-template-exists' => 'テンプレートがすでに存在します。追加できませんでした。',
43024737 'centralnotice-notice-doesnt-exist' => '告知が存在しません。',
43034738 'centralnotice-remove-notice-doesnt-exist' => '告知は存在しません。
@@ -4350,9 +4785,9 @@
43514786 'centralnotice-clone-name' => '名前:',
43524787 'centralnotice-preview-all-template-translations' => 'テンプレートのすべての利用可能な翻訳をプレビューする',
43534788 'centralnotice-insert' => '挿入:$1',
4354 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}リンク',
4355 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}リンク',
4356 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}リンク',
 4789+ 'centralnotice-hide-button' => 'リンクを非表示',
 4790+ 'centralnotice-collapse-button' => 'リンクを折りたたむ',
 4791+ 'centralnotice-expand-button' => 'リンクを展開',
43574792 'centralnotice-close-button' => '閉じるボタン',
43584793 'centralnotice-translate-button' => '翻訳協力リンク',
43594794 'centralnotice-donate-button' => '寄付ボタン',
@@ -4369,6 +4804,8 @@
43704805 'centralnotice-allocation' => '割り当て',
43714806 'centralnotice-view-allocation' => 'テンプレートの割り当てを表示',
43724807 'centralnotice-allocation-instructions' => 'テンプレートの割り当てを表示したい環境を選んでください:',
 4808+ 'centralnotice-languages' => '言語',
 4809+ 'centralnotice-projects' => 'プロジェクト',
43734810 'centralnotice-country' => '国',
43744811 'centralnotice-no-allocation' => 'テンプレートが割り当てられていません。',
43754812 'centralnotice-allocation-description' => '$3での$1.$2へのテンプレートの割り当て:',
@@ -4476,11 +4913,12 @@
44774914 /** Georgian (ქართული)
44784915 * @author BRUTE
44794916 * @author David1010
 4917+ * @author Dawid Deutschland
44804918 * @author Malafaya
44814919 * @author გიორგიმელა
44824920 */
44834921 $messages['ka'] = array(
4484 - 'noticetemplate' => 'გლობალური შეტყობინების თარგი',
 4922+ 'noticetemplate' => 'ცენტრალური შეტყობინების ადმინი',
44854923 'centralnotice-query' => 'მოქმედი შეტყობინების შეცვლა',
44864924 'centralnotice-notice-name' => 'შეტყობინების სახელი',
44874925 'centralnotice-end-date' => 'დასრულების თარიღი',
@@ -4517,8 +4955,7 @@
45184956 'centralnotice-notice-exists' => 'შენიშვნა უკვე არსებობს.
45194957 არ დაამატოთ',
45204958 'centralnotice-template-exists' => 'თარგი უკვე არსებობს. არ დაამატოთ',
4521 - 'centralnotice-notice-doesnt-exist' => 'შეტყობინება არ არსებობს.
4522 -არაფერია წასაშლელი.',
 4959+ 'centralnotice-notice-doesnt-exist' => 'შეტყობინება არ არსებობს.',
45234960 'centralnotice-template-body' => 'თარგის სხეული:',
45244961 'centralnotice-day' => 'დღე',
45254962 'centralnotice-year' => 'წელი',
@@ -4546,6 +4983,7 @@
45474984 'centralnotice-clone-notice' => 'თარგის ასლის შექმნა',
45484985 'centralnotice-clone-name' => 'სახელი:',
45494986 'centralnotice-insert' => 'ჩასვით: $1',
 4987+ 'centralnotice-hide-button' => 'ბმულის დამალვა',
45504988 'centralnotice-close-button' => 'დახურვის ღილაკი',
45514989 'centralnotice-banner-anonymous' => 'ანონიმური მომხმარებლები',
45524990 'centralnotice-banner-type' => 'ბანერის ტიპი:',
@@ -4553,7 +4991,6 @@
45544992 'centralnotice-languages' => 'ენები',
45554993 'centralnotice-projects' => 'პროექტები',
45564994 'centralnotice-country' => 'ქვეყანა',
4557 - 'right-centralnotice-translate' => 'ცენტრალური შეტყობინებების თარგმანი',
45584995 );
45594996
45604997 /** Khmer (ភាសាខ្មែរ)
@@ -4598,6 +5035,7 @@
45995036 */
46005037 $messages['kn'] = array(
46015038 'centralnotice-preview' => 'ಮುನ್ನೋಟ',
 5039+ 'centralnotice-add' => 'ಸೇರಿಸು',
46025040 'centralnotice-english' => 'ಆಂಗ್ಲ',
46035041 'centralnotice-day' => 'ದಿನ',
46045042 'centralnotice-year' => 'ವರ್ಷ',
@@ -4697,6 +5135,8 @@
46985136 'centralnotice-clone-name' => '이름:',
46995137 'centralnotice-preview-all-template-translations' => '템플렛의 모든 번역 미리 보기',
47005138 'centralnotice-country' => '국가',
 5139+ 'centralnotice-documentwrite-error' => '배너에 document.write() 메서드는 사용할 수 없습니다.
 5140+자세한 내용에 대해서는 [http://meta.wikimedia.org/wiki/Help:CentralNotice http://meta.wikimedia.org/wiki/Help:CentralNotice]를 참조하십시오.',
47015141 'right-centralnotice-admin' => '중앙 공지 관리',
47025142 'right-centralnotice-translate' => '중앙 공지 번역',
47035143 'action-centralnotice-admin' => '중앙 공지를 관리하기',
@@ -4843,6 +5283,7 @@
48445284 'centralnotice-show-notices' => 'Matdeelunge weisen',
48455285 'centralnotice-list-templates' => 'Lëscht vun de Banneren',
48465286 'centralnotice-multiple' => 'méi ($1)',
 5287+ 'centralnotice-all-projects' => 'All Projeten',
48475288 'centralnotice-translations' => 'Iwwersetzungen',
48485289 'centralnotice-translate-to' => 'Iwwersetzen op',
48495290 'centralnotice-translate' => 'Iwwersetzen',
@@ -4859,6 +5300,7 @@
48605301 'centralnotice-notice-exists' => "D'Matdeelung gëtt et schonn.
48615302 Si konnt net derbäigesat ginn.",
48625303 'centralnotice-no-language' => "Fir d'Campagne gouf keng Sprooch erausgesicht. Se gëtt net derbäigesat.",
 5304+ 'centralnotice-no-project' => "Fir d'Campagne gouf kee Projet erausgesicht. E gëtt net derbäigesat.",
48635305 'centralnotice-template-exists' => 'De Banner gëtt et schonn.
48645306 Net derbäisetzen.',
48655307 'centralnotice-notice-doesnt-exist' => "D'Campagne gëtt et net.",
@@ -4915,9 +5357,9 @@
49165358 'centralnotice-clone-name' => 'Numm:',
49175359 'centralnotice-preview-all-template-translations' => 'All disponibel Iwwersetzunge vum Banner weisen ouni ofzespäicheren',
49185360 'centralnotice-insert' => 'Drasetzen: $1',
4919 - 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}',
4920 - 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}',
4921 - 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-expand}}',
 5361+ 'centralnotice-hide-button' => 'Link verstoppen',
 5362+ 'centralnotice-collapse-button' => 'Link zeummeklappen',
 5363+ 'centralnotice-expand-button' => 'Link opklappen',
49225364 'centralnotice-close-button' => "Knäppchen 'Zoumaachen'",
49235365 'centralnotice-translate-button' => "Link 'Hëllef iwwersetzen'",
49245366 'centralnotice-donate-button' => "Knäppchen 'Spenden'",
@@ -4933,6 +5375,9 @@
49345376 'centralnotice-countries' => 'Länner',
49355377 'centralnotice-allocation' => 'Dispositioun',
49365378 'centralnotice-view-allocation' => 'Dispositioun vum Banner weisen',
 5379+ 'centralnotice-allocation-instructions' => 'Sicht den Environnement eraus wou Dir wëllt datt de Banner esou soll gesi ginn:',
 5380+ 'centralnotice-languages' => 'Sproochen',
 5381+ 'centralnotice-projects' => 'Projeten',
49375382 'centralnotice-country' => 'Land',
49385383 'centralnotice-no-allocation' => 'Keng Banneren zougedeelt.',
49395384 'centralnotice-allocation-description' => 'Dispositioun vum Banner fir $1.$2 a(n) $3:',
@@ -5086,6 +5531,7 @@
50875532 );
50885533
50895534 /** Lithuanian (Lietuvių)
 5535+ * @author Garas
50905536 * @author Matasg
50915537 */
50925538 $messages['lt'] = array(
@@ -5127,6 +5573,7 @@
51285574 Pridėkite!',
51295575 'centralnotice-available-templates' => 'Galimi šablonai',
51305576 'centralnotice-preview-template' => 'Peržiūrėti šabloną',
 5577+ 'centralnotice-settings' => 'Nustatymai',
51315578 'centralnotice-edit-template' => 'Redaguoti šabloną',
51325579 'centralnotice-message' => 'Pranešimas',
51335580 'centralnotice-message-not-set' => 'Pranešimas nenustatytas',
@@ -5146,6 +5593,13 @@
51475594 'centralnotice-banner-type' => 'Pranešimo tipas:',
51485595 'centralnotice-banner-hidable' => 'Statinis/Paslepiamas',
51495596 'centralnotice-banner-collapsible' => 'Sutraukiamas',
 5597+ 'centralnotice-geotargeted' => 'Taikomas geografiškai',
 5598+ 'centralnotice-countries' => 'Valstybės',
 5599+ 'centralnotice-languages' => 'Kalbos',
 5600+ 'centralnotice-projects' => 'Projektai',
 5601+ 'centralnotice-country' => 'Valstybė',
 5602+ 'centralnotice-percentage' => 'Procentinė dalis',
 5603+ 'centralnotice-preferred' => 'Pageidaujamas',
51505604 );
51515605
51525606 /** Latvian (Latviešu)
@@ -5163,6 +5617,7 @@
51645618 'centralnotice-show-notices' => 'Rādīt kampaņas',
51655619 'centralnotice-translations' => 'Tulkojumi',
51665620 'centralnotice-translate-to' => 'Tulkot uz',
 5621+ 'centralnotice-translate' => 'Tulkot',
51675622 'centralnotice-notice' => 'Kampaņa',
51685623 'centralnotice-notice-heading' => 'Kampaņa: $1',
51695624 'centralnotice-notices' => 'Kampaņas',
@@ -5178,7 +5633,14 @@
51795634 'centralnotice-start-date' => 'Sākuma datums',
51805635 'centralnotice-start-time' => 'Sākuma laiks (UTC)',
51815636 'centralnotice-end-time' => 'Beigu laiks (UTC)',
 5637+ 'centralnotice-settings' => 'Uzstādījumi',
 5638+ 'centralnotice-message' => 'Paziņojums',
 5639+ 'centralnotice-message-not-set' => 'Paziņojums nav uzstādīts',
 5640+ 'centralnotice-clone' => 'Klonēt',
51825641 'centralnotice-clone-name' => 'Nosaukums:',
 5642+ 'centralnotice-banner-display' => 'Rādīt:',
 5643+ 'centralnotice-banner-anonymous' => 'Anonīmiem lietotājiem',
 5644+ 'centralnotice-banner-logged-in' => 'Lietotājiem, kas pieslēgušies',
51835645 'centralnotice-countries' => 'Valstis',
51845646 'centralnotice-country' => 'Valsts',
51855647 );
@@ -5278,6 +5740,7 @@
52795741 'centralnotice-show-notices' => 'Прикажи известувања',
52805742 'centralnotice-list-templates' => 'Наведи шаблони',
52815743 'centralnotice-multiple' => 'повеќе ($1)',
 5744+ 'centralnotice-all-projects' => 'Сите проекти',
52825745 'centralnotice-translations' => 'Преводи',
52835746 'centralnotice-translate-to' => 'Преведи на',
52845747 'centralnotice-translate' => 'Преведи',
@@ -5294,6 +5757,7 @@
52955758 'centralnotice-notice-exists' => 'Известувањето веќе постои.
52965759 Не е додадено',
52975760 'centralnotice-no-language' => 'Не е избран јазик за кампањата. Не е додадено.',
 5761+ 'centralnotice-no-project' => 'Не одбравте проект за кампањата. Не додавам ништо.',
52985762 'centralnotice-template-exists' => 'Шаблонот веќе постои.
52995763 Не е додаден',
53005764 'centralnotice-notice-doesnt-exist' => 'Кампањата не постои.',
@@ -5369,6 +5833,8 @@
53705834 'centralnotice-allocation' => 'Распределба',
53715835 'centralnotice-view-allocation' => 'Преглед на распределбата на плакати',
53725836 'centralnotice-allocation-instructions' => 'Одберете во која околина сакате да ја погледате распределбата на плакати:',
 5837+ 'centralnotice-languages' => 'Јазици',
 5838+ 'centralnotice-projects' => 'Проекти',
53735839 'centralnotice-country' => 'Земја',
53745840 'centralnotice-no-allocation' => 'Нема распределени плакати',
53755841 'centralnotice-allocation-description' => 'Распределба на плакати за $1.$2 iво $3:',
@@ -5392,23 +5858,24 @@
53935859 പഴയ അറിയിപ്പുകൾ കൂട്ടിച്ചേർക്കാനോ നീക്കം ചെയ്യാനോ വേണ്ടിയും ഇതുപയോഗിക്കാവുന്നതാണ്.',
53945860 'centralnotice-query' => 'ഇപ്പോഴുള്ള അറിയിപ്പുകളിൽ മാറ്റം വരുത്തുക',
53955861 'centralnotice-notice-name' => 'അറിയിപ്പിന്റെ പേര്',
5396 - 'centralnotice-end-date' => 'അവസാനിക്കുന്ന തീയ്യതി',
 5862+ 'centralnotice-end-date' => 'അവസാനിക്കുന്ന തീയതി',
53975863 'centralnotice-enabled' => 'സജ്ജമാക്കിയിരിക്കുന്നു',
53985864 'centralnotice-modify' => 'സമർപ്പിക്കുക',
53995865 'centralnotice-save-banner' => 'എഴുത്തുപട്ട സേവ് ചെയ്യുക',
54005866 'centralnotice-preview' => 'എങ്ങനെയുണ്ടെന്നു കാണുക',
54015867 'centralnotice-add-new' => 'പുതിയൊരു കേന്ദ്രീകൃത അറിയിപ്പ് ചേർക്കുക',
5402 - 'centralnotice-remove' => 'നീക്കംചെയ്യുക',
 5868+ 'centralnotice-remove' => 'നീക്കം ചെയ്യുക',
54035869 'centralnotice-translate-heading' => '$1 എന്നതിനുള്ള തർജ്ജമ',
54045870 'centralnotice-manage' => 'കേന്ദ്രീകൃത അറിയിപ്പ് കൈകാര്യം ചെയ്യുക',
54055871 'centralnotice-manage-templates' => 'എഴുത്തുപട്ടകൾ കൈകാര്യം ചെയ്യുക',
54065872 'centralnotice-add' => 'കൂട്ടിച്ചേർക്കുക',
54075873 'centralnotice-add-notice' => 'ഒരു അറിയിപ്പ് കൂട്ടിച്ചേർക്കുക',
5408 - 'centralnotice-edit-notice' => 'പ്രചരണപ്രവർത്തനം തിരുത്തുക',
 5874+ 'centralnotice-edit-notice' => 'പ്രചാരണപ്രവർത്തനം തിരുത്തുക',
54095875 'centralnotice-add-template' => 'ഫലകം കൂട്ടിച്ചേർക്കുക',
54105876 'centralnotice-show-notices' => 'അറിയിപ്പുകൾ പ്രദർശിപ്പിക്കുക',
54115877 'centralnotice-list-templates' => 'ഫലകങ്ങൾ പട്ടികവത്കരിക്കുക',
54125878 'centralnotice-multiple' => 'നിരവധി ($1)',
 5879+ 'centralnotice-all-projects' => 'എല്ലാ പദ്ധതികളും',
54135880 'centralnotice-translations' => 'തർജ്ജമകൾ',
54145881 'centralnotice-translate-to' => 'ഇതിലേയ്ക്ക് തർജ്ജമ ചെയ്യുക',
54155882 'centralnotice-translate' => 'തർജ്ജമ ചെയ്യുക',
@@ -5420,11 +5887,12 @@
54215888 'centralnotice-weight' => 'ഘനം',
54225889 'centralnotice-locked' => 'പൂട്ടിയിരിക്കുന്നു',
54235890 'centralnotice-notice' => 'പ്രചാരണപ്രവർത്തനം',
5424 - 'centralnotice-notice-heading' => 'പ്രചരണം: $1',
 5891+ 'centralnotice-notice-heading' => 'പ്രചാരണം: $1',
54255892 'centralnotice-notices' => 'അറിയിപ്പുകൾ',
54265893 'centralnotice-notice-exists' => 'അറിയിപ്പ് ഇപ്പോൾ തന്നെ ഉണ്ട്.
54275894 കൂട്ടിച്ചേർക്കുന്നില്ല',
5428 - 'centralnotice-no-language' => 'പ്രചരണത്തിനായി ഭാഷയൊന്നും തിരഞ്ഞെടുക്കപ്പെട്ടിട്ടില്ല. കൂട്ടിച്ചേർക്കുന്നില്ല.',
 5895+ 'centralnotice-no-language' => 'പ്രചാരണത്തിനായി ഭാഷയൊന്നും തിരഞ്ഞെടുക്കപ്പെട്ടിട്ടില്ല. കൂട്ടിച്ചേർക്കുന്നില്ല.',
 5896+ 'centralnotice-no-project' => 'പ്രചാരണപ്രവർത്തനത്തിനായി പദ്ധതികളൊന്നും തിരഞ്ഞെടുത്തിട്ടില്ല. ചേർക്കുന്നില്ല.',
54295897 'centralnotice-template-exists' => 'ഫലകം നിലവിലുണ്ട്.
54305898 കൂട്ടിച്ചേർക്കുന്നില്ല',
54315899 'centralnotice-notice-doesnt-exist' => 'പ്രചാരണപ്രവർത്തനം നിലനിൽക്കുന്നില്ല',
@@ -5452,7 +5920,7 @@
54535921 'centralnotice-no-templates-assigned' => 'അറിയിപ്പിനായി ഫലകങ്ങൾ ഒന്നും മാറ്റിവെച്ചിട്ടില്ല.
54545922 ഏതാനം ചേർക്കുക!',
54555923 'centralnotice-available-templates' => 'ലഭ്യമായ ഫലകങ്ങൾ',
5456 - 'centralnotice-template-already-exists' => 'ഫലകം പ്രചരണപ്രവർത്തനവുമായി ബന്ധിച്ചിരിക്കുന്നു.
 5924+ 'centralnotice-template-already-exists' => 'ഫലകം പ്രചാരണപ്രവർത്തനവുമായി ബന്ധിച്ചിരിക്കുന്നു.
54575925 കൂട്ടിച്ചേർക്കുന്നില്ല',
54585926 'centralnotice-preview-template' => 'ഫലകത്തിന്റെ പ്രിവ്യൂ കാണുക',
54595927 'centralnotice-change-lang' => 'തർജ്ജമയുടെ ഭാഷ മാറ്റുക',
@@ -5500,6 +5968,8 @@
55015969 'centralnotice-allocation' => 'വിന്യാസം',
55025970 'centralnotice-view-allocation' => 'എഴുത്തുപട്ടയ്ക്ക് അനുവദിച്ചിരിക്കുന്ന സ്ഥാനം കാണുക',
55035971 'centralnotice-allocation-instructions' => 'എഴുത്തുപട്ട അനുവദിക്കൽ പ്രദർശിപ്പിക്കാനായി താങ്കൾ തിരഞ്ഞെടുക്കുന്ന പരിതസ്ഥിതി:',
 5972+ 'centralnotice-languages' => 'ഭാഷകൾ',
 5973+ 'centralnotice-projects' => 'പദ്ധതികൾ',
55045974 'centralnotice-country' => 'രാജ്യം',
55055975 'centralnotice-no-allocation' => 'എഴുത്തുപട്ടകൾക്ക് ഇടയനുവദിച്ചിട്ടില്ല.',
55065976 'centralnotice-allocation-description' => '$1.$2 സംരംഭത്തിൽ അനുവദിച്ചിരിക്കുന്ന എഴുത്തുപട്ട (രാജ്യം: $3):',
@@ -5509,6 +5979,14 @@
55105980 'centralnotice-preferred' => 'അഭിലഷണീയമായുള്ളത്',
55115981 );
55125982
 5983+/** Mongolian (Монгол)
 5984+ * @author Chinneeb
 5985+ */
 5986+$messages['mn'] = array(
 5987+ 'centralnotice-modify' => 'Явуулах',
 5988+ 'centralnotice-add' => 'Нэмэх',
 5989+);
 5990+
55135991 /** Marathi (मराठी)
55145992 * @author Mahitgar
55155993 * @author V.narsikar
@@ -5648,18 +6126,30 @@
56496127 $messages['myv'] = array(
56506128 'centralnotice-add' => 'Поладомс',
56516129 'centralnotice-add-template' => 'Поладомс лопа парцун',
 6130+ 'centralnotice-translations' => 'Ютавтомат',
56526131 'centralnotice-banner-name' => 'Баннеранть лемезэ:',
56536132 'centralnotice-templates' => 'Лопа парцунт',
56546133 'centralnotice-weight' => 'Сталмо',
 6134+ 'centralnotice-locked' => 'Сёлгозь',
 6135+ 'centralnotice-notice' => 'Кампания',
56556136 'centralnotice-template-body' => 'Лопа парцунонть рунгозо:',
56566137 'centralnotice-day' => 'Чи',
56576138 'centralnotice-year' => 'Ие',
56586139 'centralnotice-month' => 'Ков',
56596140 'centralnotice-hours' => 'Цяс',
56606141 'centralnotice-min' => 'Минут',
 6142+ 'centralnotice-top-ten-languages' => 'Весемеде вастневиця 10 кельть',
 6143+ 'centralnotice-project-name' => 'Проектэнть лемезэ',
 6144+ 'centralnotice-start-date' => 'Ушодома чи',
 6145+ 'centralnotice-start-time' => 'Ушодома шка',
 6146+ 'centralnotice-end-time' => 'Прядома шка',
56616147 'centralnotice-available-templates' => 'Кедь маласо лопа парцунт',
56626148 'centralnotice-edit-template' => 'Лопа парцунонть витнеме-петнеме',
56636149 'centralnotice-message' => 'Пачтамнэ',
 6150+ 'centralnotice-countries' => 'Масторт',
 6151+ 'centralnotice-languages' => 'Кельть',
 6152+ 'centralnotice-projects' => 'Проектт',
 6153+ 'centralnotice-country' => 'Мастор',
56646154 );
56656155
56666156 /** Low German (Plattdüütsch)
@@ -5795,6 +6285,7 @@
57966286 'centralnotice-show-notices' => 'Sitenotices weergeven',
57976287 'centralnotice-list-templates' => 'Sjablonen weergeven',
57986288 'centralnotice-multiple' => 'meerdere ($1)',
 6289+ 'centralnotice-all-projects' => 'Alle projecten',
57996290 'centralnotice-translations' => 'Vertalingen',
58006291 'centralnotice-translate-to' => 'Vertalen naar',
58016292 'centralnotice-translate' => 'Vertalen',
@@ -5812,6 +6303,8 @@
58136304 Deze wordt niet toegevoegd.',
58146305 'centralnotice-no-language' => 'Er is geen taal geselecteerd voor de campagne.
58156306 Er wordt niets toegevoegd.',
 6307+ 'centralnotice-no-project' => 'Er is geen project geselecteerd voor de campagne.
 6308+Er wordt niets toegevoegd.',
58166309 'centralnotice-template-exists' => 'Het sjabloon bestaat al.
58176310 Dit wordt niet toegevoegd.',
58186311 'centralnotice-notice-doesnt-exist' => 'De campagne bestaat niet.',
@@ -5867,9 +6360,9 @@
58686361 'centralnotice-clone-name' => 'Naam:',
58696362 'centralnotice-preview-all-template-translations' => 'Alle beschikbare vertalingen van het sjabloon bekijken',
58706363 'centralnotice-insert' => 'Invoegen: $1',
5871 - 'centralnotice-hide-button' => '"{{int:centralnotice-shared-hide}}" toevoegen',
5872 - 'centralnotice-collapse-button' => '"{{int:centralnotice-shared-collapse}}" toevoegen',
5873 - 'centralnotice-expand-button' => '"{{int:centralnotice-shared-expand}}" toevoegen',
 6364+ 'centralnotice-hide-button' => '"Verbergen" toevoegen',
 6365+ 'centralnotice-collapse-button' => '"Inklappen" toevoegen',
 6366+ 'centralnotice-expand-button' => '"Uitklappen" toevoegen',
58746367 'centralnotice-close-button' => '"Sluiten" toevoegen',
58756368 'centralnotice-translate-button' => '"Help met vertalen" toevoegen',
58766369 'centralnotice-donate-button' => 'Knop "doneren"',
@@ -5886,6 +6379,8 @@
58876380 'centralnotice-allocation' => 'Toewijzing',
58886381 'centralnotice-view-allocation' => 'Bannertoewijzing bekijken',
58896382 'centralnotice-allocation-instructions' => 'Kies de omgeving waarvoor u de bannertoewijzing wilt bekijken:',
 6383+ 'centralnotice-languages' => 'Talen',
 6384+ 'centralnotice-projects' => 'Projecten',
58906385 'centralnotice-country' => 'Land',
58916386 'centralnotice-no-allocation' => 'Geen banners toegewezen.',
58926387 'centralnotice-allocation-description' => 'Bannertoewijzing voor $1.$2 in $3:',
@@ -5897,6 +6392,7 @@
58986393
58996394 /** Norwegian Nynorsk (‪Norsk (nynorsk)‬)
59006395 * @author Harald Khan
 6396+ * @author Nghtwlkr
59016397 */
59026398 $messages['nn'] = array(
59036399 'centralnotice' => 'Administrasjon av sentrale merknader',
@@ -5941,6 +6437,7 @@
59426438 'centralnotice-hours' => 'Time',
59436439 'centralnotice-min' => 'Minutt',
59446440 'centralnotice-project-lang' => 'Prosjektspråk',
 6441+ 'centralnotice-top-ten-languages' => 'Topp 10 språk',
59456442 'centralnotice-project-name' => 'Prosjektnamn',
59466443 'centralnotice-start-date' => 'Startdato',
59476444 'centralnotice-start-time' => 'Starttid (UTC)',
@@ -5961,6 +6458,7 @@
59626459 'centralnotice-no-notices-exist' => 'Ingen merknader finst. Legg til ein under',
59636460 'centralnotice-no-templates-translate' => 'Det finst ingen malar å endra omsetjingar for',
59646461 'centralnotice-number-uses' => 'Gonger nytta',
 6462+ 'centralnotice-settings' => 'Innstillingar',
59656463 'centralnotice-edit-template' => 'Endra mal',
59666464 'centralnotice-message' => 'Melding',
59676465 'centralnotice-message-not-set' => 'Melding ikkje gjeve',
@@ -5968,6 +6466,8 @@
59696467 'centralnotice-clone-notice' => 'Opprett ein kopi av malen',
59706468 'centralnotice-clone-name' => 'Namn:',
59716469 'centralnotice-preview-all-template-translations' => 'Førehandsvis alle tilgjengelege omsetjingar av malen',
 6470+ 'centralnotice-insert' => 'Sett inn: $1',
 6471+ 'centralnotice-country' => 'Land',
59726472 'right-centralnotice-admin' => 'Handtera sentrale merknader',
59736473 'right-centralnotice-translate' => 'Omsetja sentrale merknader',
59746474 'action-centralnotice-admin' => 'handtera sentrale merknader',
@@ -6009,6 +6509,7 @@
60106510 'centralnotice-show-notices' => 'Vis meldinger',
60116511 'centralnotice-list-templates' => 'Vis maler',
60126512 'centralnotice-multiple' => 'flere ($1)',
 6513+ 'centralnotice-all-projects' => 'Alle prosjekter',
60136514 'centralnotice-translations' => 'Oversettelser',
60146515 'centralnotice-translate-to' => 'Oversett til',
60156516 'centralnotice-translate' => 'Oversett',
@@ -6025,6 +6526,7 @@
60266527 'centralnotice-notice-exists' => 'Melding eksisterer allerede.
60276528 Ikke lagt inn.',
60286529 'centralnotice-no-language' => 'Ingen språk ble valgt for kampanjen. Ikke lagt til.',
 6530+ 'centralnotice-no-project' => 'Ingen prosjekter ble valgt for kampanjen. Legger ikke til.',
60296531 'centralnotice-template-exists' => 'Mal finnes allerede.
60306532 Ikke lagt inn',
60316533 'centralnotice-notice-doesnt-exist' => 'Kampanje finnes ikke.',
@@ -6081,9 +6583,9 @@
60826584 'centralnotice-clone-name' => 'Navn:',
60836585 'centralnotice-preview-all-template-translations' => 'Forhåndsvis alle tilgjengelige oversettelser av malen',
60846586 'centralnotice-insert' => 'Sett inn: $1',
6085 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}-lenke',
 6587+ 'centralnotice-hide-button' => 'Skjul lenke',
60866588 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collape}}-lenke',
6087 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-lenke',
 6589+ 'centralnotice-expand-button' => 'Utvid lenke',
60886590 'centralnotice-close-button' => 'Lukk-knapp',
60896591 'centralnotice-translate-button' => 'Hjelp med oversettelse-lenke',
60906592 'centralnotice-donate-button' => 'Doner-knapp',
@@ -6100,6 +6602,8 @@
61016603 'centralnotice-allocation' => 'Tildeling',
61026604 'centralnotice-view-allocation' => 'Vis bannertildeling',
61036605 'centralnotice-allocation-instructions' => 'Velg miljøet du ønsker å se bannertildelingen for:',
 6606+ 'centralnotice-languages' => 'Språk',
 6607+ 'centralnotice-projects' => 'Prosjekter',
61046608 'centralnotice-country' => 'Land',
61056609 'centralnotice-no-allocation' => 'Ingen bannere tildelt.',
61066610 'centralnotice-allocation-description' => 'Bannertildeling for $1.$2 i $3:',
@@ -6261,6 +6765,7 @@
62626766 'centralnotice-show-notices' => 'Pokaż komunikaty',
62636767 'centralnotice-list-templates' => 'Lista szablonów',
62646768 'centralnotice-multiple' => 'wiele ($1)',
 6769+ 'centralnotice-all-projects' => 'Wszystkie projekty',
62656770 'centralnotice-translations' => 'Tłumaczenia',
62666771 'centralnotice-translate-to' => 'Przetłumacz na',
62676772 'centralnotice-translate' => 'Przetłumacz',
@@ -6276,6 +6781,7 @@
62776782 'centralnotice-notices' => 'Komunikaty',
62786783 'centralnotice-notice-exists' => 'Komunikat o podanej nazwie już istnieje. Nowy komunikat nie został dodany.',
62796784 'centralnotice-no-language' => 'Ponieważ nie wybrano języka kampanii, nie została ona dodana.',
 6785+ 'centralnotice-no-project' => 'Żaden projekt nie został wybrany dla kampanii. Nic nie dodano.',
62806786 'centralnotice-template-exists' => 'Szablon o podanej nazwie już istnieje. Nowy szablon nie został dodany.',
62816787 'centralnotice-notice-doesnt-exist' => 'Kampania nie istnieje.',
62826788 'centralnotice-remove-notice-doesnt-exist' => 'Kampania nie istnieje.
@@ -6345,6 +6851,8 @@
63466852 'centralnotice-allocation' => 'Przydział',
63476853 'centralnotice-view-allocation' => 'Zobacz przydziały dla banera',
63486854 'centralnotice-allocation-instructions' => 'Określ środowisko, w którym chcesz zobaczyć baner',
 6855+ 'centralnotice-languages' => 'Języki',
 6856+ 'centralnotice-projects' => 'Projekty',
63496857 'centralnotice-country' => 'Kraj',
63506858 'centralnotice-no-allocation' => 'Brak przypisanych banerów.',
63516859 'centralnotice-allocation-description' => 'Przydział banera dla $1.$2 w $3:',
@@ -6386,6 +6894,7 @@
63876895 'centralnotice-show-notices' => 'Mostra neuva',
63886896 'centralnotice-list-templates' => 'Lista stamp',
63896897 'centralnotice-multiple' => 'mùltipl ($1)',
 6898+ 'centralnotice-all-projects' => 'Tùit ij proget',
63906899 'centralnotice-translations' => 'Tradussion',
63916900 'centralnotice-translate-to' => 'Volté an',
63926901 'centralnotice-translate' => 'Volté',
@@ -6402,6 +6911,7 @@
64036912 'centralnotice-notice-exists' => 'La neuva a esist già.
64046913 Pa giontà',
64056914 'centralnotice-no-language' => "Gnun-a lenga a l'é stàita selessionà për la campagna. Pa giontà.",
 6915+ 'centralnotice-no-project' => "Gnun proget a l'é stàit selessionà për la campagna. Pa giontà.",
64066916 'centralnotice-template-exists' => 'Lë stamp a esist già.
64076917 Pa giontà',
64086918 'centralnotice-notice-doesnt-exist' => 'La campagna a esist pa.',
@@ -6458,9 +6968,9 @@
64596969 'centralnotice-clone-name' => 'Nòm:',
64606970 'centralnotice-preview-all-template-translations' => 'Previsualisa tute le tradussion disponìbij ëd lë stamp',
64616971 'centralnotice-insert' => 'Anserì: $1',
6462 - 'centralnotice-hide-button' => 'Colegament {{int:centralnotice-shared-hide}}',
6463 - 'centralnotice-collapse-button' => 'Colegament {{int:centralnotice-shared-collapse}}',
6464 - 'centralnotice-expand-button' => 'Colegament {{int:centralnotice-shared-expand}}',
 6972+ 'centralnotice-hide-button' => 'Stërma colegament',
 6973+ 'centralnotice-collapse-button' => 'Strenz colegament',
 6974+ 'centralnotice-expand-button' => 'Espand colegament',
64656975 'centralnotice-close-button' => 'Boton për boton',
64666976 'centralnotice-translate-button' => 'Colegament për giuté a volté',
64676977 'centralnotice-donate-button' => "Boton për fé dj'oferte",
@@ -6477,6 +6987,8 @@
64786988 'centralnotice-allocation' => 'Alocassion',
64796989 'centralnotice-view-allocation' => 'Vëdde la disposission dël tilèt',
64806990 'centralnotice-allocation-instructions' => "Ch'a serna l'ambient për ël qual a-j piaserìa smon-e la disposission ëd tilèt:",
 6991+ 'centralnotice-languages' => 'Lenghe',
 6992+ 'centralnotice-projects' => 'Proget',
64816993 'centralnotice-country' => 'Nassion',
64826994 'centralnotice-no-allocation' => 'Gnun tilèt butà.',
64836995 'centralnotice-allocation-description' => 'Disposission dël tilèt për $1.$2 an $3:',
@@ -6515,14 +7027,22 @@
65167028 'centralnotice-hours' => 'ساعت',
65177029 'centralnotice-min' => 'دقيقه',
65187030 'centralnotice-project-lang' => 'د ژبې پروژه',
 7031+ 'centralnotice-select' => 'ټاکل: $1',
65197032 'centralnotice-project-name' => 'د پروژې نوم',
65207033 'centralnotice-start-date' => 'د پيل نېټه',
65217034 'centralnotice-start-time' => 'د پيل وخت (UTC)',
65227035 'centralnotice-available-templates' => 'شته کينډۍ',
65237036 'centralnotice-change-lang' => 'د ژباړې ژبه بدلول',
65247037 'centralnotice-number-uses' => 'کاروي',
 7038+ 'centralnotice-settings' => 'امستنې',
65257039 'centralnotice-message' => 'پيغام',
6526 - 'centralnotice-clone-name' => 'نوم',
 7040+ 'centralnotice-clone-name' => 'نوم:',
 7041+ 'centralnotice-insert' => 'ورټومبل: $1',
 7042+ 'centralnotice-banner-anonymous' => 'ورکنومي کارنان',
 7043+ 'centralnotice-banner-logged-in' => 'ننوتي کارنان',
 7044+ 'centralnotice-countries' => 'هيوادونه',
 7045+ 'centralnotice-country' => 'هېواد',
 7046+ 'centralnotice-percentage' => 'سلنه',
65277047 );
65287048
65297049 /** Portuguese (Português)
@@ -6559,6 +7079,7 @@
65607080 'centralnotice-show-notices' => 'Mostrar avisos',
65617081 'centralnotice-list-templates' => 'Listar modelos',
65627082 'centralnotice-multiple' => 'múltiplas ($1)',
 7083+ 'centralnotice-all-projects' => 'Todos os projetos',
65637084 'centralnotice-translations' => 'Traduções',
65647085 'centralnotice-translate-to' => 'Traduzir para',
65657086 'centralnotice-translate' => 'Traduzir',
@@ -6575,6 +7096,7 @@
65767097 'centralnotice-notice-exists' => 'O aviso já existe.
65777098 Não será adicionado.',
65787099 'centralnotice-no-language' => 'Não foi seleccionada uma língua para o aviso centralizado. O aviso não será adicionado.',
 7100+ 'centralnotice-no-project' => 'Nenhum projeto foi selecionado para a campanha. Não acrescentado.',
65797101 'centralnotice-template-exists' => 'O modelo já existe.
65807102 Não será adicionado.',
65817103 'centralnotice-notice-doesnt-exist' => 'O aviso não existe.',
@@ -6650,6 +7172,8 @@
66517173 'centralnotice-allocation' => 'Atribuição',
66527174 'centralnotice-view-allocation' => 'Ver atribuição de modelos',
66537175 'centralnotice-allocation-instructions' => 'Escolha o ambiente para o qual deseja ver a atribuição de modelos:',
 7176+ 'centralnotice-languages' => 'Línguas',
 7177+ 'centralnotice-projects' => 'Projetos',
66547178 'centralnotice-country' => 'País',
66557179 'centralnotice-no-allocation' => 'Não há modelos atribuídos.',
66567180 'centralnotice-allocation-description' => 'Atribuição de modelos para $1.$2 em $3:',
@@ -6662,6 +7186,7 @@
66637187 /** Brazilian Portuguese (Português do Brasil)
66647188 * @author Eduardo.mps
66657189 * @author Giro720
 7190+ * @author Helder.wiki
66667191 * @author Heldergeovane
66677192 */
66687193 $messages['pt-br'] = array(
@@ -6692,6 +7217,7 @@
66937218 'centralnotice-show-notices' => 'Mostrar avisos',
66947219 'centralnotice-list-templates' => 'Listar modelos',
66957220 'centralnotice-multiple' => 'múltiplas ($1)',
 7221+ 'centralnotice-all-projects' => 'Todos os projetos',
66967222 'centralnotice-translations' => 'Traduções',
66977223 'centralnotice-translate-to' => 'Traduzir para',
66987224 'centralnotice-translate' => 'Traduzir',
@@ -6708,6 +7234,7 @@
67097235 'centralnotice-notice-exists' => 'O aviso já existe.
67107236 Não adicionado',
67117237 'centralnotice-no-language' => 'Não foi selecionada uma língua para o aviso centralizado. O aviso não será adicionado.',
 7238+ 'centralnotice-no-project' => 'Nenhum projeto foi selecionado para o aviso centralizado. O aviso não será adicionado.',
67127239 'centralnotice-template-exists' => 'O modelo já existe.
67137240 Não adicionado',
67147241 'centralnotice-notice-doesnt-exist' => 'O aviso não existe.',
@@ -6783,6 +7310,8 @@
67847311 'centralnotice-allocation' => 'Atribuição',
67857312 'centralnotice-view-allocation' => 'Ver atribuição de modelos',
67867313 'centralnotice-allocation-instructions' => 'Escolha o ambiente para o qual deseja ver a atribuição de modelos:',
 7314+ 'centralnotice-languages' => 'Línguas',
 7315+ 'centralnotice-projects' => 'Projetos',
67877316 'centralnotice-country' => 'País',
67887317 'centralnotice-no-allocation' => 'Não há modelos atribuídos.',
67897318 'centralnotice-allocation-description' => 'Atribuição de modelos para $1.$2 em $3:',
@@ -6823,6 +7352,7 @@
68247353 'centralnotice-show-notices' => 'Willaykunata rikuchiy',
68257354 'centralnotice-list-templates' => 'Plantillakunata sutisuyupi rikuchiy',
68267355 'centralnotice-multiple' => 'imaymana ($1)',
 7356+ 'centralnotice-all-projects' => 'Tukuy ruraykamaykuna',
68277357 'centralnotice-translations' => "T'ikrasqakuna",
68287358 'centralnotice-translate-to' => "Kayman t'ikray:",
68297359 'centralnotice-translate' => "T'ikray",
@@ -6839,6 +7369,7 @@
68407370 'centralnotice-notice-exists' => 'Willayqa kachkañam.
68417371 Manam yapasqachu',
68427372 'centralnotice-no-language' => 'Manam ima rimaypas akllasqachu kampañapaq. Manam yapasqa kanqachu.',
 7373+ 'centralnotice-no-project' => 'Manam ima ruraykamaypas akllasqachu kampañapaq. Manam yapasqa kanqachu.',
68437374 'centralnotice-template-exists' => 'Plantillaqa kachkañam.
68447375 Manam yapasqachu',
68457376 'centralnotice-notice-doesnt-exist' => 'Kampañaqa manam kanchu.',
@@ -6895,10 +7426,11 @@
68967427 'centralnotice-clone-name' => 'Suti:',
68977428 'centralnotice-preview-all-template-translations' => "Tukuy aypanalla plantillamanta t'ikrasqakunata ñawpaqta qhawallay",
68987429 'centralnotice-insert' => "Sat'iy: $1",
6899 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} butun',
6900 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} butun',
6901 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} butun',
6902 - 'centralnotice-translate-button' => "T'ikraysiy butun",
 7430+ 'centralnotice-hide-button' => "{{int:centralnotice-shared-hide}} t'inki",
 7431+ 'centralnotice-collapse-button' => "{{int:centralnotice-shared-collapse}} t'inki",
 7432+ 'centralnotice-expand-button' => "{{int:centralnotice-shared-expand}} t'inki",
 7433+ 'centralnotice-close-button' => "Wichq'ay butun",
 7434+ 'centralnotice-translate-button' => "T'ikraysiy t'inki",
69037435 'centralnotice-donate-button' => 'Qaray butun',
69047436 'centralnotice-expanded-banner' => "Mast'arisqa unancha",
69057437 'centralnotice-collapsed-banner' => 'Thuñichisqa unancha',
@@ -6908,8 +7440,19 @@
69097441 'centralnotice-banner-type' => 'Unancha laya:',
69107442 'centralnotice-banner-hidable' => 'Ranuy/Pakana',
69117443 'centralnotice-banner-collapsible' => 'Thuñichina',
 7444+ 'centralnotice-geotargeted' => 'Allpapacha taripanachasqa',
69127445 'centralnotice-countries' => 'Mama llaqtakuna',
 7446+ 'centralnotice-allocation' => 'Ñiqinchay',
 7447+ 'centralnotice-view-allocation' => 'Unancha ñiqinchayta qhaway',
 7448+ 'centralnotice-allocation-instructions' => 'Unancha ñiqinchay qhawanaykipaq muyuriyninta akllay:',
 7449+ 'centralnotice-languages' => 'Rimaykuna',
 7450+ 'centralnotice-projects' => 'Ruraykamaykuna',
69137451 'centralnotice-country' => 'Mama llaqta',
 7452+ 'centralnotice-no-allocation' => 'Ñiqinchasqa unanchakunaqa manam kanchu.',
 7453+ 'centralnotice-allocation-description' => '$1.$2, $3-paq unancha ñiqinchay:',
 7454+ 'centralnotice-percentage' => 'Pachakmanta',
 7455+ 'centralnotice-documentwrite-error' => "document.write() nisqaqa unanchapi manam llamk'anchu.
 7456+http://meta.wikimedia.org/wiki/Help:CentralNotice nisqapi qhaway willasunaykipaq.",
69147457 'centralnotice-preferred' => 'Astawan munakusqa',
69157458 );
69167459
@@ -6922,33 +7465,46 @@
69237466 * @author Stelistcristi
69247467 */
69257468 $messages['ro'] = array(
 7469+ 'centralnotice' => 'Administrarea anunțului central',
 7470+ 'noticetemplate' => 'Administrarea anunțului central',
 7471+ 'bannerallocation' => 'Administrarea anunțului central',
69267472 'right-centralnotice-admin' => 'Gestionați anunțurile centrale',
69277473 'action-centralnotice-admin' => 'administrați anunțurile centrale',
69287474 'centralnotice-desc' => 'Adaugă un anunț central sitului',
 7475+ 'centralnotice-summary' => 'Acest modul vă permite să modificați configurația anunțurilor centrale.
 7476+El poate fi folosit de asemenea pentru a adăuga sau șterge anunțuri vechi.',
69297477 'centralnotice-query' => 'Modifică anunțurile curente',
69307478 'centralnotice-notice-name' => 'Numele anunțului',
69317479 'centralnotice-end-date' => 'Dată de încheiere',
69327480 'centralnotice-enabled' => 'Activat',
69337481 'centralnotice-modify' => 'Trimite',
 7482+ 'centralnotice-save-banner' => 'Salvează banner',
69347483 'centralnotice-preview' => 'Previzualizare',
69357484 'centralnotice-add-new' => 'Adaugă un anunț central nou',
69367485 'centralnotice-remove' => 'Şterge',
69377486 'centralnotice-translate-heading' => 'Traducere pentru $1',
69387487 'centralnotice-manage' => 'Gestionați anunț central',
 7488+ 'centralnotice-manage-templates' => 'Administrează bannerele',
69397489 'centralnotice-add' => 'Adaugă',
69407490 'centralnotice-add-notice' => 'Adaugă un anunț',
 7491+ 'centralnotice-edit-notice' => 'Editați campania',
69417492 'centralnotice-add-template' => 'Adaugă un format',
69427493 'centralnotice-show-notices' => 'Arată anunțurile',
69437494 'centralnotice-list-templates' => 'Lista de formate',
 7495+ 'centralnotice-multiple' => 'multiple ($1)',
69447496 'centralnotice-all-projects' => 'Toate proiectele',
69457497 'centralnotice-translations' => 'Traduceri',
69467498 'centralnotice-translate-to' => 'Tradu în',
69477499 'centralnotice-translate' => 'Tradu',
69487500 'centralnotice-english' => 'engleză',
6949 - 'centralnotice-banner-name' => 'Numele formatului',
 7501+ 'centralnotice-banner-name' => 'Numele bannerului:',
 7502+ 'centralnotice-banner' => 'Banner',
 7503+ 'centralnotice-banner-heading' => 'Banner: $1',
69507504 'centralnotice-templates' => 'Formate',
69517505 'centralnotice-weight' => 'Greutate',
69527506 'centralnotice-locked' => 'Blocat',
 7507+ 'centralnotice-notice' => 'Campanie',
 7508+ 'centralnotice-notice-heading' => 'Campanie: $1',
69537509 'centralnotice-notices' => 'Notificări',
69547510 'centralnotice-notice-exists' => 'Campania există deja.
69557511 Nu se adaugă.',
@@ -6969,10 +7525,20 @@
69707526 'centralnotice-hours' => 'Oră',
69717527 'centralnotice-min' => 'Minut',
69727528 'centralnotice-project-lang' => 'Limba proiectului',
 7529+ 'centralnotice-select' => 'Alegeți: $1',
 7530+ 'centralnotice-top-ten-languages' => 'Cele mai utilizate 10 limbi',
69737531 'centralnotice-project-name' => 'Numele proiectului',
69747532 'centralnotice-start-date' => 'Data de începere',
69757533 'centralnotice-start-time' => 'Data de începere (UTC)',
 7534+ 'centralnotice-end-time' => 'Ora de terminare (UTC)',
 7535+ 'centralnotice-assigned-templates' => 'Bannere alocate',
 7536+ 'centralnotice-no-templates' => 'Niciun banner găsit.
 7537+Adăugați unul!',
 7538+ 'centralnotice-no-templates-assigned' => 'Niciun banner nu este asociat acestei campanii.
 7539+Adaugați unul!',
69767540 'centralnotice-available-templates' => 'Formate disponibile',
 7541+ 'centralnotice-template-already-exists' => 'Bannerul este deja legat de campanie.
 7542+Nu se adaugă.',
69777543 'centralnotice-preview-template' => 'Previzualizare format',
69787544 'centralnotice-change-lang' => 'Schimbă limba de traducere',
69797545 'centralnotice-weights' => 'Greutăți',
@@ -6993,6 +7559,7 @@
69947560 'centralnotice-settings' => 'Setări',
69957561 'centralnotice-edit-template' => 'Modifică format',
69967562 'centralnotice-message' => 'Mesaj',
 7563+ 'centralnotice-message-not-set' => 'Mesajul nu este setat',
69977564 'centralnotice-clone' => 'Clonează',
69987565 'centralnotice-clone-notice' => 'Creează o copie a bannerului',
69997566 'centralnotice-clone-name' => 'Nume:',
@@ -7023,10 +7590,12 @@
70247591 'centralnotice-percentage' => 'Procentaj',
70257592 'centralnotice-documentwrite-error' => 'document.write() nu poate fi folosit într-un banner.
70267593 Vedeți http://meta.wikimedia.org/wiki/Help:CentralNotice pentru mai multe informații.',
 7594+ 'centralnotice-preferred' => 'Preferat',
70277595 );
70287596
70297597 /** Tarandíne (Tarandíne)
70307598 * @author Joetaras
 7599+ * @author Reder
70317600 */
70327601 $messages['roa-tara'] = array(
70337602 'centralnotice' => "Amministrazione de l'avvise cendrale",
@@ -7039,15 +7608,29 @@
70407609 'centralnotice-notice-name' => "Nome d'a cambagne",
70417610 'centralnotice-end-date' => 'Date de fine',
70427611 'centralnotice-enabled' => 'Abbilitate',
 7612+ 'centralnotice-modify' => 'Conferme',
 7613+ 'centralnotice-save-banner' => "Salve 'u banner",
70437614 'centralnotice-preview' => 'Andeprime',
 7615+ 'centralnotice-add-new' => "Aggiugne 'na cambagna nove",
70447616 'centralnotice-remove' => 'Live',
 7617+ 'centralnotice-translate-heading' => 'Traduzione pè $1',
 7618+ 'centralnotice-manage' => 'Gestiscere le cambagne',
 7619+ 'centralnotice-manage-templates' => 'Gestiscere le banner',
70457620 'centralnotice-add' => 'Aggiunge',
70467621 'centralnotice-add-notice' => "Aggiunge 'na cambagne",
70477622 'centralnotice-edit-notice' => "Cange 'a cambagne",
 7623+ 'centralnotice-add-template' => "Aggiunge 'nu banner",
 7624+ 'centralnotice-show-notices' => 'Visualizze le cambagne',
 7625+ 'centralnotice-list-templates' => 'Liste de le banner',
 7626+ 'centralnotice-multiple' => 'multiple ($1)',
70487627 'centralnotice-translations' => 'Traduziune',
70497628 'centralnotice-translate-to' => 'Traduce a',
70507629 'centralnotice-translate' => 'Traduce',
70517630 'centralnotice-english' => 'Inglese',
 7631+ 'centralnotice-banner-name' => "Nome d'u banner:",
 7632+ 'centralnotice-banner' => 'Banner',
 7633+ 'centralnotice-banner-heading' => 'Banner: $1',
 7634+ 'centralnotice-templates' => 'Banners',
70527635 'centralnotice-weight' => 'Pese',
70537636 'centralnotice-locked' => 'Bloccate',
70547637 'centralnotice-notice' => 'Cambagne',
@@ -7056,31 +7639,82 @@
70577640 'centralnotice-notice-exists' => "'A cambagne esiste ggià.
70587641 No a scè aggiungere.",
70597642 'centralnotice-no-language' => 'Nisciuna lènghe ha state scacchiate pe sta cambagne. No scè aggiungenne.',
 7643+ 'centralnotice-template-exists' => "'U banner esiste ggià.
 7644+No a scè aggiungere.",
 7645+ 'centralnotice-notice-doesnt-exist' => "'A cambagne non g'esiste.",
 7646+ 'centralnotice-remove-notice-doesnt-exist' => "'A cambagne non g'esiste.
 7647+Nnijende da luà.",
 7648+ 'centralnotice-banner-doesnt-exist' => "'U banner non g'esiste.",
 7649+ 'centralnotice-template-still-bound' => "'U banner jè angore cullegate a 'na cambagne.
 7650+Non ge le luà.",
 7651+ 'centralnotice-template-body' => "Cuèrpe d'u banner:",
70607652 'centralnotice-day' => 'Sciúrne',
70617653 'centralnotice-year' => 'Anne',
70627654 'centralnotice-month' => 'Mese',
70637655 'centralnotice-hours' => 'Ore',
70647656 'centralnotice-min' => 'Minute',
 7657+ 'centralnotice-project-lang' => "Lènghe d'u pruggette",
70657658 'centralnotice-select' => 'Scacchie: $1',
70667659 'centralnotice-top-ten-languages' => 'Le 10 lènghe megghie megghie',
 7660+ 'centralnotice-project-name' => "Nome d'u pruggette",
 7661+ 'centralnotice-start-date' => 'Date de inizie',
 7662+ 'centralnotice-start-time' => 'Timbe de inizie (UTC)',
 7663+ 'centralnotice-end-time' => "Timbe d'a fine (UTC)",
 7664+ 'centralnotice-assigned-templates' => 'Banners assignate',
 7665+ 'centralnotice-no-templates' => 'Nisciune banner acchiute.
 7666+Scaffáne une!',
 7667+ 'centralnotice-no-templates-assigned' => "Nisciune banner assignate ad 'a cambagne.
 7668+Scaffáne une!",
 7669+ 'centralnotice-available-templates' => 'Banner disponibbele',
 7670+ 'centralnotice-template-already-exists' => "'U banner jè già cullegate ad 'a cambagne.
 7671+Non ge le scáffe.",
 7672+ 'centralnotice-preview-template' => "Andeprime d'u banner",
 7673+ 'centralnotice-change-lang' => "Cange 'a traduzione jndr'à lènga",
70677674 'centralnotice-weights' => 'Pise',
 7675+ 'centralnotice-notice-is-locked' => "'A cambagne jè bloccate.
 7676+Non ge le luà.",
 7677+ 'centralnotice-overlap' => "'A cambagne se sovrappone jndre 'u timbe de n'otre cambagne.
 7678+Non ge le aggiunge.",
 7679+ 'centralnotice-invalid-date-range' => "Date d'a serie invalide.
 7680+Non ge l'aggiornà.",
 7681+ 'centralnotice-null-string' => "'Mbossibbele aggiungere 'na stringhe nulle.
 7682+Non ge l'aggiunge.",
70687683 'centralnotice-confirm-delete' => "Si secure ca tu vuè cu scangille sta vôsce?
70697684 St'azione jè irrecuperabbele.",
 7685+ 'centralnotice-no-notices-exist' => "Nisciune cambagne esistende.
 7686+Scaffáne une aqquà d'abbasce.",
 7687+ 'centralnotice-no-templates-translate' => 'Non ge stonne otre banners pè cui cangià le traduzione.',
70707688 'centralnotice-number-uses' => 'Ause',
70717689 'centralnotice-settings' => "'Mbostaziune",
 7690+ 'centralnotice-edit-template' => "Cange 'u banner",
 7691+ 'centralnotice-edit-template-summary' => "Pè crijà 'nu messagge localizzabbele, racchiude 'na stringhe de trattine jndre ttrè parendese graffe e.g. {{{jimbo-quote}}}.",
70727692 'centralnotice-message' => 'Messàgge',
70737693 'centralnotice-message-not-set' => "Messagge none 'mbostate",
70747694 'centralnotice-clone' => 'Clone',
 7695+ 'centralnotice-clone-notice' => "Creje 'na copie d'u banner",
70757696 'centralnotice-clone-name' => 'Nome:',
 7697+ 'centralnotice-preview-all-template-translations' => "Andeprime de totte le traduzione disponibbele d'u banner",
70767698 'centralnotice-insert' => 'Mitte: $1',
 7699+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link',
 7700+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link',
 7701+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link',
70777702 'centralnotice-close-button' => 'Buttone de chiusure',
 7703+ 'centralnotice-translate-button' => "Ajute a traducere 'u link",
70787704 'centralnotice-donate-button' => 'Buttone pa donazzione',
 7705+ 'centralnotice-expanded-banner' => "Spanne 'u banner",
 7706+ 'centralnotice-collapsed-banner' => 'Banner combresse',
70797707 'centralnotice-banner-display' => 'Fa vedè a:',
70807708 'centralnotice-banner-anonymous' => 'Utinde anonime',
70817709 'centralnotice-banner-logged-in' => 'Utinde trasute',
 7710+ 'centralnotice-banner-type' => 'Tipe de banner:',
 7711+ 'centralnotice-banner-hidable' => 'Stateche/Scunnibbele',
 7712+ 'centralnotice-geotargeted' => 'Geo referenziate',
70827713 'centralnotice-countries' => 'Paìse',
70837714 'centralnotice-allocation' => 'Allocazione',
 7715+ 'centralnotice-view-allocation' => "Visualizze l'assignazione d'u banner",
70847716 'centralnotice-country' => 'Nazione',
 7717+ 'centralnotice-no-allocation' => 'Nisciune banner assignate.',
 7718+ 'centralnotice-allocation-description' => 'Assignazione de banner pè $1.$2 jndre $3:',
70857719 'centralnotice-percentage' => 'Percenduale',
70867720 'centralnotice-preferred' => 'Preferite',
70877721 );
@@ -7122,6 +7756,7 @@
71237757 'centralnotice-show-notices' => 'Показать уведомления',
71247758 'centralnotice-list-templates' => 'Вывести список шаблонов',
71257759 'centralnotice-multiple' => 'несколько ($1)',
 7760+ 'centralnotice-all-projects' => 'Все проекты',
71267761 'centralnotice-translations' => 'Переводы',
71277762 'centralnotice-translate-to' => 'Перевод на',
71287763 'centralnotice-translate' => 'Перевод',
@@ -7138,6 +7773,7 @@
71397774 'centralnotice-notice-exists' => 'Уведомление уже существует.
71407775 Не добавляется',
71417776 'centralnotice-no-language' => 'Не выбран язык для этой кампании. Не добавлено.',
 7777+ 'centralnotice-no-project' => 'Ни один проект не был выбран для проведения кампании. Не добавлено.',
71427778 'centralnotice-template-exists' => 'Шаблон уже существует.
71437779 Не добавляется',
71447780 'centralnotice-notice-doesnt-exist' => 'Кампания не существует.',
@@ -7194,9 +7830,9 @@
71957831 'centralnotice-clone-name' => 'Имя:',
71967832 'centralnotice-preview-all-template-translations' => 'Просмотреть все доступные переводы шаблона',
71977833 'centralnotice-insert' => 'Вставка: $1',
7198 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ссылку',
7199 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} ссылку',
7200 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} ссылку',
 7834+ 'centralnotice-hide-button' => 'Спрятать ссылку',
 7835+ 'centralnotice-collapse-button' => 'Свернуть ссылку',
 7836+ 'centralnotice-expand-button' => 'Развернуть ссылку',
72017837 'centralnotice-close-button' => 'Кнопка «Закрыть»',
72027838 'centralnotice-translate-button' => 'Ссылка помощи в переводе',
72037839 'centralnotice-donate-button' => 'Кнопка пожертвований',
@@ -7213,6 +7849,8 @@
72147850 'centralnotice-allocation' => 'Распределение',
72157851 'centralnotice-view-allocation' => 'Просмотр размещения баннеров',
72167852 'centralnotice-allocation-instructions' => 'Выберите среды, для которых вы хотите просмотреть размещение баннеров:',
 7853+ 'centralnotice-languages' => 'Языки',
 7854+ 'centralnotice-projects' => 'Проекты',
72177855 'centralnotice-country' => 'Страна',
72187856 'centralnotice-no-allocation' => 'Баннеры не размещены',
72197857 'centralnotice-allocation-description' => 'Размещение баннеров для $1.$2 в $3:',
@@ -7270,6 +7908,7 @@
72717909 'centralnotice-notice-exists' => 'Повідомлїня уж екзістує.
72727910 Непридане.',
72737911 'centralnotice-no-language' => 'Про кампань не быв выбраный жаден язык. Повідомлїня не было придане.',
 7912+ 'centralnotice-no-project' => 'Про кампань не быв выбраный жаден проєкт. Повідомлїня не было придане.',
72747913 'centralnotice-template-exists' => 'Банер уж екзістує.
72757914 Непридане.',
72767915 'centralnotice-notice-doesnt-exist' => 'Кампань не екзістує.',
@@ -7305,7 +7944,15 @@
73067945 Не было придане.',
73077946 'centralnotice-invalid-date-range' => 'Неплатный россяг дат.
73087947 Не буде змінено.',
 7948+ 'centralnotice-null-string' => 'Не годен придати порожнїй ланц. Не буде придане.',
 7949+ 'centralnotice-confirm-delete' => 'Сьте собі певны, же хочете тоту положку змазати? Тоту операцію не буде можне вернути назад.',
 7950+ 'centralnotice-no-notices-exist' => 'Не єствують жадны повідомлїня.
 7951+Ниже можете створити новы.',
 7952+ 'centralnotice-no-templates-translate' => 'Не суть жадны шаблоны, котры бы ся дали перекласти.',
73097953 'centralnotice-number-uses' => 'Хоснує',
 7954+ 'centralnotice-settings' => 'Наставлїня',
 7955+ 'centralnotice-edit-template' => 'Управити шаблону',
 7956+ 'centralnotice-edit-template-summary' => 'Локалізовательне повідомлїня створите так, же запрете ідентіфікатор із споёвниками до зложеных заперок, напр. {{{цітат-джімбо}}}.',
73107957 'centralnotice-message' => 'Ознам',
73117958 'centralnotice-message-not-set' => 'Повідомлїня не было наставене',
73127959 'centralnotice-clone' => 'Наклоновати',
@@ -7313,9 +7960,9 @@
73147961 'centralnotice-clone-name' => 'Назва:',
73157962 'centralnotice-preview-all-template-translations' => 'Нагляд вшыткых доступных перекладів шаблоны',
73167963 'centralnotice-insert' => 'Вложыти: $1',
7317 - 'centralnotice-hide-button' => 'Одказ „{{int:centralnotice-shared-hide}}“',
7318 - 'centralnotice-collapse-button' => 'Одказ „{{int:centralnotice-shared-collapse}}“',
7319 - 'centralnotice-expand-button' => 'Одказ „{{int:centralnotice-shared-expand}}“',
 7964+ 'centralnotice-hide-button' => 'Сховати одказы',
 7965+ 'centralnotice-collapse-button' => 'Згорнути одказы',
 7966+ 'centralnotice-expand-button' => 'Розгорнути одказы',
73207967 'centralnotice-close-button' => 'Кнапка "Заперти"',
73217968 'centralnotice-translate-button' => 'Поможте перекласти одказ',
73227969 'centralnotice-donate-button' => 'Клапка „Приспійте“',
@@ -7374,6 +8021,7 @@
73758022 'centralnotice-show-notices' => 'Биллэриилэри көрдөр',
73768023 'centralnotice-list-templates' => 'Халыыптар тиһиктэрэ',
73778024 'centralnotice-multiple' => 'хас да ($1)',
 8025+ 'centralnotice-all-projects' => 'Бары бырайыактар',
73788026 'centralnotice-translations' => 'Тылбаастар',
73798027 'centralnotice-translate-to' => 'Манна тылбаас',
73808028 'centralnotice-translate' => 'Тылбаас',
@@ -7390,6 +8038,7 @@
73918039 'centralnotice-notice-exists' => 'Биллэрии баар эбит.
73928040 Кыайан эбиллибэт',
73938041 'centralnotice-no-language' => 'Бу хампаанньаҕа тыла талыллыбатах. Эбиллибэтэх.',
 8042+ 'centralnotice-no-project' => 'Хампаанньа ыытарга биир да бырайыак талыллыбатах. Эбиллибэтэх.',
73948043 'centralnotice-template-exists' => 'Халыып баар эбит.
73958044 Кыайан эбиллибэт',
73968045 'centralnotice-notice-doesnt-exist' => 'Хампаанньа суох эбит.',
@@ -7438,10 +8087,12 @@
74398088 'centralnotice-number-uses' => 'Туттуллаллар',
74408089 'centralnotice-settings' => 'Туруоруулара',
74418090 'centralnotice-edit-template' => 'Халыыбы уларытыы',
 8091+ 'centralnotice-edit-template-summary' => 'Локалланар биллэриги оҥорорго дефистээх устуруоканы үс фигурнай ускуопкаҕа киллэр, холобур {{{цитата-джимбо}}}.',
74428092 'centralnotice-message' => 'Сурук',
74438093 'centralnotice-message-not-set' => 'Сурук туруоруллубатах',
74448094 'centralnotice-clone' => 'Клоннааһын',
74458095 'centralnotice-clone-notice' => 'Халыып куопуйатын оҥоруу',
 8096+ 'centralnotice-clone-name' => 'Аата:',
74468097 'centralnotice-preview-all-template-translations' => 'Халыып баар тылбаастарын барытын көрүү',
74478098 'centralnotice-insert' => 'Киллэрии: $1',
74488099 'centralnotice-hide-button' => 'Сигэни кистииргэ',
@@ -7475,6 +8126,7 @@
74768127 );
74778128
74788129 /** Sicilian (Sicilianu)
 8130+ * @author Aushulz
74798131 * @author Gmelfi
74808132 * @author Santu
74818133 */
@@ -7549,7 +8201,9 @@
75508202 'centralnotice-message-not-set' => 'Missaggiu no mpustatu',
75518203 'centralnotice-clone' => 'Clona',
75528204 'centralnotice-clone-notice' => 'Cria na copia dû template',
 8205+ 'centralnotice-clone-name' => 'Nomu:',
75538206 'centralnotice-preview-all-template-translations' => "Tutti li traduzzioni dî template dispunìbbili 'n anteprima",
 8207+ 'centralnotice-banner-anonymous' => 'Utenti anònimi',
75548208 'right-centralnotice-admin' => "Gistisci l'avvisi cintralizzati",
75558209 'right-centralnotice-translate' => 'Traduci avvisi cintralizzati',
75568210 'action-centralnotice-admin' => "Guverna l'avvisi cintralizzati",
@@ -7705,7 +8359,8 @@
77068360 */
77078361 $messages['sk'] = array(
77088362 'centralnotice' => 'Centrálny oznam',
7709 - 'noticetemplate' => 'Šablóna centrálneho oznamu',
 8363+ 'noticetemplate' => 'Správa centrálnych oznamov',
 8364+ 'bannerallocation' => 'Správa centrálnych oznamov',
77108365 'right-centralnotice-admin' => 'Spravovať centrálne oznamy',
77118366 'action-centralnotice-admin' => 'spravovať centrálne oznamy',
77128367 'centralnotice-desc' => 'Pridáva centrálnu Správu lokality',
@@ -7716,28 +8371,42 @@
77178372 'centralnotice-end-date' => 'Dátum ukončenia',
77188373 'centralnotice-enabled' => 'Zapnutá',
77198374 'centralnotice-modify' => 'Odoslať',
 8375+ 'centralnotice-save-banner' => 'Uložiť oznam',
77208376 'centralnotice-preview' => 'Náhľad',
77218377 'centralnotice-add-new' => 'Pridať nový centrálny oznam',
77228378 'centralnotice-remove' => 'Odstrániť',
77238379 'centralnotice-translate-heading' => 'Preklad $1',
77248380 'centralnotice-manage' => 'Správa centrálnych oznamov',
 8381+ 'centralnotice-manage-templates' => 'Spravovať oznamy',
77258382 'centralnotice-add' => 'Pridať',
77268383 'centralnotice-add-notice' => 'Pridať oznam',
 8384+ 'centralnotice-edit-notice' => 'Upraviť kampaň',
77278385 'centralnotice-add-template' => 'Pridať šablónu',
77288386 'centralnotice-show-notices' => 'Zobraziť oznamy',
77298387 'centralnotice-list-templates' => 'Zoznam šablón',
 8388+ 'centralnotice-multiple' => 'viaceré ($1)',
 8389+ 'centralnotice-all-projects' => 'Všetky projekty',
77308390 'centralnotice-translations' => 'Preklady',
77318391 'centralnotice-translate-to' => 'Preložiť do jazyka',
77328392 'centralnotice-translate' => 'Preložiť',
77338393 'centralnotice-english' => 'angličtina',
7734 - 'centralnotice-banner-name' => 'Názov šablóny',
 8394+ 'centralnotice-banner-name' => 'Názov oznamu:',
 8395+ 'centralnotice-banner' => 'Oznam',
 8396+ 'centralnotice-banner-heading' => 'Oznam: $1',
77358397 'centralnotice-templates' => 'Šablóny',
77368398 'centralnotice-weight' => 'Váha',
77378399 'centralnotice-locked' => 'Zamknutý',
 8400+ 'centralnotice-notice' => 'Kampaň',
 8401+ 'centralnotice-notice-heading' => 'Kampaň: $1',
77388402 'centralnotice-notices' => 'Oznamy',
77398403 'centralnotice-notice-exists' => 'Oznam už existuje. Nebude pridaný.',
 8404+ 'centralnotice-no-language' => 'Pre kampaň nebol vybraný žiaden jazyk. Nebude pridaná.',
 8405+ 'centralnotice-no-project' => 'Pre kampaň nebol vybraný žiaden projekt. Nebude pridaná.',
77408406 'centralnotice-template-exists' => 'Šablóna už existuje. Nebude pridaná.',
7741 - 'centralnotice-notice-doesnt-exist' => 'Oznam neexistuje. Nebude odstránený.',
 8407+ 'centralnotice-notice-doesnt-exist' => 'Kampaň neexistuje.',
 8408+ 'centralnotice-remove-notice-doesnt-exist' => 'Kampaň neexistuje.
 8409+Niet čo odstrániť.',
 8410+ 'centralnotice-banner-doesnt-exist' => 'Oznam neexistuje.',
77428411 'centralnotice-template-still-bound' => 'Šablóna je ešte stále naviazaná na oznam. Nebude odstránená.',
77438412 'centralnotice-template-body' => 'Telo šablóny:',
77448413 'centralnotice-day' => 'Deň',
@@ -7746,9 +8415,12 @@
77478416 'centralnotice-hours' => 'Hodina',
77488417 'centralnotice-min' => 'Minúta',
77498418 'centralnotice-project-lang' => 'Jazyk projektu',
 8419+ 'centralnotice-select' => 'Vybrať: $1',
 8420+ 'centralnotice-top-ten-languages' => 'Naj 10 jazykov',
77508421 'centralnotice-project-name' => 'Názov projektu',
77518422 'centralnotice-start-date' => 'Dátum začatia',
77528423 'centralnotice-start-time' => 'Čas začatia (UTC)',
 8424+ 'centralnotice-end-time' => 'Čas ukončenia (UTC)',
77538425 'centralnotice-assigned-templates' => 'Priradené šablóny',
77548426 'centralnotice-no-templates' => 'Neboli nájdené žiadne šablóny. Pridajte nejaké!',
77558427 'centralnotice-no-templates-assigned' => 'Žiadne šablóny neboli priradené oznamom. Pridajte nejaké!',
@@ -7766,12 +8438,43 @@
77678439 'centralnotice-no-notices-exist' => 'Neexistujú žiadne oznamy. Môžete ich pridať.',
77688440 'centralnotice-no-templates-translate' => 'Nie sú žiadne šablóny, ktoré by bolo možné preložiť.',
77698441 'centralnotice-number-uses' => 'Použitia',
 8442+ 'centralnotice-settings' => 'Nastavenie',
77708443 'centralnotice-edit-template' => 'Upraviť šablónu',
 8444+ 'centralnotice-edit-template-summary' => 'Ak chcete vytvoriť správu, ktorú bude možné lokalizovať, zatvorte reťazec so slovami oddelenými pomlčkami do troch zložených zátvoriek, napr. {{{citát-jimbo}}}.',
77718445 'centralnotice-message' => 'Správa',
77728446 'centralnotice-message-not-set' => 'Správa nebola nastavená',
77738447 'centralnotice-clone' => 'Klonovať',
77748448 'centralnotice-clone-notice' => 'Vytvoriť kópiu šablóny',
 8449+ 'centralnotice-clone-name' => 'Názov:',
77758450 'centralnotice-preview-all-template-translations' => 'Náhľad všetkých dostupných verzií šablóny',
 8451+ 'centralnotice-insert' => 'Vložiť: $1',
 8452+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} odkaz',
 8453+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} odkaz',
 8454+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} odkaz',
 8455+ 'centralnotice-close-button' => 'Tlačidlo Zatvoriť',
 8456+ 'centralnotice-translate-button' => 'Pomôžte preložiť odkaz',
 8457+ 'centralnotice-donate-button' => 'Tlačidlo Podpora',
 8458+ 'centralnotice-expanded-banner' => 'Rozbalený oznam',
 8459+ 'centralnotice-collapsed-banner' => 'Zbalený oznam',
 8460+ 'centralnotice-banner-display' => 'Zobraziť:',
 8461+ 'centralnotice-banner-anonymous' => 'Anonymným používateľom',
 8462+ 'centralnotice-banner-logged-in' => 'Prihláseným používateľom',
 8463+ 'centralnotice-banner-type' => 'Typ oznamu:',
 8464+ 'centralnotice-banner-hidable' => 'Statický/skrývateľný',
 8465+ 'centralnotice-banner-collapsible' => 'Zbaliteľný',
 8466+ 'centralnotice-geotargeted' => 'Geograficky cielený',
 8467+ 'centralnotice-countries' => 'Krajiny',
 8468+ 'centralnotice-allocation' => 'Alokácia',
 8469+ 'centralnotice-view-allocation' => 'Zobraziť alokáciu oznamu',
 8470+ 'centralnotice-allocation-instructions' => 'Vyberte prostredie, pre ktoré chcete zobraziť alokáciu oznamu:',
 8471+ 'centralnotice-languages' => 'Jazyky',
 8472+ 'centralnotice-projects' => 'Projekty',
 8473+ 'centralnotice-country' => 'Krajina',
 8474+ 'centralnotice-no-allocation' => 'Nie sú alokované žiadne oznamy.',
 8475+ 'centralnotice-allocation-description' => 'Alokácia oznamu $1.$2 v $3:',
 8476+ 'centralnotice-percentage' => 'Percent',
 8477+ 'centralnotice-documentwrite-error' => 'document.write() nie je možné použiť v rámci odkazu.
 8478+Ďalšie informácie nájdete na http://meta.wikimedia.org/wiki/Help:CentralNotice',
77768479 'centralnotice-preferred' => 'Uprednostňované',
77778480 );
77788481
@@ -8180,13 +8883,16 @@
81818884
81828885 /** Swedish (Svenska)
81838886 * @author Boivie
 8887+ * @author Cohan
 8888+ * @author Fluff
81848889 * @author Lejonel
81858890 * @author M.M.S.
81868891 * @author Najami
81878892 */
81888893 $messages['sv'] = array(
81898894 'centralnotice' => 'Centralmeddelande-administration',
8190 - 'noticetemplate' => 'Centralmeddelande-mall',
 8895+ 'noticetemplate' => 'Administration för Centralmeddelandemall',
 8896+ 'bannerallocation' => 'Administraton av centralmeddelande',
81918897 'right-centralnotice-admin' => 'Hantera centralmeddelanden',
81928898 'action-centralnotice-admin' => 'hantera centralmeddelanden',
81938899 'centralnotice-desc' => 'Lägger till en central sitenotice',
@@ -8197,31 +8903,44 @@
81988904 'centralnotice-end-date' => 'Slutdatum',
81998905 'centralnotice-enabled' => 'Aktiverad',
82008906 'centralnotice-modify' => 'Verkställ',
 8907+ 'centralnotice-save-banner' => 'Spara banner',
82018908 'centralnotice-preview' => 'Förhandsgranska',
82028909 'centralnotice-add-new' => 'Lägg till ett nytt centralmeddelande',
82038910 'centralnotice-remove' => 'Ta bort',
82048911 'centralnotice-translate-heading' => 'Översättning för $1',
82058912 'centralnotice-manage' => 'Hantera centralmeddelande',
 8913+ 'centralnotice-manage-templates' => 'Hantera banners',
82068914 'centralnotice-add' => 'Lägg till',
82078915 'centralnotice-add-notice' => 'Lägg till ett meddelande',
 8916+ 'centralnotice-edit-notice' => 'Redigera kampanj',
82088917 'centralnotice-add-template' => 'Lägg till en mall',
82098918 'centralnotice-show-notices' => 'Visa meddelanden',
82108919 'centralnotice-list-templates' => 'Lista mallar',
 8920+ 'centralnotice-multiple' => 'flera ($1)',
 8921+ 'centralnotice-all-projects' => 'Alla projekt',
82118922 'centralnotice-translations' => 'Översättningar',
82128923 'centralnotice-translate-to' => 'Översätt till',
82138924 'centralnotice-translate' => 'Översätt',
82148925 'centralnotice-english' => 'Engelska',
8215 - 'centralnotice-banner-name' => 'Mallnamn',
 8926+ 'centralnotice-banner-name' => 'Bannernamn:',
 8927+ 'centralnotice-banner' => 'Banner',
 8928+ 'centralnotice-banner-heading' => 'Banner: $1',
82168929 'centralnotice-templates' => 'Mallar',
82178930 'centralnotice-weight' => 'Tyngd',
82188931 'centralnotice-locked' => 'Låst',
 8932+ 'centralnotice-notice' => 'Kampanj',
 8933+ 'centralnotice-notice-heading' => 'Kampanj: $1',
82198934 'centralnotice-notices' => 'Meddelanden',
82208935 'centralnotice-notice-exists' => 'Meddelande existerar redan.
82218936 Lägger inte till',
 8937+ 'centralnotice-no-language' => 'Inget språk valdes för kampanjen. Centralmeddelandet lades inte till.',
 8938+ 'centralnotice-no-project' => 'Inget projekt valdes för kampanjen. Lägger inte till.',
82228939 'centralnotice-template-exists' => 'Mall existerar redan.
82238940 Lägger inte till',
8224 - 'centralnotice-notice-doesnt-exist' => 'Meddelande existerar inte.
8225 -Inget att ta bort',
 8941+ 'centralnotice-notice-doesnt-exist' => 'Kampanjen finns inte.',
 8942+ 'centralnotice-remove-notice-doesnt-exist' => 'Kampanjen finns inte.
 8943+Inget att ta bort.',
 8944+ 'centralnotice-banner-doesnt-exist' => 'Bannern finns inte.',
82268945 'centralnotice-template-still-bound' => 'Mall är inte fortfarande kopplad till ett meddelande.
82278946 Tar inte bort.',
82288947 'centralnotice-template-body' => 'Mallinnehåll:',
@@ -8231,9 +8950,12 @@
82328951 'centralnotice-hours' => 'Timma',
82338952 'centralnotice-min' => 'Minut',
82348953 'centralnotice-project-lang' => 'Projektspråk',
 8954+ 'centralnotice-select' => 'Välj: $1',
 8955+ 'centralnotice-top-ten-languages' => 'Topp 10 språk',
82358956 'centralnotice-project-name' => 'Projektnamn',
82368957 'centralnotice-start-date' => 'Startdatum',
82378958 'centralnotice-start-time' => 'Starttid (UTC)',
 8959+ 'centralnotice-end-time' => 'Sluttid (UTC)',
82388960 'centralnotice-assigned-templates' => 'Använda mallar',
82398961 'centralnotice-no-templates' => 'Inga mallar hittade.
82408962 Lägg till några!',
@@ -8259,13 +8981,43 @@
82608982 Lägg till ett nedan',
82618983 'centralnotice-no-templates-translate' => 'Det finns inga mallar att redigera översättningar för',
82628984 'centralnotice-number-uses' => 'Användningar',
 8985+ 'centralnotice-settings' => 'Inställningar',
82638986 'centralnotice-edit-template' => 'Redigera mall',
82648987 'centralnotice-edit-template-summary' => 'För att skapa ett meddelande som kan lokalanpassas, inkludera en bindestrecks-sträng inom tre klammerparenteser, t.ex. {{{jimbo-quote}}}.',
82658988 'centralnotice-message' => 'Budskap',
82668989 'centralnotice-message-not-set' => 'Budskap inte satt',
82678990 'centralnotice-clone' => 'Klon',
82688991 'centralnotice-clone-notice' => 'Skapa en kopia av mallen',
 8992+ 'centralnotice-clone-name' => 'Namn:',
82698993 'centralnotice-preview-all-template-translations' => 'Förhandsgranska alla tillgängliga översättningar av mallen',
 8994+ 'centralnotice-insert' => 'Infoga: $1',
 8995+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} länk',
 8996+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}-länk',
 8997+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-länk',
 8998+ 'centralnotice-close-button' => 'Stäng-knapp',
 8999+ 'centralnotice-translate-button' => 'Hjälp till att översätta-länk',
 9000+ 'centralnotice-donate-button' => 'Donera-knapp',
 9001+ 'centralnotice-expanded-banner' => 'Utökad banner',
 9002+ 'centralnotice-collapsed-banner' => 'Komprimerad banner',
 9003+ 'centralnotice-banner-display' => 'Visas för:',
 9004+ 'centralnotice-banner-anonymous' => 'Anonyma användare',
 9005+ 'centralnotice-banner-logged-in' => 'Inloggade användare',
 9006+ 'centralnotice-banner-type' => 'Bannertyp:',
 9007+ 'centralnotice-banner-hidable' => 'Statisk/gömbar',
 9008+ 'centralnotice-banner-collapsible' => 'Hopfällbar',
 9009+ 'centralnotice-geotargeted' => 'Geografiskt fokuserat',
 9010+ 'centralnotice-countries' => 'Länder',
 9011+ 'centralnotice-allocation' => 'Tilldelning',
 9012+ 'centralnotice-view-allocation' => 'Visa bannertilldelning',
 9013+ 'centralnotice-allocation-instructions' => 'Välj den miljö du vill se banertilldelning för:',
 9014+ 'centralnotice-languages' => 'Språk',
 9015+ 'centralnotice-projects' => 'Projekt',
 9016+ 'centralnotice-country' => 'Land',
 9017+ 'centralnotice-no-allocation' => 'Inga banners tilldelade.',
 9018+ 'centralnotice-allocation-description' => 'Bannertilldelning för $1.$2 i $3:',
 9019+ 'centralnotice-percentage' => 'Procent',
 9020+ 'centralnotice-documentwrite-error' => 'document.write() kan inte användas inom en banner.
 9021+Se http://meta.wikimedia.org/wiki/Help:CentralNotice för mer information.',
82709022 'centralnotice-preferred' => 'Föredragen',
82719023 );
82729024
@@ -8296,6 +9048,7 @@
82979049 'centralnotice-preview' => 'முன்தோற்றம்',
82989050 'centralnotice-remove' => 'நீக்கு',
82999051 'centralnotice-add' => 'சேர்க்கவும்',
 9052+ 'centralnotice-multiple' => 'ஒன்றுக்கு மேற்பட்ட ($1)',
83009053 'centralnotice-translations' => 'மொழிபெயர்ப்புக்கள்',
83019054 'centralnotice-translate-to' => 'மொழிபெயர்ப்பு செய்யவும்',
83029055 'centralnotice-translate' => 'மொழிபெயர்ப்பு செய்யவும்',
@@ -8319,6 +9072,10 @@
83209073 'centralnotice-number-uses' => 'பயன்பாடுகள்',
83219074 'centralnotice-message' => 'செய்தி',
83229075 'centralnotice-clone-name' => 'பெயர்:',
 9076+ 'centralnotice-insert' => 'உள்ளீடு செய்யவும்: $1',
 9077+ 'centralnotice-banner-anonymous' => 'அடையாளம் காட்டாத பயனர்கள்',
 9078+ 'centralnotice-banner-logged-in' => 'புகுபதிகை செய்த பயனர்கள்',
 9079+ 'centralnotice-banner-hidable' => 'நிலையானது/மறைக்கக்கூடியது',
83239080 'centralnotice-countries' => 'நாடுகள்',
83249081 'centralnotice-country' => 'நாடு',
83259082 'centralnotice-percentage' => 'சதவிகிதம்/விழுக்காடு',
@@ -8342,22 +9099,32 @@
83439100 'centralnotice-add-new' => 'కొత్త కేంద్రీయ గమనికని చేర్చు',
83449101 'centralnotice-remove' => 'తొలగించు',
83459102 'centralnotice-translate-heading' => '$1కి అనువాదం',
 9103+ 'centralnotice-manage' => 'ప్రచారోద్యమాల నిర్వహణ',
83469104 'centralnotice-add' => 'చేర్చు',
 9105+ 'centralnotice-add-notice' => 'ఒక ప్రచారోద్యమాన్ని చేర్చండి',
 9106+ 'centralnotice-edit-notice' => 'ప్రచారోద్యమాన్ని మార్చండి',
83479107 'centralnotice-add-template' => 'ఒక మూసని చేర్చు',
 9108+ 'centralnotice-show-notices' => 'ప్రచారోద్యమాలని చూపించు',
83489109 'centralnotice-list-templates' => 'మూసలను చూపించు',
 9110+ 'centralnotice-multiple' => 'బహుళం ($1)',
83499111 'centralnotice-translations' => 'అనువాదాలు',
83509112 'centralnotice-translate' => 'అనువదించండి',
83519113 'centralnotice-english' => 'ఇంగ్లీష్',
83529114 'centralnotice-banner-name' => 'మూస పేరు',
83539115 'centralnotice-templates' => 'మూసలు',
83549116 'centralnotice-weight' => 'భారం',
 9117+ 'centralnotice-locked' => 'తాళం వేసారు',
 9118+ 'centralnotice-notice' => 'ప్రచారోద్యమం',
 9119+ 'centralnotice-notice-heading' => 'ప్రచారోద్యమం: $1',
83559120 'centralnotice-notices' => 'గమనికలు',
83569121 'centralnotice-notice-exists' => 'గమనిక ఇప్పటికే ఉంది.
83579122 చేర్చట్లేదు',
 9123+ 'centralnotice-no-language' => 'ప్రచారోద్యమానికి ఏ భాషనీ ఎంచుకోలేదు. కనుక చేర్చట్లేదు.',
83589124 'centralnotice-template-exists' => 'మూస ఇప్పటికే ఉంది.
83599125 చేర్చట్లేదు',
8360 - 'centralnotice-notice-doesnt-exist' => 'గమనిక లేనే లేదు.
8361 -ఏమీ తొలగించలేదు',
 9126+ 'centralnotice-notice-doesnt-exist' => 'ప్రచారోద్యమం లేనే లేదు.',
 9127+ 'centralnotice-remove-notice-doesnt-exist' => 'ప్రచారోద్యమం లేనే లేదు.
 9128+తొలగించాల్సింది ఏమీలేదు.',
83629129 'centralnotice-template-body' => 'మూస వివరణ:',
83639130 'centralnotice-day' => 'రోజు',
83649131 'centralnotice-year' => 'సంవత్సరం',
@@ -8365,27 +9132,44 @@
83669133 'centralnotice-hours' => 'గంట',
83679134 'centralnotice-min' => 'నిమిషం',
83689135 'centralnotice-project-lang' => 'ప్రాజెక్టు భాష',
 9136+ 'centralnotice-select' => 'ఎంచుకోండి: $1',
83699137 'centralnotice-top-ten-languages' => 'పై 10 భాషలు',
83709138 'centralnotice-project-name' => 'ప్రాజెక్టు పేరు',
83719139 'centralnotice-start-date' => 'ప్రారంభ తేదీ',
83729140 'centralnotice-start-time' => 'ప్రారంభ సమయం (UTC)',
 9141+ 'centralnotice-end-time' => 'ముగింపు సమయం (UTC)',
83739142 'centralnotice-no-templates' => 'మూసలు ఏమీ లేవు.
83749143 కొన్నింటిని చేర్చండి!',
83759144 'centralnotice-available-templates' => 'అందుబాటులో ఉన్న మూసలు',
83769145 'centralnotice-preview-template' => 'మూస మునుజూపు',
83779146 'centralnotice-change-lang' => 'అనువాదపు భాషని మార్చండి',
83789147 'centralnotice-weights' => 'భారాలు',
 9148+ 'centralnotice-notice-is-locked' => 'ప్రచారోద్యమానికి తాళంవేసారు.
 9149+తొలగించడం లేదు.',
 9150+ 'centralnotice-invalid-date-range' => 'చెల్లని తేదీ అవధి.
 9151+తాజాకరించుటలేదు.',
 9152+ 'centralnotice-confirm-delete' => 'ఈ అంశాన్ని మీరు నిజంగానే తొలగించాలనుకుంటున్నారా?
 9153+ఈ చర్యని వెనక్కితీసుకోలేరు.',
83799154 'centralnotice-no-notices-exist' => 'గమనికలు ఏమీ లేవు.
83809155 క్రింద చేర్చండి.',
83819156 'centralnotice-number-uses' => 'వాడుకరులు',
83829157 'centralnotice-settings' => 'అమరికలు',
83839158 'centralnotice-edit-template' => 'మూసని మార్చు',
 9159+ 'centralnotice-edit-template-summary' => 'అనువదించదగ్గ సందేశాన్ని సృష్టించడానికి, హైఫన్లతో కూడిన పదబంధాన్ని మూడు మీసాల బ్రాకెట్ల మధ్యలో ఉంచండి, ఉ.దా. {{{jimbo-quote}}}.',
83849160 'centralnotice-message' => 'సందేశం',
83859161 'centralnotice-clone-name' => 'పేరు:',
 9162+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} లంకె',
 9163+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} లంకె',
 9164+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} లంకె',
 9165+ 'centralnotice-close-button' => 'మూసివేయి బొత్తం',
 9166+ 'centralnotice-translate-button' => 'అనువాదానికి తోడ్పడండి లంకె',
 9167+ 'centralnotice-donate-button' => 'విరాళమివ్వండి బొత్తం',
83869168 'centralnotice-banner-display' => 'ఎవరికి చూపించాలి:',
83879169 'centralnotice-banner-anonymous' => 'అజ్ఞాత వాడుకరులు',
83889170 'centralnotice-banner-logged-in' => 'ప్రవేశించిన వాడుకరులు',
 9171+ 'centralnotice-banner-hidable' => 'స్థిరం/దాచదగ్గది',
83899172 'centralnotice-countries' => 'దేశాలు',
 9173+ 'centralnotice-allocation' => 'కేటాయింపు',
83909174 'centralnotice-country' => 'దేశం',
83919175 'centralnotice-percentage' => 'శాతం',
83929176 );
@@ -8682,7 +9466,8 @@
86839467 */
86849468 $messages['tk'] = array(
86859469 'centralnotice' => 'Merkezi uwedomleniýe admini',
8686 - 'noticetemplate' => 'Merkezi uwedomleniýe şablony',
 9470+ 'noticetemplate' => 'Merkezi uwedomleniýe admini',
 9471+ 'bannerallocation' => 'Merkezi uwedomleniýe admini',
86879472 'right-centralnotice-admin' => 'Merkezi uwedomleniýeleri dolandyr',
86889473 'action-centralnotice-admin' => 'merkezi uwedomleniýeleri dolandyr',
86899474 'centralnotice-desc' => 'Merkezi uwedomleniýe goşýar',
@@ -8693,31 +9478,42 @@
86949479 'centralnotice-end-date' => 'Gutaryş senesi',
86959480 'centralnotice-enabled' => 'Açyk',
86969481 'centralnotice-modify' => 'Tabşyr',
 9482+ 'centralnotice-save-banner' => 'Banneri ýazdyr',
86979483 'centralnotice-preview' => 'Deslapky syn',
86989484 'centralnotice-add-new' => 'Täze merkezi uwedomleniýe goş',
86999485 'centralnotice-remove' => 'Aýyr',
87009486 'centralnotice-translate-heading' => '$1 üçin terjime',
87019487 'centralnotice-manage' => 'Merkezi uwedomleniýäni dolandyr',
 9488+ 'centralnotice-manage-templates' => 'Bannerleri dolandyr',
87029489 'centralnotice-add' => 'Goş',
87039490 'centralnotice-add-notice' => 'Uwedomleniýe goş',
 9491+ 'centralnotice-edit-notice' => 'Kampaniýany redaktirle',
87049492 'centralnotice-add-template' => 'Şablon goş',
87059493 'centralnotice-show-notices' => 'Uwedomleniýeleri görkez',
87069494 'centralnotice-list-templates' => 'Şablonlaryň sanawyny görkez',
 9495+ 'centralnotice-multiple' => 'köpsanly ($1)',
87079496 'centralnotice-translations' => 'Terjimeler',
87089497 'centralnotice-translate-to' => 'Şu dile terjime et:',
87099498 'centralnotice-translate' => 'Terjime et',
87109499 'centralnotice-english' => 'iňlisçe',
8711 - 'centralnotice-banner-name' => 'Şablon ady',
 9500+ 'centralnotice-banner-name' => 'Banner ady:',
 9501+ 'centralnotice-banner' => 'Banner',
 9502+ 'centralnotice-banner-heading' => 'Banner: $1',
87129503 'centralnotice-templates' => 'Şablonlar',
87139504 'centralnotice-weight' => 'Agram',
87149505 'centralnotice-locked' => 'Gulply',
 9506+ 'centralnotice-notice' => 'Kampaniýa',
 9507+ 'centralnotice-notice-heading' => 'Kampaniýa: $1',
87159508 'centralnotice-notices' => 'Uwedomleniýeler',
87169509 'centralnotice-notice-exists' => 'Uwedomleniýe eýýäm bar.
87179510 Goşulmaýar',
 9511+ 'centralnotice-no-language' => 'Kampaniýa üçin dil saýlanylmandyr. Goşulmaýar.',
87189512 'centralnotice-template-exists' => 'Şablon eýýäm bar.
87199513 Goşulmaýar',
8720 - 'centralnotice-notice-doesnt-exist' => 'Uwedomleniýe ýok.
 9514+ 'centralnotice-notice-doesnt-exist' => 'Kampaniýa ýok.',
 9515+ 'centralnotice-remove-notice-doesnt-exist' => 'Kampaniýa ýok.
87219516 Aýyrmaga zat ýok',
 9517+ 'centralnotice-banner-doesnt-exist' => 'Banner ýok.',
87229518 'centralnotice-template-still-bound' => 'Şablon henizem bir uwedomleniýä bagly.
87239519 Aýrylmaýar.',
87249520 'centralnotice-template-body' => 'Şablon göwresi:',
@@ -8727,9 +9523,12 @@
87289524 'centralnotice-hours' => 'Sagat',
87299525 'centralnotice-min' => 'Minut',
87309526 'centralnotice-project-lang' => 'Taslama dili',
 9527+ 'centralnotice-select' => 'Saýla: $1',
 9528+ 'centralnotice-top-ten-languages' => 'Birinji 10 dil',
87319529 'centralnotice-project-name' => 'Taslama ady',
87329530 'centralnotice-start-date' => 'Başlangyç senesi',
87339531 'centralnotice-start-time' => 'Başlangyç wagty (UTC)',
 9532+ 'centralnotice-end-time' => 'Gutarýan wagty (UTC)',
87349533 'centralnotice-assigned-templates' => 'Bellenilen şablonlar',
87359534 'centralnotice-no-templates' => 'Hiç hili şablon tapylmady.
87369535 Biraz goşuň!',
@@ -8754,12 +9553,37 @@
87559554 Aşak birini goşuň.',
87569555 'centralnotice-no-templates-translate' => 'Terjimeleri redaktirlemek üçin hiç hili şablon ýok.',
87579556 'centralnotice-number-uses' => 'Ulanyşlar',
 9557+ 'centralnotice-settings' => 'Sazlamalar',
87589558 'centralnotice-edit-template' => 'Şablony redaktirle',
 9559+ 'centralnotice-edit-template-summary' => 'Ýerlileşdirip bolýan bir habar döretmek üçin, defisli bir teksti üç figuraly ýaýyň içine ýazyň, meselem: {{{jimbo-quote}}}',
87599560 'centralnotice-message' => 'Habarlaşyk',
87609561 'centralnotice-message-not-set' => 'Habarlaşyk bellenilmändir',
87619562 'centralnotice-clone' => 'Klonirle',
87629563 'centralnotice-clone-notice' => 'Şablonyň nusgasyny döret',
 9564+ 'centralnotice-clone-name' => 'At:',
87639565 'centralnotice-preview-all-template-translations' => 'Şablonyň bar bolan ähli terjimelerini deslapky synla',
 9566+ 'centralnotice-insert' => 'Sal: $1',
 9567+ 'centralnotice-hide-button' => 'çykgydy {{int:centralnotice-shared-hide}}',
 9568+ 'centralnotice-collapse-button' => 'çykgydy {{int:centralnotice-shared-collapse}}',
 9569+ 'centralnotice-expand-button' => 'çykgydy {{int:centralnotice-shared-expand}}',
 9570+ 'centralnotice-close-button' => 'Ýap düwmesi',
 9571+ 'centralnotice-translate-button' => 'Terjimä kömek et çykgydy',
 9572+ 'centralnotice-donate-button' => 'Bagyş et düwmesi',
 9573+ 'centralnotice-expanded-banner' => 'Giňeldilen banner',
 9574+ 'centralnotice-collapsed-banner' => 'Düýrlenen banner',
 9575+ 'centralnotice-banner-display' => 'Şunda görkez:',
 9576+ 'centralnotice-banner-anonymous' => 'Anonim ulanyjylar',
 9577+ 'centralnotice-banner-logged-in' => 'Sessiýa açan ulanyjylar',
 9578+ 'centralnotice-banner-type' => 'Banner görnüşi:',
 9579+ 'centralnotice-banner-hidable' => 'Statik/Gizlenilýän',
 9580+ 'centralnotice-banner-collapsible' => 'Düýrlenýän',
 9581+ 'centralnotice-geotargeted' => 'Geo-bellikli',
 9582+ 'centralnotice-countries' => 'Ýurtlar',
 9583+ 'centralnotice-allocation' => 'Ýerleşiş',
 9584+ 'centralnotice-view-allocation' => 'Bannerleriň ýerleşişini görkez',
 9585+ 'centralnotice-country' => 'Ýurt',
 9586+ 'centralnotice-no-allocation' => 'Hiç hili banner ýerleşdirilmändir.',
 9587+ 'centralnotice-percentage' => 'Göterim',
87649588 'centralnotice-preferred' => 'Ileri tutulýan',
87659589 );
87669590
@@ -8894,6 +9718,16 @@
88959719 'centralnotice-preferred' => 'Mas ninanais',
88969720 );
88979721
 9722+/** Tok Pisin (Tok Pisin)
 9723+ * @author Iketsi
 9724+ */
 9725+$messages['tpi'] = array(
 9726+ 'centralnotice-translations' => 'Ol tantok',
 9727+ 'centralnotice-translate-to' => 'Tantok long',
 9728+ 'centralnotice-translate' => 'Tantok',
 9729+ 'centralnotice-day' => 'De',
 9730+);
 9731+
88989732 /** Turkish (Türkçe)
88999733 * @author Joseph
89009734 * @author Karduelis
@@ -8901,7 +9735,8 @@
89029736 */
89039737 $messages['tr'] = array(
89049738 'centralnotice' => 'Merkezi uyarı yöneticisi',
8905 - 'noticetemplate' => 'Merkezi uyarı şablonu',
 9739+ 'noticetemplate' => 'Merkezi uyarı yöneticisi',
 9740+ 'bannerallocation' => 'Merkezi uyarı yöneticisi',
89069741 'right-centralnotice-admin' => 'Merkezi uyarıları yönet',
89079742 'action-centralnotice-admin' => 'merkezi uyarıları yönet',
89089743 'centralnotice-desc' => 'Merkezi site uyarısı ekler',
@@ -8912,31 +9747,44 @@
89139748 'centralnotice-end-date' => 'Bitiş tarihi',
89149749 'centralnotice-enabled' => 'Etkinleştirilmiş',
89159750 'centralnotice-modify' => 'Gönder',
 9751+ 'centralnotice-save-banner' => 'Afişi kaydet',
89169752 'centralnotice-preview' => 'Ön izleme',
89179753 'centralnotice-add-new' => 'Yeni bir merkezi uyarı ekle',
89189754 'centralnotice-remove' => 'Çıkar',
89199755 'centralnotice-translate-heading' => '$1 için çeviri',
89209756 'centralnotice-manage' => 'Merkezi uyarıyı yönet',
 9757+ 'centralnotice-manage-templates' => 'Afişleri yönet',
89219758 'centralnotice-add' => 'Ekle',
89229759 'centralnotice-add-notice' => 'Bir uyarı ekle',
 9760+ 'centralnotice-edit-notice' => 'Kampanyayı düzenle',
89239761 'centralnotice-add-template' => 'Bir şablon ekle',
89249762 'centralnotice-show-notices' => 'Uyarıları göster',
89259763 'centralnotice-list-templates' => 'Şablonları listele',
 9764+ 'centralnotice-multiple' => 'Çoklu ($1)',
 9765+ 'centralnotice-all-projects' => 'Tüm projeler',
89269766 'centralnotice-translations' => 'Çeviriler',
89279767 'centralnotice-translate-to' => 'Şu dile çevir',
89289768 'centralnotice-translate' => 'Çevir',
89299769 'centralnotice-english' => 'İngilizce',
8930 - 'centralnotice-banner-name' => 'Şablon adı',
 9770+ 'centralnotice-banner-name' => 'Afiş adı:',
 9771+ 'centralnotice-banner' => 'Afiş',
 9772+ 'centralnotice-banner-heading' => 'Afiş: $1',
89319773 'centralnotice-templates' => 'Şablonlar',
89329774 'centralnotice-weight' => 'Önem',
89339775 'centralnotice-locked' => 'Kilitli',
 9776+ 'centralnotice-notice' => 'Kampanya',
 9777+ 'centralnotice-notice-heading' => 'Kampanya: $1',
89349778 'centralnotice-notices' => 'Uyarılar',
89359779 'centralnotice-notice-exists' => 'Uyarı zaten var.
89369780 Eklenmiyor',
 9781+ 'centralnotice-no-language' => 'Kampanya için hiç bir dil seçilmedi. Eklenmiyor.',
 9782+ 'centralnotice-no-project' => 'Kampanya için hiç bir proje seçilmedi. Eklenmiyor.',
89379783 'centralnotice-template-exists' => 'Şablon zaten var.
89389784 Eklenmiyor',
8939 - 'centralnotice-notice-doesnt-exist' => 'Uyarı mevcut değil.
8940 -Çıkaracak birşey yok',
 9785+ 'centralnotice-notice-doesnt-exist' => 'Kampanya mevcut değil.',
 9786+ 'centralnotice-remove-notice-doesnt-exist' => 'Kampanya mevcut değil.
 9787+Çıkarılacak bir şey yok.',
 9788+ 'centralnotice-banner-doesnt-exist' => 'Afiş mevcut değil.',
89419789 'centralnotice-template-still-bound' => 'Şablon hala bir uyarıya bağlı.
89429790 Kaldırılmıyor.',
89439791 'centralnotice-template-body' => 'Şablon gövdesi:',
@@ -8946,9 +9794,12 @@
89479795 'centralnotice-hours' => 'Saat',
89489796 'centralnotice-min' => 'Dakika',
89499797 'centralnotice-project-lang' => 'Proje dili',
 9798+ 'centralnotice-select' => 'Seç: $1',
 9799+ 'centralnotice-top-ten-languages' => 'Top 10 dil',
89509800 'centralnotice-project-name' => 'Proje adı',
89519801 'centralnotice-start-date' => 'Başlangıç tarihi',
89529802 'centralnotice-start-time' => 'Başlangıç zamanı (UTC)',
 9803+ 'centralnotice-end-time' => 'Bitiş zamanı (UTC)',
89539804 'centralnotice-assigned-templates' => 'Atanmış şablonlar',
89549805 'centralnotice-no-templates' => 'Hiç şablon bulunamadı.
89559806 Birkaç tane ekleyin!',
@@ -8974,6 +9825,7 @@
89759826 Aşağıya bir tane ekleyin',
89769827 'centralnotice-no-templates-translate' => 'Çevirileri değiştirmek için hiç şablon yok',
89779828 'centralnotice-number-uses' => 'Kullanımlar',
 9829+ 'centralnotice-settings' => 'Ayarlar',
89789830 'centralnotice-edit-template' => 'Şablonu değiştir',
89799831 'centralnotice-edit-template-summary' => 'Yerelleştirilebilir bir mesaj oluşturmak için, tireli bir metni üç köşeli parantez arasına yazın, örnek {{{jimbo-quote}}}',
89809832 'centralnotice-message' => 'Mesaj',
@@ -8982,6 +9834,34 @@
89839835 'centralnotice-clone-notice' => 'Şablonun kopyasını oluştur',
89849836 'centralnotice-clone-name' => 'Adı:',
89859837 'centralnotice-preview-all-template-translations' => 'Şablonun bütün uygun çevirilerini önizle',
 9838+ 'centralnotice-insert' => 'Ekle: $1',
 9839+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} bağlantısı',
 9840+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} bağlantısı',
 9841+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} bağlantısı',
 9842+ 'centralnotice-close-button' => 'Kapatma düğmesi',
 9843+ 'centralnotice-translate-button' => 'Çevirmeye yardım edin bağlantısı',
 9844+ 'centralnotice-donate-button' => 'Bağış düğmesi',
 9845+ 'centralnotice-expanded-banner' => 'Genişletilmiş afiş',
 9846+ 'centralnotice-collapsed-banner' => 'Daraltılmış afiş',
 9847+ 'centralnotice-banner-display' => 'Görüntüle:',
 9848+ 'centralnotice-banner-anonymous' => 'Anonim kullanıcılar',
 9849+ 'centralnotice-banner-logged-in' => 'Giriş yapmış kullanıcılar',
 9850+ 'centralnotice-banner-type' => 'Afiş türü:',
 9851+ 'centralnotice-banner-hidable' => 'Statik/Gizlenebilir',
 9852+ 'centralnotice-banner-collapsible' => 'Daralabilir',
 9853+ 'centralnotice-geotargeted' => 'Geo-hedefli',
 9854+ 'centralnotice-countries' => 'Ülkeler',
 9855+ 'centralnotice-allocation' => 'Tahsis',
 9856+ 'centralnotice-view-allocation' => 'Afiş tahsisini gör',
 9857+ 'centralnotice-allocation-instructions' => 'Afiş tahsisini görmek istediğiniz çevreyi seçin:',
 9858+ 'centralnotice-languages' => 'Diller',
 9859+ 'centralnotice-projects' => 'Projeler',
 9860+ 'centralnotice-country' => 'Ülke',
 9861+ 'centralnotice-no-allocation' => 'Hiçbir afiş tahsis edilmemiş.',
 9862+ 'centralnotice-allocation-description' => '$1 için afiş tahsisi. $2 $3 de:',
 9863+ 'centralnotice-percentage' => 'Yüzde',
 9864+ 'centralnotice-documentwrite-error' => 'document.write() afiş içinde kullanılamaz.
 9865+Daha fazla bilgi için http://meta.wikimedia.org/wiki/Help:CentralNotice adresine bakın.',
89869866 'centralnotice-preferred' => 'Tercih edilen',
89879867 );
89889868
@@ -8990,7 +9870,8 @@
89919871 */
89929872 $messages['tt-cyrl'] = array(
89939873 'centralnotice' => 'Хәбәрләр белән идарә итү үзәге',
8994 - 'noticetemplate' => 'Үзәк хәбәрләр үрнәге',
 9874+ 'noticetemplate' => 'Хәбәрләр белән идарә итү үзәге',
 9875+ 'bannerallocation' => 'Хәбәрләр белән идарә итү үзәге',
89959876 'right-centralnotice-admin' => 'Үзәкләштерелгән идарә иту системасы',
89969877 'action-centralnotice-admin' => 'үзәкләштерелгән идарә иту системасы',
89979878 'centralnotice-desc' => 'Сәхифәнең гомуми хатларын йөкли',
@@ -9000,30 +9881,41 @@
90019882 'centralnotice-end-date' => 'Бетү вакыты',
90029883 'centralnotice-enabled' => 'Ачылган',
90039884 'centralnotice-modify' => 'Җибәрү',
 9885+ 'centralnotice-save-banner' => 'Өлгене саклау',
90049886 'centralnotice-preview' => 'Алдан карау',
90059887 'centralnotice-add-new' => 'Яңа хәбәр өстәү',
90069888 'centralnotice-remove' => 'Бетерү',
90079889 'centralnotice-translate-heading' => '$1 өчен тәрҗемә',
90089890 'centralnotice-manage' => 'Хәбәрләр белән идарә итү',
 9891+ 'centralnotice-manage-templates' => 'Өлгеләр белән идарә итү',
90099892 'centralnotice-add' => 'Өстәргә',
90109893 'centralnotice-add-notice' => 'Яңа хәбәр өстәү',
90119894 'centralnotice-edit-notice' => 'Хәбәрне үзгәртү',
90129895 'centralnotice-add-template' => 'Үрнәк өстәү',
90139896 'centralnotice-show-notices' => 'Хәбәрне ачарга',
90149897 'centralnotice-list-templates' => 'Үрнәкләр исемлеге',
 9898+ 'centralnotice-multiple' => 'берничә ($1)',
 9899+ 'centralnotice-all-projects' => 'Барлык проектлар',
90159900 'centralnotice-translations' => 'Тәрҗемәләр',
90169901 'centralnotice-translate-to' => 'Тәрҗемә',
90179902 'centralnotice-translate' => 'Тәрҗемә',
90189903 'centralnotice-english' => 'инглиз',
90199904 'centralnotice-banner-name' => 'Үрнәкнең исеме:',
 9905+ 'centralnotice-banner' => 'Өлге',
 9906+ 'centralnotice-banner-heading' => 'Өлге: $1',
90209907 'centralnotice-templates' => 'Үрнәкләр',
90219908 'centralnotice-weight' => 'Киңлек',
90229909 'centralnotice-locked' => 'Чикләнгән',
 9910+ 'centralnotice-notice' => 'Кампания',
 9911+ 'centralnotice-notice-heading' => 'Кампания: $1',
90239912 'centralnotice-notices' => 'хәбәрләр',
90249913 'centralnotice-notice-exists' => 'Мондый хәбәр бар инде',
 9914+ 'centralnotice-no-language' => 'Әлеге кампания өчен тел сайланмаган. Кертелмәгән.',
 9915+ 'centralnotice-no-project' => 'Кампанияне үткәрү өчен бер генә проект та сайланмаган. Кертелмәгән.',
90259916 'centralnotice-template-exists' => 'Мондый үрнәк бар инде',
90269917 'centralnotice-notice-doesnt-exist' => 'Мондый хәбәр юк',
90279918 'centralnotice-remove-notice-doesnt-exist' => 'Мондый хәбәрне юкка чыгару мөмкин түгел, чөнки ул юк',
 9919+ 'centralnotice-banner-doesnt-exist' => 'Өлге юк.',
90289920 'centralnotice-template-still-bound' => 'Үрнәк һаман хәбәргә бәйләнгән, юкка чыгарырга мөмкин түгел.',
90299921 'centralnotice-template-body' => 'Үрнәкнең эчтәлеге:',
90309922 'centralnotice-day' => 'Көн',
@@ -9032,9 +9924,12 @@
90339925 'centralnotice-hours' => 'Сәгать',
90349926 'centralnotice-min' => 'Минут',
90359927 'centralnotice-project-lang' => 'Проектның теле',
 9928+ 'centralnotice-select' => 'Сайланма: $1',
 9929+ 'centralnotice-top-ten-languages' => '10 тел',
90369930 'centralnotice-project-name' => 'Проектның исеме',
90379931 'centralnotice-start-date' => 'Башлау вакыты',
90389932 'centralnotice-start-time' => 'Башлау сәгате (UTC)',
 9933+ 'centralnotice-end-time' => 'Бетү вакыты (UTC)',
90399934 'centralnotice-assigned-templates' => 'Куелган үрнәкләр',
90409935 'centralnotice-no-templates' => 'Үрнәкләр табылмады',
90419936 'centralnotice-no-templates-assigned' => 'Үрнәккә бәйләнгән хәбәрләр юк',
@@ -9051,6 +9946,7 @@
90529947 'centralnotice-no-notices-exist' => 'Хәбәрләр юк',
90539948 'centralnotice-no-templates-translate' => 'Тәрҗемәне карау өчен үрнәк юк',
90549949 'centralnotice-number-uses' => 'Кулланыла',
 9950+ 'centralnotice-settings' => 'Көйләнмәләр',
90559951 'centralnotice-edit-template' => 'Үрнәкне үзгәртергә',
90569952 'centralnotice-edit-template-summary' => 'Локалләштерелгән хат язу өчен, сез җөмләне өчле фигуралы җәяләргә алырга тиешсез. Мәсәлән {{{өземтә-Сәлам}}}.',
90579953 'centralnotice-message' => 'Хат',
@@ -9060,9 +9956,33 @@
90619957 'centralnotice-clone-name' => 'Исеме:',
90629958 'centralnotice-preview-all-template-translations' => 'Үрнәкнең мөмкин булган тәрҗемәләрен карарга',
90639959 'centralnotice-insert' => 'Өстәү: $1',
9064 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} төймәсе',
9065 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} төймәсе',
9066 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} төймәсе',
 9960+ 'centralnotice-hide-button' => 'Сылтаманы яшерү',
 9961+ 'centralnotice-collapse-button' => 'Сылтаманы ябу',
 9962+ 'centralnotice-expand-button' => 'Сылтаманы ачу',
 9963+ 'centralnotice-close-button' => '«Ябу» төймәсе',
 9964+ 'centralnotice-translate-button' => 'Тәрҗемә итүдә ярдәм сылтамасы',
 9965+ 'centralnotice-donate-button' => 'Иганә төймәсе',
 9966+ 'centralnotice-expanded-banner' => 'Киңәйтелгән өлге',
 9967+ 'centralnotice-collapsed-banner' => 'Кушылган өлге',
 9968+ 'centralnotice-banner-display' => 'Күрсәтү:',
 9969+ 'centralnotice-banner-anonymous' => 'Аноним кулланучылар',
 9970+ 'centralnotice-banner-logged-in' => 'Кулланучылар:',
 9971+ 'centralnotice-banner-type' => 'Өлгенең төре:',
 9972+ 'centralnotice-banner-hidable' => 'Тикторышлы/ Ябылучан',
 9973+ 'centralnotice-banner-collapsible' => 'Ябылучан',
 9974+ 'centralnotice-geotargeted' => 'Геоялгану',
 9975+ 'centralnotice-countries' => 'Илләр',
 9976+ 'centralnotice-allocation' => 'Таралу',
 9977+ 'centralnotice-view-allocation' => 'Өлгеләрнең таралуын карау',
 9978+ 'centralnotice-allocation-instructions' => 'Өлгеләрнең кайда таралуын карау өчен, бирелгән тирәлекне сайлагыз:',
 9979+ 'centralnotice-languages' => 'Телләр',
 9980+ 'centralnotice-projects' => 'Проектлар',
 9981+ 'centralnotice-country' => 'Дәүләт',
 9982+ 'centralnotice-no-allocation' => 'Өлгеләр куелмаган',
 9983+ 'centralnotice-allocation-description' => ' $1.$2 өчен $3 өлкәсендә өлгеләрнең урнашуы:',
 9984+ 'centralnotice-percentage' => 'Процент',
 9985+ 'centralnotice-documentwrite-error' => 'document.write() өлгедә кулланырга ярамый.
 9986+Тулырак мәгълүмат: [http://meta.wikimedia.org/wiki/Help:CentralNotice http://meta.wikimedia.org/wiki/Help:CentralNotice].',
90679987 'centralnotice-preferred' => 'Катгый рәвештә',
90689988 );
90699989
@@ -9074,8 +9994,11 @@
90759995 );
90769996
90779997 /** Ukrainian (Українська)
 9998+ * @author AS
90789999 * @author Ahonc
907910000 * @author Aleksandrit
 10001+ * @author Alex Khimich
 10002+ * @author Arturyatsko
908010003 * @author NickK
908110004 * @author Riwnodennyk
908210005 * @author Ytsukeng Fyvaprol
@@ -9084,6 +10007,7 @@
908510008 $messages['uk'] = array(
908610009 'centralnotice' => 'Управління централізованими сповіщеннями',
908710010 'noticetemplate' => 'Управління централізованими сповіщеннями',
 10011+ 'bannerallocation' => 'Управління централізованими сповіщеннями',
908810012 'right-centralnotice-admin' => 'Управління централізованими сповіщеннями',
908910013 'action-centralnotice-admin' => 'управління централізованими сповіщеннями',
909010014 'centralnotice-desc' => 'Додає загальне повідомлення сайту',
@@ -9094,6 +10018,7 @@
909510019 'centralnotice-end-date' => 'Дата закінчення',
909610020 'centralnotice-enabled' => 'Включено',
909710021 'centralnotice-modify' => 'Відправити',
 10022+ 'centralnotice-save-banner' => 'Зберегти банер',
909810023 'centralnotice-preview' => 'Попередній перегляд',
909910024 'centralnotice-add-new' => 'Додати нове централізоване повідомлення',
910010025 'centralnotice-remove' => 'Вилучити',
@@ -9106,6 +10031,8 @@
910710032 'centralnotice-add-template' => 'Додати шаблон',
910810033 'centralnotice-show-notices' => 'Показати повідомлення',
910910034 'centralnotice-list-templates' => 'Cписок шаблонів',
 10035+ 'centralnotice-multiple' => 'декілька ($1)',
 10036+ 'centralnotice-all-projects' => 'Всі проекти',
911010037 'centralnotice-translations' => 'Переклади',
911110038 'centralnotice-translate-to' => 'Переклад на',
911210039 'centralnotice-translate' => 'Переклад',
@@ -9117,14 +10044,18 @@
911810045 'centralnotice-weight' => 'Ширина',
911910046 'centralnotice-locked' => 'Заблокований',
912010047 'centralnotice-notice' => 'Кампанія',
 10048+ 'centralnotice-notice-heading' => 'Кампанія: $1',
912110049 'centralnotice-notices' => 'повідомлення',
912210050 'centralnotice-notice-exists' => 'Повідомлення вже існує.
912310051 Не додається',
 10052+ 'centralnotice-no-language' => 'Не обрано мови для проведення кампанії. Не додано.',
 10053+ 'centralnotice-no-project' => 'Жодного проекту не вибрано для проведення кампанії. Не додано.',
912410054 'centralnotice-template-exists' => 'Шаблон вже існує.
912510055 Не додається',
912610056 'centralnotice-notice-doesnt-exist' => 'Кампанії не існує.',
912710057 'centralnotice-remove-notice-doesnt-exist' => 'Кампанії не існує.
912810058 Нема чого вилучати.',
 10059+ 'centralnotice-banner-doesnt-exist' => 'Банер не існує.',
912910060 'centralnotice-template-still-bound' => "Шаблон, як і раніше, пов'язаний з повідомленням.
913010061 Не видаляється.",
913110062 'centralnotice-template-body' => 'Тіло шаблону:',
@@ -9134,9 +10065,12 @@
913510066 'centralnotice-hours' => 'Час',
913610067 'centralnotice-min' => 'Хвилина',
913710068 'centralnotice-project-lang' => 'Мова проекту',
 10069+ 'centralnotice-select' => 'Вибрати: $1',
 10070+ 'centralnotice-top-ten-languages' => 'Перших 10 мов',
913810071 'centralnotice-project-name' => 'Назва проекту',
913910072 'centralnotice-start-date' => 'Дата початку',
914010073 'centralnotice-start-time' => 'Час початку (UTC)',
 10074+ 'centralnotice-end-time' => 'Час закінчення (UTC)',
914110075 'centralnotice-assigned-templates' => 'Встановлені шаблони',
914210076 'centralnotice-no-templates' => 'Не знайдено шаблонів.
914310077 Додайте що-небудь!',
@@ -9162,6 +10096,7 @@
916310097 Можна додати',
916410098 'centralnotice-no-templates-translate' => 'Не має жодного шаблону для редагування перекладу',
916510099 'centralnotice-number-uses' => 'Використовуються',
 10100+ 'centralnotice-settings' => 'Налаштування',
916610101 'centralnotice-edit-template' => 'Редагувати шаблон',
916710102 'centralnotice-edit-template-summary' => 'Щоб створити повідомлення, яке можна локалізувати, укладіть рядок з дефісом в три фігурні дужки, наприклад {{{цитата-джимбо}}}.',
916810103 'centralnotice-message' => 'Повідомлення',
@@ -9177,8 +10112,27 @@
917810113 'centralnotice-close-button' => 'Кнопка "Закрити"',
917910114 'centralnotice-translate-button' => 'Допоможіть перекласти посилання',
918010115 'centralnotice-donate-button' => 'Ґудзик для пожертв',
 10116+ 'centralnotice-expanded-banner' => 'Розширений банер',
 10117+ 'centralnotice-collapsed-banner' => 'Складений банер',
 10118+ 'centralnotice-banner-display' => 'Показати на:',
918110119 'centralnotice-banner-anonymous' => 'Анонімні користувачі',
 10120+ 'centralnotice-banner-logged-in' => 'Користувачі онлайн',
918210121 'centralnotice-banner-type' => 'Тип банера:',
 10122+ 'centralnotice-banner-hidable' => 'Статичний / Приховуваний',
 10123+ 'centralnotice-banner-collapsible' => 'Що згортається',
 10124+ 'centralnotice-geotargeted' => "Геоприв'язка",
 10125+ 'centralnotice-countries' => 'Країни',
 10126+ 'centralnotice-allocation' => 'Розподіл',
 10127+ 'centralnotice-view-allocation' => 'Переглянути розміщення банера',
 10128+ 'centralnotice-allocation-instructions' => 'Виберіть середовище, для якого ви хочете переглянути розміщення банера:',
 10129+ 'centralnotice-languages' => 'Мови',
 10130+ 'centralnotice-projects' => 'Проекти',
 10131+ 'centralnotice-country' => 'Країна',
 10132+ 'centralnotice-no-allocation' => 'Немає розміщених банерів.',
 10133+ 'centralnotice-allocation-description' => 'Розміщення банеру для $1.$2 в $3:',
 10134+ 'centralnotice-percentage' => 'Відсоток',
 10135+ 'centralnotice-documentwrite-error' => 'document.write() не може бути використана в банері.
 10136+Дивіться http://meta.wikimedia.org/wiki/Help:CentralNotice для отримання додаткової інформації.',
918310137 'centralnotice-preferred' => 'Бажано',
918410138 );
918510139
@@ -9189,6 +10143,7 @@
919010144 $messages['vec'] = array(
919110145 'centralnotice' => 'Gestion notifiche sentralizade',
919210146 'noticetemplate' => "'Ministrassion dei avisi sentralizà",
 10147+ 'bannerallocation' => "'Ministrassion dei avisi sentralizà",
919310148 'right-centralnotice-admin' => 'Gestisse i avisi sentralixà',
919410149 'action-centralnotice-admin' => 'gestir i avisi sentralixà',
919510150 'centralnotice-desc' => 'Zonta un aviso çentralizà in çima a la pagina (sitenotice)',
@@ -9228,9 +10183,13 @@
922910184 'centralnotice-notices' => 'Notifiche',
923010185 'centralnotice-notice-exists' => 'Notifica zà esistente.
923110186 Inserimento mia fato',
 10187+ 'centralnotice-no-language' => 'No te ghè selessionà nissuna lengoa par la canpagna. Inserimento mia fato.',
923210188 'centralnotice-template-exists' => 'Modèl zà esistente.
923310189 Inserimento mia fato',
923410190 'centralnotice-notice-doesnt-exist' => 'Sta canpagna no la esiste.',
 10191+ 'centralnotice-remove-notice-doesnt-exist' => 'Campagna mia esistente.
 10192+Rimozion mia fata.',
 10193+ 'centralnotice-banner-doesnt-exist' => "Sto banner no l'esiste.",
923510194 'centralnotice-template-still-bound' => 'Modèl ancora ligà a na notifica.
923610195 Rimozion mia fata.',
923710196 'centralnotice-template-body' => 'Corpo del modèl:',
@@ -9245,6 +10204,7 @@
924610205 'centralnotice-project-name' => 'Nome del projeto',
924710206 'centralnotice-start-date' => 'Data de scominsio',
924810207 'centralnotice-start-time' => 'Ora de scominsio (UTC)',
 10208+ 'centralnotice-end-time' => 'Data de fine (UTC)',
924910209 'centralnotice-assigned-templates' => 'Modèi assegnà',
925010210 'centralnotice-no-templates' => 'Nissun modèl catà.
925110211 Zónteghene qualchedun!',
@@ -9271,19 +10231,39 @@
927210232 'centralnotice-number-uses' => 'Usi',
927310233 'centralnotice-settings' => 'Inpostassion',
927410234 'centralnotice-edit-template' => 'Modìfega modèl',
 10235+ 'centralnotice-edit-template-summary' => 'Par crear un messajo localizabile, meti tri parentesi grafe con drento le parole separà da un tratin, es. {{{jimbo-quote}}}.',
927510236 'centralnotice-message' => 'Messagio',
927610237 'centralnotice-message-not-set' => 'Messajo mia inpostà',
927710238 'centralnotice-clone' => 'Copia',
927810239 'centralnotice-clone-notice' => 'Crea na copia del modèl',
927910240 'centralnotice-clone-name' => 'Nome:',
928010241 'centralnotice-preview-all-template-translations' => 'Anteprima de tute le tradussion disponibili del modèl',
 10242+ 'centralnotice-insert' => 'Inserir: $1',
928110243 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link',
928210244 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link',
928310245 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link',
 10246+ 'centralnotice-close-button' => 'Boton Sara',
 10247+ 'centralnotice-translate-button' => 'Juta a tradur el link',
 10248+ 'centralnotice-donate-button' => 'Boton Dona',
 10249+ 'centralnotice-expanded-banner' => 'Banner verto fora',
 10250+ 'centralnotice-collapsed-banner' => 'Banner sarà sù',
 10251+ 'centralnotice-banner-display' => 'Mostrar a:',
928410252 'centralnotice-banner-anonymous' => 'Utenti anonimi',
 10253+ 'centralnotice-banner-logged-in' => 'Utenti colegà',
 10254+ 'centralnotice-banner-type' => 'Tipo de banner:',
 10255+ 'centralnotice-banner-hidable' => 'Statico/Che se sara',
 10256+ 'centralnotice-banner-collapsible' => 'Che se sara',
 10257+ 'centralnotice-geotargeted' => 'Geolocalisà',
928510258 'centralnotice-countries' => 'Paesi',
 10259+ 'centralnotice-allocation' => 'Alocassion',
 10260+ 'centralnotice-view-allocation' => 'Varda la disposission dei banner',
 10261+ 'centralnotice-allocation-instructions' => "Scegli l'ambiente dove te vol vedar la disposission dei banner:",
928610262 'centralnotice-country' => 'Nassion',
 10263+ 'centralnotice-no-allocation' => 'Nissun banner alocà.',
 10264+ 'centralnotice-allocation-description' => 'Alocassion dei banner par $1.$2 in $3:',
928710265 'centralnotice-percentage' => 'Persentuale',
 10266+ 'centralnotice-documentwrite-error' => 'document.write() no se pol dopararlo drento un banner.
 10267+Varda http://meta.wikimedia.org/wiki/Help:CentralNotice par informassion.',
928810268 'centralnotice-preferred' => 'Preferìo',
928910269 );
929010270
@@ -9318,6 +10298,7 @@
931910299 'centralnotice-show-notices' => 'Xem các thông báo',
932010300 'centralnotice-list-templates' => 'Liệt kê các bảng',
932110301 'centralnotice-multiple' => 'đa ngữ ($1)',
 10302+ 'centralnotice-all-projects' => 'Tất cả các dự án',
932210303 'centralnotice-language-listing' => '$1 – $2',
932310304 'centralnotice-translations' => 'Bản dịch',
932410305 'centralnotice-translate-to' => 'Dịch ra',
@@ -9334,6 +10315,7 @@
933510316 'centralnotice-notices' => 'Thông báo',
933610317 'centralnotice-notice-exists' => 'Không thêm được: thông báo đã tồn tại.',
933710318 'centralnotice-no-language' => 'Không thêm được: chưa chọn ngôn ngữ cho cuộc vận động.',
 10319+ 'centralnotice-no-project' => 'Không thể bổ sung vì không lựa chọn dự án nào cho cuộc vận động.',
933810320 'centralnotice-template-exists' => 'Không thêm được: bảng đã tồn tại.',
933910321 'centralnotice-notice-doesnt-exist' => 'Cuộc vận động không tồn tại.',
934010322 'centralnotice-remove-notice-doesnt-exist' => 'Cuộc vận động không tồn tại.
@@ -9399,6 +10381,8 @@
940010382 'centralnotice-allocation' => 'Phân bổ',
940110383 'centralnotice-view-allocation' => 'Xem cách phân phối bảng',
940210384 'centralnotice-allocation-instructions' => 'Chọn môi trường để xem cách phân phối bảng:',
 10385+ 'centralnotice-languages' => 'Ngôn ngữ',
 10386+ 'centralnotice-projects' => 'Dự án',
940310387 'centralnotice-country' => 'Quốc gia',
940410388 'centralnotice-no-allocation' => 'Chưa có phân phối bảng nào.',
940510389 'centralnotice-allocation-description' => 'Phân phối bảng cho $1.$2 tại $3:',
@@ -9501,12 +10485,35 @@
950210486 * @author Demmy
950310487 */
950410488 $messages['yo'] = array(
 10489+ 'centralnotice-end-date' => 'Ọjọ́ọdún ìparí',
 10490+ 'centralnotice-preview' => 'Àkọ́yẹ̀wò',
 10491+ 'centralnotice-remove' => 'Ìyọkúrò',
 10492+ 'centralnotice-translate-heading' => 'Ìyédèpadà fún $1',
 10493+ 'centralnotice-add' => 'Ìròpọ̀',
 10494+ 'centralnotice-translations' => 'Àwọn ìyédèpadà',
 10495+ 'centralnotice-translate-to' => 'Yédèpadà sí',
 10496+ 'centralnotice-translate' => 'Yédèpadà',
950510497 'centralnotice-english' => 'Gẹ̀ẹ́sì',
 10498+ 'centralnotice-locked' => 'Títìpa',
950610499 'centralnotice-day' => 'Ọjọ́',
950710500 'centralnotice-year' => 'Ọdún',
950810501 'centralnotice-month' => 'Osù',
950910502 'centralnotice-hours' => 'Wákàtí',
951010503 'centralnotice-min' => 'Ìṣẹ́jú',
 10504+ 'centralnotice-project-lang' => 'Èdè iṣẹ́-ọwọ́',
 10505+ 'centralnotice-select' => 'Àṣàyàn: $1',
 10506+ 'centralnotice-top-ten-languages' => 'Àwọn èdè 10 aṣájú',
 10507+ 'centralnotice-project-name' => 'Orúkọ iṣẹ́-ọwọ́',
 10508+ 'centralnotice-start-date' => 'Ọjọ́ọdún ìbẹ̀rẹ̀',
 10509+ 'centralnotice-start-time' => 'Àsìkò ìbẹ̀rẹ̀ (UTC)',
 10510+ 'centralnotice-end-time' => 'Àsìkò ìparí (UTC)',
 10511+ 'centralnotice-number-uses' => 'Àwọn ìlò',
 10512+ 'centralnotice-message' => 'Ìránṣẹ́',
 10513+ 'centralnotice-clone-name' => 'Orúkọ:',
 10514+ 'centralnotice-insert' => 'Ìkìbọ̀: $1',
 10515+ 'centralnotice-donate-button' => 'Bọ́tìnì ìṣọrẹ',
 10516+ 'centralnotice-banner-anonymous' => 'Àwọn oníṣe aláìlórúkọ',
 10517+ 'centralnotice-countries' => 'Àwọn orílẹ̀-èdè',
951110518 'centralnotice-country' => 'Orílẹ̀-èdè',
951210519 );
951310520
@@ -9521,6 +10528,7 @@
952210529
952310530 /** Simplified Chinese (‪中文(简体)‬)
952410531 * @author Alex S.H. Lin
 10532+ * @author Chenxiaoqino
952510533 * @author Chenzw
952610534 * @author Gzdavidwong
952710535 * @author Hydra
@@ -9532,7 +10540,8 @@
953310541 */
953410542 $messages['zh-hans'] = array(
953510543 'centralnotice' => '中央通告管理',
9536 - 'noticetemplate' => '中央通告模板',
 10544+ 'noticetemplate' => '中央通告管理',
 10545+ 'bannerallocation' => 'Central notice admin',
953710546 'right-centralnotice-admin' => '管理中央通告',
953810547 'action-centralnotice-admin' => '管理中央通告',
953910548 'centralnotice-desc' => '在页面的顶部增加統一的公告栏位',
@@ -9543,23 +10552,28 @@
954410553 'centralnotice-end-date' => '结束日期',
954510554 'centralnotice-enabled' => '已启用',
954610555 'centralnotice-modify' => '提交',
 10556+ 'centralnotice-save-banner' => '保存横幅',
954710557 'centralnotice-preview' => '预览',
954810558 'centralnotice-add-new' => '添加一个新的中央通告',
954910559 'centralnotice-remove' => '移除',
955010560 'centralnotice-translate-heading' => '$1的翻译',
955110561 'centralnotice-manage' => '管理中央通告',
 10562+ 'centralnotice-manage-templates' => '管理横幅',
955210563 'centralnotice-add' => '添加',
955310564 'centralnotice-add-notice' => '添加一个通告',
955410565 'centralnotice-edit-notice' => '编辑活动',
955510566 'centralnotice-add-template' => '添加一个模板',
955610567 'centralnotice-show-notices' => '显示通告',
955710568 'centralnotice-list-templates' => '列出模板',
 10569+ 'centralnotice-multiple' => '较多($1)',
955810570 'centralnotice-all-projects' => '所有项目',
955910571 'centralnotice-translations' => '翻译',
956010572 'centralnotice-translate-to' => '翻译到',
956110573 'centralnotice-translate' => '翻译',
956210574 'centralnotice-english' => '英语',
9563 - 'centralnotice-banner-name' => '模板名称',
 10575+ 'centralnotice-banner-name' => '横幅名称',
 10576+ 'centralnotice-banner' => '横幅',
 10577+ 'centralnotice-banner-heading' => '横幅:$1',
956410578 'centralnotice-templates' => '模板',
956510579 'centralnotice-weight' => '权重',
956610580 'centralnotice-locked' => '已锁定',
@@ -9575,6 +10589,7 @@
957610590 'centralnotice-notice-doesnt-exist' => '通告不存在。',
957710591 'centralnotice-remove-notice-doesnt-exist' => '通告不存在。
957810592 没有东西移除',
 10593+ 'centralnotice-banner-doesnt-exist' => '横幅不存在。',
957910594 'centralnotice-template-still-bound' => '模板不存在。
958010595 没有东西移除。',
958110596 'centralnotice-template-body' => '模板主体:',
@@ -9589,6 +10604,7 @@
959010605 'centralnotice-project-name' => '计划名称',
959110606 'centralnotice-start-date' => '开始日期',
959210607 'centralnotice-start-time' => '开始时间(UTC)',
 10608+ 'centralnotice-end-time' => '结束时间(UTC)',
959310609 'centralnotice-assigned-templates' => '已分配的模板',
959410610 'centralnotice-no-templates' => '没有找到模板。
959510611 添加一些!',
@@ -9614,18 +10630,19 @@
961510631 在下面添加一个。',
961610632 'centralnotice-no-templates-translate' => '没有任何可以编辑翻译的模板',
961710633 'centralnotice-number-uses' => '使用',
 10634+ 'centralnotice-settings' => '设置',
961810635 'centralnotice-edit-template' => '编辑模板',
9619 - 'centralnotice-edit-template-summary' => '要创建一个可本地化的消息,使用三个{,例如{{{jimbo-quote}}}。',
 10636+ 'centralnotice-edit-template-summary' => '欲创建一个可本地化的消息,请用三对花括号分隔含连字符的字符串,例如{{{jimbo-quote}}}。',
962010637 'centralnotice-message' => '消息',
962110638 'centralnotice-message-not-set' => '没有设置消息',
962210639 'centralnotice-clone' => '建立副本',
962310640 'centralnotice-clone-notice' => '创建一个模板的副本',
9624 - 'centralnotice-clone-name' => '名称',
 10641+ 'centralnotice-clone-name' => '名称:',
962510642 'centralnotice-preview-all-template-translations' => '预览模板的所有可用翻译',
962610643 'centralnotice-insert' => '插入:$1',
9627 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} 链接',
9628 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} 链接',
9629 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} 链接',
 10644+ 'centralnotice-hide-button' => '隐藏链接',
 10645+ 'centralnotice-collapse-button' => '折叠链接',
 10646+ 'centralnotice-expand-button' => '展开链接',
963010647 'centralnotice-close-button' => '关闭按钮',
963110648 'centralnotice-translate-button' => '协助翻译链接',
963210649 'centralnotice-donate-button' => '捐助按钮',
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialHideBanners.php
@@ -0,0 +1,35 @@
 2+<?php
 3+if ( !defined( 'MEDIAWIKI' ) ) {
 4+ echo "CentralNotice extension\n";
 5+ exit( 1 );
 6+}
 7+
 8+/**
 9+ * Unlisted Special page to set cookies for hiding banners across all wikis.
 10+ */
 11+class SpecialHideBanners extends UnlistedSpecialPage {
 12+ function __construct() {
 13+ parent::__construct( 'HideBanners' );
 14+ }
 15+
 16+ function execute( $par ) {
 17+ global $wgRequest, $wgOut;
 18+
 19+ $this->setHideCookie();
 20+
 21+ $wgOut->disable();
 22+ wfResetOutputBuffers();
 23+
 24+ header( 'Content-Type: image/png' );
 25+ header( 'Cache-Control: no-cache' );
 26+
 27+ readfile( dirname( __FILE__ ) . '/1x1.png' );
 28+ }
 29+
 30+ function setHideCookie() {
 31+ global $wgCentralAuthCookieDomain, $wgCookieSecure, $wgCookieHttpOnly;
 32+ $exp = time() + 86400 * 14; // Cookie expires after 2 weeks
 33+ // Hide banners for this domain
 34+ setcookie( 'hidesnmessage', '1', $exp, '/', $wgCentralAuthCookieDomain, $wgCookieSecure, $wgCookieHttpOnly );
 35+ }
 36+}
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialHideBanners.php
___________________________________________________________________
Added: svn:eol-style
137 + native
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
238 Merged /trunk/extensions/CentralNotice:r79783-80145

Follow-up revisions

RevisionCommit summaryAuthorDate
r80149Merge up to head of trunk from r80146tomasz01:19, 13 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79782Merge up to head of trunk from r79779tomasz00:49, 7 January 2011

Status & tagging log