r79779 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79778‎ | r79779 | r79780 >
Date:00:27, 7 January 2011
Author:tomasz
Status:deferred
Tags:
Comment:
Merge up to head of trunk from r77621. Picking up various bug fixes
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/CentralNotice (modified) (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/SpecialBannerController.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialNoticeTemplate.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/centralnotice.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php
@@ -31,8 +31,8 @@
3232 // The name of the database which hosts the centralized campaign data
3333 $wgCentralDBname = '';
3434
35 -// The path to Special Pages on the wiki that hosts the CentralNotice infrastructure
36 -// For example 'http://meta.wikimedia.org/wiki/'
 35+// The script path on the wiki that hosts the CentralNotice infrastructure
 36+// For example 'http://meta.wikimedia.org/w/index.php'
3737 $wgCentralPagePath = '';
3838
3939 // Enable the loader itself
@@ -74,11 +74,6 @@
7575 $wgExtensionMessagesFiles['CentralNotice'] = $dir . 'CentralNotice.i18n.php';
7676 $wgExtensionAliasesFiles['CentralNotice'] = $dir . 'CentralNotice.alias.php';
7777
78 -$wgAvailableRights[] = 'centralnotice-admin';
79 -$wgAvailableRights[] = 'centralnotice-translate';
80 -$wgGroupPermissions['sysop']['centralnotice-admin'] = true; // Only sysops can make change
81 -$wgGroupPermissions['sysop']['centralnotice-translate'] = true; // Only sysops can make change
82 -
8378 function efCentralNoticeSetup() {
8479 global $wgHooks, $wgNoticeInfrastructure, $wgAutoloadClasses, $wgSpecialPages;
8580 global $wgCentralNoticeLoader;
@@ -107,6 +102,10 @@
108103 $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php';
109104
110105 if ( $wgNoticeInfrastructure ) {
 106+ // Register user rights
 107+ $wgAvailableRights[] = 'centralnotice-admin';
 108+ $wgGroupPermissions['sysop']['centralnotice-admin'] = true; // Only sysops can make change
 109+
111110 $wgSpecialPages['CentralNotice'] = 'CentralNotice';
112111 $wgSpecialPageGroups['CentralNotice'] = 'wiki'; // Wiki data and tools"
113112
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.i18n.php
@@ -13,6 +13,8 @@
1414 'centralnotice' => 'Central notice admin',
1515 'noticetemplate' => 'Central notice admin',
1616 'bannerallocation' => 'Central notice admin',
 17+ 'right-centralnotice-admin' => 'Manage central notices',
 18+ 'action-centralnotice-admin' => 'manage central notices',
1719 'centralnotice-desc' => 'Adds a central sitenotice',
1820 'centralnotice-summary' => 'This module allows you to edit your currently setup central notices.
1921 It can also be used to add or remove old notices.',
@@ -110,9 +112,9 @@
111113 'centralnotice-clone-name' => 'Name:',
112114 'centralnotice-preview-all-template-translations' => 'Preview all available translations of banner',
113115 'centralnotice-insert' => 'Insert: $1',
114 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link',
115 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link',
116 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link',
 116+ 'centralnotice-hide-button' => 'Hide link',
 117+ 'centralnotice-collapse-button' => 'Collapse link',
 118+ 'centralnotice-expand-button' => 'Expand link',
117119 'centralnotice-close-button' => 'Close button',
118120 'centralnotice-translate-button' => 'Help translate link',
119121 'centralnotice-donate-button' => 'Donate button',
@@ -136,12 +138,6 @@
137139 'centralnotice-allocation-description' => 'Banner allocation for $1.$2 in $3:',
138140 'centralnotice-percentage' => 'Percentage',
139141 'centralnotice-documentwrite-error' => "document.write() cannot be used within a banner.\nSee http://meta.wikimedia.org/wiki/Help:CentralNotice for more information.",
140 -
141 - 'right-centralnotice-admin' => 'Manage central notices',
142 - 'right-centralnotice-translate' => 'Translate central notices',
143 -
144 - 'action-centralnotice-admin' => 'manage central notices',
145 - 'action-centralnotice-translate' => 'translate central notices',
146142 'centralnotice-preferred' => 'Preferred',
147143 );
148144
@@ -285,6 +281,27 @@
286282 'centralnotice-clone' => 'Kopieer',
287283 'centralnotice-clone-notice' => "Maak 'n kopie van die sjabloon",
288284 'centralnotice-preview-all-template-translations' => 'Voorskou al die beskikbare vertalings van die sjabloon',
 285+ 'centralnotice-insert' => 'Invoeging: $1',
 286+ 'centralnotice-close-button' => 'Sluit-knoppie',
 287+ 'centralnotice-translate-button' => '"Help met vertaling" byvoeg',
 288+ 'centralnotice-donate-button' => 'Skenk-knoppie',
 289+ 'centralnotice-expanded-banner' => 'Uitgevoude banier',
 290+ 'centralnotice-collapsed-banner' => 'Ingevoude banier',
 291+ 'centralnotice-banner-display' => 'Wys vir:',
 292+ 'centralnotice-banner-anonymous' => 'Anonieme gebruikers',
 293+ 'centralnotice-banner-logged-in' => 'Aangemelde gebruikers',
 294+ 'centralnotice-banner-type' => 'Baniertipe:',
 295+ 'centralnotice-banner-hidable' => 'Staties/Versteekbaar',
 296+ 'centralnotice-banner-collapsible' => 'Opvoubaar',
 297+ 'centralnotice-countries' => 'Lande',
 298+ 'centralnotice-allocation' => 'Toekenning',
 299+ 'centralnotice-view-allocation' => 'Wys baniertoekenning',
 300+ 'centralnotice-languages' => 'Tale',
 301+ 'centralnotice-projects' => 'Projekte',
 302+ 'centralnotice-country' => 'Land',
 303+ 'centralnotice-no-allocation' => 'Geen baniere toegeken nie.',
 304+ 'centralnotice-allocation-description' => 'Baniertoekenning vir $1.$2 in $3:',
 305+ 'centralnotice-percentage' => 'Persentasie',
289306 'right-centralnotice-admin' => 'Bestuur sentrale kennisgewings',
290307 'right-centralnotice-translate' => 'Vertaal sentrale kennisgewings',
291308 'action-centralnotice-admin' => 'bestuur sentrale kennisgewings',
@@ -565,6 +582,8 @@
566583 'centralnotice' => 'Үҙәк белдереүҙәрҙе идаралау',
567584 'noticetemplate' => 'Үҙәк белдереүҙәрҙе идаралау',
568585 'bannerallocation' => 'Үҙәк белдереүҙәрҙе идаралау',
 586+ 'right-centralnotice-admin' => 'Үҙәк белдереүҙәрен идаралау',
 587+ 'action-centralnotice-admin' => 'үҙәк белдереүҙәрен идаралау',
569588 'centralnotice-desc' => 'Үҙәк сайттан дөйөм белдереү өҫтәй',
570589 'centralnotice-query' => 'Ағымдағы белдереүҙе үҙгәртергә',
571590 'centralnotice-notice-name' => 'Белдереү исеме',
@@ -652,10 +671,6 @@
653672 'centralnotice-no-allocation' => 'Баннерҙар урынлаштырылмаған',
654673 'centralnotice-allocation-description' => '$1.$2 өсөн $3 эсендә баннерҙар урынлашыуы',
655674 'centralnotice-percentage' => 'Процент',
656 - 'right-centralnotice-admin' => 'Үҙәк белдереүҙәрен идаралау',
657 - 'right-centralnotice-translate' => 'Үҙәк белдереүҙәрен тәржемә итеү',
658 - 'action-centralnotice-admin' => 'үҙәк белдереүҙәрен идаралау',
659 - 'action-centralnotice-translate' => 'үҙәк белдереүҙәрен тәржемә итеү',
660675 'centralnotice-preferred' => 'Өҫтөнлөк бирелгән',
661676 );
662677
@@ -700,6 +715,8 @@
701716 'centralnotice' => 'Кіраваньне цэнтралізаванымі паведамленьнямі',
702717 'noticetemplate' => 'Кіраваньне цэнтралізаванымі паведамленьнямі',
703718 'bannerallocation' => 'Кіраваньне цэнтралізаванымі паведамленьнямі',
 719+ 'right-centralnotice-admin' => 'Кіраваньне цэнтральнымі паведамленьнямі',
 720+ 'action-centralnotice-admin' => 'кіраваньне цэнтралізаванымі паведамленьнямі',
704721 'centralnotice-desc' => 'Дадае цэнтралізаванае паведамленьне сайту',
705722 'centralnotice-summary' => 'Гэты модуль дазваляе Вам рэдагаваць Вашыя актуальныя цэнтралізаваныя паведамленьні.
706723 Ён таксама можа выкарыстоўвацца для даданьня ці выдаленьня старых паведамленьняў.',
@@ -819,10 +836,6 @@
820837 'centralnotice-percentage' => 'Адсоткаў',
821838 'centralnotice-documentwrite-error' => 'document.write() не магчыма выкарыстоўваць у банэре.
822839 Падрабязнасьці глядзіце на http://meta.wikimedia.org/wiki/Help:CentralNotice.',
823 - 'right-centralnotice-admin' => 'Кіраваньне цэнтральнымі паведамленьнямі',
824 - 'right-centralnotice-translate' => 'пераклад цэнтралізаваных паведамленьняў',
825 - 'action-centralnotice-admin' => 'кіраваньне цэнтралізаванымі паведамленьнямі',
826 - 'action-centralnotice-translate' => 'пераклад цэнтральных паведамленьняў',
827840 'centralnotice-preferred' => 'Пажадана',
828841 );
829842
@@ -853,15 +866,19 @@
854867 'centralnotice-add-template' => 'Добавяне на шаблон',
855868 'centralnotice-show-notices' => 'Показване на съобщенията',
856869 'centralnotice-list-templates' => 'Списък на шаблоните',
 870+ 'centralnotice-all-projects' => 'Всички проекти',
857871 'centralnotice-translations' => 'Преводи',
858872 'centralnotice-translate-to' => 'Превеждане на',
859873 'centralnotice-translate' => 'Превеждане',
860874 'centralnotice-english' => 'Английски',
861875 'centralnotice-banner-name' => 'Име на шаблона',
 876+ 'centralnotice-banner' => 'Банер',
 877+ 'centralnotice-banner-heading' => 'Банер: $1',
862878 'centralnotice-templates' => 'Шаблони',
863879 'centralnotice-weight' => 'Тежест',
864880 'centralnotice-locked' => 'Заключено',
865881 'centralnotice-notices' => 'Съобщения',
 882+ 'centralnotice-banner-doesnt-exist' => 'Банерът не съществува.',
866883 'centralnotice-template-body' => 'Тяло на шаблона:',
867884 'centralnotice-day' => 'Ден',
868885 'centralnotice-year' => 'Година',
@@ -881,6 +898,9 @@
882899 'centralnotice-clone' => 'Клониране',
883900 'centralnotice-clone-notice' => 'Създаване на копие на шаблона',
884901 'centralnotice-preview-all-template-translations' => 'Преглед на всички налични преводи на шаблона',
 902+ 'centralnotice-languages' => 'Езици',
 903+ 'centralnotice-projects' => 'Проекти',
 904+ 'centralnotice-percentage' => 'Процент',
885905 'right-centralnotice-admin' => 'Управление на централизираните съобщения',
886906 'right-centralnotice-translate' => 'Превод на централизираните съобщения',
887907 'centralnotice-preferred' => 'Предпочитано',
@@ -990,6 +1010,23 @@
9911011 'centralnotice-preferred' => 'পছন্দনীয়',
9921012 );
9931013
 1014+/** Tibetan (བོད་ཡིག)
 1015+ * @author Freeyak
 1016+ */
 1017+$messages['bo'] = array(
 1018+ 'centralnotice-add' => 'ཁ་སྣོན།',
 1019+ 'centralnotice-day' => 'ཚེས་',
 1020+ 'centralnotice-year' => 'ལོ་',
 1021+ 'centralnotice-month' => 'ཟླ་བ་',
 1022+ 'centralnotice-hours' => 'དུས་ཚོད་',
 1023+ 'centralnotice-min' => 'སྐར་མ་',
 1024+ 'centralnotice-top-ten-languages' => 'སྐད་ཡིག་རྩེ་གྲས་བཅུ།',
 1025+ 'centralnotice-project-name' => 'ལས་འཆར་གྱི་མིང་།',
 1026+ 'centralnotice-start-date' => 'འགོ་འཛུགས་དུས་སྐབས།',
 1027+ 'centralnotice-message' => 'སྐད།',
 1028+ 'centralnotice-country' => 'རྒྱལ་ཁབ།',
 1029+);
 1030+
