Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -59,12 +59,17 @@ |
60 | 60 | // Source for live counter information |
61 | 61 | $wgNoticeCounterSource = "http://donate.wikimedia.org/counter.php"; |
62 | 62 | |
| 63 | +// Domain to set global cookies for. |
| 64 | +// Example: '.wikipedia.org' |
| 65 | +// This setting is currently shared with CentralAuth extension. |
| 66 | +$wgCentralAuthCookieDomain = ''; |
| 67 | + |
63 | 68 | $wgExtensionFunctions[] = 'efCentralNoticeSetup'; |
64 | 69 | |
65 | 70 | $wgExtensionCredits['other'][] = array( |
66 | 71 | 'path' => __FILE__, |
67 | 72 | 'name' => 'CentralNotice', |
68 | | - 'author' => 'Brion Vibber', |
| 73 | + 'author' => array( 'Brion Vibber', 'Ryan Kaldari' ), |
69 | 74 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CentralNotice', |
70 | 75 | 'descriptionmsg' => 'centralnotice-desc', |
71 | 76 | ); |
— | — | @@ -91,16 +96,19 @@ |
92 | 97 | $wgHooks['SiteNoticeAfter'][] = 'efCentralNoticeDisplay'; |
93 | 98 | $wgHooks['SkinAfterBottomScripts'][] = 'efCentralNoticeGeoLoader'; |
94 | 99 | } |
95 | | - |
| 100 | + |
96 | 101 | $wgSpecialPages['BannerLoader'] = 'SpecialBannerLoader'; |
97 | 102 | $wgAutoloadClasses['SpecialBannerLoader'] = $dir . 'SpecialBannerLoader.php'; |
98 | | - |
| 103 | + |
99 | 104 | $wgSpecialPages['BannerListLoader'] = 'SpecialBannerListLoader'; |
100 | 105 | $wgAutoloadClasses['SpecialBannerListLoader'] = $dir . 'SpecialBannerListLoader.php'; |
101 | | - |
| 106 | + |
102 | 107 | $wgSpecialPages['BannerController'] = 'SpecialBannerController'; |
103 | 108 | $wgAutoloadClasses['SpecialBannerController'] = $dir . 'SpecialBannerController.php'; |
104 | | - |
| 109 | + |
| 110 | + $wgSpecialPages['HideBanners'] = 'SpecialHideBanners'; |
| 111 | + $wgAutoloadClasses['SpecialHideBanners'] = $dir . 'SpecialHideBanners.php'; |
| 112 | + |
105 | 113 | $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php'; |
106 | 114 | $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php'; |
107 | 115 | $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php'; |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/1x1.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice/1x1.png |
___________________________________________________________________ |
Added: svn:mime-type |
108 | 116 | + application/octet-stream |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -151,6 +151,7 @@ |
152 | 152 | * @author Lloffiwr |
153 | 153 | * @author Nike |
154 | 154 | * @author Purodha |
| 155 | + * @author Raymond |
155 | 156 | * @author The Evil IP address |
156 | 157 | */ |
157 | 158 | $messages['qqq'] = array( |
— | — | @@ -167,7 +168,7 @@ |
168 | 169 | 'centralnotice-remove' => '{{Identical|Remove}}', |
169 | 170 | 'centralnotice-translate-heading' => 'Fieldset label. $1 is a name of a template.', |
170 | 171 | 'centralnotice-add' => '{{Identical|Add}}', |
171 | | - 'centralnotice-multiple' => '$1 is a number. More precisely, the number of languages or projects a notice is available in. It is always greater than 2.', |
| 172 | + 'centralnotice-multiple' => '$1 is a number. More precisely, the number of languages a notice is available in. It is always greater than 3.', |
172 | 173 | 'centralnotice-language-listing' => 'A language listing for the language multi-select box. First parameter is the language code. Second parameter is the name of the language.', |
173 | 174 | 'centralnotice-translate' => '{{Identical|Translate}}', |
174 | 175 | 'centralnotice-notice-exists' => 'Error message displayed in Special:CentralNotice when trying to add a notice with the same name of another notice', |
— | — | @@ -193,6 +194,8 @@ |
194 | 195 | 'centralnotice-clone-name' => '{{Identical|Name}}', |
195 | 196 | 'centralnotice-insert' => '{{Identical|Insert}}', |
196 | 197 | 'centralnotice-geotargeted' => 'Used to label a checkbox which activates geotargeting', |
| 198 | + 'centralnotice-languages' => '{{Identical|Language}}', |
| 199 | + 'centralnotice-projects' => '{{Identical|Project}}', |
197 | 200 | 'centralnotice-country' => '{{Identical|Country}}', |
198 | 201 | 'centralnotice-allocation-description' => 'A description of the environment whose allocation is being described. $1 is the language code for the site (en). $2 is the project name for the site (wikipedia). $3 is the country code (US).', |
199 | 202 | 'right-centralnotice-admin' => '{{doc-right}}', |
— | — | @@ -213,31 +216,43 @@ |
214 | 217 | 'centralnotice-end-date' => 'Einddatum', |
215 | 218 | 'centralnotice-enabled' => 'Aktief', |
216 | 219 | 'centralnotice-modify' => 'Dien in', |
| 220 | + 'centralnotice-save-banner' => 'Stoor banier', |
217 | 221 | 'centralnotice-preview' => 'Voorskou', |
218 | 222 | 'centralnotice-add-new' => "Voeg 'n nuwe sentrale kennisgewing by", |
219 | 223 | 'centralnotice-remove' => 'Verwyder', |
220 | 224 | 'centralnotice-translate-heading' => 'Vertaling vir $1', |
221 | 225 | 'centralnotice-manage' => 'Beheer sentrale kennisgewings', |
| 226 | + 'centralnotice-manage-templates' => 'Bestuur baniere', |
222 | 227 | 'centralnotice-add' => 'Byvoeg', |
223 | 228 | 'centralnotice-add-notice' => "Voeg 'n kennisgewing by", |
| 229 | + 'centralnotice-edit-notice' => 'Wysig veldtog', |
224 | 230 | 'centralnotice-add-template' => 'Voeg sjabloon by', |
225 | 231 | 'centralnotice-show-notices' => 'Wys kennisgewings', |
226 | 232 | 'centralnotice-list-templates' => 'Lys sjablone', |
| 233 | + 'centralnotice-multiple' => 'verskeie ($1)', |
227 | 234 | 'centralnotice-translations' => 'Vertalings', |
228 | 235 | 'centralnotice-translate-to' => 'Vertaal na', |
229 | 236 | 'centralnotice-translate' => 'Vertaal', |
230 | 237 | 'centralnotice-english' => 'Engels', |
231 | | - 'centralnotice-banner-name' => 'Sjabloonnaam', |
| 238 | + 'centralnotice-banner-name' => 'Baniernaam:', |
| 239 | + 'centralnotice-banner' => 'Banier', |
| 240 | + 'centralnotice-banner-heading' => 'Banier: $1', |
232 | 241 | 'centralnotice-templates' => 'Sjablone', |
233 | 242 | 'centralnotice-weight' => 'Gewig', |
234 | 243 | 'centralnotice-locked' => 'Gesluit', |
| 244 | + 'centralnotice-notice' => 'Veldtog', |
| 245 | + 'centralnotice-notice-heading' => 'Veldtog: $1', |
235 | 246 | 'centralnotice-notices' => 'Kennisgewings', |
236 | 247 | 'centralnotice-notice-exists' => 'Die kennisgewing bestaan reeds. |
237 | 248 | Hierdie word nie bygevoeg nie.', |
| 249 | + 'centralnotice-no-language' => 'Geen taal is vir die veldtog gekies nie. |
| 250 | +Word nie bygevoeg nie.', |
238 | 251 | 'centralnotice-template-exists' => 'Die sjabloon bestaan reeds. |
239 | 252 | Dit word nie bygevoeg nie.', |
240 | | - 'centralnotice-notice-doesnt-exist' => 'Die kennisgewing bestaan nie. |
241 | | -Daar is niks om te verwyder nie', |
| 253 | + 'centralnotice-notice-doesnt-exist' => 'Die veldtog bestaan nie.', |
| 254 | + 'centralnotice-remove-notice-doesnt-exist' => 'Die veldtog bestaan nie. |
| 255 | +Niks om te verwyder nie.', |
| 256 | + 'centralnotice-banner-doesnt-exist' => 'Die banier bestaan nie.', |
242 | 257 | 'centralnotice-template-still-bound' => "Die sjabloon is nog aan 'n kennisgewing gekoppel. |
243 | 258 | Word nie verwyder nie.", |
244 | 259 | 'centralnotice-template-body' => 'Sjablooninhoud:', |
— | — | @@ -247,9 +262,12 @@ |
248 | 263 | 'centralnotice-hours' => 'Uur', |
249 | 264 | 'centralnotice-min' => 'Minuut', |
250 | 265 | 'centralnotice-project-lang' => 'Projektaal', |
| 266 | + 'centralnotice-select' => 'Selekteer: $1', |
| 267 | + 'centralnotice-top-ten-languages' => 'Top-10 tale', |
251 | 268 | 'centralnotice-project-name' => 'Projeknaam', |
252 | 269 | 'centralnotice-start-date' => 'Begindatum', |
253 | 270 | 'centralnotice-start-time' => 'Begintyd (UTC)', |
| 271 | + 'centralnotice-end-time' => 'Eindtyd (UTC)', |
254 | 272 | 'centralnotice-assigned-templates' => 'Aangewese sjablone', |
255 | 273 | 'centralnotice-no-templates' => "Daar is geen sjablone op die stelsel beskikbaar nie. |
256 | 274 | Voeg 'n paar by!", |
— | — | @@ -275,11 +293,13 @@ |
276 | 294 | U kan een hieronder byvoeg', |
277 | 295 | 'centralnotice-no-templates-translate' => 'Daar is geen sjablone waarvoor vertalings gemaak kan word nie', |
278 | 296 | 'centralnotice-number-uses' => 'Kere gebruik', |
| 297 | + 'centralnotice-settings' => 'Voorkeure', |
279 | 298 | 'centralnotice-edit-template' => 'Wysig sjabloon', |
280 | 299 | 'centralnotice-message' => 'Boodskap', |
281 | 300 | 'centralnotice-message-not-set' => 'Boodskap nie ingestel nie', |
282 | 301 | 'centralnotice-clone' => 'Kopieer', |
283 | 302 | 'centralnotice-clone-notice' => "Maak 'n kopie van die sjabloon", |
| 303 | + 'centralnotice-clone-name' => 'Naam:', |
284 | 304 | 'centralnotice-preview-all-template-translations' => 'Voorskou al die beskikbare vertalings van die sjabloon', |
285 | 305 | 'centralnotice-insert' => 'Invoeging: $1', |
286 | 306 | 'centralnotice-close-button' => 'Sluit-knoppie', |
— | — | @@ -465,16 +485,29 @@ |
466 | 486 | * @author Basharh |
467 | 487 | */ |
468 | 488 | $messages['arc'] = array( |
| 489 | + 'centralnotice-end-date' => 'ܣܝܩܘܡܐ ܕܫܘܠܡܐ', |
| 490 | + 'centralnotice-modify' => 'ܫܕܪ', |
| 491 | + 'centralnotice-preview' => 'ܚܝܪܐ ܩܕܡܝܐ', |
469 | 492 | 'centralnotice-add' => 'ܐܘܣܦ', |
470 | 493 | 'centralnotice-add-template' => 'ܐܘܣܦ ܩܠܒܐ', |
471 | 494 | 'centralnotice-translate' => 'ܬܪܓܡ', |
| 495 | + 'centralnotice-weight' => 'ܬܘܩܠܐ', |
| 496 | + 'centralnotice-locked' => 'ܩܦܝܠܐ', |
472 | 497 | 'centralnotice-day' => 'ܝܘܡܐ', |
473 | 498 | 'centralnotice-year' => 'ܫܢܬܐ', |
474 | 499 | 'centralnotice-month' => 'ܝܪܚܐ', |
475 | 500 | 'centralnotice-hours' => 'ܫܥܬܐ', |
476 | 501 | 'centralnotice-min' => 'ܩܛܝܢܬܐ', |
| 502 | + 'centralnotice-project-lang' => 'ܠܫܢܐ ܕܬܪܡܝܬܐ', |
| 503 | + 'centralnotice-select' => 'ܓܒܝ: $1', |
| 504 | + 'centralnotice-project-name' => 'ܫܡܐ ܕܬܪܡܝܬܐ', |
| 505 | + 'centralnotice-weights' => 'ܬܘܩܠ̈ܐ', |
| 506 | + 'centralnotice-settings' => 'ܛܘܝܒ̈ܐ', |
477 | 507 | 'centralnotice-edit-template' => 'ܫܚܠܦ ܩܠܒܐ', |
478 | 508 | 'centralnotice-message' => 'ܐܓܪܬܐ', |
| 509 | + 'centralnotice-clone-name' => 'ܫܡܐ:', |
| 510 | + 'centralnotice-countries' => 'ܐܬܪ̈ܘܬܐ', |
| 511 | + 'centralnotice-country' => 'ܐܬܪܐ', |
479 | 512 | ); |
480 | 513 | |
481 | 514 | /** Egyptian Spoken Arabic (مصرى) |
— | — | @@ -576,6 +609,7 @@ |
577 | 610 | ); |
578 | 611 | |
579 | 612 | /** Bashkir (Башҡорт) |
| 613 | + * @author Assele |
580 | 614 | * @author Haqmar |
581 | 615 | */ |
582 | 616 | $messages['ba'] = array( |
— | — | @@ -585,6 +619,8 @@ |
586 | 620 | 'right-centralnotice-admin' => 'Үҙәк белдереүҙәрен идаралау', |
587 | 621 | 'action-centralnotice-admin' => 'үҙәк белдереүҙәрен идаралау', |
588 | 622 | 'centralnotice-desc' => 'Үҙәк сайттан дөйөм белдереү өҫтәй', |
| 623 | + 'centralnotice-summary' => 'Был киңәйтеү һеҙгә үҙәк белдереүҙәрегеҙҙе үҙгәртергә мөмкинлек бирә. |
| 624 | +Ул шулай уҡ яңы белдереүҙәр өҫтәү һәм иҫкеләрен юйыу өсөн ҡулланыла ала.', |
589 | 625 | 'centralnotice-query' => 'Ағымдағы белдереүҙе үҙгәртергә', |
590 | 626 | 'centralnotice-notice-name' => 'Белдереү исеме', |
591 | 627 | 'centralnotice-end-date' => 'Тамамланыу ваҡыты', |
— | — | @@ -604,6 +640,7 @@ |
605 | 641 | 'centralnotice-show-notices' => 'Белдереүҙәрҙе күрһәтергә', |
606 | 642 | 'centralnotice-list-templates' => 'Ҡалыптар исемлеге', |
607 | 643 | 'centralnotice-multiple' => 'бер нисә ($1)', |
| 644 | + 'centralnotice-all-projects' => 'Бөтә проекттар', |
608 | 645 | 'centralnotice-translations' => 'Тәржемәләр', |
609 | 646 | 'centralnotice-translate-to' => 'Тәржемә:', |
610 | 647 | 'centralnotice-translate' => 'Тәржемә', |
— | — | @@ -620,12 +657,15 @@ |
621 | 658 | 'centralnotice-notice-exists' => 'Белдереү бар. |
622 | 659 | Өҫтәп булмай', |
623 | 660 | 'centralnotice-no-language' => 'Был кампания өсөн тел һайланмаған. Өҫтәлмәне.', |
| 661 | + 'centralnotice-no-project' => 'Был кампания өсөн проект һайланмаған. Өҫтәлмәне.', |
624 | 662 | 'centralnotice-template-exists' => 'Бындай ҡалып бар. |
625 | 663 | Өҫтәп булмай', |
626 | 664 | 'centralnotice-notice-doesnt-exist' => 'Кампания юҡ.', |
627 | 665 | 'centralnotice-remove-notice-doesnt-exist' => 'Бындай кампания юҡ. |
628 | 666 | Юйып булмай.', |
629 | 667 | 'centralnotice-banner-doesnt-exist' => 'Баннер юҡ.', |
| 668 | + 'centralnotice-template-still-bound' => 'Баннер элеккесә кампания менән бәйле. |
| 669 | +Юйылмай.', |
630 | 670 | 'centralnotice-template-body' => 'Баннер эстәлеге:', |
631 | 671 | 'centralnotice-day' => 'Көн', |
632 | 672 | 'centralnotice-year' => 'Йыл', |
— | — | @@ -640,14 +680,39 @@ |
641 | 681 | 'centralnotice-start-time' => 'Башлау сәғәте (UTC)', |
642 | 682 | 'centralnotice-end-time' => 'Тамамланыу ваҡыты (UTC)', |
643 | 683 | 'centralnotice-assigned-templates' => 'Аталған баннерҙар', |
644 | | - 'centralnotice-no-templates' => 'Ҡалыптар табылманы. |
| 684 | + 'centralnotice-no-templates' => 'Баннерҙар табылманы. |
645 | 685 | Бер нимә өҫтәгеҙ!', |
| 686 | + 'centralnotice-no-templates-assigned' => 'Кампания менән бәйле баннер юҡ. |
| 687 | +Бер нимә өҫтәгеҙ!', |
| 688 | + 'centralnotice-available-templates' => 'Мөмкин булған баннерҙар', |
| 689 | + 'centralnotice-template-already-exists' => 'Баннер кампанияға бәйләнгән инде. |
| 690 | +Өҫтәлмәне.', |
| 691 | + 'centralnotice-preview-template' => 'Баннерҙы ҡарап сығыу', |
| 692 | + 'centralnotice-change-lang' => 'Тәржемә телен үҙгәртергә', |
| 693 | + 'centralnotice-weights' => 'Ауырлыҡтар', |
| 694 | + 'centralnotice-notice-is-locked' => 'Кампания бикләнгән. |
| 695 | +Юйылмай.', |
| 696 | + 'centralnotice-overlap' => 'Кампания ваҡыты буйынса икенсе кампания менән ҡаплана. |
| 697 | +Өҫтәлмәй.', |
| 698 | + 'centralnotice-invalid-date-range' => 'Хаталы ваҡыт арауығы. |
| 699 | +Яңыртылмай.', |
| 700 | + 'centralnotice-null-string' => 'Буш юлды өҫтәп булмай. |
| 701 | +Өҫтәлмәй.', |
| 702 | + 'centralnotice-confirm-delete' => 'Һеҙ ысынлап та был есемде юйырға теләһегеҙме? |
| 703 | +Был ғәмәлде кире алып булмай.', |
| 704 | + 'centralnotice-no-notices-exist' => 'Кампаниялар юҡ. |
| 705 | +Түбәндә берҙе өҫтәгеҙ.', |
| 706 | + 'centralnotice-no-templates-translate' => 'Тәржемәне үҙгәртер өсөн бер баннер ҙа юҡ.', |
| 707 | + 'centralnotice-number-uses' => 'Ҡулланыла', |
| 708 | + 'centralnotice-settings' => 'Көйләүҙәр', |
| 709 | + 'centralnotice-edit-template' => 'Баннерҙы үҙгәртергә', |
| 710 | + 'centralnotice-edit-template-summary' => 'Тәржемә ителә торған хәбәр булдырыр өсөн, дефис аша яҙылған юлды өс һырлы йәйәләр эсенә алығыҙ, мәҫәлән {{{jimbo-quote}}}.', |
646 | 711 | 'centralnotice-message' => 'Хәбәр', |
647 | 712 | 'centralnotice-message-not-set' => 'Хәбәр ҡуйылманы', |
648 | 713 | 'centralnotice-clone' => 'Клонларға', |
649 | | - 'centralnotice-clone-notice' => 'Ҡалыптың күсермәһен яһарға', |
| 714 | + 'centralnotice-clone-notice' => 'Баннерҙың күсермәһен яһарға', |
650 | 715 | 'centralnotice-clone-name' => 'Исем:', |
651 | | - 'centralnotice-preview-all-template-translations' => 'Ҡалыптың мөмкин булған бар тәржемәләрен ҡарарға', |
| 716 | + 'centralnotice-preview-all-template-translations' => 'Баннерҙың мөмкин булған бар тәржемәләрен ҡарарға', |
652 | 717 | 'centralnotice-insert' => 'Өҫтәү: $1', |
653 | 718 | 'centralnotice-hide-button' => 'һылтанманы {{int:centralnotice-shared-hide}}', |
654 | 719 | 'centralnotice-collapse-button' => 'һылтанманы {{int:centralnotice-shared-collapse}}', |
— | — | @@ -667,10 +732,15 @@ |
668 | 733 | 'centralnotice-countries' => 'Илдәр', |
669 | 734 | 'centralnotice-allocation' => 'Урынлашыу', |
670 | 735 | 'centralnotice-view-allocation' => 'Баннерҙарҙың урынлашыуын ҡарау', |
| 736 | + 'centralnotice-allocation-instructions' => 'Ниндәй өлкә өсөн баннерҙар урынлашыуын ҡарарға теләүегеҙҙе һайлағыҙ:', |
| 737 | + 'centralnotice-languages' => 'Телдәр', |
| 738 | + 'centralnotice-projects' => 'Проекттар', |
671 | 739 | 'centralnotice-country' => 'Ил', |
672 | 740 | 'centralnotice-no-allocation' => 'Баннерҙар урынлаштырылмаған', |
673 | 741 | 'centralnotice-allocation-description' => '$1.$2 өсөн $3 эсендә баннерҙар урынлашыуы', |
674 | 742 | 'centralnotice-percentage' => 'Процент', |
| 743 | + 'centralnotice-documentwrite-error' => 'Был баннерҙа document.write() ҡулланыла алмай. |
| 744 | +Тулыраҡ мәғлүмәт өсөн http://meta.wikimedia.org/wiki/Help:CentralNotice ҡарағыҙ.', |
675 | 745 | 'centralnotice-preferred' => 'Өҫтөнлөк бирелгән', |
676 | 746 | ); |
677 | 747 | |
— | — | @@ -704,7 +774,14 @@ |
705 | 775 | هوری نکنت', |
706 | 776 | ); |
707 | 777 | |
708 | | -/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
| 778 | +/** Belarusian (Беларуская) |
| 779 | + * @author Тест |
| 780 | + */ |
| 781 | +$messages['be'] = array( |
| 782 | + 'centralnotice-add' => 'Дадаць', |
| 783 | +); |
| 784 | + |
| 785 | +/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
709 | 786 | * @author EugeneZelenko |
710 | 787 | * @author Jim-by |
711 | 788 | * @author Red Winged Duck |
— | — | @@ -739,6 +816,7 @@ |
740 | 817 | 'centralnotice-show-notices' => 'Паказаць кампаніі', |
741 | 818 | 'centralnotice-list-templates' => 'Сьпіс паведамленьняў', |
742 | 819 | 'centralnotice-multiple' => 'некалькі ($1)', |
| 820 | + 'centralnotice-all-projects' => 'Усе праекты', |
743 | 821 | 'centralnotice-translations' => 'Пераклады', |
744 | 822 | 'centralnotice-translate-to' => 'Пераклад на', |
745 | 823 | 'centralnotice-translate' => 'Пераклад', |
— | — | @@ -755,6 +833,7 @@ |
756 | 834 | 'centralnotice-notice-exists' => 'Кампанія ўжо існуе. |
757 | 835 | Новая не дададзеная.', |
758 | 836 | 'centralnotice-no-language' => 'Для кампаніі ня выбраная мова. Не дададзеная.', |
| 837 | + 'centralnotice-no-project' => 'Для кампаніі ня выбраны праект. Не дададзеная.', |
759 | 838 | 'centralnotice-template-exists' => 'Паведамленьне ужо існуе. |
760 | 839 | Новае паведамленьне не дададзенае.', |
761 | 840 | 'centralnotice-notice-doesnt-exist' => 'Кампанія не існуе.', |
— | — | @@ -811,9 +890,9 @@ |
812 | 891 | 'centralnotice-clone-name' => 'Назва:', |
813 | 892 | 'centralnotice-preview-all-template-translations' => 'Праглядзець усе даступныя пераклады паведамленьня', |
814 | 893 | 'centralnotice-insert' => 'Уставіць: $1', |
815 | | - 'centralnotice-hide-button' => 'Спасылка {{int:centralnotice-shared-hide}}', |
816 | | - 'centralnotice-collapse-button' => 'Спасылка {{int:centralnotice-shared-collapse}}', |
817 | | - 'centralnotice-expand-button' => 'Спасылка {{int:centralnotice-shared-expand}}', |
| 894 | + 'centralnotice-hide-button' => 'Схаваць спасылку', |
| 895 | + 'centralnotice-collapse-button' => 'Згарнуць спасылку', |
| 896 | + 'centralnotice-expand-button' => 'Разгарнуць спасылку', |
818 | 897 | 'centralnotice-close-button' => 'Кнопка закрыцьця', |
819 | 898 | 'centralnotice-translate-button' => 'Спасылка дапамогі ў перакладзе', |
820 | 899 | 'centralnotice-donate-button' => 'Кнопка ахвяраваньняў', |
— | — | @@ -830,6 +909,8 @@ |
831 | 910 | 'centralnotice-allocation' => 'Прызначэньне', |
832 | 911 | 'centralnotice-view-allocation' => 'Паказаць разьмяшчэньне банэра', |
833 | 912 | 'centralnotice-allocation-instructions' => 'Выберыце рэжым, для якога Вы жадаеце праглядзець разьмяшчэньне банэра:', |
| 913 | + 'centralnotice-languages' => 'Мовы', |
| 914 | + 'centralnotice-projects' => 'Праекты', |
834 | 915 | 'centralnotice-country' => 'Краіна', |
835 | 916 | 'centralnotice-no-allocation' => 'Няма разьмешчаных банэраў.', |
836 | 917 | 'centralnotice-allocation-description' => 'Разьмяшчэньне банэра для $1.$2 у $3:', |
— | — | @@ -886,17 +967,20 @@ |
887 | 968 | 'centralnotice-hours' => 'Час', |
888 | 969 | 'centralnotice-min' => 'Минута', |
889 | 970 | 'centralnotice-project-lang' => 'Език на проекта', |
| 971 | + 'centralnotice-top-ten-languages' => 'Топ 10 езика', |
890 | 972 | 'centralnotice-project-name' => 'Име на проекта', |
891 | 973 | 'centralnotice-start-date' => 'Начална дата', |
892 | 974 | 'centralnotice-start-time' => 'начално време (UTC)', |
893 | 975 | 'centralnotice-available-templates' => 'Налични шаблони', |
894 | 976 | 'centralnotice-preview-template' => 'Преглед на шаблона', |
895 | 977 | 'centralnotice-no-templates-translate' => 'Няма шаблони, за които да се редактират преводите', |
| 978 | + 'centralnotice-settings' => 'Настройки', |
896 | 979 | 'centralnotice-edit-template' => 'Редактиране на шаблон', |
897 | 980 | 'centralnotice-message' => 'Съобщение', |
898 | 981 | 'centralnotice-message-not-set' => 'Съобщението не е зададено', |
899 | 982 | 'centralnotice-clone' => 'Клониране', |
900 | 983 | 'centralnotice-clone-notice' => 'Създаване на копие на шаблона', |
| 984 | + 'centralnotice-clone-name' => 'Име:', |
901 | 985 | 'centralnotice-preview-all-template-translations' => 'Преглед на всички налични преводи на шаблона', |
902 | 986 | 'centralnotice-languages' => 'Езици', |
903 | 987 | 'centralnotice-projects' => 'Проекти', |
— | — | @@ -906,6 +990,13 @@ |
907 | 991 | 'centralnotice-preferred' => 'Предпочитано', |
908 | 992 | ); |
909 | 993 | |
| 994 | +/** Bihari (भोजपुरी) |
| 995 | + * @author Ganesh |
| 996 | + */ |
| 997 | +$messages['bh'] = array( |
| 998 | + 'centralnotice-edit-template' => 'बैनर सम्पादन', |
| 999 | +); |
| 1000 | + |
910 | 1001 | /** Bengali (বাংলা) |
911 | 1002 | * @author Bellayet |
912 | 1003 | */ |
— | — | @@ -933,6 +1024,7 @@ |
934 | 1025 | 'centralnotice-add-template' => 'টেম্পলেট যোগ', |
935 | 1026 | 'centralnotice-show-notices' => 'নোটিশ দেখাও', |
936 | 1027 | 'centralnotice-list-templates' => 'টেম্পলেটের তালিকা', |
| 1028 | + 'centralnotice-all-projects' => 'সমস্ত প্রকল্প', |
937 | 1029 | 'centralnotice-translations' => 'অনুবাদসমূহ', |
938 | 1030 | 'centralnotice-translate-to' => 'যে ভাষায় অনুবাদ করা হচ্ছে তা হল', |
939 | 1031 | 'centralnotice-translate' => 'অনুবাদ', |
— | — | @@ -1003,6 +1095,10 @@ |
1004 | 1096 | 'centralnotice-banner-anonymous' => 'বেনামী ব্যবহারকারী', |
1005 | 1097 | 'centralnotice-banner-collapsible' => 'ভাঁজযোগ্য', |
1006 | 1098 | 'centralnotice-countries' => 'দেশ', |
| 1099 | + 'centralnotice-languages' => 'ভাষা', |
| 1100 | + 'centralnotice-projects' => 'প্রকল্প', |
| 1101 | + 'centralnotice-country' => 'দেশ', |
| 1102 | + 'centralnotice-percentage' => 'শতাংশ', |
1007 | 1103 | 'right-centralnotice-admin' => 'কেন্দ্রীয় নোটিশ ব্যবস্থাপনা', |
1008 | 1104 | 'right-centralnotice-translate' => 'কেন্দ্রীয় নোটিশ অনুবাদ করুন', |
1009 | 1105 | 'action-centralnotice-admin' => 'কেন্দ্রীয় নোটিশ ব্যবস্থাপনা করুন', |
— | — | @@ -1061,6 +1157,7 @@ |
1062 | 1158 | 'centralnotice-show-notices' => 'Diskouez ar menegoù', |
1063 | 1159 | 'centralnotice-list-templates' => 'Rollañ ar patromoù', |
1064 | 1160 | 'centralnotice-multiple' => 'lies ($1)', |
| 1161 | + 'centralnotice-all-projects' => 'An holl raktresoù', |
1065 | 1162 | 'centralnotice-translations' => 'Troidigezhioù', |
1066 | 1163 | 'centralnotice-translate-to' => 'Treiñ e', |
1067 | 1164 | 'centralnotice-translate' => 'Treiñ', |
— | — | @@ -1077,11 +1174,12 @@ |
1078 | 1175 | 'centralnotice-notice-exists' => "Bez ez eus dija eus an ali-se. |
1079 | 1176 | N'eo ket bet ouzhpennet neuze", |
1080 | 1177 | 'centralnotice-no-language' => "Yezh ebet a zo bet dibabet evit ar c'houlzad. N'eo ket bet ouzhpennet.", |
| 1178 | + 'centralnotice-no-project' => "Raktres ebet a zo bet dibabet evit ar c'houlzad. N'eo ket bet ouzhpennet.", |
1081 | 1179 | 'centralnotice-template-exists' => "Bez' ez eus ar patrom-mañ c'hoazh. |
1082 | 1180 | N'eo ket bet ouzhpennet.", |
1083 | 1181 | 'centralnotice-notice-doesnt-exist' => "N'eus ket eus ar c'houlzad-mañ", |
1084 | | - 'centralnotice-remove-notice-doesnt-exist' => "N'eus ket eus an ali-mañ. |
1085 | | -N'eus netra da zilemel", |
| 1182 | + 'centralnotice-remove-notice-doesnt-exist' => "N'eus ket eus ar c'hemenn-mañ. |
| 1183 | +N'eus netra da zilemel.", |
1086 | 1184 | 'centralnotice-banner-doesnt-exist' => "N'eus ket eus ar giton-mañ", |
1087 | 1185 | 'centralnotice-template-still-bound' => "Liammet eo c'hoazh ar patrom gant un ali. |
1088 | 1186 | N'eo ket bet dilammet.", |
— | — | @@ -1152,6 +1250,8 @@ |
1153 | 1251 | 'centralnotice-allocation' => 'Skorenn', |
1154 | 1252 | 'centralnotice-view-allocation' => 'Gwelout skorenn ar giton', |
1155 | 1253 | 'centralnotice-allocation-instructions' => "Dibabit an endro e-lec'h m'ho pefe c'hoant da welet skorenn ar giton evit :", |
| 1254 | + 'centralnotice-languages' => 'Yezhoù', |
| 1255 | + 'centralnotice-projects' => 'Raktresoù', |
1156 | 1256 | 'centralnotice-country' => 'Bro', |
1157 | 1257 | 'centralnotice-no-allocation' => 'Giton skorennet ebet.', |
1158 | 1258 | 'centralnotice-allocation-description' => 'Skorenn giton evit $1.$2 e $3 :', |
— | — | @@ -1192,6 +1292,7 @@ |
1193 | 1293 | 'centralnotice-show-notices' => 'Prikaži obavještenja', |
1194 | 1294 | 'centralnotice-list-templates' => 'Spisak šablona', |
1195 | 1295 | 'centralnotice-multiple' => 'više ($1)', |
| 1296 | + 'centralnotice-all-projects' => 'Svi projekti', |
1196 | 1297 | 'centralnotice-translations' => 'Prijevodi', |
1197 | 1298 | 'centralnotice-translate-to' => 'Prevedi na', |
1198 | 1299 | 'centralnotice-translate' => 'Prijevod', |
— | — | @@ -1208,6 +1309,7 @@ |
1209 | 1310 | 'centralnotice-notice-exists' => 'Obavještenje već postoji. |
1210 | 1311 | Ne može se dodati', |
1211 | 1312 | 'centralnotice-no-language' => 'Nije odabran jezik za kampanju. Ništa se ne dodaje.', |
| 1313 | + 'centralnotice-no-project' => 'Nijedan jezik nije odabran za kampanju. Ništa se ne dodaje.', |
1212 | 1314 | 'centralnotice-template-exists' => 'Šablon već postoji. |
1213 | 1315 | Ne dodaje se', |
1214 | 1316 | 'centralnotice-notice-doesnt-exist' => 'Kampanja ne postoji.', |
— | — | @@ -1283,6 +1385,8 @@ |
1284 | 1386 | 'centralnotice-allocation' => 'Raspoređivanje', |
1285 | 1387 | 'centralnotice-view-allocation' => 'Pogledaj dodjelu obavještenja', |
1286 | 1388 | 'centralnotice-allocation-instructions' => 'Odaberi okruženje za koje želite vidjeti dodjelu obavještenja:', |
| 1389 | + 'centralnotice-languages' => 'Jezici', |
| 1390 | + 'centralnotice-projects' => 'Projekti', |
1287 | 1391 | 'centralnotice-country' => 'Država', |
1288 | 1392 | 'centralnotice-no-allocation' => 'Nema dodijeljenih obavještenja.', |
1289 | 1393 | 'centralnotice-allocation-description' => 'Dodjela obavještenja za $1.$2 u $3:', |
— | — | @@ -1294,6 +1398,7 @@ |
1295 | 1399 | |
1296 | 1400 | /** Catalan (Català) |
1297 | 1401 | * @author Aleator |
| 1402 | + * @author El libre |
1298 | 1403 | * @author Loupeter |
1299 | 1404 | * @author Paucabot |
1300 | 1405 | * @author SMP |
— | — | @@ -1303,7 +1408,8 @@ |
1304 | 1409 | */ |
1305 | 1410 | $messages['ca'] = array( |
1306 | 1411 | 'centralnotice' => "Administrador d'avisos centrals", |
1307 | | - 'noticetemplate' => "Plantilla d'avís central", |
| 1412 | + 'noticetemplate' => "Administració d'avisos centrals", |
| 1413 | + 'bannerallocation' => "Administració d'avisos centrals", |
1308 | 1414 | 'right-centralnotice-admin' => 'Gestionau els avisos centrals', |
1309 | 1415 | 'action-centralnotice-admin' => 'Gestionau els avisos centrals', |
1310 | 1416 | 'centralnotice-desc' => "Afegeix un lloc central d'avisos", |
— | — | @@ -1314,6 +1420,7 @@ |
1315 | 1421 | 'centralnotice-end-date' => 'Data de finalització', |
1316 | 1422 | 'centralnotice-enabled' => 'Activat', |
1317 | 1423 | 'centralnotice-modify' => 'Tramet', |
| 1424 | + 'centralnotice-save-banner' => 'Salva pancarta', |
1318 | 1425 | 'centralnotice-preview' => 'Previsualitza', |
1319 | 1426 | 'centralnotice-add-new' => "Afegeix una nova central d'avisos", |
1320 | 1427 | 'centralnotice-remove' => 'Elimina', |
— | — | @@ -1322,17 +1429,24 @@ |
1323 | 1430 | 'centralnotice-manage-templates' => 'Gestiona pancartes', |
1324 | 1431 | 'centralnotice-add' => 'Afegeix', |
1325 | 1432 | 'centralnotice-add-notice' => 'Afegeix un avís', |
| 1433 | + 'centralnotice-edit-notice' => 'Edita campanya', |
1326 | 1434 | 'centralnotice-add-template' => 'Afegeix una plantilla', |
1327 | 1435 | 'centralnotice-show-notices' => 'Mostra avisos', |
1328 | 1436 | 'centralnotice-list-templates' => 'Llista les plantilles', |
| 1437 | + 'centralnotice-multiple' => 'Múltiple ($1)', |
| 1438 | + 'centralnotice-all-projects' => 'Tots els projectes', |
1329 | 1439 | 'centralnotice-translations' => 'Traduccions', |
1330 | 1440 | 'centralnotice-translate-to' => 'Tradueix a', |
1331 | 1441 | 'centralnotice-translate' => 'Tradueix', |
1332 | 1442 | 'centralnotice-english' => 'Anglès', |
1333 | 1443 | 'centralnotice-banner-name' => 'Nom del bàner:', |
| 1444 | + 'centralnotice-banner' => 'Pancarta', |
| 1445 | + 'centralnotice-banner-heading' => 'Pancarta: $1', |
1334 | 1446 | 'centralnotice-templates' => 'Plantilles', |
1335 | 1447 | 'centralnotice-weight' => 'Pes', |
1336 | 1448 | 'centralnotice-locked' => 'Bloquejat', |
| 1449 | + 'centralnotice-notice' => 'Campanya', |
| 1450 | + 'centralnotice-notice-heading' => 'Campanya: $1', |
1337 | 1451 | 'centralnotice-notices' => 'Avisos', |
1338 | 1452 | 'centralnotice-notice-exists' => "L'avís ja existeix. |
1339 | 1453 | No s'afegirà", |
— | — | @@ -1383,11 +1497,13 @@ |
1384 | 1498 | Afegiu-ne un a continuació.', |
1385 | 1499 | 'centralnotice-no-templates-translate' => 'No hi ha cap plantilla per modificar les traduccions per', |
1386 | 1500 | 'centralnotice-number-uses' => 'Usos', |
| 1501 | + 'centralnotice-settings' => 'Configuració', |
1387 | 1502 | 'centralnotice-edit-template' => 'Modifica la plantilla', |
1388 | 1503 | 'centralnotice-message' => 'Missatge', |
1389 | 1504 | 'centralnotice-message-not-set' => 'Missatge no fixat', |
1390 | 1505 | 'centralnotice-clone' => 'Duplica', |
1391 | 1506 | 'centralnotice-clone-notice' => 'Crea una còpia de la plantilla', |
| 1507 | + 'centralnotice-clone-name' => 'Nom:', |
1392 | 1508 | 'centralnotice-preview-all-template-translations' => 'Previsualitza totes les traduccions disponibles de plantilles', |
1393 | 1509 | 'centralnotice-insert' => 'Inserir: $1', |
1394 | 1510 | 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} enllaç', |
— | — | @@ -1420,6 +1536,21 @@ |
1421 | 1537 | 'centralnotice-preferred' => 'Preferit', |
1422 | 1538 | ); |
1423 | 1539 | |
| 1540 | +/** Chechen (Нохчийн) |
| 1541 | + * @author Sasan700 |
| 1542 | + */ |
| 1543 | +$messages['ce'] = array( |
| 1544 | + 'centralnotice' => 'Цхаьна дlахоуьйтуш леладо урхалла', |
| 1545 | + 'noticetemplate' => 'Цхаьна дlахоуьйтуш леладо урхалла', |
| 1546 | + 'bannerallocation' => 'Цхаьна дlахоуьйтуш леладо урхалла', |
| 1547 | + 'right-centralnotice-admin' => 'цхаьна дlахоуьйтуш леладо урхалла', |
| 1548 | + 'action-centralnotice-admin' => 'цхаьна дlахоуьйтуш леладо урхалла', |
| 1549 | + 'centralnotice-manage' => 'Цхаьна дlахоуьйтуш леладо урхалла', |
| 1550 | + 'centralnotice-add-template' => 'Тlетоха куцкеп', |
| 1551 | + 'centralnotice-templates' => 'Куцкепаш', |
| 1552 | + 'centralnotice-year' => 'Шо', |
| 1553 | +); |
| 1554 | + |
1424 | 1555 | /** Sorani (کوردی) */ |
1425 | 1556 | $messages['ckb'] = array( |
1426 | 1557 | 'centralnotice-modify' => 'ناردن', |
— | — | @@ -1458,6 +1589,7 @@ |
1459 | 1590 | 'centralnotice-show-notices' => 'Zobrazit oznámení', |
1460 | 1591 | 'centralnotice-list-templates' => 'Seznam šablon', |
1461 | 1592 | 'centralnotice-multiple' => 'více ($1)', |
| 1593 | + 'centralnotice-all-projects' => 'Všechny projekty', |
1462 | 1594 | 'centralnotice-translations' => 'Překlady', |
1463 | 1595 | 'centralnotice-translate-to' => 'Přeložit do jazyka', |
1464 | 1596 | 'centralnotice-translate' => 'Přeložit', |
— | — | @@ -1473,6 +1605,7 @@ |
1474 | 1606 | 'centralnotice-notices' => 'Oznámení', |
1475 | 1607 | 'centralnotice-notice-exists' => 'Oznámení už existuje. Nepřidáno.', |
1476 | 1608 | 'centralnotice-no-language' => 'Pro kampaň nebyl vybrán žádný jazyk. Oznámení nebylo přidáno.', |
| 1609 | + 'centralnotice-no-project' => 'Pro kampaň nebyl vybrán žádný projekt. Oznámení nebylo přidáno.', |
1477 | 1610 | 'centralnotice-template-exists' => 'Šablona už existuje. Nepřidána.', |
1478 | 1611 | 'centralnotice-notice-doesnt-exist' => 'Kampaň neexistuje.', |
1479 | 1612 | 'centralnotice-remove-notice-doesnt-exist' => 'Kampaň neexistuje. |
— | — | @@ -1540,6 +1673,8 @@ |
1541 | 1674 | 'centralnotice-allocation' => 'Přidělení', |
1542 | 1675 | 'centralnotice-view-allocation' => 'Zobrazit přidělení bannerů', |
1543 | 1676 | 'centralnotice-allocation-instructions' => 'Vyberte si prostředí, pro které chcete zobrazit přidělení bannerů:', |
| 1677 | + 'centralnotice-languages' => 'Jazyky', |
| 1678 | + 'centralnotice-projects' => 'Projekty', |
1544 | 1679 | 'centralnotice-country' => 'Země', |
1545 | 1680 | 'centralnotice-no-allocation' => 'Žádné bannery nejsou přiděleny.', |
1546 | 1681 | 'centralnotice-allocation-description' => 'Přidělení bannerů na $1.$2 v $3:', |
— | — | @@ -1555,7 +1690,7 @@ |
1556 | 1691 | */ |
1557 | 1692 | $messages['cy'] = array( |
1558 | 1693 | 'centralnotice' => "Gweinyddu'r hysbysiad canolog", |
1559 | | - 'noticetemplate' => 'Nodyn ar gyfer hysbysiad canolog', |
| 1694 | + 'noticetemplate' => "Gweinyddu'r hysbysiad canolog", |
1560 | 1695 | 'centralnotice-desc' => 'Yn ychwanegu hysbysiad canolog', |
1561 | 1696 | 'centralnotice-summary' => "Mae'r teclyn hwn yn eich galluogi i olygu'r hysbysiadau canolog sydd wedi eu gosod ar hyn o bryd. |
1562 | 1697 | Gall hefyd gael ei ddefnyddio i ychwanegu hen hysbysiadau neu eu tynnu i ffwrdd.", |
— | — | @@ -1634,22 +1769,69 @@ |
1635 | 1770 | * @author Sarrus |
1636 | 1771 | */ |
1637 | 1772 | $messages['da'] = array( |
| 1773 | + 'centralnotice-query' => 'Ændr nuværende kampagner', |
| 1774 | + 'centralnotice-notice-name' => 'Kampagnenavn', |
1638 | 1775 | 'centralnotice-end-date' => 'Slutdato', |
| 1776 | + 'centralnotice-enabled' => 'Aktiveret', |
| 1777 | + 'centralnotice-modify' => 'Send', |
| 1778 | + 'centralnotice-save-banner' => 'Gem banner', |
1639 | 1779 | 'centralnotice-preview' => 'Forhåndsvisning', |
| 1780 | + 'centralnotice-add-new' => 'Tilføj en ny kampagne', |
| 1781 | + 'centralnotice-remove' => 'Fjern', |
| 1782 | + 'centralnotice-translate-heading' => 'Oversættelse for $1', |
| 1783 | + 'centralnotice-manage' => 'Administrér kampagner', |
| 1784 | + 'centralnotice-manage-templates' => 'Administrér bannere', |
1640 | 1785 | 'centralnotice-add' => 'Tilføj', |
| 1786 | + 'centralnotice-add-notice' => 'Tilføj en kampagne', |
| 1787 | + 'centralnotice-edit-notice' => 'Redigér kampagne', |
| 1788 | + 'centralnotice-add-template' => 'Tilføj et banner', |
| 1789 | + 'centralnotice-show-notices' => 'Vis kampagner', |
| 1790 | + 'centralnotice-list-templates' => 'Vis bannere', |
| 1791 | + 'centralnotice-multiple' => 'Flere ($1)', |
| 1792 | + 'centralnotice-all-projects' => 'Alle projekter', |
| 1793 | + 'centralnotice-translations' => 'Oversættelser', |
| 1794 | + 'centralnotice-translate-to' => 'Oversæt til', |
| 1795 | + 'centralnotice-translate' => 'Oversæt', |
1641 | 1796 | 'centralnotice-english' => 'Engelsk', |
1642 | 1797 | 'centralnotice-banner-name' => 'Bannernavn:', |
| 1798 | + 'centralnotice-banner' => 'Banner', |
| 1799 | + 'centralnotice-banner-heading' => 'Banner: $1', |
1643 | 1800 | 'centralnotice-templates' => 'Skabeloner', |
| 1801 | + 'centralnotice-weight' => 'Vægt', |
1644 | 1802 | 'centralnotice-locked' => 'Låst', |
| 1803 | + 'centralnotice-notice' => 'Kampagne', |
| 1804 | + 'centralnotice-notice-heading' => 'Kampagne: $1', |
| 1805 | + 'centralnotice-notices' => 'Kampagner', |
| 1806 | + 'centralnotice-notice-exists' => 'Kampagne findes. |
| 1807 | +Ikke tilføjet.', |
| 1808 | + 'centralnotice-no-language' => 'Intet sprog er valgt for kampagnen. Ikke tilføjet.', |
| 1809 | + 'centralnotice-no-project' => 'Intet projekt blev valgt for kampagnen. Ikke tilføjet.', |
| 1810 | + 'centralnotice-template-exists' => 'Banneret findes i forvejen. |
| 1811 | +Ikke tilføjet.', |
| 1812 | + 'centralnotice-notice-doesnt-exist' => 'Kampagnen eksisterer ikke.', |
| 1813 | + 'centralnotice-remove-notice-doesnt-exist' => 'Kampagnen findes ikke. |
| 1814 | +Intet at fjerne.', |
| 1815 | + 'centralnotice-banner-doesnt-exist' => 'Banneret findes ikke.', |
| 1816 | + 'centralnotice-template-still-bound' => 'Banneret er stadig bundet af en kampagne. |
| 1817 | +Ikke fjernet.', |
1645 | 1818 | 'centralnotice-day' => 'Dag', |
1646 | 1819 | 'centralnotice-year' => 'År', |
1647 | 1820 | 'centralnotice-month' => 'Måned', |
1648 | 1821 | 'centralnotice-hours' => 'Time', |
1649 | 1822 | 'centralnotice-min' => 'Minut', |
1650 | 1823 | 'centralnotice-project-lang' => 'Projektsprog', |
| 1824 | + 'centralnotice-select' => 'Vælg: $1', |
| 1825 | + 'centralnotice-top-ten-languages' => 'Top 10-sprog', |
1651 | 1826 | 'centralnotice-project-name' => 'Projektnavn', |
1652 | 1827 | 'centralnotice-start-date' => 'Startdato', |
1653 | 1828 | 'centralnotice-start-time' => 'Starttid (UTC)', |
| 1829 | + 'centralnotice-end-time' => 'Sluttid (UTC)', |
| 1830 | + 'centralnotice-assigned-templates' => 'Tildelte bannere', |
| 1831 | + 'centralnotice-no-templates' => 'Ingen bannere fundet. |
| 1832 | +Tilføj nogle!', |
| 1833 | + 'centralnotice-no-templates-assigned' => 'Ingen bannere tildelt kampagne. |
| 1834 | +Tilføj nogle!', |
| 1835 | + 'centralnotice-available-templates' => 'Tilgængelige bannere', |
1654 | 1836 | 'right-centralnotice-admin' => 'Administrere centrale meddelelser', |
1655 | 1837 | 'action-centralnotice-admin' => 'administrere centrale beskeder', |
1656 | 1838 | 'action-centralnotice-translate' => 'oversætte centrale beskeder', |
— | — | @@ -1692,6 +1874,7 @@ |
1693 | 1875 | 'centralnotice-show-notices' => 'Zeige Meldungen', |
1694 | 1876 | 'centralnotice-list-templates' => 'Vorlagen auflisten', |
1695 | 1877 | 'centralnotice-multiple' => 'mehrere ($1)', |
| 1878 | + 'centralnotice-all-projects' => 'Alle Projekte', |
1696 | 1879 | 'centralnotice-translations' => 'Übersetzungen', |
1697 | 1880 | 'centralnotice-translate-to' => 'Übersetzen in', |
1698 | 1881 | 'centralnotice-translate' => 'Übersetzen', |
— | — | @@ -1700,7 +1883,7 @@ |
1701 | 1884 | 'centralnotice-banner' => 'Vorlage', |
1702 | 1885 | 'centralnotice-banner-heading' => 'Vorlage: $1', |
1703 | 1886 | 'centralnotice-templates' => 'Vorlagen', |
1704 | | - 'centralnotice-weight' => 'Gewicht', |
| 1887 | + 'centralnotice-weight' => 'Gewichtung', |
1705 | 1888 | 'centralnotice-locked' => 'Gesperrt', |
1706 | 1889 | 'centralnotice-notice' => 'Meldung', |
1707 | 1890 | 'centralnotice-notice-heading' => 'Meldung: $1', |
— | — | @@ -1708,6 +1891,7 @@ |
1709 | 1892 | 'centralnotice-notice-exists' => 'Meldung ist bereits vorhanden. |
1710 | 1893 | Sie wird daher nicht hinzugefügt.', |
1711 | 1894 | 'centralnotice-no-language' => 'Für die Meldung wurde keine Sprache ausgewählt. Sie wird daher nicht hinzugefügt.', |
| 1895 | + 'centralnotice-no-project' => 'Für das Projekt wurde keine Kampagne ausgewählt. Es wird daher nicht hinzugefügt.', |
1712 | 1896 | 'centralnotice-template-exists' => 'Vorlage ist bereits vorhanden. |
1713 | 1897 | Sie wird daher nicht hinzugefügt.', |
1714 | 1898 | 'centralnotice-notice-doesnt-exist' => 'Meldung ist nicht vorhanden.', |
— | — | @@ -1783,6 +1967,8 @@ |
1784 | 1968 | 'centralnotice-allocation' => 'Anordnung', |
1785 | 1969 | 'centralnotice-view-allocation' => 'Anordnung der Vorlagen ansehen', |
1786 | 1970 | 'centralnotice-allocation-instructions' => 'Die Ausgabeumgebung für die Ansicht der Vorlagenanordnung auswählen:', |
| 1971 | + 'centralnotice-languages' => 'Sprachen', |
| 1972 | + 'centralnotice-projects' => 'Projekte', |
1787 | 1973 | 'centralnotice-country' => 'Land', |
1788 | 1974 | 'centralnotice-no-allocation' => 'Es wurden keine Vorlagen angeordnet.', |
1789 | 1975 | 'centralnotice-allocation-description' => 'Vorlagenanordnung für $1.$2 in $3:', |
— | — | @@ -1897,7 +2083,8 @@ |
1898 | 2084 | */ |
1899 | 2085 | $messages['dsb'] = array( |
1900 | 2086 | 'centralnotice' => 'Administrěrowanje centralnych powěźeńkow', |
1901 | | - 'noticetemplate' => 'Pśedłoga za centralne powěźeńki', |
| 2087 | + 'noticetemplate' => 'Administrěrowanje centralnych powěźeńkow', |
| 2088 | + 'bannerallocation' => 'Administrěrowanje centralnych powěźeńkow', |
1902 | 2089 | 'right-centralnotice-admin' => 'Centralne powěźeńki zastojaś', |
1903 | 2090 | 'action-centralnotice-admin' => 'Centralne powěźeńki zastojaś', |
1904 | 2091 | 'centralnotice-desc' => 'Pśidawa centralnu powěźeńku do głowy boka', |
— | — | @@ -1922,11 +2109,12 @@ |
1923 | 2110 | 'centralnotice-show-notices' => 'Powěźeńki pokazaś', |
1924 | 2111 | 'centralnotice-list-templates' => 'Pśedłogi nalistowaś', |
1925 | 2112 | 'centralnotice-multiple' => 'někotare ($1)', |
| 2113 | + 'centralnotice-all-projects' => 'Wše projekty', |
1926 | 2114 | 'centralnotice-translations' => 'Pśełožki', |
1927 | 2115 | 'centralnotice-translate-to' => 'Pśełoźiś do', |
1928 | 2116 | 'centralnotice-translate' => 'Pśełožiś', |
1929 | 2117 | 'centralnotice-english' => 'Engelšćina', |
1930 | | - 'centralnotice-banner-name' => 'Mě pśedłogi', |
| 2118 | + 'centralnotice-banner-name' => 'Mě banarja', |
1931 | 2119 | 'centralnotice-banner' => 'Chórgoj', |
1932 | 2120 | 'centralnotice-banner-heading' => 'Chórgoj: $1', |
1933 | 2121 | 'centralnotice-templates' => 'Pśedłogi', |
— | — | @@ -1938,11 +2126,13 @@ |
1939 | 2127 | 'centralnotice-notice-exists' => 'Powěźeńka južo eksistěrujo. |
1940 | 2128 | Žedno pśidaśe', |
1941 | 2129 | 'centralnotice-no-language' => 'Za kampanju njejo se žedna rěč wubrała. Pśidawa se nic.', |
| 2130 | + 'centralnotice-no-project' => 'Za kampanju njejo se žeden projekt wubrał. Pśidawa se nic.', |
1942 | 2131 | 'centralnotice-template-exists' => 'Pśedłoga južo eksistěrujo. |
1943 | 2132 | Žedno pśidaśe', |
1944 | 2133 | 'centralnotice-notice-doesnt-exist' => 'Kampanja njeeksistěrujo.', |
1945 | 2134 | 'centralnotice-remove-notice-doesnt-exist' => 'Kampanja njeeksistěrujo. |
1946 | 2135 | Njejo nic za wótpóranje.', |
| 2136 | + 'centralnotice-banner-doesnt-exist' => 'Banaŕ njeeksistěrujo', |
1947 | 2137 | 'centralnotice-template-still-bound' => 'Pśedłoga jo hyšći z powěźeńku zwězana. |
1948 | 2138 | Žedno wótpóranje.', |
1949 | 2139 | 'centralnotice-template-body' => 'Tekst pśedłogi:', |
— | — | @@ -1957,6 +2147,7 @@ |
1958 | 2148 | 'centralnotice-project-name' => 'Projektowe mě', |
1959 | 2149 | 'centralnotice-start-date' => 'Startowy datum', |
1960 | 2150 | 'centralnotice-start-time' => 'Startowy cas (UTC)', |
| 2151 | + 'centralnotice-end-time' => 'Kóńcny cas (UTC)', |
1961 | 2152 | 'centralnotice-assigned-templates' => 'Pśipokazane pśedłogi', |
1962 | 2153 | 'centralnotice-no-templates' => 'Žedne pśedłogi namakane. |
1963 | 2154 | Pśidaj někotare!', |
— | — | @@ -1982,6 +2173,7 @@ |
1983 | 2174 | Pśidaj jadnu.', |
1984 | 2175 | 'centralnotice-no-templates-translate' => 'Njejsu pśedłogi, za kótarež deje se pśełožki wobźěłaś', |
1985 | 2176 | 'centralnotice-number-uses' => 'Wužyśa', |
| 2177 | + 'centralnotice-settings' => 'Nastajenja', |
1986 | 2178 | 'centralnotice-edit-template' => 'Pśedłogu wobźěłaś', |
1987 | 2179 | 'centralnotice-edit-template-summary' => 'Aby lokalizěrujobnu powěźeńku napórał, wobdaj znamuškowy rěd z wězawku z wuzgibnjonymi spinkami, na pś. {{{citat-jimbo}}}.', |
1988 | 2180 | 'centralnotice-message' => 'Powěźeńka', |
— | — | @@ -1991,10 +2183,11 @@ |
1992 | 2184 | 'centralnotice-clone-name' => 'Mě:', |
1993 | 2185 | 'centralnotice-preview-all-template-translations' => 'Pśeglěd wšych k dispoziciji stojecych pśełožkow pśedłogi', |
1994 | 2186 | 'centralnotice-insert' => 'Zasunuś: $1', |
1995 | | - 'centralnotice-hide-button' => 'Tłocašk {{int:centralnotice-shared-hide}}', |
1996 | | - 'centralnotice-collapse-button' => 'Tłocašk {{int:centralnotice-shared-collapse}}', |
1997 | | - 'centralnotice-expand-button' => 'Tłocašk {{int:centralnotice-shared-expand}}', |
1998 | | - 'centralnotice-translate-button' => 'Tłocašk pśełožowańskeje pomocy', |
| 2187 | + 'centralnotice-hide-button' => 'Wótkaz schowaś', |
| 2188 | + 'centralnotice-collapse-button' => 'Wótkaz schowaś', |
| 2189 | + 'centralnotice-expand-button' => 'Wótkaz pokazaś', |
| 2190 | + 'centralnotice-close-button' => 'Tłocašk zacyniś', |
| 2191 | + 'centralnotice-translate-button' => 'Wótkaz pśełožowańskeje pomocy', |
1999 | 2192 | 'centralnotice-donate-button' => 'Pósćiwański tłocašk', |
2000 | 2193 | 'centralnotice-expanded-banner' => 'Wótcynjona chórgoj', |
2001 | 2194 | 'centralnotice-collapsed-banner' => 'Złožona chórgoj', |
— | — | @@ -2004,6 +2197,19 @@ |
2005 | 2198 | 'centralnotice-banner-type' => 'Chórgojowy typ:', |
2006 | 2199 | 'centralnotice-banner-hidable' => 'Statiski/Chowajobny', |
2007 | 2200 | 'centralnotice-banner-collapsible' => 'Fałdujobny', |
| 2201 | + 'centralnotice-geotargeted' => 'Geolokalizěrowany', |
| 2202 | + 'centralnotice-countries' => 'Kraje', |
| 2203 | + 'centralnotice-allocation' => 'Zrědowanje', |
| 2204 | + 'centralnotice-view-allocation' => 'Zrědowanje banarja se woglědaś', |
| 2205 | + 'centralnotice-allocation-instructions' => 'Wokolinu wubraś, za kótaruž by rady wiźeł zrědowanje banarja:', |
| 2206 | + 'centralnotice-languages' => 'Rěcy', |
| 2207 | + 'centralnotice-projects' => 'Projekty', |
| 2208 | + 'centralnotice-country' => 'Kraj', |
| 2209 | + 'centralnotice-no-allocation' => 'Žedne banarje zrědowane.', |
| 2210 | + 'centralnotice-allocation-description' => 'Zrědowanje banarja za $1.$2 w $3', |
| 2211 | + 'centralnotice-percentage' => 'Procentowa sajźba', |
| 2212 | + 'centralnotice-documentwrite-error' => 'document.write() njedajo se w banarju wužywaś. |
| 2213 | +Glědaj http://meta.wikimedia.org/wiki/Help:CentralNotice za dalšne informacije.', |
2008 | 2214 | 'centralnotice-preferred' => 'Preferěrowane', |
2009 | 2215 | ); |
2010 | 2216 | |
— | — | @@ -2017,6 +2223,7 @@ |
2018 | 2224 | /** Greek (Ελληνικά) |
2019 | 2225 | * @author Badseed |
2020 | 2226 | * @author Crazymadlover |
| 2227 | + * @author Glavkos |
2021 | 2228 | * @author K sal 15 |
2022 | 2229 | * @author Lou |
2023 | 2230 | * @author Omnipaedista |
— | — | @@ -2025,7 +2232,8 @@ |
2026 | 2233 | */ |
2027 | 2234 | $messages['el'] = array( |
2028 | 2235 | 'centralnotice' => 'Διαχειριστής κεντρικών ειδοποιήσεων', |
2029 | | - 'noticetemplate' => 'Πρότυπο κεντρικής ανακοίνωσης', |
| 2236 | + 'noticetemplate' => 'Διαχειριστής κεντρικών ειδοποιήσεων', |
| 2237 | + 'bannerallocation' => 'Διαχειριστής κεντρικών ειδοποιήσεων', |
2030 | 2238 | 'right-centralnotice-admin' => 'Διαχείριση κεντρικών ειδοποιήσεων', |
2031 | 2239 | 'action-centralnotice-admin' => 'διαχείριση κεντρικών ειδοποιήσεων', |
2032 | 2240 | 'centralnotice-desc' => 'Προσθέτει μια κεντρική ανακοίνωση', |
— | — | @@ -2036,34 +2244,42 @@ |
2037 | 2245 | 'centralnotice-end-date' => 'Ημερομηνία λήξης', |
2038 | 2246 | 'centralnotice-enabled' => 'Ενεργοποιημένο', |
2039 | 2247 | 'centralnotice-modify' => 'Καταχώρηση', |
| 2248 | + 'centralnotice-save-banner' => 'Αποθήκευση banner', |
2040 | 2249 | 'centralnotice-preview' => 'Προεπισκόπηση', |
2041 | 2250 | 'centralnotice-add-new' => 'Προσθήκη νέας κεντρικής ανακοίνωσης', |
2042 | 2251 | 'centralnotice-remove' => 'Αφαίρεση', |
2043 | 2252 | 'centralnotice-translate-heading' => 'Μετάφραση για το $1', |
2044 | 2253 | 'centralnotice-manage' => 'Διαχείριση κεντρικής ειδοποίησης', |
| 2254 | + 'centralnotice-manage-templates' => 'Διαχείριση banners', |
2045 | 2255 | 'centralnotice-add' => 'Προσθήκη', |
2046 | 2256 | 'centralnotice-add-notice' => 'Προσθήκη ανακοίνωσης', |
| 2257 | + 'centralnotice-edit-notice' => 'Επεξεργασία εκστρατείας', |
2047 | 2258 | 'centralnotice-add-template' => 'Προσθήκη προτύπου', |
2048 | 2259 | 'centralnotice-show-notices' => 'Εμφάνιση ανακοινώσεων', |
2049 | 2260 | 'centralnotice-list-templates' => 'Κατάλογος προτύπων', |
| 2261 | + 'centralnotice-multiple' => 'Πολλαπλές ($1)', |
| 2262 | + 'centralnotice-all-projects' => 'Όλα τα εγχειρήματα', |
2050 | 2263 | 'centralnotice-translations' => 'Μεταφράσεις', |
2051 | 2264 | 'centralnotice-translate-to' => 'Μετάφραση σε', |
2052 | 2265 | 'centralnotice-translate' => 'Μετάφραση', |
2053 | 2266 | 'centralnotice-english' => 'Αγγλικά', |
2054 | 2267 | 'centralnotice-banner-name' => 'Όνομα προτύπου', |
2055 | 2268 | 'centralnotice-banner' => 'Διαφημιστικό', |
| 2269 | + 'centralnotice-banner-heading' => 'Banner: $1', |
2056 | 2270 | 'centralnotice-templates' => 'Πρότυπα', |
2057 | 2271 | 'centralnotice-weight' => 'Βάρος', |
2058 | 2272 | 'centralnotice-locked' => 'Κλειδωμένο', |
2059 | 2273 | 'centralnotice-notice' => 'Εκστρατεία', |
| 2274 | + 'centralnotice-notice-heading' => 'Καμπάνια: $1', |
2060 | 2275 | 'centralnotice-notices' => 'Ανακοινώσεις', |
2061 | 2276 | 'centralnotice-notice-exists' => 'Η σημείωση υπάρχει ήδη. |
2062 | 2277 | Δεν προστίθεται', |
2063 | 2278 | 'centralnotice-no-language' => 'Καμία γλώσσα δεν επιλέχθηκε για την καμπάνια. Δεν προστίθεται.', |
2064 | 2279 | 'centralnotice-template-exists' => 'Το πρότυπο υπάρχει ήδη. |
2065 | 2280 | Δεν προστέθηκε', |
2066 | | - 'centralnotice-notice-doesnt-exist' => 'Η σημείωση δεν υπάρχει. |
2067 | | -Τίποτα να αφαιρεθεί', |
| 2281 | + 'centralnotice-notice-doesnt-exist' => 'Καμπάνια δεν υπάρχει.', |
| 2282 | + 'centralnotice-remove-notice-doesnt-exist' => 'Καμπάνια δεν υπάρχει. |
| 2283 | +Τίποτε προς διαγραφή.', |
2068 | 2284 | 'centralnotice-banner-doesnt-exist' => 'Το λογότυπο δεν υπάρχει.', |
2069 | 2285 | 'centralnotice-template-still-bound' => 'Το πρότυπο είναι ακόμη συνδεδεμένο με ένα σημείωμα. |
2070 | 2286 | Δεν έχει αφαιρεθεί.', |
— | — | @@ -2074,6 +2290,8 @@ |
2075 | 2291 | 'centralnotice-hours' => 'Ώρα', |
2076 | 2292 | 'centralnotice-min' => 'Λεπτό', |
2077 | 2293 | 'centralnotice-project-lang' => 'Γλώσσα εγχειρήματος', |
| 2294 | + 'centralnotice-select' => 'Επιλογή: $1', |
| 2295 | + 'centralnotice-top-ten-languages' => 'Οι 10 πιο δημοφιλείς γλώσσες', |
2078 | 2296 | 'centralnotice-project-name' => 'Όνομα εγχειρήματος', |
2079 | 2297 | 'centralnotice-start-date' => 'Αρχική ημερομηνία', |
2080 | 2298 | 'centralnotice-start-time' => 'Χρόνος εκκίνησης (UTC)', |
— | — | @@ -2103,11 +2321,13 @@ |
2104 | 2322 | Προσθέστε μια παρακάτω.', |
2105 | 2323 | 'centralnotice-no-templates-translate' => 'Δεν υπάρχουν πολλά πρότυπα για να γίνει επεξεργασία των μεταφράσεων', |
2106 | 2324 | 'centralnotice-number-uses' => 'Χρήσεις', |
| 2325 | + 'centralnotice-settings' => 'Ρυθμίσεις', |
2107 | 2326 | 'centralnotice-edit-template' => 'Επεξεργασία προτύπου', |
2108 | 2327 | 'centralnotice-message' => 'Μήνυμα', |
2109 | 2328 | 'centralnotice-message-not-set' => 'Μη ρυθμισμένο μήνυμα', |
2110 | 2329 | 'centralnotice-clone' => 'Κλώνος', |
2111 | 2330 | 'centralnotice-clone-notice' => 'Δημιουργία ενός αντίγραφου του προτύπου', |
| 2331 | + 'centralnotice-clone-name' => 'Όνομα:', |
2112 | 2332 | 'centralnotice-preview-all-template-translations' => 'Προεπισκόπηση όλων των διαθέσιμων μεταφράσεων του προτύπου', |
2113 | 2333 | 'centralnotice-insert' => 'Εισαγωγή: $1', |
2114 | 2334 | 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} σύνδεσμος', |
— | — | @@ -2140,6 +2360,7 @@ |
2141 | 2361 | $messages['eo'] = array( |
2142 | 2362 | 'centralnotice' => 'Administranto de centrala notico', |
2143 | 2363 | 'noticetemplate' => 'Administranto por centrala notico', |
| 2364 | + 'bannerallocation' => 'Administranto por centrala notico', |
2144 | 2365 | 'right-centralnotice-admin' => 'Administri centralajn noticojn', |
2145 | 2366 | 'action-centralnotice-admin' => 'administri centralajn noticojn', |
2146 | 2367 | 'centralnotice-desc' => 'Aldonas centralan noticon por la vikio', |
— | — | @@ -2164,6 +2385,7 @@ |
2165 | 2386 | 'centralnotice-show-notices' => 'Montri noticojn', |
2166 | 2387 | 'centralnotice-list-templates' => 'Rigardi ŝablonojn', |
2167 | 2388 | 'centralnotice-multiple' => 'multlingve ($1)', |
| 2389 | + 'centralnotice-all-projects' => 'Ĉiuj projektoj', |
2168 | 2390 | 'centralnotice-translations' => 'Tradukoj', |
2169 | 2391 | 'centralnotice-translate-to' => 'Traduki al', |
2170 | 2392 | 'centralnotice-translate' => 'Traduki', |
— | — | @@ -2179,6 +2401,7 @@ |
2180 | 2402 | 'centralnotice-notices' => 'Noticoj', |
2181 | 2403 | 'centralnotice-notice-exists' => 'Notico jam ekzistas. |
2182 | 2404 | Ne aldonante', |
| 2405 | + 'centralnotice-no-language' => 'Neniu lingvo estis elektita por ĉi tiu kampanjo. Ne aldonante.', |
2183 | 2406 | 'centralnotice-no-project' => 'Neniu projekto elektitas por la kampanjo. Nenio aldonotas.', |
2184 | 2407 | 'centralnotice-template-exists' => 'Ŝablono jam ekzistas. |
2185 | 2408 | Ne aldonante', |
— | — | @@ -2200,6 +2423,7 @@ |
2201 | 2424 | 'centralnotice-project-name' => 'Projekta nomo', |
2202 | 2425 | 'centralnotice-start-date' => 'Komenca dato', |
2203 | 2426 | 'centralnotice-start-time' => 'Komenca tempo (UTC)', |
| 2427 | + 'centralnotice-end-time' => 'Fina tempo (UTC)', |
2204 | 2428 | 'centralnotice-assigned-templates' => 'Asignitaj ŝablonoj', |
2205 | 2429 | 'centralnotice-no-templates' => 'Neniuj ŝablonoj estis trovitaj. |
2206 | 2430 | Aldonu iujn!', |
— | — | @@ -2227,6 +2451,7 @@ |
2228 | 2452 | 'centralnotice-number-uses' => 'Uzoj', |
2229 | 2453 | 'centralnotice-settings' => 'Agordoj', |
2230 | 2454 | 'centralnotice-edit-template' => 'Redakti ŝablonojn', |
| 2455 | + 'centralnotice-edit-template-summary' => 'Krei asimilitan mesaĝon, enigu strekdividitan signoĉenon en tri buklaj krampoj, ekz-e {{{jimbo-citaĵo}}}.', |
2231 | 2456 | 'centralnotice-message' => 'Mesaĝo', |
2232 | 2457 | 'centralnotice-message-not-set' => 'Mesaĝo ne estis ŝaltita', |
2233 | 2458 | 'centralnotice-clone' => 'Kloni', |
— | — | @@ -2234,21 +2459,33 @@ |
2235 | 2460 | 'centralnotice-clone-name' => 'Nomo:', |
2236 | 2461 | 'centralnotice-preview-all-template-translations' => 'Antaŭvidi ĉiujn haveblajn tradukojn de ŝablono', |
2237 | 2462 | 'centralnotice-insert' => 'Enmeti: $1', |
2238 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ligilo', |
2239 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} ligilo', |
2240 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} ligilo', |
| 2463 | + 'centralnotice-hide-button' => 'Kaŝi ligilon', |
| 2464 | + 'centralnotice-collapse-button' => 'Maletendi ligilon', |
| 2465 | + 'centralnotice-expand-button' => 'Etendi ligilon', |
| 2466 | + 'centralnotice-close-button' => 'Fermo-butono', |
2241 | 2467 | 'centralnotice-translate-button' => 'Ligilo por helpi tradukadon', |
2242 | 2468 | 'centralnotice-donate-button' => 'Donaca butono', |
2243 | 2469 | 'centralnotice-expanded-banner' => 'Etendita rubando', |
2244 | 2470 | 'centralnotice-collapsed-banner' => 'Maletendita rubando', |
| 2471 | + 'centralnotice-banner-display' => 'Montri al:', |
2245 | 2472 | 'centralnotice-banner-anonymous' => 'Anonimaj uzantoj', |
2246 | 2473 | 'centralnotice-banner-logged-in' => 'Ensalutitaj uzantoj', |
2247 | 2474 | 'centralnotice-banner-type' => 'Rubanda tipo:', |
2248 | 2475 | 'centralnotice-banner-hidable' => 'Statika/Kaŝebla', |
2249 | 2476 | 'centralnotice-banner-collapsible' => 'Maletendebla', |
| 2477 | + 'centralnotice-geotargeted' => 'Ŝalti geografian lokigadon', |
2250 | 2478 | 'centralnotice-countries' => 'Landoj', |
| 2479 | + 'centralnotice-allocation' => 'Asigno', |
| 2480 | + 'centralnotice-view-allocation' => 'Vidi asignon de reklamrubando', |
| 2481 | + 'centralnotice-allocation-instructions' => 'Elekti la medion, ke vi volus vidi rubandan asignadon:', |
| 2482 | + 'centralnotice-languages' => 'Lingvoj', |
| 2483 | + 'centralnotice-projects' => 'Projektoj', |
2251 | 2484 | 'centralnotice-country' => 'Lando', |
2252 | 2485 | 'centralnotice-no-allocation' => 'Neniuj rekamrubandoj estas asignitaj.', |
| 2486 | + 'centralnotice-allocation-description' => 'Asignado de reklamrubando por $1.$2 en $3', |
| 2487 | + 'centralnotice-percentage' => 'Procento', |
| 2488 | + 'centralnotice-documentwrite-error' => 'Ne povas uzi document.write() en reklamrubando. |
| 2489 | +Vidu http://meta.wikimedia.org/wiki/Help:CentralNotic por plia informo.', |
2253 | 2490 | 'centralnotice-preferred' => 'Preferata', |
2254 | 2491 | ); |
2255 | 2492 | |
— | — | @@ -2263,10 +2500,12 @@ |
2264 | 2501 | * @author Peter17 |
2265 | 2502 | * @author Remember the dot |
2266 | 2503 | * @author Sanbec |
| 2504 | + * @author Translationista |
2267 | 2505 | */ |
2268 | 2506 | $messages['es'] = array( |
2269 | 2507 | 'centralnotice' => 'Sistema de administración de avisos centralizados', |
2270 | | - 'noticetemplate' => 'Plantilla del aviso central', |
| 2508 | + 'noticetemplate' => 'Administración de avisos centrales', |
| 2509 | + 'bannerallocation' => 'Administración de avisos centrales', |
2271 | 2510 | 'right-centralnotice-admin' => 'Gestionar avisos centrales', |
2272 | 2511 | 'action-centralnotice-admin' => 'gestionar avisos centrales', |
2273 | 2512 | 'centralnotice-desc' => 'Añade un mensaje central', |
— | — | @@ -2291,6 +2530,7 @@ |
2292 | 2531 | 'centralnotice-show-notices' => 'Mostrar avisos', |
2293 | 2532 | 'centralnotice-list-templates' => 'Listar plantillas', |
2294 | 2533 | 'centralnotice-multiple' => 'múltiples ($1)', |
| 2534 | + 'centralnotice-all-projects' => 'Todos los proyectos', |
2295 | 2535 | 'centralnotice-translations' => 'Traducciones', |
2296 | 2536 | 'centralnotice-translate-to' => 'Traducir al', |
2297 | 2537 | 'centralnotice-translate' => 'Traducir', |
— | — | @@ -2307,11 +2547,13 @@ |
2308 | 2548 | 'centralnotice-notice-exists' => 'El aviso ya existe. |
2309 | 2549 | No se ha añadido', |
2310 | 2550 | 'centralnotice-no-language' => 'No se ha seleccionado ninguna lengua para la campaña. No añadido.', |
| 2551 | + 'centralnotice-no-project' => 'Ningún proyecto fue seleccionado para la campaña. No añadido.', |
2311 | 2552 | 'centralnotice-template-exists' => 'La plantilla ya exixte. |
2312 | 2553 | No se ha añadido', |
2313 | 2554 | 'centralnotice-notice-doesnt-exist' => 'La campaña no existe.', |
2314 | 2555 | 'centralnotice-remove-notice-doesnt-exist' => 'La campaña no existe. |
2315 | 2556 | Nada que remover.', |
| 2557 | + 'centralnotice-banner-doesnt-exist' => 'La pancarta no existe.', |
2316 | 2558 | 'centralnotice-template-still-bound' => 'La plantilla todavía está enlazada a un aviso. |
2317 | 2559 | No se borrará.', |
2318 | 2560 | 'centralnotice-template-body' => 'Cuerpo de la plantilla:', |
— | — | @@ -2326,6 +2568,7 @@ |
2327 | 2569 | 'centralnotice-project-name' => 'Nombre del proyecto', |
2328 | 2570 | 'centralnotice-start-date' => 'Fecha de inicio', |
2329 | 2571 | 'centralnotice-start-time' => 'Hora de inicio (UTC)', |
| 2572 | + 'centralnotice-end-time' => 'Hora de finalización (UTC)', |
2330 | 2573 | 'centralnotice-assigned-templates' => 'Plantillas asignadas', |
2331 | 2574 | 'centralnotice-no-templates' => 'No hay plantillas. |
2332 | 2575 | ¡Añade alguna!', |
— | — | @@ -2361,10 +2604,11 @@ |
2362 | 2605 | 'centralnotice-clone-name' => 'Nombre:', |
2363 | 2606 | 'centralnotice-preview-all-template-translations' => 'Previsualizar todas las traducciones disponibles de la plantilla', |
2364 | 2607 | 'centralnotice-insert' => 'Insertar: $1', |
2365 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} botón', |
2366 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} botón', |
2367 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} botón', |
2368 | | - 'centralnotice-translate-button' => 'Botón de ayuda a la traducción', |
| 2608 | + 'centralnotice-hide-button' => 'vínculo {{int:centralnotice-shared-hide}}', |
| 2609 | + 'centralnotice-collapse-button' => 'vínculo {{int:centralnotice-shared-collapse}}', |
| 2610 | + 'centralnotice-expand-button' => 'vínculo {{int:centralnotice-shared-expand}}', |
| 2611 | + 'centralnotice-close-button' => 'Botón cerrar', |
| 2612 | + 'centralnotice-translate-button' => 'Vínculo de ayuda a traducir', |
2369 | 2613 | 'centralnotice-donate-button' => 'Botón de donación', |
2370 | 2614 | 'centralnotice-expanded-banner' => 'Banner expandido', |
2371 | 2615 | 'centralnotice-collapsed-banner' => 'Banner colapsado', |
— | — | @@ -2374,6 +2618,19 @@ |
2375 | 2619 | 'centralnotice-banner-type' => 'Tipo de banner:', |
2376 | 2620 | 'centralnotice-banner-hidable' => 'Estático/Ocultable', |
2377 | 2621 | 'centralnotice-banner-collapsible' => 'Colapsable', |
| 2622 | + 'centralnotice-geotargeted' => 'Geosegmentado', |
| 2623 | + 'centralnotice-countries' => 'Países', |
| 2624 | + 'centralnotice-allocation' => 'Asignación', |
| 2625 | + 'centralnotice-view-allocation' => 'Asignación de visualización de pancarta', |
| 2626 | + 'centralnotice-allocation-instructions' => 'Escoje el entorno para en el cual desea ver la asignación de pancartas:', |
| 2627 | + 'centralnotice-languages' => 'Idiomas', |
| 2628 | + 'centralnotice-projects' => 'Proyectos', |
| 2629 | + 'centralnotice-country' => 'País', |
| 2630 | + 'centralnotice-no-allocation' => 'No hay pancartas asignadas.', |
| 2631 | + 'centralnotice-allocation-description' => 'Asignación de pancartas para $1.$2 en $3:', |
| 2632 | + 'centralnotice-percentage' => 'Porcentaje', |
| 2633 | + 'centralnotice-documentwrite-error' => 'No se puede usar document.write() dentro de un banner. |
| 2634 | +Ve http://meta.wikimedia.org/wiki/Help:CentralNotice para más información.', |
2378 | 2635 | 'centralnotice-preferred' => 'Preferido', |
2379 | 2636 | ); |
2380 | 2637 | |
— | — | @@ -2384,6 +2641,7 @@ |
2385 | 2642 | $messages['et'] = array( |
2386 | 2643 | 'centralnotice' => 'Keskuse teadete haldamine', |
2387 | 2644 | 'noticetemplate' => 'Keskuse teadete haldamine', |
| 2645 | + 'bannerallocation' => 'Keskuse teadete haldamine', |
2388 | 2646 | 'centralnotice-desc' => 'Lisab keskse võrgukohateatesüsteemi.', |
2389 | 2647 | 'centralnotice-summary' => 'See komponent võimaldab muuta praegu üles seatud keskuse teateid. |
2390 | 2648 | Samuti saab sellega teateid lisada või vanu teateid eemaldada.', |
— | — | @@ -2396,6 +2654,7 @@ |
2397 | 2655 | 'centralnotice-remove' => 'Eemalda', |
2398 | 2656 | 'centralnotice-translate-heading' => 'Malli $1 tõlge', |
2399 | 2657 | 'centralnotice-manage' => 'Keskuse teate muutmine', |
| 2658 | + 'centralnotice-manage-templates' => 'Teadete haldamine', |
2400 | 2659 | 'centralnotice-add' => 'Lisa', |
2401 | 2660 | 'centralnotice-add-notice' => 'Lisa teade', |
2402 | 2661 | 'centralnotice-add-template' => 'Lisa mall', |
— | — | @@ -2408,17 +2667,25 @@ |
2409 | 2668 | 'centralnotice-translate' => 'Tõlgi', |
2410 | 2669 | 'centralnotice-english' => 'Inglise', |
2411 | 2670 | 'centralnotice-banner-name' => 'Malli nimi:', |
| 2671 | + 'centralnotice-banner' => 'Mall', |
| 2672 | + 'centralnotice-banner-heading' => 'Mall: $1', |
2412 | 2673 | 'centralnotice-templates' => 'Mallid', |
2413 | 2674 | 'centralnotice-weight' => 'Kaal', |
2414 | 2675 | 'centralnotice-locked' => 'Lukustatud', |
| 2676 | + 'centralnotice-notice' => 'Teade', |
| 2677 | + 'centralnotice-notice-heading' => 'Teade: $1', |
2415 | 2678 | 'centralnotice-notices' => 'Teated', |
2416 | 2679 | 'centralnotice-notice-exists' => 'Teade on juba olemas. |
2417 | 2680 | |
2418 | 2681 | Ei lisatud', |
| 2682 | + 'centralnotice-no-language' => 'Teatele pole keelt valitud. Ei lisata.', |
2419 | 2683 | 'centralnotice-template-exists' => 'Mall on juba olemas. |
2420 | 2684 | |
2421 | 2685 | Ei lisatud.', |
2422 | 2686 | 'centralnotice-notice-doesnt-exist' => 'Teadet pole.', |
| 2687 | + 'centralnotice-remove-notice-doesnt-exist' => 'Teadet pole olemas. |
| 2688 | +Midagi pole eemldada.', |
| 2689 | + 'centralnotice-banner-doesnt-exist' => 'Malli pole.', |
2423 | 2690 | 'centralnotice-template-still-bound' => 'Mall on ikka teatega seotud. |
2424 | 2691 | Ei eemaldata', |
2425 | 2692 | 'centralnotice-template-body' => 'Malli sisu:', |
— | — | @@ -2428,10 +2695,11 @@ |
2429 | 2696 | 'centralnotice-hours' => 'Tund', |
2430 | 2697 | 'centralnotice-min' => 'Minut', |
2431 | 2698 | 'centralnotice-project-lang' => 'Projekti keel', |
| 2699 | + 'centralnotice-top-ten-languages' => 'Keelte esikümme', |
2432 | 2700 | 'centralnotice-project-name' => 'Projekti nimi', |
2433 | 2701 | 'centralnotice-start-date' => 'Alguskuupäev', |
2434 | 2702 | 'centralnotice-start-time' => 'Alguskellaaeg (UTC)', |
2435 | | - 'centralnotice-end-time' => 'Lõpuaeg (UTC)', |
| 2703 | + 'centralnotice-end-time' => 'Lõpukellaaeg (UTC)', |
2436 | 2704 | 'centralnotice-assigned-templates' => 'Vastavad mallid', |
2437 | 2705 | 'centralnotice-no-templates' => 'Malle ei leitud. |
2438 | 2706 | |
— | — | @@ -2446,20 +2714,39 @@ |
2447 | 2715 | 'centralnotice-weights' => 'Raskused', |
2448 | 2716 | 'centralnotice-notice-is-locked' => 'Teade on lukustatud. |
2449 | 2717 | Ei eemaldata', |
| 2718 | + 'centralnotice-overlap' => 'Teate näitamise aeg kattub teise teate näitamise ajaga. |
| 2719 | +Ei lisata.', |
| 2720 | + 'centralnotice-invalid-date-range' => 'Vigane ajavahemik. |
| 2721 | +Ei uuendata.', |
2450 | 2722 | 'centralnotice-confirm-delete' => 'Soovid sa tõepoolest seda üksust kustutada. |
2451 | 2723 | See toiming pole tagasipööratav.', |
2452 | 2724 | 'centralnotice-no-notices-exist' => 'Ühtegi teadet pole. |
2453 | 2725 | Lisa allpool üks.', |
2454 | 2726 | 'centralnotice-no-templates-translate' => 'Pole ühtegi malli, mille tõlget muuta', |
2455 | 2727 | 'centralnotice-number-uses' => 'Kasutusi', |
| 2728 | + 'centralnotice-settings' => 'Sätted', |
2456 | 2729 | 'centralnotice-edit-template' => 'Malli muutmine', |
2457 | 2730 | 'centralnotice-message' => 'Sõnum', |
2458 | 2731 | 'centralnotice-message-not-set' => 'Sõnumit ei ole seatud', |
2459 | 2732 | 'centralnotice-clone' => 'Kloon', |
2460 | 2733 | 'centralnotice-clone-notice' => 'Loo mallist koopia', |
| 2734 | + 'centralnotice-clone-name' => 'Nimi:', |
2461 | 2735 | 'centralnotice-preview-all-template-translations' => 'Malli kõigi kättesaadavate tõlgete eelvaated', |
| 2736 | + 'centralnotice-banner-display' => 'Näita:', |
| 2737 | + 'centralnotice-banner-anonymous' => 'Anonüümsetele kasutajatele', |
| 2738 | + 'centralnotice-banner-logged-in' => 'Sisseloginud kasutajatele', |
| 2739 | + 'centralnotice-banner-type' => 'Malli tüüp:', |
| 2740 | + 'centralnotice-banner-collapsible' => 'Kokkulükatav', |
| 2741 | + 'centralnotice-geotargeted' => 'Kohamääranguga', |
2462 | 2742 | 'centralnotice-countries' => 'Riigid', |
| 2743 | + 'centralnotice-allocation' => 'Ülesseadmine', |
| 2744 | + 'centralnotice-view-allocation' => 'Mallide ülesseade vaatamine', |
| 2745 | + 'centralnotice-allocation-instructions' => 'Vali avaldamiskeskkond, mille ülesseadet soovid näha:', |
| 2746 | + 'centralnotice-languages' => 'Keeled', |
| 2747 | + 'centralnotice-projects' => 'Projektid', |
2463 | 2748 | 'centralnotice-country' => 'Riik', |
| 2749 | + 'centralnotice-no-allocation' => 'Ühtegi malli pole üles seatud.', |
| 2750 | + 'centralnotice-allocation-description' => 'Üles seatud mallid maal koodiga $3 ja saidil $1.$2.', |
2464 | 2751 | 'centralnotice-percentage' => 'Protsent', |
2465 | 2752 | 'right-centralnotice-admin' => 'Keskuse teateid hallata', |
2466 | 2753 | 'right-centralnotice-translate' => 'Tõlkida keskuse teateid', |
— | — | @@ -2535,6 +2822,7 @@ |
2536 | 2823 | * @author Ebraminio |
2537 | 2824 | * @author Huji |
2538 | 2825 | * @author Komeil 4life |
| 2826 | + * @author Mjbmr |
2539 | 2827 | * @author Sahim |
2540 | 2828 | * @author Wayiran |
2541 | 2829 | */ |
— | — | @@ -2566,6 +2854,7 @@ |
2567 | 2855 | 'centralnotice-show-notices' => 'نمایش اعلانها', |
2568 | 2856 | 'centralnotice-list-templates' => 'فهرست الگوها', |
2569 | 2857 | 'centralnotice-multiple' => 'چندگانه ($1)', |
| 2858 | + 'centralnotice-all-projects' => 'همهٔ پروژهها', |
2570 | 2859 | 'centralnotice-translations' => 'ترجمهها', |
2571 | 2860 | 'centralnotice-translate-to' => 'ترجمه به', |
2572 | 2861 | 'centralnotice-translate' => 'ترجمه کردن', |
— | — | @@ -2582,6 +2871,7 @@ |
2583 | 2872 | 'centralnotice-notice-exists' => 'اعلان از قبل وجود دارد. |
2584 | 2873 | افزوده نشد', |
2585 | 2874 | 'centralnotice-no-language' => 'هیچ زبانی برای کمپین انتخاب نشده است. اضاقه نشده است.', |
| 2875 | + 'centralnotice-no-project' => 'هیچ پروژهای برای پیکار انتخاب نشده بود. هیچ چیز اضافه نشد.', |
2586 | 2876 | 'centralnotice-template-exists' => 'الگو از قبل وجود دارد. |
2587 | 2877 | افزوده نشد', |
2588 | 2878 | 'centralnotice-notice-doesnt-exist' => 'کمپین وجود ندارد.', |
— | — | @@ -2657,6 +2947,8 @@ |
2658 | 2948 | 'centralnotice-allocation' => 'تخصیص', |
2659 | 2949 | 'centralnotice-view-allocation' => 'نمایش تخصیص آگهی', |
2660 | 2950 | 'centralnotice-allocation-instructions' => 'محیطی که میخواهید تخصیص نشان را برایش مشاهده کنید، برگزینید:', |
| 2951 | + 'centralnotice-languages' => 'زبانها', |
| 2952 | + 'centralnotice-projects' => 'پروژهها', |
2661 | 2953 | 'centralnotice-country' => 'کشور', |
2662 | 2954 | 'centralnotice-no-allocation' => 'هیچ آگهیای اختصاص نیافته است.', |
2663 | 2955 | 'centralnotice-allocation-description' => 'اختصاص آگهی برای $1.$2 در $3:', |
— | — | @@ -2670,12 +2962,14 @@ |
2671 | 2963 | * @author Centerlink |
2672 | 2964 | * @author Crt |
2673 | 2965 | * @author Nike |
| 2966 | + * @author Olli |
2674 | 2967 | * @author Tarmo |
2675 | 2968 | * @author Tofu II |
2676 | 2969 | */ |
2677 | 2970 | $messages['fi'] = array( |
2678 | 2971 | 'centralnotice' => 'Keskitettyjen tiedotteiden ylläpito', |
2679 | | - 'noticetemplate' => 'Keskitetyn tiedotteen malline', |
| 2972 | + 'noticetemplate' => 'Keskitettyjen tiedotteiden ylläpito', |
| 2973 | + 'bannerallocation' => 'Keskitettyjen tiedotteiden ylläpito', |
2680 | 2974 | 'right-centralnotice-admin' => 'Hallinnoida keskitettyjä tiedotteita', |
2681 | 2975 | 'action-centralnotice-admin' => 'hallinnoida keskitettyjä tiedotteita', |
2682 | 2976 | 'centralnotice-desc' => 'Mahdollistaa keskitetyn sivustotiedotteen lisäämisen.', |
— | — | @@ -2686,31 +2980,42 @@ |
2687 | 2981 | 'centralnotice-end-date' => 'Lopetuspäivä', |
2688 | 2982 | 'centralnotice-enabled' => 'Käytössä', |
2689 | 2983 | 'centralnotice-modify' => 'Lähetä', |
| 2984 | + 'centralnotice-save-banner' => 'Tallenna banneri', |
2690 | 2985 | 'centralnotice-preview' => 'Esikatselu', |
2691 | 2986 | 'centralnotice-add-new' => 'Lisää uusi keskitetty tiedote', |
2692 | 2987 | 'centralnotice-remove' => 'Poista', |
2693 | 2988 | 'centralnotice-translate-heading' => 'Käännös mallineelle $1', |
2694 | 2989 | 'centralnotice-manage' => 'Hallinnoi keskitettyä tiedotetta', |
| 2990 | + 'centralnotice-manage-templates' => 'Hallitse bannereita', |
2695 | 2991 | 'centralnotice-add' => 'Lisää', |
2696 | 2992 | 'centralnotice-add-notice' => 'Lisää tiedote', |
| 2993 | + 'centralnotice-edit-notice' => 'Muokkaa kampanjaa', |
2697 | 2994 | 'centralnotice-add-template' => 'Lisää malline', |
2698 | 2995 | 'centralnotice-show-notices' => 'Näytä tiedotteet', |
2699 | 2996 | 'centralnotice-list-templates' => 'Luettele mallineet', |
| 2997 | + 'centralnotice-multiple' => 'useita ($1)', |
2700 | 2998 | 'centralnotice-translations' => 'Käännökset', |
2701 | 2999 | 'centralnotice-translate-to' => 'Käännös:', |
2702 | 3000 | 'centralnotice-translate' => 'Käännä', |
2703 | 3001 | 'centralnotice-english' => 'Englanniksi', |
2704 | | - 'centralnotice-banner-name' => 'Mallineen nimi', |
| 3002 | + 'centralnotice-banner-name' => 'Bannerin nimi:', |
| 3003 | + 'centralnotice-banner' => 'Banneri', |
| 3004 | + 'centralnotice-banner-heading' => 'Banneri: $1', |
2705 | 3005 | 'centralnotice-templates' => 'Mallineet', |
2706 | 3006 | 'centralnotice-weight' => 'Paino', |
2707 | 3007 | 'centralnotice-locked' => 'Lukittu', |
| 3008 | + 'centralnotice-notice' => 'Kampanja', |
| 3009 | + 'centralnotice-notice-heading' => 'Kampanja: $1', |
2708 | 3010 | 'centralnotice-notices' => 'Tiedotteet', |
2709 | 3011 | 'centralnotice-notice-exists' => 'Tiedote on jo olemassa. |
2710 | 3012 | Ei lisätä', |
| 3013 | + 'centralnotice-no-language' => 'Kampanjalle ei valittu kieltä. Sitä ei lisätty.', |
2711 | 3014 | 'centralnotice-template-exists' => 'Malline on jo olemassa. |
2712 | 3015 | Ei lisätä', |
2713 | | - 'centralnotice-notice-doesnt-exist' => 'Tiedotetta ei ole. |
2714 | | -Ei mitään poistettavaa', |
| 3016 | + 'centralnotice-notice-doesnt-exist' => 'Kampanjaa ei ole olemassa.', |
| 3017 | + 'centralnotice-remove-notice-doesnt-exist' => 'Kampanjaa ei ole olemassa. |
| 3018 | +Ei poistettavaa.', |
| 3019 | + 'centralnotice-banner-doesnt-exist' => 'Banneria ei ole olemassa.', |
2715 | 3020 | 'centralnotice-template-still-bound' => 'Malline on vielä kytkettynä tiedotteeseen. |
2716 | 3021 | Ei poisteta', |
2717 | 3022 | 'centralnotice-template-body' => 'Mallineen runko:', |
— | — | @@ -2720,9 +3025,12 @@ |
2721 | 3026 | 'centralnotice-hours' => 'Tunti', |
2722 | 3027 | 'centralnotice-min' => 'Minuutti', |
2723 | 3028 | 'centralnotice-project-lang' => 'Projektin kieli', |
| 3029 | + 'centralnotice-select' => 'Valitse: $1', |
| 3030 | + 'centralnotice-top-ten-languages' => 'Eniten käytetyt 10 kieltä', |
2724 | 3031 | 'centralnotice-project-name' => 'Projektin nimi', |
2725 | 3032 | 'centralnotice-start-date' => 'Alkamispäivä', |
2726 | 3033 | 'centralnotice-start-time' => 'Alkamisaika (UTC)', |
| 3034 | + 'centralnotice-end-time' => 'Lopetusaika (UTC)', |
2727 | 3035 | 'centralnotice-assigned-templates' => 'Kytketyt mallineet', |
2728 | 3036 | 'centralnotice-no-templates' => 'Ei löydy mallineita. |
2729 | 3037 | Lisää niitä.', |
— | — | @@ -2748,12 +3056,14 @@ |
2749 | 3057 | Lisää alapuolella sellainen', |
2750 | 3058 | 'centralnotice-no-templates-translate' => 'Ei mallineita, joiden käännöksiä voisi muokata', |
2751 | 3059 | 'centralnotice-number-uses' => 'Käyttää', |
| 3060 | + 'centralnotice-settings' => 'Asetukset', |
2752 | 3061 | 'centralnotice-edit-template' => 'Muokkaa mallinetta', |
2753 | 3062 | 'centralnotice-edit-template-summary' => 'Käännettävän viestin luomiseksi sisällytä tavutettu merkkijono kolmen aaltosulkeen sisään, esim. {{{jimbo-quote}}}.', |
2754 | 3063 | 'centralnotice-message' => 'Viesti', |
2755 | 3064 | 'centralnotice-message-not-set' => 'Viestiä ei ole asetettu', |
2756 | 3065 | 'centralnotice-clone' => 'Kahdenna', |
2757 | 3066 | 'centralnotice-clone-notice' => 'Tee kopio mallineesta', |
| 3067 | + 'centralnotice-clone-name' => 'Nimi:', |
2758 | 3068 | 'centralnotice-preview-all-template-translations' => 'Esikatsele kaikkia saatavilla olevia mallineen käännöksiä', |
2759 | 3069 | 'centralnotice-insert' => 'Lisää: $1', |
2760 | 3070 | 'centralnotice-hide-button' => 'Linkki {{int:centralnotice-shared-hide}}', |
— | — | @@ -2815,7 +3125,7 @@ |
2816 | 3126 | 'centralnotice-save-banner' => 'Enregistrer la bannière', |
2817 | 3127 | 'centralnotice-preview' => 'Prévisualiser', |
2818 | 3128 | 'centralnotice-add-new' => 'Ajouter un nouvel avis central', |
2819 | | - 'centralnotice-remove' => 'Supprimer', |
| 3129 | + 'centralnotice-remove' => 'Enlever', |
2820 | 3130 | 'centralnotice-translate-heading' => 'Traduction de l’avis « $1 »', |
2821 | 3131 | 'centralnotice-manage' => 'Gérer les avis centraux', |
2822 | 3132 | 'centralnotice-manage-templates' => 'Gérer les bannières', |
— | — | @@ -2826,6 +3136,7 @@ |
2827 | 3137 | 'centralnotice-show-notices' => 'Afficher les avis', |
2828 | 3138 | 'centralnotice-list-templates' => 'Lister les modèles', |
2829 | 3139 | 'centralnotice-multiple' => 'multiple ($1)', |
| 3140 | + 'centralnotice-all-projects' => 'Tous les projets', |
2830 | 3141 | 'centralnotice-translations' => 'Traductions', |
2831 | 3142 | 'centralnotice-translate-to' => 'Traduire en', |
2832 | 3143 | 'centralnotice-translate' => 'Traduire', |
— | — | @@ -2842,6 +3153,7 @@ |
2843 | 3154 | 'centralnotice-notice-exists' => 'L’avis existe déjà. |
2844 | 3155 | Il n’a pas été ajouté.', |
2845 | 3156 | 'centralnotice-no-language' => 'Aucune langue n’a été sélectionnée pour la campagne. Non ajoutée.', |
| 3157 | + 'centralnotice-no-project' => 'Aucun projet n’a été sélectionné pour la campagne. Pas d’ajout.', |
2846 | 3158 | 'centralnotice-template-exists' => 'Le modèle existe déjà. |
2847 | 3159 | Il n’a pas été ajouté.', |
2848 | 3160 | 'centralnotice-notice-doesnt-exist' => 'La campagne n’existe pas.', |
— | — | @@ -2898,9 +3210,9 @@ |
2899 | 3211 | 'centralnotice-clone-name' => 'Nom :', |
2900 | 3212 | 'centralnotice-preview-all-template-translations' => 'Prévisualiser toutes les traductions disponibles du modèle', |
2901 | 3213 | 'centralnotice-insert' => 'Insérer : $1', |
2902 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} le lien', |
2903 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} le lien', |
2904 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} le lien', |
| 3214 | + 'centralnotice-hide-button' => 'Cacher le lien', |
| 3215 | + 'centralnotice-collapse-button' => 'Réduire le lien', |
| 3216 | + 'centralnotice-expand-button' => 'Développer le lien', |
2905 | 3217 | 'centralnotice-close-button' => 'Bouton fermer', |
2906 | 3218 | 'centralnotice-translate-button' => 'Lien d’aide à la traduction', |
2907 | 3219 | 'centralnotice-donate-button' => 'Bouton de donation', |
— | — | @@ -2917,6 +3229,8 @@ |
2918 | 3230 | 'centralnotice-allocation' => 'Allocation', |
2919 | 3231 | 'centralnotice-view-allocation' => 'Voir la disposition de bannière', |
2920 | 3232 | 'centralnotice-allocation-instructions' => 'Choisissez l’environnement pour lequel vous souhaitez afficher la disposition de bannière :', |
| 3233 | + 'centralnotice-languages' => 'Langues', |
| 3234 | + 'centralnotice-projects' => 'Projets', |
2921 | 3235 | 'centralnotice-country' => 'Pays', |
2922 | 3236 | 'centralnotice-no-allocation' => 'Pas de bannières disposées.', |
2923 | 3237 | 'centralnotice-allocation-description' => 'Disposition de bannière pour $1.$2 en $3 :', |
— | — | @@ -3009,7 +3323,7 @@ |
3010 | 3324 | El at pas étâ enlevâ.', |
3011 | 3325 | 'centralnotice-overlap' => 'La propaganda côvre tota ou ben partia du temps d’una ôtra propaganda. |
3012 | 3326 | El at pas étâ apondua.', |
3013 | | - 'centralnotice-invalid-date-range' => 'Entèrvalo de dâtes fôx por l’avis. |
| 3327 | + 'centralnotice-invalid-date-range' => 'Plage de dâtes envalida. |
3014 | 3328 | El at pas étâ betâ a jorn.', |
3015 | 3329 | 'centralnotice-null-string' => 'Empossiblo d’apondre una chêna voueda. |
3016 | 3330 | El at pas étâ apondua.', |
— | — | @@ -3029,10 +3343,11 @@ |
3030 | 3344 | 'centralnotice-clone-name' => 'Nom :', |
3031 | 3345 | 'centralnotice-preview-all-template-translations' => 'Prèvisualisar totes les traduccions disponibles de la baniére', |
3032 | 3346 | 'centralnotice-insert' => 'Entrebetar : $1', |
3033 | | - 'centralnotice-hide-button' => 'Boton {{int:centralnotice-shared-hide}}', |
3034 | | - 'centralnotice-collapse-button' => 'Boton {{int:centralnotice-shared-collapse}}', |
3035 | | - 'centralnotice-expand-button' => 'Boton {{int:centralnotice-shared-expand}}', |
3036 | | - 'centralnotice-translate-button' => 'Boton d’éde a la traduccion', |
| 3347 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} lo lim', |
| 3348 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} lo lim', |
| 3349 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} lo lim', |
| 3350 | + 'centralnotice-close-button' => 'Boton cllôre', |
| 3351 | + 'centralnotice-translate-button' => 'Lim d’éde a la traduccion', |
3037 | 3352 | 'centralnotice-donate-button' => 'Boton de donacion', |
3038 | 3353 | 'centralnotice-expanded-banner' => 'Baniére ètendua', |
3039 | 3354 | 'centralnotice-collapsed-banner' => 'Baniére rèduita', |
— | — | @@ -3091,7 +3406,8 @@ |
3092 | 3407 | 'centralnotice-add-template' => 'Engadir un modelo', |
3093 | 3408 | 'centralnotice-show-notices' => 'Amosar os avisos', |
3094 | 3409 | 'centralnotice-list-templates' => 'Listar os modelos', |
3095 | | - 'centralnotice-multiple' => 'múltiple ($1)', |
| 3410 | + 'centralnotice-multiple' => 'Múltiples ($1)', |
| 3411 | + 'centralnotice-all-projects' => 'Todos os proxectos', |
3096 | 3412 | 'centralnotice-translations' => 'Traducións', |
3097 | 3413 | 'centralnotice-translate-to' => 'Traducir ao', |
3098 | 3414 | 'centralnotice-translate' => 'Traducir', |
— | — | @@ -3108,6 +3424,7 @@ |
3109 | 3425 | 'centralnotice-notice-exists' => 'O aviso xa existe. |
3110 | 3426 | Non se engade', |
3111 | 3427 | 'centralnotice-no-language' => 'Non se seleccionou ningunha lingua para o aviso. Non se engade.', |
| 3428 | + 'centralnotice-no-project' => 'Non se seleccionou ningún proxecto para o aviso. Non se engade.', |
3112 | 3429 | 'centralnotice-template-exists' => 'O modelo xa existe. |
3113 | 3430 | Non se engade', |
3114 | 3431 | 'centralnotice-notice-doesnt-exist' => 'O aviso non existe.', |
— | — | @@ -3164,9 +3481,9 @@ |
3165 | 3482 | 'centralnotice-clone-name' => 'Nome:', |
3166 | 3483 | 'centralnotice-preview-all-template-translations' => 'Mostrar a vista previa de todas as traducións dispoñibles do modelo', |
3167 | 3484 | 'centralnotice-insert' => 'Inserir: $1', |
3168 | | - 'centralnotice-hide-button' => 'Ligazón "{{int:centralnotice-shared-hide}}"', |
3169 | | - 'centralnotice-collapse-button' => 'Ligazón "{{int:centralnotice-shared-collapse}}"', |
3170 | | - 'centralnotice-expand-button' => 'Ligazón "{{int:centralnotice-shared-expand}}"', |
| 3485 | + 'centralnotice-hide-button' => 'Ligazón de agochar', |
| 3486 | + 'centralnotice-collapse-button' => 'Ligazón de contraer', |
| 3487 | + 'centralnotice-expand-button' => 'Ligazón de expandir', |
3171 | 3488 | 'centralnotice-close-button' => 'Botón de pechar', |
3172 | 3489 | 'centralnotice-translate-button' => 'Ligazón para axudar coas traducións', |
3173 | 3490 | 'centralnotice-donate-button' => 'Botón de doar', |
— | — | @@ -3183,6 +3500,8 @@ |
3184 | 3501 | 'centralnotice-allocation' => 'Asignación', |
3185 | 3502 | 'centralnotice-view-allocation' => 'Ollar a asignación do modelo', |
3186 | 3503 | 'centralnotice-allocation-instructions' => 'Escolla o entorno onde desexa mostrar a asignación do modelo:', |
| 3504 | + 'centralnotice-languages' => 'Linguas', |
| 3505 | + 'centralnotice-projects' => 'Proxectos', |
3187 | 3506 | 'centralnotice-country' => 'País', |
3188 | 3507 | 'centralnotice-no-allocation' => 'Non hai asignación de modelos.', |
3189 | 3508 | 'centralnotice-allocation-description' => 'Asignación de modelos de $1.$2 en $3:', |
— | — | @@ -3248,6 +3567,7 @@ |
3249 | 3568 | 'centralnotice-show-notices' => 'Zeig Mäldige', |
3250 | 3569 | 'centralnotice-list-templates' => 'Vorlage uflischte', |
3251 | 3570 | 'centralnotice-multiple' => 'mehreri ($1)', |
| 3571 | + 'centralnotice-all-projects' => 'Alli Projäkt', |
3252 | 3572 | 'centralnotice-translations' => 'Ibersetzige', |
3253 | 3573 | 'centralnotice-translate-to' => 'Ibersetze in', |
3254 | 3574 | 'centralnotice-translate' => 'Ibersetze', |
— | — | @@ -3264,6 +3584,7 @@ |
3265 | 3585 | 'centralnotice-notice-exists' => 'Mäldig git s scho. |
3266 | 3586 | Nyt zuegfiegt.', |
3267 | 3587 | 'centralnotice-no-language' => 'Fir d Kampagne isch kei Sproch uusgwehlt wore. Si wird wäge däm nit zuegfiegt.', |
| 3588 | + 'centralnotice-no-project' => 'Fir d Kampagne isch kei Projäkt uusgwehlt wore. S wird wäge däm nit zuegfiegt.', |
3268 | 3589 | 'centralnotice-template-exists' => 'Vorlag git s scho. |
3269 | 3590 | Nyt zuegfiegt.', |
3270 | 3591 | 'centralnotice-notice-doesnt-exist' => 'Kampagne isch nit vorhande.', |
— | — | @@ -3319,9 +3640,9 @@ |
3320 | 3641 | 'centralnotice-clone-name' => 'Name:', |
3321 | 3642 | 'centralnotice-preview-all-template-translations' => 'Vorschau vu allene verfiegbare Ibersetzige vun ere Vorlag', |
3322 | 3643 | 'centralnotice-insert' => 'Yyfiege: $1', |
3323 | | - 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}', |
3324 | | - 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}', |
3325 | | - 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-collapse}}', |
| 3644 | + 'centralnotice-hide-button' => 'Link verstecke', |
| 3645 | + 'centralnotice-collapse-button' => 'Link zueklappe', |
| 3646 | + 'centralnotice-expand-button' => 'Link ufklappe', |
3326 | 3647 | 'centralnotice-close-button' => '"Zuemache"-Chnopf', |
3327 | 3648 | 'centralnotice-translate-button' => 'Ibersetzigshilfe-Link', |
3328 | 3649 | 'centralnotice-donate-button' => 'Spändechnopf', |
— | — | @@ -3338,6 +3659,8 @@ |
3339 | 3660 | 'centralnotice-allocation' => 'Zuewysig', |
3340 | 3661 | 'centralnotice-view-allocation' => 'Aaornig vu dr Banner aaluege', |
3341 | 3662 | 'centralnotice-allocation-instructions' => 'D Umgäbig uuswehle, wu d Verteilig vu dr Banner witt aaluege:', |
| 3663 | + 'centralnotice-languages' => 'Sproche', |
| 3664 | + 'centralnotice-projects' => 'Projäkt', |
3342 | 3665 | 'centralnotice-country' => 'Land', |
3343 | 3666 | 'centralnotice-no-allocation' => 'Kei Banner aagordnet.', |
3344 | 3667 | 'centralnotice-allocation-description' => 'Banneraaornig fir $1.$2 in $3:', |
— | — | @@ -3348,12 +3671,15 @@ |
3349 | 3672 | ); |
3350 | 3673 | |
3351 | 3674 | /** Hebrew (עברית) |
| 3675 | + * @author Amire80 |
3352 | 3676 | * @author Rotem Liss |
3353 | 3677 | * @author Rotemliss |
| 3678 | + * @author YaronSh |
3354 | 3679 | */ |
3355 | 3680 | $messages['he'] = array( |
3356 | 3681 | 'centralnotice' => 'ניהול ההודעה המרכזית', |
3357 | | - 'noticetemplate' => 'תבנית ההודעה המרכזית', |
| 3682 | + 'noticetemplate' => 'ניהול ההודעה המרכזית', |
| 3683 | + 'bannerallocation' => 'ניהול ההודעה המרכזית', |
3358 | 3684 | 'right-centralnotice-admin' => 'ניהול הודעת מרכזיות', |
3359 | 3685 | 'action-centralnotice-admin' => 'לנהל הודעות מרכזיות', |
3360 | 3686 | 'centralnotice-desc' => 'הוספת הודעה בראש הדף משרת מרכזי', |
— | — | @@ -3364,31 +3690,44 @@ |
3365 | 3691 | 'centralnotice-end-date' => 'תאריך סיום', |
3366 | 3692 | 'centralnotice-enabled' => 'מופעלת', |
3367 | 3693 | 'centralnotice-modify' => 'שליחה', |
| 3694 | + 'centralnotice-save-banner' => 'שמירת הבאנר', |
3368 | 3695 | 'centralnotice-preview' => 'תצוגה מקדימה', |
3369 | 3696 | 'centralnotice-add-new' => 'הוספת הודעה מרכזית חדשה', |
3370 | 3697 | 'centralnotice-remove' => 'הסרה', |
3371 | 3698 | 'centralnotice-translate-heading' => 'תרגום של $1', |
3372 | 3699 | 'centralnotice-manage' => 'ניהול ההודעה המרכזית', |
| 3700 | + 'centralnotice-manage-templates' => 'ניהול באנרים', |
3373 | 3701 | 'centralnotice-add' => 'הוספה', |
3374 | 3702 | 'centralnotice-add-notice' => 'הוספת הודעה', |
| 3703 | + 'centralnotice-edit-notice' => 'עריכת מסע הפרסום', |
3375 | 3704 | 'centralnotice-add-template' => 'הוספת תבנית', |
3376 | 3705 | 'centralnotice-show-notices' => 'הצגת הודעות', |
3377 | 3706 | 'centralnotice-list-templates' => 'רשימת תבניות', |
| 3707 | + 'centralnotice-multiple' => 'מרובים ($1)', |
| 3708 | + 'centralnotice-all-projects' => 'כל המיזמים', |
3378 | 3709 | 'centralnotice-translations' => 'תרגומים', |
3379 | 3710 | 'centralnotice-translate-to' => 'תרגום ל', |
3380 | 3711 | 'centralnotice-translate' => 'תרגום', |
3381 | 3712 | 'centralnotice-english' => 'אנגלית', |
3382 | | - 'centralnotice-banner-name' => 'שם ההודעה', |
| 3713 | + 'centralnotice-banner-name' => 'שם הבאנר:', |
| 3714 | + 'centralnotice-banner' => 'באנר', |
| 3715 | + 'centralnotice-banner-heading' => 'באנר: $1', |
3383 | 3716 | 'centralnotice-templates' => 'תבניות', |
3384 | 3717 | 'centralnotice-weight' => 'משקל', |
3385 | 3718 | 'centralnotice-locked' => 'נעול', |
| 3719 | + 'centralnotice-notice' => 'מסע פרסום', |
| 3720 | + 'centralnotice-notice-heading' => 'מסע פרסום: $1', |
3386 | 3721 | 'centralnotice-notices' => 'הודעות', |
3387 | 3722 | 'centralnotice-notice-exists' => 'ההודעה כבר קיימת. |
3388 | 3723 | התוספת לא תבוצע', |
| 3724 | + 'centralnotice-no-language' => 'לא נבחרה שפה למסע הפרסום. לא נוסף.', |
| 3725 | + 'centralnotice-no-project' => 'לא נבחר שום מיזם למסע הפרסום. לא נוסף.', |
3389 | 3726 | 'centralnotice-template-exists' => 'התבנית כבר קיימת. |
3390 | 3727 | התוספת לא תבוצע', |
3391 | | - 'centralnotice-notice-doesnt-exist' => 'ההודעה אינה קיימת. |
3392 | | -אין מה להסיר', |
| 3728 | + 'centralnotice-notice-doesnt-exist' => 'מסע הפרסום אינו קיים.', |
| 3729 | + 'centralnotice-remove-notice-doesnt-exist' => 'מסע הפרסום אינו קיים. |
| 3730 | +אין מה להסיר.', |
| 3731 | + 'centralnotice-banner-doesnt-exist' => 'הבאנר אינו קיים.', |
3393 | 3732 | 'centralnotice-template-still-bound' => 'התבנית עדיין מקושרת להודעה. |
3394 | 3733 | ההסרה לא תבוצע.', |
3395 | 3734 | 'centralnotice-template-body' => 'גוף ההודעה:', |
— | — | @@ -3398,9 +3737,12 @@ |
3399 | 3738 | 'centralnotice-hours' => 'שעה', |
3400 | 3739 | 'centralnotice-min' => 'דקה', |
3401 | 3740 | 'centralnotice-project-lang' => 'שפת המיזם', |
| 3741 | + 'centralnotice-select' => 'בחירה: $1', |
| 3742 | + 'centralnotice-top-ten-languages' => 'עשרת השפות המובילות', |
3402 | 3743 | 'centralnotice-project-name' => 'שם המיזם', |
3403 | 3744 | 'centralnotice-start-date' => 'תאריך ההתחלה', |
3404 | 3745 | 'centralnotice-start-time' => 'שעת ההתחלה (UTC)', |
| 3746 | + 'centralnotice-end-time' => 'זמן הסיום (UTC)', |
3405 | 3747 | 'centralnotice-assigned-templates' => 'תבניות מקושרות', |
3406 | 3748 | 'centralnotice-no-templates' => 'לא נמצאו תבניות. |
3407 | 3749 | הוסיפו כמה!', |
— | — | @@ -3426,11 +3768,14 @@ |
3427 | 3769 | הוסיפו אחת למטה', |
3428 | 3770 | 'centralnotice-no-templates-translate' => 'אין תבניות כדי לערוך את התרגומים שלהן', |
3429 | 3771 | 'centralnotice-number-uses' => 'משתמשת ב', |
| 3772 | + 'centralnotice-settings' => 'הגדרות', |
3430 | 3773 | 'centralnotice-edit-template' => 'עריכת התבנית', |
| 3774 | + 'centralnotice-edit-template-summary' => 'כדי ליצור הודעות הניתנות לתרגום יש לתחום מחרוזות על מקפיהן בסוגריים מסולסלים, לדוגמה {{{jimbo-quote}}}.', |
3431 | 3775 | 'centralnotice-message' => 'הודעה', |
3432 | 3776 | 'centralnotice-message-not-set' => 'לא הוגדרה הודעה', |
3433 | 3777 | 'centralnotice-clone' => 'שכפול', |
3434 | 3778 | 'centralnotice-clone-notice' => 'יצירת עותק של התבנית', |
| 3779 | + 'centralnotice-clone-name' => 'שם:', |
3435 | 3780 | 'centralnotice-preview-all-template-translations' => 'תצוגה מקדימה של כל התרגומים בתבנית', |
3436 | 3781 | 'centralnotice-insert' => 'הוספה: $1', |
3437 | 3782 | 'centralnotice-hide-button' => 'הסתרת הקישור', |
— | — | @@ -3620,7 +3965,8 @@ |
3621 | 3966 | */ |
3622 | 3967 | $messages['hsb'] = array( |
3623 | 3968 | 'centralnotice' => 'Administrator centralnych powěsćow', |
3624 | | - 'noticetemplate' => 'Předłoha za centralnu powěsć', |
| 3969 | + 'noticetemplate' => 'Zarjadowanje centralnych powěsćow', |
| 3970 | + 'bannerallocation' => 'Zarjadowanje centralnych powěsćow', |
3625 | 3971 | 'right-centralnotice-admin' => 'Centralne powěsće zrjadować', |
3626 | 3972 | 'action-centralnotice-admin' => 'Centralne powěsće zrjadować', |
3627 | 3973 | 'centralnotice-desc' => 'Přidawa centralnu bóčnu zdźělenku', |
— | — | @@ -3645,11 +3991,12 @@ |
3646 | 3992 | 'centralnotice-show-notices' => 'Zdźělenki pokazać', |
3647 | 3993 | 'centralnotice-list-templates' => 'Předłohi nalistować', |
3648 | 3994 | 'centralnotice-multiple' => 'wjacore ($1)', |
| 3995 | + 'centralnotice-all-projects' => 'Wšě projekty', |
3649 | 3996 | 'centralnotice-translations' => 'Přełožki', |
3650 | 3997 | 'centralnotice-translate-to' => 'Přełožić do', |
3651 | 3998 | 'centralnotice-translate' => 'Přełožić', |
3652 | 3999 | 'centralnotice-english' => 'Jendźelšćina', |
3653 | | - 'centralnotice-banner-name' => 'Mjeno předłohi', |
| 4000 | + 'centralnotice-banner-name' => 'Mjeno chorhoje:', |
3654 | 4001 | 'centralnotice-banner' => 'Chorhoj', |
3655 | 4002 | 'centralnotice-banner-heading' => 'Chorhoj: $1', |
3656 | 4003 | 'centralnotice-templates' => 'Předłohi', |
— | — | @@ -3661,11 +4008,13 @@ |
3662 | 4009 | 'centralnotice-notice-exists' => 'Powěsć hižo eksistuje. |
3663 | 4010 | Njepřidawa so.', |
3664 | 4011 | 'centralnotice-no-language' => 'Za kampanju njeje so rěč wubrała. Přidawa so ničo.', |
| 4012 | + 'centralnotice-no-project' => 'Za kampanju njeje so rěč wubrała. Přidawa so ničo.', |
3665 | 4013 | 'centralnotice-template-exists' => 'Předłoha hižo eksistuje. |
3666 | 4014 | Njepřidawa so.', |
3667 | 4015 | 'centralnotice-notice-doesnt-exist' => 'Kampanja njeeksistuje.', |
3668 | 4016 | 'centralnotice-remove-notice-doesnt-exist' => 'Kampanja njeeksistuje. |
3669 | 4017 | Njewotstroni so ničo.', |
| 4018 | + 'centralnotice-banner-doesnt-exist' => 'Chorhoj njeeksistuje', |
3670 | 4019 | 'centralnotice-template-still-bound' => 'Předłoha je hišće na powěsć zwjazana. |
3671 | 4020 | Njewotstronja so.', |
3672 | 4021 | 'centralnotice-template-body' => 'Tekst předłohi:', |
— | — | @@ -3680,6 +4029,7 @@ |
3681 | 4030 | 'centralnotice-project-name' => 'Projektowe mjeno', |
3682 | 4031 | 'centralnotice-start-date' => 'Startowy datum', |
3683 | 4032 | 'centralnotice-start-time' => 'Startowy čas (UTC)', |
| 4033 | + 'centralnotice-end-time' => 'Kónčny čas (UTC)', |
3684 | 4034 | 'centralnotice-assigned-templates' => 'Připokazane předłohi', |
3685 | 4035 | 'centralnotice-no-templates' => 'Žane předłohi namakane. |
3686 | 4036 | Přidaj někajke!', |
— | — | @@ -3705,6 +4055,7 @@ |
3706 | 4056 | Přidaj někajku', |
3707 | 4057 | 'centralnotice-no-templates-translate' => 'Njejsu předłohi, za kotrež dyrbjeli so přełožki wobdźěłać', |
3708 | 4058 | 'centralnotice-number-uses' => 'Wužića', |
| 4059 | + 'centralnotice-settings' => 'Nastajenja', |
3709 | 4060 | 'centralnotice-edit-template' => 'Předłohu wobdźěłać', |
3710 | 4061 | 'centralnotice-edit-template-summary' => '↓ Zo by lokalizujomnu stronu wutowrił, wobdaj znamješkowy rjećazk z wjazawku z třomi zhibowanymi spinkami. na př. {{{citat-jimbo}}}.', |
3711 | 4062 | 'centralnotice-message' => 'Powěsć', |
— | — | @@ -3714,10 +4065,11 @@ |
3715 | 4066 | 'centralnotice-clone-name' => 'Mjeno:', |
3716 | 4067 | 'centralnotice-preview-all-template-translations' => 'Přehlad wšěch k dispoziciji stejacych přełožkow předłohi', |
3717 | 4068 | 'centralnotice-insert' => 'Zasunyć: $1', |
3718 | | - 'centralnotice-hide-button' => 'Tłóčatko {{int:centralnotice-shared-hide}}', |
3719 | | - 'centralnotice-collapse-button' => 'Tłóčatko {{int:centralnotice-shared-collapse}}', |
3720 | | - 'centralnotice-expand-button' => 'Tłóčatko {{int:centralnotice-shared-expand}}', |
3721 | | - 'centralnotice-translate-button' => 'Tłóčatko přełožowanskeje pomocy', |
| 4069 | + 'centralnotice-hide-button' => 'Wotkaz schować', |
| 4070 | + 'centralnotice-collapse-button' => 'Wotkaz schować', |
| 4071 | + 'centralnotice-expand-button' => 'Wotkaz pokazać', |
| 4072 | + 'centralnotice-close-button' => 'Tłóčatko začinić', |
| 4073 | + 'centralnotice-translate-button' => 'Wotkaz přełožowanskeje pomocy', |
3722 | 4074 | 'centralnotice-donate-button' => 'Darjenske tłóčatko', |
3723 | 4075 | 'centralnotice-expanded-banner' => 'Rozfałdowana chorhoj', |
3724 | 4076 | 'centralnotice-collapsed-banner' => 'Fałdowana chorhoj', |
— | — | @@ -3727,6 +4079,19 @@ |
3728 | 4080 | 'centralnotice-banner-type' => 'Chorhojowy typ:', |
3729 | 4081 | 'centralnotice-banner-hidable' => 'Statiski/Chowajomny', |
3730 | 4082 | 'centralnotice-banner-collapsible' => 'Fałdujomny', |
| 4083 | + 'centralnotice-geotargeted' => 'Geolokalizowany', |
| 4084 | + 'centralnotice-countries' => 'Kraje', |
| 4085 | + 'centralnotice-allocation' => 'Přidźělenje', |
| 4086 | + 'centralnotice-view-allocation' => 'Přidźělenje chorhoje sej wobhladać', |
| 4087 | + 'centralnotice-allocation-instructions' => 'Wubjer wokolinu, za kotruž by sej rady přidźělenje chorhoje wobhladał:', |
| 4088 | + 'centralnotice-languages' => 'Rěče', |
| 4089 | + 'centralnotice-projects' => 'Projekty', |
| 4090 | + 'centralnotice-country' => 'Kraj', |
| 4091 | + 'centralnotice-no-allocation' => 'Žane chorhoje přidźělene', |
| 4092 | + 'centralnotice-allocation-description' => 'Přidźělenje chorhoje za $1.$2 w $3:', |
| 4093 | + 'centralnotice-percentage' => 'Procentowa sadźba', |
| 4094 | + 'centralnotice-documentwrite-error' => 'document.write() njeda so znutřka chorhoje wužiwać. |
| 4095 | +Hlej http://meta.wikimedia.org/wiki/Help:CentralNotice za dalše informacije.', |
3731 | 4096 | 'centralnotice-preferred' => 'Preferowany', |
3732 | 4097 | ); |
3733 | 4098 | |
— | — | @@ -3737,7 +4102,8 @@ |
3738 | 4103 | */ |
3739 | 4104 | $messages['hu'] = array( |
3740 | 4105 | 'centralnotice' => 'Központi üzenet adminisztráció', |
3741 | | - 'noticetemplate' => 'Központi üzenet-sablon', |
| 4106 | + 'noticetemplate' => 'Központi figyelmeztetés adminisztrációja', |
| 4107 | + 'bannerallocation' => 'Központi figyelmeztetés adminisztrációja', |
3742 | 4108 | 'right-centralnotice-admin' => 'központi üzenetek beállítása', |
3743 | 4109 | 'action-centralnotice-admin' => 'központi üzenetek beállítása', |
3744 | 4110 | 'centralnotice-desc' => 'Központi üzenet megjelenítése', |
— | — | @@ -3748,32 +4114,44 @@ |
3749 | 4115 | 'centralnotice-end-date' => 'Befejezés dátuma', |
3750 | 4116 | 'centralnotice-enabled' => 'Engedélyezve', |
3751 | 4117 | 'centralnotice-modify' => 'Elküldés', |
| 4118 | + 'centralnotice-save-banner' => 'Hirdetés mentése', |
3752 | 4119 | 'centralnotice-preview' => 'Előnézet', |
3753 | 4120 | 'centralnotice-add-new' => 'Új központi üzenet hozzáadása', |
3754 | 4121 | 'centralnotice-remove' => 'Eltávolítás', |
3755 | 4122 | 'centralnotice-translate-heading' => '$1 fordítása', |
3756 | 4123 | 'centralnotice-manage' => 'Központi üzenet beállítása', |
| 4124 | + 'centralnotice-manage-templates' => 'Hirdetések kezelése', |
3757 | 4125 | 'centralnotice-add' => 'Hozzáadás', |
3758 | 4126 | 'centralnotice-add-notice' => 'Üzenet hozzáadása', |
| 4127 | + 'centralnotice-edit-notice' => 'Kampány szerkesztése', |
3759 | 4128 | 'centralnotice-add-template' => 'Sablon hozzáadása', |
3760 | 4129 | 'centralnotice-show-notices' => 'Üzenetek megjelenítése', |
3761 | 4130 | 'centralnotice-list-templates' => 'Sablonok listázása', |
| 4131 | + 'centralnotice-multiple' => 'több ($1)', |
3762 | 4132 | 'centralnotice-all-projects' => 'Minden projekt', |
3763 | 4133 | 'centralnotice-translations' => 'Fordítások', |
3764 | 4134 | 'centralnotice-translate-to' => 'Lefordítás', |
3765 | 4135 | 'centralnotice-translate' => 'Lefordítás', |
3766 | 4136 | 'centralnotice-english' => 'angol', |
3767 | | - 'centralnotice-banner-name' => 'Sablonnév', |
| 4137 | + 'centralnotice-banner-name' => 'Hirdetés neve:', |
| 4138 | + 'centralnotice-banner' => 'Hirdetés', |
| 4139 | + 'centralnotice-banner-heading' => 'Hirdetés: $1', |
3768 | 4140 | 'centralnotice-templates' => 'Sablonok', |
3769 | 4141 | 'centralnotice-weight' => 'Súly', |
3770 | 4142 | 'centralnotice-locked' => 'Lezárva', |
| 4143 | + 'centralnotice-notice' => 'Kampány', |
| 4144 | + 'centralnotice-notice-heading' => 'Kampány: $1', |
3771 | 4145 | 'centralnotice-notices' => 'Üzenetek', |
3772 | 4146 | 'centralnotice-notice-exists' => 'Az üzenet már létezik. |
3773 | 4147 | Nem történt hozzáadás.', |
| 4148 | + 'centralnotice-no-language' => 'Nem választottál nyelvet a kapmányhoz. Nem történt hozzáadás.', |
3774 | 4149 | 'centralnotice-no-project' => 'Nincs projekt kiválasztva a kampányhoz. Nem lett hozzáadva.', |
3775 | 4150 | 'centralnotice-template-exists' => 'A sablon már létezik. |
3776 | 4151 | Nem történt hozzáadás.', |
3777 | 4152 | 'centralnotice-notice-doesnt-exist' => 'Az üzenet nem létezik.', |
| 4153 | + 'centralnotice-remove-notice-doesnt-exist' => 'A kampány nem létezik. |
| 4154 | +Nincs mit eltávolítani.', |
| 4155 | + 'centralnotice-banner-doesnt-exist' => 'A hirdetés nem létezik.', |
3778 | 4156 | 'centralnotice-template-still-bound' => 'A sablon nem létezik. |
3779 | 4157 | Nincs mit eltávolítani.', |
3780 | 4158 | 'centralnotice-template-body' => 'Sablon törzse:', |
— | — | @@ -3783,9 +4161,12 @@ |
3784 | 4162 | 'centralnotice-hours' => 'Óra', |
3785 | 4163 | 'centralnotice-min' => 'Perc', |
3786 | 4164 | 'centralnotice-project-lang' => 'Projekt nyelve', |
| 4165 | + 'centralnotice-select' => 'Kiválasztás: $1', |
| 4166 | + 'centralnotice-top-ten-languages' => 'Top 10 nyelv', |
3787 | 4167 | 'centralnotice-project-name' => 'Projekt neve', |
3788 | 4168 | 'centralnotice-start-date' => 'Kezdési dátum', |
3789 | 4169 | 'centralnotice-start-time' => 'Kezdési idő (UTC)', |
| 4170 | + 'centralnotice-end-time' => 'Befejezési idő (UTC)', |
3790 | 4171 | 'centralnotice-assigned-templates' => 'Hozzárendelt sablonok', |
3791 | 4172 | 'centralnotice-no-templates' => 'Nem találhatóak sablonok. |
3792 | 4173 | Adj hozzá néhányat.', |
— | — | @@ -3813,12 +4194,23 @@ |
3814 | 4195 | 'centralnotice-number-uses' => 'Használatok', |
3815 | 4196 | 'centralnotice-settings' => 'Beállítások', |
3816 | 4197 | 'centralnotice-edit-template' => 'Sablon szerkesztése', |
| 4198 | + 'centralnotice-edit-template-summary' => 'Fordítható üzenet létrehozásához a kötőjelezett szöveget rakd három kapcsos zárójel közé, pl. {{{idezet-jimbotol}}}.', |
3817 | 4199 | 'centralnotice-message' => 'Üzenet', |
3818 | 4200 | 'centralnotice-message-not-set' => 'Üzenet nincs beállítva', |
3819 | 4201 | 'centralnotice-clone' => 'Klónozás', |
3820 | 4202 | 'centralnotice-clone-notice' => 'Másolat készítése a sablonról', |
3821 | 4203 | 'centralnotice-clone-name' => 'Név:', |
3822 | 4204 | 'centralnotice-preview-all-template-translations' => 'A sablon összes fordításának megtekintése', |
| 4205 | + 'centralnotice-insert' => 'Beszúrás: $1', |
| 4206 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}-hivatkozás', |
| 4207 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}-hivatkozás', |
| 4208 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-hivatkozás', |
| 4209 | + 'centralnotice-close-button' => 'Bezárás gomb', |
| 4210 | + 'centralnotice-translate-button' => '„Segíts a fordításban”-hivatkozás', |
| 4211 | + 'centralnotice-donate-button' => 'Adakozás-gomb', |
| 4212 | + 'centralnotice-expanded-banner' => 'Kinyitott hirdetés', |
| 4213 | + 'centralnotice-collapsed-banner' => 'Becsukott hirdetés', |
| 4214 | + 'centralnotice-banner-display' => 'Megjelenítés a következőknek:', |
3823 | 4215 | 'centralnotice-banner-anonymous' => 'Névtelen szerkesztők', |
3824 | 4216 | 'centralnotice-banner-logged-in' => 'Bejelentkezett felhasználók', |
3825 | 4217 | 'centralnotice-banner-type' => 'Hirdetés típusa:', |
— | — | @@ -3835,6 +4227,8 @@ |
3836 | 4228 | 'centralnotice-no-allocation' => 'Nincs kiosztva egyetlen hirdetés sem.', |
3837 | 4229 | 'centralnotice-allocation-description' => 'A(z) $1.$2 számára kiosztott hirdetések a következő helyen: $3', |
3838 | 4230 | 'centralnotice-percentage' => 'Százalék', |
| 4231 | + 'centralnotice-documentwrite-error' => 'A document.write() nem használható hirdetéseken belül. |
| 4232 | +További információkat a http://meta.wikimedia.org/wiki/Help:CentralNotice lapon olvashatsz.', |
3839 | 4233 | 'centralnotice-preferred' => 'Előnyben részesített', |
3840 | 4234 | ); |
3841 | 4235 | |
— | — | @@ -3869,6 +4263,7 @@ |
3870 | 4264 | 'centralnotice-show-notices' => 'Monstrar campanias', |
3871 | 4265 | 'centralnotice-list-templates' => 'Listar bandieras', |
3872 | 4266 | 'centralnotice-multiple' => 'multiple ($1)', |
| 4267 | + 'centralnotice-all-projects' => 'Tote le projectos', |
3873 | 4268 | 'centralnotice-translations' => 'Traductiones', |
3874 | 4269 | 'centralnotice-translate-to' => 'Traducer in', |
3875 | 4270 | 'centralnotice-translate' => 'Traducer', |
— | — | @@ -3885,6 +4280,7 @@ |
3886 | 4281 | 'centralnotice-notice-exists' => 'Le campania ja existe. |
3887 | 4282 | Non es addite.', |
3888 | 4283 | 'centralnotice-no-language' => 'Nulle lingua esseva seligite pro le campania. Non es addite.', |
| 4284 | + 'centralnotice-no-project' => 'Nulle projecto esseva seligite pro le campania. Non es addite.', |
3889 | 4285 | 'centralnotice-template-exists' => 'Le bandiera ja existe. |
3890 | 4286 | Non es addite.', |
3891 | 4287 | 'centralnotice-notice-doesnt-exist' => 'Campania non existe.', |
— | — | @@ -3960,6 +4356,8 @@ |
3961 | 4357 | 'centralnotice-allocation' => 'Allocation', |
3962 | 4358 | 'centralnotice-view-allocation' => 'Vider allocation de bandieras', |
3963 | 4359 | 'centralnotice-allocation-instructions' => 'Selige le ambiente pro le qual tu vole vider le allocation de bandieras:', |
| 4360 | + 'centralnotice-languages' => 'Linguas', |
| 4361 | + 'centralnotice-projects' => 'Projectos', |
3964 | 4362 | 'centralnotice-country' => 'Pais', |
3965 | 4363 | 'centralnotice-no-allocation' => 'Nulle bandiera allocate.', |
3966 | 4364 | 'centralnotice-allocation-description' => 'Allocation de bandieras pro $1.$2 in $3:', |
— | — | @@ -3974,6 +4372,7 @@ |
3975 | 4373 | * @author Farras |
3976 | 4374 | * @author Irwangatot |
3977 | 4375 | * @author IvanLanin |
| 4376 | + * @author Kenrick95 |
3978 | 4377 | * @author Rex |
3979 | 4378 | */ |
3980 | 4379 | $messages['id'] = array( |
— | — | @@ -4004,6 +4403,7 @@ |
4005 | 4404 | 'centralnotice-show-notices' => 'Tampilkan pengumuman', |
4006 | 4405 | 'centralnotice-list-templates' => 'Daftar templat', |
4007 | 4406 | 'centralnotice-multiple' => 'ganda ($1)', |
| 4407 | + 'centralnotice-all-projects' => 'Semua proyek', |
4008 | 4408 | 'centralnotice-translations' => 'Terjemahan', |
4009 | 4409 | 'centralnotice-translate-to' => 'Terjemahkan ke', |
4010 | 4410 | 'centralnotice-translate' => 'Terjemahkan', |
— | — | @@ -4020,6 +4420,7 @@ |
4021 | 4421 | 'centralnotice-notice-exists' => 'Pengumuman sudah ada. |
4022 | 4422 | Batal menambahkan', |
4023 | 4423 | 'centralnotice-no-language' => 'Tidak ada bahasa yang dipilih untuk kampanye. Tidak menambahkan.', |
| 4424 | + 'centralnotice-no-project' => 'Tidak ada proyek dipilih untuk kampanye. Tidak menambahkan.', |
4024 | 4425 | 'centralnotice-template-exists' => 'Templat sudah ada. |
4025 | 4426 | Batal menambahkan', |
4026 | 4427 | 'centralnotice-notice-doesnt-exist' => 'Kampanye tidak ditemukan.', |
— | — | @@ -4095,6 +4496,8 @@ |
4096 | 4497 | 'centralnotice-allocation' => 'Alokasi', |
4097 | 4498 | 'centralnotice-view-allocation' => 'Lihat alokasi pengumuman', |
4098 | 4499 | 'centralnotice-allocation-instructions' => 'Pilih lingkungan yang ingin Anda lihat alokasi pengumumannya:', |
| 4500 | + 'centralnotice-languages' => 'Bahasa', |
| 4501 | + 'centralnotice-projects' => 'Proyek', |
4099 | 4502 | 'centralnotice-country' => 'Negara', |
4100 | 4503 | 'centralnotice-no-allocation' => 'Tidak ada pengumuman yang dialokasikan.', |
4101 | 4504 | 'centralnotice-allocation-description' => 'Alokasi pengumuman untuk $1.$2 di $3:', |
— | — | @@ -4157,14 +4560,18 @@ |
4158 | 4561 | ); |
4159 | 4562 | |
4160 | 4563 | /** Italian (Italiano) |
| 4564 | + * @author Aushulz |
| 4565 | + * @author Beta16 |
| 4566 | + * @author Blaisorblade |
4161 | 4567 | * @author BrokenArrow |
4162 | 4568 | * @author Darth Kule |
| 4569 | + * @author F. Cosoleto |
4163 | 4570 | * @author Melos |
4164 | 4571 | * @author Pietrodn |
4165 | 4572 | */ |
4166 | 4573 | $messages['it'] = array( |
4167 | 4574 | 'centralnotice' => 'Gestione avviso centralizzato', |
4168 | | - 'noticetemplate' => 'Template avvisi centralizzati', |
| 4575 | + 'noticetemplate' => 'Gestione avviso centralizzato', |
4169 | 4576 | 'bannerallocation' => 'Gestione avviso centralizzato', |
4170 | 4577 | 'centralnotice-desc' => 'Aggiunge un avviso centralizzato a inizio pagina (sitenotice)', |
4171 | 4578 | 'centralnotice-summary' => 'Questo modulo permette di modificare gli avvisi centralizzati. Puoi essere inoltre usato per aggiungere o rimuovere vecchi avvisi.', |
— | — | @@ -4173,28 +4580,40 @@ |
4174 | 4581 | 'centralnotice-end-date' => 'Data di fine', |
4175 | 4582 | 'centralnotice-enabled' => 'Attivato', |
4176 | 4583 | 'centralnotice-modify' => 'Invia', |
| 4584 | + 'centralnotice-save-banner' => 'Salva banner', |
4177 | 4585 | 'centralnotice-preview' => 'Anteprima', |
4178 | 4586 | 'centralnotice-add-new' => 'Aggiungi un nuovo avviso centralizzato', |
4179 | 4587 | 'centralnotice-remove' => 'Rimuovi', |
4180 | 4588 | 'centralnotice-translate-heading' => 'Traduzione di $1', |
4181 | 4589 | 'centralnotice-manage' => 'Gestione avvisi centralizzati', |
| 4590 | + 'centralnotice-manage-templates' => 'Gestione banner', |
4182 | 4591 | 'centralnotice-add' => 'Aggiungi', |
4183 | 4592 | 'centralnotice-add-notice' => 'Aggiungi un avviso', |
| 4593 | + 'centralnotice-edit-notice' => 'Modifica campagna', |
4184 | 4594 | 'centralnotice-add-template' => 'Aggiungi un template', |
4185 | 4595 | 'centralnotice-show-notices' => 'Mostra avvisi', |
4186 | 4596 | 'centralnotice-list-templates' => 'Elenca template', |
| 4597 | + 'centralnotice-all-projects' => 'Tutti i progetti', |
4187 | 4598 | 'centralnotice-translations' => 'Traduzioni', |
4188 | 4599 | 'centralnotice-translate-to' => 'Traduci in', |
4189 | 4600 | 'centralnotice-translate' => 'Traduci', |
4190 | 4601 | 'centralnotice-english' => 'Inglese', |
4191 | | - 'centralnotice-banner-name' => 'Nome template', |
| 4602 | + 'centralnotice-banner-name' => 'Nome banner:', |
| 4603 | + 'centralnotice-banner' => 'Banner', |
| 4604 | + 'centralnotice-banner-heading' => 'Banner: $1', |
4192 | 4605 | 'centralnotice-templates' => 'Template', |
4193 | 4606 | 'centralnotice-weight' => 'Dimensione', |
4194 | 4607 | 'centralnotice-locked' => 'Bloccato', |
| 4608 | + 'centralnotice-notice' => 'Campagna', |
| 4609 | + 'centralnotice-notice-heading' => 'Campagna: $1', |
4195 | 4610 | 'centralnotice-notices' => 'Avvisi', |
4196 | 4611 | 'centralnotice-notice-exists' => "Avviso già esistente. L'avviso non è stato aggiunto", |
| 4612 | + 'centralnotice-no-language' => 'Non si ha selezionato nessuna lingua per la campagna. Non inserita.', |
4197 | 4613 | 'centralnotice-template-exists' => 'Template già esistente. Il template non è stato aggiunto', |
4198 | | - 'centralnotice-notice-doesnt-exist' => 'Avviso non esistente. Niente da rimuovere', |
| 4614 | + 'centralnotice-notice-doesnt-exist' => 'La campagna non esistente.', |
| 4615 | + 'centralnotice-remove-notice-doesnt-exist' => 'La campagna non esiste. |
| 4616 | +Niente da rimuovere.', |
| 4617 | + 'centralnotice-banner-doesnt-exist' => 'Il banner non esiste.', |
4199 | 4618 | 'centralnotice-template-still-bound' => 'Il template è ancora collegato a un avviso. Il template non è stato rimosso', |
4200 | 4619 | 'centralnotice-template-body' => 'Corpo del template:', |
4201 | 4620 | 'centralnotice-day' => 'Giorno', |
— | — | @@ -4203,9 +4622,12 @@ |
4204 | 4623 | 'centralnotice-hours' => 'Ora', |
4205 | 4624 | 'centralnotice-min' => 'Minuto', |
4206 | 4625 | 'centralnotice-project-lang' => 'Lingua progetto', |
| 4626 | + 'centralnotice-select' => 'Seleziona: $1', |
| 4627 | + 'centralnotice-top-ten-languages' => '10 lingue maggiori', |
4207 | 4628 | 'centralnotice-project-name' => 'Nome progetto', |
4208 | 4629 | 'centralnotice-start-date' => 'Data di inizio', |
4209 | 4630 | 'centralnotice-start-time' => 'Ora di inizio (UTC)', |
| 4631 | + 'centralnotice-end-time' => 'Ora fine (UTC)', |
4210 | 4632 | 'centralnotice-assigned-templates' => 'Template assegnati', |
4211 | 4633 | 'centralnotice-no-templates' => 'Nessun template trovato. Aggiungine qualcuno!', |
4212 | 4634 | 'centralnotice-no-templates-assigned' => "Nessun template è assegnato all'avviso. Aggiungine qualcuno!", |
— | — | @@ -4224,11 +4646,13 @@ |
4225 | 4647 | 'centralnotice-no-notices-exist' => 'Non esiste alcun avviso. Aggiungine uno di seguito', |
4226 | 4648 | 'centralnotice-no-templates-translate' => 'Non ci sono template per cui modificare le traduzioni', |
4227 | 4649 | 'centralnotice-number-uses' => 'Usi', |
| 4650 | + 'centralnotice-settings' => 'Impostazioni', |
4228 | 4651 | 'centralnotice-edit-template' => 'Modifica template', |
4229 | 4652 | 'centralnotice-message' => 'Messaggio', |
4230 | 4653 | 'centralnotice-message-not-set' => 'Messaggio non impostato', |
4231 | 4654 | 'centralnotice-clone' => 'Clona', |
4232 | 4655 | 'centralnotice-clone-notice' => 'Crea una copia del template', |
| 4656 | + 'centralnotice-clone-name' => 'Nome:', |
4233 | 4657 | 'centralnotice-preview-all-template-translations' => 'Mostra tutte le traduzioni disponibili del template', |
4234 | 4658 | 'centralnotice-insert' => 'Inserisci: $1', |
4235 | 4659 | 'centralnotice-close-button' => 'Pulsante di chiusura', |
— | — | @@ -4236,9 +4660,16 @@ |
4237 | 4661 | 'centralnotice-banner-display' => 'Visualizza in:', |
4238 | 4662 | 'centralnotice-banner-anonymous' => 'Utenti anonimi', |
4239 | 4663 | 'centralnotice-banner-logged-in' => 'Utenti collegati', |
| 4664 | + 'centralnotice-banner-type' => 'Tipo banner:', |
| 4665 | + 'centralnotice-banner-hidable' => 'Fisso/Nascondibile', |
| 4666 | + 'centralnotice-banner-collapsible' => 'Contraibile', |
4240 | 4667 | 'centralnotice-countries' => 'Paesi', |
| 4668 | + 'centralnotice-languages' => 'Lingue', |
| 4669 | + 'centralnotice-projects' => 'Progetti', |
4241 | 4670 | 'centralnotice-country' => 'Nazione', |
4242 | 4671 | 'centralnotice-percentage' => 'Percentuale', |
| 4672 | + 'centralnotice-documentwrite-error' => 'Non è possibile usare document.write() dentro un banner. |
| 4673 | +Vedi http://meta.wikimedia.org/wiki/Help:CentralNotice per maggiori informazioni.', |
4243 | 4674 | 'right-centralnotice-admin' => 'Gestisce gli avvisi centralizzati', |
4244 | 4675 | 'right-centralnotice-translate' => 'Traduce avvisi centralizzati', |
4245 | 4676 | 'action-centralnotice-admin' => 'gestire gli avvisi centralizzati', |
— | — | @@ -4252,6 +4683,8 @@ |
4253 | 4684 | * @author Hosiryuhosi |
4254 | 4685 | * @author JtFuruhata |
4255 | 4686 | * @author Klutzy |
| 4687 | + * @author Ohgi |
| 4688 | + * @author Whym |
4256 | 4689 | * @author 青子守歌 |
4257 | 4690 | */ |
4258 | 4691 | $messages['ja'] = array( |
— | — | @@ -4281,6 +4714,7 @@ |
4282 | 4715 | 'centralnotice-show-notices' => '告知を表示', |
4283 | 4716 | 'centralnotice-list-templates' => 'テンプレートを一覧表示', |
4284 | 4717 | 'centralnotice-multiple' => '複数($1)', |
| 4718 | + 'centralnotice-all-projects' => '全プロジェクト', |
4285 | 4719 | 'centralnotice-translations' => '翻訳', |
4286 | 4720 | 'centralnotice-translate-to' => '翻訳先', |
4287 | 4721 | 'centralnotice-translate' => '翻訳', |
— | — | @@ -4296,7 +4730,8 @@ |
4297 | 4731 | 'centralnotice-notices' => '告知', |
4298 | 4732 | 'centralnotice-notice-exists' => '告知がすでに存在します。 |
4299 | 4733 | 追加できませんでした。', |
4300 | | - 'centralnotice-no-language' => '告知する言語が指定されませんでした。追加できませんでした。', |
| 4734 | + 'centralnotice-no-language' => '告知する言語が選択されませんでした。追加されません。', |
| 4735 | + 'centralnotice-no-project' => '告知するプロジェクトが選択されませんでした。追加されません。', |
4301 | 4736 | 'centralnotice-template-exists' => 'テンプレートがすでに存在します。追加できませんでした。', |
4302 | 4737 | 'centralnotice-notice-doesnt-exist' => '告知が存在しません。', |
4303 | 4738 | 'centralnotice-remove-notice-doesnt-exist' => '告知は存在しません。 |
— | — | @@ -4350,9 +4785,9 @@ |
4351 | 4786 | 'centralnotice-clone-name' => '名前:', |
4352 | 4787 | 'centralnotice-preview-all-template-translations' => 'テンプレートのすべての利用可能な翻訳をプレビューする', |
4353 | 4788 | 'centralnotice-insert' => '挿入:$1', |
4354 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}リンク', |
4355 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}リンク', |
4356 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}リンク', |
| 4789 | + 'centralnotice-hide-button' => 'リンクを非表示', |
| 4790 | + 'centralnotice-collapse-button' => 'リンクを折りたたむ', |
| 4791 | + 'centralnotice-expand-button' => 'リンクを展開', |
4357 | 4792 | 'centralnotice-close-button' => '閉じるボタン', |
4358 | 4793 | 'centralnotice-translate-button' => '翻訳協力リンク', |
4359 | 4794 | 'centralnotice-donate-button' => '寄付ボタン', |
— | — | @@ -4369,6 +4804,8 @@ |
4370 | 4805 | 'centralnotice-allocation' => '割り当て', |
4371 | 4806 | 'centralnotice-view-allocation' => 'テンプレートの割り当てを表示', |
4372 | 4807 | 'centralnotice-allocation-instructions' => 'テンプレートの割り当てを表示したい環境を選んでください:', |
| 4808 | + 'centralnotice-languages' => '言語', |
| 4809 | + 'centralnotice-projects' => 'プロジェクト', |
4373 | 4810 | 'centralnotice-country' => '国', |
4374 | 4811 | 'centralnotice-no-allocation' => 'テンプレートが割り当てられていません。', |
4375 | 4812 | 'centralnotice-allocation-description' => '$3での$1.$2へのテンプレートの割り当て:', |
— | — | @@ -4476,11 +4913,12 @@ |
4477 | 4914 | /** Georgian (ქართული) |
4478 | 4915 | * @author BRUTE |
4479 | 4916 | * @author David1010 |
| 4917 | + * @author Dawid Deutschland |
4480 | 4918 | * @author Malafaya |
4481 | 4919 | * @author გიორგიმელა |
4482 | 4920 | */ |
4483 | 4921 | $messages['ka'] = array( |
4484 | | - 'noticetemplate' => 'გლობალური შეტყობინების თარგი', |
| 4922 | + 'noticetemplate' => 'ცენტრალური შეტყობინების ადმინი', |
4485 | 4923 | 'centralnotice-query' => 'მოქმედი შეტყობინების შეცვლა', |
4486 | 4924 | 'centralnotice-notice-name' => 'შეტყობინების სახელი', |
4487 | 4925 | 'centralnotice-end-date' => 'დასრულების თარიღი', |
— | — | @@ -4517,8 +4955,7 @@ |
4518 | 4956 | 'centralnotice-notice-exists' => 'შენიშვნა უკვე არსებობს. |
4519 | 4957 | არ დაამატოთ', |
4520 | 4958 | 'centralnotice-template-exists' => 'თარგი უკვე არსებობს. არ დაამატოთ', |
4521 | | - 'centralnotice-notice-doesnt-exist' => 'შეტყობინება არ არსებობს. |
4522 | | -არაფერია წასაშლელი.', |
| 4959 | + 'centralnotice-notice-doesnt-exist' => 'შეტყობინება არ არსებობს.', |
4523 | 4960 | 'centralnotice-template-body' => 'თარგის სხეული:', |
4524 | 4961 | 'centralnotice-day' => 'დღე', |
4525 | 4962 | 'centralnotice-year' => 'წელი', |
— | — | @@ -4546,6 +4983,7 @@ |
4547 | 4984 | 'centralnotice-clone-notice' => 'თარგის ასლის შექმნა', |
4548 | 4985 | 'centralnotice-clone-name' => 'სახელი:', |
4549 | 4986 | 'centralnotice-insert' => 'ჩასვით: $1', |
| 4987 | + 'centralnotice-hide-button' => 'ბმულის დამალვა', |
4550 | 4988 | 'centralnotice-close-button' => 'დახურვის ღილაკი', |
4551 | 4989 | 'centralnotice-banner-anonymous' => 'ანონიმური მომხმარებლები', |
4552 | 4990 | 'centralnotice-banner-type' => 'ბანერის ტიპი:', |
— | — | @@ -4553,7 +4991,6 @@ |
4554 | 4992 | 'centralnotice-languages' => 'ენები', |
4555 | 4993 | 'centralnotice-projects' => 'პროექტები', |
4556 | 4994 | 'centralnotice-country' => 'ქვეყანა', |
4557 | | - 'right-centralnotice-translate' => 'ცენტრალური შეტყობინებების თარგმანი', |
4558 | 4995 | ); |
4559 | 4996 | |
4560 | 4997 | /** Khmer (ភាសាខ្មែរ) |
— | — | @@ -4598,6 +5035,7 @@ |
4599 | 5036 | */ |
4600 | 5037 | $messages['kn'] = array( |
4601 | 5038 | 'centralnotice-preview' => 'ಮುನ್ನೋಟ', |
| 5039 | + 'centralnotice-add' => 'ಸೇರಿಸು', |
4602 | 5040 | 'centralnotice-english' => 'ಆಂಗ್ಲ', |
4603 | 5041 | 'centralnotice-day' => 'ದಿನ', |
4604 | 5042 | 'centralnotice-year' => 'ವರ್ಷ', |
— | — | @@ -4697,6 +5135,8 @@ |
4698 | 5136 | 'centralnotice-clone-name' => '이름:', |
4699 | 5137 | 'centralnotice-preview-all-template-translations' => '템플렛의 모든 번역 미리 보기', |
4700 | 5138 | 'centralnotice-country' => '국가', |
| 5139 | + 'centralnotice-documentwrite-error' => '배너에 document.write() 메서드는 사용할 수 없습니다. |
| 5140 | +자세한 내용에 대해서는 [http://meta.wikimedia.org/wiki/Help:CentralNotice http://meta.wikimedia.org/wiki/Help:CentralNotice]를 참조하십시오.', |
4701 | 5141 | 'right-centralnotice-admin' => '중앙 공지 관리', |
4702 | 5142 | 'right-centralnotice-translate' => '중앙 공지 번역', |
4703 | 5143 | 'action-centralnotice-admin' => '중앙 공지를 관리하기', |
— | — | @@ -4843,6 +5283,7 @@ |
4844 | 5284 | 'centralnotice-show-notices' => 'Matdeelunge weisen', |
4845 | 5285 | 'centralnotice-list-templates' => 'Lëscht vun de Banneren', |
4846 | 5286 | 'centralnotice-multiple' => 'méi ($1)', |
| 5287 | + 'centralnotice-all-projects' => 'All Projeten', |
4847 | 5288 | 'centralnotice-translations' => 'Iwwersetzungen', |
4848 | 5289 | 'centralnotice-translate-to' => 'Iwwersetzen op', |
4849 | 5290 | 'centralnotice-translate' => 'Iwwersetzen', |
— | — | @@ -4859,6 +5300,7 @@ |
4860 | 5301 | 'centralnotice-notice-exists' => "D'Matdeelung gëtt et schonn. |
4861 | 5302 | Si konnt net derbäigesat ginn.", |
4862 | 5303 | 'centralnotice-no-language' => "Fir d'Campagne gouf keng Sprooch erausgesicht. Se gëtt net derbäigesat.", |
| 5304 | + 'centralnotice-no-project' => "Fir d'Campagne gouf kee Projet erausgesicht. E gëtt net derbäigesat.", |
4863 | 5305 | 'centralnotice-template-exists' => 'De Banner gëtt et schonn. |
4864 | 5306 | Net derbäisetzen.', |
4865 | 5307 | 'centralnotice-notice-doesnt-exist' => "D'Campagne gëtt et net.", |
— | — | @@ -4915,9 +5357,9 @@ |
4916 | 5358 | 'centralnotice-clone-name' => 'Numm:', |
4917 | 5359 | 'centralnotice-preview-all-template-translations' => 'All disponibel Iwwersetzunge vum Banner weisen ouni ofzespäicheren', |
4918 | 5360 | 'centralnotice-insert' => 'Drasetzen: $1', |
4919 | | - 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}', |
4920 | | - 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}', |
4921 | | - 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-expand}}', |
| 5361 | + 'centralnotice-hide-button' => 'Link verstoppen', |
| 5362 | + 'centralnotice-collapse-button' => 'Link zeummeklappen', |
| 5363 | + 'centralnotice-expand-button' => 'Link opklappen', |
4922 | 5364 | 'centralnotice-close-button' => "Knäppchen 'Zoumaachen'", |
4923 | 5365 | 'centralnotice-translate-button' => "Link 'Hëllef iwwersetzen'", |
4924 | 5366 | 'centralnotice-donate-button' => "Knäppchen 'Spenden'", |
— | — | @@ -4933,6 +5375,9 @@ |
4934 | 5376 | 'centralnotice-countries' => 'Länner', |
4935 | 5377 | 'centralnotice-allocation' => 'Dispositioun', |
4936 | 5378 | 'centralnotice-view-allocation' => 'Dispositioun vum Banner weisen', |
| 5379 | + 'centralnotice-allocation-instructions' => 'Sicht den Environnement eraus wou Dir wëllt datt de Banner esou soll gesi ginn:', |
| 5380 | + 'centralnotice-languages' => 'Sproochen', |
| 5381 | + 'centralnotice-projects' => 'Projeten', |
4937 | 5382 | 'centralnotice-country' => 'Land', |
4938 | 5383 | 'centralnotice-no-allocation' => 'Keng Banneren zougedeelt.', |
4939 | 5384 | 'centralnotice-allocation-description' => 'Dispositioun vum Banner fir $1.$2 a(n) $3:', |
— | — | @@ -5086,6 +5531,7 @@ |
5087 | 5532 | ); |
5088 | 5533 | |
5089 | 5534 | /** Lithuanian (Lietuvių) |
| 5535 | + * @author Garas |
5090 | 5536 | * @author Matasg |
5091 | 5537 | */ |
5092 | 5538 | $messages['lt'] = array( |
— | — | @@ -5127,6 +5573,7 @@ |
5128 | 5574 | Pridėkite!', |
5129 | 5575 | 'centralnotice-available-templates' => 'Galimi šablonai', |
5130 | 5576 | 'centralnotice-preview-template' => 'Peržiūrėti šabloną', |
| 5577 | + 'centralnotice-settings' => 'Nustatymai', |
5131 | 5578 | 'centralnotice-edit-template' => 'Redaguoti šabloną', |
5132 | 5579 | 'centralnotice-message' => 'Pranešimas', |
5133 | 5580 | 'centralnotice-message-not-set' => 'Pranešimas nenustatytas', |
— | — | @@ -5146,6 +5593,13 @@ |
5147 | 5594 | 'centralnotice-banner-type' => 'Pranešimo tipas:', |
5148 | 5595 | 'centralnotice-banner-hidable' => 'Statinis/Paslepiamas', |
5149 | 5596 | 'centralnotice-banner-collapsible' => 'Sutraukiamas', |
| 5597 | + 'centralnotice-geotargeted' => 'Taikomas geografiškai', |
| 5598 | + 'centralnotice-countries' => 'Valstybės', |
| 5599 | + 'centralnotice-languages' => 'Kalbos', |
| 5600 | + 'centralnotice-projects' => 'Projektai', |
| 5601 | + 'centralnotice-country' => 'Valstybė', |
| 5602 | + 'centralnotice-percentage' => 'Procentinė dalis', |
| 5603 | + 'centralnotice-preferred' => 'Pageidaujamas', |
5150 | 5604 | ); |
5151 | 5605 | |
5152 | 5606 | /** Latvian (Latviešu) |
— | — | @@ -5163,6 +5617,7 @@ |
5164 | 5618 | 'centralnotice-show-notices' => 'Rādīt kampaņas', |
5165 | 5619 | 'centralnotice-translations' => 'Tulkojumi', |
5166 | 5620 | 'centralnotice-translate-to' => 'Tulkot uz', |
| 5621 | + 'centralnotice-translate' => 'Tulkot', |
5167 | 5622 | 'centralnotice-notice' => 'Kampaņa', |
5168 | 5623 | 'centralnotice-notice-heading' => 'Kampaņa: $1', |
5169 | 5624 | 'centralnotice-notices' => 'Kampaņas', |
— | — | @@ -5178,7 +5633,14 @@ |
5179 | 5634 | 'centralnotice-start-date' => 'Sākuma datums', |
5180 | 5635 | 'centralnotice-start-time' => 'Sākuma laiks (UTC)', |
5181 | 5636 | 'centralnotice-end-time' => 'Beigu laiks (UTC)', |
| 5637 | + 'centralnotice-settings' => 'Uzstādījumi', |
| 5638 | + 'centralnotice-message' => 'Paziņojums', |
| 5639 | + 'centralnotice-message-not-set' => 'Paziņojums nav uzstādīts', |
| 5640 | + 'centralnotice-clone' => 'Klonēt', |
5182 | 5641 | 'centralnotice-clone-name' => 'Nosaukums:', |
| 5642 | + 'centralnotice-banner-display' => 'Rādīt:', |
| 5643 | + 'centralnotice-banner-anonymous' => 'Anonīmiem lietotājiem', |
| 5644 | + 'centralnotice-banner-logged-in' => 'Lietotājiem, kas pieslēgušies', |
5183 | 5645 | 'centralnotice-countries' => 'Valstis', |
5184 | 5646 | 'centralnotice-country' => 'Valsts', |
5185 | 5647 | ); |
— | — | @@ -5278,6 +5740,7 @@ |
5279 | 5741 | 'centralnotice-show-notices' => 'Прикажи известувања', |
5280 | 5742 | 'centralnotice-list-templates' => 'Наведи шаблони', |
5281 | 5743 | 'centralnotice-multiple' => 'повеќе ($1)', |
| 5744 | + 'centralnotice-all-projects' => 'Сите проекти', |
5282 | 5745 | 'centralnotice-translations' => 'Преводи', |
5283 | 5746 | 'centralnotice-translate-to' => 'Преведи на', |
5284 | 5747 | 'centralnotice-translate' => 'Преведи', |
— | — | @@ -5294,6 +5757,7 @@ |
5295 | 5758 | 'centralnotice-notice-exists' => 'Известувањето веќе постои. |
5296 | 5759 | Не е додадено', |
5297 | 5760 | 'centralnotice-no-language' => 'Не е избран јазик за кампањата. Не е додадено.', |
| 5761 | + 'centralnotice-no-project' => 'Не одбравте проект за кампањата. Не додавам ништо.', |
5298 | 5762 | 'centralnotice-template-exists' => 'Шаблонот веќе постои. |
5299 | 5763 | Не е додаден', |
5300 | 5764 | 'centralnotice-notice-doesnt-exist' => 'Кампањата не постои.', |
— | — | @@ -5369,6 +5833,8 @@ |
5370 | 5834 | 'centralnotice-allocation' => 'Распределба', |
5371 | 5835 | 'centralnotice-view-allocation' => 'Преглед на распределбата на плакати', |
5372 | 5836 | 'centralnotice-allocation-instructions' => 'Одберете во која околина сакате да ја погледате распределбата на плакати:', |
| 5837 | + 'centralnotice-languages' => 'Јазици', |
| 5838 | + 'centralnotice-projects' => 'Проекти', |
5373 | 5839 | 'centralnotice-country' => 'Земја', |
5374 | 5840 | 'centralnotice-no-allocation' => 'Нема распределени плакати', |
5375 | 5841 | 'centralnotice-allocation-description' => 'Распределба на плакати за $1.$2 iво $3:', |
— | — | @@ -5392,23 +5858,24 @@ |
5393 | 5859 | പഴയ അറിയിപ്പുകൾ കൂട്ടിച്ചേർക്കാനോ നീക്കം ചെയ്യാനോ വേണ്ടിയും ഇതുപയോഗിക്കാവുന്നതാണ്.', |
5394 | 5860 | 'centralnotice-query' => 'ഇപ്പോഴുള്ള അറിയിപ്പുകളിൽ മാറ്റം വരുത്തുക', |
5395 | 5861 | 'centralnotice-notice-name' => 'അറിയിപ്പിന്റെ പേര്', |
5396 | | - 'centralnotice-end-date' => 'അവസാനിക്കുന്ന തീയ്യതി', |
| 5862 | + 'centralnotice-end-date' => 'അവസാനിക്കുന്ന തീയതി', |
5397 | 5863 | 'centralnotice-enabled' => 'സജ്ജമാക്കിയിരിക്കുന്നു', |
5398 | 5864 | 'centralnotice-modify' => 'സമർപ്പിക്കുക', |
5399 | 5865 | 'centralnotice-save-banner' => 'എഴുത്തുപട്ട സേവ് ചെയ്യുക', |
5400 | 5866 | 'centralnotice-preview' => 'എങ്ങനെയുണ്ടെന്നു കാണുക', |
5401 | 5867 | 'centralnotice-add-new' => 'പുതിയൊരു കേന്ദ്രീകൃത അറിയിപ്പ് ചേർക്കുക', |
5402 | | - 'centralnotice-remove' => 'നീക്കംചെയ്യുക', |
| 5868 | + 'centralnotice-remove' => 'നീക്കം ചെയ്യുക', |
5403 | 5869 | 'centralnotice-translate-heading' => '$1 എന്നതിനുള്ള തർജ്ജമ', |
5404 | 5870 | 'centralnotice-manage' => 'കേന്ദ്രീകൃത അറിയിപ്പ് കൈകാര്യം ചെയ്യുക', |
5405 | 5871 | 'centralnotice-manage-templates' => 'എഴുത്തുപട്ടകൾ കൈകാര്യം ചെയ്യുക', |
5406 | 5872 | 'centralnotice-add' => 'കൂട്ടിച്ചേർക്കുക', |
5407 | 5873 | 'centralnotice-add-notice' => 'ഒരു അറിയിപ്പ് കൂട്ടിച്ചേർക്കുക', |
5408 | | - 'centralnotice-edit-notice' => 'പ്രചരണപ്രവർത്തനം തിരുത്തുക', |
| 5874 | + 'centralnotice-edit-notice' => 'പ്രചാരണപ്രവർത്തനം തിരുത്തുക', |
5409 | 5875 | 'centralnotice-add-template' => 'ഫലകം കൂട്ടിച്ചേർക്കുക', |
5410 | 5876 | 'centralnotice-show-notices' => 'അറിയിപ്പുകൾ പ്രദർശിപ്പിക്കുക', |
5411 | 5877 | 'centralnotice-list-templates' => 'ഫലകങ്ങൾ പട്ടികവത്കരിക്കുക', |
5412 | 5878 | 'centralnotice-multiple' => 'നിരവധി ($1)', |
| 5879 | + 'centralnotice-all-projects' => 'എല്ലാ പദ്ധതികളും', |
5413 | 5880 | 'centralnotice-translations' => 'തർജ്ജമകൾ', |
5414 | 5881 | 'centralnotice-translate-to' => 'ഇതിലേയ്ക്ക് തർജ്ജമ ചെയ്യുക', |
5415 | 5882 | 'centralnotice-translate' => 'തർജ്ജമ ചെയ്യുക', |
— | — | @@ -5420,11 +5887,12 @@ |
5421 | 5888 | 'centralnotice-weight' => 'ഘനം', |
5422 | 5889 | 'centralnotice-locked' => 'പൂട്ടിയിരിക്കുന്നു', |
5423 | 5890 | 'centralnotice-notice' => 'പ്രചാരണപ്രവർത്തനം', |
5424 | | - 'centralnotice-notice-heading' => 'പ്രചരണം: $1', |
| 5891 | + 'centralnotice-notice-heading' => 'പ്രചാരണം: $1', |
5425 | 5892 | 'centralnotice-notices' => 'അറിയിപ്പുകൾ', |
5426 | 5893 | 'centralnotice-notice-exists' => 'അറിയിപ്പ് ഇപ്പോൾ തന്നെ ഉണ്ട്. |
5427 | 5894 | കൂട്ടിച്ചേർക്കുന്നില്ല', |
5428 | | - 'centralnotice-no-language' => 'പ്രചരണത്തിനായി ഭാഷയൊന്നും തിരഞ്ഞെടുക്കപ്പെട്ടിട്ടില്ല. കൂട്ടിച്ചേർക്കുന്നില്ല.', |
| 5895 | + 'centralnotice-no-language' => 'പ്രചാരണത്തിനായി ഭാഷയൊന്നും തിരഞ്ഞെടുക്കപ്പെട്ടിട്ടില്ല. കൂട്ടിച്ചേർക്കുന്നില്ല.', |
| 5896 | + 'centralnotice-no-project' => 'പ്രചാരണപ്രവർത്തനത്തിനായി പദ്ധതികളൊന്നും തിരഞ്ഞെടുത്തിട്ടില്ല. ചേർക്കുന്നില്ല.', |
5429 | 5897 | 'centralnotice-template-exists' => 'ഫലകം നിലവിലുണ്ട്. |
5430 | 5898 | കൂട്ടിച്ചേർക്കുന്നില്ല', |
5431 | 5899 | 'centralnotice-notice-doesnt-exist' => 'പ്രചാരണപ്രവർത്തനം നിലനിൽക്കുന്നില്ല', |
— | — | @@ -5452,7 +5920,7 @@ |
5453 | 5921 | 'centralnotice-no-templates-assigned' => 'അറിയിപ്പിനായി ഫലകങ്ങൾ ഒന്നും മാറ്റിവെച്ചിട്ടില്ല. |
5454 | 5922 | ഏതാനം ചേർക്കുക!', |
5455 | 5923 | 'centralnotice-available-templates' => 'ലഭ്യമായ ഫലകങ്ങൾ', |
5456 | | - 'centralnotice-template-already-exists' => 'ഫലകം പ്രചരണപ്രവർത്തനവുമായി ബന്ധിച്ചിരിക്കുന്നു. |
| 5924 | + 'centralnotice-template-already-exists' => 'ഫലകം പ്രചാരണപ്രവർത്തനവുമായി ബന്ധിച്ചിരിക്കുന്നു. |
5457 | 5925 | കൂട്ടിച്ചേർക്കുന്നില്ല', |
5458 | 5926 | 'centralnotice-preview-template' => 'ഫലകത്തിന്റെ പ്രിവ്യൂ കാണുക', |
5459 | 5927 | 'centralnotice-change-lang' => 'തർജ്ജമയുടെ ഭാഷ മാറ്റുക', |
— | — | @@ -5500,6 +5968,8 @@ |
5501 | 5969 | 'centralnotice-allocation' => 'വിന്യാസം', |
5502 | 5970 | 'centralnotice-view-allocation' => 'എഴുത്തുപട്ടയ്ക്ക് അനുവദിച്ചിരിക്കുന്ന സ്ഥാനം കാണുക', |
5503 | 5971 | 'centralnotice-allocation-instructions' => 'എഴുത്തുപട്ട അനുവദിക്കൽ പ്രദർശിപ്പിക്കാനായി താങ്കൾ തിരഞ്ഞെടുക്കുന്ന പരിതസ്ഥിതി:', |
| 5972 | + 'centralnotice-languages' => 'ഭാഷകൾ', |
| 5973 | + 'centralnotice-projects' => 'പദ്ധതികൾ', |
5504 | 5974 | 'centralnotice-country' => 'രാജ്യം', |
5505 | 5975 | 'centralnotice-no-allocation' => 'എഴുത്തുപട്ടകൾക്ക് ഇടയനുവദിച്ചിട്ടില്ല.', |
5506 | 5976 | 'centralnotice-allocation-description' => '$1.$2 സംരംഭത്തിൽ അനുവദിച്ചിരിക്കുന്ന എഴുത്തുപട്ട (രാജ്യം: $3):', |
— | — | @@ -5509,6 +5979,14 @@ |
5510 | 5980 | 'centralnotice-preferred' => 'അഭിലഷണീയമായുള്ളത്', |
5511 | 5981 | ); |
5512 | 5982 | |
| 5983 | +/** Mongolian (Монгол) |
| 5984 | + * @author Chinneeb |
| 5985 | + */ |
| 5986 | +$messages['mn'] = array( |
| 5987 | + 'centralnotice-modify' => 'Явуулах', |
| 5988 | + 'centralnotice-add' => 'Нэмэх', |
| 5989 | +); |
| 5990 | + |
5513 | 5991 | /** Marathi (मराठी) |
5514 | 5992 | * @author Mahitgar |
5515 | 5993 | * @author V.narsikar |
— | — | @@ -5648,18 +6126,30 @@ |
5649 | 6127 | $messages['myv'] = array( |
5650 | 6128 | 'centralnotice-add' => 'Поладомс', |
5651 | 6129 | 'centralnotice-add-template' => 'Поладомс лопа парцун', |
| 6130 | + 'centralnotice-translations' => 'Ютавтомат', |
5652 | 6131 | 'centralnotice-banner-name' => 'Баннеранть лемезэ:', |
5653 | 6132 | 'centralnotice-templates' => 'Лопа парцунт', |
5654 | 6133 | 'centralnotice-weight' => 'Сталмо', |
| 6134 | + 'centralnotice-locked' => 'Сёлгозь', |
| 6135 | + 'centralnotice-notice' => 'Кампания', |
5655 | 6136 | 'centralnotice-template-body' => 'Лопа парцунонть рунгозо:', |
5656 | 6137 | 'centralnotice-day' => 'Чи', |
5657 | 6138 | 'centralnotice-year' => 'Ие', |
5658 | 6139 | 'centralnotice-month' => 'Ков', |
5659 | 6140 | 'centralnotice-hours' => 'Цяс', |
5660 | 6141 | 'centralnotice-min' => 'Минут', |
| 6142 | + 'centralnotice-top-ten-languages' => 'Весемеде вастневиця 10 кельть', |
| 6143 | + 'centralnotice-project-name' => 'Проектэнть лемезэ', |
| 6144 | + 'centralnotice-start-date' => 'Ушодома чи', |
| 6145 | + 'centralnotice-start-time' => 'Ушодома шка', |
| 6146 | + 'centralnotice-end-time' => 'Прядома шка', |
5661 | 6147 | 'centralnotice-available-templates' => 'Кедь маласо лопа парцунт', |
5662 | 6148 | 'centralnotice-edit-template' => 'Лопа парцунонть витнеме-петнеме', |
5663 | 6149 | 'centralnotice-message' => 'Пачтамнэ', |
| 6150 | + 'centralnotice-countries' => 'Масторт', |
| 6151 | + 'centralnotice-languages' => 'Кельть', |
| 6152 | + 'centralnotice-projects' => 'Проектт', |
| 6153 | + 'centralnotice-country' => 'Мастор', |
5664 | 6154 | ); |
5665 | 6155 | |
5666 | 6156 | /** Low German (Plattdüütsch) |
— | — | @@ -5795,6 +6285,7 @@ |
5796 | 6286 | 'centralnotice-show-notices' => 'Sitenotices weergeven', |
5797 | 6287 | 'centralnotice-list-templates' => 'Sjablonen weergeven', |
5798 | 6288 | 'centralnotice-multiple' => 'meerdere ($1)', |
| 6289 | + 'centralnotice-all-projects' => 'Alle projecten', |
5799 | 6290 | 'centralnotice-translations' => 'Vertalingen', |
5800 | 6291 | 'centralnotice-translate-to' => 'Vertalen naar', |
5801 | 6292 | 'centralnotice-translate' => 'Vertalen', |
— | — | @@ -5812,6 +6303,8 @@ |
5813 | 6304 | Deze wordt niet toegevoegd.', |
5814 | 6305 | 'centralnotice-no-language' => 'Er is geen taal geselecteerd voor de campagne. |
5815 | 6306 | Er wordt niets toegevoegd.', |
| 6307 | + 'centralnotice-no-project' => 'Er is geen project geselecteerd voor de campagne. |
| 6308 | +Er wordt niets toegevoegd.', |
5816 | 6309 | 'centralnotice-template-exists' => 'Het sjabloon bestaat al. |
5817 | 6310 | Dit wordt niet toegevoegd.', |
5818 | 6311 | 'centralnotice-notice-doesnt-exist' => 'De campagne bestaat niet.', |
— | — | @@ -5867,9 +6360,9 @@ |
5868 | 6361 | 'centralnotice-clone-name' => 'Naam:', |
5869 | 6362 | 'centralnotice-preview-all-template-translations' => 'Alle beschikbare vertalingen van het sjabloon bekijken', |
5870 | 6363 | 'centralnotice-insert' => 'Invoegen: $1', |
5871 | | - 'centralnotice-hide-button' => '"{{int:centralnotice-shared-hide}}" toevoegen', |
5872 | | - 'centralnotice-collapse-button' => '"{{int:centralnotice-shared-collapse}}" toevoegen', |
5873 | | - 'centralnotice-expand-button' => '"{{int:centralnotice-shared-expand}}" toevoegen', |
| 6364 | + 'centralnotice-hide-button' => '"Verbergen" toevoegen', |
| 6365 | + 'centralnotice-collapse-button' => '"Inklappen" toevoegen', |
| 6366 | + 'centralnotice-expand-button' => '"Uitklappen" toevoegen', |
5874 | 6367 | 'centralnotice-close-button' => '"Sluiten" toevoegen', |
5875 | 6368 | 'centralnotice-translate-button' => '"Help met vertalen" toevoegen', |
5876 | 6369 | 'centralnotice-donate-button' => 'Knop "doneren"', |
— | — | @@ -5886,6 +6379,8 @@ |
5887 | 6380 | 'centralnotice-allocation' => 'Toewijzing', |
5888 | 6381 | 'centralnotice-view-allocation' => 'Bannertoewijzing bekijken', |
5889 | 6382 | 'centralnotice-allocation-instructions' => 'Kies de omgeving waarvoor u de bannertoewijzing wilt bekijken:', |
| 6383 | + 'centralnotice-languages' => 'Talen', |
| 6384 | + 'centralnotice-projects' => 'Projecten', |
5890 | 6385 | 'centralnotice-country' => 'Land', |
5891 | 6386 | 'centralnotice-no-allocation' => 'Geen banners toegewezen.', |
5892 | 6387 | 'centralnotice-allocation-description' => 'Bannertoewijzing voor $1.$2 in $3:', |
— | — | @@ -5897,6 +6392,7 @@ |
5898 | 6393 | |
5899 | 6394 | /** Norwegian Nynorsk (Norsk (nynorsk)) |
5900 | 6395 | * @author Harald Khan |
| 6396 | + * @author Nghtwlkr |
5901 | 6397 | */ |
5902 | 6398 | $messages['nn'] = array( |
5903 | 6399 | 'centralnotice' => 'Administrasjon av sentrale merknader', |
— | — | @@ -5941,6 +6437,7 @@ |
5942 | 6438 | 'centralnotice-hours' => 'Time', |
5943 | 6439 | 'centralnotice-min' => 'Minutt', |
5944 | 6440 | 'centralnotice-project-lang' => 'Prosjektspråk', |
| 6441 | + 'centralnotice-top-ten-languages' => 'Topp 10 språk', |
5945 | 6442 | 'centralnotice-project-name' => 'Prosjektnamn', |
5946 | 6443 | 'centralnotice-start-date' => 'Startdato', |
5947 | 6444 | 'centralnotice-start-time' => 'Starttid (UTC)', |
— | — | @@ -5961,6 +6458,7 @@ |
5962 | 6459 | 'centralnotice-no-notices-exist' => 'Ingen merknader finst. Legg til ein under', |
5963 | 6460 | 'centralnotice-no-templates-translate' => 'Det finst ingen malar å endra omsetjingar for', |
5964 | 6461 | 'centralnotice-number-uses' => 'Gonger nytta', |
| 6462 | + 'centralnotice-settings' => 'Innstillingar', |
5965 | 6463 | 'centralnotice-edit-template' => 'Endra mal', |
5966 | 6464 | 'centralnotice-message' => 'Melding', |
5967 | 6465 | 'centralnotice-message-not-set' => 'Melding ikkje gjeve', |
— | — | @@ -5968,6 +6466,8 @@ |
5969 | 6467 | 'centralnotice-clone-notice' => 'Opprett ein kopi av malen', |
5970 | 6468 | 'centralnotice-clone-name' => 'Namn:', |
5971 | 6469 | 'centralnotice-preview-all-template-translations' => 'Førehandsvis alle tilgjengelege omsetjingar av malen', |
| 6470 | + 'centralnotice-insert' => 'Sett inn: $1', |
| 6471 | + 'centralnotice-country' => 'Land', |
5972 | 6472 | 'right-centralnotice-admin' => 'Handtera sentrale merknader', |
5973 | 6473 | 'right-centralnotice-translate' => 'Omsetja sentrale merknader', |
5974 | 6474 | 'action-centralnotice-admin' => 'handtera sentrale merknader', |
— | — | @@ -6009,6 +6509,7 @@ |
6010 | 6510 | 'centralnotice-show-notices' => 'Vis meldinger', |
6011 | 6511 | 'centralnotice-list-templates' => 'Vis maler', |
6012 | 6512 | 'centralnotice-multiple' => 'flere ($1)', |
| 6513 | + 'centralnotice-all-projects' => 'Alle prosjekter', |
6013 | 6514 | 'centralnotice-translations' => 'Oversettelser', |
6014 | 6515 | 'centralnotice-translate-to' => 'Oversett til', |
6015 | 6516 | 'centralnotice-translate' => 'Oversett', |
— | — | @@ -6025,6 +6526,7 @@ |
6026 | 6527 | 'centralnotice-notice-exists' => 'Melding eksisterer allerede. |
6027 | 6528 | Ikke lagt inn.', |
6028 | 6529 | 'centralnotice-no-language' => 'Ingen språk ble valgt for kampanjen. Ikke lagt til.', |
| 6530 | + 'centralnotice-no-project' => 'Ingen prosjekter ble valgt for kampanjen. Legger ikke til.', |
6029 | 6531 | 'centralnotice-template-exists' => 'Mal finnes allerede. |
6030 | 6532 | Ikke lagt inn', |
6031 | 6533 | 'centralnotice-notice-doesnt-exist' => 'Kampanje finnes ikke.', |
— | — | @@ -6081,9 +6583,9 @@ |
6082 | 6584 | 'centralnotice-clone-name' => 'Navn:', |
6083 | 6585 | 'centralnotice-preview-all-template-translations' => 'Forhåndsvis alle tilgjengelige oversettelser av malen', |
6084 | 6586 | 'centralnotice-insert' => 'Sett inn: $1', |
6085 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}-lenke', |
| 6587 | + 'centralnotice-hide-button' => 'Skjul lenke', |
6086 | 6588 | 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collape}}-lenke', |
6087 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-lenke', |
| 6589 | + 'centralnotice-expand-button' => 'Utvid lenke', |
6088 | 6590 | 'centralnotice-close-button' => 'Lukk-knapp', |
6089 | 6591 | 'centralnotice-translate-button' => 'Hjelp med oversettelse-lenke', |
6090 | 6592 | 'centralnotice-donate-button' => 'Doner-knapp', |
— | — | @@ -6100,6 +6602,8 @@ |
6101 | 6603 | 'centralnotice-allocation' => 'Tildeling', |
6102 | 6604 | 'centralnotice-view-allocation' => 'Vis bannertildeling', |
6103 | 6605 | 'centralnotice-allocation-instructions' => 'Velg miljøet du ønsker å se bannertildelingen for:', |
| 6606 | + 'centralnotice-languages' => 'Språk', |
| 6607 | + 'centralnotice-projects' => 'Prosjekter', |
6104 | 6608 | 'centralnotice-country' => 'Land', |
6105 | 6609 | 'centralnotice-no-allocation' => 'Ingen bannere tildelt.', |
6106 | 6610 | 'centralnotice-allocation-description' => 'Bannertildeling for $1.$2 i $3:', |
— | — | @@ -6261,6 +6765,7 @@ |
6262 | 6766 | 'centralnotice-show-notices' => 'Pokaż komunikaty', |
6263 | 6767 | 'centralnotice-list-templates' => 'Lista szablonów', |
6264 | 6768 | 'centralnotice-multiple' => 'wiele ($1)', |
| 6769 | + 'centralnotice-all-projects' => 'Wszystkie projekty', |
6265 | 6770 | 'centralnotice-translations' => 'Tłumaczenia', |
6266 | 6771 | 'centralnotice-translate-to' => 'Przetłumacz na', |
6267 | 6772 | 'centralnotice-translate' => 'Przetłumacz', |
— | — | @@ -6276,6 +6781,7 @@ |
6277 | 6782 | 'centralnotice-notices' => 'Komunikaty', |
6278 | 6783 | 'centralnotice-notice-exists' => 'Komunikat o podanej nazwie już istnieje. Nowy komunikat nie został dodany.', |
6279 | 6784 | 'centralnotice-no-language' => 'Ponieważ nie wybrano języka kampanii, nie została ona dodana.', |
| 6785 | + 'centralnotice-no-project' => 'Żaden projekt nie został wybrany dla kampanii. Nic nie dodano.', |
6280 | 6786 | 'centralnotice-template-exists' => 'Szablon o podanej nazwie już istnieje. Nowy szablon nie został dodany.', |
6281 | 6787 | 'centralnotice-notice-doesnt-exist' => 'Kampania nie istnieje.', |
6282 | 6788 | 'centralnotice-remove-notice-doesnt-exist' => 'Kampania nie istnieje. |
— | — | @@ -6345,6 +6851,8 @@ |
6346 | 6852 | 'centralnotice-allocation' => 'Przydział', |
6347 | 6853 | 'centralnotice-view-allocation' => 'Zobacz przydziały dla banera', |
6348 | 6854 | 'centralnotice-allocation-instructions' => 'Określ środowisko, w którym chcesz zobaczyć baner', |
| 6855 | + 'centralnotice-languages' => 'Języki', |
| 6856 | + 'centralnotice-projects' => 'Projekty', |
6349 | 6857 | 'centralnotice-country' => 'Kraj', |
6350 | 6858 | 'centralnotice-no-allocation' => 'Brak przypisanych banerów.', |
6351 | 6859 | 'centralnotice-allocation-description' => 'Przydział banera dla $1.$2 w $3:', |
— | — | @@ -6386,6 +6894,7 @@ |
6387 | 6895 | 'centralnotice-show-notices' => 'Mostra neuva', |
6388 | 6896 | 'centralnotice-list-templates' => 'Lista stamp', |
6389 | 6897 | 'centralnotice-multiple' => 'mùltipl ($1)', |
| 6898 | + 'centralnotice-all-projects' => 'Tùit ij proget', |
6390 | 6899 | 'centralnotice-translations' => 'Tradussion', |
6391 | 6900 | 'centralnotice-translate-to' => 'Volté an', |
6392 | 6901 | 'centralnotice-translate' => 'Volté', |
— | — | @@ -6402,6 +6911,7 @@ |
6403 | 6912 | 'centralnotice-notice-exists' => 'La neuva a esist già. |
6404 | 6913 | Pa giontà', |
6405 | 6914 | 'centralnotice-no-language' => "Gnun-a lenga a l'é stàita selessionà për la campagna. Pa giontà.", |
| 6915 | + 'centralnotice-no-project' => "Gnun proget a l'é stàit selessionà për la campagna. Pa giontà.", |
6406 | 6916 | 'centralnotice-template-exists' => 'Lë stamp a esist già. |
6407 | 6917 | Pa giontà', |
6408 | 6918 | 'centralnotice-notice-doesnt-exist' => 'La campagna a esist pa.', |
— | — | @@ -6458,9 +6968,9 @@ |
6459 | 6969 | 'centralnotice-clone-name' => 'Nòm:', |
6460 | 6970 | 'centralnotice-preview-all-template-translations' => 'Previsualisa tute le tradussion disponìbij ëd lë stamp', |
6461 | 6971 | 'centralnotice-insert' => 'Anserì: $1', |
6462 | | - 'centralnotice-hide-button' => 'Colegament {{int:centralnotice-shared-hide}}', |
6463 | | - 'centralnotice-collapse-button' => 'Colegament {{int:centralnotice-shared-collapse}}', |
6464 | | - 'centralnotice-expand-button' => 'Colegament {{int:centralnotice-shared-expand}}', |
| 6972 | + 'centralnotice-hide-button' => 'Stërma colegament', |
| 6973 | + 'centralnotice-collapse-button' => 'Strenz colegament', |
| 6974 | + 'centralnotice-expand-button' => 'Espand colegament', |
6465 | 6975 | 'centralnotice-close-button' => 'Boton për boton', |
6466 | 6976 | 'centralnotice-translate-button' => 'Colegament për giuté a volté', |
6467 | 6977 | 'centralnotice-donate-button' => "Boton për fé dj'oferte", |
— | — | @@ -6477,6 +6987,8 @@ |
6478 | 6988 | 'centralnotice-allocation' => 'Alocassion', |
6479 | 6989 | 'centralnotice-view-allocation' => 'Vëdde la disposission dël tilèt', |
6480 | 6990 | 'centralnotice-allocation-instructions' => "Ch'a serna l'ambient për ël qual a-j piaserìa smon-e la disposission ëd tilèt:", |
| 6991 | + 'centralnotice-languages' => 'Lenghe', |
| 6992 | + 'centralnotice-projects' => 'Proget', |
6481 | 6993 | 'centralnotice-country' => 'Nassion', |
6482 | 6994 | 'centralnotice-no-allocation' => 'Gnun tilèt butà.', |
6483 | 6995 | 'centralnotice-allocation-description' => 'Disposission dël tilèt për $1.$2 an $3:', |
— | — | @@ -6515,14 +7027,22 @@ |
6516 | 7028 | 'centralnotice-hours' => 'ساعت', |
6517 | 7029 | 'centralnotice-min' => 'دقيقه', |
6518 | 7030 | 'centralnotice-project-lang' => 'د ژبې پروژه', |
| 7031 | + 'centralnotice-select' => 'ټاکل: $1', |
6519 | 7032 | 'centralnotice-project-name' => 'د پروژې نوم', |
6520 | 7033 | 'centralnotice-start-date' => 'د پيل نېټه', |
6521 | 7034 | 'centralnotice-start-time' => 'د پيل وخت (UTC)', |
6522 | 7035 | 'centralnotice-available-templates' => 'شته کينډۍ', |
6523 | 7036 | 'centralnotice-change-lang' => 'د ژباړې ژبه بدلول', |
6524 | 7037 | 'centralnotice-number-uses' => 'کاروي', |
| 7038 | + 'centralnotice-settings' => 'امستنې', |
6525 | 7039 | 'centralnotice-message' => 'پيغام', |
6526 | | - 'centralnotice-clone-name' => 'نوم', |
| 7040 | + 'centralnotice-clone-name' => 'نوم:', |
| 7041 | + 'centralnotice-insert' => 'ورټومبل: $1', |
| 7042 | + 'centralnotice-banner-anonymous' => 'ورکنومي کارنان', |
| 7043 | + 'centralnotice-banner-logged-in' => 'ننوتي کارنان', |
| 7044 | + 'centralnotice-countries' => 'هيوادونه', |
| 7045 | + 'centralnotice-country' => 'هېواد', |
| 7046 | + 'centralnotice-percentage' => 'سلنه', |
6527 | 7047 | ); |
6528 | 7048 | |
6529 | 7049 | /** Portuguese (Português) |
— | — | @@ -6559,6 +7079,7 @@ |
6560 | 7080 | 'centralnotice-show-notices' => 'Mostrar avisos', |
6561 | 7081 | 'centralnotice-list-templates' => 'Listar modelos', |
6562 | 7082 | 'centralnotice-multiple' => 'múltiplas ($1)', |
| 7083 | + 'centralnotice-all-projects' => 'Todos os projetos', |
6563 | 7084 | 'centralnotice-translations' => 'Traduções', |
6564 | 7085 | 'centralnotice-translate-to' => 'Traduzir para', |
6565 | 7086 | 'centralnotice-translate' => 'Traduzir', |
— | — | @@ -6575,6 +7096,7 @@ |
6576 | 7097 | 'centralnotice-notice-exists' => 'O aviso já existe. |
6577 | 7098 | Não será adicionado.', |
6578 | 7099 | 'centralnotice-no-language' => 'Não foi seleccionada uma língua para o aviso centralizado. O aviso não será adicionado.', |
| 7100 | + 'centralnotice-no-project' => 'Nenhum projeto foi selecionado para a campanha. Não acrescentado.', |
6579 | 7101 | 'centralnotice-template-exists' => 'O modelo já existe. |
6580 | 7102 | Não será adicionado.', |
6581 | 7103 | 'centralnotice-notice-doesnt-exist' => 'O aviso não existe.', |
— | — | @@ -6650,6 +7172,8 @@ |
6651 | 7173 | 'centralnotice-allocation' => 'Atribuição', |
6652 | 7174 | 'centralnotice-view-allocation' => 'Ver atribuição de modelos', |
6653 | 7175 | 'centralnotice-allocation-instructions' => 'Escolha o ambiente para o qual deseja ver a atribuição de modelos:', |
| 7176 | + 'centralnotice-languages' => 'Línguas', |
| 7177 | + 'centralnotice-projects' => 'Projetos', |
6654 | 7178 | 'centralnotice-country' => 'País', |
6655 | 7179 | 'centralnotice-no-allocation' => 'Não há modelos atribuídos.', |
6656 | 7180 | 'centralnotice-allocation-description' => 'Atribuição de modelos para $1.$2 em $3:', |
— | — | @@ -6662,6 +7186,7 @@ |
6663 | 7187 | /** Brazilian Portuguese (Português do Brasil) |
6664 | 7188 | * @author Eduardo.mps |
6665 | 7189 | * @author Giro720 |
| 7190 | + * @author Helder.wiki |
6666 | 7191 | * @author Heldergeovane |
6667 | 7192 | */ |
6668 | 7193 | $messages['pt-br'] = array( |
— | — | @@ -6692,6 +7217,7 @@ |
6693 | 7218 | 'centralnotice-show-notices' => 'Mostrar avisos', |
6694 | 7219 | 'centralnotice-list-templates' => 'Listar modelos', |
6695 | 7220 | 'centralnotice-multiple' => 'múltiplas ($1)', |
| 7221 | + 'centralnotice-all-projects' => 'Todos os projetos', |
6696 | 7222 | 'centralnotice-translations' => 'Traduções', |
6697 | 7223 | 'centralnotice-translate-to' => 'Traduzir para', |
6698 | 7224 | 'centralnotice-translate' => 'Traduzir', |
— | — | @@ -6708,6 +7234,7 @@ |
6709 | 7235 | 'centralnotice-notice-exists' => 'O aviso já existe. |
6710 | 7236 | Não adicionado', |
6711 | 7237 | 'centralnotice-no-language' => 'Não foi selecionada uma língua para o aviso centralizado. O aviso não será adicionado.', |
| 7238 | + 'centralnotice-no-project' => 'Nenhum projeto foi selecionado para o aviso centralizado. O aviso não será adicionado.', |
6712 | 7239 | 'centralnotice-template-exists' => 'O modelo já existe. |
6713 | 7240 | Não adicionado', |
6714 | 7241 | 'centralnotice-notice-doesnt-exist' => 'O aviso não existe.', |
— | — | @@ -6783,6 +7310,8 @@ |
6784 | 7311 | 'centralnotice-allocation' => 'Atribuição', |
6785 | 7312 | 'centralnotice-view-allocation' => 'Ver atribuição de modelos', |
6786 | 7313 | 'centralnotice-allocation-instructions' => 'Escolha o ambiente para o qual deseja ver a atribuição de modelos:', |
| 7314 | + 'centralnotice-languages' => 'Línguas', |
| 7315 | + 'centralnotice-projects' => 'Projetos', |
6787 | 7316 | 'centralnotice-country' => 'País', |
6788 | 7317 | 'centralnotice-no-allocation' => 'Não há modelos atribuídos.', |
6789 | 7318 | 'centralnotice-allocation-description' => 'Atribuição de modelos para $1.$2 em $3:', |
— | — | @@ -6823,6 +7352,7 @@ |
6824 | 7353 | 'centralnotice-show-notices' => 'Willaykunata rikuchiy', |
6825 | 7354 | 'centralnotice-list-templates' => 'Plantillakunata sutisuyupi rikuchiy', |
6826 | 7355 | 'centralnotice-multiple' => 'imaymana ($1)', |
| 7356 | + 'centralnotice-all-projects' => 'Tukuy ruraykamaykuna', |
6827 | 7357 | 'centralnotice-translations' => "T'ikrasqakuna", |
6828 | 7358 | 'centralnotice-translate-to' => "Kayman t'ikray:", |
6829 | 7359 | 'centralnotice-translate' => "T'ikray", |
— | — | @@ -6839,6 +7369,7 @@ |
6840 | 7370 | 'centralnotice-notice-exists' => 'Willayqa kachkañam. |
6841 | 7371 | Manam yapasqachu', |
6842 | 7372 | 'centralnotice-no-language' => 'Manam ima rimaypas akllasqachu kampañapaq. Manam yapasqa kanqachu.', |
| 7373 | + 'centralnotice-no-project' => 'Manam ima ruraykamaypas akllasqachu kampañapaq. Manam yapasqa kanqachu.', |
6843 | 7374 | 'centralnotice-template-exists' => 'Plantillaqa kachkañam. |
6844 | 7375 | Manam yapasqachu', |
6845 | 7376 | 'centralnotice-notice-doesnt-exist' => 'Kampañaqa manam kanchu.', |
— | — | @@ -6895,10 +7426,11 @@ |
6896 | 7427 | 'centralnotice-clone-name' => 'Suti:', |
6897 | 7428 | 'centralnotice-preview-all-template-translations' => "Tukuy aypanalla plantillamanta t'ikrasqakunata ñawpaqta qhawallay", |
6898 | 7429 | 'centralnotice-insert' => "Sat'iy: $1", |
6899 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} butun', |
6900 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} butun', |
6901 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} butun', |
6902 | | - 'centralnotice-translate-button' => "T'ikraysiy butun", |
| 7430 | + 'centralnotice-hide-button' => "{{int:centralnotice-shared-hide}} t'inki", |
| 7431 | + 'centralnotice-collapse-button' => "{{int:centralnotice-shared-collapse}} t'inki", |
| 7432 | + 'centralnotice-expand-button' => "{{int:centralnotice-shared-expand}} t'inki", |
| 7433 | + 'centralnotice-close-button' => "Wichq'ay butun", |
| 7434 | + 'centralnotice-translate-button' => "T'ikraysiy t'inki", |
6903 | 7435 | 'centralnotice-donate-button' => 'Qaray butun', |
6904 | 7436 | 'centralnotice-expanded-banner' => "Mast'arisqa unancha", |
6905 | 7437 | 'centralnotice-collapsed-banner' => 'Thuñichisqa unancha', |
— | — | @@ -6908,8 +7440,19 @@ |
6909 | 7441 | 'centralnotice-banner-type' => 'Unancha laya:', |
6910 | 7442 | 'centralnotice-banner-hidable' => 'Ranuy/Pakana', |
6911 | 7443 | 'centralnotice-banner-collapsible' => 'Thuñichina', |
| 7444 | + 'centralnotice-geotargeted' => 'Allpapacha taripanachasqa', |
6912 | 7445 | 'centralnotice-countries' => 'Mama llaqtakuna', |
| 7446 | + 'centralnotice-allocation' => 'Ñiqinchay', |
| 7447 | + 'centralnotice-view-allocation' => 'Unancha ñiqinchayta qhaway', |
| 7448 | + 'centralnotice-allocation-instructions' => 'Unancha ñiqinchay qhawanaykipaq muyuriyninta akllay:', |
| 7449 | + 'centralnotice-languages' => 'Rimaykuna', |
| 7450 | + 'centralnotice-projects' => 'Ruraykamaykuna', |
6913 | 7451 | 'centralnotice-country' => 'Mama llaqta', |
| 7452 | + 'centralnotice-no-allocation' => 'Ñiqinchasqa unanchakunaqa manam kanchu.', |
| 7453 | + 'centralnotice-allocation-description' => '$1.$2, $3-paq unancha ñiqinchay:', |
| 7454 | + 'centralnotice-percentage' => 'Pachakmanta', |
| 7455 | + 'centralnotice-documentwrite-error' => "document.write() nisqaqa unanchapi manam llamk'anchu. |
| 7456 | +http://meta.wikimedia.org/wiki/Help:CentralNotice nisqapi qhaway willasunaykipaq.", |
6914 | 7457 | 'centralnotice-preferred' => 'Astawan munakusqa', |
6915 | 7458 | ); |
6916 | 7459 | |
— | — | @@ -6922,33 +7465,46 @@ |
6923 | 7466 | * @author Stelistcristi |
6924 | 7467 | */ |
6925 | 7468 | $messages['ro'] = array( |
| 7469 | + 'centralnotice' => 'Administrarea anunțului central', |
| 7470 | + 'noticetemplate' => 'Administrarea anunțului central', |
| 7471 | + 'bannerallocation' => 'Administrarea anunțului central', |
6926 | 7472 | 'right-centralnotice-admin' => 'Gestionați anunțurile centrale', |
6927 | 7473 | 'action-centralnotice-admin' => 'administrați anunțurile centrale', |
6928 | 7474 | 'centralnotice-desc' => 'Adaugă un anunț central sitului', |
| 7475 | + 'centralnotice-summary' => 'Acest modul vă permite să modificați configurația anunțurilor centrale. |
| 7476 | +El poate fi folosit de asemenea pentru a adăuga sau șterge anunțuri vechi.', |
6929 | 7477 | 'centralnotice-query' => 'Modifică anunțurile curente', |
6930 | 7478 | 'centralnotice-notice-name' => 'Numele anunțului', |
6931 | 7479 | 'centralnotice-end-date' => 'Dată de încheiere', |
6932 | 7480 | 'centralnotice-enabled' => 'Activat', |
6933 | 7481 | 'centralnotice-modify' => 'Trimite', |
| 7482 | + 'centralnotice-save-banner' => 'Salvează banner', |
6934 | 7483 | 'centralnotice-preview' => 'Previzualizare', |
6935 | 7484 | 'centralnotice-add-new' => 'Adaugă un anunț central nou', |
6936 | 7485 | 'centralnotice-remove' => 'Şterge', |
6937 | 7486 | 'centralnotice-translate-heading' => 'Traducere pentru $1', |
6938 | 7487 | 'centralnotice-manage' => 'Gestionați anunț central', |
| 7488 | + 'centralnotice-manage-templates' => 'Administrează bannerele', |
6939 | 7489 | 'centralnotice-add' => 'Adaugă', |
6940 | 7490 | 'centralnotice-add-notice' => 'Adaugă un anunț', |
| 7491 | + 'centralnotice-edit-notice' => 'Editați campania', |
6941 | 7492 | 'centralnotice-add-template' => 'Adaugă un format', |
6942 | 7493 | 'centralnotice-show-notices' => 'Arată anunțurile', |
6943 | 7494 | 'centralnotice-list-templates' => 'Lista de formate', |
| 7495 | + 'centralnotice-multiple' => 'multiple ($1)', |
6944 | 7496 | 'centralnotice-all-projects' => 'Toate proiectele', |
6945 | 7497 | 'centralnotice-translations' => 'Traduceri', |
6946 | 7498 | 'centralnotice-translate-to' => 'Tradu în', |
6947 | 7499 | 'centralnotice-translate' => 'Tradu', |
6948 | 7500 | 'centralnotice-english' => 'engleză', |
6949 | | - 'centralnotice-banner-name' => 'Numele formatului', |
| 7501 | + 'centralnotice-banner-name' => 'Numele bannerului:', |
| 7502 | + 'centralnotice-banner' => 'Banner', |
| 7503 | + 'centralnotice-banner-heading' => 'Banner: $1', |
6950 | 7504 | 'centralnotice-templates' => 'Formate', |
6951 | 7505 | 'centralnotice-weight' => 'Greutate', |
6952 | 7506 | 'centralnotice-locked' => 'Blocat', |
| 7507 | + 'centralnotice-notice' => 'Campanie', |
| 7508 | + 'centralnotice-notice-heading' => 'Campanie: $1', |
6953 | 7509 | 'centralnotice-notices' => 'Notificări', |
6954 | 7510 | 'centralnotice-notice-exists' => 'Campania există deja. |
6955 | 7511 | Nu se adaugă.', |
— | — | @@ -6969,10 +7525,20 @@ |
6970 | 7526 | 'centralnotice-hours' => 'Oră', |
6971 | 7527 | 'centralnotice-min' => 'Minut', |
6972 | 7528 | 'centralnotice-project-lang' => 'Limba proiectului', |
| 7529 | + 'centralnotice-select' => 'Alegeți: $1', |
| 7530 | + 'centralnotice-top-ten-languages' => 'Cele mai utilizate 10 limbi', |
6973 | 7531 | 'centralnotice-project-name' => 'Numele proiectului', |
6974 | 7532 | 'centralnotice-start-date' => 'Data de începere', |
6975 | 7533 | 'centralnotice-start-time' => 'Data de începere (UTC)', |
| 7534 | + 'centralnotice-end-time' => 'Ora de terminare (UTC)', |
| 7535 | + 'centralnotice-assigned-templates' => 'Bannere alocate', |
| 7536 | + 'centralnotice-no-templates' => 'Niciun banner găsit. |
| 7537 | +Adăugați unul!', |
| 7538 | + 'centralnotice-no-templates-assigned' => 'Niciun banner nu este asociat acestei campanii. |
| 7539 | +Adaugați unul!', |
6976 | 7540 | 'centralnotice-available-templates' => 'Formate disponibile', |
| 7541 | + 'centralnotice-template-already-exists' => 'Bannerul este deja legat de campanie. |
| 7542 | +Nu se adaugă.', |
6977 | 7543 | 'centralnotice-preview-template' => 'Previzualizare format', |
6978 | 7544 | 'centralnotice-change-lang' => 'Schimbă limba de traducere', |
6979 | 7545 | 'centralnotice-weights' => 'Greutăți', |
— | — | @@ -6993,6 +7559,7 @@ |
6994 | 7560 | 'centralnotice-settings' => 'Setări', |
6995 | 7561 | 'centralnotice-edit-template' => 'Modifică format', |
6996 | 7562 | 'centralnotice-message' => 'Mesaj', |
| 7563 | + 'centralnotice-message-not-set' => 'Mesajul nu este setat', |
6997 | 7564 | 'centralnotice-clone' => 'Clonează', |
6998 | 7565 | 'centralnotice-clone-notice' => 'Creează o copie a bannerului', |
6999 | 7566 | 'centralnotice-clone-name' => 'Nume:', |
— | — | @@ -7023,10 +7590,12 @@ |
7024 | 7591 | 'centralnotice-percentage' => 'Procentaj', |
7025 | 7592 | 'centralnotice-documentwrite-error' => 'document.write() nu poate fi folosit într-un banner. |
7026 | 7593 | Vedeți http://meta.wikimedia.org/wiki/Help:CentralNotice pentru mai multe informații.', |
| 7594 | + 'centralnotice-preferred' => 'Preferat', |
7027 | 7595 | ); |
7028 | 7596 | |
7029 | 7597 | /** Tarandíne (Tarandíne) |
7030 | 7598 | * @author Joetaras |
| 7599 | + * @author Reder |
7031 | 7600 | */ |
7032 | 7601 | $messages['roa-tara'] = array( |
7033 | 7602 | 'centralnotice' => "Amministrazione de l'avvise cendrale", |
— | — | @@ -7039,15 +7608,29 @@ |
7040 | 7609 | 'centralnotice-notice-name' => "Nome d'a cambagne", |
7041 | 7610 | 'centralnotice-end-date' => 'Date de fine', |
7042 | 7611 | 'centralnotice-enabled' => 'Abbilitate', |
| 7612 | + 'centralnotice-modify' => 'Conferme', |
| 7613 | + 'centralnotice-save-banner' => "Salve 'u banner", |
7043 | 7614 | 'centralnotice-preview' => 'Andeprime', |
| 7615 | + 'centralnotice-add-new' => "Aggiugne 'na cambagna nove", |
7044 | 7616 | 'centralnotice-remove' => 'Live', |
| 7617 | + 'centralnotice-translate-heading' => 'Traduzione pè $1', |
| 7618 | + 'centralnotice-manage' => 'Gestiscere le cambagne', |
| 7619 | + 'centralnotice-manage-templates' => 'Gestiscere le banner', |
7045 | 7620 | 'centralnotice-add' => 'Aggiunge', |
7046 | 7621 | 'centralnotice-add-notice' => "Aggiunge 'na cambagne", |
7047 | 7622 | 'centralnotice-edit-notice' => "Cange 'a cambagne", |
| 7623 | + 'centralnotice-add-template' => "Aggiunge 'nu banner", |
| 7624 | + 'centralnotice-show-notices' => 'Visualizze le cambagne', |
| 7625 | + 'centralnotice-list-templates' => 'Liste de le banner', |
| 7626 | + 'centralnotice-multiple' => 'multiple ($1)', |
7048 | 7627 | 'centralnotice-translations' => 'Traduziune', |
7049 | 7628 | 'centralnotice-translate-to' => 'Traduce a', |
7050 | 7629 | 'centralnotice-translate' => 'Traduce', |
7051 | 7630 | 'centralnotice-english' => 'Inglese', |
| 7631 | + 'centralnotice-banner-name' => "Nome d'u banner:", |
| 7632 | + 'centralnotice-banner' => 'Banner', |
| 7633 | + 'centralnotice-banner-heading' => 'Banner: $1', |
| 7634 | + 'centralnotice-templates' => 'Banners', |
7052 | 7635 | 'centralnotice-weight' => 'Pese', |
7053 | 7636 | 'centralnotice-locked' => 'Bloccate', |
7054 | 7637 | 'centralnotice-notice' => 'Cambagne', |
— | — | @@ -7056,31 +7639,82 @@ |
7057 | 7640 | 'centralnotice-notice-exists' => "'A cambagne esiste ggià. |
7058 | 7641 | No a scè aggiungere.", |
7059 | 7642 | 'centralnotice-no-language' => 'Nisciuna lènghe ha state scacchiate pe sta cambagne. No scè aggiungenne.', |
| 7643 | + 'centralnotice-template-exists' => "'U banner esiste ggià. |
| 7644 | +No a scè aggiungere.", |
| 7645 | + 'centralnotice-notice-doesnt-exist' => "'A cambagne non g'esiste.", |
| 7646 | + 'centralnotice-remove-notice-doesnt-exist' => "'A cambagne non g'esiste. |
| 7647 | +Nnijende da luà.", |
| 7648 | + 'centralnotice-banner-doesnt-exist' => "'U banner non g'esiste.", |
| 7649 | + 'centralnotice-template-still-bound' => "'U banner jè angore cullegate a 'na cambagne. |
| 7650 | +Non ge le luà.", |
| 7651 | + 'centralnotice-template-body' => "Cuèrpe d'u banner:", |
7060 | 7652 | 'centralnotice-day' => 'Sciúrne', |
7061 | 7653 | 'centralnotice-year' => 'Anne', |
7062 | 7654 | 'centralnotice-month' => 'Mese', |
7063 | 7655 | 'centralnotice-hours' => 'Ore', |
7064 | 7656 | 'centralnotice-min' => 'Minute', |
| 7657 | + 'centralnotice-project-lang' => "Lènghe d'u pruggette", |
7065 | 7658 | 'centralnotice-select' => 'Scacchie: $1', |
7066 | 7659 | 'centralnotice-top-ten-languages' => 'Le 10 lènghe megghie megghie', |
| 7660 | + 'centralnotice-project-name' => "Nome d'u pruggette", |
| 7661 | + 'centralnotice-start-date' => 'Date de inizie', |
| 7662 | + 'centralnotice-start-time' => 'Timbe de inizie (UTC)', |
| 7663 | + 'centralnotice-end-time' => "Timbe d'a fine (UTC)", |
| 7664 | + 'centralnotice-assigned-templates' => 'Banners assignate', |
| 7665 | + 'centralnotice-no-templates' => 'Nisciune banner acchiute. |
| 7666 | +Scaffáne une!', |
| 7667 | + 'centralnotice-no-templates-assigned' => "Nisciune banner assignate ad 'a cambagne. |
| 7668 | +Scaffáne une!", |
| 7669 | + 'centralnotice-available-templates' => 'Banner disponibbele', |
| 7670 | + 'centralnotice-template-already-exists' => "'U banner jè già cullegate ad 'a cambagne. |
| 7671 | +Non ge le scáffe.", |
| 7672 | + 'centralnotice-preview-template' => "Andeprime d'u banner", |
| 7673 | + 'centralnotice-change-lang' => "Cange 'a traduzione jndr'à lènga", |
7067 | 7674 | 'centralnotice-weights' => 'Pise', |
| 7675 | + 'centralnotice-notice-is-locked' => "'A cambagne jè bloccate. |
| 7676 | +Non ge le luà.", |
| 7677 | + 'centralnotice-overlap' => "'A cambagne se sovrappone jndre 'u timbe de n'otre cambagne. |
| 7678 | +Non ge le aggiunge.", |
| 7679 | + 'centralnotice-invalid-date-range' => "Date d'a serie invalide. |
| 7680 | +Non ge l'aggiornà.", |
| 7681 | + 'centralnotice-null-string' => "'Mbossibbele aggiungere 'na stringhe nulle. |
| 7682 | +Non ge l'aggiunge.", |
7068 | 7683 | 'centralnotice-confirm-delete' => "Si secure ca tu vuè cu scangille sta vôsce? |
7069 | 7684 | St'azione jè irrecuperabbele.", |
| 7685 | + 'centralnotice-no-notices-exist' => "Nisciune cambagne esistende. |
| 7686 | +Scaffáne une aqquà d'abbasce.", |
| 7687 | + 'centralnotice-no-templates-translate' => 'Non ge stonne otre banners pè cui cangià le traduzione.', |
7070 | 7688 | 'centralnotice-number-uses' => 'Ause', |
7071 | 7689 | 'centralnotice-settings' => "'Mbostaziune", |
| 7690 | + 'centralnotice-edit-template' => "Cange 'u banner", |
| 7691 | + 'centralnotice-edit-template-summary' => "Pè crijà 'nu messagge localizzabbele, racchiude 'na stringhe de trattine jndre ttrè parendese graffe e.g. {{{jimbo-quote}}}.", |
7072 | 7692 | 'centralnotice-message' => 'Messàgge', |
7073 | 7693 | 'centralnotice-message-not-set' => "Messagge none 'mbostate", |
7074 | 7694 | 'centralnotice-clone' => 'Clone', |
| 7695 | + 'centralnotice-clone-notice' => "Creje 'na copie d'u banner", |
7075 | 7696 | 'centralnotice-clone-name' => 'Nome:', |
| 7697 | + 'centralnotice-preview-all-template-translations' => "Andeprime de totte le traduzione disponibbele d'u banner", |
7076 | 7698 | 'centralnotice-insert' => 'Mitte: $1', |
| 7699 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link', |
| 7700 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link', |
| 7701 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link', |
7077 | 7702 | 'centralnotice-close-button' => 'Buttone de chiusure', |
| 7703 | + 'centralnotice-translate-button' => "Ajute a traducere 'u link", |
7078 | 7704 | 'centralnotice-donate-button' => 'Buttone pa donazzione', |
| 7705 | + 'centralnotice-expanded-banner' => "Spanne 'u banner", |
| 7706 | + 'centralnotice-collapsed-banner' => 'Banner combresse', |
7079 | 7707 | 'centralnotice-banner-display' => 'Fa vedè a:', |
7080 | 7708 | 'centralnotice-banner-anonymous' => 'Utinde anonime', |
7081 | 7709 | 'centralnotice-banner-logged-in' => 'Utinde trasute', |
| 7710 | + 'centralnotice-banner-type' => 'Tipe de banner:', |
| 7711 | + 'centralnotice-banner-hidable' => 'Stateche/Scunnibbele', |
| 7712 | + 'centralnotice-geotargeted' => 'Geo referenziate', |
7082 | 7713 | 'centralnotice-countries' => 'Paìse', |
7083 | 7714 | 'centralnotice-allocation' => 'Allocazione', |
| 7715 | + 'centralnotice-view-allocation' => "Visualizze l'assignazione d'u banner", |
7084 | 7716 | 'centralnotice-country' => 'Nazione', |
| 7717 | + 'centralnotice-no-allocation' => 'Nisciune banner assignate.', |
| 7718 | + 'centralnotice-allocation-description' => 'Assignazione de banner pè $1.$2 jndre $3:', |
7085 | 7719 | 'centralnotice-percentage' => 'Percenduale', |
7086 | 7720 | 'centralnotice-preferred' => 'Preferite', |
7087 | 7721 | ); |
— | — | @@ -7122,6 +7756,7 @@ |
7123 | 7757 | 'centralnotice-show-notices' => 'Показать уведомления', |
7124 | 7758 | 'centralnotice-list-templates' => 'Вывести список шаблонов', |
7125 | 7759 | 'centralnotice-multiple' => 'несколько ($1)', |
| 7760 | + 'centralnotice-all-projects' => 'Все проекты', |
7126 | 7761 | 'centralnotice-translations' => 'Переводы', |
7127 | 7762 | 'centralnotice-translate-to' => 'Перевод на', |
7128 | 7763 | 'centralnotice-translate' => 'Перевод', |
— | — | @@ -7138,6 +7773,7 @@ |
7139 | 7774 | 'centralnotice-notice-exists' => 'Уведомление уже существует. |
7140 | 7775 | Не добавляется', |
7141 | 7776 | 'centralnotice-no-language' => 'Не выбран язык для этой кампании. Не добавлено.', |
| 7777 | + 'centralnotice-no-project' => 'Ни один проект не был выбран для проведения кампании. Не добавлено.', |
7142 | 7778 | 'centralnotice-template-exists' => 'Шаблон уже существует. |
7143 | 7779 | Не добавляется', |
7144 | 7780 | 'centralnotice-notice-doesnt-exist' => 'Кампания не существует.', |
— | — | @@ -7194,9 +7830,9 @@ |
7195 | 7831 | 'centralnotice-clone-name' => 'Имя:', |
7196 | 7832 | 'centralnotice-preview-all-template-translations' => 'Просмотреть все доступные переводы шаблона', |
7197 | 7833 | 'centralnotice-insert' => 'Вставка: $1', |
7198 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ссылку', |
7199 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} ссылку', |
7200 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} ссылку', |
| 7834 | + 'centralnotice-hide-button' => 'Спрятать ссылку', |
| 7835 | + 'centralnotice-collapse-button' => 'Свернуть ссылку', |
| 7836 | + 'centralnotice-expand-button' => 'Развернуть ссылку', |
7201 | 7837 | 'centralnotice-close-button' => 'Кнопка «Закрыть»', |
7202 | 7838 | 'centralnotice-translate-button' => 'Ссылка помощи в переводе', |
7203 | 7839 | 'centralnotice-donate-button' => 'Кнопка пожертвований', |
— | — | @@ -7213,6 +7849,8 @@ |
7214 | 7850 | 'centralnotice-allocation' => 'Распределение', |
7215 | 7851 | 'centralnotice-view-allocation' => 'Просмотр размещения баннеров', |
7216 | 7852 | 'centralnotice-allocation-instructions' => 'Выберите среды, для которых вы хотите просмотреть размещение баннеров:', |
| 7853 | + 'centralnotice-languages' => 'Языки', |
| 7854 | + 'centralnotice-projects' => 'Проекты', |
7217 | 7855 | 'centralnotice-country' => 'Страна', |
7218 | 7856 | 'centralnotice-no-allocation' => 'Баннеры не размещены', |
7219 | 7857 | 'centralnotice-allocation-description' => 'Размещение баннеров для $1.$2 в $3:', |
— | — | @@ -7270,6 +7908,7 @@ |
7271 | 7909 | 'centralnotice-notice-exists' => 'Повідомлїня уж екзістує. |
7272 | 7910 | Непридане.', |
7273 | 7911 | 'centralnotice-no-language' => 'Про кампань не быв выбраный жаден язык. Повідомлїня не было придане.', |
| 7912 | + 'centralnotice-no-project' => 'Про кампань не быв выбраный жаден проєкт. Повідомлїня не было придане.', |
7274 | 7913 | 'centralnotice-template-exists' => 'Банер уж екзістує. |
7275 | 7914 | Непридане.', |
7276 | 7915 | 'centralnotice-notice-doesnt-exist' => 'Кампань не екзістує.', |
— | — | @@ -7305,7 +7944,15 @@ |
7306 | 7945 | Не было придане.', |
7307 | 7946 | 'centralnotice-invalid-date-range' => 'Неплатный россяг дат. |
7308 | 7947 | Не буде змінено.', |
| 7948 | + 'centralnotice-null-string' => 'Не годен придати порожнїй ланц. Не буде придане.', |
| 7949 | + 'centralnotice-confirm-delete' => 'Сьте собі певны, же хочете тоту положку змазати? Тоту операцію не буде можне вернути назад.', |
| 7950 | + 'centralnotice-no-notices-exist' => 'Не єствують жадны повідомлїня. |
| 7951 | +Ниже можете створити новы.', |
| 7952 | + 'centralnotice-no-templates-translate' => 'Не суть жадны шаблоны, котры бы ся дали перекласти.', |
7309 | 7953 | 'centralnotice-number-uses' => 'Хоснує', |
| 7954 | + 'centralnotice-settings' => 'Наставлїня', |
| 7955 | + 'centralnotice-edit-template' => 'Управити шаблону', |
| 7956 | + 'centralnotice-edit-template-summary' => 'Локалізовательне повідомлїня створите так, же запрете ідентіфікатор із споёвниками до зложеных заперок, напр. {{{цітат-джімбо}}}.', |
7310 | 7957 | 'centralnotice-message' => 'Ознам', |
7311 | 7958 | 'centralnotice-message-not-set' => 'Повідомлїня не было наставене', |
7312 | 7959 | 'centralnotice-clone' => 'Наклоновати', |
— | — | @@ -7313,9 +7960,9 @@ |
7314 | 7961 | 'centralnotice-clone-name' => 'Назва:', |
7315 | 7962 | 'centralnotice-preview-all-template-translations' => 'Нагляд вшыткых доступных перекладів шаблоны', |
7316 | 7963 | 'centralnotice-insert' => 'Вложыти: $1', |
7317 | | - 'centralnotice-hide-button' => 'Одказ „{{int:centralnotice-shared-hide}}“', |
7318 | | - 'centralnotice-collapse-button' => 'Одказ „{{int:centralnotice-shared-collapse}}“', |
7319 | | - 'centralnotice-expand-button' => 'Одказ „{{int:centralnotice-shared-expand}}“', |
| 7964 | + 'centralnotice-hide-button' => 'Сховати одказы', |
| 7965 | + 'centralnotice-collapse-button' => 'Згорнути одказы', |
| 7966 | + 'centralnotice-expand-button' => 'Розгорнути одказы', |
7320 | 7967 | 'centralnotice-close-button' => 'Кнапка "Заперти"', |
7321 | 7968 | 'centralnotice-translate-button' => 'Поможте перекласти одказ', |
7322 | 7969 | 'centralnotice-donate-button' => 'Клапка „Приспійте“', |
— | — | @@ -7374,6 +8021,7 @@ |
7375 | 8022 | 'centralnotice-show-notices' => 'Биллэриилэри көрдөр', |
7376 | 8023 | 'centralnotice-list-templates' => 'Халыыптар тиһиктэрэ', |
7377 | 8024 | 'centralnotice-multiple' => 'хас да ($1)', |
| 8025 | + 'centralnotice-all-projects' => 'Бары бырайыактар', |
7378 | 8026 | 'centralnotice-translations' => 'Тылбаастар', |
7379 | 8027 | 'centralnotice-translate-to' => 'Манна тылбаас', |
7380 | 8028 | 'centralnotice-translate' => 'Тылбаас', |
— | — | @@ -7390,6 +8038,7 @@ |
7391 | 8039 | 'centralnotice-notice-exists' => 'Биллэрии баар эбит. |
7392 | 8040 | Кыайан эбиллибэт', |
7393 | 8041 | 'centralnotice-no-language' => 'Бу хампаанньаҕа тыла талыллыбатах. Эбиллибэтэх.', |
| 8042 | + 'centralnotice-no-project' => 'Хампаанньа ыытарга биир да бырайыак талыллыбатах. Эбиллибэтэх.', |
7394 | 8043 | 'centralnotice-template-exists' => 'Халыып баар эбит. |
7395 | 8044 | Кыайан эбиллибэт', |
7396 | 8045 | 'centralnotice-notice-doesnt-exist' => 'Хампаанньа суох эбит.', |
— | — | @@ -7438,10 +8087,12 @@ |
7439 | 8088 | 'centralnotice-number-uses' => 'Туттуллаллар', |
7440 | 8089 | 'centralnotice-settings' => 'Туруоруулара', |
7441 | 8090 | 'centralnotice-edit-template' => 'Халыыбы уларытыы', |
| 8091 | + 'centralnotice-edit-template-summary' => 'Локалланар биллэриги оҥорорго дефистээх устуруоканы үс фигурнай ускуопкаҕа киллэр, холобур {{{цитата-джимбо}}}.', |
7442 | 8092 | 'centralnotice-message' => 'Сурук', |
7443 | 8093 | 'centralnotice-message-not-set' => 'Сурук туруоруллубатах', |
7444 | 8094 | 'centralnotice-clone' => 'Клоннааһын', |
7445 | 8095 | 'centralnotice-clone-notice' => 'Халыып куопуйатын оҥоруу', |
| 8096 | + 'centralnotice-clone-name' => 'Аата:', |
7446 | 8097 | 'centralnotice-preview-all-template-translations' => 'Халыып баар тылбаастарын барытын көрүү', |
7447 | 8098 | 'centralnotice-insert' => 'Киллэрии: $1', |
7448 | 8099 | 'centralnotice-hide-button' => 'Сигэни кистииргэ', |
— | — | @@ -7475,6 +8126,7 @@ |
7476 | 8127 | ); |
7477 | 8128 | |
7478 | 8129 | /** Sicilian (Sicilianu) |
| 8130 | + * @author Aushulz |
7479 | 8131 | * @author Gmelfi |
7480 | 8132 | * @author Santu |
7481 | 8133 | */ |
— | — | @@ -7549,7 +8201,9 @@ |
7550 | 8202 | 'centralnotice-message-not-set' => 'Missaggiu no mpustatu', |
7551 | 8203 | 'centralnotice-clone' => 'Clona', |
7552 | 8204 | 'centralnotice-clone-notice' => 'Cria na copia dû template', |
| 8205 | + 'centralnotice-clone-name' => 'Nomu:', |
7553 | 8206 | 'centralnotice-preview-all-template-translations' => "Tutti li traduzzioni dî template dispunìbbili 'n anteprima", |
| 8207 | + 'centralnotice-banner-anonymous' => 'Utenti anònimi', |
7554 | 8208 | 'right-centralnotice-admin' => "Gistisci l'avvisi cintralizzati", |
7555 | 8209 | 'right-centralnotice-translate' => 'Traduci avvisi cintralizzati', |
7556 | 8210 | 'action-centralnotice-admin' => "Guverna l'avvisi cintralizzati", |
— | — | @@ -7705,7 +8359,8 @@ |
7706 | 8360 | */ |
7707 | 8361 | $messages['sk'] = array( |
7708 | 8362 | 'centralnotice' => 'Centrálny oznam', |
7709 | | - 'noticetemplate' => 'Šablóna centrálneho oznamu', |
| 8363 | + 'noticetemplate' => 'Správa centrálnych oznamov', |
| 8364 | + 'bannerallocation' => 'Správa centrálnych oznamov', |
7710 | 8365 | 'right-centralnotice-admin' => 'Spravovať centrálne oznamy', |
7711 | 8366 | 'action-centralnotice-admin' => 'spravovať centrálne oznamy', |
7712 | 8367 | 'centralnotice-desc' => 'Pridáva centrálnu Správu lokality', |
— | — | @@ -7716,28 +8371,42 @@ |
7717 | 8372 | 'centralnotice-end-date' => 'Dátum ukončenia', |
7718 | 8373 | 'centralnotice-enabled' => 'Zapnutá', |
7719 | 8374 | 'centralnotice-modify' => 'Odoslať', |
| 8375 | + 'centralnotice-save-banner' => 'Uložiť oznam', |
7720 | 8376 | 'centralnotice-preview' => 'Náhľad', |
7721 | 8377 | 'centralnotice-add-new' => 'Pridať nový centrálny oznam', |
7722 | 8378 | 'centralnotice-remove' => 'Odstrániť', |
7723 | 8379 | 'centralnotice-translate-heading' => 'Preklad $1', |
7724 | 8380 | 'centralnotice-manage' => 'Správa centrálnych oznamov', |
| 8381 | + 'centralnotice-manage-templates' => 'Spravovať oznamy', |
7725 | 8382 | 'centralnotice-add' => 'Pridať', |
7726 | 8383 | 'centralnotice-add-notice' => 'Pridať oznam', |
| 8384 | + 'centralnotice-edit-notice' => 'Upraviť kampaň', |
7727 | 8385 | 'centralnotice-add-template' => 'Pridať šablónu', |
7728 | 8386 | 'centralnotice-show-notices' => 'Zobraziť oznamy', |
7729 | 8387 | 'centralnotice-list-templates' => 'Zoznam šablón', |
| 8388 | + 'centralnotice-multiple' => 'viaceré ($1)', |
| 8389 | + 'centralnotice-all-projects' => 'Všetky projekty', |
7730 | 8390 | 'centralnotice-translations' => 'Preklady', |
7731 | 8391 | 'centralnotice-translate-to' => 'Preložiť do jazyka', |
7732 | 8392 | 'centralnotice-translate' => 'Preložiť', |
7733 | 8393 | 'centralnotice-english' => 'angličtina', |
7734 | | - 'centralnotice-banner-name' => 'Názov šablóny', |
| 8394 | + 'centralnotice-banner-name' => 'Názov oznamu:', |
| 8395 | + 'centralnotice-banner' => 'Oznam', |
| 8396 | + 'centralnotice-banner-heading' => 'Oznam: $1', |
7735 | 8397 | 'centralnotice-templates' => 'Šablóny', |
7736 | 8398 | 'centralnotice-weight' => 'Váha', |
7737 | 8399 | 'centralnotice-locked' => 'Zamknutý', |
| 8400 | + 'centralnotice-notice' => 'Kampaň', |
| 8401 | + 'centralnotice-notice-heading' => 'Kampaň: $1', |
7738 | 8402 | 'centralnotice-notices' => 'Oznamy', |
7739 | 8403 | 'centralnotice-notice-exists' => 'Oznam už existuje. Nebude pridaný.', |
| 8404 | + 'centralnotice-no-language' => 'Pre kampaň nebol vybraný žiaden jazyk. Nebude pridaná.', |
| 8405 | + 'centralnotice-no-project' => 'Pre kampaň nebol vybraný žiaden projekt. Nebude pridaná.', |
7740 | 8406 | 'centralnotice-template-exists' => 'Šablóna už existuje. Nebude pridaná.', |
7741 | | - 'centralnotice-notice-doesnt-exist' => 'Oznam neexistuje. Nebude odstránený.', |
| 8407 | + 'centralnotice-notice-doesnt-exist' => 'Kampaň neexistuje.', |
| 8408 | + 'centralnotice-remove-notice-doesnt-exist' => 'Kampaň neexistuje. |
| 8409 | +Niet čo odstrániť.', |
| 8410 | + 'centralnotice-banner-doesnt-exist' => 'Oznam neexistuje.', |
7742 | 8411 | 'centralnotice-template-still-bound' => 'Šablóna je ešte stále naviazaná na oznam. Nebude odstránená.', |
7743 | 8412 | 'centralnotice-template-body' => 'Telo šablóny:', |
7744 | 8413 | 'centralnotice-day' => 'Deň', |
— | — | @@ -7746,9 +8415,12 @@ |
7747 | 8416 | 'centralnotice-hours' => 'Hodina', |
7748 | 8417 | 'centralnotice-min' => 'Minúta', |
7749 | 8418 | 'centralnotice-project-lang' => 'Jazyk projektu', |
| 8419 | + 'centralnotice-select' => 'Vybrať: $1', |
| 8420 | + 'centralnotice-top-ten-languages' => 'Naj 10 jazykov', |
7750 | 8421 | 'centralnotice-project-name' => 'Názov projektu', |
7751 | 8422 | 'centralnotice-start-date' => 'Dátum začatia', |
7752 | 8423 | 'centralnotice-start-time' => 'Čas začatia (UTC)', |
| 8424 | + 'centralnotice-end-time' => 'Čas ukončenia (UTC)', |
7753 | 8425 | 'centralnotice-assigned-templates' => 'Priradené šablóny', |
7754 | 8426 | 'centralnotice-no-templates' => 'Neboli nájdené žiadne šablóny. Pridajte nejaké!', |
7755 | 8427 | 'centralnotice-no-templates-assigned' => 'Žiadne šablóny neboli priradené oznamom. Pridajte nejaké!', |
— | — | @@ -7766,12 +8438,43 @@ |
7767 | 8439 | 'centralnotice-no-notices-exist' => 'Neexistujú žiadne oznamy. Môžete ich pridať.', |
7768 | 8440 | 'centralnotice-no-templates-translate' => 'Nie sú žiadne šablóny, ktoré by bolo možné preložiť.', |
7769 | 8441 | 'centralnotice-number-uses' => 'Použitia', |
| 8442 | + 'centralnotice-settings' => 'Nastavenie', |
7770 | 8443 | 'centralnotice-edit-template' => 'Upraviť šablónu', |
| 8444 | + 'centralnotice-edit-template-summary' => 'Ak chcete vytvoriť správu, ktorú bude možné lokalizovať, zatvorte reťazec so slovami oddelenými pomlčkami do troch zložených zátvoriek, napr. {{{citát-jimbo}}}.', |
7771 | 8445 | 'centralnotice-message' => 'Správa', |
7772 | 8446 | 'centralnotice-message-not-set' => 'Správa nebola nastavená', |
7773 | 8447 | 'centralnotice-clone' => 'Klonovať', |
7774 | 8448 | 'centralnotice-clone-notice' => 'Vytvoriť kópiu šablóny', |
| 8449 | + 'centralnotice-clone-name' => 'Názov:', |
7775 | 8450 | 'centralnotice-preview-all-template-translations' => 'Náhľad všetkých dostupných verzií šablóny', |
| 8451 | + 'centralnotice-insert' => 'Vložiť: $1', |
| 8452 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} odkaz', |
| 8453 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} odkaz', |
| 8454 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} odkaz', |
| 8455 | + 'centralnotice-close-button' => 'Tlačidlo Zatvoriť', |
| 8456 | + 'centralnotice-translate-button' => 'Pomôžte preložiť odkaz', |
| 8457 | + 'centralnotice-donate-button' => 'Tlačidlo Podpora', |
| 8458 | + 'centralnotice-expanded-banner' => 'Rozbalený oznam', |
| 8459 | + 'centralnotice-collapsed-banner' => 'Zbalený oznam', |
| 8460 | + 'centralnotice-banner-display' => 'Zobraziť:', |
| 8461 | + 'centralnotice-banner-anonymous' => 'Anonymným používateľom', |
| 8462 | + 'centralnotice-banner-logged-in' => 'Prihláseným používateľom', |
| 8463 | + 'centralnotice-banner-type' => 'Typ oznamu:', |
| 8464 | + 'centralnotice-banner-hidable' => 'Statický/skrývateľný', |
| 8465 | + 'centralnotice-banner-collapsible' => 'Zbaliteľný', |
| 8466 | + 'centralnotice-geotargeted' => 'Geograficky cielený', |
| 8467 | + 'centralnotice-countries' => 'Krajiny', |
| 8468 | + 'centralnotice-allocation' => 'Alokácia', |
| 8469 | + 'centralnotice-view-allocation' => 'Zobraziť alokáciu oznamu', |
| 8470 | + 'centralnotice-allocation-instructions' => 'Vyberte prostredie, pre ktoré chcete zobraziť alokáciu oznamu:', |
| 8471 | + 'centralnotice-languages' => 'Jazyky', |
| 8472 | + 'centralnotice-projects' => 'Projekty', |
| 8473 | + 'centralnotice-country' => 'Krajina', |
| 8474 | + 'centralnotice-no-allocation' => 'Nie sú alokované žiadne oznamy.', |
| 8475 | + 'centralnotice-allocation-description' => 'Alokácia oznamu $1.$2 v $3:', |
| 8476 | + 'centralnotice-percentage' => 'Percent', |
| 8477 | + 'centralnotice-documentwrite-error' => 'document.write() nie je možné použiť v rámci odkazu. |
| 8478 | +Ďalšie informácie nájdete na http://meta.wikimedia.org/wiki/Help:CentralNotice', |
7776 | 8479 | 'centralnotice-preferred' => 'Uprednostňované', |
7777 | 8480 | ); |
7778 | 8481 | |
— | — | @@ -8180,13 +8883,16 @@ |
8181 | 8884 | |
8182 | 8885 | /** Swedish (Svenska) |
8183 | 8886 | * @author Boivie |
| 8887 | + * @author Cohan |
| 8888 | + * @author Fluff |
8184 | 8889 | * @author Lejonel |
8185 | 8890 | * @author M.M.S. |
8186 | 8891 | * @author Najami |
8187 | 8892 | */ |
8188 | 8893 | $messages['sv'] = array( |
8189 | 8894 | 'centralnotice' => 'Centralmeddelande-administration', |
8190 | | - 'noticetemplate' => 'Centralmeddelande-mall', |
| 8895 | + 'noticetemplate' => 'Administration för Centralmeddelandemall', |
| 8896 | + 'bannerallocation' => 'Administraton av centralmeddelande', |
8191 | 8897 | 'right-centralnotice-admin' => 'Hantera centralmeddelanden', |
8192 | 8898 | 'action-centralnotice-admin' => 'hantera centralmeddelanden', |
8193 | 8899 | 'centralnotice-desc' => 'Lägger till en central sitenotice', |
— | — | @@ -8197,31 +8903,44 @@ |
8198 | 8904 | 'centralnotice-end-date' => 'Slutdatum', |
8199 | 8905 | 'centralnotice-enabled' => 'Aktiverad', |
8200 | 8906 | 'centralnotice-modify' => 'Verkställ', |
| 8907 | + 'centralnotice-save-banner' => 'Spara banner', |
8201 | 8908 | 'centralnotice-preview' => 'Förhandsgranska', |
8202 | 8909 | 'centralnotice-add-new' => 'Lägg till ett nytt centralmeddelande', |
8203 | 8910 | 'centralnotice-remove' => 'Ta bort', |
8204 | 8911 | 'centralnotice-translate-heading' => 'Översättning för $1', |
8205 | 8912 | 'centralnotice-manage' => 'Hantera centralmeddelande', |
| 8913 | + 'centralnotice-manage-templates' => 'Hantera banners', |
8206 | 8914 | 'centralnotice-add' => 'Lägg till', |
8207 | 8915 | 'centralnotice-add-notice' => 'Lägg till ett meddelande', |
| 8916 | + 'centralnotice-edit-notice' => 'Redigera kampanj', |
8208 | 8917 | 'centralnotice-add-template' => 'Lägg till en mall', |
8209 | 8918 | 'centralnotice-show-notices' => 'Visa meddelanden', |
8210 | 8919 | 'centralnotice-list-templates' => 'Lista mallar', |
| 8920 | + 'centralnotice-multiple' => 'flera ($1)', |
| 8921 | + 'centralnotice-all-projects' => 'Alla projekt', |
8211 | 8922 | 'centralnotice-translations' => 'Översättningar', |
8212 | 8923 | 'centralnotice-translate-to' => 'Översätt till', |
8213 | 8924 | 'centralnotice-translate' => 'Översätt', |
8214 | 8925 | 'centralnotice-english' => 'Engelska', |
8215 | | - 'centralnotice-banner-name' => 'Mallnamn', |
| 8926 | + 'centralnotice-banner-name' => 'Bannernamn:', |
| 8927 | + 'centralnotice-banner' => 'Banner', |
| 8928 | + 'centralnotice-banner-heading' => 'Banner: $1', |
8216 | 8929 | 'centralnotice-templates' => 'Mallar', |
8217 | 8930 | 'centralnotice-weight' => 'Tyngd', |
8218 | 8931 | 'centralnotice-locked' => 'Låst', |
| 8932 | + 'centralnotice-notice' => 'Kampanj', |
| 8933 | + 'centralnotice-notice-heading' => 'Kampanj: $1', |
8219 | 8934 | 'centralnotice-notices' => 'Meddelanden', |
8220 | 8935 | 'centralnotice-notice-exists' => 'Meddelande existerar redan. |
8221 | 8936 | Lägger inte till', |
| 8937 | + 'centralnotice-no-language' => 'Inget språk valdes för kampanjen. Centralmeddelandet lades inte till.', |
| 8938 | + 'centralnotice-no-project' => 'Inget projekt valdes för kampanjen. Lägger inte till.', |
8222 | 8939 | 'centralnotice-template-exists' => 'Mall existerar redan. |
8223 | 8940 | Lägger inte till', |
8224 | | - 'centralnotice-notice-doesnt-exist' => 'Meddelande existerar inte. |
8225 | | -Inget att ta bort', |
| 8941 | + 'centralnotice-notice-doesnt-exist' => 'Kampanjen finns inte.', |
| 8942 | + 'centralnotice-remove-notice-doesnt-exist' => 'Kampanjen finns inte. |
| 8943 | +Inget att ta bort.', |
| 8944 | + 'centralnotice-banner-doesnt-exist' => 'Bannern finns inte.', |
8226 | 8945 | 'centralnotice-template-still-bound' => 'Mall är inte fortfarande kopplad till ett meddelande. |
8227 | 8946 | Tar inte bort.', |
8228 | 8947 | 'centralnotice-template-body' => 'Mallinnehåll:', |
— | — | @@ -8231,9 +8950,12 @@ |
8232 | 8951 | 'centralnotice-hours' => 'Timma', |
8233 | 8952 | 'centralnotice-min' => 'Minut', |
8234 | 8953 | 'centralnotice-project-lang' => 'Projektspråk', |
| 8954 | + 'centralnotice-select' => 'Välj: $1', |
| 8955 | + 'centralnotice-top-ten-languages' => 'Topp 10 språk', |
8235 | 8956 | 'centralnotice-project-name' => 'Projektnamn', |
8236 | 8957 | 'centralnotice-start-date' => 'Startdatum', |
8237 | 8958 | 'centralnotice-start-time' => 'Starttid (UTC)', |
| 8959 | + 'centralnotice-end-time' => 'Sluttid (UTC)', |
8238 | 8960 | 'centralnotice-assigned-templates' => 'Använda mallar', |
8239 | 8961 | 'centralnotice-no-templates' => 'Inga mallar hittade. |
8240 | 8962 | Lägg till några!', |
— | — | @@ -8259,13 +8981,43 @@ |
8260 | 8982 | Lägg till ett nedan', |
8261 | 8983 | 'centralnotice-no-templates-translate' => 'Det finns inga mallar att redigera översättningar för', |
8262 | 8984 | 'centralnotice-number-uses' => 'Användningar', |
| 8985 | + 'centralnotice-settings' => 'Inställningar', |
8263 | 8986 | 'centralnotice-edit-template' => 'Redigera mall', |
8264 | 8987 | 'centralnotice-edit-template-summary' => 'För att skapa ett meddelande som kan lokalanpassas, inkludera en bindestrecks-sträng inom tre klammerparenteser, t.ex. {{{jimbo-quote}}}.', |
8265 | 8988 | 'centralnotice-message' => 'Budskap', |
8266 | 8989 | 'centralnotice-message-not-set' => 'Budskap inte satt', |
8267 | 8990 | 'centralnotice-clone' => 'Klon', |
8268 | 8991 | 'centralnotice-clone-notice' => 'Skapa en kopia av mallen', |
| 8992 | + 'centralnotice-clone-name' => 'Namn:', |
8269 | 8993 | 'centralnotice-preview-all-template-translations' => 'Förhandsgranska alla tillgängliga översättningar av mallen', |
| 8994 | + 'centralnotice-insert' => 'Infoga: $1', |
| 8995 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} länk', |
| 8996 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}-länk', |
| 8997 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-länk', |
| 8998 | + 'centralnotice-close-button' => 'Stäng-knapp', |
| 8999 | + 'centralnotice-translate-button' => 'Hjälp till att översätta-länk', |
| 9000 | + 'centralnotice-donate-button' => 'Donera-knapp', |
| 9001 | + 'centralnotice-expanded-banner' => 'Utökad banner', |
| 9002 | + 'centralnotice-collapsed-banner' => 'Komprimerad banner', |
| 9003 | + 'centralnotice-banner-display' => 'Visas för:', |
| 9004 | + 'centralnotice-banner-anonymous' => 'Anonyma användare', |
| 9005 | + 'centralnotice-banner-logged-in' => 'Inloggade användare', |
| 9006 | + 'centralnotice-banner-type' => 'Bannertyp:', |
| 9007 | + 'centralnotice-banner-hidable' => 'Statisk/gömbar', |
| 9008 | + 'centralnotice-banner-collapsible' => 'Hopfällbar', |
| 9009 | + 'centralnotice-geotargeted' => 'Geografiskt fokuserat', |
| 9010 | + 'centralnotice-countries' => 'Länder', |
| 9011 | + 'centralnotice-allocation' => 'Tilldelning', |
| 9012 | + 'centralnotice-view-allocation' => 'Visa bannertilldelning', |
| 9013 | + 'centralnotice-allocation-instructions' => 'Välj den miljö du vill se banertilldelning för:', |
| 9014 | + 'centralnotice-languages' => 'Språk', |
| 9015 | + 'centralnotice-projects' => 'Projekt', |
| 9016 | + 'centralnotice-country' => 'Land', |
| 9017 | + 'centralnotice-no-allocation' => 'Inga banners tilldelade.', |
| 9018 | + 'centralnotice-allocation-description' => 'Bannertilldelning för $1.$2 i $3:', |
| 9019 | + 'centralnotice-percentage' => 'Procent', |
| 9020 | + 'centralnotice-documentwrite-error' => 'document.write() kan inte användas inom en banner. |
| 9021 | +Se http://meta.wikimedia.org/wiki/Help:CentralNotice för mer information.', |
8270 | 9022 | 'centralnotice-preferred' => 'Föredragen', |
8271 | 9023 | ); |
8272 | 9024 | |
— | — | @@ -8296,6 +9048,7 @@ |
8297 | 9049 | 'centralnotice-preview' => 'முன்தோற்றம்', |
8298 | 9050 | 'centralnotice-remove' => 'நீக்கு', |
8299 | 9051 | 'centralnotice-add' => 'சேர்க்கவும்', |
| 9052 | + 'centralnotice-multiple' => 'ஒன்றுக்கு மேற்பட்ட ($1)', |
8300 | 9053 | 'centralnotice-translations' => 'மொழிபெயர்ப்புக்கள்', |
8301 | 9054 | 'centralnotice-translate-to' => 'மொழிபெயர்ப்பு செய்யவும்', |
8302 | 9055 | 'centralnotice-translate' => 'மொழிபெயர்ப்பு செய்யவும்', |
— | — | @@ -8319,6 +9072,10 @@ |
8320 | 9073 | 'centralnotice-number-uses' => 'பயன்பாடுகள்', |
8321 | 9074 | 'centralnotice-message' => 'செய்தி', |
8322 | 9075 | 'centralnotice-clone-name' => 'பெயர்:', |
| 9076 | + 'centralnotice-insert' => 'உள்ளீடு செய்யவும்: $1', |
| 9077 | + 'centralnotice-banner-anonymous' => 'அடையாளம் காட்டாத பயனர்கள்', |
| 9078 | + 'centralnotice-banner-logged-in' => 'புகுபதிகை செய்த பயனர்கள்', |
| 9079 | + 'centralnotice-banner-hidable' => 'நிலையானது/மறைக்கக்கூடியது', |
8323 | 9080 | 'centralnotice-countries' => 'நாடுகள்', |
8324 | 9081 | 'centralnotice-country' => 'நாடு', |
8325 | 9082 | 'centralnotice-percentage' => 'சதவிகிதம்/விழுக்காடு', |
— | — | @@ -8342,22 +9099,32 @@ |
8343 | 9100 | 'centralnotice-add-new' => 'కొత్త కేంద్రీయ గమనికని చేర్చు', |
8344 | 9101 | 'centralnotice-remove' => 'తొలగించు', |
8345 | 9102 | 'centralnotice-translate-heading' => '$1కి అనువాదం', |
| 9103 | + 'centralnotice-manage' => 'ప్రచారోద్యమాల నిర్వహణ', |
8346 | 9104 | 'centralnotice-add' => 'చేర్చు', |
| 9105 | + 'centralnotice-add-notice' => 'ఒక ప్రచారోద్యమాన్ని చేర్చండి', |
| 9106 | + 'centralnotice-edit-notice' => 'ప్రచారోద్యమాన్ని మార్చండి', |
8347 | 9107 | 'centralnotice-add-template' => 'ఒక మూసని చేర్చు', |
| 9108 | + 'centralnotice-show-notices' => 'ప్రచారోద్యమాలని చూపించు', |
8348 | 9109 | 'centralnotice-list-templates' => 'మూసలను చూపించు', |
| 9110 | + 'centralnotice-multiple' => 'బహుళం ($1)', |
8349 | 9111 | 'centralnotice-translations' => 'అనువాదాలు', |
8350 | 9112 | 'centralnotice-translate' => 'అనువదించండి', |
8351 | 9113 | 'centralnotice-english' => 'ఇంగ్లీష్', |
8352 | 9114 | 'centralnotice-banner-name' => 'మూస పేరు', |
8353 | 9115 | 'centralnotice-templates' => 'మూసలు', |
8354 | 9116 | 'centralnotice-weight' => 'భారం', |
| 9117 | + 'centralnotice-locked' => 'తాళం వేసారు', |
| 9118 | + 'centralnotice-notice' => 'ప్రచారోద్యమం', |
| 9119 | + 'centralnotice-notice-heading' => 'ప్రచారోద్యమం: $1', |
8355 | 9120 | 'centralnotice-notices' => 'గమనికలు', |
8356 | 9121 | 'centralnotice-notice-exists' => 'గమనిక ఇప్పటికే ఉంది. |
8357 | 9122 | చేర్చట్లేదు', |
| 9123 | + 'centralnotice-no-language' => 'ప్రచారోద్యమానికి ఏ భాషనీ ఎంచుకోలేదు. కనుక చేర్చట్లేదు.', |
8358 | 9124 | 'centralnotice-template-exists' => 'మూస ఇప్పటికే ఉంది. |
8359 | 9125 | చేర్చట్లేదు', |
8360 | | - 'centralnotice-notice-doesnt-exist' => 'గమనిక లేనే లేదు. |
8361 | | -ఏమీ తొలగించలేదు', |
| 9126 | + 'centralnotice-notice-doesnt-exist' => 'ప్రచారోద్యమం లేనే లేదు.', |
| 9127 | + 'centralnotice-remove-notice-doesnt-exist' => 'ప్రచారోద్యమం లేనే లేదు. |
| 9128 | +తొలగించాల్సింది ఏమీలేదు.', |
8362 | 9129 | 'centralnotice-template-body' => 'మూస వివరణ:', |
8363 | 9130 | 'centralnotice-day' => 'రోజు', |
8364 | 9131 | 'centralnotice-year' => 'సంవత్సరం', |
— | — | @@ -8365,27 +9132,44 @@ |
8366 | 9133 | 'centralnotice-hours' => 'గంట', |
8367 | 9134 | 'centralnotice-min' => 'నిమిషం', |
8368 | 9135 | 'centralnotice-project-lang' => 'ప్రాజెక్టు భాష', |
| 9136 | + 'centralnotice-select' => 'ఎంచుకోండి: $1', |
8369 | 9137 | 'centralnotice-top-ten-languages' => 'పై 10 భాషలు', |
8370 | 9138 | 'centralnotice-project-name' => 'ప్రాజెక్టు పేరు', |
8371 | 9139 | 'centralnotice-start-date' => 'ప్రారంభ తేదీ', |
8372 | 9140 | 'centralnotice-start-time' => 'ప్రారంభ సమయం (UTC)', |
| 9141 | + 'centralnotice-end-time' => 'ముగింపు సమయం (UTC)', |
8373 | 9142 | 'centralnotice-no-templates' => 'మూసలు ఏమీ లేవు. |
8374 | 9143 | కొన్నింటిని చేర్చండి!', |
8375 | 9144 | 'centralnotice-available-templates' => 'అందుబాటులో ఉన్న మూసలు', |
8376 | 9145 | 'centralnotice-preview-template' => 'మూస మునుజూపు', |
8377 | 9146 | 'centralnotice-change-lang' => 'అనువాదపు భాషని మార్చండి', |
8378 | 9147 | 'centralnotice-weights' => 'భారాలు', |
| 9148 | + 'centralnotice-notice-is-locked' => 'ప్రచారోద్యమానికి తాళంవేసారు. |
| 9149 | +తొలగించడం లేదు.', |
| 9150 | + 'centralnotice-invalid-date-range' => 'చెల్లని తేదీ అవధి. |
| 9151 | +తాజాకరించుటలేదు.', |
| 9152 | + 'centralnotice-confirm-delete' => 'ఈ అంశాన్ని మీరు నిజంగానే తొలగించాలనుకుంటున్నారా? |
| 9153 | +ఈ చర్యని వెనక్కితీసుకోలేరు.', |
8379 | 9154 | 'centralnotice-no-notices-exist' => 'గమనికలు ఏమీ లేవు. |
8380 | 9155 | క్రింద చేర్చండి.', |
8381 | 9156 | 'centralnotice-number-uses' => 'వాడుకరులు', |
8382 | 9157 | 'centralnotice-settings' => 'అమరికలు', |
8383 | 9158 | 'centralnotice-edit-template' => 'మూసని మార్చు', |
| 9159 | + 'centralnotice-edit-template-summary' => 'అనువదించదగ్గ సందేశాన్ని సృష్టించడానికి, హైఫన్లతో కూడిన పదబంధాన్ని మూడు మీసాల బ్రాకెట్ల మధ్యలో ఉంచండి, ఉ.దా. {{{jimbo-quote}}}.', |
8384 | 9160 | 'centralnotice-message' => 'సందేశం', |
8385 | 9161 | 'centralnotice-clone-name' => 'పేరు:', |
| 9162 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} లంకె', |
| 9163 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} లంకె', |
| 9164 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} లంకె', |
| 9165 | + 'centralnotice-close-button' => 'మూసివేయి బొత్తం', |
| 9166 | + 'centralnotice-translate-button' => 'అనువాదానికి తోడ్పడండి లంకె', |
| 9167 | + 'centralnotice-donate-button' => 'విరాళమివ్వండి బొత్తం', |
8386 | 9168 | 'centralnotice-banner-display' => 'ఎవరికి చూపించాలి:', |
8387 | 9169 | 'centralnotice-banner-anonymous' => 'అజ్ఞాత వాడుకరులు', |
8388 | 9170 | 'centralnotice-banner-logged-in' => 'ప్రవేశించిన వాడుకరులు', |
| 9171 | + 'centralnotice-banner-hidable' => 'స్థిరం/దాచదగ్గది', |
8389 | 9172 | 'centralnotice-countries' => 'దేశాలు', |
| 9173 | + 'centralnotice-allocation' => 'కేటాయింపు', |
8390 | 9174 | 'centralnotice-country' => 'దేశం', |
8391 | 9175 | 'centralnotice-percentage' => 'శాతం', |
8392 | 9176 | ); |
— | — | @@ -8682,7 +9466,8 @@ |
8683 | 9467 | */ |
8684 | 9468 | $messages['tk'] = array( |
8685 | 9469 | 'centralnotice' => 'Merkezi uwedomleniýe admini', |
8686 | | - 'noticetemplate' => 'Merkezi uwedomleniýe şablony', |
| 9470 | + 'noticetemplate' => 'Merkezi uwedomleniýe admini', |
| 9471 | + 'bannerallocation' => 'Merkezi uwedomleniýe admini', |
8687 | 9472 | 'right-centralnotice-admin' => 'Merkezi uwedomleniýeleri dolandyr', |
8688 | 9473 | 'action-centralnotice-admin' => 'merkezi uwedomleniýeleri dolandyr', |
8689 | 9474 | 'centralnotice-desc' => 'Merkezi uwedomleniýe goşýar', |
— | — | @@ -8693,31 +9478,42 @@ |
8694 | 9479 | 'centralnotice-end-date' => 'Gutaryş senesi', |
8695 | 9480 | 'centralnotice-enabled' => 'Açyk', |
8696 | 9481 | 'centralnotice-modify' => 'Tabşyr', |
| 9482 | + 'centralnotice-save-banner' => 'Banneri ýazdyr', |
8697 | 9483 | 'centralnotice-preview' => 'Deslapky syn', |
8698 | 9484 | 'centralnotice-add-new' => 'Täze merkezi uwedomleniýe goş', |
8699 | 9485 | 'centralnotice-remove' => 'Aýyr', |
8700 | 9486 | 'centralnotice-translate-heading' => '$1 üçin terjime', |
8701 | 9487 | 'centralnotice-manage' => 'Merkezi uwedomleniýäni dolandyr', |
| 9488 | + 'centralnotice-manage-templates' => 'Bannerleri dolandyr', |
8702 | 9489 | 'centralnotice-add' => 'Goş', |
8703 | 9490 | 'centralnotice-add-notice' => 'Uwedomleniýe goş', |
| 9491 | + 'centralnotice-edit-notice' => 'Kampaniýany redaktirle', |
8704 | 9492 | 'centralnotice-add-template' => 'Şablon goş', |
8705 | 9493 | 'centralnotice-show-notices' => 'Uwedomleniýeleri görkez', |
8706 | 9494 | 'centralnotice-list-templates' => 'Şablonlaryň sanawyny görkez', |
| 9495 | + 'centralnotice-multiple' => 'köpsanly ($1)', |
8707 | 9496 | 'centralnotice-translations' => 'Terjimeler', |
8708 | 9497 | 'centralnotice-translate-to' => 'Şu dile terjime et:', |
8709 | 9498 | 'centralnotice-translate' => 'Terjime et', |
8710 | 9499 | 'centralnotice-english' => 'iňlisçe', |
8711 | | - 'centralnotice-banner-name' => 'Şablon ady', |
| 9500 | + 'centralnotice-banner-name' => 'Banner ady:', |
| 9501 | + 'centralnotice-banner' => 'Banner', |
| 9502 | + 'centralnotice-banner-heading' => 'Banner: $1', |
8712 | 9503 | 'centralnotice-templates' => 'Şablonlar', |
8713 | 9504 | 'centralnotice-weight' => 'Agram', |
8714 | 9505 | 'centralnotice-locked' => 'Gulply', |
| 9506 | + 'centralnotice-notice' => 'Kampaniýa', |
| 9507 | + 'centralnotice-notice-heading' => 'Kampaniýa: $1', |
8715 | 9508 | 'centralnotice-notices' => 'Uwedomleniýeler', |
8716 | 9509 | 'centralnotice-notice-exists' => 'Uwedomleniýe eýýäm bar. |
8717 | 9510 | Goşulmaýar', |
| 9511 | + 'centralnotice-no-language' => 'Kampaniýa üçin dil saýlanylmandyr. Goşulmaýar.', |
8718 | 9512 | 'centralnotice-template-exists' => 'Şablon eýýäm bar. |
8719 | 9513 | Goşulmaýar', |
8720 | | - 'centralnotice-notice-doesnt-exist' => 'Uwedomleniýe ýok. |
| 9514 | + 'centralnotice-notice-doesnt-exist' => 'Kampaniýa ýok.', |
| 9515 | + 'centralnotice-remove-notice-doesnt-exist' => 'Kampaniýa ýok. |
8721 | 9516 | Aýyrmaga zat ýok', |
| 9517 | + 'centralnotice-banner-doesnt-exist' => 'Banner ýok.', |
8722 | 9518 | 'centralnotice-template-still-bound' => 'Şablon henizem bir uwedomleniýä bagly. |
8723 | 9519 | Aýrylmaýar.', |
8724 | 9520 | 'centralnotice-template-body' => 'Şablon göwresi:', |
— | — | @@ -8727,9 +9523,12 @@ |
8728 | 9524 | 'centralnotice-hours' => 'Sagat', |
8729 | 9525 | 'centralnotice-min' => 'Minut', |
8730 | 9526 | 'centralnotice-project-lang' => 'Taslama dili', |
| 9527 | + 'centralnotice-select' => 'Saýla: $1', |
| 9528 | + 'centralnotice-top-ten-languages' => 'Birinji 10 dil', |
8731 | 9529 | 'centralnotice-project-name' => 'Taslama ady', |
8732 | 9530 | 'centralnotice-start-date' => 'Başlangyç senesi', |
8733 | 9531 | 'centralnotice-start-time' => 'Başlangyç wagty (UTC)', |
| 9532 | + 'centralnotice-end-time' => 'Gutarýan wagty (UTC)', |
8734 | 9533 | 'centralnotice-assigned-templates' => 'Bellenilen şablonlar', |
8735 | 9534 | 'centralnotice-no-templates' => 'Hiç hili şablon tapylmady. |
8736 | 9535 | Biraz goşuň!', |
— | — | @@ -8754,12 +9553,37 @@ |
8755 | 9554 | Aşak birini goşuň.', |
8756 | 9555 | 'centralnotice-no-templates-translate' => 'Terjimeleri redaktirlemek üçin hiç hili şablon ýok.', |
8757 | 9556 | 'centralnotice-number-uses' => 'Ulanyşlar', |
| 9557 | + 'centralnotice-settings' => 'Sazlamalar', |
8758 | 9558 | 'centralnotice-edit-template' => 'Şablony redaktirle', |
| 9559 | + 'centralnotice-edit-template-summary' => 'Ýerlileşdirip bolýan bir habar döretmek üçin, defisli bir teksti üç figuraly ýaýyň içine ýazyň, meselem: {{{jimbo-quote}}}', |
8759 | 9560 | 'centralnotice-message' => 'Habarlaşyk', |
8760 | 9561 | 'centralnotice-message-not-set' => 'Habarlaşyk bellenilmändir', |
8761 | 9562 | 'centralnotice-clone' => 'Klonirle', |
8762 | 9563 | 'centralnotice-clone-notice' => 'Şablonyň nusgasyny döret', |
| 9564 | + 'centralnotice-clone-name' => 'At:', |
8763 | 9565 | 'centralnotice-preview-all-template-translations' => 'Şablonyň bar bolan ähli terjimelerini deslapky synla', |
| 9566 | + 'centralnotice-insert' => 'Sal: $1', |
| 9567 | + 'centralnotice-hide-button' => 'çykgydy {{int:centralnotice-shared-hide}}', |
| 9568 | + 'centralnotice-collapse-button' => 'çykgydy {{int:centralnotice-shared-collapse}}', |
| 9569 | + 'centralnotice-expand-button' => 'çykgydy {{int:centralnotice-shared-expand}}', |
| 9570 | + 'centralnotice-close-button' => 'Ýap düwmesi', |
| 9571 | + 'centralnotice-translate-button' => 'Terjimä kömek et çykgydy', |
| 9572 | + 'centralnotice-donate-button' => 'Bagyş et düwmesi', |
| 9573 | + 'centralnotice-expanded-banner' => 'Giňeldilen banner', |
| 9574 | + 'centralnotice-collapsed-banner' => 'Düýrlenen banner', |
| 9575 | + 'centralnotice-banner-display' => 'Şunda görkez:', |
| 9576 | + 'centralnotice-banner-anonymous' => 'Anonim ulanyjylar', |
| 9577 | + 'centralnotice-banner-logged-in' => 'Sessiýa açan ulanyjylar', |
| 9578 | + 'centralnotice-banner-type' => 'Banner görnüşi:', |
| 9579 | + 'centralnotice-banner-hidable' => 'Statik/Gizlenilýän', |
| 9580 | + 'centralnotice-banner-collapsible' => 'Düýrlenýän', |
| 9581 | + 'centralnotice-geotargeted' => 'Geo-bellikli', |
| 9582 | + 'centralnotice-countries' => 'Ýurtlar', |
| 9583 | + 'centralnotice-allocation' => 'Ýerleşiş', |
| 9584 | + 'centralnotice-view-allocation' => 'Bannerleriň ýerleşişini görkez', |
| 9585 | + 'centralnotice-country' => 'Ýurt', |
| 9586 | + 'centralnotice-no-allocation' => 'Hiç hili banner ýerleşdirilmändir.', |
| 9587 | + 'centralnotice-percentage' => 'Göterim', |
8764 | 9588 | 'centralnotice-preferred' => 'Ileri tutulýan', |
8765 | 9589 | ); |
8766 | 9590 | |
— | — | @@ -8894,6 +9718,16 @@ |
8895 | 9719 | 'centralnotice-preferred' => 'Mas ninanais', |
8896 | 9720 | ); |
8897 | 9721 | |
| 9722 | +/** Tok Pisin (Tok Pisin) |
| 9723 | + * @author Iketsi |
| 9724 | + */ |
| 9725 | +$messages['tpi'] = array( |
| 9726 | + 'centralnotice-translations' => 'Ol tantok', |
| 9727 | + 'centralnotice-translate-to' => 'Tantok long', |
| 9728 | + 'centralnotice-translate' => 'Tantok', |
| 9729 | + 'centralnotice-day' => 'De', |
| 9730 | +); |
| 9731 | + |
8898 | 9732 | /** Turkish (Türkçe) |
8899 | 9733 | * @author Joseph |
8900 | 9734 | * @author Karduelis |
— | — | @@ -8901,7 +9735,8 @@ |
8902 | 9736 | */ |
8903 | 9737 | $messages['tr'] = array( |
8904 | 9738 | 'centralnotice' => 'Merkezi uyarı yöneticisi', |
8905 | | - 'noticetemplate' => 'Merkezi uyarı şablonu', |
| 9739 | + 'noticetemplate' => 'Merkezi uyarı yöneticisi', |
| 9740 | + 'bannerallocation' => 'Merkezi uyarı yöneticisi', |
8906 | 9741 | 'right-centralnotice-admin' => 'Merkezi uyarıları yönet', |
8907 | 9742 | 'action-centralnotice-admin' => 'merkezi uyarıları yönet', |
8908 | 9743 | 'centralnotice-desc' => 'Merkezi site uyarısı ekler', |
— | — | @@ -8912,31 +9747,44 @@ |
8913 | 9748 | 'centralnotice-end-date' => 'Bitiş tarihi', |
8914 | 9749 | 'centralnotice-enabled' => 'Etkinleştirilmiş', |
8915 | 9750 | 'centralnotice-modify' => 'Gönder', |
| 9751 | + 'centralnotice-save-banner' => 'Afişi kaydet', |
8916 | 9752 | 'centralnotice-preview' => 'Ön izleme', |
8917 | 9753 | 'centralnotice-add-new' => 'Yeni bir merkezi uyarı ekle', |
8918 | 9754 | 'centralnotice-remove' => 'Çıkar', |
8919 | 9755 | 'centralnotice-translate-heading' => '$1 için çeviri', |
8920 | 9756 | 'centralnotice-manage' => 'Merkezi uyarıyı yönet', |
| 9757 | + 'centralnotice-manage-templates' => 'Afişleri yönet', |
8921 | 9758 | 'centralnotice-add' => 'Ekle', |
8922 | 9759 | 'centralnotice-add-notice' => 'Bir uyarı ekle', |
| 9760 | + 'centralnotice-edit-notice' => 'Kampanyayı düzenle', |
8923 | 9761 | 'centralnotice-add-template' => 'Bir şablon ekle', |
8924 | 9762 | 'centralnotice-show-notices' => 'Uyarıları göster', |
8925 | 9763 | 'centralnotice-list-templates' => 'Şablonları listele', |
| 9764 | + 'centralnotice-multiple' => 'Çoklu ($1)', |
| 9765 | + 'centralnotice-all-projects' => 'Tüm projeler', |
8926 | 9766 | 'centralnotice-translations' => 'Çeviriler', |
8927 | 9767 | 'centralnotice-translate-to' => 'Şu dile çevir', |
8928 | 9768 | 'centralnotice-translate' => 'Çevir', |
8929 | 9769 | 'centralnotice-english' => 'İngilizce', |
8930 | | - 'centralnotice-banner-name' => 'Şablon adı', |
| 9770 | + 'centralnotice-banner-name' => 'Afiş adı:', |
| 9771 | + 'centralnotice-banner' => 'Afiş', |
| 9772 | + 'centralnotice-banner-heading' => 'Afiş: $1', |
8931 | 9773 | 'centralnotice-templates' => 'Şablonlar', |
8932 | 9774 | 'centralnotice-weight' => 'Önem', |
8933 | 9775 | 'centralnotice-locked' => 'Kilitli', |
| 9776 | + 'centralnotice-notice' => 'Kampanya', |
| 9777 | + 'centralnotice-notice-heading' => 'Kampanya: $1', |
8934 | 9778 | 'centralnotice-notices' => 'Uyarılar', |
8935 | 9779 | 'centralnotice-notice-exists' => 'Uyarı zaten var. |
8936 | 9780 | Eklenmiyor', |
| 9781 | + 'centralnotice-no-language' => 'Kampanya için hiç bir dil seçilmedi. Eklenmiyor.', |
| 9782 | + 'centralnotice-no-project' => 'Kampanya için hiç bir proje seçilmedi. Eklenmiyor.', |
8937 | 9783 | 'centralnotice-template-exists' => 'Şablon zaten var. |
8938 | 9784 | Eklenmiyor', |
8939 | | - 'centralnotice-notice-doesnt-exist' => 'Uyarı mevcut değil. |
8940 | | -Çıkaracak birşey yok', |
| 9785 | + 'centralnotice-notice-doesnt-exist' => 'Kampanya mevcut değil.', |
| 9786 | + 'centralnotice-remove-notice-doesnt-exist' => 'Kampanya mevcut değil. |
| 9787 | +Çıkarılacak bir şey yok.', |
| 9788 | + 'centralnotice-banner-doesnt-exist' => 'Afiş mevcut değil.', |
8941 | 9789 | 'centralnotice-template-still-bound' => 'Şablon hala bir uyarıya bağlı. |
8942 | 9790 | Kaldırılmıyor.', |
8943 | 9791 | 'centralnotice-template-body' => 'Şablon gövdesi:', |
— | — | @@ -8946,9 +9794,12 @@ |
8947 | 9795 | 'centralnotice-hours' => 'Saat', |
8948 | 9796 | 'centralnotice-min' => 'Dakika', |
8949 | 9797 | 'centralnotice-project-lang' => 'Proje dili', |
| 9798 | + 'centralnotice-select' => 'Seç: $1', |
| 9799 | + 'centralnotice-top-ten-languages' => 'Top 10 dil', |
8950 | 9800 | 'centralnotice-project-name' => 'Proje adı', |
8951 | 9801 | 'centralnotice-start-date' => 'Başlangıç tarihi', |
8952 | 9802 | 'centralnotice-start-time' => 'Başlangıç zamanı (UTC)', |
| 9803 | + 'centralnotice-end-time' => 'Bitiş zamanı (UTC)', |
8953 | 9804 | 'centralnotice-assigned-templates' => 'Atanmış şablonlar', |
8954 | 9805 | 'centralnotice-no-templates' => 'Hiç şablon bulunamadı. |
8955 | 9806 | Birkaç tane ekleyin!', |
— | — | @@ -8974,6 +9825,7 @@ |
8975 | 9826 | Aşağıya bir tane ekleyin', |
8976 | 9827 | 'centralnotice-no-templates-translate' => 'Çevirileri değiştirmek için hiç şablon yok', |
8977 | 9828 | 'centralnotice-number-uses' => 'Kullanımlar', |
| 9829 | + 'centralnotice-settings' => 'Ayarlar', |
8978 | 9830 | 'centralnotice-edit-template' => 'Şablonu değiştir', |
8979 | 9831 | 'centralnotice-edit-template-summary' => 'Yerelleştirilebilir bir mesaj oluşturmak için, tireli bir metni üç köşeli parantez arasına yazın, örnek {{{jimbo-quote}}}', |
8980 | 9832 | 'centralnotice-message' => 'Mesaj', |
— | — | @@ -8982,6 +9834,34 @@ |
8983 | 9835 | 'centralnotice-clone-notice' => 'Şablonun kopyasını oluştur', |
8984 | 9836 | 'centralnotice-clone-name' => 'Adı:', |
8985 | 9837 | 'centralnotice-preview-all-template-translations' => 'Şablonun bütün uygun çevirilerini önizle', |
| 9838 | + 'centralnotice-insert' => 'Ekle: $1', |
| 9839 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} bağlantısı', |
| 9840 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} bağlantısı', |
| 9841 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} bağlantısı', |
| 9842 | + 'centralnotice-close-button' => 'Kapatma düğmesi', |
| 9843 | + 'centralnotice-translate-button' => 'Çevirmeye yardım edin bağlantısı', |
| 9844 | + 'centralnotice-donate-button' => 'Bağış düğmesi', |
| 9845 | + 'centralnotice-expanded-banner' => 'Genişletilmiş afiş', |
| 9846 | + 'centralnotice-collapsed-banner' => 'Daraltılmış afiş', |
| 9847 | + 'centralnotice-banner-display' => 'Görüntüle:', |
| 9848 | + 'centralnotice-banner-anonymous' => 'Anonim kullanıcılar', |
| 9849 | + 'centralnotice-banner-logged-in' => 'Giriş yapmış kullanıcılar', |
| 9850 | + 'centralnotice-banner-type' => 'Afiş türü:', |
| 9851 | + 'centralnotice-banner-hidable' => 'Statik/Gizlenebilir', |
| 9852 | + 'centralnotice-banner-collapsible' => 'Daralabilir', |
| 9853 | + 'centralnotice-geotargeted' => 'Geo-hedefli', |
| 9854 | + 'centralnotice-countries' => 'Ülkeler', |
| 9855 | + 'centralnotice-allocation' => 'Tahsis', |
| 9856 | + 'centralnotice-view-allocation' => 'Afiş tahsisini gör', |
| 9857 | + 'centralnotice-allocation-instructions' => 'Afiş tahsisini görmek istediğiniz çevreyi seçin:', |
| 9858 | + 'centralnotice-languages' => 'Diller', |
| 9859 | + 'centralnotice-projects' => 'Projeler', |
| 9860 | + 'centralnotice-country' => 'Ülke', |
| 9861 | + 'centralnotice-no-allocation' => 'Hiçbir afiş tahsis edilmemiş.', |
| 9862 | + 'centralnotice-allocation-description' => '$1 için afiş tahsisi. $2 $3 de:', |
| 9863 | + 'centralnotice-percentage' => 'Yüzde', |
| 9864 | + 'centralnotice-documentwrite-error' => 'document.write() afiş içinde kullanılamaz. |
| 9865 | +Daha fazla bilgi için http://meta.wikimedia.org/wiki/Help:CentralNotice adresine bakın.', |
8986 | 9866 | 'centralnotice-preferred' => 'Tercih edilen', |
8987 | 9867 | ); |
8988 | 9868 | |
— | — | @@ -8990,7 +9870,8 @@ |
8991 | 9871 | */ |
8992 | 9872 | $messages['tt-cyrl'] = array( |
8993 | 9873 | 'centralnotice' => 'Хәбәрләр белән идарә итү үзәге', |
8994 | | - 'noticetemplate' => 'Үзәк хәбәрләр үрнәге', |
| 9874 | + 'noticetemplate' => 'Хәбәрләр белән идарә итү үзәге', |
| 9875 | + 'bannerallocation' => 'Хәбәрләр белән идарә итү үзәге', |
8995 | 9876 | 'right-centralnotice-admin' => 'Үзәкләштерелгән идарә иту системасы', |
8996 | 9877 | 'action-centralnotice-admin' => 'үзәкләштерелгән идарә иту системасы', |
8997 | 9878 | 'centralnotice-desc' => 'Сәхифәнең гомуми хатларын йөкли', |
— | — | @@ -9000,30 +9881,41 @@ |
9001 | 9882 | 'centralnotice-end-date' => 'Бетү вакыты', |
9002 | 9883 | 'centralnotice-enabled' => 'Ачылган', |
9003 | 9884 | 'centralnotice-modify' => 'Җибәрү', |
| 9885 | + 'centralnotice-save-banner' => 'Өлгене саклау', |
9004 | 9886 | 'centralnotice-preview' => 'Алдан карау', |
9005 | 9887 | 'centralnotice-add-new' => 'Яңа хәбәр өстәү', |
9006 | 9888 | 'centralnotice-remove' => 'Бетерү', |
9007 | 9889 | 'centralnotice-translate-heading' => '$1 өчен тәрҗемә', |
9008 | 9890 | 'centralnotice-manage' => 'Хәбәрләр белән идарә итү', |
| 9891 | + 'centralnotice-manage-templates' => 'Өлгеләр белән идарә итү', |
9009 | 9892 | 'centralnotice-add' => 'Өстәргә', |
9010 | 9893 | 'centralnotice-add-notice' => 'Яңа хәбәр өстәү', |
9011 | 9894 | 'centralnotice-edit-notice' => 'Хәбәрне үзгәртү', |
9012 | 9895 | 'centralnotice-add-template' => 'Үрнәк өстәү', |
9013 | 9896 | 'centralnotice-show-notices' => 'Хәбәрне ачарга', |
9014 | 9897 | 'centralnotice-list-templates' => 'Үрнәкләр исемлеге', |
| 9898 | + 'centralnotice-multiple' => 'берничә ($1)', |
| 9899 | + 'centralnotice-all-projects' => 'Барлык проектлар', |
9015 | 9900 | 'centralnotice-translations' => 'Тәрҗемәләр', |
9016 | 9901 | 'centralnotice-translate-to' => 'Тәрҗемә', |
9017 | 9902 | 'centralnotice-translate' => 'Тәрҗемә', |
9018 | 9903 | 'centralnotice-english' => 'инглиз', |
9019 | 9904 | 'centralnotice-banner-name' => 'Үрнәкнең исеме:', |
| 9905 | + 'centralnotice-banner' => 'Өлге', |
| 9906 | + 'centralnotice-banner-heading' => 'Өлге: $1', |
9020 | 9907 | 'centralnotice-templates' => 'Үрнәкләр', |
9021 | 9908 | 'centralnotice-weight' => 'Киңлек', |
9022 | 9909 | 'centralnotice-locked' => 'Чикләнгән', |
| 9910 | + 'centralnotice-notice' => 'Кампания', |
| 9911 | + 'centralnotice-notice-heading' => 'Кампания: $1', |
9023 | 9912 | 'centralnotice-notices' => 'хәбәрләр', |
9024 | 9913 | 'centralnotice-notice-exists' => 'Мондый хәбәр бар инде', |
| 9914 | + 'centralnotice-no-language' => 'Әлеге кампания өчен тел сайланмаган. Кертелмәгән.', |
| 9915 | + 'centralnotice-no-project' => 'Кампанияне үткәрү өчен бер генә проект та сайланмаган. Кертелмәгән.', |
9025 | 9916 | 'centralnotice-template-exists' => 'Мондый үрнәк бар инде', |
9026 | 9917 | 'centralnotice-notice-doesnt-exist' => 'Мондый хәбәр юк', |
9027 | 9918 | 'centralnotice-remove-notice-doesnt-exist' => 'Мондый хәбәрне юкка чыгару мөмкин түгел, чөнки ул юк', |
| 9919 | + 'centralnotice-banner-doesnt-exist' => 'Өлге юк.', |
9028 | 9920 | 'centralnotice-template-still-bound' => 'Үрнәк һаман хәбәргә бәйләнгән, юкка чыгарырга мөмкин түгел.', |
9029 | 9921 | 'centralnotice-template-body' => 'Үрнәкнең эчтәлеге:', |
9030 | 9922 | 'centralnotice-day' => 'Көн', |
— | — | @@ -9032,9 +9924,12 @@ |
9033 | 9925 | 'centralnotice-hours' => 'Сәгать', |
9034 | 9926 | 'centralnotice-min' => 'Минут', |
9035 | 9927 | 'centralnotice-project-lang' => 'Проектның теле', |
| 9928 | + 'centralnotice-select' => 'Сайланма: $1', |
| 9929 | + 'centralnotice-top-ten-languages' => '10 тел', |
9036 | 9930 | 'centralnotice-project-name' => 'Проектның исеме', |
9037 | 9931 | 'centralnotice-start-date' => 'Башлау вакыты', |
9038 | 9932 | 'centralnotice-start-time' => 'Башлау сәгате (UTC)', |
| 9933 | + 'centralnotice-end-time' => 'Бетү вакыты (UTC)', |
9039 | 9934 | 'centralnotice-assigned-templates' => 'Куелган үрнәкләр', |
9040 | 9935 | 'centralnotice-no-templates' => 'Үрнәкләр табылмады', |
9041 | 9936 | 'centralnotice-no-templates-assigned' => 'Үрнәккә бәйләнгән хәбәрләр юк', |
— | — | @@ -9051,6 +9946,7 @@ |
9052 | 9947 | 'centralnotice-no-notices-exist' => 'Хәбәрләр юк', |
9053 | 9948 | 'centralnotice-no-templates-translate' => 'Тәрҗемәне карау өчен үрнәк юк', |
9054 | 9949 | 'centralnotice-number-uses' => 'Кулланыла', |
| 9950 | + 'centralnotice-settings' => 'Көйләнмәләр', |
9055 | 9951 | 'centralnotice-edit-template' => 'Үрнәкне үзгәртергә', |
9056 | 9952 | 'centralnotice-edit-template-summary' => 'Локалләштерелгән хат язу өчен, сез җөмләне өчле фигуралы җәяләргә алырга тиешсез. Мәсәлән {{{өземтә-Сәлам}}}.', |
9057 | 9953 | 'centralnotice-message' => 'Хат', |
— | — | @@ -9060,9 +9956,33 @@ |
9061 | 9957 | 'centralnotice-clone-name' => 'Исеме:', |
9062 | 9958 | 'centralnotice-preview-all-template-translations' => 'Үрнәкнең мөмкин булган тәрҗемәләрен карарга', |
9063 | 9959 | 'centralnotice-insert' => 'Өстәү: $1', |
9064 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} төймәсе', |
9065 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} төймәсе', |
9066 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} төймәсе', |
| 9960 | + 'centralnotice-hide-button' => 'Сылтаманы яшерү', |
| 9961 | + 'centralnotice-collapse-button' => 'Сылтаманы ябу', |
| 9962 | + 'centralnotice-expand-button' => 'Сылтаманы ачу', |
| 9963 | + 'centralnotice-close-button' => '«Ябу» төймәсе', |
| 9964 | + 'centralnotice-translate-button' => 'Тәрҗемә итүдә ярдәм сылтамасы', |
| 9965 | + 'centralnotice-donate-button' => 'Иганә төймәсе', |
| 9966 | + 'centralnotice-expanded-banner' => 'Киңәйтелгән өлге', |
| 9967 | + 'centralnotice-collapsed-banner' => 'Кушылган өлге', |
| 9968 | + 'centralnotice-banner-display' => 'Күрсәтү:', |
| 9969 | + 'centralnotice-banner-anonymous' => 'Аноним кулланучылар', |
| 9970 | + 'centralnotice-banner-logged-in' => 'Кулланучылар:', |
| 9971 | + 'centralnotice-banner-type' => 'Өлгенең төре:', |
| 9972 | + 'centralnotice-banner-hidable' => 'Тикторышлы/ Ябылучан', |
| 9973 | + 'centralnotice-banner-collapsible' => 'Ябылучан', |
| 9974 | + 'centralnotice-geotargeted' => 'Геоялгану', |
| 9975 | + 'centralnotice-countries' => 'Илләр', |
| 9976 | + 'centralnotice-allocation' => 'Таралу', |
| 9977 | + 'centralnotice-view-allocation' => 'Өлгеләрнең таралуын карау', |
| 9978 | + 'centralnotice-allocation-instructions' => 'Өлгеләрнең кайда таралуын карау өчен, бирелгән тирәлекне сайлагыз:', |
| 9979 | + 'centralnotice-languages' => 'Телләр', |
| 9980 | + 'centralnotice-projects' => 'Проектлар', |
| 9981 | + 'centralnotice-country' => 'Дәүләт', |
| 9982 | + 'centralnotice-no-allocation' => 'Өлгеләр куелмаган', |
| 9983 | + 'centralnotice-allocation-description' => ' $1.$2 өчен $3 өлкәсендә өлгеләрнең урнашуы:', |
| 9984 | + 'centralnotice-percentage' => 'Процент', |
| 9985 | + 'centralnotice-documentwrite-error' => 'document.write() өлгедә кулланырга ярамый. |
| 9986 | +Тулырак мәгълүмат: [http://meta.wikimedia.org/wiki/Help:CentralNotice http://meta.wikimedia.org/wiki/Help:CentralNotice].', |
9067 | 9987 | 'centralnotice-preferred' => 'Катгый рәвештә', |
9068 | 9988 | ); |
9069 | 9989 | |
— | — | @@ -9074,8 +9994,11 @@ |
9075 | 9995 | ); |
9076 | 9996 | |
9077 | 9997 | /** Ukrainian (Українська) |
| 9998 | + * @author AS |
9078 | 9999 | * @author Ahonc |
9079 | 10000 | * @author Aleksandrit |
| 10001 | + * @author Alex Khimich |
| 10002 | + * @author Arturyatsko |
9080 | 10003 | * @author NickK |
9081 | 10004 | * @author Riwnodennyk |
9082 | 10005 | * @author Ytsukeng Fyvaprol |
— | — | @@ -9084,6 +10007,7 @@ |
9085 | 10008 | $messages['uk'] = array( |
9086 | 10009 | 'centralnotice' => 'Управління централізованими сповіщеннями', |
9087 | 10010 | 'noticetemplate' => 'Управління централізованими сповіщеннями', |
| 10011 | + 'bannerallocation' => 'Управління централізованими сповіщеннями', |
9088 | 10012 | 'right-centralnotice-admin' => 'Управління централізованими сповіщеннями', |
9089 | 10013 | 'action-centralnotice-admin' => 'управління централізованими сповіщеннями', |
9090 | 10014 | 'centralnotice-desc' => 'Додає загальне повідомлення сайту', |
— | — | @@ -9094,6 +10018,7 @@ |
9095 | 10019 | 'centralnotice-end-date' => 'Дата закінчення', |
9096 | 10020 | 'centralnotice-enabled' => 'Включено', |
9097 | 10021 | 'centralnotice-modify' => 'Відправити', |
| 10022 | + 'centralnotice-save-banner' => 'Зберегти банер', |
9098 | 10023 | 'centralnotice-preview' => 'Попередній перегляд', |
9099 | 10024 | 'centralnotice-add-new' => 'Додати нове централізоване повідомлення', |
9100 | 10025 | 'centralnotice-remove' => 'Вилучити', |
— | — | @@ -9106,6 +10031,8 @@ |
9107 | 10032 | 'centralnotice-add-template' => 'Додати шаблон', |
9108 | 10033 | 'centralnotice-show-notices' => 'Показати повідомлення', |
9109 | 10034 | 'centralnotice-list-templates' => 'Cписок шаблонів', |
| 10035 | + 'centralnotice-multiple' => 'декілька ($1)', |
| 10036 | + 'centralnotice-all-projects' => 'Всі проекти', |
9110 | 10037 | 'centralnotice-translations' => 'Переклади', |
9111 | 10038 | 'centralnotice-translate-to' => 'Переклад на', |
9112 | 10039 | 'centralnotice-translate' => 'Переклад', |
— | — | @@ -9117,14 +10044,18 @@ |
9118 | 10045 | 'centralnotice-weight' => 'Ширина', |
9119 | 10046 | 'centralnotice-locked' => 'Заблокований', |
9120 | 10047 | 'centralnotice-notice' => 'Кампанія', |
| 10048 | + 'centralnotice-notice-heading' => 'Кампанія: $1', |
9121 | 10049 | 'centralnotice-notices' => 'повідомлення', |
9122 | 10050 | 'centralnotice-notice-exists' => 'Повідомлення вже існує. |
9123 | 10051 | Не додається', |
| 10052 | + 'centralnotice-no-language' => 'Не обрано мови для проведення кампанії. Не додано.', |
| 10053 | + 'centralnotice-no-project' => 'Жодного проекту не вибрано для проведення кампанії. Не додано.', |
9124 | 10054 | 'centralnotice-template-exists' => 'Шаблон вже існує. |
9125 | 10055 | Не додається', |
9126 | 10056 | 'centralnotice-notice-doesnt-exist' => 'Кампанії не існує.', |
9127 | 10057 | 'centralnotice-remove-notice-doesnt-exist' => 'Кампанії не існує. |
9128 | 10058 | Нема чого вилучати.', |
| 10059 | + 'centralnotice-banner-doesnt-exist' => 'Банер не існує.', |
9129 | 10060 | 'centralnotice-template-still-bound' => "Шаблон, як і раніше, пов'язаний з повідомленням. |
9130 | 10061 | Не видаляється.", |
9131 | 10062 | 'centralnotice-template-body' => 'Тіло шаблону:', |
— | — | @@ -9134,9 +10065,12 @@ |
9135 | 10066 | 'centralnotice-hours' => 'Час', |
9136 | 10067 | 'centralnotice-min' => 'Хвилина', |
9137 | 10068 | 'centralnotice-project-lang' => 'Мова проекту', |
| 10069 | + 'centralnotice-select' => 'Вибрати: $1', |
| 10070 | + 'centralnotice-top-ten-languages' => 'Перших 10 мов', |
9138 | 10071 | 'centralnotice-project-name' => 'Назва проекту', |
9139 | 10072 | 'centralnotice-start-date' => 'Дата початку', |
9140 | 10073 | 'centralnotice-start-time' => 'Час початку (UTC)', |
| 10074 | + 'centralnotice-end-time' => 'Час закінчення (UTC)', |
9141 | 10075 | 'centralnotice-assigned-templates' => 'Встановлені шаблони', |
9142 | 10076 | 'centralnotice-no-templates' => 'Не знайдено шаблонів. |
9143 | 10077 | Додайте що-небудь!', |
— | — | @@ -9162,6 +10096,7 @@ |
9163 | 10097 | Можна додати', |
9164 | 10098 | 'centralnotice-no-templates-translate' => 'Не має жодного шаблону для редагування перекладу', |
9165 | 10099 | 'centralnotice-number-uses' => 'Використовуються', |
| 10100 | + 'centralnotice-settings' => 'Налаштування', |
9166 | 10101 | 'centralnotice-edit-template' => 'Редагувати шаблон', |
9167 | 10102 | 'centralnotice-edit-template-summary' => 'Щоб створити повідомлення, яке можна локалізувати, укладіть рядок з дефісом в три фігурні дужки, наприклад {{{цитата-джимбо}}}.', |
9168 | 10103 | 'centralnotice-message' => 'Повідомлення', |
— | — | @@ -9177,8 +10112,27 @@ |
9178 | 10113 | 'centralnotice-close-button' => 'Кнопка "Закрити"', |
9179 | 10114 | 'centralnotice-translate-button' => 'Допоможіть перекласти посилання', |
9180 | 10115 | 'centralnotice-donate-button' => 'Ґудзик для пожертв', |
| 10116 | + 'centralnotice-expanded-banner' => 'Розширений банер', |
| 10117 | + 'centralnotice-collapsed-banner' => 'Складений банер', |
| 10118 | + 'centralnotice-banner-display' => 'Показати на:', |
9181 | 10119 | 'centralnotice-banner-anonymous' => 'Анонімні користувачі', |
| 10120 | + 'centralnotice-banner-logged-in' => 'Користувачі онлайн', |
9182 | 10121 | 'centralnotice-banner-type' => 'Тип банера:', |
| 10122 | + 'centralnotice-banner-hidable' => 'Статичний / Приховуваний', |
| 10123 | + 'centralnotice-banner-collapsible' => 'Що згортається', |
| 10124 | + 'centralnotice-geotargeted' => "Геоприв'язка", |
| 10125 | + 'centralnotice-countries' => 'Країни', |
| 10126 | + 'centralnotice-allocation' => 'Розподіл', |
| 10127 | + 'centralnotice-view-allocation' => 'Переглянути розміщення банера', |
| 10128 | + 'centralnotice-allocation-instructions' => 'Виберіть середовище, для якого ви хочете переглянути розміщення банера:', |
| 10129 | + 'centralnotice-languages' => 'Мови', |
| 10130 | + 'centralnotice-projects' => 'Проекти', |
| 10131 | + 'centralnotice-country' => 'Країна', |
| 10132 | + 'centralnotice-no-allocation' => 'Немає розміщених банерів.', |
| 10133 | + 'centralnotice-allocation-description' => 'Розміщення банеру для $1.$2 в $3:', |
| 10134 | + 'centralnotice-percentage' => 'Відсоток', |
| 10135 | + 'centralnotice-documentwrite-error' => 'document.write() не може бути використана в банері. |
| 10136 | +Дивіться http://meta.wikimedia.org/wiki/Help:CentralNotice для отримання додаткової інформації.', |
9183 | 10137 | 'centralnotice-preferred' => 'Бажано', |
9184 | 10138 | ); |
9185 | 10139 | |
— | — | @@ -9189,6 +10143,7 @@ |
9190 | 10144 | $messages['vec'] = array( |
9191 | 10145 | 'centralnotice' => 'Gestion notifiche sentralizade', |
9192 | 10146 | 'noticetemplate' => "'Ministrassion dei avisi sentralizà", |
| 10147 | + 'bannerallocation' => "'Ministrassion dei avisi sentralizà", |
9193 | 10148 | 'right-centralnotice-admin' => 'Gestisse i avisi sentralixà', |
9194 | 10149 | 'action-centralnotice-admin' => 'gestir i avisi sentralixà', |
9195 | 10150 | 'centralnotice-desc' => 'Zonta un aviso çentralizà in çima a la pagina (sitenotice)', |
— | — | @@ -9228,9 +10183,13 @@ |
9229 | 10184 | 'centralnotice-notices' => 'Notifiche', |
9230 | 10185 | 'centralnotice-notice-exists' => 'Notifica zà esistente. |
9231 | 10186 | Inserimento mia fato', |
| 10187 | + 'centralnotice-no-language' => 'No te ghè selessionà nissuna lengoa par la canpagna. Inserimento mia fato.', |
9232 | 10188 | 'centralnotice-template-exists' => 'Modèl zà esistente. |
9233 | 10189 | Inserimento mia fato', |
9234 | 10190 | 'centralnotice-notice-doesnt-exist' => 'Sta canpagna no la esiste.', |
| 10191 | + 'centralnotice-remove-notice-doesnt-exist' => 'Campagna mia esistente. |
| 10192 | +Rimozion mia fata.', |
| 10193 | + 'centralnotice-banner-doesnt-exist' => "Sto banner no l'esiste.", |
9235 | 10194 | 'centralnotice-template-still-bound' => 'Modèl ancora ligà a na notifica. |
9236 | 10195 | Rimozion mia fata.', |
9237 | 10196 | 'centralnotice-template-body' => 'Corpo del modèl:', |
— | — | @@ -9245,6 +10204,7 @@ |
9246 | 10205 | 'centralnotice-project-name' => 'Nome del projeto', |
9247 | 10206 | 'centralnotice-start-date' => 'Data de scominsio', |
9248 | 10207 | 'centralnotice-start-time' => 'Ora de scominsio (UTC)', |
| 10208 | + 'centralnotice-end-time' => 'Data de fine (UTC)', |
9249 | 10209 | 'centralnotice-assigned-templates' => 'Modèi assegnà', |
9250 | 10210 | 'centralnotice-no-templates' => 'Nissun modèl catà. |
9251 | 10211 | Zónteghene qualchedun!', |
— | — | @@ -9271,19 +10231,39 @@ |
9272 | 10232 | 'centralnotice-number-uses' => 'Usi', |
9273 | 10233 | 'centralnotice-settings' => 'Inpostassion', |
9274 | 10234 | 'centralnotice-edit-template' => 'Modìfega modèl', |
| 10235 | + 'centralnotice-edit-template-summary' => 'Par crear un messajo localizabile, meti tri parentesi grafe con drento le parole separà da un tratin, es. {{{jimbo-quote}}}.', |
9275 | 10236 | 'centralnotice-message' => 'Messagio', |
9276 | 10237 | 'centralnotice-message-not-set' => 'Messajo mia inpostà', |
9277 | 10238 | 'centralnotice-clone' => 'Copia', |
9278 | 10239 | 'centralnotice-clone-notice' => 'Crea na copia del modèl', |
9279 | 10240 | 'centralnotice-clone-name' => 'Nome:', |
9280 | 10241 | 'centralnotice-preview-all-template-translations' => 'Anteprima de tute le tradussion disponibili del modèl', |
| 10242 | + 'centralnotice-insert' => 'Inserir: $1', |
9281 | 10243 | 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link', |
9282 | 10244 | 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link', |
9283 | 10245 | 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link', |
| 10246 | + 'centralnotice-close-button' => 'Boton Sara', |
| 10247 | + 'centralnotice-translate-button' => 'Juta a tradur el link', |
| 10248 | + 'centralnotice-donate-button' => 'Boton Dona', |
| 10249 | + 'centralnotice-expanded-banner' => 'Banner verto fora', |
| 10250 | + 'centralnotice-collapsed-banner' => 'Banner sarà sù', |
| 10251 | + 'centralnotice-banner-display' => 'Mostrar a:', |
9284 | 10252 | 'centralnotice-banner-anonymous' => 'Utenti anonimi', |
| 10253 | + 'centralnotice-banner-logged-in' => 'Utenti colegà', |
| 10254 | + 'centralnotice-banner-type' => 'Tipo de banner:', |
| 10255 | + 'centralnotice-banner-hidable' => 'Statico/Che se sara', |
| 10256 | + 'centralnotice-banner-collapsible' => 'Che se sara', |
| 10257 | + 'centralnotice-geotargeted' => 'Geolocalisà', |
9285 | 10258 | 'centralnotice-countries' => 'Paesi', |
| 10259 | + 'centralnotice-allocation' => 'Alocassion', |
| 10260 | + 'centralnotice-view-allocation' => 'Varda la disposission dei banner', |
| 10261 | + 'centralnotice-allocation-instructions' => "Scegli l'ambiente dove te vol vedar la disposission dei banner:", |
9286 | 10262 | 'centralnotice-country' => 'Nassion', |
| 10263 | + 'centralnotice-no-allocation' => 'Nissun banner alocà.', |
| 10264 | + 'centralnotice-allocation-description' => 'Alocassion dei banner par $1.$2 in $3:', |
9287 | 10265 | 'centralnotice-percentage' => 'Persentuale', |
| 10266 | + 'centralnotice-documentwrite-error' => 'document.write() no se pol dopararlo drento un banner. |
| 10267 | +Varda http://meta.wikimedia.org/wiki/Help:CentralNotice par informassion.', |
9288 | 10268 | 'centralnotice-preferred' => 'Preferìo', |
9289 | 10269 | ); |
9290 | 10270 | |
— | — | @@ -9318,6 +10298,7 @@ |
9319 | 10299 | 'centralnotice-show-notices' => 'Xem các thông báo', |
9320 | 10300 | 'centralnotice-list-templates' => 'Liệt kê các bảng', |
9321 | 10301 | 'centralnotice-multiple' => 'đa ngữ ($1)', |
| 10302 | + 'centralnotice-all-projects' => 'Tất cả các dự án', |
9322 | 10303 | 'centralnotice-language-listing' => '$1 – $2', |
9323 | 10304 | 'centralnotice-translations' => 'Bản dịch', |
9324 | 10305 | 'centralnotice-translate-to' => 'Dịch ra', |
— | — | @@ -9334,6 +10315,7 @@ |
9335 | 10316 | 'centralnotice-notices' => 'Thông báo', |
9336 | 10317 | 'centralnotice-notice-exists' => 'Không thêm được: thông báo đã tồn tại.', |
9337 | 10318 | 'centralnotice-no-language' => 'Không thêm được: chưa chọn ngôn ngữ cho cuộc vận động.', |
| 10319 | + 'centralnotice-no-project' => 'Không thể bổ sung vì không lựa chọn dự án nào cho cuộc vận động.', |
9338 | 10320 | 'centralnotice-template-exists' => 'Không thêm được: bảng đã tồn tại.', |
9339 | 10321 | 'centralnotice-notice-doesnt-exist' => 'Cuộc vận động không tồn tại.', |
9340 | 10322 | 'centralnotice-remove-notice-doesnt-exist' => 'Cuộc vận động không tồn tại. |
— | — | @@ -9399,6 +10381,8 @@ |
9400 | 10382 | 'centralnotice-allocation' => 'Phân bổ', |
9401 | 10383 | 'centralnotice-view-allocation' => 'Xem cách phân phối bảng', |
9402 | 10384 | 'centralnotice-allocation-instructions' => 'Chọn môi trường để xem cách phân phối bảng:', |
| 10385 | + 'centralnotice-languages' => 'Ngôn ngữ', |
| 10386 | + 'centralnotice-projects' => 'Dự án', |
9403 | 10387 | 'centralnotice-country' => 'Quốc gia', |
9404 | 10388 | 'centralnotice-no-allocation' => 'Chưa có phân phối bảng nào.', |
9405 | 10389 | 'centralnotice-allocation-description' => 'Phân phối bảng cho $1.$2 tại $3:', |
— | — | @@ -9501,12 +10485,35 @@ |
9502 | 10486 | * @author Demmy |
9503 | 10487 | */ |
9504 | 10488 | $messages['yo'] = array( |
| 10489 | + 'centralnotice-end-date' => 'Ọjọ́ọdún ìparí', |
| 10490 | + 'centralnotice-preview' => 'Àkọ́yẹ̀wò', |
| 10491 | + 'centralnotice-remove' => 'Ìyọkúrò', |
| 10492 | + 'centralnotice-translate-heading' => 'Ìyédèpadà fún $1', |
| 10493 | + 'centralnotice-add' => 'Ìròpọ̀', |
| 10494 | + 'centralnotice-translations' => 'Àwọn ìyédèpadà', |
| 10495 | + 'centralnotice-translate-to' => 'Yédèpadà sí', |
| 10496 | + 'centralnotice-translate' => 'Yédèpadà', |
9505 | 10497 | 'centralnotice-english' => 'Gẹ̀ẹ́sì', |
| 10498 | + 'centralnotice-locked' => 'Títìpa', |
9506 | 10499 | 'centralnotice-day' => 'Ọjọ́', |
9507 | 10500 | 'centralnotice-year' => 'Ọdún', |
9508 | 10501 | 'centralnotice-month' => 'Osù', |
9509 | 10502 | 'centralnotice-hours' => 'Wákàtí', |
9510 | 10503 | 'centralnotice-min' => 'Ìṣẹ́jú', |
| 10504 | + 'centralnotice-project-lang' => 'Èdè iṣẹ́-ọwọ́', |
| 10505 | + 'centralnotice-select' => 'Àṣàyàn: $1', |
| 10506 | + 'centralnotice-top-ten-languages' => 'Àwọn èdè 10 aṣájú', |
| 10507 | + 'centralnotice-project-name' => 'Orúkọ iṣẹ́-ọwọ́', |
| 10508 | + 'centralnotice-start-date' => 'Ọjọ́ọdún ìbẹ̀rẹ̀', |
| 10509 | + 'centralnotice-start-time' => 'Àsìkò ìbẹ̀rẹ̀ (UTC)', |
| 10510 | + 'centralnotice-end-time' => 'Àsìkò ìparí (UTC)', |
| 10511 | + 'centralnotice-number-uses' => 'Àwọn ìlò', |
| 10512 | + 'centralnotice-message' => 'Ìránṣẹ́', |
| 10513 | + 'centralnotice-clone-name' => 'Orúkọ:', |
| 10514 | + 'centralnotice-insert' => 'Ìkìbọ̀: $1', |
| 10515 | + 'centralnotice-donate-button' => 'Bọ́tìnì ìṣọrẹ', |
| 10516 | + 'centralnotice-banner-anonymous' => 'Àwọn oníṣe aláìlórúkọ', |
| 10517 | + 'centralnotice-countries' => 'Àwọn orílẹ̀-èdè', |
9511 | 10518 | 'centralnotice-country' => 'Orílẹ̀-èdè', |
9512 | 10519 | ); |
9513 | 10520 | |
— | — | @@ -9521,6 +10528,7 @@ |
9522 | 10529 | |
9523 | 10530 | /** Simplified Chinese (中文(简体)) |
9524 | 10531 | * @author Alex S.H. Lin |
| 10532 | + * @author Chenxiaoqino |
9525 | 10533 | * @author Chenzw |
9526 | 10534 | * @author Gzdavidwong |
9527 | 10535 | * @author Hydra |
— | — | @@ -9532,7 +10540,8 @@ |
9533 | 10541 | */ |
9534 | 10542 | $messages['zh-hans'] = array( |
9535 | 10543 | 'centralnotice' => '中央通告管理', |
9536 | | - 'noticetemplate' => '中央通告模板', |
| 10544 | + 'noticetemplate' => '中央通告管理', |
| 10545 | + 'bannerallocation' => 'Central notice admin', |
9537 | 10546 | 'right-centralnotice-admin' => '管理中央通告', |
9538 | 10547 | 'action-centralnotice-admin' => '管理中央通告', |
9539 | 10548 | 'centralnotice-desc' => '在页面的顶部增加統一的公告栏位', |
— | — | @@ -9543,23 +10552,28 @@ |
9544 | 10553 | 'centralnotice-end-date' => '结束日期', |
9545 | 10554 | 'centralnotice-enabled' => '已启用', |
9546 | 10555 | 'centralnotice-modify' => '提交', |
| 10556 | + 'centralnotice-save-banner' => '保存横幅', |
9547 | 10557 | 'centralnotice-preview' => '预览', |
9548 | 10558 | 'centralnotice-add-new' => '添加一个新的中央通告', |
9549 | 10559 | 'centralnotice-remove' => '移除', |
9550 | 10560 | 'centralnotice-translate-heading' => '$1的翻译', |
9551 | 10561 | 'centralnotice-manage' => '管理中央通告', |
| 10562 | + 'centralnotice-manage-templates' => '管理横幅', |
9552 | 10563 | 'centralnotice-add' => '添加', |
9553 | 10564 | 'centralnotice-add-notice' => '添加一个通告', |
9554 | 10565 | 'centralnotice-edit-notice' => '编辑活动', |
9555 | 10566 | 'centralnotice-add-template' => '添加一个模板', |
9556 | 10567 | 'centralnotice-show-notices' => '显示通告', |
9557 | 10568 | 'centralnotice-list-templates' => '列出模板', |
| 10569 | + 'centralnotice-multiple' => '较多($1)', |
9558 | 10570 | 'centralnotice-all-projects' => '所有项目', |
9559 | 10571 | 'centralnotice-translations' => '翻译', |
9560 | 10572 | 'centralnotice-translate-to' => '翻译到', |
9561 | 10573 | 'centralnotice-translate' => '翻译', |
9562 | 10574 | 'centralnotice-english' => '英语', |
9563 | | - 'centralnotice-banner-name' => '模板名称', |
| 10575 | + 'centralnotice-banner-name' => '横幅名称', |
| 10576 | + 'centralnotice-banner' => '横幅', |
| 10577 | + 'centralnotice-banner-heading' => '横幅:$1', |
9564 | 10578 | 'centralnotice-templates' => '模板', |
9565 | 10579 | 'centralnotice-weight' => '权重', |
9566 | 10580 | 'centralnotice-locked' => '已锁定', |
— | — | @@ -9575,6 +10589,7 @@ |
9576 | 10590 | 'centralnotice-notice-doesnt-exist' => '通告不存在。', |
9577 | 10591 | 'centralnotice-remove-notice-doesnt-exist' => '通告不存在。 |
9578 | 10592 | 没有东西移除', |
| 10593 | + 'centralnotice-banner-doesnt-exist' => '横幅不存在。', |
9579 | 10594 | 'centralnotice-template-still-bound' => '模板不存在。 |
9580 | 10595 | 没有东西移除。', |
9581 | 10596 | 'centralnotice-template-body' => '模板主体:', |
— | — | @@ -9589,6 +10604,7 @@ |
9590 | 10605 | 'centralnotice-project-name' => '计划名称', |
9591 | 10606 | 'centralnotice-start-date' => '开始日期', |
9592 | 10607 | 'centralnotice-start-time' => '开始时间(UTC)', |
| 10608 | + 'centralnotice-end-time' => '结束时间(UTC)', |
9593 | 10609 | 'centralnotice-assigned-templates' => '已分配的模板', |
9594 | 10610 | 'centralnotice-no-templates' => '没有找到模板。 |
9595 | 10611 | 添加一些!', |
— | — | @@ -9614,18 +10630,19 @@ |
9615 | 10631 | 在下面添加一个。', |
9616 | 10632 | 'centralnotice-no-templates-translate' => '没有任何可以编辑翻译的模板', |
9617 | 10633 | 'centralnotice-number-uses' => '使用', |
| 10634 | + 'centralnotice-settings' => '设置', |
9618 | 10635 | 'centralnotice-edit-template' => '编辑模板', |
9619 | | - 'centralnotice-edit-template-summary' => '要创建一个可本地化的消息,使用三个{,例如{{{jimbo-quote}}}。', |
| 10636 | + 'centralnotice-edit-template-summary' => '欲创建一个可本地化的消息,请用三对花括号分隔含连字符的字符串,例如{{{jimbo-quote}}}。', |
9620 | 10637 | 'centralnotice-message' => '消息', |
9621 | 10638 | 'centralnotice-message-not-set' => '没有设置消息', |
9622 | 10639 | 'centralnotice-clone' => '建立副本', |
9623 | 10640 | 'centralnotice-clone-notice' => '创建一个模板的副本', |
9624 | | - 'centralnotice-clone-name' => '名称', |
| 10641 | + 'centralnotice-clone-name' => '名称:', |
9625 | 10642 | 'centralnotice-preview-all-template-translations' => '预览模板的所有可用翻译', |
9626 | 10643 | 'centralnotice-insert' => '插入:$1', |
9627 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} 链接', |
9628 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} 链接', |
9629 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} 链接', |
| 10644 | + 'centralnotice-hide-button' => '隐藏链接', |
| 10645 | + 'centralnotice-collapse-button' => '折叠链接', |
| 10646 | + 'centralnotice-expand-button' => '展开链接', |
9630 | 10647 | 'centralnotice-close-button' => '关闭按钮', |
9631 | 10648 | 'centralnotice-translate-button' => '协助翻译链接', |
9632 | 10649 | 'centralnotice-donate-button' => '捐助按钮', |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialHideBanners.php |
— | — | @@ -0,0 +1,35 @@ |
| 2 | +<?php |
| 3 | +if ( !defined( 'MEDIAWIKI' ) ) { |
| 4 | + echo "CentralNotice extension\n"; |
| 5 | + exit( 1 ); |
| 6 | +} |
| 7 | + |
| 8 | +/** |
| 9 | + * Unlisted Special page to set cookies for hiding banners across all wikis. |
| 10 | + */ |
| 11 | +class SpecialHideBanners extends UnlistedSpecialPage { |
| 12 | + function __construct() { |
| 13 | + parent::__construct( 'HideBanners' ); |
| 14 | + } |
| 15 | + |
| 16 | + function execute( $par ) { |
| 17 | + global $wgRequest, $wgOut; |
| 18 | + |
| 19 | + $this->setHideCookie(); |
| 20 | + |
| 21 | + $wgOut->disable(); |
| 22 | + wfResetOutputBuffers(); |
| 23 | + |
| 24 | + header( 'Content-Type: image/png' ); |
| 25 | + header( 'Cache-Control: no-cache' ); |
| 26 | + |
| 27 | + readfile( dirname( __FILE__ ) . '/1x1.png' ); |
| 28 | + } |
| 29 | + |
| 30 | + function setHideCookie() { |
| 31 | + global $wgCentralAuthCookieDomain, $wgCookieSecure, $wgCookieHttpOnly; |
| 32 | + $exp = time() + 86400 * 14; // Cookie expires after 2 weeks |
| 33 | + // Hide banners for this domain |
| 34 | + setcookie( 'hidesnmessage', '1', $exp, '/', $wgCentralAuthCookieDomain, $wgCookieSecure, $wgCookieHttpOnly ); |
| 35 | + } |
| 36 | +} |
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialHideBanners.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 37 | + native |
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice |
___________________________________________________________________ |
Modified: svn:mergeinfo |
2 | 38 | Merged /trunk/extensions/CentralNotice:r79783-80145 |