Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialBannerListLoader.php |
— | — | @@ -7,8 +7,8 @@ |
8 | 8 | public $project; // Project name |
9 | 9 | public $language; // Project language |
10 | 10 | public $location; // User country |
11 | | - protected $sharedMaxAge = 600; // Cache for 10 minutes on the server side |
12 | | - protected $maxAge = 600; // Cache for 10 minutes on the client side |
| 11 | + protected $sharedMaxAge = 300; // Cache for 5 minutes on the server side |
| 12 | + protected $maxAge = 300; // Cache for 5 minutes on the client side |
13 | 13 | |
14 | 14 | function __construct() { |
15 | 15 | // Register special page |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -88,6 +88,7 @@ |
89 | 89 | $wgHooks['BeforePageDisplay'][] = 'efCentralNoticeLoader'; |
90 | 90 | $wgHooks['MakeGlobalVariablesScript'][] = 'efCentralNoticeDefaults'; |
91 | 91 | $wgHooks['SiteNoticeAfter'][] = 'efCentralNoticeDisplay'; |
| 92 | + $wgHooks['SkinAfterBottomScripts'][] = 'efCentralNoticeGeoLoader'; |
92 | 93 | } |
93 | 94 | |
94 | 95 | $wgSpecialPages['BannerLoader'] = 'SpecialBannerLoader'; |
— | — | @@ -144,11 +145,6 @@ |
145 | 146 | |
146 | 147 | $centralLoader = SpecialPage::getTitleFor( 'BannerController' )->getLocalUrl(); |
147 | 148 | |
148 | | - $dbr = wfGetDB( DB_SLAVE, array(), $wgCentralDBname ); |
149 | | - $row = $dbr->selectRow( 'cn_notices', 'not_name', array( 'not_enabled = 1', 'not_geo = 1' ) ); |
150 | | - if ( $row ) { |
151 | | - $wgOut->addScriptFile( 'http://geoiplookup.wikimedia.org/' ); |
152 | | - } |
153 | 149 | |
154 | 150 | // Insert the banner controller Javascript into the <head> |
155 | 151 | $wgOut->addScriptFile( $centralLoader ); |
— | — | @@ -156,6 +152,12 @@ |
157 | 153 | return true; |
158 | 154 | } |
159 | 155 | |
| 156 | +function efCentralNoticeGeoLoader( $skin, &$text ) { |
| 157 | + // Insert the geo IP lookup |
| 158 | + $text .= '<script type="text/javascript" src="http://geoiplookup.wikimedia.org/"></script>'; |
| 159 | + return true; |
| 160 | +} |
| 161 | + |
160 | 162 | function efCentralNoticeDefaults( &$vars ) { |
161 | 163 | global $wgNoticeProject; |
162 | 164 | // Initialize global Javascript variables. We initialize Geo with empty values so if the geo |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -108,10 +108,11 @@ |
109 | 109 | 'centralnotice-clone-name' => 'Name:', |
110 | 110 | 'centralnotice-preview-all-template-translations' => 'Preview all available translations of banner', |
111 | 111 | 'centralnotice-insert' => 'Insert: $1', |
112 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} button', |
113 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} button', |
114 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} button', |
115 | | - 'centralnotice-translate-button' => 'Help translate button', |
| 112 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link', |
| 113 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link', |
| 114 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link', |
| 115 | + 'centralnotice-close-button' => 'Close button', |
| 116 | + 'centralnotice-translate-button' => 'Help translate link', |
116 | 117 | 'centralnotice-donate-button' => 'Donate button', |
117 | 118 | 'centralnotice-expanded-banner' => 'Expanded banner', |
118 | 119 | 'centralnotice-collapsed-banner' => 'Collapsed banner', |
— | — | @@ -131,6 +132,7 @@ |
132 | 133 | 'centralnotice-no-allocation' => 'No banners allocated.', |
133 | 134 | 'centralnotice-allocation-description' => 'Banner allocation for $1.$2 in $3:', |
134 | 135 | 'centralnotice-percentage' => 'Percentage', |
| 136 | + 'centralnotice-documentwrite-error' => "document.write() cannot be used within a banner.\nSee http://meta.wikimedia.org/wiki/Help:CentralNotice for more information.", |
135 | 137 | |
136 | 138 | 'right-centralnotice-admin' => 'Manage central notices', |
137 | 139 | 'right-centralnotice-translate' => 'Translate central notices', |
— | — | @@ -688,10 +690,11 @@ |
689 | 691 | 'centralnotice-clone-name' => 'Назва:', |
690 | 692 | 'centralnotice-preview-all-template-translations' => 'Праглядзець усе даступныя пераклады паведамленьня', |
691 | 693 | 'centralnotice-insert' => 'Уставіць: $1', |
692 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} кнопку', |
693 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} кнопку', |
694 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} кнопку', |
695 | | - 'centralnotice-translate-button' => 'Кнопка дапамогі ў перакладзе', |
| 694 | + 'centralnotice-hide-button' => 'Спасылка {{int:centralnotice-shared-hide}}', |
| 695 | + 'centralnotice-collapse-button' => 'Спасылка {{int:centralnotice-shared-collapse}}', |
| 696 | + 'centralnotice-expand-button' => 'Спасылка {{int:centralnotice-shared-expand}}', |
| 697 | + 'centralnotice-close-button' => 'Кнопка закрыцьця', |
| 698 | + 'centralnotice-translate-button' => 'Спасылка дапамогі ў перакладзе', |
696 | 699 | 'centralnotice-donate-button' => 'Кнопка ахвяраваньняў', |
697 | 700 | 'centralnotice-expanded-banner' => 'Разгорнуты банэр', |
698 | 701 | 'centralnotice-collapsed-banner' => 'Згорнуты банэр', |
— | — | @@ -711,6 +714,8 @@ |
712 | 715 | 'centralnotice-no-allocation' => 'Няма разьмешчаных банэраў.', |
713 | 716 | 'centralnotice-allocation-description' => 'Разьмяшчэньне банэра для $1.$2 у $3:', |
714 | 717 | 'centralnotice-percentage' => 'Адсоткаў', |
| 718 | + 'centralnotice-documentwrite-error' => 'document.write() не магчыма выкарыстоўваць у банэре. |
| 719 | +Падрабязнасьці глядзіце на http://meta.wikimedia.org/wiki/Help:CentralNotice.', |
715 | 720 | 'right-centralnotice-admin' => 'Кіраваньне цэнтральнымі паведамленьнямі', |
716 | 721 | 'right-centralnotice-translate' => 'пераклад цэнтралізаваных паведамленьняў', |
717 | 722 | 'action-centralnotice-admin' => 'кіраваньне цэнтралізаванымі паведамленьнямі', |
— | — | @@ -972,13 +977,14 @@ |
973 | 978 | 'centralnotice-clone-name' => 'Anv :', |
974 | 979 | 'centralnotice-preview-all-template-translations' => 'Rakwellit an holl droidigezhioù a zo evit ar patrom-mañ', |
975 | 980 | 'centralnotice-insert' => "Ensoc'hañ : $1", |
976 | | - 'centralnotice-hide-button' => 'Bouton {{int:centralnotice-shared-hide}}', |
977 | | - 'centralnotice-collapse-button' => 'Bouton {{int:centralnotice-shared-collapse}}', |
978 | | - 'centralnotice-expand-button' => 'Bouton {{int:centralnotice-shared-expand}}', |
979 | | - 'centralnotice-translate-button' => 'Bouton sikour treiñ', |
| 981 | + 'centralnotice-hide-button' => 'Liamm {{int:centralnotice-shared-hide}}', |
| 982 | + 'centralnotice-collapse-button' => 'Liamm {{int:centralnotice-shared-collapse}}', |
| 983 | + 'centralnotice-expand-button' => 'Liamm {{int:centralnotice-shared-expand}}', |
| 984 | + 'centralnotice-close-button' => 'Serriñ ar bouton', |
| 985 | + 'centralnotice-translate-button' => 'Liamm da sikour treiñ', |
980 | 986 | 'centralnotice-donate-button' => 'Bouton donezonoù', |
981 | | - 'centralnotice-expanded-banner' => 'Banniel astennet', |
982 | | - 'centralnotice-collapsed-banner' => 'Banniel berraet', |
| 987 | + 'centralnotice-expanded-banner' => 'Banniel dispaket', |
| 988 | + 'centralnotice-collapsed-banner' => 'Banniel paket', |
983 | 989 | 'centralnotice-banner-display' => 'Diskwel da :', |
984 | 990 | 'centralnotice-banner-anonymous' => 'Implijerien dizanv', |
985 | 991 | 'centralnotice-banner-logged-in' => 'Implijerien kevreet', |
— | — | @@ -993,8 +999,10 @@ |
994 | 1000 | 'centralnotice-project-language' => 'Yezh ar raktres', |
995 | 1001 | 'centralnotice-country' => 'Bro', |
996 | 1002 | 'centralnotice-no-allocation' => 'Giton skorennet ebet.', |
997 | | - 'centralnotice-allocation-description' => 'Skorenn giton evit $1.$2 e $3:', |
| 1003 | + 'centralnotice-allocation-description' => 'Skorenn giton evit $1.$2 e $3 :', |
998 | 1004 | 'centralnotice-percentage' => 'Dregantad', |
| 1005 | + 'centralnotice-documentwrite-error' => "N'hall ket document.write() bezañ implijet hep giton. |
| 1006 | +Sellet ouzh http://meta.wikimedia.org/wiki/Help:CentralNotice evit gouzout hiroc'h.", |
999 | 1007 | 'right-centralnotice-admin' => 'Merañ an alioù kreiz', |
1000 | 1008 | 'right-centralnotice-translate' => 'Treiñ an alioù kreiz', |
1001 | 1009 | 'action-centralnotice-admin' => 'merañ an alioù kreiz', |
— | — | @@ -1103,10 +1111,11 @@ |
1104 | 1112 | 'centralnotice-clone-name' => 'Ime:', |
1105 | 1113 | 'centralnotice-preview-all-template-translations' => 'Pregled svih dostupnih prijevoda za šablon', |
1106 | 1114 | 'centralnotice-insert' => 'Ubaci: $1', |
1107 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} dugme', |
1108 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} dugme', |
1109 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} dugme', |
1110 | | - 'centralnotice-translate-button' => 'Dugme za pomoć pri prevođenju', |
| 1115 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link', |
| 1116 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link', |
| 1117 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link', |
| 1118 | + 'centralnotice-close-button' => 'Zatvori dugme', |
| 1119 | + 'centralnotice-translate-button' => 'Link za pomoć pri prevođenju', |
1111 | 1120 | 'centralnotice-donate-button' => 'Dugme za donacije', |
1112 | 1121 | 'centralnotice-expanded-banner' => 'Prošireno obavještenje', |
1113 | 1122 | 'centralnotice-collapsed-banner' => 'Smanjeno obavještenje', |
— | — | @@ -1126,6 +1135,8 @@ |
1127 | 1136 | 'centralnotice-no-allocation' => 'Nema dodijeljenih obavještenja.', |
1128 | 1137 | 'centralnotice-allocation-description' => 'Dodjela obavještenja za $1.$2 u $3:', |
1129 | 1138 | 'centralnotice-percentage' => 'Postotak', |
| 1139 | + 'centralnotice-documentwrite-error' => 'document.write() se ne može koristiti unutar obavještenja. |
| 1140 | +Pogledajte http://meta.wikimedia.org/wiki/Help:CentralNotice za više informacija.', |
1130 | 1141 | 'right-centralnotice-admin' => 'Uređivanje središnjeg obavještenja', |
1131 | 1142 | 'right-centralnotice-translate' => 'Prevođenje središnjeg obavještenja', |
1132 | 1143 | 'action-centralnotice-admin' => 'uređujete središnje obavještenje', |
— | — | @@ -1325,10 +1336,11 @@ |
1326 | 1337 | 'centralnotice-clone-name' => 'Název:', |
1327 | 1338 | 'centralnotice-preview-all-template-translations' => 'Náhled všech dostupných překladů šablony', |
1328 | 1339 | 'centralnotice-insert' => 'Vložit: $1', |
1329 | | - 'centralnotice-hide-button' => 'Tlačítko „{{int:centralnotice-shared-hide}}“', |
1330 | | - 'centralnotice-collapse-button' => 'Tlačítko „{{int:centralnotice-shared-collapse}}“', |
1331 | | - 'centralnotice-expand-button' => 'Tlačítko „{{int:centralnotice-shared-expand}}“', |
1332 | | - 'centralnotice-translate-button' => 'Tlačítko „Pomozte s překladem“', |
| 1340 | + 'centralnotice-hide-button' => 'Odkaz „{{int:centralnotice-shared-hide}}“', |
| 1341 | + 'centralnotice-collapse-button' => 'Odkaz „{{int:centralnotice-shared-collapse}}“', |
| 1342 | + 'centralnotice-expand-button' => 'Odkaz „{{int:centralnotice-shared-expand}}“', |
| 1343 | + 'centralnotice-close-button' => 'Zavírací tlačítko', |
| 1344 | + 'centralnotice-translate-button' => 'Odkaz „Pomozte s překladem“', |
1333 | 1345 | 'centralnotice-donate-button' => 'Tlačítko „Přispějte“', |
1334 | 1346 | 'centralnotice-expanded-banner' => 'Rozbalený banner', |
1335 | 1347 | 'centralnotice-collapsed-banner' => 'Sbalený banner', |
— | — | @@ -1348,6 +1360,8 @@ |
1349 | 1361 | 'centralnotice-no-allocation' => 'Žádné bannery nejsou přiděleny.', |
1350 | 1362 | 'centralnotice-allocation-description' => 'Přidělení bannerů na $1.$2 v $3:', |
1351 | 1363 | 'centralnotice-percentage' => 'Procenta', |
| 1364 | + 'centralnotice-documentwrite-error' => 'V banneru nelze používat document.write(). |
| 1365 | +Další informace naleznete na stránce http://meta.wikimedia.org/wiki/Help:CentralNotice.', |
1352 | 1366 | 'right-centralnotice-admin' => 'Správa centralizovaných oznámení', |
1353 | 1367 | 'right-centralnotice-translate' => 'Překlad centralizovaných oznámení', |
1354 | 1368 | 'action-centralnotice-admin' => 'spravovat centralizovaná oznámení', |
— | — | @@ -1557,10 +1571,11 @@ |
1558 | 1572 | 'centralnotice-clone-name' => 'Name:', |
1559 | 1573 | 'centralnotice-preview-all-template-translations' => 'Vorschau aller verfügbaren Übersetzungen einer Vorlage', |
1560 | 1574 | 'centralnotice-insert' => 'Einfügen: $1', |
1561 | | - 'centralnotice-hide-button' => 'Button {{int:centralnotice-shared-hide}}', |
1562 | | - 'centralnotice-collapse-button' => 'Button {{int:centralnotice-shared-collapse}}', |
1563 | | - 'centralnotice-expand-button' => 'Button {{int:centralnotice-shared-collapse}}', |
1564 | | - 'centralnotice-translate-button' => 'Übersetzungshilfen-Button', |
| 1575 | + 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}', |
| 1576 | + 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}', |
| 1577 | + 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-collapse}}', |
| 1578 | + 'centralnotice-close-button' => 'Button schließen', |
| 1579 | + 'centralnotice-translate-button' => 'Übersetzungshilfen-Link', |
1565 | 1580 | 'centralnotice-donate-button' => 'Spendenbutton', |
1566 | 1581 | 'centralnotice-expanded-banner' => 'Ausgeklappte Vorlage', |
1567 | 1582 | 'centralnotice-collapsed-banner' => 'Eingeklappte Vorlage', |
— | — | @@ -1580,6 +1595,8 @@ |
1581 | 1596 | 'centralnotice-no-allocation' => 'Es wurden keine Vorlagen angeordnet.', |
1582 | 1597 | 'centralnotice-allocation-description' => 'Vorlagenanordnung für $1.$2 in $3:', |
1583 | 1598 | 'centralnotice-percentage' => 'Prozentsatz', |
| 1599 | + 'centralnotice-documentwrite-error' => 'document.write() kann nicht innerhalb eines Banners verwendet werden. |
| 1600 | +Siehe http://meta.wikimedia.org/wiki/Help:CentralNotice für mehr Informationen.', |
1584 | 1601 | 'right-centralnotice-admin' => 'Zentrale Meldungen verwalten', |
1585 | 1602 | 'right-centralnotice-translate' => 'Zentrale Meldungen übersetzen', |
1586 | 1603 | 'action-centralnotice-admin' => 'zentrale Meldungen verwalten', |
— | — | @@ -1914,7 +1931,7 @@ |
1915 | 1932 | */ |
1916 | 1933 | $messages['eo'] = array( |
1917 | 1934 | 'centralnotice' => 'Administranto de centrala notico', |
1918 | | - 'noticetemplate' => 'Ŝablono por centrala notico', |
| 1935 | + 'noticetemplate' => 'Administranto por centrala notico', |
1919 | 1936 | 'centralnotice-desc' => 'Aldonas centralan noticon por la vikio', |
1920 | 1937 | 'centralnotice-summary' => 'Ĉi tiu modulo permesas al vi redakti viajn aktualajn centralajn noticojn. |
1921 | 1938 | Ĝi ankaŭ estas uzable por aldoni aŭ forigi malfreŝajn noticojn.', |
— | — | @@ -1936,11 +1953,12 @@ |
1937 | 1954 | 'centralnotice-add-template' => 'Aldoni ŝablonon', |
1938 | 1955 | 'centralnotice-show-notices' => 'Montri noticojn', |
1939 | 1956 | 'centralnotice-list-templates' => 'Rigardi ŝablonojn', |
| 1957 | + 'centralnotice-multiple_languages' => 'multlingve ($1)', |
1940 | 1958 | 'centralnotice-translations' => 'Tradukoj', |
1941 | 1959 | 'centralnotice-translate-to' => 'Traduki al', |
1942 | 1960 | 'centralnotice-translate' => 'Traduki', |
1943 | 1961 | 'centralnotice-english' => 'Angla', |
1944 | | - 'centralnotice-banner-name' => 'Ŝablona nomo', |
| 1962 | + 'centralnotice-banner-name' => 'Nomo de reklamrubando:', |
1945 | 1963 | 'centralnotice-banner' => 'Paĝrubando', |
1946 | 1964 | 'centralnotice-banner-heading' => 'Rubando: $1', |
1947 | 1965 | 'centralnotice-templates' => 'Ŝablonoj', |
— | — | @@ -1956,6 +1974,7 @@ |
1957 | 1975 | 'centralnotice-notice-doesnt-exist' => 'Kampanjo ne ekzistas.', |
1958 | 1976 | 'centralnotice-remove-notice-doesnt-exist' => 'Kampanjo ne ekzistas. |
1959 | 1977 | Nenio por forigi.', |
| 1978 | + 'centralnotice-banner-doesnt-exist' => 'Reklamrubando ne ekzistas.', |
1960 | 1979 | 'centralnotice-template-still-bound' => 'Ŝablono ankoraŭ estas ligita al notico. |
1961 | 1980 | Ne forigante.', |
1962 | 1981 | 'centralnotice-template-body' => 'Ŝablona korpo:', |
— | — | @@ -1995,6 +2014,7 @@ |
1996 | 2015 | Afiŝu noticon suben', |
1997 | 2016 | 'centralnotice-no-templates-translate' => 'Ne estas iuj ŝablonoj por redakti tradukojn por', |
1998 | 2017 | 'centralnotice-number-uses' => 'Uzoj', |
| 2018 | + 'centralnotice-settings' => 'Agordoj', |
1999 | 2019 | 'centralnotice-edit-template' => 'Redakti ŝablonojn', |
2000 | 2020 | 'centralnotice-message' => 'Mesaĝo', |
2001 | 2021 | 'centralnotice-message-not-set' => 'Mesaĝo ne estis ŝaltita', |
— | — | @@ -2003,16 +2023,22 @@ |
2004 | 2024 | 'centralnotice-clone-name' => 'Nomo:', |
2005 | 2025 | 'centralnotice-preview-all-template-translations' => 'Antaŭvidi ĉiujn haveblajn tradukojn de ŝablono', |
2006 | 2026 | 'centralnotice-insert' => 'Enmeti: $1', |
2007 | | - 'centralnotice-hide-button' => 'butono {{int:centralnotice-shared-hide}}', |
2008 | | - 'centralnotice-collapse-button' => 'butono {{int:centralnotice-shared-collapse}}', |
2009 | | - 'centralnotice-expand-button' => 'butono {{int:centralnotice-shared-expand}}', |
2010 | | - 'centralnotice-translate-button' => 'Butono de helpo al la tradukado', |
| 2027 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ligilo', |
| 2028 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} ligilo', |
| 2029 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} ligilo', |
| 2030 | + 'centralnotice-translate-button' => 'Ligilo por helpi tradukadon', |
2011 | 2031 | 'centralnotice-donate-button' => 'Donaca butono', |
2012 | 2032 | 'centralnotice-expanded-banner' => 'Etendita rubando', |
2013 | 2033 | 'centralnotice-collapsed-banner' => 'Maletendita rubando', |
| 2034 | + 'centralnotice-banner-anonymous' => 'Anonimaj uzantoj', |
| 2035 | + 'centralnotice-banner-logged-in' => 'Ensalutitaj uzantoj', |
2014 | 2036 | 'centralnotice-banner-type' => 'Rubanda tipo:', |
2015 | 2037 | 'centralnotice-banner-hidable' => 'Statika/Kaŝebla', |
2016 | 2038 | 'centralnotice-banner-collapsible' => 'Maletendebla', |
| 2039 | + 'centralnotice-countries' => 'Landoj', |
| 2040 | + 'centralnotice-project-language' => 'Lingvo de projekto', |
| 2041 | + 'centralnotice-country' => 'Lando', |
| 2042 | + 'centralnotice-no-allocation' => 'Neniuj rekamrubandoj estas asignitaj.', |
2017 | 2043 | 'right-centralnotice-admin' => 'Administri centralajn noticojn', |
2018 | 2044 | 'right-centralnotice-translate' => 'Traduki centralajn noticojn', |
2019 | 2045 | 'action-centralnotice-admin' => 'administri centralajn noticojn', |
— | — | @@ -2251,6 +2277,7 @@ |
2252 | 2278 | 'centralnotice-manage' => 'Ohar nagusia kudeatu', |
2253 | 2279 | 'centralnotice-add' => 'Gehitu', |
2254 | 2280 | 'centralnotice-add-notice' => 'Gehitu ohar bat', |
| 2281 | + 'centralnotice-edit-notice' => 'Kanpaina aldatu', |
2255 | 2282 | 'centralnotice-add-template' => 'Txantiloi bat gehitu', |
2256 | 2283 | 'centralnotice-show-notices' => 'Oharrak erakutsi', |
2257 | 2284 | 'centralnotice-list-templates' => 'Txantiloiak zerrendatu', |
— | — | @@ -2258,11 +2285,12 @@ |
2259 | 2286 | 'centralnotice-translate-to' => 'Hona itzuli', |
2260 | 2287 | 'centralnotice-translate' => 'Itzuli', |
2261 | 2288 | 'centralnotice-english' => 'Ingelesa', |
2262 | | - 'centralnotice-banner-name' => 'Txantiloi izena', |
| 2289 | + 'centralnotice-banner-name' => 'Banner izena:', |
2263 | 2290 | 'centralnotice-templates' => 'Txantiloiak', |
2264 | 2291 | 'centralnotice-weight' => 'Pisua', |
2265 | 2292 | 'centralnotice-locked' => 'Babesturik', |
2266 | 2293 | 'centralnotice-notice' => 'Kanpaina', |
| 2294 | + 'centralnotice-notice-heading' => 'Kanpaina: $1', |
2267 | 2295 | 'centralnotice-notices' => 'Berriak', |
2268 | 2296 | 'centralnotice-notice-exists' => 'Berria badago dagoeneko. |
2269 | 2297 | Ez da gehituko', |
— | — | @@ -2273,16 +2301,24 @@ |
2274 | 2302 | 'centralnotice-hours' => 'Ordu', |
2275 | 2303 | 'centralnotice-min' => 'Minutu', |
2276 | 2304 | 'centralnotice-project-lang' => 'Proiektuaren hizkuntza', |
| 2305 | + 'centralnotice-select' => 'Aukeratu: $1', |
| 2306 | + 'centralnotice-top-ten-languages' => 'Top 10 hizkuntzak', |
2277 | 2307 | 'centralnotice-project-name' => 'Proiektuaren izena', |
2278 | 2308 | 'centralnotice-start-date' => 'Hasiera data', |
2279 | 2309 | 'centralnotice-start-time' => 'Hasiera ordua (UTC)', |
| 2310 | + 'centralnotice-end-time' => 'Bukaera ordua (UTC)', |
2280 | 2311 | 'centralnotice-assigned-templates' => 'Ezarritako txantiloiak', |
2281 | 2312 | 'centralnotice-preview-template' => 'Txantiloia aurreikusi', |
2282 | 2313 | 'centralnotice-change-lang' => 'Aldatu itzulpen hizkuntza', |
| 2314 | + 'centralnotice-settings' => 'Hobespenak', |
2283 | 2315 | 'centralnotice-edit-template' => 'Txantiloia aldatu', |
2284 | 2316 | 'centralnotice-message' => 'Mezua', |
2285 | 2317 | 'centralnotice-clone-notice' => 'Txantiloia honen kopia sortu', |
2286 | | - 'centralnotice-clone-name' => 'Izena', |
| 2318 | + 'centralnotice-clone-name' => 'Izena:', |
| 2319 | + 'centralnotice-countries' => 'Herrialdeak', |
| 2320 | + 'centralnotice-project-language' => 'Proiektuaren hizkuntza', |
| 2321 | + 'centralnotice-country' => 'Herrialdea', |
| 2322 | + 'centralnotice-percentage' => 'Ehunekoa', |
2287 | 2323 | ); |
2288 | 2324 | |
2289 | 2325 | /** Persian (فارسی) |
— | — | @@ -2295,7 +2331,8 @@ |
2296 | 2332 | */ |
2297 | 2333 | $messages['fa'] = array( |
2298 | 2334 | 'centralnotice' => 'مدیر اعلان متمرکز', |
2299 | | - 'noticetemplate' => 'الگوی اعلان متمرکز', |
| 2335 | + 'noticetemplate' => 'مدیر اعلان متمرکز', |
| 2336 | + 'bannerallocation' => 'مدیر اعلان متمرکز', |
2300 | 2337 | 'centralnotice-desc' => 'یک اعلان متمرکز میافزاید', |
2301 | 2338 | 'centralnotice-summary' => 'این ابزار به شما اجازه میدهد که اعلانات متمرکز خود را ویرایش کنید. |
2302 | 2339 | از آن میتوان برای افزودن یا برداشتن اعلانهای قبلی نیز استفاده کرد.', |
— | — | @@ -2339,6 +2376,7 @@ |
2340 | 2377 | 'centralnotice-notice-doesnt-exist' => 'کمپین وجود ندارد.', |
2341 | 2378 | 'centralnotice-remove-notice-doesnt-exist' => 'کمپین وجود ندارد. |
2342 | 2379 | چیزی برای حذف نیست.', |
| 2380 | + 'centralnotice-banner-doesnt-exist' => 'آگهی وجود ندارد.', |
2343 | 2381 | 'centralnotice-template-still-bound' => 'الگو هنوز در اتصال با یک اعلان است. |
2344 | 2382 | حذف نشد', |
2345 | 2383 | 'centralnotice-template-body' => 'بدنه قالب:', |
— | — | @@ -2353,6 +2391,7 @@ |
2354 | 2392 | 'centralnotice-project-name' => 'نام پروژه', |
2355 | 2393 | 'centralnotice-start-date' => 'تاریخ آغاز', |
2356 | 2394 | 'centralnotice-start-time' => 'زمان آغاز', |
| 2395 | + 'centralnotice-end-time' => 'زمان پایان (UTC)', |
2357 | 2396 | 'centralnotice-assigned-templates' => 'الگوهای متصل شده', |
2358 | 2397 | 'centralnotice-no-templates' => 'هیچ الگویی پیدا نشد. |
2359 | 2398 | چندتا بسازید.', |
— | — | @@ -2388,10 +2427,11 @@ |
2389 | 2428 | 'centralnotice-clone-name' => 'نام:', |
2390 | 2429 | 'centralnotice-preview-all-template-translations' => 'پیشنمایش تمام ترجمههای موجود از الگو', |
2391 | 2430 | 'centralnotice-insert' => 'درج: $1', |
2392 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} دکمه', |
2393 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} دکمه', |
2394 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} دکمه', |
2395 | | - 'centralnotice-translate-button' => 'راهنمای ترجمهٔ دکمه', |
| 2431 | + 'centralnotice-hide-button' => 'پیوند {{int:centralnotice-shared-hide}}', |
| 2432 | + 'centralnotice-collapse-button' => 'پیوند {{int:centralnotice-shared-collapse}}', |
| 2433 | + 'centralnotice-expand-button' => 'پیوند {{int:centralnotice-shared-expand}}', |
| 2434 | + 'centralnotice-close-button' => 'دکمه بستن', |
| 2435 | + 'centralnotice-translate-button' => 'پیوند راهنمای ترجمه', |
2396 | 2436 | 'centralnotice-donate-button' => 'دکمهٔ کمک مالی', |
2397 | 2437 | 'centralnotice-expanded-banner' => 'پرچم گستردهشده:', |
2398 | 2438 | 'centralnotice-collapsed-banner' => 'پرچم متلاشیشده', |
— | — | @@ -2401,6 +2441,18 @@ |
2402 | 2442 | 'centralnotice-banner-type' => 'نوع پرچم:', |
2403 | 2443 | 'centralnotice-banner-hidable' => 'ایستا/نهفتنی', |
2404 | 2444 | 'centralnotice-banner-collapsible' => 'متلاشیپذیر', |
| 2445 | + 'centralnotice-geotargeted' => 'دارای تخصیص جغرفیایی', |
| 2446 | + 'centralnotice-countries' => 'کشورها', |
| 2447 | + 'centralnotice-allocation' => 'تخصیص', |
| 2448 | + 'centralnotice-view-allocation' => 'نمایش تخصیص آگهی', |
| 2449 | + 'centralnotice-allocation-instructions' => 'محیطی که میخواهید تخصیص نشان را برایش مشاهده کنید، برگزینید:', |
| 2450 | + 'centralnotice-project-language' => 'زبان پروژه', |
| 2451 | + 'centralnotice-country' => 'کشور', |
| 2452 | + 'centralnotice-no-allocation' => 'هیچ آگهیای اختصاص نیافته است.', |
| 2453 | + 'centralnotice-allocation-description' => 'اختصاص آگهی برای $1.$2 در $3:', |
| 2454 | + 'centralnotice-percentage' => 'درصد', |
| 2455 | + 'centralnotice-documentwrite-error' => 'دستور document.write() نمیتواند درون یک آگهی استفاده شود. |
| 2456 | +برای اطلاعات بیشتر ttp://meta.wikimedia.org/wiki/Help:CentralNotice را ببینید.', |
2405 | 2457 | 'right-centralnotice-admin' => 'مدیریت اعلانهای متمرکز', |
2406 | 2458 | 'right-centralnotice-translate' => 'ترجمهٔ اعلانهای متمرکز', |
2407 | 2459 | 'action-centralnotice-admin' => 'مدیریت اعلانهای متمرکز', |
— | — | @@ -2648,50 +2700,54 @@ |
2649 | 2701 | $messages['frp'] = array( |
2650 | 2702 | 'centralnotice' => 'Administracion des avis centrâls', |
2651 | 2703 | 'noticetemplate' => 'Administracion des avis centrâls', |
| 2704 | + 'bannerallocation' => 'Administracion des avis centrâls', |
2652 | 2705 | 'centralnotice-desc' => 'Apond un avis centrâl du seto.', |
2653 | 2706 | 'centralnotice-summary' => 'Ceti modulo vos pèrmèt de changiér voutros paramètres d’avis centrâls. |
2654 | 2707 | Pôt asse-ben étre utilisâ por apondre des avis ou ben nen enlevar los ples vielys.', |
2655 | | - 'centralnotice-query' => 'Changiér los avis d’ora', |
2656 | | - 'centralnotice-notice-name' => 'Nom de l’avis', |
| 2708 | + 'centralnotice-query' => 'Changiér les propagandes d’ora', |
| 2709 | + 'centralnotice-notice-name' => 'Nom de la propaganda', |
2657 | 2710 | 'centralnotice-end-date' => 'Dâta de fin', |
2658 | 2711 | 'centralnotice-enabled' => 'Activâ', |
2659 | 2712 | 'centralnotice-modify' => 'Sometre', |
2660 | | - 'centralnotice-save-banner' => 'Encartar lo modèlo', |
| 2713 | + 'centralnotice-save-banner' => 'Encartar la baniére', |
2661 | 2714 | 'centralnotice-preview' => 'Prèvisualisacion', |
2662 | | - 'centralnotice-add-new' => 'Apondre un novél avis', |
| 2715 | + 'centralnotice-add-new' => 'Apondre una propaganda novèla', |
2663 | 2716 | 'centralnotice-remove' => 'Enlevar', |
2664 | 2717 | 'centralnotice-translate-heading' => 'Traduccion de « $1 »', |
2665 | | - 'centralnotice-manage' => 'Administrar los avis', |
2666 | | - 'centralnotice-manage-templates' => 'Administrar los modèlos', |
| 2718 | + 'centralnotice-manage' => 'Administrar les propagandes', |
| 2719 | + 'centralnotice-manage-templates' => 'Administrar les baniéres', |
2667 | 2720 | 'centralnotice-add' => 'Apondre', |
2668 | | - 'centralnotice-add-notice' => 'Apondre un avis', |
2669 | | - 'centralnotice-edit-notice' => 'Changiér l’avis', |
2670 | | - 'centralnotice-add-template' => 'Apondre un modèlo', |
2671 | | - 'centralnotice-show-notices' => 'Fâre vêre los avis', |
2672 | | - 'centralnotice-list-templates' => 'Listar los modèlos', |
| 2721 | + 'centralnotice-add-notice' => 'Apondre una propaganda', |
| 2722 | + 'centralnotice-edit-notice' => 'Changiér la propaganda', |
| 2723 | + 'centralnotice-add-template' => 'Apondre una baniére', |
| 2724 | + 'centralnotice-show-notices' => 'Fâre vêre les propagandes', |
| 2725 | + 'centralnotice-list-templates' => 'Listar les baniéres', |
| 2726 | + 'centralnotice-multiple_languages' => 'un mouél ($1)', |
2673 | 2727 | 'centralnotice-translations' => 'Traduccions', |
2674 | 2728 | 'centralnotice-translate-to' => 'Traduire en', |
2675 | 2729 | 'centralnotice-translate' => 'Traduire', |
2676 | 2730 | 'centralnotice-english' => 'Anglès', |
2677 | | - 'centralnotice-banner-name' => 'Nom du modèlo :', |
2678 | | - 'centralnotice-banner' => 'Modèlo', |
2679 | | - 'centralnotice-banner-heading' => 'Modèlo : $1', |
2680 | | - 'centralnotice-templates' => 'Modèlos', |
| 2731 | + 'centralnotice-banner-name' => 'Nom de la baniére :', |
| 2732 | + 'centralnotice-banner' => 'Baniére', |
| 2733 | + 'centralnotice-banner-heading' => 'Baniére : $1', |
| 2734 | + 'centralnotice-templates' => 'Baniéres', |
2681 | 2735 | 'centralnotice-weight' => 'Pêds', |
2682 | 2736 | 'centralnotice-locked' => 'Vèrrolyê', |
2683 | | - 'centralnotice-notice' => 'Avis', |
2684 | | - 'centralnotice-notice-heading' => 'Avis : $1', |
2685 | | - 'centralnotice-notices' => 'Avis', |
2686 | | - 'centralnotice-notice-exists' => 'L’avis ègziste ja. |
2687 | | -Il at pas étâ apondu.', |
2688 | | - 'centralnotice-template-exists' => 'Lo modèlo ègziste ja. |
2689 | | -Il at pas étâ apondu.', |
2690 | | - 'centralnotice-notice-doesnt-exist' => 'L’avis ègziste pas.', |
2691 | | - 'centralnotice-remove-notice-doesnt-exist' => 'L’avis ègziste pas. |
| 2737 | + 'centralnotice-notice' => 'Propaganda', |
| 2738 | + 'centralnotice-notice-heading' => 'Propaganda : $1', |
| 2739 | + 'centralnotice-notices' => 'Propagandes', |
| 2740 | + 'centralnotice-notice-exists' => 'La propaganda ègziste ja. |
| 2741 | +El at pas étâ apondua.', |
| 2742 | + 'centralnotice-no-language' => 'Niona lengoua at étâ chouèsia por la propaganda. El at pas étâ apondua.', |
| 2743 | + 'centralnotice-template-exists' => 'La baniére ègziste ja. |
| 2744 | +El at pas étâ apondua.', |
| 2745 | + 'centralnotice-notice-doesnt-exist' => 'La propaganda ègziste pas.', |
| 2746 | + 'centralnotice-remove-notice-doesnt-exist' => 'La propaganda ègziste pas. |
2692 | 2747 | Y at ren a enlevar.', |
2693 | | - 'centralnotice-template-still-bound' => 'Lo modèlo est adés liyê a un avis. |
2694 | | -Il at pas étâ enlevâ.', |
2695 | | - 'centralnotice-template-body' => 'Côrp du modèlo :', |
| 2748 | + 'centralnotice-banner-doesnt-exist' => 'La baniére ègziste pas.', |
| 2749 | + 'centralnotice-template-still-bound' => 'La baniére est adés liyê a una propaganda. |
| 2750 | +El at pas étâ enlevâ.', |
| 2751 | + 'centralnotice-template-body' => 'Côrp de la baniére :', |
2696 | 2752 | 'centralnotice-day' => 'Jorn', |
2697 | 2753 | 'centralnotice-year' => 'An', |
2698 | 2754 | 'centralnotice-month' => 'Mês', |
— | — | @@ -2703,50 +2759,65 @@ |
2704 | 2760 | 'centralnotice-project-name' => 'Nom du projèt', |
2705 | 2761 | 'centralnotice-start-date' => 'Dâta de comencement', |
2706 | 2762 | 'centralnotice-start-time' => 'Hora de comencement (UTC)', |
2707 | | - 'centralnotice-assigned-templates' => 'Modèlos assignês', |
2708 | | - 'centralnotice-no-templates' => 'Gins de modèlo trovâ. |
| 2763 | + 'centralnotice-end-time' => 'Hora de fin (UTC)', |
| 2764 | + 'centralnotice-assigned-templates' => 'Baniéres assignês', |
| 2765 | + 'centralnotice-no-templates' => 'Gins de baniére trovâ. |
2709 | 2766 | Apondéd-nen !', |
2710 | | - 'centralnotice-no-templates-assigned' => 'Gins de modèlo assignê a l’avis. |
| 2767 | + 'centralnotice-no-templates-assigned' => 'Gins de baniére assignê a la propaganda. |
2711 | 2768 | Apondéd-nen !', |
2712 | | - 'centralnotice-available-templates' => 'Modèlos disponiblos', |
2713 | | - 'centralnotice-template-already-exists' => 'Lo modèlo est ja atachiê a un avis. |
2714 | | -Il at pas étâ apondu.', |
2715 | | - 'centralnotice-preview-template' => 'Prèvisualisacion du modèlo', |
| 2769 | + 'centralnotice-available-templates' => 'Baniéres disponibles', |
| 2770 | + 'centralnotice-template-already-exists' => 'La baniére est ja atachiê a una propaganda. |
| 2771 | +El at pas étâ apondua.', |
| 2772 | + 'centralnotice-preview-template' => 'Prèvisualisacion de la baniére', |
2716 | 2773 | 'centralnotice-change-lang' => 'Changiér la lengoua de traduccion', |
2717 | 2774 | 'centralnotice-weights' => 'Pêds', |
2718 | | - 'centralnotice-notice-is-locked' => 'L’avis est vèrrolyê. |
2719 | | -Il at pas étâ enlevâ.', |
2720 | | - 'centralnotice-overlap' => 'L’avis côvre tot ou ben partia du temps d’un ôtro avis. |
2721 | | -Il at pas étâ apondu.', |
| 2775 | + 'centralnotice-notice-is-locked' => 'La propaganda est vèrrolyê. |
| 2776 | +El at pas étâ enlevâ.', |
| 2777 | + 'centralnotice-overlap' => 'La propaganda côvre tota ou ben partia du temps d’una ôtra propaganda. |
| 2778 | +El at pas étâ apondua.', |
2722 | 2779 | 'centralnotice-invalid-date-range' => 'Entèrvalo de dâtes fôx por l’avis. |
2723 | | -Il at pas étâ betâ a jorn.', |
2724 | | - 'centralnotice-null-string' => 'Empossiblo d’apondre un avis vouedo. |
2725 | | -Il at pas étâ apondu.', |
| 2780 | +El at pas étâ betâ a jorn.', |
| 2781 | + 'centralnotice-null-string' => 'Empossiblo d’apondre una chêna voueda. |
| 2782 | +El at pas étâ apondua.', |
2726 | 2783 | 'centralnotice-confirm-delete' => 'Éte-vos de sûr de volêr enlevar ceti èlèment ? |
2727 | 2784 | Cela accion porrat pas étre rècupèrâ.', |
2728 | | - 'centralnotice-no-notices-exist' => 'Nion avis ègziste. |
| 2785 | + 'centralnotice-no-notices-exist' => 'Niona propaganda ègziste. |
2729 | 2786 | Apondéd-nen ce-desot.', |
2730 | | - 'centralnotice-no-templates-translate' => 'Y at gins de modèlo a traduire.', |
| 2787 | + 'centralnotice-no-templates-translate' => 'Y at gins de baniére a traduire.', |
2731 | 2788 | 'centralnotice-number-uses' => 'Usâjos', |
2732 | | - 'centralnotice-edit-template' => 'Changiér lo modèlo', |
| 2789 | + 'centralnotice-settings' => 'Paramètres', |
| 2790 | + 'centralnotice-edit-template' => 'Changiér la baniére', |
2733 | 2791 | 'centralnotice-edit-template-summary' => 'Por fâre un mèssâjo localisâblo, entremâd una chêna a trèt d’union de três colâdes, per ègzemplo {{{jimbo-quote}}}.', |
2734 | 2792 | 'centralnotice-message' => 'Mèssâjo', |
2735 | 2793 | 'centralnotice-message-not-set' => 'Mèssâjo pas rensègnê', |
2736 | 2794 | 'centralnotice-clone' => 'Copiyér', |
2737 | | - 'centralnotice-clone-notice' => 'Fâre una copia du modèlo', |
| 2795 | + 'centralnotice-clone-notice' => 'Fâre una copia de la baniére', |
2738 | 2796 | 'centralnotice-clone-name' => 'Nom :', |
2739 | | - 'centralnotice-preview-all-template-translations' => 'Prèvisualisar totes les traduccions disponibles du modèlo', |
| 2797 | + 'centralnotice-preview-all-template-translations' => 'Prèvisualisar totes les traduccions disponibles de la baniére', |
2740 | 2798 | 'centralnotice-insert' => 'Entrebetar : $1', |
2741 | 2799 | 'centralnotice-hide-button' => 'Boton {{int:centralnotice-shared-hide}}', |
2742 | 2800 | 'centralnotice-collapse-button' => 'Boton {{int:centralnotice-shared-collapse}}', |
2743 | 2801 | 'centralnotice-expand-button' => 'Boton {{int:centralnotice-shared-expand}}', |
2744 | 2802 | 'centralnotice-translate-button' => 'Boton d’éde a la traduccion', |
2745 | 2803 | 'centralnotice-donate-button' => 'Boton de donacion', |
2746 | | - 'centralnotice-expanded-banner' => 'Modèlo ètendu', |
2747 | | - 'centralnotice-collapsed-banner' => 'Modèlo rèduit', |
2748 | | - 'centralnotice-banner-type' => 'Tipo de modèlo :', |
2749 | | - 'centralnotice-banner-hidable' => 'Statico / cachâblo', |
2750 | | - 'centralnotice-banner-collapsible' => 'Rèductiblo', |
| 2804 | + 'centralnotice-expanded-banner' => 'Baniére ètendua', |
| 2805 | + 'centralnotice-collapsed-banner' => 'Baniére rèduita', |
| 2806 | + 'centralnotice-banner-display' => 'Fâre vêre ux :', |
| 2807 | + 'centralnotice-banner-anonymous' => 'Utilisators pas encartâs', |
| 2808 | + 'centralnotice-banner-logged-in' => 'Utilisators branchiês', |
| 2809 | + 'centralnotice-banner-type' => 'Tipo de baniére :', |
| 2810 | + 'centralnotice-banner-hidable' => 'Statica / cachâbla', |
| 2811 | + 'centralnotice-banner-collapsible' => 'Rèductibla', |
| 2812 | + 'centralnotice-geotargeted' => 'G·eolocalisâ', |
| 2813 | + 'centralnotice-countries' => 'Payis', |
| 2814 | + 'centralnotice-allocation' => 'Alocacion', |
| 2815 | + 'centralnotice-view-allocation' => 'Vêre l’alocacion de baniére', |
| 2816 | + 'centralnotice-allocation-instructions' => 'Chouèsésséd l’enveronance por laquinta vos souhètâd fâre vêre l’alocacion de baniére :', |
| 2817 | + 'centralnotice-project-language' => 'Lengoua du projèt', |
| 2818 | + 'centralnotice-country' => 'Payis', |
| 2819 | + 'centralnotice-no-allocation' => 'Gins de baniére balyê.', |
| 2820 | + 'centralnotice-allocation-description' => 'Alocacion de baniére por $1.$2 en $3 :', |
| 2821 | + 'centralnotice-percentage' => 'Porcentâjo', |
2751 | 2822 | 'right-centralnotice-admin' => 'Administrar los avis centrâls', |
2752 | 2823 | 'right-centralnotice-translate' => 'Traduire los avis centrâls', |
2753 | 2824 | 'action-centralnotice-admin' => 'administrar los avis centrâls', |
— | — | @@ -2862,13 +2933,14 @@ |
2863 | 2934 | 'centralnotice-clone-name' => 'Nome:', |
2864 | 2935 | 'centralnotice-preview-all-template-translations' => 'Mostrar a vista previa de todas as traducións dispoñibles do modelo', |
2865 | 2936 | 'centralnotice-insert' => 'Inserir: $1', |
2866 | | - 'centralnotice-hide-button' => 'Botón "{{int:centralnotice-shared-hide}}"', |
2867 | | - 'centralnotice-collapse-button' => 'Botón "{{int:centralnotice-shared-collapse}}"', |
2868 | | - 'centralnotice-expand-button' => 'Botón "{{int:centralnotice-shared-expand}}"', |
2869 | | - 'centralnotice-translate-button' => 'Botón de axudar coas traducións', |
| 2937 | + 'centralnotice-hide-button' => 'Ligazón "{{int:centralnotice-shared-hide}}"', |
| 2938 | + 'centralnotice-collapse-button' => 'Ligazón "{{int:centralnotice-shared-collapse}}"', |
| 2939 | + 'centralnotice-expand-button' => 'Ligazón "{{int:centralnotice-shared-expand}}"', |
| 2940 | + 'centralnotice-close-button' => 'Botón de pechar', |
| 2941 | + 'centralnotice-translate-button' => 'Ligazón para axudar coas traducións', |
2870 | 2942 | 'centralnotice-donate-button' => 'Botón de doar', |
2871 | 2943 | 'centralnotice-expanded-banner' => 'Cartel expandido', |
2872 | | - 'centralnotice-collapsed-banner' => 'Cartel de contraer', |
| 2944 | + 'centralnotice-collapsed-banner' => 'Cartel contraído', |
2873 | 2945 | 'centralnotice-banner-display' => 'Mostrar aos:', |
2874 | 2946 | 'centralnotice-banner-anonymous' => 'Usuarios anónimos', |
2875 | 2947 | 'centralnotice-banner-logged-in' => 'Usuarios rexistrados', |
— | — | @@ -2885,6 +2957,8 @@ |
2886 | 2958 | 'centralnotice-no-allocation' => 'Non hai asignación de modelos.', |
2887 | 2959 | 'centralnotice-allocation-description' => 'Asignación de modelos de $1.$2 en $3:', |
2888 | 2960 | 'centralnotice-percentage' => 'Porcentaxe', |
| 2961 | + 'centralnotice-documentwrite-error' => 'document.write() non se pode empregar nos carteis. |
| 2962 | +Olle http://meta.wikimedia.org/wiki/Help:CentralNotice para obter máis información.', |
2889 | 2963 | 'right-centralnotice-admin' => 'Xestionar os avisos centrais', |
2890 | 2964 | 'right-centralnotice-translate' => 'Traducir os avisos centrais', |
2891 | 2965 | 'action-centralnotice-admin' => 'xestionar os avisos centrais', |
— | — | @@ -3017,10 +3091,11 @@ |
3018 | 3092 | 'centralnotice-clone-name' => 'Name:', |
3019 | 3093 | 'centralnotice-preview-all-template-translations' => 'Vorschau vu allene verfiegbare Ibersetzige vun ere Vorlag', |
3020 | 3094 | 'centralnotice-insert' => 'Yyfiege: $1', |
3021 | | - 'centralnotice-hide-button' => 'Chnopf {{int:centralnotice-shared-hide}}', |
3022 | | - 'centralnotice-collapse-button' => 'Chnopf "{{int:centralnotice-shared-collapse}}"', |
3023 | | - 'centralnotice-expand-button' => 'Chnopf {{int:centralnotice-shared-collapse}}', |
3024 | | - 'centralnotice-translate-button' => 'Ibersetzigshilfe-Chnopf', |
| 3095 | + 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}', |
| 3096 | + 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}', |
| 3097 | + 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-collapse}}', |
| 3098 | + 'centralnotice-close-button' => '"Zuemache"-Chnopf', |
| 3099 | + 'centralnotice-translate-button' => 'Ibersetzigshilfe-Link', |
3025 | 3100 | 'centralnotice-donate-button' => 'Spändechnopf', |
3026 | 3101 | 'centralnotice-expanded-banner' => 'Uusklappt Banner', |
3027 | 3102 | 'centralnotice-collapsed-banner' => 'Yyklappt Banner', |
— | — | @@ -3040,6 +3115,8 @@ |
3041 | 3116 | 'centralnotice-no-allocation' => 'Kei Banner aagordnet.', |
3042 | 3117 | 'centralnotice-allocation-description' => 'Banneraaornig fir $1.$2 in $3:', |
3043 | 3118 | 'centralnotice-percentage' => 'Prozäntsatz', |
| 3119 | + 'centralnotice-documentwrite-error' => 'document.write() cha nit in eme Banner brucht wäre. |
| 3120 | +Lueg http://meta.wikimedia.org/wiki/Help:CentralNotice fir meh Informatione.', |
3044 | 3121 | 'right-centralnotice-admin' => 'Zentrali Mäldige verwalte', |
3045 | 3122 | 'right-centralnotice-translate' => 'Zentrali Mäldige ibersetze', |
3046 | 3123 | 'action-centralnotice-admin' => 'Zentrali Sytenotize verwalte', |
— | — | @@ -3248,10 +3325,11 @@ |
3249 | 3326 | 'centralnotice-clone-name' => 'Ime:', |
3250 | 3327 | 'centralnotice-preview-all-template-translations' => 'Vidi sve dostupne prijevode predloška', |
3251 | 3328 | 'centralnotice-insert' => 'Umetni: $1', |
3252 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} gumb', |
3253 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} gumb', |
3254 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} gumb', |
3255 | | - 'centralnotice-translate-button' => 'Gumb za pomoć pri prevođenju', |
| 3329 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} poveznica', |
| 3330 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} poveznica', |
| 3331 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} poveznica', |
| 3332 | + 'centralnotice-close-button' => 'Zatvori gumb', |
| 3333 | + 'centralnotice-translate-button' => 'Poveznica za pomoć pri prevođenju', |
3256 | 3334 | 'centralnotice-donate-button' => 'Gumb za donacije', |
3257 | 3335 | 'centralnotice-expanded-banner' => 'Proširena obavijest', |
3258 | 3336 | 'centralnotice-collapsed-banner' => 'Smanjena obavijest', |
— | — | @@ -3271,6 +3349,8 @@ |
3272 | 3350 | 'centralnotice-no-allocation' => 'Nema dodijeljenih obavijesti.', |
3273 | 3351 | 'centralnotice-allocation-description' => 'Dodjela obavijesti za $1.$2 u $3:', |
3274 | 3352 | 'centralnotice-percentage' => 'Postotak', |
| 3353 | + 'centralnotice-documentwrite-error' => 'document.write() ne može se rabiti unutar obavijesti. |
| 3354 | +Pogledajte http://meta.wikimedia.org/wiki/Help:CentralNotice za više informacija.', |
3275 | 3355 | 'right-centralnotice-admin' => 'Uređivanje središnjih obavijesti', |
3276 | 3356 | 'right-centralnotice-translate' => 'Prevođenje središnjih obavijesti', |
3277 | 3357 | 'action-centralnotice-admin' => 'uređivanje središnjih obavijesti', |
— | — | @@ -3591,10 +3671,11 @@ |
3592 | 3672 | 'centralnotice-clone-name' => 'Nomine:', |
3593 | 3673 | 'centralnotice-preview-all-template-translations' => 'Previsualiar tote le traductiones disponibile del bandiera', |
3594 | 3674 | 'centralnotice-insert' => 'Inserer: $1', |
3595 | | - 'centralnotice-hide-button' => 'Button "{{int:centralnotice-shared-hide}}"', |
3596 | | - 'centralnotice-collapse-button' => 'Button "{{int:centralnotice-shared-collapse}}"', |
3597 | | - 'centralnotice-expand-button' => 'Button "{{int:centralnotice-shared-expand}}"', |
3598 | | - 'centralnotice-translate-button' => 'Button "Adjuta de traduction"', |
| 3675 | + 'centralnotice-hide-button' => 'Ligamine "{{int:centralnotice-shared-hide}}"', |
| 3676 | + 'centralnotice-collapse-button' => 'Ligamine "{{int:centralnotice-shared-collapse}}"', |
| 3677 | + 'centralnotice-expand-button' => 'Ligamine "{{int:centralnotice-shared-expand}}"', |
| 3678 | + 'centralnotice-close-button' => 'Button "Clauder"', |
| 3679 | + 'centralnotice-translate-button' => 'Ligamine "Adjuta de traduction"', |
3599 | 3680 | 'centralnotice-donate-button' => 'Button "Donar"', |
3600 | 3681 | 'centralnotice-expanded-banner' => 'Bandiera expandite', |
3601 | 3682 | 'centralnotice-collapsed-banner' => 'Bandiera plicate', |
— | — | @@ -3614,6 +3695,8 @@ |
3615 | 3696 | 'centralnotice-no-allocation' => 'Nulle bandiera allocate.', |
3616 | 3697 | 'centralnotice-allocation-description' => 'Allocation de bandieras pro $1.$2 in $3:', |
3617 | 3698 | 'centralnotice-percentage' => 'Percentage', |
| 3699 | + 'centralnotice-documentwrite-error' => 'document.write() non pote esser usate intra un bandiera. |
| 3700 | +Vide http://meta.wikimedia.org/wiki/Help:CentralNotice pro plus informationes.', |
3618 | 3701 | 'right-centralnotice-admin' => 'Gerer avisos central', |
3619 | 3702 | 'right-centralnotice-translate' => 'Traducer avisos central', |
3620 | 3703 | 'action-centralnotice-admin' => 'gerer avisos central', |
— | — | @@ -3630,7 +3713,8 @@ |
3631 | 3714 | */ |
3632 | 3715 | $messages['id'] = array( |
3633 | 3716 | 'centralnotice' => 'Administrasi pengumuman sentral', |
3634 | | - 'noticetemplate' => 'Templat pengumuman sentral', |
| 3717 | + 'noticetemplate' => 'Pengurus pengumuman sentral', |
| 3718 | + 'bannerallocation' => 'Pengurus pengumuman sentral', |
3635 | 3719 | 'centralnotice-desc' => 'Menambahkan suatu pengumuman sentral', |
3636 | 3720 | 'centralnotice-summary' => 'Dengan modul ini, Anda dapat menyunting pengaturan pengumuman sentral saat ini. |
3637 | 3721 | Modul ini juga dapat digunakan untuk menambahkan atau menghapus pengumuman lama.', |
— | — | @@ -3674,6 +3758,7 @@ |
3675 | 3759 | 'centralnotice-notice-doesnt-exist' => 'Kampanye tidak ditemukan.', |
3676 | 3760 | 'centralnotice-remove-notice-doesnt-exist' => 'Kampanye tidak ditemukan. |
3677 | 3761 | Tidak ada yang perlu dihapus.', |
| 3762 | + 'centralnotice-banner-doesnt-exist' => 'Pengumuman tidak ditemukan.', |
3678 | 3763 | 'centralnotice-template-still-bound' => 'Templat masih digunakan dalam suatu pengumuman. |
3679 | 3764 | Batal menghapus', |
3680 | 3765 | 'centralnotice-template-body' => 'Isi templat:', |
— | — | @@ -3688,6 +3773,7 @@ |
3689 | 3774 | 'centralnotice-project-name' => 'Nama proyek', |
3690 | 3775 | 'centralnotice-start-date' => 'Tanggal mulai', |
3691 | 3776 | 'centralnotice-start-time' => 'Waktu mulai (UTC)', |
| 3777 | + 'centralnotice-end-time' => 'Waktu berakhir (UTC)', |
3692 | 3778 | 'centralnotice-assigned-templates' => 'Tempat yang digunakan', |
3693 | 3779 | 'centralnotice-no-templates' => 'Tidak ada templat yang ditemukan. |
3694 | 3780 | Tambahkan!', |
— | — | @@ -3723,10 +3809,11 @@ |
3724 | 3810 | 'centralnotice-clone-name' => 'Nama:', |
3725 | 3811 | 'centralnotice-preview-all-template-translations' => 'Lihat pratayang semua terjemahan templat yang tersedia', |
3726 | 3812 | 'centralnotice-insert' => 'Sisipkan: $1', |
3727 | | - 'centralnotice-hide-button' => 'Tombol {{int:centralnotice-shared-hide}}', |
3728 | | - 'centralnotice-collapse-button' => 'Tombol {{int:centralnotice-shared-collapse}}', |
3729 | | - 'centralnotice-expand-button' => 'Tombol {{int:centralnotice-shared-expand}}', |
3730 | | - 'centralnotice-translate-button' => 'Tombol bantu terjemahkan', |
| 3813 | + 'centralnotice-hide-button' => 'Pranala {{int:centralnotice-shared-hide}}', |
| 3814 | + 'centralnotice-collapse-button' => 'Pranala {{int:centralnotice-shared-collapse}}', |
| 3815 | + 'centralnotice-expand-button' => 'Pranala {{int:centralnotice-shared-expand}}', |
| 3816 | + 'centralnotice-close-button' => 'Tombol tutup', |
| 3817 | + 'centralnotice-translate-button' => 'Pranala bantu terjemahkan', |
3731 | 3818 | 'centralnotice-donate-button' => 'Tombol sumbangan', |
3732 | 3819 | 'centralnotice-expanded-banner' => 'Panji perluas', |
3733 | 3820 | 'centralnotice-collapsed-banner' => 'Panji buka', |
— | — | @@ -3736,6 +3823,18 @@ |
3737 | 3824 | 'centralnotice-banner-type' => 'Jenis panji:', |
3738 | 3825 | 'centralnotice-banner-hidable' => 'Statis/Dapat disembunyikan', |
3739 | 3826 | 'centralnotice-banner-collapsible' => 'Dapat dibuka', |
| 3827 | + 'centralnotice-geotargeted' => 'Ditargetgeokan', |
| 3828 | + 'centralnotice-countries' => 'Negara', |
| 3829 | + 'centralnotice-allocation' => 'Alokasi', |
| 3830 | + 'centralnotice-view-allocation' => 'Lihat alokasi pengumuman', |
| 3831 | + 'centralnotice-allocation-instructions' => 'Pilih lingkungan yang ingin Anda lihat alokasi pengumumannya:', |
| 3832 | + 'centralnotice-project-language' => 'Bahasa proyek', |
| 3833 | + 'centralnotice-country' => 'Negara', |
| 3834 | + 'centralnotice-no-allocation' => 'Tidak ada pengumuman yang dialokasikan.', |
| 3835 | + 'centralnotice-allocation-description' => 'Alokasi pengumuman untuk $1.$2 di $3:', |
| 3836 | + 'centralnotice-percentage' => 'Persentase', |
| 3837 | + 'centralnotice-documentwrite-error' => 'document.write() tidak dapat digunakan di dalam pengumuman. |
| 3838 | +Lihat http://meta.wikimedia.org/wiki/Help:CentralNotice untuk informasi lebih lanjut.', |
3740 | 3839 | 'right-centralnotice-admin' => 'Mengatur pengumuman sentral', |
3741 | 3840 | 'right-centralnotice-translate' => 'Menerjemahkan pengumuman sentral', |
3742 | 3841 | 'action-centralnotice-admin' => 'mengatur pengumuman sentral', |
— | — | @@ -3804,6 +3903,7 @@ |
3805 | 3904 | $messages['it'] = array( |
3806 | 3905 | 'centralnotice' => 'Gestione avviso centralizzato', |
3807 | 3906 | 'noticetemplate' => 'Template avvisi centralizzati', |
| 3907 | + 'bannerallocation' => 'Gestione avviso centralizzato', |
3808 | 3908 | 'centralnotice-desc' => 'Aggiunge un avviso centralizzato a inizio pagina (sitenotice)', |
3809 | 3909 | 'centralnotice-summary' => 'Questo modulo permette di modificare gli avvisi centralizzati. Puoi essere inoltre usato per aggiungere o rimuovere vecchi avvisi.', |
3810 | 3910 | 'centralnotice-query' => 'Modifica avvisi attuali', |
— | — | @@ -3868,6 +3968,12 @@ |
3869 | 3969 | 'centralnotice-clone' => 'Clona', |
3870 | 3970 | 'centralnotice-clone-notice' => 'Crea una copia del template', |
3871 | 3971 | 'centralnotice-preview-all-template-translations' => 'Mostra tutte le traduzioni disponibili del template', |
| 3972 | + 'centralnotice-banner-anonymous' => 'Utenti anonimi', |
| 3973 | + 'centralnotice-banner-logged-in' => 'Utenti collegati', |
| 3974 | + 'centralnotice-countries' => 'Paesi', |
| 3975 | + 'centralnotice-project-language' => 'Lingua progetto', |
| 3976 | + 'centralnotice-country' => 'Nazione', |
| 3977 | + 'centralnotice-percentage' => 'Percentuale', |
3872 | 3978 | 'right-centralnotice-admin' => 'Gestisce gli avvisi centralizzati', |
3873 | 3979 | 'right-centralnotice-translate' => 'Traduce avvisi centralizzati', |
3874 | 3980 | 'action-centralnotice-admin' => 'gestire gli avvisi centralizzati', |
— | — | @@ -3977,10 +4083,11 @@ |
3978 | 4084 | 'centralnotice-clone-name' => '名前:', |
3979 | 4085 | 'centralnotice-preview-all-template-translations' => 'テンプレートのすべての利用可能な翻訳をプレビューする', |
3980 | 4086 | 'centralnotice-insert' => '挿入:$1', |
3981 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}ボタン', |
3982 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}ボタン', |
3983 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}ボタン', |
3984 | | - 'centralnotice-translate-button' => '翻訳協力ボタン', |
| 4087 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}リンク', |
| 4088 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}リンク', |
| 4089 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}リンク', |
| 4090 | + 'centralnotice-close-button' => '閉じるボタン', |
| 4091 | + 'centralnotice-translate-button' => '翻訳協力リンク', |
3985 | 4092 | 'centralnotice-donate-button' => '寄付ボタン', |
3986 | 4093 | 'centralnotice-expanded-banner' => '展開されたテンプレート', |
3987 | 4094 | 'centralnotice-collapsed-banner' => '折りたたまれたテンプレート', |
— | — | @@ -4000,6 +4107,8 @@ |
4001 | 4108 | 'centralnotice-no-allocation' => 'テンプレートが割り当てられていません。', |
4002 | 4109 | 'centralnotice-allocation-description' => '$3での$1.$2へのテンプレートの割り当て:', |
4003 | 4110 | 'centralnotice-percentage' => '割合', |
| 4111 | + 'centralnotice-documentwrite-error' => 'テンプレート内で、document.write()を使うことはできません。 |
| 4112 | +詳細については、 http://meta.wikimedia.org/wiki/Help:CentralNotice を参照してください。', |
4004 | 4113 | 'right-centralnotice-admin' => '中央管理通知の管理', |
4005 | 4114 | 'right-centralnotice-translate' => '中央管理通知の翻訳', |
4006 | 4115 | 'action-centralnotice-admin' => '中央管理通知の管理', |
— | — | @@ -4421,8 +4530,9 @@ |
4422 | 4531 | * @author Robby |
4423 | 4532 | */ |
4424 | 4533 | $messages['lb'] = array( |
4425 | | - 'centralnotice' => 'Administratioun vun den zenrale Matdeelungen', |
| 4534 | + 'centralnotice' => 'Administratioun vun den zentrale Matdeelungen', |
4426 | 4535 | 'noticetemplate' => 'Gstioun vun den zentrale Matdeelungen', |
| 4536 | + 'bannerallocation' => 'Administratioun vun den zentrale Matdeelungen', |
4427 | 4537 | 'centralnotice-desc' => 'Setzt eng zentral Matdeelung iwwert de Site derbäi', |
4428 | 4538 | 'centralnotice-summary' => "Dës Erweiderung erlaabt et Är aktuell Parameter vun den zentrale Matdeelungen z'änneren. |
4429 | 4539 | Se kann och benotzt gi fir Matdeelunge derbäizesetzen oder aler ewechzehuelen.", |
— | — | @@ -4517,10 +4627,11 @@ |
4518 | 4628 | 'centralnotice-clone-name' => 'Numm:', |
4519 | 4629 | 'centralnotice-preview-all-template-translations' => 'All disponibel Iwwersetzunge vum Banner weisen ouni ofzespäicheren', |
4520 | 4630 | 'centralnotice-insert' => 'Drasetzen: $1', |
4521 | | - 'centralnotice-hide-button' => 'Knäppche {{int:centralnotice-shared-hide}}', |
4522 | | - 'centralnotice-collapse-button' => 'Knäppchen {{int:centralnotice-shared-collapse}}', |
4523 | | - 'centralnotice-expand-button' => 'Knäppchen {{int:centralnotice-shared-expand}}', |
4524 | | - 'centralnotice-translate-button' => "Knäppchen 'Hëllef iwwersetzen'", |
| 4631 | + 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}', |
| 4632 | + 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}', |
| 4633 | + 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-expand}}', |
| 4634 | + 'centralnotice-close-button' => "Knäppchen 'Zoumaachen'", |
| 4635 | + 'centralnotice-translate-button' => "Link 'Hëllef iwwersetzen'", |
4525 | 4636 | 'centralnotice-donate-button' => "Knäppchen 'Spenden'", |
4526 | 4637 | 'centralnotice-expanded-banner' => 'Erweiderte Banner', |
4527 | 4638 | 'centralnotice-collapsed-banner' => 'Zesummegeklappte Banner', |
— | — | @@ -4532,10 +4643,15 @@ |
4533 | 4644 | 'centralnotice-banner-collapsible' => 'Aklappbar', |
4534 | 4645 | 'centralnotice-geotargeted' => 'Geografesch geziilt', |
4535 | 4646 | 'centralnotice-countries' => 'Länner', |
| 4647 | + 'centralnotice-allocation' => 'Dispositioun', |
| 4648 | + 'centralnotice-view-allocation' => 'Dispositioun vum Banner weisen', |
4536 | 4649 | 'centralnotice-project-language' => 'Sprooch vum Projet', |
4537 | 4650 | 'centralnotice-country' => 'Land', |
4538 | 4651 | 'centralnotice-no-allocation' => 'Keng Banneren zougedeelt.', |
| 4652 | + 'centralnotice-allocation-description' => 'Dispositioun vum Banner fir $1.$2 a(n) $3:', |
4539 | 4653 | 'centralnotice-percentage' => 'Prozentsaz', |
| 4654 | + 'centralnotice-documentwrite-error' => 'document.write() kann net bannen an engem Banner benotzt ginn. |
| 4655 | +Kuckt http://meta.wikimedia.org/wiki/Help:CentralNotice fir méi Informatiounen.', |
4540 | 4656 | 'right-centralnotice-admin' => 'Zentralmatdeelunge geréieren', |
4541 | 4657 | 'right-centralnotice-translate' => 'Zentralmatdeelungen iwwersetzen', |
4542 | 4658 | 'action-centralnotice-admin' => 'Zentralmatdeelungen ze geréieren', |
— | — | @@ -4648,6 +4764,7 @@ |
4649 | 4765 | 'centralnotice-number-uses' => 'Gebroeke', |
4650 | 4766 | 'centralnotice-settings' => 'Insjtellinge', |
4651 | 4767 | 'centralnotice-edit-template' => 'Sjabloon bewirke', |
| 4768 | + 'centralnotice-edit-template-summary' => 'Sloet e stök teks in mit drie accolades, beveurbeildj {{{jimo-quote}}}, óm de teks vertaalbaar te make.', |
4652 | 4769 | 'centralnotice-message' => 'Berich', |
4653 | 4770 | 'centralnotice-message-not-set' => "'t Berich is neet ingesjtèld", |
4654 | 4771 | 'centralnotice-clone' => 'Kopiëre', |
— | — | @@ -4658,6 +4775,7 @@ |
4659 | 4776 | 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}knoep', |
4660 | 4777 | 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}knoep', |
4661 | 4778 | 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}knoep', |
| 4779 | + 'centralnotice-close-button' => 'Sloet knoep', |
4662 | 4780 | 'centralnotice-translate-button' => 'Euverzèttingshölpknoep', |
4663 | 4781 | 'centralnotice-donate-button' => 'Gaefknoep', |
4664 | 4782 | 'centralnotice-expanded-banner' => 'Oetgeklap vaan', |
— | — | @@ -4668,6 +4786,18 @@ |
4669 | 4787 | 'centralnotice-banner-type' => 'Vaantiep:', |
4670 | 4788 | 'centralnotice-banner-hidable' => 'Statisch/verbergbaar', |
4671 | 4789 | 'centralnotice-banner-collapsible' => 'inklapbaar', |
| 4790 | + 'centralnotice-geotargeted' => 'Geografische doele', |
| 4791 | + 'centralnotice-countries' => 'Lenj', |
| 4792 | + 'centralnotice-allocation' => 'Toewiezing', |
| 4793 | + 'centralnotice-view-allocation' => 'Betrach vaantoewiezing', |
| 4794 | + 'centralnotice-allocation-instructions' => 'Kees de ómgaeving woveur se de vaantoewiezing wils bekieke:', |
| 4795 | + 'centralnotice-project-language' => 'Projektaal', |
| 4796 | + 'centralnotice-country' => 'Landj', |
| 4797 | + 'centralnotice-no-allocation' => 'Geine vaan toegeweze.', |
| 4798 | + 'centralnotice-allocation-description' => 'Vaantoewiezing veur $1.$2 in $3:', |
| 4799 | + 'centralnotice-percentage' => 'Percentage', |
| 4800 | + 'centralnotice-documentwrite-error' => 'document.write() kin neet zónger de vaan gebroek waere. |
| 4801 | +Zuuch http://meta.wikimedia.org/wiki/Help:CentralNotice veur mieër informatie.', |
4672 | 4802 | 'right-centralnotice-admin' => 'Centrale sitemitdeilinge behere', |
4673 | 4803 | 'right-centralnotice-translate' => 'Centrale sitenotices vertale', |
4674 | 4804 | 'action-centralnotice-admin' => 'beheer centrale sitemitdeilinge', |
— | — | @@ -4882,10 +5012,11 @@ |
4883 | 5013 | 'centralnotice-clone-name' => 'Име:', |
4884 | 5014 | 'centralnotice-preview-all-template-translations' => 'Преглед на сите расположиви преводи на шаблонот', |
4885 | 5015 | 'centralnotice-insert' => 'Вметни: $1', |
4886 | | - 'centralnotice-hide-button' => 'копче „{{int:centralnotice-shared-hide}}“', |
4887 | | - 'centralnotice-collapse-button' => 'копче „{{int:centralnotice-shared-collapse}}“', |
4888 | | - 'centralnotice-expand-button' => 'копче „{{int:centralnotice-shared-expand}}“', |
4889 | | - 'centralnotice-translate-button' => 'Копче за помош со преводите', |
| 5016 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} врска', |
| 5017 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} врска', |
| 5018 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} врска', |
| 5019 | + 'centralnotice-close-button' => 'Копче за затворање', |
| 5020 | + 'centralnotice-translate-button' => 'Врска за помош со преводите', |
4890 | 5021 | 'centralnotice-donate-button' => 'Копче за донации', |
4891 | 5022 | 'centralnotice-expanded-banner' => 'Расклопен плакат', |
4892 | 5023 | 'centralnotice-collapsed-banner' => 'Склопен плакат', |
— | — | @@ -4905,6 +5036,7 @@ |
4906 | 5037 | 'centralnotice-no-allocation' => 'Нема распределени плакати', |
4907 | 5038 | 'centralnotice-allocation-description' => 'Распределба на плакати за $1.$2 iво $3:', |
4908 | 5039 | 'centralnotice-percentage' => 'Постоток', |
| 5040 | + 'centralnotice-documentwrite-error' => 'document.write() не може да се користи во рамките на плаЗа повеќе информации, погледајте ја страницата http://meta.wikimedia.org/wiki/Help:CentralNotice', |
4909 | 5041 | 'right-centralnotice-admin' => 'Раководење со централни известувања', |
4910 | 5042 | 'right-centralnotice-translate' => 'Преведување на централни известувања', |
4911 | 5043 | 'action-centralnotice-admin' => 'раководење со централни известувања', |
— | — | @@ -5014,9 +5146,10 @@ |
5015 | 5147 | 'centralnotice-clone-name' => 'പേര്:', |
5016 | 5148 | 'centralnotice-preview-all-template-translations' => 'ഫലകത്തിന്റെ ലഭ്യമായ എല്ലാ തർജ്ജമകളുടേയും പ്രിവ്യൂ കാണുക', |
5017 | 5149 | 'centralnotice-insert' => 'ഉൾപ്പെടുത്തുക: $1', |
5018 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ബട്ടൺ', |
5019 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} ബട്ടൺ', |
5020 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} ബട്ടൺ', |
| 5150 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} കണ്ണി', |
| 5151 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} കണ്ണി', |
| 5152 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} കണ്ണി', |
| 5153 | + 'centralnotice-close-button' => 'അടയ്ക്കാനുള്ള ബട്ടൺ', |
5021 | 5154 | 'centralnotice-translate-button' => 'പരിഭാഷാസഹായി ബട്ടൺ', |
5022 | 5155 | 'centralnotice-donate-button' => 'സംഭാവനാ ബട്ടൺ', |
5023 | 5156 | 'centralnotice-expanded-banner' => 'വികസിപ്പിച്ച എഴുത്തുപട്ട', |
— | — | @@ -5037,6 +5170,8 @@ |
5038 | 5171 | 'centralnotice-no-allocation' => 'എഴുത്തുപട്ടകൾക്ക് ഇടയനുവദിച്ചിട്ടില്ല.', |
5039 | 5172 | 'centralnotice-allocation-description' => '$1.$2 സംരംഭത്തിൽ അനുവദിച്ചിരിക്കുന്ന എഴുത്തുപട്ട (രാജ്യം: $3):', |
5040 | 5173 | 'centralnotice-percentage' => 'ശതമാനം', |
| 5174 | + 'centralnotice-documentwrite-error' => 'എഴുത്തുപട്ടയിൽ document.write() ഉപയോഗിക്കാനാവില്ല. |
| 5175 | +കൂടുതൽ വിവരങ്ങൾക്ക് http://meta.wikimedia.org/wiki/Help:CentralNotice കാണുക', |
5041 | 5176 | 'right-centralnotice-admin' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ കൈകാര്യം ചെയ്യുക', |
5042 | 5177 | 'right-centralnotice-translate' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ തർജ്ജമ ചെയ്യുക', |
5043 | 5178 | 'action-centralnotice-admin' => 'കേന്ദ്രീകൃത അറിയിപ്പുകൾ കൈകാര്യം ചെയ്യുക', |
— | — | @@ -5400,10 +5535,11 @@ |
5401 | 5536 | 'centralnotice-clone-name' => 'Naam:', |
5402 | 5537 | 'centralnotice-preview-all-template-translations' => 'Alle beschikbare vertalingen van het sjabloon bekijken', |
5403 | 5538 | 'centralnotice-insert' => 'Invoegen: $1', |
5404 | | - 'centralnotice-hide-button' => 'Knop "{{int:centralnotice-shared-hide}}"', |
5405 | | - 'centralnotice-collapse-button' => 'Knop "{{int:centralnotice-shared-collapse}}"', |
5406 | | - 'centralnotice-expand-button' => 'Knop "{{int:centralnotice-shared-expand}}"', |
5407 | | - 'centralnotice-translate-button' => 'Knop "help met vertalen"', |
| 5539 | + 'centralnotice-hide-button' => '"{{int:centralnotice-shared-hide}}" toevoegen', |
| 5540 | + 'centralnotice-collapse-button' => '"{{int:centralnotice-shared-collapse}}" toevoegen', |
| 5541 | + 'centralnotice-expand-button' => '"{{int:centralnotice-shared-expand}}" toevoegen', |
| 5542 | + 'centralnotice-close-button' => '"Sluiten" toevoegen', |
| 5543 | + 'centralnotice-translate-button' => '"Help met vertalen" toevoegen', |
5408 | 5544 | 'centralnotice-donate-button' => 'Knop "doneren"', |
5409 | 5545 | 'centralnotice-expanded-banner' => 'Uitgeklapte banner', |
5410 | 5546 | 'centralnotice-collapsed-banner' => 'Ingeklapte banner', |
— | — | @@ -5423,6 +5559,8 @@ |
5424 | 5560 | 'centralnotice-no-allocation' => 'Geen banners toegewezen.', |
5425 | 5561 | 'centralnotice-allocation-description' => 'Bannertoewijzing voor $1.$2 in $3:', |
5426 | 5562 | 'centralnotice-percentage' => 'Percentage', |
| 5563 | + 'centralnotice-documentwrite-error' => 'document.write() kan niet worden gebruikt binnen een banner. |
| 5564 | +Zie http://meta.wikimedia.org/wiki/Help:CentralNotice voor meer informatie.', |
5427 | 5565 | 'right-centralnotice-admin' => 'Centrale sitenotices beheren', |
5428 | 5566 | 'right-centralnotice-translate' => 'Centrale sitenotices vertalen', |
5429 | 5567 | 'action-centralnotice-admin' => 'centrale sitenotices beheren', |
— | — | @@ -5518,7 +5656,7 @@ |
5519 | 5657 | */ |
5520 | 5658 | $messages['no'] = array( |
5521 | 5659 | 'centralnotice' => 'Administrasjon av sentrale beskjeder', |
5522 | | - 'noticetemplate' => 'Mal for sentrale beskjeder', |
| 5660 | + 'noticetemplate' => 'Admin for sentrale beskjeder', |
5523 | 5661 | 'bannerallocation' => 'Administrasjon av sentrale beskjeder', |
5524 | 5662 | 'centralnotice-desc' => 'Legger til en sentral sidenotis', |
5525 | 5663 | 'centralnotice-summary' => 'Denne modulen lar deg redigere din nåværende sentralmeldinger. |
— | — | @@ -5614,10 +5752,11 @@ |
5615 | 5753 | 'centralnotice-clone-name' => 'Navn:', |
5616 | 5754 | 'centralnotice-preview-all-template-translations' => 'Forhåndsvis alle tilgjengelige oversettelser av malen', |
5617 | 5755 | 'centralnotice-insert' => 'Sett inn: $1', |
5618 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} knapp', |
5619 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collape}} knapp', |
5620 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} knapp', |
5621 | | - 'centralnotice-translate-button' => 'Hjelp med oversettelse-knapp', |
| 5756 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}}-lenke', |
| 5757 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collape}}-lenke', |
| 5758 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-lenke', |
| 5759 | + 'centralnotice-close-button' => 'Lukk-knapp', |
| 5760 | + 'centralnotice-translate-button' => 'Hjelp med oversettelse-lenke', |
5622 | 5761 | 'centralnotice-donate-button' => 'Doner-knapp', |
5623 | 5762 | 'centralnotice-expanded-banner' => 'Utvidet banner', |
5624 | 5763 | 'centralnotice-collapsed-banner' => 'Kollapset banner', |
— | — | @@ -5627,8 +5766,18 @@ |
5628 | 5767 | 'centralnotice-banner-type' => 'Banner type:', |
5629 | 5768 | 'centralnotice-banner-hidable' => 'Statisk/skjulbar', |
5630 | 5769 | 'centralnotice-banner-collapsible' => 'Sammenleggbar', |
| 5770 | + 'centralnotice-geotargeted' => 'Geografisk målrettet', |
5631 | 5771 | 'centralnotice-countries' => 'Land', |
5632 | 5772 | 'centralnotice-allocation' => 'Tildeling', |
| 5773 | + 'centralnotice-view-allocation' => 'Vis bannertildeling', |
| 5774 | + 'centralnotice-allocation-instructions' => 'Velg miljøet du ønsker å se bannertildelingen for:', |
| 5775 | + 'centralnotice-project-language' => 'Prosjektspråk', |
| 5776 | + 'centralnotice-country' => 'Land', |
| 5777 | + 'centralnotice-no-allocation' => 'Ingen bannere tildelt.', |
| 5778 | + 'centralnotice-allocation-description' => 'Bannertildeling for $1.$2 i $3:', |
| 5779 | + 'centralnotice-percentage' => 'Prosent', |
| 5780 | + 'centralnotice-documentwrite-error' => 'document.write() kan ikke brukes i et banner. |
| 5781 | +Se http://meta.wikimedia.org/wiki/Help:CentralNotice for mer informasjon.', |
5633 | 5782 | 'right-centralnotice-admin' => 'Håndtere sentrale meldinger', |
5634 | 5783 | 'right-centralnotice-translate' => 'Oversett sentrale meldinger', |
5635 | 5784 | 'action-centralnotice-admin' => 'administrere sentrale meldinger', |
— | — | @@ -5851,10 +6000,11 @@ |
5852 | 6001 | 'centralnotice-clone-name' => 'Nazwa', |
5853 | 6002 | 'centralnotice-preview-all-template-translations' => 'Zobacz wszystkie dostępne tłumaczenia szablonu', |
5854 | 6003 | 'centralnotice-insert' => 'Wstaw: $1', |
5855 | | - 'centralnotice-hide-button' => 'Przycisk „{{int:centralnotice-shared-hide}}”', |
5856 | | - 'centralnotice-collapse-button' => 'Przycisk „{{int:centralnotice-shared-collapse}}”', |
5857 | | - 'centralnotice-expand-button' => 'Przycisk „{{int:centralnotice-shared-expand}}”', |
5858 | | - 'centralnotice-translate-button' => 'Przycisk „Pomóż w tłumaczeniu”', |
| 6004 | + 'centralnotice-hide-button' => 'Link {{int:centralnotice-shared-hide}}', |
| 6005 | + 'centralnotice-collapse-button' => 'Link {{int:centralnotice-shared-collapse}}', |
| 6006 | + 'centralnotice-expand-button' => 'Link {{int:centralnotice-shared-expand}}', |
| 6007 | + 'centralnotice-close-button' => 'Przycisk zamykania', |
| 6008 | + 'centralnotice-translate-button' => 'Link „Pomóż w tłumaczeniu”', |
5859 | 6009 | 'centralnotice-donate-button' => 'Przycisk „Wspomóż”', |
5860 | 6010 | 'centralnotice-expanded-banner' => 'Rozwinięty baner', |
5861 | 6011 | 'centralnotice-collapsed-banner' => 'Zwinięty baner', |
— | — | @@ -5874,6 +6024,8 @@ |
5875 | 6025 | 'centralnotice-no-allocation' => 'Brak przypisanych banerów.', |
5876 | 6026 | 'centralnotice-allocation-description' => 'Przydział banera dla $1.$2 w $3:', |
5877 | 6027 | 'centralnotice-percentage' => 'Procentowo', |
| 6028 | + 'centralnotice-documentwrite-error' => 'Nie można korzystać z document.write() w banerze. |
| 6029 | +Więcej informacji odnajdziesz na stronie http://meta.wikimedia.org/wiki/Help:CentralNotice', |
5878 | 6030 | 'right-centralnotice-admin' => 'Zarządzanie wspólnymi komunikatami', |
5879 | 6031 | 'right-centralnotice-translate' => 'Tłumaczenie wspólnych dla projektów ogłoszeń', |
5880 | 6032 | 'action-centralnotice-admin' => 'zarządzaj centralnymi komunikatami', |
— | — | @@ -5983,10 +6135,11 @@ |
5984 | 6136 | 'centralnotice-clone-name' => 'Nòm:', |
5985 | 6137 | 'centralnotice-preview-all-template-translations' => 'Previsualisa tute le tradussion disponìbij ëd lë stamp', |
5986 | 6138 | 'centralnotice-insert' => 'Anserì: $1', |
5987 | | - 'centralnotice-hide-button' => 'Boton {{int:centralnotice-shared-hide}}', |
5988 | | - 'centralnotice-collapse-button' => 'Boton {{int:centralnotice-shared-collapse}}', |
5989 | | - 'centralnotice-expand-button' => 'Boton {{int:centralnotice-shared-expand}}', |
5990 | | - 'centralnotice-translate-button' => 'Boton për giuté a volté', |
| 6139 | + 'centralnotice-hide-button' => 'Colegament {{int:centralnotice-shared-hide}}', |
| 6140 | + 'centralnotice-collapse-button' => 'Colegament {{int:centralnotice-shared-collapse}}', |
| 6141 | + 'centralnotice-expand-button' => 'Colegament {{int:centralnotice-shared-expand}}', |
| 6142 | + 'centralnotice-close-button' => 'Boton për boton', |
| 6143 | + 'centralnotice-translate-button' => 'Colegament për giuté a volté', |
5991 | 6144 | 'centralnotice-donate-button' => "Boton për fé dj'oferte", |
5992 | 6145 | 'centralnotice-expanded-banner' => 'Tilèt ëslargà', |
5993 | 6146 | 'centralnotice-collapsed-banner' => 'Tilèt ëstrenzù', |
— | — | @@ -5999,13 +6152,15 @@ |
6000 | 6153 | 'centralnotice-geotargeted' => 'Geolocalisà', |
6001 | 6154 | 'centralnotice-countries' => 'Pais', |
6002 | 6155 | 'centralnotice-allocation' => 'Alocassion', |
6003 | | - 'centralnotice-view-allocation' => 'Varda alocassin ëd la bara', |
6004 | | - 'centralnotice-allocation-instructions' => "Sern l'ambient dont at piaserìa vëdde l'alocassion ëd la bara për:", |
| 6156 | + 'centralnotice-view-allocation' => 'Vëdde la disposission dël tilèt', |
| 6157 | + 'centralnotice-allocation-instructions' => "Ch'a serna l'ambient për ël qual a-j piaserìa smon-e la disposission ëd tilèt:", |
6005 | 6158 | 'centralnotice-project-language' => 'Lenga dël proget', |
6006 | 6159 | 'centralnotice-country' => 'Nassion', |
6007 | | - 'centralnotice-no-allocation' => 'Pa gnun-e bare alocà', |
6008 | | - 'centralnotice-allocation-description' => 'Alocassion ëd la bara për $1.$2 an $3:', |
| 6160 | + 'centralnotice-no-allocation' => 'Gnun tilèt butà.', |
| 6161 | + 'centralnotice-allocation-description' => 'Disposission dël tilèt për $1.$2 an $3:', |
6009 | 6162 | 'centralnotice-percentage' => 'Përsentual', |
| 6163 | + 'centralnotice-documentwrite-error' => 'document.write() a peul pa esse dovrà ant na bara. |
| 6164 | +Varda http://meta.wikimedia.org/wiki/Help:CentralNotice për savejne ëd pi.', |
6010 | 6165 | 'right-centralnotice-admin' => 'Gestì le neuve sentraj', |
6011 | 6166 | 'right-centralnotice-translate' => 'Volté le neuve sentraj', |
6012 | 6167 | 'action-centralnotice-admin' => 'gestì le neuve sentraj', |
— | — | @@ -6156,10 +6311,11 @@ |
6157 | 6312 | 'centralnotice-clone-name' => 'Nome:', |
6158 | 6313 | 'centralnotice-preview-all-template-translations' => 'Antever todas as traduções disponíveis do modelo', |
6159 | 6314 | 'centralnotice-insert' => 'Inserir: $1', |
6160 | | - 'centralnotice-hide-button' => 'Botão {{int:centralnotice-shared-hide}}', |
6161 | | - 'centralnotice-collapse-button' => 'Botão {{int:centralnotice-shared-collapse}}', |
6162 | | - 'centralnotice-expand-button' => 'Botão {{int:centralnotice-shared-expand}}', |
6163 | | - 'centralnotice-translate-button' => 'Botão Ajudar a traduzir', |
| 6315 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link', |
| 6316 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link', |
| 6317 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link', |
| 6318 | + 'centralnotice-close-button' => 'Botão Fechar', |
| 6319 | + 'centralnotice-translate-button' => 'Ajudar a traduzir link', |
6164 | 6320 | 'centralnotice-donate-button' => 'Botão Donativo', |
6165 | 6321 | 'centralnotice-expanded-banner' => 'Modelo expandido', |
6166 | 6322 | 'centralnotice-collapsed-banner' => 'Modelo colapsado', |
— | — | @@ -6179,6 +6335,8 @@ |
6180 | 6336 | 'centralnotice-no-allocation' => 'Não há modelos atribuídos.', |
6181 | 6337 | 'centralnotice-allocation-description' => 'Atribuição de modelos para $1.$2 em $3:', |
6182 | 6338 | 'centralnotice-percentage' => 'Percentagem', |
| 6339 | + 'centralnotice-documentwrite-error' => 'document.write() não pode ser usado num modelo. |
| 6340 | +Para mais informações, consulte http://meta.wikimedia.org/wiki/Help:CentralNotice.', |
6183 | 6341 | 'right-centralnotice-admin' => 'Gerir avisos centralizados', |
6184 | 6342 | 'right-centralnotice-translate' => 'Traduzir avisos centralizados', |
6185 | 6343 | 'action-centralnotice-admin' => 'gerir avisos centralizados', |
— | — | @@ -6289,10 +6447,11 @@ |
6290 | 6448 | 'centralnotice-clone-name' => 'Nome:', |
6291 | 6449 | 'centralnotice-preview-all-template-translations' => 'Prever todas as traduções disponíveis do modelo', |
6292 | 6450 | 'centralnotice-insert' => 'Inserir: $1', |
6293 | | - 'centralnotice-hide-button' => 'Botão {{int:centralnotice-shared-hide}}', |
6294 | | - 'centralnotice-collapse-button' => 'Botão {{int:centralnotice-shared-collapse}}', |
6295 | | - 'centralnotice-expand-button' => 'Botão {{int:centralnotice-shared-expand}}', |
6296 | | - 'centralnotice-translate-button' => 'Botão Ajudar a traduzir', |
| 6451 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link', |
| 6452 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link', |
| 6453 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link', |
| 6454 | + 'centralnotice-close-button' => 'Botão fechar', |
| 6455 | + 'centralnotice-translate-button' => 'Ajudar a traduzir link', |
6297 | 6456 | 'centralnotice-donate-button' => 'Botão Donativo', |
6298 | 6457 | 'centralnotice-expanded-banner' => 'Modelo expandido', |
6299 | 6458 | 'centralnotice-collapsed-banner' => 'Modelo colapsado', |
— | — | @@ -6312,6 +6471,8 @@ |
6313 | 6472 | 'centralnotice-no-allocation' => 'Não há modelos atribuídos.', |
6314 | 6473 | 'centralnotice-allocation-description' => 'Atribuição de modelos para $1.$2 em $3:', |
6315 | 6474 | 'centralnotice-percentage' => 'Porcentagem', |
| 6475 | + 'centralnotice-documentwrite-error' => 'document.write() não pode ser usado num modelo. |
| 6476 | +Para mais informações, consulte http://meta.wikimedia.org/wiki/Help:CentralNotice.', |
6316 | 6477 | 'right-centralnotice-admin' => 'Gerenciar avisos centralizados', |
6317 | 6478 | 'right-centralnotice-translate' => 'Traduzir avisos centralizados', |
6318 | 6479 | 'action-centralnotice-admin' => 'gerenciar avisos centralizados', |
— | — | @@ -6616,10 +6777,11 @@ |
6617 | 6778 | 'centralnotice-clone-name' => 'Имя:', |
6618 | 6779 | 'centralnotice-preview-all-template-translations' => 'Просмотреть все доступные переводы шаблона', |
6619 | 6780 | 'centralnotice-insert' => 'Вставка: $1', |
6620 | | - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} кнопку', |
6621 | | - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} кнопку', |
6622 | | - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} кнопку', |
6623 | | - 'centralnotice-translate-button' => 'Кнопка помощи в переводе', |
| 6781 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ссылку', |
| 6782 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} ссылку', |
| 6783 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} ссылку', |
| 6784 | + 'centralnotice-close-button' => 'Кнопка «Закрыть»', |
| 6785 | + 'centralnotice-translate-button' => 'Ссылка помощи в переводе', |
6624 | 6786 | 'centralnotice-donate-button' => 'Кнопка пожертвований', |
6625 | 6787 | 'centralnotice-expanded-banner' => 'Расширенный баннер', |
6626 | 6788 | 'centralnotice-collapsed-banner' => 'Сложенный баннер', |
— | — | @@ -6639,6 +6801,8 @@ |
6640 | 6802 | 'centralnotice-no-allocation' => 'Баннеры не размещены', |
6641 | 6803 | 'centralnotice-allocation-description' => 'Размещение баннеров для $1.$2 в $3:', |
6642 | 6804 | 'centralnotice-percentage' => 'Процент', |
| 6805 | + 'centralnotice-documentwrite-error' => 'document.write() нельзя использовать в баннере. |
| 6806 | +Подробности: [http://meta.wikimedia.org/wiki/Help:CentralNotice http://meta.wikimedia.org/wiki/Help:CentralNotice].', |
6643 | 6807 | 'right-centralnotice-admin' => 'управление централизованными уведомлениями', |
6644 | 6808 | 'right-centralnotice-translate' => 'перевод централизованных уведомлений', |
6645 | 6809 | 'action-centralnotice-admin' => 'управление централизованными уведомлениями', |
— | — | @@ -7319,6 +7483,46 @@ |
7320 | 7484 | 'centralnotice-clone-name' => 'Jina:', |
7321 | 7485 | ); |
7322 | 7486 | |
| 7487 | +<<<<<<< .working |
| 7488 | +======= |
| 7489 | +/** Tamil (தமிழ்) |
| 7490 | + * @author TRYPPN |
| 7491 | + */ |
| 7492 | +$messages['ta'] = array( |
| 7493 | + 'centralnotice-end-date' => 'முடிவுத்தேதி', |
| 7494 | + 'centralnotice-enabled' => 'பயன்பாட்டில் உள்ளது', |
| 7495 | + 'centralnotice-modify' => 'சமர்ப்பி', |
| 7496 | + 'centralnotice-preview' => 'முன்தோற்றம்', |
| 7497 | + 'centralnotice-remove' => 'நீக்கு', |
| 7498 | + 'centralnotice-add' => 'சேர்க்கவும்', |
| 7499 | + 'centralnotice-translations' => 'மொழிபெயர்ப்புக்கள்', |
| 7500 | + 'centralnotice-translate-to' => 'மொழிபெயர்ப்பு செய்யவும்', |
| 7501 | + 'centralnotice-translate' => 'மொழிபெயர்ப்பு செய்யவும்', |
| 7502 | + 'centralnotice-english' => 'ஆங்கிலம்', |
| 7503 | + 'centralnotice-weight' => 'எடை', |
| 7504 | + 'centralnotice-locked' => 'மூடப்பட்டது', |
| 7505 | + 'centralnotice-day' => 'நாள்', |
| 7506 | + 'centralnotice-year' => 'ஆண்டு', |
| 7507 | + 'centralnotice-month' => 'மாதம்', |
| 7508 | + 'centralnotice-hours' => 'மணி', |
| 7509 | + 'centralnotice-min' => 'நிமிடம்', |
| 7510 | + 'centralnotice-project-lang' => 'திட்டத்தின் மொழி', |
| 7511 | + 'centralnotice-select' => 'தேர்ந்தெடுக்கவும்:$1', |
| 7512 | + 'centralnotice-top-ten-languages' => 'உயர்நிலையில் உள்ள 10 மொழிகள்', |
| 7513 | + 'centralnotice-project-name' => 'திட்டத்தின் பெயர்', |
| 7514 | + 'centralnotice-start-date' => 'ஆரம்பத்தேதி', |
| 7515 | + 'centralnotice-start-time' => 'ஆரம்ப நேரம் (UTC)', |
| 7516 | + 'centralnotice-end-time' => 'முடிவு நேரம் (UTC)', |
| 7517 | + 'centralnotice-change-lang' => 'மொழிபெயர்ப்புக்கான மொழியை மாற்றவும்', |
| 7518 | + 'centralnotice-weights' => 'எடைகள்', |
| 7519 | + 'centralnotice-number-uses' => 'பயன்பாடுகள்', |
| 7520 | + 'centralnotice-clone-name' => 'பெயர்:', |
| 7521 | + 'centralnotice-project-language' => 'திட்டத்தின் மொழி', |
| 7522 | + 'centralnotice-country' => 'நாடு', |
| 7523 | + 'centralnotice-percentage' => 'சதவிகிதம்/விழுக்காடு', |
| 7524 | + 'centralnotice-preferred' => 'விரும்பத்தக்கது', |
| 7525 | +); |
| 7526 | + |
7323 | 7527 | /** Telugu (తెలుగు) |
7324 | 7528 | * @author Chaduvari |
7325 | 7529 | * @author Veeven |
— | — | @@ -7855,10 +8059,11 @@ |
7856 | 8060 | 'centralnotice-clone-name' => 'Pangalan:', |
7857 | 8061 | 'centralnotice-preview-all-template-translations' => 'Paunang tanawin ang lahat ng mga makukuhang mga salinwika ng suleras', |
7858 | 8062 | 'centralnotice-insert' => 'Isingit: $1', |
7859 | | - 'centralnotice-hide-button' => 'Pindutang {{int:centralnotice-shared-hide}}', |
7860 | | - 'centralnotice-collapse-button' => 'Pindutang {{int:centralnotice-shared-collapse}}', |
7861 | | - 'centralnotice-expand-button' => 'Pindutang {{int:centralnotice-shared-expand}}', |
7862 | | - 'centralnotice-translate-button' => 'Pindutang pantulong sa pagsasalinwika', |
| 8063 | + 'centralnotice-hide-button' => 'Kawing na {{int:centralnotice-shared-hide}}', |
| 8064 | + 'centralnotice-collapse-button' => 'Kawing na {{int:centralnotice-shared-collapse}}', |
| 8065 | + 'centralnotice-expand-button' => 'Kawing na {{int:centralnotice-shared-expand}}', |
| 8066 | + 'centralnotice-close-button' => 'Pindutang pansara', |
| 8067 | + 'centralnotice-translate-button' => 'Kawing na pantulong sa pagsasalinwika', |
7863 | 8068 | 'centralnotice-donate-button' => 'Pindutang pang-abuloy', |
7864 | 8069 | 'centralnotice-expanded-banner' => 'Banderang pinalawak', |
7865 | 8070 | 'centralnotice-collapsed-banner' => 'Tumuping bandera', |
— | — | @@ -7878,6 +8083,8 @@ |
7879 | 8084 | 'centralnotice-no-allocation' => 'Walang bandera ibinahagi.', |
7880 | 8085 | 'centralnotice-allocation-description' => 'Ang banderang kabahagi para sa $1.$2 sa loob ng $3:', |
7881 | 8086 | 'centralnotice-percentage' => 'Kabahagdanan', |
| 8087 | + 'centralnotice-documentwrite-error' => 'Hindi magagamit ang kasulatan.sulat() sa loob ng isang bandera. |
| 8088 | +Tingnan ang http://meta.wikimedia.org/wiki/Help:CentralNotice para sa mas maraming kabatiran.', |
7882 | 8089 | 'right-centralnotice-admin' => 'Pamahalaan ang pangunahing mga pabatid', |
7883 | 8090 | 'right-centralnotice-translate' => 'Isalinwika ang pangunahing mga pabatid', |
7884 | 8091 | 'action-centralnotice-admin' => 'pamahalaan ang pangunahing mga pabatid', |
— | — | @@ -8177,7 +8384,7 @@ |
8178 | 8385 | */ |
8179 | 8386 | $messages['vec'] = array( |
8180 | 8387 | 'centralnotice' => 'Gestion notifiche sentralizade', |
8181 | | - 'noticetemplate' => 'Modèl de aviso sentralizà', |
| 8388 | + 'noticetemplate' => "'Ministrassion dei avisi sentralizà", |
8182 | 8389 | 'centralnotice-desc' => 'Zonta un aviso çentralizà in çima a la pagina (sitenotice)', |
8183 | 8390 | 'centralnotice-summary' => 'Sto modulo el permete de canbiar i avisi sentralixà. |
8184 | 8391 | In più se pol dopararlo anca par zontar o cavar avisi veci.', |
— | — | @@ -8200,7 +8407,7 @@ |
8201 | 8408 | 'centralnotice-translate-to' => 'Tradusi con', |
8202 | 8409 | 'centralnotice-translate' => 'Tradusi', |
8203 | 8410 | 'centralnotice-english' => 'Inglese', |
8204 | | - 'centralnotice-banner-name' => 'Nome modeło', |
| 8411 | + 'centralnotice-banner-name' => 'Nome del banner:', |
8205 | 8412 | 'centralnotice-templates' => 'Modèi', |
8206 | 8413 | 'centralnotice-weight' => 'Peso', |
8207 | 8414 | 'centralnotice-locked' => 'Blocà', |
— | — | @@ -8209,8 +8416,7 @@ |
8210 | 8417 | Inserimento mia fato', |
8211 | 8418 | 'centralnotice-template-exists' => 'Modèl zà esistente. |
8212 | 8419 | Inserimento mia fato', |
8213 | | - 'centralnotice-notice-doesnt-exist' => 'Notifica mia esistente. |
8214 | | -Rimozion mia fata', |
| 8420 | + 'centralnotice-notice-doesnt-exist' => 'Sta canpagna no la esiste.', |
8215 | 8421 | 'centralnotice-template-still-bound' => 'Modèl ancora ligà a na notifica. |
8216 | 8422 | Rimozion mia fata.', |
8217 | 8423 | 'centralnotice-template-body' => 'Corpo del modèl:', |
— | — | @@ -8252,7 +8458,14 @@ |
8253 | 8459 | 'centralnotice-message-not-set' => 'Messajo mia inpostà', |
8254 | 8460 | 'centralnotice-clone' => 'Copia', |
8255 | 8461 | 'centralnotice-clone-notice' => 'Crea na copia del modèl', |
| 8462 | + 'centralnotice-clone-name' => 'Nome:', |
8256 | 8463 | 'centralnotice-preview-all-template-translations' => 'Anteprima de tute le tradussion disponibili del modèl', |
| 8464 | + 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link', |
| 8465 | + 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link', |
| 8466 | + 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link', |
| 8467 | + 'centralnotice-banner-anonymous' => 'Utenti anonimi', |
| 8468 | + 'centralnotice-country' => 'Nassion', |
| 8469 | + 'centralnotice-percentage' => 'Persentuale', |
8257 | 8470 | 'right-centralnotice-admin' => 'Gestisse i avisi sentralixà', |
8258 | 8471 | 'right-centralnotice-translate' => 'Tradusi le notifiche sentrali', |
8259 | 8472 | 'action-centralnotice-admin' => 'gestir i avisi sentralixà', |
— | — | @@ -8350,10 +8563,11 @@ |
8351 | 8564 | 'centralnotice-clone-name' => 'Tên:', |
8352 | 8565 | 'centralnotice-preview-all-template-translations' => 'Xem trước các bản dịch có sẵn của bảng', |
8353 | 8566 | 'centralnotice-insert' => 'Chèn: $1', |
8354 | | - 'centralnotice-hide-button' => 'Nút {{int:centralnotice-shared-hide}}', |
8355 | | - 'centralnotice-collapse-button' => 'Nút {{int:centralnotice-shared-collapse}}', |
8356 | | - 'centralnotice-expand-button' => 'Nút {{int:centralnotice-shared-expand}}', |
8357 | | - 'centralnotice-translate-button' => 'Nút giúp dịch', |
| 8567 | + 'centralnotice-hide-button' => 'Liên kết {{int:centralnotice-shared-hide}}', |
| 8568 | + 'centralnotice-collapse-button' => 'Liên kết {{int:centralnotice-shared-collapse}}', |
| 8569 | + 'centralnotice-expand-button' => 'Liên kết {{int:centralnotice-shared-expand}}', |
| 8570 | + 'centralnotice-close-button' => 'Nút Đóng', |
| 8571 | + 'centralnotice-translate-button' => 'Liên kết Giúp dịch', |
8358 | 8572 | 'centralnotice-donate-button' => 'Nút quyên góp', |
8359 | 8573 | 'centralnotice-expanded-banner' => 'Bảng mở rộng', |
8360 | 8574 | 'centralnotice-collapsed-banner' => 'Bảng thu nhỏ', |
— | — | @@ -8373,6 +8587,8 @@ |
8374 | 8588 | 'centralnotice-no-allocation' => 'Chưa có phân phối bảng nào.', |
8375 | 8589 | 'centralnotice-allocation-description' => 'Phân phối bảng cho $1.$2 tại $3:', |
8376 | 8590 | 'centralnotice-percentage' => 'Tỷ lệ', |
| 8591 | + 'centralnotice-documentwrite-error' => 'Không có thể sử dụng document.write() trong bảng. |
| 8592 | +Xem thêm chi tiết tại http://meta.wikimedia.org/wiki/Help:CentralNotice .', |
8377 | 8593 | 'right-centralnotice-admin' => 'Quản lý thông báo chung', |
8378 | 8594 | 'right-centralnotice-translate' => 'Dịch thông báo chung', |
8379 | 8595 | 'action-centralnotice-admin' => 'quản lý thông báo chung', |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialNoticeTemplate.php |
— | — | @@ -25,6 +25,12 @@ |
26 | 26 | // Add style file to the output headers |
27 | 27 | $wgOut->addExtensionStyle( "$wgScriptPath/extensions/CentralNotice/centralnotice.css" ); |
28 | 28 | |
| 29 | + // Add localized script error messages |
| 30 | + $scriptVars = array( |
| 31 | + 'documentWriteError' => wfMsg( 'centralnotice-documentwrite-error' ) |
| 32 | + ); |
| 33 | + $wgOut->addScript( Skin::makeVariablesScript( $scriptVars ) ); |
| 34 | + |
29 | 35 | // Add script file to the output headers |
30 | 36 | $wgOut->addScriptFile( "$wgScriptPath/extensions/CentralNotice/centralnotice.js" ); |
31 | 37 | |
— | — | @@ -213,7 +219,7 @@ |
214 | 220 | // Build HTML |
215 | 221 | $htmlOut = ''; |
216 | 222 | $htmlOut .= Xml::openElement( 'fieldset', array( 'class' => 'prefsection' ) ); |
217 | | - $htmlOut .= Xml::openElement( 'form', array( 'method' => 'post' ) ); |
| 223 | + $htmlOut .= Xml::openElement( 'form', array( 'method' => 'post', 'onsubmit' => 'return validateBannerForm(this)' ) ); |
218 | 224 | $htmlOut .= Xml::element( 'h2', null, wfMsg( 'centralnotice-add-template' ) ); |
219 | 225 | $htmlOut .= Xml::hidden( 'wpMethod', 'addTemplate' ); |
220 | 226 | $htmlOut .= Xml::tags( 'p', null, |
— | — | @@ -241,6 +247,7 @@ |
242 | 248 | $htmlOut .= Xml::fieldset( wfMsg( 'centralnotice-banner' ) ); |
243 | 249 | $htmlOut .= wfMsg( 'centralnotice-edit-template-summary' ); |
244 | 250 | $buttons = array(); |
| 251 | + $buttons[] = '<a href="#" onclick="insertButton(\'close\');return false;">' . wfMsg( 'centralnotice-close-button' ) . '</a>'; |
245 | 252 | $buttons[] = '<a href="#" onclick="insertButton(\'hide\');return false;">' . wfMsg( 'centralnotice-hide-button' ) . '</a>'; |
246 | 253 | $buttons[] = '<a href="#" onclick="insertButton(\'translate\');return false;">' . wfMsg( 'centralnotice-translate-button' ) . '</a>'; |
247 | 254 | $htmlOut .= Xml::tags( 'div', |
— | — | @@ -460,7 +467,7 @@ |
461 | 468 | |
462 | 469 | // Show edit form |
463 | 470 | if ( $this->editable ) { |
464 | | - $htmlOut .= Xml::openElement( 'form', array( 'method' => 'post' ) ); |
| 471 | + $htmlOut .= Xml::openElement( 'form', array( 'method' => 'post', 'onsubmit' => 'return validateBannerForm(this)' ) ); |
465 | 472 | $htmlOut .= Xml::hidden( 'wpMethod', 'editTemplate' ); |
466 | 473 | } |
467 | 474 | |
— | — | @@ -488,6 +495,7 @@ |
489 | 496 | $htmlOut .= Xml::fieldset( wfMsg( 'centralnotice-edit-template' ) ); |
490 | 497 | $htmlOut .= wfMsg( 'centralnotice-edit-template-summary' ); |
491 | 498 | $buttons = array(); |
| 499 | + $buttons[] = '<a href="#" onclick="insertButton(\'close\');return false;">' . wfMsg( 'centralnotice-close-button' ) . '</a>'; |
492 | 500 | $buttons[] = '<a href="#" onclick="insertButton(\'hide\');return false;">' . wfMsg( 'centralnotice-hide-button' ) . '</a>'; |
493 | 501 | $buttons[] = '<a href="#" onclick="insertButton(\'translate\');return false;">' . wfMsg( 'centralnotice-translate-button' ) . '</a>'; |
494 | 502 | $htmlOut .= Xml::tags( 'div', |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.db.php |
— | — | @@ -32,33 +32,33 @@ |
33 | 33 | $encTimestamp = $dbr->timestamp( $date ); |
34 | 34 | } |
35 | 35 | |
36 | | - $tables[] = "cn_notices"; |
| 36 | + $tables = array( 'cn_notices' ); |
37 | 37 | if ( $language ) { |
38 | | - $tables[] = "cn_notice_languages"; |
| 38 | + $tables[] = 'cn_notice_languages'; |
39 | 39 | } |
40 | 40 | |
| 41 | + $conds = array( |
| 42 | + 'not_project' => array( '', $project ), |
| 43 | + 'not_geo' => 0, |
| 44 | + "not_start <= $encTimestamp", |
| 45 | + "not_end >= $encTimestamp", |
| 46 | + ); |
41 | 47 | // Use whatever conditional arguments got passed in |
42 | 48 | if ( $language ) { |
43 | | - $conds[] = "nl_notice_id = cn_notices.not_id"; |
44 | | - $conds[] = "nl_language =" . $dbr->addQuotes( $language ); |
| 49 | + $conds[] = 'nl_notice_id = cn_notices.not_id'; |
| 50 | + $conds['nl_language'] = $language; |
45 | 51 | } |
46 | 52 | if ( $enabled ) { |
47 | | - $conds[] = "not_enabled = 1"; |
| 53 | + $conds['not_enabled'] = 1; |
48 | 54 | } |
49 | 55 | if ( $preferred ) { |
50 | | - $conds[] = "not_preferred = 1"; |
| 56 | + $conds['not_preferred'] = 1; |
51 | 57 | } |
52 | | - $conds[] = "not_project IN ( '', " . $dbr->addQuotes( $project ) . " )"; |
53 | | - $conds[] = "not_geo = 0"; |
54 | | - $conds[] = "not_start <= " . $encTimestamp; |
55 | | - $conds[] = "not_end >= " . $encTimestamp; |
56 | 58 | |
57 | 59 | // Pull db data |
58 | 60 | $res = $dbr->select( |
59 | 61 | $tables, |
60 | | - array( |
61 | | - 'not_id' |
62 | | - ), |
| 62 | + 'not_id', |
63 | 63 | $conds, |
64 | 64 | __METHOD__ |
65 | 65 | ); |
— | — | @@ -70,39 +70,35 @@ |
71 | 71 | |
72 | 72 | // If a location is passed, also pull geotargeted campaigns that match the location |
73 | 73 | if ( $location ) { |
74 | | - $tables = array(); |
75 | | - $tables[] = "cn_notices"; |
76 | | - $tables[] = "cn_notice_countries"; |
| 74 | + $tables = array( 'cn_notices', 'cn_notice_countries' ); |
77 | 75 | if ( $language ) { |
78 | | - $tables[] = "cn_notice_languages"; |
| 76 | + $tables[] = 'cn_notice_languages'; |
79 | 77 | } |
80 | 78 | |
81 | 79 | // Use whatever conditional arguments got passed in |
82 | | - $conds = array(); |
| 80 | + $conds = array( |
| 81 | + 'not_project' => array( '', $project ), |
| 82 | + 'not_geo' => 1, |
| 83 | + 'nc_notice_id = cn_notices.not_id', |
| 84 | + 'nc_country' => $location, |
| 85 | + "not_start <= $encTimestamp", |
| 86 | + "not_end >= $encTimestamp", |
| 87 | + ); |
83 | 88 | if ( $language ) { |
84 | 89 | $conds[] = "nl_notice_id = cn_notices.not_id"; |
85 | | - $conds[] = "nl_language =" . $dbr->addQuotes( $language ); |
| 90 | + $conds['nl_language'] = $language; |
86 | 91 | } |
87 | 92 | |
88 | 93 | if ( $enabled ) { |
89 | | - $conds[] = "not_enabled = 1"; |
| 94 | + $conds['not_enabled'] = 1; |
90 | 95 | } |
91 | 96 | if ( $preferred ) { |
92 | | - $conds[] = "not_preferred = 1"; |
93 | | - } |
94 | | - $conds[] = "not_project IN ( '', " . $dbr->addQuotes($project ) . " )"; |
95 | | - $conds[] = "not_geo = 1"; |
96 | | - $conds[] = "nc_notice_id = cn_notices.not_id"; |
97 | | - $conds[] = "nc_country =" . $dbr->addQuotes( $location ); |
98 | | - $conds[] = "not_start <= " . $encTimestamp; |
99 | | - $conds[] = "not_end >= " . $encTimestamp; |
100 | | - |
| 97 | + $conds['not_preferred'] = 1; |
| 98 | + } |
101 | 99 | // Pull db data |
102 | 100 | $res = $dbr->select( |
103 | 101 | $tables, |
104 | | - array( |
105 | | - 'not_id' |
106 | | - ), |
| 102 | + 'not_id', |
107 | 103 | $conds, |
108 | 104 | __METHOD__ |
109 | 105 | ); |
— | — | @@ -151,12 +147,12 @@ |
152 | 148 | } |
153 | 149 | $templates = array(); |
154 | 150 | foreach ( $res as $row ) { |
155 | | - $template = array(); |
156 | | - $template['name'] = $row->tmp_name; |
157 | | - $template['weight'] = intval( $row->total_weight ); |
158 | | - $template['display_anon'] = intval( $row->tmp_display_anon ); |
159 | | - $template['display_account'] = intval( $row->tmp_display_account ); |
160 | | - $templates[] = $template; |
| 151 | + $templates[] = array( |
| 152 | + 'name' => $row->tmp_name, |
| 153 | + 'weight' => intval( $row->total_weight ), |
| 154 | + 'display_anon' => intval( $row->tmp_display_anon ), |
| 155 | + 'display_account' => intval( $row->tmp_display_account ), |
| 156 | + ); |
161 | 157 | } |
162 | 158 | return $templates; |
163 | 159 | } |
— | — | @@ -166,7 +162,7 @@ |
167 | 163 | * (This should probably be moved to a core database table at some point.) |
168 | 164 | */ |
169 | 165 | static function getCountriesList() { |
170 | | - $countries = array( |
| 166 | + return array( |
171 | 167 | 'AF'=>'Afghanistan', |
172 | 168 | 'AL'=>'Albania', |
173 | 169 | 'DZ'=>'Algeria', |
— | — | @@ -408,6 +404,5 @@ |
409 | 405 | 'ZM'=>'Zambia', |
410 | 406 | 'ZW'=>'Zimbabwe' |
411 | 407 | ); |
412 | | - return $countries; |
413 | 408 | } |
414 | 409 | } |
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/centralnotice.js |
— | — | @@ -1,4 +1,4 @@ |
2 | | -function selectLanguages(selectAll) { |
| 2 | +function selectLanguages( selectAll ) { |
3 | 3 | var selectBox = document.getElementById('project_languages[]'); |
4 | 4 | var firstSelect = selectBox.options.length - 1; |
5 | 5 | for (var i = firstSelect; i >= 0; i--) { |
— | — | @@ -20,11 +20,14 @@ |
21 | 21 | var bannerField = document.getElementById('templateBody'); |
22 | 22 | switch( buttonType ) { |
23 | 23 | case 'translate': |
24 | | - var buttonValue = '[<a href="http://meta.wikimedia.org/wiki/CentralNotice">{{int:centralnotice-shared-help-translate}}</a>]'; |
25 | | - break; |
| 24 | + var buttonValue = '[<a href="http://meta.wikimedia.org/wiki/CentralNotice">{{int:centralnotice-shared-help-translate}}</a>]'; |
| 25 | + break; |
26 | 26 | case 'hide': |
27 | | - var buttonValue = '[<a href="#" onclick="toggleNotice();return false">{{int:centralnotice-shared-hide}}</a>]'; |
28 | | - break; |
| 27 | + var buttonValue = '[<a href="#" onclick="toggleNotice();return false">{{int:centralnotice-shared-hide}}</a>]'; |
| 28 | + break; |
| 29 | + case 'close': |
| 30 | + var buttonValue = '<a href="#" onclick="toggleNotice();return false">{{MediaWiki:centralnotice-shared-close}}</a>'; |
| 31 | + break; |
29 | 32 | } |
30 | 33 | if (document.selection) { |
31 | 34 | // IE support |
— | — | @@ -43,6 +46,18 @@ |
44 | 47 | } |
45 | 48 | bannerField.focus(); |
46 | 49 | } |
| 50 | +function validateBannerForm( form ) { |
| 51 | + var output = ''; |
| 52 | + var pos = form.templateBody.value.indexOf("document.write"); |
| 53 | + if( pos > -1 ) { |
| 54 | + output += documentWriteError + '\n'; |
| 55 | + } |
| 56 | + if( output ) { |
| 57 | + alert( output ); |
| 58 | + return false; |
| 59 | + } |
| 60 | + return true; |
| 61 | +} |
47 | 62 | // Handle revealing the geoMultiSelector when the geotargetted checkbox is checked |
48 | 63 | ( function( $ ) { |
49 | 64 | $(document).ready(function() { |
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice |
___________________________________________________________________ |
Modified: svn:mergeinfo |
50 | 65 | Merged /trunk/extensions/CentralNotice:r74000-74321 |