9941031 /** Breton (Brezhoneg)
9951032 * @author Fohanno
9961033 * @author Fulup
@@ -1000,6 +1037,8 @@
10011038 'centralnotice' => 'Melestradurezh an alioù kreiz',
10021039 'noticetemplate' => 'Melestradurezh an alioù kreiz',
10031040 'bannerallocation' => 'Melestradurezh an alioù kreiz',
 1041+ 'right-centralnotice-admin' => 'Merañ an alioù kreiz',
 1042+ 'action-centralnotice-admin' => 'merañ an alioù kreiz',
10041043 'centralnotice-desc' => "Ouzhpennañ a ra ur c'hemenn kreiz e laez ar pajennoù (sitenotice).",
10051044 'centralnotice-summary' => "Talvezout a ra ar vodulenn-mañ da zegas kemmoù en arventennoù ar pennkemennoù.
10061045 Implijet e c'hall bezañ evit ouzhpennañ kemennoù pe tennañ kuit re gozh ivez .",
@@ -1119,10 +1158,6 @@
11201159 'centralnotice-percentage' => 'Dregantad',
11211160 'centralnotice-documentwrite-error' => "N'hall ket document.write() bezañ implijet hep giton.
11221161 Sellet ouzh http://meta.wikimedia.org/wiki/Help:CentralNotice evit gouzout hiroc'h.",
1123 - 'right-centralnotice-admin' => 'Merañ an alioù kreiz',
1124 - 'right-centralnotice-translate' => 'Treiñ an alioù kreiz',
1125 - 'action-centralnotice-admin' => 'merañ an alioù kreiz',
1126 - 'action-centralnotice-translate' => 'treiñ an alioù kreiz',
11271162 'centralnotice-preferred' => "Kavet gwelloc'h",
11281163 );
11291164
@@ -1133,6 +1168,8 @@
11341169 'centralnotice' => 'Uređivanje središnjeg obavještenja',
11351170 'noticetemplate' => 'Uređivanje središnjeg obavještenja',
11361171 'bannerallocation' => 'Uređivanje središnjeg obavještenja',
 1172+ 'right-centralnotice-admin' => 'Uređivanje središnjeg obavještenja',
 1173+ 'action-centralnotice-admin' => 'uređujete središnje obavještenje',
11371174 'centralnotice-desc' => 'Dodaje središnju obavijest na stranici',
11381175 'centralnotice-summary' => 'Ovaj modul omogućava uređivanje Vaših trenutno postavljenih središnjih obavještenja.
11391176 Također se može koristiti i za dodavanje ili uklanjanje starih obavještenja.',
@@ -1227,9 +1264,9 @@
12281265 'centralnotice-clone-name' => 'Ime:',
12291266 'centralnotice-preview-all-template-translations' => 'Pregled svih dostupnih prijevoda za šablon',
12301267 'centralnotice-insert' => 'Ubaci: $1',
1231 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link',
1232 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link',
1233 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link',
 1268+ 'centralnotice-hide-button' => 'Sakrij link',
 1269+ 'centralnotice-collapse-button' => 'Zatvori link',
 1270+ 'centralnotice-expand-button' => 'Proširi link',
12341271 'centralnotice-close-button' => 'Zatvori dugme',
12351272 'centralnotice-translate-button' => 'Link za pomoć pri prevođenju',
12361273 'centralnotice-donate-button' => 'Dugme za donacije',
@@ -1252,10 +1289,6 @@
12531290 'centralnotice-percentage' => 'Postotak',
12541291 'centralnotice-documentwrite-error' => 'document.write() se ne može koristiti unutar obavještenja.
12551292 Pogledajte http://meta.wikimedia.org/wiki/Help:CentralNotice za više informacija.',
1256 - 'right-centralnotice-admin' => 'Uređivanje središnjeg obavještenja',
1257 - 'right-centralnotice-translate' => 'Prevođenje središnjeg obavještenja',
1258 - 'action-centralnotice-admin' => 'uređujete središnje obavještenje',
1259 - 'action-centralnotice-translate' => 'Prevođenje središnjeg obavještenja',
12601293 'centralnotice-preferred' => 'Preferirano',
12611294 );
12621295
@@ -1271,6 +1304,8 @@
12721305 $messages['ca'] = array(
12731306 'centralnotice' => "Administrador d'avisos centrals",
12741307 'noticetemplate' => "Plantilla d'avís central",
 1308+ 'right-centralnotice-admin' => 'Gestionau els avisos centrals',
 1309+ 'action-centralnotice-admin' => 'Gestionau els avisos centrals',
12751310 'centralnotice-desc' => "Afegeix un lloc central d'avisos",
12761311 'centralnotice-summary' => "Aquesta extensió us permet editar el vostre lloc central d'avisos.
12771312 També pot ser usat per afegir o eliminar avisos.",
@@ -1284,6 +1319,7 @@
12851320 'centralnotice-remove' => 'Elimina',
12861321 'centralnotice-translate-heading' => 'Traducció de $1',
12871322 'centralnotice-manage' => "Gestiona la central d'avisos",
 1323+ 'centralnotice-manage-templates' => 'Gestiona pancartes',
12881324 'centralnotice-add' => 'Afegeix',
12891325 'centralnotice-add-notice' => 'Afegeix un avís',
12901326 'centralnotice-add-template' => 'Afegeix una plantilla',
@@ -1300,9 +1336,14 @@
13011337 'centralnotice-notices' => 'Avisos',
13021338 'centralnotice-notice-exists' => "L'avís ja existeix.
13031339 No s'afegirà",
 1340+ 'centralnotice-no-language' => "No s'ha seleccionat cap idioma per a la campanya. No s'ha afegit.",
 1341+ 'centralnotice-no-project' => "No s'ha seleccionat cap projecte per a la campanya. No s'ha afegit.",
13041342 'centralnotice-template-exists' => "La plantilla ja existeix.
13051343 No s'afegirà.",
13061344 'centralnotice-notice-doesnt-exist' => "L'avís no existeix.",
 1345+ 'centralnotice-remove-notice-doesnt-exist' => 'La campanya no existeix pas.
 1346+Res a suprimir.',
 1347+ 'centralnotice-banner-doesnt-exist' => 'La pancarta no existeix.',
13071348 'centralnotice-template-still-bound' => "La plantilla encara s'usa en un avís.
13081349 No s'ha pogut eliminar.",
13091350 'centralnotice-template-body' => 'Cos de la plantilla:',
@@ -1312,9 +1353,12 @@
13131354 'centralnotice-hours' => 'Hora',
13141355 'centralnotice-min' => 'Minut',
13151356 'centralnotice-project-lang' => 'Llengua del projecte',
 1357+ 'centralnotice-select' => 'Selecciona: $1',
 1358+ 'centralnotice-top-ten-languages' => 'Top 10 idiomes',
13161359 'centralnotice-project-name' => 'Nom del projecte',
13171360 'centralnotice-start-date' => 'Data inicial',
13181361 'centralnotice-start-time' => "Hora d'inici (UTC)",
 1362+ 'centralnotice-end-time' => 'Hora de finalització (UTC)',
13191363 'centralnotice-assigned-templates' => 'Plantilles assignades',
13201364 'centralnotice-no-templates' => 'No hi ha plantilles.
13211365 Afegiu-ne!',
@@ -1345,10 +1389,34 @@
13461390 'centralnotice-clone' => 'Duplica',
13471391 'centralnotice-clone-notice' => 'Crea una còpia de la plantilla',
13481392 'centralnotice-preview-all-template-translations' => 'Previsualitza totes les traduccions disponibles de plantilles',
1349 - 'right-centralnotice-admin' => 'Gestionau els avisos centrals',
1350 - 'right-centralnotice-translate' => 'Traduïu els avisos centrals',
1351 - 'action-centralnotice-admin' => 'Gestionau els avisos centrals',
1352 - 'action-centralnotice-translate' => 'Traduïu els avisos centrals',
 1393+ 'centralnotice-insert' => 'Inserir: $1',
 1394+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} enllaç',
 1395+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} enllaç',
 1396+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} enllaç',
 1397+ 'centralnotice-close-button' => 'Botó tancar',
 1398+ 'centralnotice-translate-button' => "Ajudar a traduir l'enllaç",
 1399+ 'centralnotice-donate-button' => 'Botó donar',
 1400+ 'centralnotice-expanded-banner' => 'Bàner expandit',
 1401+ 'centralnotice-collapsed-banner' => 'Pancarta reduïda',
 1402+ 'centralnotice-banner-display' => 'Mostra a:',
 1403+ 'centralnotice-banner-anonymous' => 'Usuaris/es anònims',
 1404+ 'centralnotice-banner-logged-in' => 'Usuaris/es connectats',
 1405+ 'centralnotice-banner-type' => 'Tipus de pancarta:',
 1406+ 'centralnotice-banner-hidable' => 'Estàtic/Amagable',
 1407+ 'centralnotice-banner-collapsible' => 'Plegable',
 1408+ 'centralnotice-geotargeted' => 'Geolocalitzat',
 1409+ 'centralnotice-countries' => 'Països',
 1410+ 'centralnotice-allocation' => 'Assignació',
 1411+ 'centralnotice-view-allocation' => 'Veure la disposició de la pancarta',
 1412+ 'centralnotice-allocation-instructions' => "Tria l'entorn on t'agradaria veure la pancarta assignada per:",
 1413+ 'centralnotice-languages' => 'Idiomes',
 1414+ 'centralnotice-projects' => 'Projectes',
 1415+ 'centralnotice-country' => 'País',
 1416+ 'centralnotice-no-allocation' => 'No hi ha pancartes assignades.',
 1417+ 'centralnotice-allocation-description' => 'Assignació de pancarta per $1.$2 a $3:',
 1418+ 'centralnotice-percentage' => 'Percentatge',
 1419+ 'centralnotice-documentwrite-error' => "document.write () no pot ser utilitzat dins d'una pancarta
 1420+ Veure http://meta.wikimedia.org/wiki/Help:CentralNotice per a més informació.",
13531421 'centralnotice-preferred' => 'Preferit',
13541422 );
13551423
@@ -1366,6 +1434,8 @@
13671435 'centralnotice' => 'Správa centralizovaných oznámení',
13681436 'noticetemplate' => 'Správa centralizovaných oznámení',
13691437 'bannerallocation' => 'Správa centralizovaných oznámení',
 1438+ 'right-centralnotice-admin' => 'Správa centralizovaných oznámení',
 1439+ 'action-centralnotice-admin' => 'spravovat centralizovaná oznámení',
13701440 'centralnotice-desc' => 'Přidává centrální zprávu do záhlaví',
13711441 'centralnotice-summary' => 'Pomocí tohoto modulu můžete upravovat momentálně nastavená centralizovaná oznámení.
13721442 Také zde můžete přidávat nová či odstraňovat stará.',
@@ -1476,10 +1546,6 @@
14771547 'centralnotice-percentage' => 'Procenta',
14781548 'centralnotice-documentwrite-error' => 'V banneru nelze používat document.write().
14791549 Další informace naleznete na stránce http://meta.wikimedia.org/wiki/Help:CentralNotice.',
1480 - 'right-centralnotice-admin' => 'Správa centralizovaných oznámení',
1481 - 'right-centralnotice-translate' => 'Překlad centralizovaných oznámení',
1482 - 'action-centralnotice-admin' => 'spravovat centralizovaná oznámení',
1483 - 'action-centralnotice-translate' => 'překládat centralizovaná oznámení',
14841550 'centralnotice-preferred' => 'Preferováno',
14851551 );
14861552
@@ -1513,15 +1579,23 @@
15141580 'centralnotice-translate' => 'Cyfieithu',
15151581 'centralnotice-english' => 'Saesneg',
15161582 'centralnotice-banner-name' => "Enw'r faner:",
 1583+ 'centralnotice-banner' => 'Baner',
 1584+ 'centralnotice-banner-heading' => 'Baner: $1',
15171585 'centralnotice-templates' => 'Nodiadau',
15181586 'centralnotice-weight' => 'Pwys',
15191587 'centralnotice-locked' => 'Ar glo',
1520 - 'centralnotice-notices' => 'Hysbysiadau',
1521 - 'centralnotice-notice-exists' => "Mae'r hysbysiad eisoes ar gael.
 1588+ 'centralnotice-notice' => 'Ymgyrch',
 1589+ 'centralnotice-notice-heading' => 'Ymgyrch: $1',
 1590+ 'centralnotice-notices' => 'Ymgyrchoedd',
 1591+ 'centralnotice-notice-exists' => "Mae'r ymgyrch eisoes ar gael.
15221592 Ni chaiff ei ychwanegu",
 1593+ 'centralnotice-no-language' => 'Ni ddewiswyd iaith yr ymgyrch. Ni ychwanegir.',
 1594+ 'centralnotice-no-project' => 'Ni ddewiswyd prosiect ar gyfer yr ymgyrch. Ni ychwanegir.',
15231595 'centralnotice-template-exists' => "Mae'r faner yn bodoli'n barod.
15241596 Ddim yn ychwanegu",
15251597 'centralnotice-notice-doesnt-exist' => "Nid yw'r ymgyrch i gael.",
 1598+ 'centralnotice-remove-notice-doesnt-exist' => "Nid yw'r ymgyrch ar gael.
 1599+Does dim i gael gwared ohono.",
15261600 'centralnotice-template-still-bound' => "Mae'r faner yn dal i fod ynghlwm wrth ymgyrch.
15271601 Ddim yn tynnu i ffwrdd.",
15281602 'centralnotice-template-body' => 'Testun y faner:',
@@ -1545,6 +1619,9 @@
15461620 'centralnotice-message' => 'Neges',
15471621 'centralnotice-clone-name' => 'Enw:',
15481622 'centralnotice-banner-anonymous' => 'Defnyddwyr anhysbys',
 1623+ 'centralnotice-countries' => 'Gwledydd',
 1624+ 'centralnotice-languages' => 'Ieithoedd',
 1625+ 'centralnotice-country' => 'Gwlad',
15491626 'right-centralnotice-admin' => 'Gweinyddu hysbysiadau canolog',
15501627 'right-centralnotice-translate' => 'Cyfieithu hysbysiadau canolog',
15511628 'action-centralnotice-admin' => 'gweinyddu hysbysiadau canolog',
@@ -1591,6 +1668,8 @@
15921669 'centralnotice' => 'Verwaltung zentraler Meldungen',
15931670 'noticetemplate' => 'Verwaltung zentraler Meldungen',
15941671 'bannerallocation' => 'Verwaltung zentraler Meldungen',
 1672+ 'right-centralnotice-admin' => 'Zentrale Meldungen verwalten',
 1673+ 'action-centralnotice-admin' => 'zentrale Meldungen verwalten',
15951674 'centralnotice-desc' => 'Ermöglicht es, zentrale Meldungen für das Wiki zu erstellen',
15961675 'centralnotice-summary' => 'Diese Erweiterung erlaubt die Konfiguration zentraler Meldungen.
15971676 Sie kann auch zur Erstellung neuer und Löschung alter Meldungen verwendet werden.',
@@ -1598,7 +1677,7 @@
15991678 'centralnotice-notice-name' => 'Name der Notiz',
16001679 'centralnotice-end-date' => 'Enddatum',
16011680 'centralnotice-enabled' => 'Aktiviert',
1602 - 'centralnotice-modify' => 'OK',
 1681+ 'centralnotice-modify' => 'Speichern',
16031682 'centralnotice-save-banner' => 'Vorlage speichern',
16041683 'centralnotice-preview' => 'Vorschau',
16051684 'centralnotice-add-new' => 'Füge eine neue zentrale Meldung hinzu',
@@ -1685,9 +1764,9 @@
16861765 'centralnotice-clone-name' => 'Name:',
16871766 'centralnotice-preview-all-template-translations' => 'Vorschau aller verfügbaren Übersetzungen einer Vorlage',
16881767 'centralnotice-insert' => 'Einfügen: $1',
1689 - 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}',
1690 - 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}',
1691 - 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-collapse}}',
 1768+ 'centralnotice-hide-button' => 'Link verstecken',
 1769+ 'centralnotice-collapse-button' => 'Link einklappen',
 1770+ 'centralnotice-expand-button' => 'Link ausklappen',
16921771 'centralnotice-close-button' => 'Button schließen',
16931772 'centralnotice-translate-button' => 'Übersetzungshilfen-Link',
16941773 'centralnotice-donate-button' => 'Spendenbutton',
@@ -1710,10 +1789,6 @@
17111790 'centralnotice-percentage' => 'Prozentsatz',
17121791 'centralnotice-documentwrite-error' => 'document.write() kann nicht innerhalb eines Banners verwendet werden.
17131792 Siehe http://meta.wikimedia.org/wiki/Help:CentralNotice für mehr Informationen.',
1714 - 'right-centralnotice-admin' => 'Zentrale Meldungen verwalten',
1715 - 'right-centralnotice-translate' => 'Zentrale Meldungen übersetzen',
1716 - 'action-centralnotice-admin' => 'zentrale Meldungen verwalten',
1717 - 'action-centralnotice-translate' => 'Zentrale Seitennotiz übersetzen',
17181793 'centralnotice-preferred' => 'Bevorzugt',
17191794 );
17201795
@@ -1823,6 +1898,8 @@
18241899 $messages['dsb'] = array(
18251900 'centralnotice' => 'Administrěrowanje centralnych powěźeńkow',
18261901 'noticetemplate' => 'Pśedłoga za centralne powěźeńki',
 1902+ 'right-centralnotice-admin' => 'Centralne powěźeńki zastojaś',
 1903+ 'action-centralnotice-admin' => 'Centralne powěźeńki zastojaś',
18271904 'centralnotice-desc' => 'Pśidawa centralnu powěźeńku do głowy boka',
18281905 'centralnotice-summary' => 'Toś ten modul zmóžnja wobźěłowanje tuchylu nastajenych centralnych powěźeńkow.
18291906 Dajo se teke wužywaś, aby se pśidali nowe powěźeńki abo wótpórali stare powěźeńki.',
@@ -1927,10 +2004,6 @@
19282005 'centralnotice-banner-type' => 'Chórgojowy typ:',
19292006 'centralnotice-banner-hidable' => 'Statiski/Chowajobny',
19302007 'centralnotice-banner-collapsible' => 'Fałdujobny',
1931 - 'right-centralnotice-admin' => 'Centralne powěźeńki zastojaś',
1932 - 'right-centralnotice-translate' => 'Centralne powěźeńki pśełožiś',
1933 - 'action-centralnotice-admin' => 'Centralne powěźeńki zastojaś',
1934 - 'action-centralnotice-translate' => 'Centralne powěźeńki pśełožiś',
19352008 'centralnotice-preferred' => 'Preferěrowane',
19362009 );
19372010
@@ -1953,6 +2026,8 @@
19542027 $messages['el'] = array(
19552028 'centralnotice' => 'Διαχειριστής κεντρικών ειδοποιήσεων',
19562029 'noticetemplate' => 'Πρότυπο κεντρικής ανακοίνωσης',
 2030+ 'right-centralnotice-admin' => 'Διαχείριση κεντρικών ειδοποιήσεων',
 2031+ 'action-centralnotice-admin' => 'διαχείριση κεντρικών ειδοποιήσεων',
19572032 'centralnotice-desc' => 'Προσθέτει μια κεντρική ανακοίνωση',
19582033 'centralnotice-summary' => 'Αυτή η επέκταση σας επιτρέπει να επεξεργαστείτε τις τώρα εγκατεστημένες κεντρικές ειδοποιήσεις σας.
19592034 Μπορεί επίσης να χρησιμοποιηθεί για να προσθέσει ή να αφαιρέσει παλιές ειδοποιήσεις.',
@@ -1984,10 +2059,12 @@
19852060 'centralnotice-notices' => 'Ανακοινώσεις',
19862061 'centralnotice-notice-exists' => 'Η σημείωση υπάρχει ήδη.
19872062 Δεν προστίθεται',
 2063+ 'centralnotice-no-language' => 'Καμία γλώσσα δεν επιλέχθηκε για την καμπάνια. Δεν προστίθεται.',
19882064 'centralnotice-template-exists' => 'Το πρότυπο υπάρχει ήδη.
19892065 Δεν προστέθηκε',
19902066 'centralnotice-notice-doesnt-exist' => 'Η σημείωση δεν υπάρχει.
19912067 Τίποτα να αφαιρεθεί',
 2068+ 'centralnotice-banner-doesnt-exist' => 'Το λογότυπο δεν υπάρχει.',
19922069 'centralnotice-template-still-bound' => 'Το πρότυπο είναι ακόμη συνδεδεμένο με ένα σημείωμα.
19932070 Δεν έχει αφαιρεθεί.',
19942071 'centralnotice-template-body' => 'Δομή προτύπου:',
@@ -2000,6 +2077,7 @@
20012078 'centralnotice-project-name' => 'Όνομα εγχειρήματος',
20022079 'centralnotice-start-date' => 'Αρχική ημερομηνία',
20032080 'centralnotice-start-time' => 'Χρόνος εκκίνησης (UTC)',
 2081+ 'centralnotice-end-time' => 'Ώρα τερματισμού (UTC)',
20042082 'centralnotice-assigned-templates' => 'Απονομημένα πρότυπα',
20052083 'centralnotice-no-templates' => 'Δεν βρέθηκαν πρότυπα.
20062084 Προσθέστε μερικά!',
@@ -2031,20 +2109,39 @@
20322110 'centralnotice-clone' => 'Κλώνος',
20332111 'centralnotice-clone-notice' => 'Δημιουργία ενός αντίγραφου του προτύπου',
20342112 'centralnotice-preview-all-template-translations' => 'Προεπισκόπηση όλων των διαθέσιμων μεταφράσεων του προτύπου',
2035 - 'right-centralnotice-admin' => 'Διαχείριση κεντρικών ειδοποιήσεων',
2036 - 'right-centralnotice-translate' => 'Μετάφραση κεντρικών ειδοποιήσεων',
2037 - 'action-centralnotice-admin' => 'διαχείριση κεντρικών ειδοποιήσεων',
2038 - 'action-centralnotice-translate' => 'μετάφραση κεντρικών ειδοποιήσεων',
 2113+ 'centralnotice-insert' => 'Εισαγωγή: $1',
 2114+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} σύνδεσμος',
 2115+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} σύνδεσμος',
 2116+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} σύνδεσμος',
 2117+ 'centralnotice-close-button' => 'Κουμπί κλεισίματος',
 2118+ 'centralnotice-translate-button' => 'Σύνδεσμος για βοήθεια στην μετάφραση',
 2119+ 'centralnotice-donate-button' => 'Κουμπί δωρεάς',
 2120+ 'centralnotice-expanded-banner' => 'Εκτεταμένο banner',
 2121+ 'centralnotice-banner-display' => 'Εμφάνιση σε:',
 2122+ 'centralnotice-banner-anonymous' => 'Ανώνυμοι χρήστες',
 2123+ 'centralnotice-banner-logged-in' => 'Συνδεδεμένοι χρήστες',
 2124+ 'centralnotice-banner-type' => 'Τύπος banner:',
 2125+ 'centralnotice-countries' => 'Χώρες',
 2126+ 'centralnotice-allocation' => 'Κατανομή',
 2127+ 'centralnotice-view-allocation' => 'Δείτε κατανομή banner',
 2128+ 'centralnotice-allocation-instructions' => 'Επιλέξτε το περιβάλλον που θα θέλατε να δείτε την κατανομή banner για:',
 2129+ 'centralnotice-languages' => 'Γλώσσες',
 2130+ 'centralnotice-projects' => 'Εγχειρήματα',
 2131+ 'centralnotice-country' => 'Χώρα',
 2132+ 'centralnotice-percentage' => 'Ποσοστό',
20392133 'centralnotice-preferred' => 'Προτιμώμενα',
20402134 );
20412135
20422136 /** Esperanto (Esperanto)
20432137 * @author Michawiki
 2138+ * @author Mihxil
20442139 * @author Yekrats
20452140 */
20462141 $messages['eo'] = array(
20472142 'centralnotice' => 'Administranto de centrala notico',
20482143 'noticetemplate' => 'Administranto por centrala notico',
 2144+ 'right-centralnotice-admin' => 'Administri centralajn noticojn',
 2145+ 'action-centralnotice-admin' => 'administri centralajn noticojn',
20492146 'centralnotice-desc' => 'Aldonas centralan noticon por la vikio',
20502147 'centralnotice-summary' => 'Ĉi tiu modulo permesas al vi redakti viajn aktualajn centralajn noticojn.
20512148 Ĝi ankaŭ estas uzable por aldoni aŭ forigi malfreŝajn noticojn.',
@@ -2082,6 +2179,7 @@
20832180 'centralnotice-notices' => 'Noticoj',
20842181 'centralnotice-notice-exists' => 'Notico jam ekzistas.
20852182 Ne aldonante',
 2183+ 'centralnotice-no-project' => 'Neniu projekto elektitas por la kampanjo. Nenio aldonotas.',
20862184 'centralnotice-template-exists' => 'Ŝablono jam ekzistas.
20872185 Ne aldonante',
20882186 'centralnotice-notice-doesnt-exist' => 'Kampanjo ne ekzistas.',
@@ -2151,10 +2249,6 @@
21522250 'centralnotice-countries' => 'Landoj',
21532251 'centralnotice-country' => 'Lando',
21542252 'centralnotice-no-allocation' => 'Neniuj rekamrubandoj estas asignitaj.',
2155 - 'right-centralnotice-admin' => 'Administri centralajn noticojn',
2156 - 'right-centralnotice-translate' => 'Traduki centralajn noticojn',
2157 - 'action-centralnotice-admin' => 'administri centralajn noticojn',
2158 - 'action-centralnotice-translate' => 'traduki centralajn noticojn',
21592253 'centralnotice-preferred' => 'Preferata',
21602254 );
21612255
@@ -2173,6 +2267,8 @@
21742268 $messages['es'] = array(
21752269 'centralnotice' => 'Sistema de administración de avisos centralizados',
21762270 'noticetemplate' => 'Plantilla del aviso central',
 2271+ 'right-centralnotice-admin' => 'Gestionar avisos centrales',
 2272+ 'action-centralnotice-admin' => 'gestionar avisos centrales',
21772273 'centralnotice-desc' => 'Añade un mensaje central',
21782274 'centralnotice-summary' => 'Este módulo te permite editar los parámetros actuales de los avisos centrales.
21792275 También puede usarse para añadir o borrar avisos antiguos.',
@@ -2278,10 +2374,6 @@
22792375 'centralnotice-banner-type' => 'Tipo de banner:',
22802376 'centralnotice-banner-hidable' => 'Estático/Ocultable',
22812377 'centralnotice-banner-collapsible' => 'Colapsable',
2282 - 'right-centralnotice-admin' => 'Gestionar avisos centrales',
2283 - 'right-centralnotice-translate' => 'Traducir avisos centrales',
2284 - 'action-centralnotice-admin' => 'gestionar avisos centrales',
2285 - 'action-centralnotice-translate' => 'traducir avisos centrales',
22862378 'centralnotice-preferred' => 'Preferido',
22872379 );
22882380
@@ -2309,6 +2401,8 @@
23102402 'centralnotice-add-template' => 'Lisa mall',
23112403 'centralnotice-show-notices' => 'Näita teateid',
23122404 'centralnotice-list-templates' => 'Mallide list',
 2405+ 'centralnotice-multiple' => 'Mitmed ($1)',
 2406+ 'centralnotice-all-projects' => 'Kõik projektid',
23132407 'centralnotice-translations' => 'Tõlked',
23142408 'centralnotice-translate-to' => 'Tõlgi',
23152409 'centralnotice-translate' => 'Tõlgi',
@@ -2448,6 +2542,8 @@
24492543 'centralnotice' => 'مدیر اعلان متمرکز',
24502544 'noticetemplate' => 'مدیر اعلان متمرکز',
24512545 'bannerallocation' => 'مدیر اعلان متمرکز',
 2546+ 'right-centralnotice-admin' => 'مدیریت اعلان‌های متمرکز',
 2547+ 'action-centralnotice-admin' => 'مدیریت اعلان‌های متمرکز',
24522548 'centralnotice-desc' => 'یک اعلان متمرکز می‌افزاید',
24532549 'centralnotice-summary' => 'این ابزار به شما اجازه می‌دهد که اعلانات متمرکز خود را ویرایش کنید.
24542550 از آن می‌توان برای افزودن یا برداشتن اعلان‌های قبلی نیز استفاده کرد.',
@@ -2567,10 +2663,6 @@
25682664 'centralnotice-percentage' => 'درصد',
25692665 'centralnotice-documentwrite-error' => 'دستور document.write() نمی‌تواند درون یک آگهی استفاده شود.
25702666 برای اطلاعات بیشتر ttp://meta.wikimedia.org/wiki/Help:CentralNotice را ببینید.',
2571 - 'right-centralnotice-admin' => 'مدیریت اعلان‌های متمرکز',
2572 - 'right-centralnotice-translate' => 'ترجمهٔ اعلان‌های متمرکز',
2573 - 'action-centralnotice-admin' => 'مدیریت اعلان‌های متمرکز',
2574 - 'action-centralnotice-translate' => 'ترجمهٔ اعلان‌های متمرکز',
25752667 'centralnotice-preferred' => 'ترجیح داده شده',
25762668 );
25772669
@@ -2579,10 +2671,13 @@
25802672 * @author Crt
25812673 * @author Nike
25822674 * @author Tarmo
 2675+ * @author Tofu II
25832676 */
25842677 $messages['fi'] = array(
25852678 'centralnotice' => 'Keskitettyjen tiedotteiden ylläpito',
25862679 'noticetemplate' => 'Keskitetyn tiedotteen malline',
 2680+ 'right-centralnotice-admin' => 'Hallinnoida keskitettyjä tiedotteita',
 2681+ 'action-centralnotice-admin' => 'hallinnoida keskitettyjä tiedotteita',
25872682 'centralnotice-desc' => 'Mahdollistaa keskitetyn sivustotiedotteen lisäämisen.',
25882683 'centralnotice-summary' => 'Tämä moduuli antaa sinun muokata tällä hetkellä käytössä olevia keskitettyjä tiedotteita.
25892684 Voit myös lisätä tai poistaa vanhoja tiedotteita.',
@@ -2660,10 +2755,33 @@
26612756 'centralnotice-clone' => 'Kahdenna',
26622757 'centralnotice-clone-notice' => 'Tee kopio mallineesta',
26632758 'centralnotice-preview-all-template-translations' => 'Esikatsele kaikkia saatavilla olevia mallineen käännöksiä',
2664 - 'right-centralnotice-admin' => 'Hallinnoida keskitettyjä tiedotteita',
2665 - 'right-centralnotice-translate' => 'Kääntää keskitettyjä tiedotteita',
2666 - 'action-centralnotice-admin' => 'hallinnoida keskitettyjä tiedotteita',
2667 - 'action-centralnotice-translate' => 'kääntää keskitettyjä tiedotteita',
 2759+ 'centralnotice-insert' => 'Lisää: $1',
 2760+ 'centralnotice-hide-button' => 'Linkki {{int:centralnotice-shared-hide}}',
 2761+ 'centralnotice-collapse-button' => 'Linkki {{int:centralnotice-shared-collapse}}',
 2762+ 'centralnotice-expand-button' => 'Linkki {{int:centralnotice-shared-expand}}',
 2763+ 'centralnotice-close-button' => 'Sulje-painike',
 2764+ 'centralnotice-translate-button' => 'Auta kääntämisessä -linkki',
 2765+ 'centralnotice-donate-button' => 'Lahjoituspainike',
 2766+ 'centralnotice-expanded-banner' => 'Suurennettu banneri',
 2767+ 'centralnotice-collapsed-banner' => 'Pienennetty banneri',
 2768+ 'centralnotice-banner-display' => 'Näytä',
 2769+ 'centralnotice-banner-anonymous' => 'Anonyymeille käyttäjille',
 2770+ 'centralnotice-banner-logged-in' => 'Kirjautuneille käyttäjille',
 2771+ 'centralnotice-banner-type' => 'Bannerityyppi',
 2772+ 'centralnotice-banner-hidable' => 'Pysyvä/Piilotettava',
 2773+ 'centralnotice-banner-collapsible' => 'Piilotettava',
 2774+ 'centralnotice-geotargeted' => 'Maantieteellisesti suunnattu',
 2775+ 'centralnotice-countries' => 'Maat',
 2776+ 'centralnotice-allocation' => 'Jakaminen',
 2777+ 'centralnotice-view-allocation' => 'Näytä bannerin jakaminen',
 2778+ 'centralnotice-allocation-instructions' => 'Valitse ympäristö, jossa haluaisit nähdä bannerin jakamisen:',
 2779+ 'centralnotice-languages' => 'Kielet',
 2780+ 'centralnotice-country' => 'Maa',
 2781+ 'centralnotice-no-allocation' => 'Ei kohdistettuja bannereita.',
 2782+ 'centralnotice-allocation-description' => 'Bannerin kohdistus $1.$2 maassa $3:',
 2783+ 'centralnotice-percentage' => 'Prosenttiosuus',
 2784+ 'centralnotice-documentwrite-error' => 'document.write() -komentoa ei voi käyttää bannerin sisällä.
 2785+Sivulla http://meta.wikimedia.org/wiki/Help:CentralNotice on lisätietoja.',
26682786 'centralnotice-preferred' => 'Suositeltu',
26692787 );
26702788
@@ -2684,6 +2802,8 @@
26852803 'centralnotice' => 'Administration des avis centraux',
26862804 'noticetemplate' => 'Administration des avis centraux',
26872805 'bannerallocation' => 'Administration des avis centraux',
 2806+ 'right-centralnotice-admin' => 'Gérer les avis centraux',
 2807+ 'action-centralnotice-admin' => 'gérer les avis centraux',
26882808 'centralnotice-desc' => 'Ajoute un avis central du site',
26892809 'centralnotice-summary' => 'Ce module vous permet de modifier vos paramètres d’avis centraux.
26902810 Il peut aussi être utilisé pour ajouter des avis ou en enlever les plus anciens.',
@@ -2803,10 +2923,6 @@
28042924 'centralnotice-percentage' => 'Pourcentage',
28052925 'centralnotice-documentwrite-error' => 'document.write() ne peut pas être utilisé dans une bannière.
28062926 Veuillez consulter http://meta.wikimedia.org/wiki/Help:CentralNotice pour plus d’informations.',
2807 - 'right-centralnotice-admin' => 'Gérer les avis centraux',
2808 - 'right-centralnotice-translate' => 'Traduire les avis centraux',
2809 - 'action-centralnotice-admin' => 'gérer les avis centraux',
2810 - 'action-centralnotice-translate' => 'traduire les avis centraux',
28112927 'centralnotice-preferred' => 'Préféré',
28122928 );
28132929
@@ -2817,6 +2933,8 @@
28182934 'centralnotice' => 'Administracion des avis centrâls',
28192935 'noticetemplate' => 'Administracion des avis centrâls',
28202936 'bannerallocation' => 'Administracion des avis centrâls',
 2937+ 'right-centralnotice-admin' => 'Administrar los avis centrâls',
 2938+ 'action-centralnotice-admin' => 'administrar los avis centrâls',
28212939 'centralnotice-desc' => 'Apond un avis centrâl du seto.',
28222940 'centralnotice-summary' => 'Ceti modulo vos pèrmèt de changiér voutros paramètres d’avis centrâls.
28232941 Pôt asse-ben étre utilisâ por apondre des avis ou ben nen enlevar los ples vielys.',
@@ -2933,10 +3051,6 @@
29343052 'centralnotice-no-allocation' => 'Gins de baniére balyê.',
29353053 'centralnotice-allocation-description' => 'Alocacion de baniére por $1.$2 en $3 :',
29363054 'centralnotice-percentage' => 'Porcentâjo',
2937 - 'right-centralnotice-admin' => 'Administrar los avis centrâls',
2938 - 'right-centralnotice-translate' => 'Traduire los avis centrâls',
2939 - 'action-centralnotice-admin' => 'administrar los avis centrâls',
2940 - 'action-centralnotice-translate' => 'traduire los avis centrâls',
29413055 'centralnotice-preferred' => 'Prèferâ',
29423056 );
29433057
@@ -2954,6 +3068,8 @@
29553069 'centralnotice' => 'Administración do aviso central',
29563070 'noticetemplate' => 'Administración do aviso central',
29573071 'bannerallocation' => 'Administración do aviso central',
 3072+ 'right-centralnotice-admin' => 'Xestionar os avisos centrais',
 3073+ 'action-centralnotice-admin' => 'xestionar os avisos centrais',
29583074 'centralnotice-desc' => 'Engade un aviso central',
29593075 'centralnotice-summary' => 'Este módulo permite editar os parámetros dos seus avisos centrais actuais.
29603076 Tamén pode ser usado para engadir ou eliminar avisos vellos.',
@@ -3073,10 +3189,6 @@
30743190 'centralnotice-percentage' => 'Porcentaxe',
30753191 'centralnotice-documentwrite-error' => 'document.write() non se pode empregar nos carteis.
30763192 Olle http://meta.wikimedia.org/wiki/Help:CentralNotice para obter máis información.',
3077 - 'right-centralnotice-admin' => 'Xestionar os avisos centrais',
3078 - 'right-centralnotice-translate' => 'Traducir os avisos centrais',
3079 - 'action-centralnotice-admin' => 'xestionar os avisos centrais',
3080 - 'action-centralnotice-translate' => 'traducir os avisos centrais',
30813193 'centralnotice-preferred' => 'Preferido',
30823194 );
30833195
@@ -3112,6 +3224,8 @@
31133225 'centralnotice' => 'Adminischtrierig vu dr zentrale Mäldige',
31143226 'noticetemplate' => 'Verwaltig vu dr zentrale Mäldige',
31153227 'bannerallocation' => 'Verwaltig vu dr zäntrale Mäldig',
 3228+ 'right-centralnotice-admin' => 'Zentrali Mäldige verwalte',
 3229+ 'action-centralnotice-admin' => 'Zentrali Sytenotize verwalte',
31163230 'centralnotice-desc' => "Fiegt e zentrali ''sitenotice'' zue",
31173231 'centralnotice-summary' => 'Die Erwyterig erlaubt d Konfiguration vu zentrale Mäldige.
31183232 Si cha au zum Aalege vu neije un dr Leschig vu alte Mäldige brucht wäre.',
@@ -3230,10 +3344,6 @@
32313345 'centralnotice-percentage' => 'Prozäntsatz',
32323346 'centralnotice-documentwrite-error' => 'document.write() cha nit in eme Banner brucht wäre.
32333347 Lueg http://meta.wikimedia.org/wiki/Help:CentralNotice fir meh Informatione.',
3234 - 'right-centralnotice-admin' => 'Zentrali Mäldige verwalte',
3235 - 'right-centralnotice-translate' => 'Zentrali Mäldige ibersetze',
3236 - 'action-centralnotice-admin' => 'Zentrali Sytenotize verwalte',
3237 - 'action-centralnotice-translate' => 'Zentrali Sytenotize ibersetze',
32383348 'centralnotice-preferred' => 'Bevorzugt',
32393349 );
32403350
@@ -3244,6 +3354,8 @@
32453355 $messages['he'] = array(
32463356 'centralnotice' => 'ניהול ההודעה המרכזית',
32473357 'noticetemplate' => 'תבנית ההודעה המרכזית',
 3358+ 'right-centralnotice-admin' => 'ניהול הודעת מרכזיות',
 3359+ 'action-centralnotice-admin' => 'לנהל הודעות מרכזיות',
32483360 'centralnotice-desc' => 'הוספת הודעה בראש הדף משרת מרכזי',
32493361 'centralnotice-summary' => 'מודול זה מאפשר את עריכת ההודעות המרכזיות המותקנות כעת.
32503362 ניתן גם להשתמש בו כדי להוסיף או להסיר הודעות ישנות.',
@@ -3320,18 +3432,49 @@
33213433 'centralnotice-clone' => 'שכפול',
33223434 'centralnotice-clone-notice' => 'יצירת עותק של התבנית',
33233435 'centralnotice-preview-all-template-translations' => 'תצוגה מקדימה של כל התרגומים בתבנית',
3324 - 'right-centralnotice-admin' => 'ניהול הודעת מרכזיות',
3325 - 'right-centralnotice-translate' => 'תרגום הודעות מרכזיות',
3326 - 'action-centralnotice-admin' => 'לנהל הודעות מרכזיות',
3327 - 'action-centralnotice-translate' => 'לתרגם הודעות מרכזיות',
 3436+ 'centralnotice-insert' => 'הוספה: $1',
 3437+ 'centralnotice-hide-button' => 'הסתרת הקישור',
 3438+ 'centralnotice-collapse-button' => 'כיווץ הקישור',
 3439+ 'centralnotice-expand-button' => 'הרחבת הקישור',
 3440+ 'centralnotice-close-button' => 'לחצן סגירה',
 3441+ 'centralnotice-translate-button' => 'הקישור לסיוע בתרגום',
 3442+ 'centralnotice-donate-button' => 'לחצן התרומה',
 3443+ 'centralnotice-expanded-banner' => 'באנר מורחב',
 3444+ 'centralnotice-collapsed-banner' => 'באנר מצומצם',
 3445+ 'centralnotice-banner-display' => 'הצגה בפני:',
 3446+ 'centralnotice-banner-anonymous' => 'משתמשים אלמונים',
 3447+ 'centralnotice-banner-logged-in' => 'משתמשים שנכנסו',
 3448+ 'centralnotice-banner-type' => 'סוג הבאנר:',
 3449+ 'centralnotice-banner-hidable' => 'סטטי/ניתן להסתרה',
 3450+ 'centralnotice-banner-collapsible' => 'מתקפל',
 3451+ 'centralnotice-geotargeted' => 'ממוקד גאוגרפית',
 3452+ 'centralnotice-countries' => 'מדינות',
 3453+ 'centralnotice-allocation' => 'הקצאה',
 3454+ 'centralnotice-view-allocation' => 'צפייה בהקצאת הבאנר',
 3455+ 'centralnotice-allocation-instructions' => 'נא לבחור את הסביבה עבורה ברצונך לצפות בהקצאת הבאנר:',
 3456+ 'centralnotice-languages' => 'שפות',
 3457+ 'centralnotice-projects' => 'מיזמים',
 3458+ 'centralnotice-country' => 'ארץ',
 3459+ 'centralnotice-no-allocation' => 'לא הוקצו באנרים',
 3460+ 'centralnotice-allocation-description' => 'הקצאת באנר עבור $1.$2 תחת $3:',
 3461+ 'centralnotice-percentage' => 'אחוזים',
 3462+ 'centralnotice-documentwrite-error' => 'לא ניתן להשתמש ב־document.write() בתוך באנר.
 3463+ניתן לעיין ב־http://meta.wikimedia.org/wiki/Help:CentralNotice למידע נוסף.',
33283464 'centralnotice-preferred' => 'מועדפת',
33293465 );
33303466
33313467 /** Hindi (हिन्दी)
33323468 * @author Kaustubh
 3469+ * @author Suman
33333470 */
33343471 $messages['hi'] = array(
33353472 'centralnotice-desc' => 'सेंट्रल साईटनोटिस बढ़ायें',
 3473+ 'centralnotice-day' => 'दिन',
 3474+ 'centralnotice-year' => 'सन',
 3475+ 'centralnotice-month' => 'माह',
 3476+ 'centralnotice-hours' => 'घंटा',
 3477+ 'centralnotice-min' => 'मिनट',
 3478+ 'centralnotice-project-lang' => 'परियोजना भाषा',
33363479 );
33373480
33383481 /** Croatian (Hrvatski)
@@ -3344,6 +3487,8 @@
33453488 'centralnotice' => 'Administracija središnjih obavijesti',
33463489 'noticetemplate' => 'Administracija središnjih obavijesti',
33473490 'bannerallocation' => 'Administracija središnjih obavijesti',
 3491+ 'right-centralnotice-admin' => 'Uređivanje središnjih obavijesti',
 3492+ 'action-centralnotice-admin' => 'uređivanje središnjih obavijesti',
33483493 'centralnotice-desc' => 'Dodaje središnju obavijest za projekt',
33493494 'centralnotice-summary' => 'Ova stranica vam omogućava uređivanje trenutačno postavljenih središnjih obavijesti.
33503495 Može biti korištena i za dodavanje ili uklanjanje zastarjelih obavijesti.',
@@ -3366,6 +3511,7 @@
33673512 'centralnotice-show-notices' => 'Pokaži obavijesti',
33683513 'centralnotice-list-templates' => 'Popis predložaka',
33693514 'centralnotice-multiple' => 'više ($1)',
 3515+ 'centralnotice-all-projects' => 'Svi projekti',
33703516 'centralnotice-translations' => 'Prijevodi',
33713517 'centralnotice-translate-to' => 'Prevedi na',
33723518 'centralnotice-translate' => 'Prevedi',
@@ -3382,6 +3528,7 @@
33833529 'centralnotice-notice-exists' => 'Obavijest već postoji.
33843530 Nije dodano',
33853531 'centralnotice-no-language' => 'Nije odabran jezik za kampanju. Ništa se ne dodaje.',
 3532+ 'centralnotice-no-project' => 'Nijedan projekt nije odabran za obavijesti. Ništa se ne dodaje.',
33863533 'centralnotice-template-exists' => 'Predložak već postoji.
33873534 Nije dodano',
33883535 'centralnotice-notice-doesnt-exist' => 'Obavijest ne postoji.',
@@ -3457,16 +3604,14 @@
34583605 'centralnotice-allocation' => 'Dodjela',
34593606 'centralnotice-view-allocation' => 'Prikaži raspodjelu obavijesti',
34603607 'centralnotice-allocation-instructions' => 'Odaberi okruženje za koje želite vidjeti dodjelu obavijesti:',
 3608+ 'centralnotice-languages' => 'Jezici',
 3609+ 'centralnotice-projects' => 'Projekti',
34613610 'centralnotice-country' => 'Država',
34623611 'centralnotice-no-allocation' => 'Nema dodijeljenih obavijesti.',
34633612 'centralnotice-allocation-description' => 'Dodjela obavijesti za $1.$2 u $3:',
34643613 'centralnotice-percentage' => 'Postotak',
34653614 'centralnotice-documentwrite-error' => 'document.write() ne može se rabiti unutar obavijesti.
34663615 Pogledajte http://meta.wikimedia.org/wiki/Help:CentralNotice za više informacija.',
3467 - 'right-centralnotice-admin' => 'Uređivanje središnjih obavijesti',
3468 - 'right-centralnotice-translate' => 'Prevođenje središnjih obavijesti',
3469 - 'action-centralnotice-admin' => 'uređivanje središnjih obavijesti',
3470 - 'action-centralnotice-translate' => 'prevođenje središnjih obavijesti',
34713616 'centralnotice-preferred' => 'Željeno',
34723617 );
34733618
@@ -3476,6 +3621,8 @@
34773622 $messages['hsb'] = array(
34783623 'centralnotice' => 'Administrator centralnych powěsćow',
34793624 'noticetemplate' => 'Předłoha za centralnu powěsć',
 3625+ 'right-centralnotice-admin' => 'Centralne powěsće zrjadować',
 3626+ 'action-centralnotice-admin' => 'Centralne powěsće zrjadować',
34803627 'centralnotice-desc' => 'Přidawa centralnu bóčnu zdźělenku',
34813628 'centralnotice-summary' => 'Tutón modul ći dowola, zo by swoje aktualnu konfiguraciju centralnych powěsćow wobdźěłał.
34823629 Hodźi so tež za přidaće abo wotstronjenje starych powěsćow wužiwać.',
@@ -3580,10 +3727,6 @@
35813728 'centralnotice-banner-type' => 'Chorhojowy typ:',
35823729 'centralnotice-banner-hidable' => 'Statiski/Chowajomny',
35833730 'centralnotice-banner-collapsible' => 'Fałdujomny',
3584 - 'right-centralnotice-admin' => 'Centralne powěsće zrjadować',
3585 - 'right-centralnotice-translate' => 'Centralne powěsće přełožić',
3586 - 'action-centralnotice-admin' => 'Centralne powěsće zrjadować',
3587 - 'action-centralnotice-translate' => 'centralne powěsće přełožić',
35883731 'centralnotice-preferred' => 'Preferowany',
35893732 );
35903733
@@ -3595,6 +3738,8 @@
35963739 $messages['hu'] = array(
35973740 'centralnotice' => 'Központi üzenet adminisztráció',
35983741 'noticetemplate' => 'Központi üzenet-sablon',
 3742+ 'right-centralnotice-admin' => 'központi üzenetek beállítása',
 3743+ 'action-centralnotice-admin' => 'központi üzenetek beállítása',
35993744 'centralnotice-desc' => 'Központi üzenet megjelenítése',
36003745 'centralnotice-summary' => 'Ez a kiegészítő lehetővé teszi, hogy szerkeszd a jelenleg beállított központi üzeneteket.
36013746 Használhatod újak hozzáadására, vagy régiek eltávolítására is.',
@@ -3613,6 +3758,7 @@
36143759 'centralnotice-add-template' => 'Sablon hozzáadása',
36153760 'centralnotice-show-notices' => 'Üzenetek megjelenítése',
36163761 'centralnotice-list-templates' => 'Sablonok listázása',
 3762+ 'centralnotice-all-projects' => 'Minden projekt',
36173763 'centralnotice-translations' => 'Fordítások',
36183764 'centralnotice-translate-to' => 'Lefordítás',
36193765 'centralnotice-translate' => 'Lefordítás',
@@ -3624,6 +3770,7 @@
36253771 'centralnotice-notices' => 'Üzenetek',
36263772 'centralnotice-notice-exists' => 'Az üzenet már létezik.
36273773 Nem történt hozzáadás.',
 3774+ 'centralnotice-no-project' => 'Nincs projekt kiválasztva a kampányhoz. Nem lett hozzáadva.',
36283775 'centralnotice-template-exists' => 'A sablon már létezik.
36293776 Nem történt hozzáadás.',
36303777 'centralnotice-notice-doesnt-exist' => 'Az üzenet nem létezik.',
@@ -3673,11 +3820,21 @@
36743821 'centralnotice-clone-name' => 'Név:',
36753822 'centralnotice-preview-all-template-translations' => 'A sablon összes fordításának megtekintése',
36763823 'centralnotice-banner-anonymous' => 'Névtelen szerkesztők',
 3824+ 'centralnotice-banner-logged-in' => 'Bejelentkezett felhasználók',
 3825+ 'centralnotice-banner-type' => 'Hirdetés típusa:',
 3826+ 'centralnotice-banner-hidable' => 'Statikus/elrejthető',
 3827+ 'centralnotice-banner-collapsible' => 'Becsukható',
 3828+ 'centralnotice-geotargeted' => 'Célzás földrajzi hely szerint',
 3829+ 'centralnotice-countries' => 'Országok',
 3830+ 'centralnotice-allocation' => 'Kiosztás',
 3831+ 'centralnotice-view-allocation' => 'Hirdetéskiosztás megtekintése',
 3832+ 'centralnotice-allocation-instructions' => 'Válaszd ki azt a környezetet, amihez meg szeretnéd nézni a kiosztott hirdetéseket:',
 3833+ 'centralnotice-languages' => 'Nyelvek',
 3834+ 'centralnotice-projects' => 'Projektek',
 3835+ 'centralnotice-country' => 'Ország',
 3836+ 'centralnotice-no-allocation' => 'Nincs kiosztva egyetlen hirdetés sem.',
 3837+ 'centralnotice-allocation-description' => 'A(z) $1.$2 számára kiosztott hirdetések a következő helyen: $3',
36773838 'centralnotice-percentage' => 'Százalék',
3678 - 'right-centralnotice-admin' => 'központi üzenetek beállítása',
3679 - 'right-centralnotice-translate' => 'központi üzenetek fordítása',
3680 - 'action-centralnotice-admin' => 'központi üzenetek beállítása',
3681 - 'action-centralnotice-translate' => 'központi üzenetek fordítása',
36823839 'centralnotice-preferred' => 'Előnyben részesített',
36833840 );
36843841
@@ -3688,6 +3845,8 @@
36893846 'centralnotice' => 'Administration de avisos central',
36903847 'noticetemplate' => 'Administration de avisos central',
36913848 'bannerallocation' => 'Administration de avisos central',
 3849+ 'right-centralnotice-admin' => 'Gerer avisos central',
 3850+ 'action-centralnotice-admin' => 'gerer avisos central',
36923851 'centralnotice-desc' => 'Adde un aviso de sito central',
36933852 'centralnotice-summary' => 'Iste modulo permitte modificar le avisos central actualmente configurate.
36943853 Illo pote tamben esser usate pro adder o remover avisos ancian.',
@@ -3782,9 +3941,9 @@
37833942 'centralnotice-clone-name' => 'Nomine:',
37843943 'centralnotice-preview-all-template-translations' => 'Previsualiar tote le traductiones disponibile del bandiera',
37853944 'centralnotice-insert' => 'Inserer: $1',
3786 - 'centralnotice-hide-button' => 'Ligamine "{{int:centralnotice-shared-hide}}"',
3787 - 'centralnotice-collapse-button' => 'Ligamine "{{int:centralnotice-shared-collapse}}"',
3788 - 'centralnotice-expand-button' => 'Ligamine "{{int:centralnotice-shared-expand}}"',
 3945+ 'centralnotice-hide-button' => 'Celar ligamine',
 3946+ 'centralnotice-collapse-button' => 'Plicar ligamine',
 3947+ 'centralnotice-expand-button' => 'Displicar ligamine',
37893948 'centralnotice-close-button' => 'Button "Clauder"',
37903949 'centralnotice-translate-button' => 'Ligamine "Adjuta de traduction"',
37913950 'centralnotice-donate-button' => 'Button "Donar"',
@@ -3807,10 +3966,6 @@
38083967 'centralnotice-percentage' => 'Percentage',
38093968 'centralnotice-documentwrite-error' => 'document.write() non pote esser usate intra un bandiera.
38103969 Vide http://meta.wikimedia.org/wiki/Help:CentralNotice pro plus informationes.',
3811 - 'right-centralnotice-admin' => 'Gerer avisos central',
3812 - 'right-centralnotice-translate' => 'Traducer avisos central',
3813 - 'action-centralnotice-admin' => 'gerer avisos central',
3814 - 'action-centralnotice-translate' => 'traducer avisos central',
38153970 'centralnotice-preferred' => 'Preferite',
38163971 );
38173972
@@ -3825,6 +3980,8 @@
38263981 'centralnotice' => 'Administrasi pengumuman sentral',
38273982 'noticetemplate' => 'Pengurus pengumuman sentral',
38283983 'bannerallocation' => 'Pengurus pengumuman sentral',
 3984+ 'right-centralnotice-admin' => 'Mengatur pengumuman sentral',
 3985+ 'action-centralnotice-admin' => 'mengatur pengumuman sentral',
38293986 'centralnotice-desc' => 'Menambahkan suatu pengumuman sentral',
38303987 'centralnotice-summary' => 'Dengan modul ini, Anda dapat menyunting pengaturan pengumuman sentral saat ini.
38313988 Modul ini juga dapat digunakan untuk menambahkan atau menghapus pengumuman lama.',
@@ -3919,9 +4076,9 @@
39204077 'centralnotice-clone-name' => 'Nama:',
39214078 'centralnotice-preview-all-template-translations' => 'Lihat pratayang semua terjemahan templat yang tersedia',
39224079 'centralnotice-insert' => 'Sisipkan: $1',
3923 - 'centralnotice-hide-button' => 'Pranala {{int:centralnotice-shared-hide}}',
3924 - 'centralnotice-collapse-button' => 'Pranala {{int:centralnotice-shared-collapse}}',
3925 - 'centralnotice-expand-button' => 'Pranala {{int:centralnotice-shared-expand}}',
 4080+ 'centralnotice-hide-button' => 'Sembunyikan pranala',
 4081+ 'centralnotice-collapse-button' => 'Ciutkan pranala',
 4082+ 'centralnotice-expand-button' => 'Luaskan pranala',
39264083 'centralnotice-close-button' => 'Tombol tutup',
39274084 'centralnotice-translate-button' => 'Pranala bantu terjemahkan',
39284085 'centralnotice-donate-button' => 'Tombol sumbangan',
@@ -3944,10 +4101,6 @@
39454102 'centralnotice-percentage' => 'Persentase',
39464103 'centralnotice-documentwrite-error' => 'document.write() tidak dapat digunakan di dalam pengumuman.
39474104 Lihat http://meta.wikimedia.org/wiki/Help:CentralNotice untuk informasi lebih lanjut.',
3948 - 'right-centralnotice-admin' => 'Mengatur pengumuman sentral',
3949 - 'right-centralnotice-translate' => 'Menerjemahkan pengumuman sentral',
3950 - 'action-centralnotice-admin' => 'mengatur pengumuman sentral',
3951 - 'action-centralnotice-translate' => 'menerjemahkan pengumuman sentral',
39524105 'centralnotice-preferred' => 'Preferensi',
39534106 );
39544107
@@ -4077,6 +4230,10 @@
40784231 'centralnotice-clone' => 'Clona',
40794232 'centralnotice-clone-notice' => 'Crea una copia del template',
40804233 'centralnotice-preview-all-template-translations' => 'Mostra tutte le traduzioni disponibili del template',
 4234+ 'centralnotice-insert' => 'Inserisci: $1',
 4235+ 'centralnotice-close-button' => 'Pulsante di chiusura',
 4236+ 'centralnotice-donate-button' => 'Pulsante donazione',
 4237+ 'centralnotice-banner-display' => 'Visualizza in:',
40814238 'centralnotice-banner-anonymous' => 'Utenti anonimi',
40824239 'centralnotice-banner-logged-in' => 'Utenti collegati',
40834240 'centralnotice-countries' => 'Paesi',
@@ -4101,6 +4258,8 @@
41024259 'centralnotice' => '中央管理通知の管理',
41034260 'noticetemplate' => '中央管理通知の管理',
41044261 'bannerallocation' => '中央管理通知の管理',
 4262+ 'right-centralnotice-admin' => '中央管理通知の管理',
 4263+ 'action-centralnotice-admin' => '中央管理通知の管理',
41054264 'centralnotice-desc' => '中央管理のサイト通知を追加する',
41064265 'centralnotice-summary' => 'このモジュールにより現在設定されている中央管理通知を編集することができます。通知の追加や除去も行えます。',
41074266 'centralnotice-query' => '現在の告知を変更する',
@@ -4216,10 +4375,6 @@
42174376 'centralnotice-percentage' => '割合',
42184377 'centralnotice-documentwrite-error' => 'テンプレート内で、document.write()を使うことはできません。
42194378 詳細については、 http://meta.wikimedia.org/wiki/Help:CentralNotice を参照してください。',
4220 - 'right-centralnotice-admin' => '中央管理通知の管理',
4221 - 'right-centralnotice-translate' => '中央管理通知の翻訳',
4222 - 'action-centralnotice-admin' => '中央管理通知の管理',
4223 - 'action-centralnotice-translate' => '中央管理通知の翻訳',
42244379 'centralnotice-preferred' => '優先',
42254380 );
42264381
@@ -4320,31 +4475,44 @@
43214476
43224477 /** Georgian (ქართული)
43234478 * @author BRUTE
 4479+ * @author David1010
43244480 * @author Malafaya
43254481 * @author გიორგიმელა
43264482 */
43274483 $messages['ka'] = array(
43284484 'noticetemplate' => 'გლობალური შეტყობინების თარგი',
43294485 'centralnotice-query' => 'მოქმედი შეტყობინების შეცვლა',
 4486+ 'centralnotice-notice-name' => 'შეტყობინების სახელი',
43304487 'centralnotice-end-date' => 'დასრულების თარიღი',
43314488 'centralnotice-enabled' => 'ჩართულია',
43324489 'centralnotice-modify' => 'გაგზავნა',
 4490+ 'centralnotice-save-banner' => 'ბანერის შენახვა',
43334491 'centralnotice-preview' => 'წინა',
 4492+ 'centralnotice-add-new' => 'ახალი შეტყობინების დამატება',
43344493 'centralnotice-remove' => 'წაშლა',
43354494 'centralnotice-translate-heading' => 'თარგმანი $1-თვის',
 4495+ 'centralnotice-manage' => 'კამპანიების მართვა',
 4496+ 'centralnotice-manage-templates' => 'ბანერების მართვა',
43364497 'centralnotice-add' => 'დამატება',
43374498 'centralnotice-add-notice' => 'შეტყობინების დამატება',
 4499+ 'centralnotice-edit-notice' => 'კამპანიის რედაქტირება',
43384500 'centralnotice-add-template' => 'დაამატეთ თარგი',
43394501 'centralnotice-show-notices' => 'შეტყობინებების ჩვენება',
43404502 'centralnotice-list-templates' => 'თარგების სია',
 4503+ 'centralnotice-multiple' => 'მრავალი ($1)',
 4504+ 'centralnotice-all-projects' => 'ყველა პროექტი',
43414505 'centralnotice-translations' => 'თარგმანები',
43424506 'centralnotice-translate-to' => 'გადათარგმნა',
43434507 'centralnotice-translate' => 'თარგმნა',
43444508 'centralnotice-english' => 'ინგლისური',
4345 - 'centralnotice-banner-name' => 'თარგების სახელი',
 4509+ 'centralnotice-banner-name' => 'ბანერის სახელი:',
 4510+ 'centralnotice-banner' => 'ბანერი',
 4511+ 'centralnotice-banner-heading' => 'ბანერი: $1',
43464512 'centralnotice-templates' => 'თარგები',
43474513 'centralnotice-weight' => 'სიგანე',
43484514 'centralnotice-locked' => 'დაბლოკილი',
 4515+ 'centralnotice-notice' => 'კამპანია',
 4516+ 'centralnotice-notice-heading' => 'კამპანია: $1',
43494517 'centralnotice-notices' => 'შეტყობინებები',
43504518 'centralnotice-notice-exists' => 'შენიშვნა უკვე არსებობს.
43514519 არ დაამატოთ',
@@ -4358,12 +4526,16 @@
43594527 'centralnotice-hours' => 'საათი',
43604528 'centralnotice-min' => 'წუთი',
43614529 'centralnotice-project-lang' => 'პროექტის ენა',
 4530+ 'centralnotice-select' => 'აირჩიეთ: $1',
 4531+ 'centralnotice-top-ten-languages' => 'საუკეთესო 10 ენა',
43624532 'centralnotice-project-name' => 'პროექტის სახელი',
43634533 'centralnotice-start-date' => 'დაწყების თარიღი',
43644534 'centralnotice-start-time' => 'დაწყების დრო (UTC)',
 4535+ 'centralnotice-end-time' => 'დასრულების დრო (UTC)',
43654536 'centralnotice-no-templates' => 'თარგები ნაპოვნი არ არის. დაამატეთ რამე!',
43664537 'centralnotice-preview-template' => 'წინა თარგი',
43674538 'centralnotice-change-lang' => 'თარგმანის ენის შეცვლა',
 4539+ 'centralnotice-weights' => 'წონა',
43684540 'centralnotice-confirm-delete' => 'დარწმუნებული ხართ, რომ გინდათ ამ ელემენტის წაშლა? ეს მოქმედება ვეღარ გაუქმნდება.',
43694541 'centralnotice-number-uses' => 'გამოიყენება',
43704542 'centralnotice-settings' => 'კონფიგურაცია',
@@ -4373,6 +4545,14 @@
43744546 'centralnotice-clone' => 'კლონირება',
43754547 'centralnotice-clone-notice' => 'თარგის ასლის შექმნა',
43764548 'centralnotice-clone-name' => 'სახელი:',
 4549+ 'centralnotice-insert' => 'ჩასვით: $1',
 4550+ 'centralnotice-close-button' => 'დახურვის ღილაკი',
 4551+ 'centralnotice-banner-anonymous' => 'ანონიმური მომხმარებლები',
 4552+ 'centralnotice-banner-type' => 'ბანერის ტიპი:',
 4553+ 'centralnotice-countries' => 'ქვეყნები',
 4554+ 'centralnotice-languages' => 'ენები',
 4555+ 'centralnotice-projects' => 'პროექტები',
 4556+ 'centralnotice-country' => 'ქვეყანა',
43774557 'right-centralnotice-translate' => 'ცენტრალური შეტყობინებების თარგმანი',
43784558 );
43794559
@@ -4639,6 +4819,8 @@
46404820 'centralnotice' => 'Administratioun vun den zentrale Matdeelungen',
46414821 'noticetemplate' => 'Gstioun vun den zentrale Matdeelungen',
46424822 'bannerallocation' => 'Administratioun vun den zentrale Matdeelungen',
 4823+ 'right-centralnotice-admin' => 'Zentralmatdeelunge geréieren',
 4824+ 'action-centralnotice-admin' => 'Zentralmatdeelungen ze geréieren',
46434825 'centralnotice-desc' => 'Setzt eng zentral Matdeelung iwwert de Site derbäi',
46444826 'centralnotice-summary' => "Dës Erweiderung erlaabt et Är aktuell Parameter vun den zentrale Matdeelungen z'änneren.
46454827 Se kann och benotzt gi fir Matdeelunge derbäizesetzen oder aler ewechzehuelen.",
@@ -4727,7 +4909,7 @@
47284910 'centralnotice-edit-template' => 'Schabloun änneren',
47294911 'centralnotice-edit-template-summary' => 'Fir e lokaliséierbare Message unzeleeën, setzt eng Zeecheketten tëschent dräi geschweefte Klameren dran, z. Bsp. {{{jimbo-quote}}}.',
47304912 'centralnotice-message' => 'Message',
4731 - 'centralnotice-message-not-set' => 'Message net gepäichert',
 4913+ 'centralnotice-message-not-set' => 'Message net gespäichert',
47324914 'centralnotice-clone' => 'Eng Kopie maachen',
47334915 'centralnotice-clone-notice' => 'Eng Kopie vum Banner maachen',
47344916 'centralnotice-clone-name' => 'Numm:',
@@ -4757,10 +4939,6 @@
47584940 'centralnotice-percentage' => 'Prozentsaz',
47594941 'centralnotice-documentwrite-error' => 'document.write() kann net bannen an engem Banner benotzt ginn.
47604942 Kuckt http://meta.wikimedia.org/wiki/Help:CentralNotice fir méi Informatiounen.',
4761 - 'right-centralnotice-admin' => 'Zentralmatdeelunge geréieren',
4762 - 'right-centralnotice-translate' => 'Zentralmatdeelungen iwwersetzen',
4763 - 'action-centralnotice-admin' => 'Zentralmatdeelungen ze geréieren',
4764 - 'action-centralnotice-translate' => "Zentralmatdeelungen z'iwwersetzen",
47654943 'centralnotice-preferred' => 'Am léiwsten',
47664944 );
47674945
@@ -4782,6 +4960,8 @@
47834961 'centralnotice' => 'Beheer centrale sitemitdeiling',
47844962 'noticetemplate' => 'Behier centraal sitemitdeiling',
47854963 'bannerallocation' => 'Behier centraal sitemitdeiling',
 4964+ 'right-centralnotice-admin' => 'Centrale sitemitdeilinge behere',
 4965+ 'action-centralnotice-admin' => 'beheer centrale sitemitdeilinge',
47864966 'centralnotice-desc' => "Deit 'n centrale sitemededeling bie",
47874967 'centralnotice-summary' => 'Mit dees moduul kinne centraal ingestelde sitemitdeilinge bewirk waere.
47884968 De module kin ouch gebroek waere om sitemitdeilinge bie te doon of eweg te sjaffe.',
@@ -4902,10 +5082,6 @@
49035083 'centralnotice-percentage' => 'Percentage',
49045084 'centralnotice-documentwrite-error' => 'document.write() kin neet zónger de vaan gebroek waere.
49055085 Zuuch http://meta.wikimedia.org/wiki/Help:CentralNotice veur mieër informatie.',
4906 - 'right-centralnotice-admin' => 'Centrale sitemitdeilinge behere',
4907 - 'right-centralnotice-translate' => 'Centrale sitenotices vertale',
4908 - 'action-centralnotice-admin' => 'beheer centrale sitemitdeilinge',
4909 - 'action-centralnotice-translate' => 'centrale sitemitdeilinge euverzètte',
49105086 'centralnotice-preferred' => 'Prifferensies',
49115087 );
49125088
@@ -4913,6 +5089,31 @@
49145090 * @author Matasg
49155091 */
49165092 $messages['lt'] = array(
 5093+ 'right-centralnotice-admin' => 'Visuotinių pranešimų valdymas',
 5094+ 'action-centralnotice-admin' => 'visuotinių pranešimų valdymas',
 5095+ 'centralnotice-query' => 'Keisti šiuo metu vykdomas kampanijas',
 5096+ 'centralnotice-notice-name' => 'Kampanijos pavadinimas',
 5097+ 'centralnotice-end-date' => 'Pabaigos data',
 5098+ 'centralnotice-enabled' => 'Įjungta',
 5099+ 'centralnotice-modify' => 'Pateikti',
 5100+ 'centralnotice-save-banner' => 'Įrašyti reklaminę juostą',
 5101+ 'centralnotice-preview' => 'Peržiūra',
 5102+ 'centralnotice-add-new' => 'Pridėti naują kampaniją',
 5103+ 'centralnotice-remove' => 'Pašalinti',
 5104+ 'centralnotice-translate-heading' => '$1 vertimas',
 5105+ 'centralnotice-manage' => 'Valdyti kampanijas',
 5106+ 'centralnotice-manage-templates' => 'Valdyti reklamines juostas',
 5107+ 'centralnotice-add' => 'Pridėti',
 5108+ 'centralnotice-add-notice' => 'Pridėti kampaniją',
 5109+ 'centralnotice-edit-notice' => 'Redaguoti kampaniją',
 5110+ 'centralnotice-add-template' => 'Pridėti reklaminę juostą',
 5111+ 'centralnotice-show-notices' => 'Rodyti kampanijas',
 5112+ 'centralnotice-list-templates' => 'Reklaminių juostų sąrašas',
 5113+ 'centralnotice-all-projects' => 'Visi projektai',
 5114+ 'centralnotice-translations' => 'Vertimai',
 5115+ 'centralnotice-translate-to' => 'Išversti į',
 5116+ 'centralnotice-translate' => 'Išversti',
 5117+ 'centralnotice-english' => 'Anglų',
49175118 'centralnotice-day' => 'Diena',
49185119 'centralnotice-year' => 'Metai',
49195120 'centralnotice-month' => 'Mėnuo',
@@ -4945,10 +5146,6 @@
49465147 'centralnotice-banner-type' => 'Pranešimo tipas:',
49475148 'centralnotice-banner-hidable' => 'Statinis/Paslepiamas',
49485149 'centralnotice-banner-collapsible' => 'Sutraukiamas',
4949 - 'right-centralnotice-admin' => 'Visuotinių pranešimų valdymas',
4950 - 'right-centralnotice-translate' => 'Visuotinių pranešimų vertimas',
4951 - 'action-centralnotice-admin' => 'visuotinių pranešimų valdymas',
4952 - 'action-centralnotice-translate' => 'visuotinių pranešimų vertimas',
49535150 );
49545151
49555152 /** Latvian (Latviešu)
@@ -5057,6 +5254,8 @@
50585255 'centralnotice' => 'Администратор на централни известувања',
50595256 'noticetemplate' => 'Администратор на централни известувања',
50605257 'bannerallocation' => 'Администратор на централни известувања',
 5258+ 'right-centralnotice-admin' => 'Раководење со централни известувања',
 5259+ 'action-centralnotice-admin' => 'раководење со централни известувања',
50615260 'centralnotice-desc' => 'Централизирано известување',
50625261 'centralnotice-summary' => 'Овој модул ви овозможува да ги уредувате вашите моментално поставени централни известувања.
50635262 Може да се користи и за додавање или отстранување на стари известувања.',
@@ -5151,9 +5350,9 @@
51525351 'centralnotice-clone-name' => 'Име:',
51535352 'centralnotice-preview-all-template-translations' => 'Преглед на сите расположиви преводи на шаблонот',
51545353 'centralnotice-insert' => 'Вметни: $1',
5155 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} врска',
5156 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} врска',
5157 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} врска',
 5354+ 'centralnotice-hide-button' => 'Скриј',
 5355+ 'centralnotice-collapse-button' => 'Склопи',
 5356+ 'centralnotice-expand-button' => 'Расклопи',
51585357 'centralnotice-close-button' => 'Копче за затворање',
51595358 'centralnotice-translate-button' => 'Врска за помош со преводите',
51605359 'centralnotice-donate-button' => 'Копче за донации',
@@ -5175,10 +5374,6 @@
51765375 'centralnotice-allocation-description' => 'Распределба на плакати за $1.$2 iво $3:',
51775376 'centralnotice-percentage' => 'Постоток',
51785377 'centralnotice-documentwrite-error' => 'document.write() не може да се користи во рамките на плаЗа повеќе информации, погледајте ја страницата http://meta.wikimedia.org/wiki/Help:CentralNotice',
5179 - 'right-centralnotice-admin' => 'Раководење со централни известувања',
5180 - 'right-centralnotice-translate' => 'Преведување на централни известувања',
5181 - 'action-centralnotice-admin' => 'раководење со централни известувања',
5182 - 'action-centralnotice-translate' => 'преведување на цетрални известувања',
51835378 'centralnotice-preferred' => 'Претпочитано',
51845379 );
51855380
@@ -5190,6 +5385,8 @@
51915386 'centralnotice' => 'കേന്ദ്രീകൃത അറിയിപ്പ് കാര്യനിർവാഹകൻ',
51925387 'noticetemplate' => 'കേന്ദ്രീകൃത അറിയിപ്പ് കാര്യനിർവാഹകൻ',
51935388 'bannerallocation' => 'കേന്ദ്രീകൃത അറിയിപ്പ് കാര്യനിർവാഹകൻ',
 5389+ 'right-centralnotice-admin' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ കൈകാര്യം ചെയ്യുക',
 5390+ 'action-centralnotice-admin' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ കൈകാര്യം ചെയ്യുക',
51945391 'centralnotice-desc' => 'കേന്ദീകൃത സൈറ്റ്നോട്ടീസ് ചേർക്കുന്നു',
51955392 'centralnotice-summary' => 'തയ്യാറാക്കപ്പെട്ട കേന്ദ്രീകൃത അറിയിപ്പുകൾ തിരുത്താൻ ഈ ഘടകം താങ്കളെ പ്രാപ്തമാക്കുന്നു.
51965393 പഴയ അറിയിപ്പുകൾ കൂട്ടിച്ചേർക്കാനോ നീക്കം ചെയ്യാനോ വേണ്ടിയും ഇതുപയോഗിക്കാവുന്നതാണ്.',
@@ -5284,9 +5481,9 @@
52855482 'centralnotice-clone-name' => 'പേര്:',
52865483 'centralnotice-preview-all-template-translations' => 'ഫലകത്തിന്റെ ലഭ്യമായ എല്ലാ തർജ്ജമകളുടേയും പ്രിവ്യൂ കാണുക',
52875484 'centralnotice-insert' => 'ഉൾപ്പെടുത്തുക: $1',
5288 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} കണ്ണി',
5289 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} കണ്ണി',
5290 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} കണ്ണി',
 5485+ 'centralnotice-hide-button' => 'മറയ്ക്കാനുള്ള കണ്ണി',
 5486+ 'centralnotice-collapse-button' => 'ചുരുക്കാനുള്ള കണ്ണി',
 5487+ 'centralnotice-expand-button' => 'വികസിപ്പിക്കാനുള്ള കണ്ണി',
52915488 'centralnotice-close-button' => 'അടയ്ക്കാനുള്ള ബട്ടൺ',
52925489 'centralnotice-translate-button' => 'പരിഭാഷാസഹായി ബട്ടൺ',
52935490 'centralnotice-donate-button' => 'സംഭാവനാ ബട്ടൺ',
@@ -5309,10 +5506,6 @@
53105507 'centralnotice-percentage' => 'ശതമാനം',
53115508 'centralnotice-documentwrite-error' => 'എഴുത്തുപട്ടയിൽ document.write() ഉപയോഗിക്കാനാവില്ല.
53125509 കൂടുതൽ വിവരങ്ങൾക്ക് http://meta.wikimedia.org/wiki/Help:CentralNotice കാണുക',
5313 - 'right-centralnotice-admin' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ കൈകാര്യം ചെയ്യുക',
5314 - 'right-centralnotice-translate' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ തർജ്ജമ ചെയ്യുക',
5315 - 'action-centralnotice-admin' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ കൈകാര്യം ചെയ്യുക',
5316 - 'action-centralnotice-translate' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ തർജ്ജമ ചെയ്യുക',
53175510 'centralnotice-preferred' => 'അഭിലഷണീയമായുള്ളത്',
53185511 );
53195512
@@ -5578,6 +5771,8 @@
55795772 'centralnotice' => 'Beheer centrale sitenotice',
55805773 'noticetemplate' => 'Centrale sitenotice beheren',
55815774 'bannerallocation' => 'Centrale sitenotice beheren',
 5775+ 'right-centralnotice-admin' => 'Centrale sitenotices beheren',
 5776+ 'action-centralnotice-admin' => 'centrale sitenotices beheren',
55825777 'centralnotice-desc' => 'Voegt een centrale sitemededeling toe',
55835778 'centralnotice-summary' => 'Met deze module kunnen centraal ingestelde sitenotices bewerkt worden.
55845779 De module kan ook gebruikt worden om sitenotices toe te voegen of oude te verwijderen.',
@@ -5697,10 +5892,6 @@
56985893 'centralnotice-percentage' => 'Percentage',
56995894 'centralnotice-documentwrite-error' => 'document.write() kan niet worden gebruikt binnen een banner.
57005895 Zie http://meta.wikimedia.org/wiki/Help:CentralNotice voor meer informatie.',
5701 - 'right-centralnotice-admin' => 'Centrale sitenotices beheren',
5702 - 'right-centralnotice-translate' => 'Centrale sitenotices vertalen',
5703 - 'action-centralnotice-admin' => 'centrale sitenotices beheren',
5704 - 'action-centralnotice-translate' => 'centrale sitenotices vertalen',
57055896 'centralnotice-preferred' => 'Voorkeur',
57065897 );
57075898
@@ -5794,6 +5985,8 @@
57955986 'centralnotice' => 'Administrasjon av sentrale beskjeder',
57965987 'noticetemplate' => 'Admin for sentrale beskjeder',
57975988 'bannerallocation' => 'Administrasjon av sentrale beskjeder',
 5989+ 'right-centralnotice-admin' => 'Håndtere sentrale meldinger',
 5990+ 'action-centralnotice-admin' => 'administrere sentrale meldinger',
57985991 'centralnotice-desc' => 'Legger til en sentral sidenotis',
57995992 'centralnotice-summary' => 'Denne modulen lar deg redigere din nåværende sentralmeldinger.
58005993 Den kan også bli brukt for å legge til eller fjerne gamle meldinger.',
@@ -5913,10 +6106,6 @@
59146107 'centralnotice-percentage' => 'Prosent',
59156108 'centralnotice-documentwrite-error' => 'document.write() kan ikke brukes i et banner.
59166109 Se http://meta.wikimedia.org/wiki/Help:CentralNotice for mer informasjon.',
5917 - 'right-centralnotice-admin' => 'Håndtere sentrale meldinger',
5918 - 'right-centralnotice-translate' => 'Oversett sentrale meldinger',
5919 - 'action-centralnotice-admin' => 'administrere sentrale meldinger',
5920 - 'action-centralnotice-translate' => 'oversette sentrale meldinger',
59216110 'centralnotice-preferred' => 'Foretrukket',
59226111 );
59236112
@@ -6048,6 +6237,8 @@
60496238 'centralnotice' => 'Administrowanie wspólnymi komunikatami',
60506239 'noticetemplate' => 'Zarządzanie wspólnymi komunikatami',
60516240 'bannerallocation' => 'Zarządzanie wspólnymi komunikatami',
 6241+ 'right-centralnotice-admin' => 'Zarządzanie wspólnymi komunikatami',
 6242+ 'action-centralnotice-admin' => 'zarządzaj centralnymi komunikatami',
60526243 'centralnotice-desc' => 'Dodaje wspólny komunikat dla serwisów',
60536244 'centralnotice-summary' => 'Ten moduł pozwala zmieniać bieżące ustawienia wspólnych komunikatów.
60546245 Można także dodawać i usuwać komunikaty.',
@@ -6135,9 +6326,9 @@
61366327 'centralnotice-clone-name' => 'Nazwa',
61376328 'centralnotice-preview-all-template-translations' => 'Zobacz wszystkie dostępne tłumaczenia szablonu',
61386329 'centralnotice-insert' => 'Wstaw: $1',
6139 - 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}',
6140 - 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}',
6141 - 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-expand}}',
 6330+ 'centralnotice-hide-button' => 'Ukryj link',
 6331+ 'centralnotice-collapse-button' => 'Zwiń link',
 6332+ 'centralnotice-expand-button' => 'Rozwiń link',
61426333 'centralnotice-close-button' => 'Przycisk zamykania',
61436334 'centralnotice-translate-button' => 'Link „Pomóż w tłumaczeniu”',
61446335 'centralnotice-donate-button' => 'Przycisk „Wspomóż”',
@@ -6160,10 +6351,6 @@
61616352 'centralnotice-percentage' => 'Procentowo',
61626353 'centralnotice-documentwrite-error' => 'Nie można korzystać z document.write() w banerze.
61636354 Więcej informacji odnajdziesz na stronie http://meta.wikimedia.org/wiki/Help:CentralNotice',
6164 - 'right-centralnotice-admin' => 'Zarządzanie wspólnymi komunikatami',
6165 - 'right-centralnotice-translate' => 'Tłumaczenie wspólnych dla projektów ogłoszeń',
6166 - 'action-centralnotice-admin' => 'zarządzaj centralnymi komunikatami',
6167 - 'action-centralnotice-translate' => 'przetłumacz centralne komunikaty',
61686355 'centralnotice-preferred' => 'Preferowany',
61696356 );
61706357
@@ -6175,6 +6362,8 @@
61766363 'centralnotice' => 'Aministrassion sentral ëd le neuve',
61776364 'noticetemplate' => 'Aministrassion sentral ëd le neuve',
61786365 'bannerallocation' => 'Aministrassion sentral ëd le neuve',
 6366+ 'right-centralnotice-admin' => 'Gestì le neuve sentraj',
 6367+ 'action-centralnotice-admin' => 'gestì le neuve sentraj',
61796368 'centralnotice-desc' => 'A gionta na Neuva Sentral dël sit',
61806369 'centralnotice-summary' => 'Sto mòdol-sì a-j përmët ëd modifiché soe Neuve Sentraj ampostà al moment.
61816370 A peul ëdcò esse dovrà për gionté o gavé notissie veje.',
@@ -6294,10 +6483,6 @@
62956484 'centralnotice-percentage' => 'Përsentual',
62966485 'centralnotice-documentwrite-error' => "document.write() a peul pa esse dovrà ant un tilèt.
62976486 ch'a lesa http://meta.wikimedia.org/wiki/Help:CentralNotice për savèjne ëd pi.",
6298 - 'right-centralnotice-admin' => 'Gestì le neuve sentraj',
6299 - 'right-centralnotice-translate' => 'Volté le neuve sentraj',
6300 - 'action-centralnotice-admin' => 'gestì le neuve sentraj',
6301 - 'action-centralnotice-translate' => 'volté le neuve sentraj',
63026487 'centralnotice-preferred' => 'Mè gust',
63036488 );
63046489
@@ -6350,6 +6535,8 @@
63516536 'centralnotice' => 'Administração de avisos centralizados',
63526537 'noticetemplate' => 'Administração de avisos centralizados',
63536538 'bannerallocation' => 'Administração de avisos centralizados',
 6539+ 'right-centralnotice-admin' => 'Gerir avisos centralizados',
 6540+ 'action-centralnotice-admin' => 'gerir avisos centralizados',
63546541 'centralnotice-desc' => 'Adiciona um aviso centralizado',
63556542 'centralnotice-summary' => 'Este módulo permite-lhe editar os avisos centralizados configurados.
63566543 Pode também ser usado para adicionar novos ou remover antigos.',
@@ -6469,10 +6656,6 @@
64706657 'centralnotice-percentage' => 'Percentagem',
64716658 'centralnotice-documentwrite-error' => 'document.write() não pode ser usado num modelo.
64726659 Para mais informações, consulte http://meta.wikimedia.org/wiki/Help:CentralNotice.',
6473 - 'right-centralnotice-admin' => 'Gerir avisos centralizados',
6474 - 'right-centralnotice-translate' => 'Traduzir avisos centralizados',
6475 - 'action-centralnotice-admin' => 'gerir avisos centralizados',
6476 - 'action-centralnotice-translate' => 'traduzir avisos centralizados',
64776660 'centralnotice-preferred' => 'Preferido',
64786661 );
64796662
@@ -6485,6 +6668,8 @@
64866669 'centralnotice' => 'Administração de aviso centralizado',
64876670 'noticetemplate' => 'Administração de avisos centralizados',
64886671 'bannerallocation' => 'Administração de avisos centralizados',
 6672+ 'right-centralnotice-admin' => 'Gerenciar avisos centralizados',
 6673+ 'action-centralnotice-admin' => 'gerenciar avisos centralizados',
64896674 'centralnotice-desc' => 'Adiciona um aviso do sítio centralizado',
64906675 'centralnotice-summary' => 'Este módulo permite-lhe editar os seus avisos centralizados atualmente configurados.
64916676 Pode também ser usado para adicionar ou remover avisos antigos.',
@@ -6604,10 +6789,6 @@
66056790 'centralnotice-percentage' => 'Porcentagem',
66066791 'centralnotice-documentwrite-error' => 'document.write() não pode ser usado num modelo.
66076792 Para mais informações, consulte http://meta.wikimedia.org/wiki/Help:CentralNotice.',
6608 - 'right-centralnotice-admin' => 'Gerenciar avisos centralizados',
6609 - 'right-centralnotice-translate' => 'Traduzir avisos centralizados',
6610 - 'action-centralnotice-admin' => 'gerenciar avisos centralizados',
6611 - 'action-centralnotice-translate' => 'traduzir avisos centralizados',
66126793 'centralnotice-preferred' => 'Preferido',
66136794 );
66146795
@@ -6618,6 +6799,8 @@
66196800 'centralnotice' => 'Chawpi willay kamachiy',
66206801 'noticetemplate' => 'Chawpi willay kamachiy',
66216802 'bannerallocation' => 'Chawpi willay kamachiy',
 6803+ 'right-centralnotice-admin' => 'Chawpi willaykunata kamachiy',
 6804+ 'action-centralnotice-admin' => 'chawpi willaykunata kamachiy',
66226805 'centralnotice-desc' => 'Tukuy ruraykamaykunapaq chawpi willayta yapan',
66236806 'centralnotice-summary' => "Kay wakina tupuwanqa qampa kachkaq chawpi willayniykikunatam allinchayta atinki.
66246807 Paywanmi mawk'a willaykunatapas yapayta icha qichuyta atinki.",
@@ -6727,10 +6910,6 @@
67286911 'centralnotice-banner-collapsible' => 'Thuñichina',
67296912 'centralnotice-countries' => 'Mama llaqtakuna',
67306913 'centralnotice-country' => 'Mama llaqta',
6731 - 'right-centralnotice-admin' => 'Chawpi willaykunata kamachiy',
6732 - 'right-centralnotice-translate' => "Chawpi willaykunata t'ikray",
6733 - 'action-centralnotice-admin' => 'chawpi willaykunata kamachiy',
6734 - 'action-centralnotice-translate' => "chawpi willaykunata t'ikray",
67356914 'centralnotice-preferred' => 'Astawan munakusqa',
67366915 );
67376916
@@ -6743,6 +6922,8 @@
67446923 * @author Stelistcristi
67456924 */
67466925 $messages['ro'] = array(
 6926+ 'right-centralnotice-admin' => 'Gestionați anunțurile centrale',
 6927+ 'action-centralnotice-admin' => 'administrați anunțurile centrale',
67476928 'centralnotice-desc' => 'Adaugă un anunț central sitului',
67486929 'centralnotice-query' => 'Modifică anunțurile curente',
67496930 'centralnotice-notice-name' => 'Numele anunțului',
@@ -6759,6 +6940,7 @@
67606941 'centralnotice-add-template' => 'Adaugă un format',
67616942 'centralnotice-show-notices' => 'Arată anunțurile',
67626943 'centralnotice-list-templates' => 'Lista de formate',
 6944+ 'centralnotice-all-projects' => 'Toate proiectele',
67636945 'centralnotice-translations' => 'Traduceri',
67646946 'centralnotice-translate-to' => 'Tradu în',
67656947 'centralnotice-translate' => 'Tradu',
@@ -6768,6 +6950,19 @@
67696951 'centralnotice-weight' => 'Greutate',
67706952 'centralnotice-locked' => 'Blocat',
67716953 'centralnotice-notices' => 'Notificări',
 6954+ 'centralnotice-notice-exists' => 'Campania există deja.
 6955+Nu se adaugă.',
 6956+ 'centralnotice-no-language' => 'Nicio limbă nu a fost selectată pentru campanie. Nu se adaugă.',
 6957+ 'centralnotice-no-project' => 'Niciun proiect nu a fost selectat pentru campanie. Nu se adaugă.',
 6958+ 'centralnotice-template-exists' => 'Bannerul există deja.
 6959+Nu se adaugă.',
 6960+ 'centralnotice-notice-doesnt-exist' => 'Campania nu există.',
 6961+ 'centralnotice-remove-notice-doesnt-exist' => 'Campania nu există.
 6962+Nimic de eliminat.',
 6963+ 'centralnotice-banner-doesnt-exist' => 'Bannerul nu există.',
 6964+ 'centralnotice-template-still-bound' => 'Bannerul este încă legat de o campanie.
 6965+Nu se elimină.',
 6966+ 'centralnotice-template-body' => 'Corpul bannerului:',
67726967 'centralnotice-day' => 'Zi',
67736968 'centralnotice-year' => 'An',
67746969 'centralnotice-month' => 'Lună',
@@ -6781,19 +6976,68 @@
67826977 'centralnotice-preview-template' => 'Previzualizare format',
67836978 'centralnotice-change-lang' => 'Schimbă limba de traducere',
67846979 'centralnotice-weights' => 'Greutăți',
 6980+ 'centralnotice-notice-is-locked' => 'Campania este blocată.
 6981+Nu se elimină.',
 6982+ 'centralnotice-overlap' => 'Campania se suprapune cu alta.
 6983+Nu se adaugă.',
 6984+ 'centralnotice-invalid-date-range' => 'Interval de date incorect.
 6985+Nu se actualizează.',
 6986+ 'centralnotice-null-string' => 'Nu se poate adăuga un șir gol.
 6987+Nu se adaugă.',
 6988+ 'centralnotice-confirm-delete' => 'Sunteți sigur că doriți să ștergeți acest element?
 6989+Acțiunea este iremediabilă.',
 6990+ 'centralnotice-no-notices-exist' => 'Nu există campanii.
 6991+Adăugați una mai jos.',
 6992+ 'centralnotice-no-templates-translate' => 'Nu există bannere de tradus.',
 6993+ 'centralnotice-number-uses' => 'Utilizări',
 6994+ 'centralnotice-settings' => 'Setări',
67856995 'centralnotice-edit-template' => 'Modifică format',
67866996 'centralnotice-message' => 'Mesaj',
67876997 'centralnotice-clone' => 'Clonează',
67886998 'centralnotice-clone-notice' => 'Creează o copie a bannerului',
6789 - 'right-centralnotice-translate' => 'Traduce anunțurile centrale',
6790 - 'action-centralnotice-admin' => 'administrați anunțurile centrale',
6791 - 'action-centralnotice-translate' => 'traduceți anunțurile centrale',
 6999+ 'centralnotice-clone-name' => 'Nume:',
 7000+ 'centralnotice-preview-all-template-translations' => 'Previzualizează toate traducerile disponibile ale bannerului',
 7001+ 'centralnotice-insert' => 'Introduceți: $1',
 7002+ 'centralnotice-hide-button' => 'Ascunde legătura',
 7003+ 'centralnotice-collapse-button' => 'Restrânge legătura',
 7004+ 'centralnotice-expand-button' => 'Extinde legătura',
 7005+ 'centralnotice-close-button' => 'Buton închidere',
 7006+ 'centralnotice-translate-button' => 'Ajutor traducere link',
 7007+ 'centralnotice-donate-button' => 'Buton de donare',
 7008+ 'centralnotice-expanded-banner' => 'Banner extins',
 7009+ 'centralnotice-collapsed-banner' => 'Banner restrâns',
 7010+ 'centralnotice-banner-display' => 'Afişare la:',
 7011+ 'centralnotice-banner-anonymous' => 'Utilizatori anonimi',
 7012+ 'centralnotice-banner-logged-in' => 'Utilizatorii autentificaţi',
 7013+ 'centralnotice-banner-type' => 'Tip banner:',
 7014+ 'centralnotice-banner-hidable' => 'Static/Ascuns',
 7015+ 'centralnotice-banner-collapsible' => 'Reductibil',
 7016+ 'centralnotice-geotargeted' => 'Geolocalizat',
 7017+ 'centralnotice-countries' => 'Țări',
 7018+ 'centralnotice-allocation' => 'Alocare',
 7019+ 'centralnotice-view-allocation' => 'Vedeți alocarea bannerului',
 7020+ 'centralnotice-languages' => 'Limbi',
 7021+ 'centralnotice-projects' => 'Proiecte',
 7022+ 'centralnotice-country' => 'Țară',
 7023+ 'centralnotice-no-allocation' => 'Niciun banner alocat.',
 7024+ 'centralnotice-percentage' => 'Procentaj',
 7025+ 'centralnotice-documentwrite-error' => 'document.write() nu poate fi folosit într-un banner.
 7026+Vedeți http://meta.wikimedia.org/wiki/Help:CentralNotice pentru mai multe informații.',
67927027 );
67937028
67947029 /** Tarandíne (Tarandíne)
67957030 * @author Joetaras
67967031 */
67977032 $messages['roa-tara'] = array(
 7033+ 'centralnotice' => "Amministrazione de l'avvise cendrale",
 7034+ 'noticetemplate' => "Amministrazione de l'avvise cendrale",
 7035+ 'bannerallocation' => "Amministrazione de l'avvise cendrale",
 7036+ 'right-centralnotice-admin' => 'Gestiscere le notizie cendrale',
 7037+ 'action-centralnotice-admin' => 'gestiscere le notizie cendrale',
 7038+ 'centralnotice-desc' => "Aggiunge 'n'avvise cendrale a 'u site",
 7039+ 'centralnotice-query' => "Cange 'a cambagne corrende",
 7040+ 'centralnotice-notice-name' => "Nome d'a cambagne",
 7041+ 'centralnotice-end-date' => 'Date de fine',
67987042 'centralnotice-enabled' => 'Abbilitate',
67997043 'centralnotice-preview' => 'Andeprime',
68007044 'centralnotice-remove' => 'Live',
@@ -6854,6 +7098,8 @@
68557099 'centralnotice' => 'Управление централизованными уведомлениями',
68567100 'noticetemplate' => 'Управление централизованными уведомлениями',
68577101 'bannerallocation' => 'Управление централизованными уведомлениями',
 7102+ 'right-centralnotice-admin' => 'управление централизованными уведомлениями',
 7103+ 'action-centralnotice-admin' => 'управление централизованными уведомлениями',
68587104 'centralnotice-desc' => 'Добавляет общее сообщение сайта',
68597105 'centralnotice-summary' => 'Этот модуль позволяет вам изменять ваши текущие централизованные уведомления.
68607106 Он также может использоваться для добавления новых и удаления старых уведомлений.',
@@ -6973,10 +7219,6 @@
69747220 'centralnotice-percentage' => 'Процент',
69757221 'centralnotice-documentwrite-error' => 'document.write() нельзя использовать в баннере.
69767222 Подробности: [http://meta.wikimedia.org/wiki/Help:CentralNotice http://meta.wikimedia.org/wiki/Help:CentralNotice].',
6977 - 'right-centralnotice-admin' => 'управление централизованными уведомлениями',
6978 - 'right-centralnotice-translate' => 'перевод централизованных уведомлений',
6979 - 'action-centralnotice-admin' => 'управление централизованными уведомлениями',
6980 - 'action-centralnotice-translate' => 'перевод централизованных уведомлений',
69817223 'centralnotice-preferred' => 'Желательно',
69827224 );
69837225
@@ -6984,6 +7226,34 @@
69857227 * @author Gazeb
69867228 */
69877229 $messages['rue'] = array(
 7230+ 'centralnotice' => 'Адміністрація централізованых повідомлїнь',
 7231+ 'noticetemplate' => 'Адміністрація централізованых повідомлїнь',
 7232+ 'bannerallocation' => 'Адміністрація централізованых повідомлїнь',
 7233+ 'right-centralnotice-admin' => 'Адміністрація централізованых повідомлїнь',
 7234+ 'action-centralnotice-admin' => 'адміністровати централізованы повідомлїня',
 7235+ 'centralnotice-desc' => 'Придасть цетралне повідомлїня до заголовя сайту',
 7236+ 'centralnotice-summary' => 'За помочі того модулу можете управляти моментално наставлены централізованы повідомлїня.
 7237+Тыж ту можете придавати новы ці одстранёвати стары.',
 7238+ 'centralnotice-query' => 'Змінити сучасны повідомлїня',
 7239+ 'centralnotice-notice-name' => 'Назва повідомлїня',
 7240+ 'centralnotice-end-date' => 'Дата закінчіня',
 7241+ 'centralnotice-enabled' => 'Запнуте',
 7242+ 'centralnotice-modify' => 'Одослати',
 7243+ 'centralnotice-save-banner' => 'Уложыти банер',
 7244+ 'centralnotice-preview' => 'Нагляд',
 7245+ 'centralnotice-add-new' => 'Додати нове централізоване повідомлїня',
 7246+ 'centralnotice-remove' => 'Одстранити',
 7247+ 'centralnotice-translate-heading' => 'Переклад про $1',
 7248+ 'centralnotice-manage' => 'Управлёвати централізованы повідомлїня',
 7249+ 'centralnotice-manage-templates' => 'Управлїня банерів',
 7250+ 'centralnotice-add' => 'Придати',
 7251+ 'centralnotice-add-notice' => 'Додати повідомлїня',
 7252+ 'centralnotice-edit-notice' => 'Змінити кампань',
 7253+ 'centralnotice-add-template' => 'Додати шаблону',
 7254+ 'centralnotice-show-notices' => 'Указати повідомлїня',
 7255+ 'centralnotice-list-templates' => 'Cписок шаблон',
 7256+ 'centralnotice-multiple' => 'веце ($1)',
 7257+ 'centralnotice-all-projects' => 'Вшыткы проєкты',
69887258 'centralnotice-translations' => 'Переклады',
69897259 'centralnotice-translate-to' => 'Переклад до',
69907260 'centralnotice-translate' => 'Переложыти',
@@ -7037,6 +7307,40 @@
70387308 Не буде змінено.',
70397309 'centralnotice-number-uses' => 'Хоснує',
70407310 'centralnotice-message' => 'Ознам',
 7311+ 'centralnotice-message-not-set' => 'Повідомлїня не было наставене',
 7312+ 'centralnotice-clone' => 'Наклоновати',
 7313+ 'centralnotice-clone-notice' => 'Створити копію шаблоны',
 7314+ 'centralnotice-clone-name' => 'Назва:',
 7315+ 'centralnotice-preview-all-template-translations' => 'Нагляд вшыткых доступных перекладів шаблоны',
 7316+ '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}}“',
 7320+ 'centralnotice-close-button' => 'Кнапка "Заперти"',
 7321+ 'centralnotice-translate-button' => 'Поможте перекласти одказ',
 7322+ 'centralnotice-donate-button' => 'Клапка „Приспійте“',
 7323+ 'centralnotice-expanded-banner' => 'Росшыреный банер',
 7324+ 'centralnotice-collapsed-banner' => 'Зложеный банер',
 7325+ 'centralnotice-banner-display' => 'Зобразити на:',
 7326+ 'centralnotice-banner-anonymous' => 'Анонімны хоснователї',
 7327+ 'centralnotice-banner-logged-in' => 'Приголошеным хоснователям',
 7328+ 'centralnotice-banner-type' => 'Тіп банера:',
 7329+ 'centralnotice-banner-hidable' => 'Статічный / Сховательный',
 7330+ 'centralnotice-banner-collapsible' => 'Зложытельный',
 7331+ 'centralnotice-geotargeted' => 'Ґеоґрафічно цілене',
 7332+ 'centralnotice-countries' => 'Країны',
 7333+ 'centralnotice-allocation' => 'Придїлїня',
 7334+ 'centralnotice-view-allocation' => 'Зобразити придїлїня баверів',
 7335+ 'centralnotice-allocation-instructions' => 'Выберте собі середовище, про котре хочете указати придїлїня банерів:',
 7336+ 'centralnotice-languages' => 'Языкы',
 7337+ 'centralnotice-projects' => 'Проєкты',
 7338+ 'centralnotice-country' => 'Країна:',
 7339+ 'centralnotice-no-allocation' => 'Жадны банеры не суть придїлены.',
 7340+ 'centralnotice-allocation-description' => 'Придїлїня банерів на $1.$2 у $3:',
 7341+ 'centralnotice-percentage' => 'Процента',
 7342+ 'centralnotice-documentwrite-error' => 'В банері ся не дасть хосновати document.write().
 7343+Далшы інформації найдете на сторінцї http://meta.wikimedia.org/wiki/Help:CentralNotice.',
 7344+ 'centralnotice-preferred' => 'Префероване',
70417345 );
70427346
70437347 /** Yakut (Саха тыла)
@@ -7046,6 +7350,8 @@
70477351 'centralnotice' => 'Кииннэммит биллэриилэри салайыы',
70487352 'noticetemplate' => 'Кииннэммит биллэриилэри салайыы',
70497353 'bannerallocation' => 'Кииннэммит биллэриилэри салайыы',
 7354+ 'right-centralnotice-admin' => 'Кииннэмит биллэриилэри салайыы',
 7355+ 'action-centralnotice-admin' => 'кииннэммит биллэриилэри салайыы',
70507356 'centralnotice-desc' => 'Саайт биллэриитин эбэр',
70517357 'centralnotice-summary' => 'Бу муодул билигин үлэлиир кииннэммит биллэриилэргитин уларытарга туһаныллар.
70527358 Саҥа биллэриилэри эбэргэ, эргэ биллэриилэри соторго туһаныллыан эмиэ сөп.',
@@ -7137,10 +7443,34 @@
71387444 'centralnotice-clone' => 'Клоннааһын',
71397445 'centralnotice-clone-notice' => 'Халыып куопуйатын оҥоруу',
71407446 'centralnotice-preview-all-template-translations' => 'Халыып баар тылбаастарын барытын көрүү',
7141 - 'right-centralnotice-admin' => 'Кииннэмит биллэриилэри салайыы',
7142 - 'right-centralnotice-translate' => 'Кииннэммит биллэриилэри тылбаастааһын',
7143 - 'action-centralnotice-admin' => 'кииннэммит биллэриилэри салайыы',
7144 - 'action-centralnotice-translate' => 'кииннэммит биллэриилэри тылбаастааһын',
 7447+ 'centralnotice-insert' => 'Киллэрии: $1',
 7448+ 'centralnotice-hide-button' => 'Сигэни кистииргэ',
 7449+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} сигэни',
 7450+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} сигэни',
 7451+ 'centralnotice-close-button' => 'Сабар тимэх',
 7452+ 'centralnotice-translate-button' => 'Тылбаас көмөтүгэр сигэ',
 7453+ 'centralnotice-donate-button' => 'Харчынан өйөбүл тимэҕэ',
 7454+ 'centralnotice-expanded-banner' => 'Кэтирэтиллибит бааннер',
 7455+ 'centralnotice-collapsed-banner' => 'Кыччатыллыбыт бааннер',
 7456+ 'centralnotice-banner-display' => 'Манна көрдөр:',
 7457+ 'centralnotice-banner-anonymous' => 'Ааттарын эппэтэх кыттааччылар',
 7458+ 'centralnotice-banner-logged-in' => 'Ааттаммыт кыттааччылар',
 7459+ 'centralnotice-banner-type' => 'Бааннер көрүҥэ:',
 7460+ 'centralnotice-banner-hidable' => 'Статическэй / Кистэниллэр',
 7461+ 'centralnotice-banner-collapsible' => 'Кыччатыллар',
 7462+ 'centralnotice-geotargeted' => 'Сиргэ баайыы',
 7463+ 'centralnotice-countries' => 'Дойдулар',
 7464+ 'centralnotice-allocation' => 'Тарҕаныыта',
 7465+ 'centralnotice-view-allocation' => 'Бааннердар ханна баалларын көрүү',
 7466+ 'centralnotice-allocation-instructions' => 'Бааннердар ханна баалларын ханнык эйгэҕэ көрүөххүн баҕараргын тал:',
 7467+ 'centralnotice-languages' => 'Тыллар',
 7468+ 'centralnotice-projects' => 'Бырайыактар',
 7469+ 'centralnotice-country' => 'Дойду',
 7470+ 'centralnotice-no-allocation' => 'Бааннердар олордуллубатахтар',
 7471+ 'centralnotice-allocation-description' => 'Манна анаан $1.$2 бааннердары угуу, $3 иһигэр:',
 7472+ 'centralnotice-percentage' => 'Бырыһыан',
 7473+ 'centralnotice-documentwrite-error' => 'document.write() диэни бааннерга туттар сатаммат.
 7474+Сиһилии: [http://meta.wikimedia.org/wiki/Help:CentralNotice http://meta.wikimedia.org/wiki/Help:CentralNotice].',
71457475 'centralnotice-preferred' => 'Бэрт буолуо этэ',
71467476 );
71477477
@@ -7234,12 +7564,150 @@
72357565 'centralnotice-modify' => 'Unesi',
72367566 );
72377567
 7568+/** Sinhala (සිංහල)
 7569+ * @author Thameera123
 7570+ * @author තඹරු විජේසේකර
 7571+ */
 7572+$messages['si'] = array(
 7573+ 'centralnotice' => 'ප්‍රධාන දැන්වීම් පාලක',
 7574+ 'noticetemplate' => 'ප්‍රධාන දැන්වීම් පාලක',
 7575+ 'bannerallocation' => 'ප්‍රධාන දැන්වීම් පාලක',
 7576+ 'right-centralnotice-admin' => 'ප්‍රධාන දැන්වීම් පාලනය කරන්න',
 7577+ 'action-centralnotice-admin' => 'ප්‍රධාන දැන්වීම් පාලනය කරන්න',
 7578+ 'centralnotice-desc' => 'ප්‍රධාන අඩවි දැන්වීමක් එකතු කරයි',
 7579+ 'centralnotice-summary' => 'මෙම ඒකකය මගින් ඔබ දැනට පිහිටුවා ඇති ප්‍රධාන දැන්වීම් සංස්කරණය කළ හැකිය.
 7580+එය පැරැණි දැන්වීම් එකතු කිරීමට හෝ අයින් කිරීමට ද භාවිතා කළ හැකිය.',
 7581+ 'centralnotice-query' => 'වත්මන් ව්‍යාපාර සංස්කරණය කරන්න',
 7582+ 'centralnotice-notice-name' => 'ව්‍යාපාරයේ නම',
 7583+ 'centralnotice-end-date' => 'අවසන් දිනය',
 7584+ 'centralnotice-enabled' => 'බලය දෙන ලදී',
 7585+ 'centralnotice-modify' => 'යොමන්න',
 7586+ 'centralnotice-save-banner' => 'බැනරය සුරකින්න',
 7587+ 'centralnotice-preview' => 'පෙරදසුන',
 7588+ 'centralnotice-add-new' => 'නව ව්‍යාපාරයක් එකතු කරන්න',
 7589+ 'centralnotice-remove' => 'ඉවත් කරන්න',
 7590+ 'centralnotice-translate-heading' => '$1 සඳහා පරිවර්තනය',
 7591+ 'centralnotice-manage' => 'ව්‍යාපාර පාලනය කරන්න',
 7592+ 'centralnotice-manage-templates' => 'බැනර පාලනය කරන්න',
 7593+ 'centralnotice-add' => 'එකතු කරන්න',
 7594+ 'centralnotice-add-notice' => 'ව්‍යාපාරයක් එකතු කරන්න',
 7595+ 'centralnotice-edit-notice' => 'ව්‍යාපාරය සංස්කරණය කරන්න',
 7596+ 'centralnotice-add-template' => 'බැනරයක් එකතු කරන්න',
 7597+ 'centralnotice-show-notices' => 'ව්‍යාපාර පෙන්වන්න',
 7598+ 'centralnotice-list-templates' => 'බැනර ලයිස්තුගත කරන්න',
 7599+ 'centralnotice-multiple' => 'බහු ($1)',
 7600+ 'centralnotice-all-projects' => 'සියලු ව්‍යාපෘති',
 7601+ 'centralnotice-translations' => 'පරිවර්තන',
 7602+ 'centralnotice-translate-to' => 'ට පරිවර්තනය කරන්න',
 7603+ 'centralnotice-translate' => 'පරිවර්තනය කරන්න',
 7604+ 'centralnotice-english' => 'ඉංග්‍රීසි',
 7605+ 'centralnotice-banner-name' => 'බැනරයේ නම:',
 7606+ 'centralnotice-banner' => 'බැනරය',
 7607+ 'centralnotice-banner-heading' => 'බැනරය: $1',
 7608+ 'centralnotice-templates' => 'බැනර',
 7609+ 'centralnotice-weight' => 'බර',
 7610+ 'centralnotice-locked' => 'අගුළුලා ඇත',
 7611+ 'centralnotice-notice' => 'ව්‍යාපාරය',
 7612+ 'centralnotice-notice-heading' => 'ව්‍යාපාරය: $1',
 7613+ 'centralnotice-notices' => 'ව්‍යාපාර',
 7614+ 'centralnotice-notice-exists' => 'ව්‍යාපාරය දැනටමත් පවතී.
 7615+එකතු කරනු නොලැබේ.',
 7616+ 'centralnotice-no-language' => 'ව්‍යාපාරය සඳහා භාෂාවක් තෝරාගෙන නැත. එකතු කරනු නොලැබේ.',
 7617+ 'centralnotice-no-project' => 'ව්‍යාපාරය සඳහා ව්‍යාපෘතියක් තෝරාගෙන නැත. එකතු කරනු නොලැබේ.',
 7618+ 'centralnotice-template-exists' => 'බැනරය දැනටමත් පවතී.
 7619+එකතු කරනු නොලැබේ.',
 7620+ 'centralnotice-notice-doesnt-exist' => 'ව්‍යාපාරය නොපවතී.',
 7621+ 'centralnotice-remove-notice-doesnt-exist' => 'ව්‍යාපාරය නොපවතී.
 7622+අයින් කිරීමට කිසිවක් නැත.',
 7623+ 'centralnotice-banner-doesnt-exist' => 'බැනරය නොපවතී.',
 7624+ 'centralnotice-template-still-bound' => 'බැනරය තවමත් ව්‍යාපාරයකට බැඳී ඇත.
 7625+ඉවත් නොකෙරේ.',
 7626+ 'centralnotice-template-body' => 'බැනර බඳ:',
 7627+ 'centralnotice-day' => 'දවස',
 7628+ 'centralnotice-year' => 'අවුරුද්ද',
 7629+ 'centralnotice-month' => 'මාසය',
 7630+ 'centralnotice-hours' => 'පැය',
 7631+ 'centralnotice-min' => 'මිනිත්තුව',
 7632+ 'centralnotice-project-lang' => 'ව්‍යාපෘති භාෂාව',
 7633+ 'centralnotice-select' => 'තෝරන්න: $1',
 7634+ 'centralnotice-top-ten-languages' => 'ඉහළම භාෂා 10',
 7635+ 'centralnotice-project-name' => 'ව්‍යාපෘතියේ නම',
 7636+ 'centralnotice-start-date' => 'ආරම්භක දිනය',
 7637+ 'centralnotice-start-time' => 'ඇරඹුම් දිනය (යූටීසී)',
 7638+ 'centralnotice-end-time' => 'අවසන් දිනය (යූටීසී)',
 7639+ 'centralnotice-assigned-templates' => 'පවරන ලද බැනර',
 7640+ 'centralnotice-no-templates' => 'බැනර හමුවුණේ නැත.
 7641+එකතු කරන්න!',
 7642+ 'centralnotice-no-templates-assigned' => 'ව්‍යාපාරයට බැනර පවරා නැත.
 7643+එකතු කරන්න!',
 7644+ 'centralnotice-available-templates' => 'දැනට ඇති බැනර',
 7645+ 'centralnotice-template-already-exists' => 'බැනරය දැනටමත් ව්‍යාපෘතියට බැඳී ඇත.
 7646+එකතු නොකෙරේ.',
 7647+ 'centralnotice-preview-template' => 'බැනර පෙරදසුන',
 7648+ 'centralnotice-change-lang' => 'පරිවර්තන භාෂාව වෙනස් කරන්න',
 7649+ 'centralnotice-weights' => 'බර',
 7650+ 'centralnotice-notice-is-locked' => 'ව්‍යාපාරය අගුළු ලා ඇත.
 7651+ඉවත් නොකෙරේ.',
 7652+ 'centralnotice-overlap' => 'ව්‍යාපාරය තවත් ව්‍යාපාරයක කාල පරාසය සමග අතිච්ඡාදනය වේ.
 7653+එකතු නොකෙරේ.',
 7654+ 'centralnotice-invalid-date-range' => 'අවලංගු දත්ත පරාසයකි.
 7655+ය',
 7656+ 'centralnotice-null-string' => 'හිස් string එකක් එකතු කළ නොහැකිය.
 7657+එකතු නොකෙරේ.',
 7658+ 'centralnotice-confirm-delete' => 'මේ අයිතමය මැකීමට අවශ්‍ය යැයි ඔබට විශ්වාසද?
 7659+මෙම ක්‍රියාව ආපසු වෙනස්කළ නොහැකිය.',
 7660+ 'centralnotice-no-notices-exist' => 'ව්‍යාපාර නොපවතී.
 7661+පහතින් එකක් එකතු කරන්න.',
 7662+ 'centralnotice-no-templates-translate' => 'පරිවර්තන සංස්කරණය කිරීමට බැනර නොපවතී.',
 7663+ 'centralnotice-number-uses' => 'භාවිත',
 7664+ 'centralnotice-settings' => 'පරිස්ථිතීන්',
 7665+ 'centralnotice-edit-template' => 'බැනරය සංස්කරණය කරන්න',
 7666+ 'centralnotice-edit-template-summary' => 'Localize කළ හැකි පණිවුඩයක් සෑදීමට, එම වචන සඟල වරහන් තුළ අසුරන්න',
 7667+ 'centralnotice-message' => 'පණිවුඩය',
 7668+ 'centralnotice-message-not-set' => 'පණිවුඩය නියම කර නැත',
 7669+ 'centralnotice-clone' => 'ක්ලෝනය',
 7670+ 'centralnotice-clone-notice' => 'බැනරයේ කොපියක් සාදන්න',
 7671+ 'centralnotice-clone-name' => 'නම:',
 7672+ 'centralnotice-preview-all-template-translations' => 'බැනරය සඳහා පවතින සියලු පරිවර්තනවල පෙරදසුන් පෙන්වන්න',
 7673+ 'centralnotice-insert' => 'ඇතුළු කරන්න: $1',
 7674+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} යොමුව',
 7675+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-hide}} යොමුව',
 7676+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} යොමුව',
 7677+ 'centralnotice-close-button' => 'වැසීමේ බොත්තම',
 7678+ 'centralnotice-translate-button' => 'යොමුව පරිවර්තනය කිරීමට උදව් වන්න',
 7679+ 'centralnotice-donate-button' => 'පරිත්‍යාග කිරීමේ බොත්තම',
 7680+ 'centralnotice-expanded-banner' => 'විශාල කරන ලද බැනරය',
 7681+ 'centralnotice-collapsed-banner' => 'කුඩා කරන ලද බැනරය',
 7682+ 'centralnotice-banner-display' => 'මොවුන්ට පෙන්වන්න:',
 7683+ 'centralnotice-banner-anonymous' => 'නිර්නාමික පරිශීලකයන්',
 7684+ 'centralnotice-banner-logged-in' => 'පිවිසී ඇති පරිශීලකයන්',
 7685+ 'centralnotice-banner-type' => 'බැනර වර්ගය:',
 7686+ 'centralnotice-banner-hidable' => 'ස්ථිතික/සැඟවිය හැකි',
 7687+ 'centralnotice-banner-collapsible' => 'කුඩා කළ හැකි',
 7688+ 'centralnotice-geotargeted' => 'භූමි එල්ල කළ (geotargeted)',
 7689+ 'centralnotice-countries' => 'රටවල්',
 7690+ 'centralnotice-allocation' => 'වෙන්කිරීම',
 7691+ 'centralnotice-view-allocation' => 'බැනරයේ වෙන්කිරීම පෙන්වන්න',
 7692+ 'centralnotice-allocation-instructions' => 'බැනර වෙන්කිරීම පෙන්වීමට කැමති පරිසරය තෝරන්න:',
 7693+ 'centralnotice-languages' => 'භාෂා',
 7694+ 'centralnotice-projects' => 'ව්‍යාපෘති',
 7695+ 'centralnotice-country' => 'රට',
 7696+ 'centralnotice-no-allocation' => 'බැනර වෙන්කර නැත',
 7697+ 'centralnotice-allocation-description' => '$3 හි $1.$2 සඳහා බෙැනර වෙන්කිරීම',
 7698+ 'centralnotice-percentage' => 'ප්‍රතිශත',
 7699+ 'centralnotice-documentwrite-error' => 'බැනරය තුළ document.write() යොදාගත නොහැකිය.
 7700+වැඩි විස්තර සඳහා http://meta.wikimedia.org/wiki/Help:CentralNotice බලන්න.',
 7701+ 'centralnotice-preferred' => 'වඩා කැමති',
 7702+);
 7703+
72387704 /** Slovak (Slovenčina)
72397705 * @author Helix84
72407706 */
72417707 $messages['sk'] = array(
72427708 'centralnotice' => 'Centrálny oznam',
72437709 'noticetemplate' => 'Šablóna centrálneho oznamu',
 7710+ 'right-centralnotice-admin' => 'Spravovať centrálne oznamy',
 7711+ 'action-centralnotice-admin' => 'spravovať centrálne oznamy',
72447712 'centralnotice-desc' => 'Pridáva centrálnu Správu lokality',
72457713 'centralnotice-summary' => 'Tento modul umožňuje upravovať vaše momentálne nastavené centrálne oznamy.
72467714 Tiež ho môžete použiť na pridanie alebo odstránenie starých oznamov.',
@@ -7304,10 +7772,6 @@
73057773 'centralnotice-clone' => 'Klonovať',
73067774 'centralnotice-clone-notice' => 'Vytvoriť kópiu šablóny',
73077775 'centralnotice-preview-all-template-translations' => 'Náhľad všetkých dostupných verzií šablóny',
7308 - 'right-centralnotice-admin' => 'Spravovať centrálne oznamy',
7309 - 'right-centralnotice-translate' => 'Prekladať centrálne oznamy',
7310 - 'action-centralnotice-admin' => 'spravovať centrálne oznamy',
7311 - 'action-centralnotice-translate' => 'prekladať centrálne oznamy',
73127776 'centralnotice-preferred' => 'Uprednostňované',
73137777 );
73147778
@@ -7315,12 +7779,167 @@
73167780 * @author Dbc334
73177781 */
73187782 $messages['sl'] = array(
 7783+ 'centralnotice' => 'Upravljanje osrednjega obvestila',
 7784+ 'noticetemplate' => 'Upravljanje osrednjega obvestila',
 7785+ 'bannerallocation' => 'Upravljanje osrednjega obvestila',
 7786+ 'right-centralnotice-admin' => 'Upravljanje osrednjih sporočil',
 7787+ 'action-centralnotice-admin' => 'upravljanje osrednjih sporočil',
 7788+ 'centralnotice-desc' => 'Doda osrednje obvestilo strani',
 7789+ 'centralnotice-summary' => 'Ta modul omogoča urejanje vaših trenutno nastavljenih osrednjih obvestil.
 7790+Z njim lahko tudi dodajate ali odstranjujete stara obvestila.',
 7791+ 'centralnotice-query' => 'Spremeni trenutne akcije',
 7792+ 'centralnotice-notice-name' => 'Ime akcije',
 7793+ 'centralnotice-end-date' => 'Datum zaključka',
 7794+ 'centralnotice-enabled' => 'Omogočeno',
 7795+ 'centralnotice-modify' => 'Pošlji',
 7796+ 'centralnotice-save-banner' => 'Shrani pasico',
 7797+ 'centralnotice-preview' => 'Predogled',
 7798+ 'centralnotice-add-new' => 'Dodaj novo akcijo',
 7799+ 'centralnotice-remove' => 'Odstrani',
 7800+ 'centralnotice-translate-heading' => 'Prevod za $1',
 7801+ 'centralnotice-manage' => 'Upravljaj akcije',
 7802+ 'centralnotice-manage-templates' => 'Upravljaj pasice',
 7803+ 'centralnotice-add' => 'Dodaj',
 7804+ 'centralnotice-add-notice' => 'Dodaj akcijo',
 7805+ 'centralnotice-edit-notice' => 'Uredi akcijo',
 7806+ 'centralnotice-add-template' => 'Dodaj pasico',
 7807+ 'centralnotice-show-notices' => 'Prikaži akcije',
 7808+ 'centralnotice-list-templates' => 'Seznam pasic',
 7809+ 'centralnotice-multiple' => 'več ($1)',
 7810+ 'centralnotice-all-projects' => 'Vsi projekti',
 7811+ 'centralnotice-translations' => 'Prevodi',
 7812+ 'centralnotice-translate-to' => 'Prevedi v',
 7813+ 'centralnotice-translate' => 'Prevedi',
 7814+ 'centralnotice-english' => 'Angleščina',
 7815+ 'centralnotice-banner-name' => 'Ime pasice:',
 7816+ 'centralnotice-banner' => 'Pasica',
 7817+ 'centralnotice-banner-heading' => 'Pasica: $1',
 7818+ 'centralnotice-templates' => 'Pasice',
 7819+ 'centralnotice-weight' => 'Teža',
 7820+ 'centralnotice-locked' => 'Zaklenjeno',
 7821+ 'centralnotice-notice' => 'Akcija',
 7822+ 'centralnotice-notice-heading' => 'Akcija: $1',
 7823+ 'centralnotice-notices' => 'Akcije',
 7824+ 'centralnotice-notice-exists' => 'Akcija že obstaja.
 7825+Ne dodajam.',
 7826+ 'centralnotice-no-language' => 'Za akcijo ni bil izbran noben jezik. Ne dodajam.',
 7827+ 'centralnotice-no-project' => 'Za akcijo ni bil izbran noben projekt. Ne dodajam.',
 7828+ 'centralnotice-template-exists' => 'Pasica že obstaja.
 7829+Ne dodajam.',
 7830+ 'centralnotice-notice-doesnt-exist' => 'Akcija ne obstaja.',
 7831+ 'centralnotice-remove-notice-doesnt-exist' => 'Akcija ne obstaja.
 7832+Nič ni za odstraniti.',
 7833+ 'centralnotice-banner-doesnt-exist' => 'Pasica ne obstaja.',
 7834+ 'centralnotice-template-still-bound' => 'Pasica je še vedno priključena k akciji.
 7835+Ne odstranjujem.',
 7836+ 'centralnotice-template-body' => 'Telo pasice:',
 7837+ 'centralnotice-day' => 'Dan',
 7838+ 'centralnotice-year' => 'Leto',
 7839+ 'centralnotice-month' => 'Mesec',
 7840+ 'centralnotice-hours' => 'Ura',
 7841+ 'centralnotice-min' => 'Minute',
 7842+ 'centralnotice-project-lang' => 'Jezik projekta',
 7843+ 'centralnotice-select' => 'Izberite: $1',
 7844+ 'centralnotice-top-ten-languages' => 'Top 10 jezikov',
 7845+ 'centralnotice-project-name' => 'Ime projekta',
 7846+ 'centralnotice-start-date' => 'Datum začetka',
 7847+ 'centralnotice-start-time' => 'Čas začetka (UTC)',
 7848+ 'centralnotice-end-time' => 'Čas zaključka (UTC)',
 7849+ 'centralnotice-assigned-templates' => 'Priključene pasice',
 7850+ 'centralnotice-no-templates' => 'Najdena ni nobena pasica.
 7851+Dodajte kakšno!',
 7852+ 'centralnotice-no-templates-assigned' => 'Nobena pasica ni priključena k akciji.
 7853+Dodajte kakšno!',
 7854+ 'centralnotice-available-templates' => 'Pasice na voljo',
 7855+ 'centralnotice-template-already-exists' => 'Pasica je že priključena k akciji.
 7856+Ne dodajam.',
 7857+ 'centralnotice-preview-template' => 'Predogled pasice',
 7858+ 'centralnotice-change-lang' => 'Spremeni jezik prevoda',
 7859+ 'centralnotice-weights' => 'Teže',
 7860+ 'centralnotice-notice-is-locked' => 'Akcija je zaklenjena.
 7861+Ne odstranjujem.',
 7862+ 'centralnotice-overlap' => 'Akcija se prekriva s časom druge akcije.
 7863+Ne dodajam.',
 7864+ 'centralnotice-invalid-date-range' => 'Neveljavno časovno obdobje.
 7865+Ne posodabljam.',
 7866+ 'centralnotice-null-string' => 'Ne morem dodati ničelnega niza.
 7867+Ne dodajam.',
 7868+ 'centralnotice-confirm-delete' => 'Ali ste prepričani, da želite izbrisati ta vnos?
 7869+Tega dejanja ni mogoče obnoviti.',
 7870+ 'centralnotice-no-notices-exist' => 'Ne obstaja nobena akcija.
 7871+Dodajte kakšno spodaj.',
 7872+ 'centralnotice-no-templates-translate' => 'Tukaj ni nobenih pasic za katere se lahko urejajo prevodi.',
 7873+ 'centralnotice-number-uses' => 'Uporabe',
 7874+ 'centralnotice-settings' => 'Nastavitve',
 7875+ 'centralnotice-edit-template' => 'Uredi pasico',
 7876+ 'centralnotice-edit-template-summary' => 'Da ustvarite prevedljivo sporočilo, obdajte niz povezan z vezaji v tri zavite oklepaje, npr. {{{jimbo-quote}}}.',
73197877 'centralnotice-message' => 'Sporočilo',
73207878 'centralnotice-message-not-set' => 'Sporočilo ni določeno',
73217879 'centralnotice-clone' => 'Kloniraj',
73227880 'centralnotice-clone-notice' => 'Ustvarite kopijo pasice',
 7881+ 'centralnotice-clone-name' => 'Ime:',
 7882+ 'centralnotice-preview-all-template-translations' => 'Predogled vseh prevodov pasic, ki so na voljo',
 7883+ 'centralnotice-insert' => 'Vstavi: $1',
 7884+ 'centralnotice-hide-button' => 'Skrij povezavo',
 7885+ 'centralnotice-collapse-button' => 'Skrči povezavo',
 7886+ 'centralnotice-expand-button' => 'Razširi povezavo',
 7887+ 'centralnotice-close-button' => 'Gumb za zapiranje',
 7888+ 'centralnotice-translate-button' => 'Povezava za pomoč pri prevajanju',
 7889+ 'centralnotice-donate-button' => 'Gumb za doniranje',
 7890+ 'centralnotice-expanded-banner' => 'Razširjena pasica',
 7891+ 'centralnotice-collapsed-banner' => 'Skrčena pasica',
 7892+ 'centralnotice-banner-display' => 'Prikaži:',
 7893+ 'centralnotice-banner-anonymous' => 'Brezimnim uporabnikom',
 7894+ 'centralnotice-banner-logged-in' => 'Prijavljenim uporabnikom',
 7895+ 'centralnotice-banner-type' => 'Vrsta pasice:',
 7896+ 'centralnotice-banner-hidable' => 'Statična/Skrita',
 7897+ 'centralnotice-banner-collapsible' => 'Zložljiva',
 7898+ 'centralnotice-geotargeted' => 'Geociljano',
 7899+ 'centralnotice-countries' => 'Države',
 7900+ 'centralnotice-allocation' => 'Dodelitev',
 7901+ 'centralnotice-view-allocation' => 'Ogled dodelitve pasic',
 7902+ 'centralnotice-allocation-instructions' => 'Izberite okolje, za katero si želite ogledati dodelitve pasic:',
 7903+ 'centralnotice-languages' => 'Jeziki',
 7904+ 'centralnotice-projects' => 'Projekti',
 7905+ 'centralnotice-country' => 'Država',
 7906+ 'centralnotice-no-allocation' => 'Nobena pasica ni dodeljena.',
 7907+ 'centralnotice-allocation-description' => 'Dodelitev pasice $1.$2 v jeziku $3:',
 7908+ 'centralnotice-percentage' => 'Odstotek',
 7909+ 'centralnotice-documentwrite-error' => 'document.write() ni mogoče uporabiti v pasici.
 7910+Oglejte si http://meta.wikimedia.org/wiki/Help:CentralNotice za več informacij.',
 7911+ 'centralnotice-preferred' => 'Prednostno',
73237912 );
73247913
 7914+/** Albanian (Shqip)
 7915+ * @author Mikullovci11
 7916+ */
 7917+$messages['sq'] = array(
 7918+ 'centralnotice-end-date' => 'Data e përfundimit',
 7919+ 'centralnotice-modify' => 'Dërgo',
 7920+ 'centralnotice-preview' => 'Parapamje',
 7921+ 'centralnotice-remove' => 'Largo',
 7922+ 'centralnotice-add' => 'Shto',
 7923+ 'centralnotice-all-projects' => 'Të gjitha projekte',
 7924+ 'centralnotice-translations' => 'Përkthyes',
 7925+ 'centralnotice-translate-to' => 'Përkthime',
 7926+ 'centralnotice-translate' => 'Përkthime',
 7927+ 'centralnotice-english' => 'Anglisht',
 7928+ 'centralnotice-day' => 'Ditë',
 7929+ 'centralnotice-year' => 'Viti',
 7930+ 'centralnotice-month' => 'Muaj',
 7931+ 'centralnotice-hours' => 'Orë',
 7932+ 'centralnotice-min' => 'Minutë',
 7933+ 'centralnotice-project-lang' => 'Gjuha e Projektit',
 7934+ 'centralnotice-number-uses' => 'Përdorues',
 7935+ 'centralnotice-settings' => 'Alternativa',
 7936+ 'centralnotice-message' => 'Mesazh',
 7937+ 'centralnotice-clone' => 'Mbylle',
 7938+ 'centralnotice-clone-name' => 'Emri:',
 7939+ 'centralnotice-languages' => 'Gjuha',
 7940+ 'centralnotice-projects' => 'Projekte',
 7941+ 'centralnotice-country' => 'Veni',
 7942+);
 7943+
73257944 /** Serbian Cyrillic ekavian (Српски (ћирилица))
73267945 * @author Millosh
73277946 * @author Јованвб
@@ -7568,6 +8187,8 @@
75698188 $messages['sv'] = array(
75708189 'centralnotice' => 'Centralmeddelande-administration',
75718190 'noticetemplate' => 'Centralmeddelande-mall',
 8191+ 'right-centralnotice-admin' => 'Hantera centralmeddelanden',
 8192+ 'action-centralnotice-admin' => 'hantera centralmeddelanden',
75728193 'centralnotice-desc' => 'Lägger till en central sitenotice',
75738194 'centralnotice-summary' => 'Denna modul låter dig redigera din nuvarande uppsättning centralmeddelanden.
75748195 Den kan också användas för att lägga till eller ta bort gamla meddelanden.',
@@ -7645,10 +8266,6 @@
76468267 'centralnotice-clone' => 'Klon',
76478268 'centralnotice-clone-notice' => 'Skapa en kopia av mallen',
76488269 'centralnotice-preview-all-template-translations' => 'Förhandsgranska alla tillgängliga översättningar av mallen',
7649 - 'right-centralnotice-admin' => 'Hantera centralmeddelanden',
7650 - 'right-centralnotice-translate' => 'Översätt centralmeddelanden',
7651 - 'action-centralnotice-admin' => 'hantera centralmeddelanden',
7652 - 'action-centralnotice-translate' => 'översätt centralmeddelanden',
76538270 'centralnotice-preferred' => 'Föredragen',
76548271 );
76558272
@@ -7715,6 +8332,7 @@
77168333 $messages['te'] = array(
77178334 'centralnotice' => 'కేంద్రీయ గమనిక నిర్వహణ',
77188335 'noticetemplate' => 'కేంద్రీయ గమనిక నిర్వహణ',
 8336+ 'right-centralnotice-admin' => 'కేంద్రీయ గమనికలని నిర్వహించగలగడం',
77198337 'centralnotice-desc' => 'కేంద్రీయ సైటు గమనికని చేరుస్తుంది',
77208338 'centralnotice-notice-name' => 'గమనిక పేరు',
77218339 'centralnotice-end-date' => 'ముగింపు తేదీ',
@@ -7770,9 +8388,6 @@
77718389 'centralnotice-countries' => 'దేశాలు',
77728390 'centralnotice-country' => 'దేశం',
77738391 'centralnotice-percentage' => 'శాతం',
7774 - 'right-centralnotice-admin' => 'కేంద్రీయ గమనికలని నిర్వహించగలగడం',
7775 - 'right-centralnotice-translate' => 'కేంద్రీయ గమనికలని అనుదించండి',
7776 - 'action-centralnotice-translate' => 'కేంద్రీయ గమనికలని అనువదించగలగడం',
77778392 );
77788393
77798394 /** Tetum (Tetun)
@@ -8068,6 +8683,8 @@
80698684 $messages['tk'] = array(
80708685 'centralnotice' => 'Merkezi uwedomleniýe admini',
80718686 'noticetemplate' => 'Merkezi uwedomleniýe şablony',
 8687+ 'right-centralnotice-admin' => 'Merkezi uwedomleniýeleri dolandyr',
 8688+ 'action-centralnotice-admin' => 'merkezi uwedomleniýeleri dolandyr',
80728689 'centralnotice-desc' => 'Merkezi uwedomleniýe goşýar',
80738690 'centralnotice-summary' => 'Bu modul size bar bolan gurulgy merkezi uwedomleniýeleri üýtgetmäge rugsat berýär.
80748691 Ony köne uwedomleniýeleri goşmak ýa-da aýyrmak üçin hem ulanmak bolýar.',
@@ -8143,10 +8760,6 @@
81448761 'centralnotice-clone' => 'Klonirle',
81458762 'centralnotice-clone-notice' => 'Şablonyň nusgasyny döret',
81468763 'centralnotice-preview-all-template-translations' => 'Şablonyň bar bolan ähli terjimelerini deslapky synla',
8147 - 'right-centralnotice-admin' => 'Merkezi uwedomleniýeleri dolandyr',
8148 - 'right-centralnotice-translate' => 'Merkezi uwedomleniýeleri terjime et',
8149 - 'action-centralnotice-admin' => 'merkezi uwedomleniýeleri dolandyr',
8150 - 'action-centralnotice-translate' => 'merkezi uwedomleniýeleri terjime et',
81518764 'centralnotice-preferred' => 'Ileri tutulýan',
81528765 );
81538766
@@ -8157,6 +8770,8 @@
81588771 'centralnotice' => 'Tagapangasiwa ng pangunahing pabatid',
81598772 'noticetemplate' => 'Tagapangasiwa ng pangunahing pabatid',
81608773 'bannerallocation' => 'Tagapangasiwa ng pangunahing pabatid',
 8774+ 'right-centralnotice-admin' => 'Pamahalaan ang pangunahing mga pabatid',
 8775+ 'action-centralnotice-admin' => 'pamahalaan ang pangunahing mga pabatid',
81618776 'centralnotice-desc' => 'Nagdaragdag ng pangunahing pahayag ng sayt/sityo',
81628777 'centralnotice-summary' => 'Nagbibigay ang bahaging-panggampaning ito ng pahintulot na mabago mo ang iyong pangkasulukyang naitakdang mga pangunahing pahayag.
81638778 Maaari rin itong gamitin upang makapagdagdag o magtanggal ng mga lumang pahayag.',
@@ -8276,10 +8891,6 @@
82778892 'centralnotice-percentage' => 'Kabahagdanan',
82788893 'centralnotice-documentwrite-error' => 'Hindi magagamit ang kasulatan.sulat() sa loob ng isang bandera.
82798894 Tingnan ang http://meta.wikimedia.org/wiki/Help:CentralNotice para sa mas maraming kabatiran.',
8280 - 'right-centralnotice-admin' => 'Pamahalaan ang pangunahing mga pabatid',
8281 - 'right-centralnotice-translate' => 'Isalinwika ang pangunahing mga pabatid',
8282 - 'action-centralnotice-admin' => 'pamahalaan ang pangunahing mga pabatid',
8283 - 'action-centralnotice-translate' => 'isalinwika ang pangunahing mga pabatid',
82848895 'centralnotice-preferred' => 'Mas ninanais',
82858896 );
82868897
@@ -8291,6 +8902,8 @@
82928903 $messages['tr'] = array(
82938904 'centralnotice' => 'Merkezi uyarı yöneticisi',
82948905 'noticetemplate' => 'Merkezi uyarı şablonu',
 8906+ 'right-centralnotice-admin' => 'Merkezi uyarıları yönet',
 8907+ 'action-centralnotice-admin' => 'merkezi uyarıları yönet',
82958908 'centralnotice-desc' => 'Merkezi site uyarısı ekler',
82968909 'centralnotice-summary' => 'Bu modül size, mevcut ayarlanmış merkezi uyarıları değiştirmenize izin verir.
82978910 Eski uyarıları ekleyip çıkarmak için de kullanılabilir.',
@@ -8369,10 +8982,6 @@
83708983 'centralnotice-clone-notice' => 'Şablonun kopyasını oluştur',
83718984 'centralnotice-clone-name' => 'Adı:',
83728985 'centralnotice-preview-all-template-translations' => 'Şablonun bütün uygun çevirilerini önizle',
8373 - 'right-centralnotice-admin' => 'Merkezi uyarıları yönet',
8374 - 'right-centralnotice-translate' => 'Merkezi uyarıları çevir',
8375 - 'action-centralnotice-admin' => 'merkezi uyarıları yönet',
8376 - 'action-centralnotice-translate' => 'merkezi uyarıları çevir',
83778986 'centralnotice-preferred' => 'Tercih edilen',
83788987 );
83798988
@@ -8382,6 +8991,8 @@
83838992 $messages['tt-cyrl'] = array(
83848993 'centralnotice' => 'Хәбәрләр белән идарә итү үзәге',
83858994 'noticetemplate' => 'Үзәк хәбәрләр үрнәге',
 8995+ 'right-centralnotice-admin' => 'Үзәкләштерелгән идарә иту системасы',
 8996+ 'action-centralnotice-admin' => 'үзәкләштерелгән идарә иту системасы',
83868997 'centralnotice-desc' => 'Сәхифәнең гомуми хатларын йөкли',
83878998 'centralnotice-summary' => 'Бу модуль Сезгә хәбәрләрегезне үзгәртергә ярдәм итә. Ул тагын яңа хәбәрләр өстәргә яки искеләрен юкка чыгарырга ярдәм итәчәк.',
83888999 'centralnotice-query' => 'Әлеге хәбәрне үзгәртү',
@@ -8452,10 +9063,6 @@
84539064 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} төймәсе',
84549065 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} төймәсе',
84559066 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} төймәсе',
8456 - 'right-centralnotice-admin' => 'Үзәкләштерелгән идарә иту системасы',
8457 - 'right-centralnotice-translate' => 'Хәбәрләрне тәрҗемә итү',
8458 - 'action-centralnotice-admin' => 'үзәкләштерелгән идарә иту системасы',
8459 - 'action-centralnotice-translate' => 'хәбәрләрне тәрҗемә итү',
84609067 'centralnotice-preferred' => 'Катгый рәвештә',
84619068 );
84629069
@@ -8469,6 +9076,7 @@
84709077 /** Ukrainian (Українська)
84719078 * @author Ahonc
84729079 * @author Aleksandrit
 9080+ * @author NickK
84739081 * @author Riwnodennyk
84749082 * @author Ytsukeng Fyvaprol
84759083 * @author Тест
@@ -8476,6 +9084,8 @@
84779085 $messages['uk'] = array(
84789086 'centralnotice' => 'Управління централізованими сповіщеннями',
84799087 'noticetemplate' => 'Управління централізованими сповіщеннями',
 9088+ 'right-centralnotice-admin' => 'Управління централізованими сповіщеннями',
 9089+ 'action-centralnotice-admin' => 'управління централізованими сповіщеннями',
84809090 'centralnotice-desc' => 'Додає загальне повідомлення сайту',
84819091 'centralnotice-summary' => 'Цей модуль дозволяє вам змінювати ваші поточні централізовані повідомлення.
84829092 Він також може використовуватися для додавання нових і видалення старих повідомлень.',
@@ -8550,25 +9160,25 @@
85519161 Цю дію не можна буде скасувати.',
85529162 'centralnotice-no-notices-exist' => 'Немає повідомлень.
85539163 Можна додати',
8554 - 'centralnotice-no-templates-translate' => 'Не має ні одного шаблону для редагування перекладу',
 9164+ 'centralnotice-no-templates-translate' => 'Не має жодного шаблону для редагування перекладу',
85559165 'centralnotice-number-uses' => 'Використовуються',
85569166 'centralnotice-edit-template' => 'Редагувати шаблон',
85579167 'centralnotice-edit-template-summary' => 'Щоб створити повідомлення, яке можна локалізувати, укладіть рядок з дефісом в три фігурні дужки, наприклад {{{цитата-джимбо}}}.',
85589168 'centralnotice-message' => 'Повідомлення',
85599169 'centralnotice-message-not-set' => 'Повідомлення не встановлено',
85609170 'centralnotice-clone' => 'Клонування',
8561 - 'centralnotice-clone-notice' => 'Створити копію шаблона',
 9171+ 'centralnotice-clone-notice' => 'Створити копію шаблону',
85629172 'centralnotice-clone-name' => 'Назва:',
85639173 'centralnotice-preview-all-template-translations' => 'Переглянути всі доступні переклади шаблону',
 9174+ 'centralnotice-insert' => 'Вставити: $1',
 9175+ 'centralnotice-hide-button' => 'Сховати посилання',
 9176+ 'centralnotice-collapse-button' => 'Згорнути посилання',
 9177+ 'centralnotice-expand-button' => 'Розгорнути посилання',
85649178 'centralnotice-close-button' => 'Кнопка "Закрити"',
85659179 'centralnotice-translate-button' => 'Допоможіть перекласти посилання',
85669180 'centralnotice-donate-button' => 'Ґудзик для пожертв',
85679181 'centralnotice-banner-anonymous' => 'Анонімні користувачі',
85689182 'centralnotice-banner-type' => 'Тип банера:',
8569 - 'right-centralnotice-admin' => 'Управління централізованими сповіщеннями',
8570 - 'right-centralnotice-translate' => 'Переклад централізованих повідомлень',
8571 - 'action-centralnotice-admin' => 'управління централізованими сповіщеннями',
8572 - 'action-centralnotice-translate' => 'переклад централізованих повідомлень',
85739183 'centralnotice-preferred' => 'Бажано',
85749184 );
85759185
@@ -8579,6 +9189,8 @@
85809190 $messages['vec'] = array(
85819191 'centralnotice' => 'Gestion notifiche sentralizade',
85829192 'noticetemplate' => "'Ministrassion dei avisi sentralizà",
 9193+ 'right-centralnotice-admin' => 'Gestisse i avisi sentralixà',
 9194+ 'action-centralnotice-admin' => 'gestir i avisi sentralixà',
85839195 'centralnotice-desc' => 'Zonta un aviso çentralizà in çima a la pagina (sitenotice)',
85849196 'centralnotice-summary' => 'Sto modulo el permete de canbiar i avisi sentralixà.
85859197 In più se pol dopararlo anca par zontar o cavar avisi veci.',
@@ -8672,10 +9284,6 @@
86739285 'centralnotice-countries' => 'Paesi',
86749286 'centralnotice-country' => 'Nassion',
86759287 'centralnotice-percentage' => 'Persentuale',
8676 - 'right-centralnotice-admin' => 'Gestisse i avisi sentralixà',
8677 - 'right-centralnotice-translate' => 'Tradusi le notifiche sentrali',
8678 - 'action-centralnotice-admin' => 'gestir i avisi sentralixà',
8679 - 'action-centralnotice-translate' => 'tradur i avisi sentralixà',
86809288 'centralnotice-preferred' => 'Preferìo',
86819289 );
86829290
@@ -8687,6 +9295,8 @@
86889296 'centralnotice' => 'Quản lý các thông báo chung',
86899297 'noticetemplate' => 'Quản lý các thông báo chung',
86909298 'bannerallocation' => 'Quản lý các thông báo chung',
 9299+ 'right-centralnotice-admin' => 'Quản lý thông báo chung',
 9300+ 'action-centralnotice-admin' => 'quản lý thông báo chung',
86919301 'centralnotice-desc' => 'Thêm thông báo ở đầu các trang tại hơn một wiki',
86929302 'centralnotice-summary' => 'Dùng phần này, bạn có thể sửa đổi các thông báo chung đã được thiết lập, cũng như thêm thông báo mới hoặc dời thông báo cũ.',
86939303 'centralnotice-query' => 'Sửa đổi các thông báo hiện hành',
@@ -8708,6 +9318,7 @@
87099319 'centralnotice-show-notices' => 'Xem các thông báo',
87109320 'centralnotice-list-templates' => 'Liệt kê các bảng',
87119321 'centralnotice-multiple' => 'đa ngữ ($1)',
 9322+ 'centralnotice-language-listing' => '$1 – $2',
87129323 'centralnotice-translations' => 'Bản dịch',
87139324 'centralnotice-translate-to' => 'Dịch ra',
87149325 'centralnotice-translate' => 'Biên dịch',
@@ -8769,9 +9380,9 @@
87709381 'centralnotice-clone-name' => 'Tên:',
87719382 'centralnotice-preview-all-template-translations' => 'Xem trước các bản dịch có sẵn của bảng',
87729383 'centralnotice-insert' => 'Chèn: $1',
8773 - 'centralnotice-hide-button' => 'Liên kết {{int:centralnotice-shared-hide}}',
8774 - 'centralnotice-collapse-button' => 'Liên kết {{int:centralnotice-shared-collapse}}',
8775 - 'centralnotice-expand-button' => 'Liên kết {{int:centralnotice-shared-expand}}',
 9384+ 'centralnotice-hide-button' => 'Liên kết ẩn',
 9385+ 'centralnotice-collapse-button' => 'Liên kết thu gọn',
 9386+ 'centralnotice-expand-button' => 'Liên kết mở rộng',
87769387 'centralnotice-close-button' => 'Nút Đóng',
87779388 'centralnotice-translate-button' => 'Liên kết Giúp dịch',
87789389 'centralnotice-donate-button' => 'Nút quyên góp',
@@ -8794,10 +9405,6 @@
87959406 'centralnotice-percentage' => 'Tỷ lệ',
87969407 'centralnotice-documentwrite-error' => 'Không có thể sử dụng document.write() trong bảng.
87979408 Xem thêm chi tiết tại http://meta.wikimedia.org/wiki/Help:CentralNotice .',
8798 - 'right-centralnotice-admin' => 'Quản lý thông báo chung',
8799 - 'right-centralnotice-translate' => 'Dịch thông báo chung',
8800 - 'action-centralnotice-admin' => 'quản lý thông báo chung',
8801 - 'action-centralnotice-translate' => 'dịch thông báo chung',
88029409 'centralnotice-preferred' => 'Nổi bật hơn',
88039410 );
88049411
@@ -8855,8 +9462,12 @@
88569463 * @author פוילישער
88579464 */
88589465 $messages['yi'] = array(
 9466+ 'centralnotice' => 'צענטראַלע מעלדונג פֿאַרוואַטונג',
 9467+ 'noticetemplate' => 'צענטראַלע מעלדונג פֿאַרוואַטונג',
 9468+ 'bannerallocation' => 'צענטראַלע מעלדונג פֿאַרוואַטונג',
 9469+ 'centralnotice-desc' => 'לייגט צו א צענטראַלע מעלדונג',
88599470 'centralnotice-preview' => 'פֿאראויסשטעלונג',
8860 - 'centralnotice-translate-heading' => 'פֿאַרטייטשונג פֿאַר ִ$1',
 9471+ 'centralnotice-translate-heading' => 'פֿאַרטייטשונג פֿאַר $1',
88619472 'centralnotice-add' => 'צולייגן',
88629473 'centralnotice-translations' => 'פֿאַרטייטשונגען',
88639474 'centralnotice-translate-to' => 'פֿאַרטייטשן אויף',
@@ -8873,7 +9484,17 @@
88749485 'centralnotice-hours' => 'שעה',
88759486 'centralnotice-min' => 'מינוט',
88769487 'centralnotice-project-lang' => 'פראיעקט שפראך',
 9488+ 'centralnotice-select' => 'אויסוויילן: $1',
 9489+ 'centralnotice-top-ten-languages' => '10 הויפט שפראַכן',
88779490 'centralnotice-project-name' => 'פראיעקט נאמען',
 9491+ 'centralnotice-start-date' => 'אָנהייב דאַטע',
 9492+ 'centralnotice-start-time' => 'אָנהייב צייַט (UTC)',
 9493+ 'centralnotice-end-time' => 'סוף צייַט (UTC)',
 9494+ 'centralnotice-number-uses' => 'ניצונגען',
 9495+ 'centralnotice-clone-name' => 'נאָמען',
 9496+ 'centralnotice-languages' => 'שפּראַכן',
 9497+ 'centralnotice-projects' => 'פראיעקטן:',
 9498+ 'centralnotice-country' => 'לאַנד',
88789499 );
88799500
88809501 /** Yoruba (Yorùbá)
@@ -8902,13 +9523,18 @@
89039524 * @author Alex S.H. Lin
89049525 * @author Chenzw
89059526 * @author Gzdavidwong
 9527+ * @author Hydra
 9528+ * @author Kuailong
89069529 * @author Liangent
 9530+ * @author PhiLiP
89079531 * @author Wmr89502270
89089532 * @author Xiaomingyan
89099533 */
89109534 $messages['zh-hans'] = array(
89119535 'centralnotice' => '中央通告管理',
89129536 'noticetemplate' => '中央通告模板',
 9537+ 'right-centralnotice-admin' => '管理中央通告',
 9538+ 'action-centralnotice-admin' => '管理中央通告',
89139539 'centralnotice-desc' => '在页面的顶部增加統一的公告栏位',
89149540 'centralnotice-summary' => '这个模块允许你编辑你当前设置的中央通告。
89159541 它也可以用于添加或删除旧的通告。',
@@ -8924,9 +9550,11 @@
89259551 'centralnotice-manage' => '管理中央通告',
89269552 'centralnotice-add' => '添加',
89279553 'centralnotice-add-notice' => '添加一个通告',
 9554+ 'centralnotice-edit-notice' => '编辑活动',
89289555 'centralnotice-add-template' => '添加一个模板',
89299556 'centralnotice-show-notices' => '显示通告',
89309557 'centralnotice-list-templates' => '列出模板',
 9558+ 'centralnotice-all-projects' => '所有项目',
89319559 'centralnotice-translations' => '翻译',
89329560 'centralnotice-translate-to' => '翻译到',
89339561 'centralnotice-translate' => '翻译',
@@ -8935,12 +9563,17 @@
89369564 'centralnotice-templates' => '模板',
89379565 'centralnotice-weight' => '权重',
89389566 'centralnotice-locked' => '已锁定',
 9567+ 'centralnotice-notice' => '市场活动',
 9568+ 'centralnotice-notice-heading' => '活动: $1',
89399569 'centralnotice-notices' => '通告',
89409570 'centralnotice-notice-exists' => '通告已经存在。
89419571 没有添加',
 9572+ 'centralnotice-no-language' => '没有一种语言被选的运动。不添加。',
 9573+ 'centralnotice-no-project' => '没有项目选择的运动。不添加。',
89429574 'centralnotice-template-exists' => '模板已经存在。
89439575 没有添加',
8944 - 'centralnotice-notice-doesnt-exist' => '通告不存在。
 9576+ 'centralnotice-notice-doesnt-exist' => '通告不存在。',
 9577+ 'centralnotice-remove-notice-doesnt-exist' => '通告不存在。
89459578 没有东西移除',
89469579 'centralnotice-template-still-bound' => '模板不存在。
89479580 没有东西移除。',
@@ -8951,7 +9584,8 @@
89529585 'centralnotice-hours' => '时',
89539586 'centralnotice-min' => '分',
89549587 'centralnotice-project-lang' => '计划语言',
8955 - 'centralnotice-select' => '选定',
 9588+ 'centralnotice-select' => '选定:$1',
 9589+ 'centralnotice-top-ten-languages' => '语言TOP10',
89569590 'centralnotice-project-name' => '计划名称',
89579591 'centralnotice-start-date' => '开始日期',
89589592 'centralnotice-start-time' => '开始时间(UTC)',
@@ -8988,11 +9622,34 @@
89899623 'centralnotice-clone-notice' => '创建一个模板的副本',
89909624 'centralnotice-clone-name' => '名称',
89919625 'centralnotice-preview-all-template-translations' => '预览模板的所有可用翻译',
8992 - 'centralnotice-insert' => '插入',
8993 - 'right-centralnotice-admin' => '管理中央通告',
8994 - 'right-centralnotice-translate' => '翻译中央通告',
8995 - 'action-centralnotice-admin' => '管理中央通告',
8996 - 'action-centralnotice-translate' => '翻译中央通告',
 9626+ '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}} 链接',
 9630+ 'centralnotice-close-button' => '关闭按钮',
 9631+ 'centralnotice-translate-button' => '协助翻译链接',
 9632+ 'centralnotice-donate-button' => '捐助按钮',
 9633+ 'centralnotice-expanded-banner' => '展开的横幅',
 9634+ 'centralnotice-collapsed-banner' => '收缩的横幅',
 9635+ 'centralnotice-banner-display' => '显示到:',
 9636+ 'centralnotice-banner-anonymous' => '匿名用户',
 9637+ 'centralnotice-banner-logged-in' => '已登录用户',
 9638+ 'centralnotice-banner-type' => '横幅类型:',
 9639+ 'centralnotice-banner-hidable' => '静态/可隐藏',
 9640+ 'centralnotice-banner-collapsible' => '可收缩',
 9641+ 'centralnotice-geotargeted' => '已地理定位的',
 9642+ 'centralnotice-countries' => '国家',
 9643+ 'centralnotice-allocation' => '配额',
 9644+ 'centralnotice-view-allocation' => '察看横幅配额',
 9645+ 'centralnotice-allocation-instructions' => '选择你想察看横幅配额的环境',
 9646+ 'centralnotice-languages' => '语言',
 9647+ 'centralnotice-projects' => '项目',
 9648+ 'centralnotice-country' => '国家',
 9649+ 'centralnotice-no-allocation' => '没有配给横幅',
 9650+ 'centralnotice-allocation-description' => '在$1.$2,$3横幅分配:',
 9651+ 'centralnotice-percentage' => '百分比',
 9652+ 'centralnotice-documentwrite-error' => 'document.write() 不能在横幅中使用。
 9653+更多信息请参见 http://meta.wikimedia.org/wiki/Help:CentralNotice 。',
89979654 'centralnotice-preferred' => '偏好的',
89989655 );
89999656
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialBannerController.php
@@ -37,7 +37,10 @@
3838 }
3939
4040 /**
41 - * Generate the body for a static Javascript file
 41+ * Generate the body for the Javascript file
 42+ *
 43+ * We use a jsonp scheme for actual delivery of the banner so that they can be served from meta.
 44+ * In order to circumvent the normal squid cache override we add '/cn.js' to the bannerlist URL.
4245 */
4346 function getOutput() {
4447 global $wgCentralPagePath;
@@ -90,7 +93,7 @@
9194 var groomedBannerList = [];
9295
9396 for( var i = 0; i < bannerList.length; i++ ) {
94 - // Only include this banner if it's inteded for the current user
 97+ // Only include this banner if it's intended for the current user
9598 if( ( wgUserName && bannerList[i].display_account ) ||
9699 ( !wgUserName && bannerList[i].display_anon == 1 ) )
97100 {
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialNoticeTemplate.php
@@ -261,10 +261,6 @@
262262 $buttons = array();
263263 $buttons[] = '<a href="#" onclick="insertButton(\'close\');return false;">' .
264264 wfMsg( 'centralnotice-close-button' ) . '</a>';
265 - $buttons[] = '<a href="#" onclick="insertButton(\'hide\');return false;">' .
266 - wfMsg( 'centralnotice-hide-button' ) . '</a>';
267 - $buttons[] = '<a href="#" onclick="insertButton(\'translate\');return false;">' .
268 - wfMsg( 'centralnotice-translate-button' ) . '</a>';
269265 $htmlOut .= Xml::tags( 'div',
270266 array( 'style' => 'margin-bottom: 0.2em;' ),
271267 '<img src="'.$scriptPath.'/down-arrow.png" style="vertical-align:baseline;"/>' .
@@ -549,10 +545,6 @@
550546 $buttons = array();
551547 $buttons[] = '<a href="#" onclick="insertButton(\'close\');return false;">' .
552548 wfMsg( 'centralnotice-close-button' ) . '</a>';
553 - $buttons[] = '<a href="#" onclick="insertButton(\'hide\');return false;">' .
554 - wfMsg( 'centralnotice-hide-button' ) . '</a>';
555 - $buttons[] = '<a href="#" onclick="insertButton(\'translate\');return false;">' .
556 - wfMsg( 'centralnotice-translate-button' ) . '</a>';
557549 $htmlOut .= Xml::tags( 'div',
558550 array( 'style' => 'margin-bottom: 0.2em;' ),
559551 '<img src="' . $scriptPath . '/down-arrow.png" ' .
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/centralnotice.js
@@ -26,15 +26,9 @@
2727 function insertButton( buttonType ) {
2828 var bannerField = document.getElementById('templateBody');
2929 switch( buttonType ) {
30 - case 'translate':
31 - var buttonValue = '[<a href="http://meta.wikimedia.org/wiki/CentralNotice">{{int:centralnotice-shared-help-translate}}</a>]';
32 - break;
33 - case 'hide':
34 - var buttonValue = '[<a href="#" onclick="toggleNotice();return false">{{int:centralnotice-shared-hide}}</a>]';
35 - break;
36 - case 'close':
37 - var buttonValue = '<a href="#" onclick="toggleNotice();return false">{{MediaWiki:centralnotice-shared-close}}</a>';
38 - break;
 30+ case 'close': // Insert close button
 31+ var buttonValue = '<a href="#" onclick="toggleNotice();return false"><img border="0" src="'+stylepath+'/common/images/closewindow.png" alt="Close" /></a>';
 32+ break;
3933 }
4034 if (document.selection) {
4135 // IE support
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
4236 Merged /trunk/extensions/CentralNotice:r77622-79761

Follow-up revisions

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77621Merge DisableAccount changes since r77557 to prepare for deploymentwerdna00:13, 3 December 2010

Status & tagging log