r80604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80603‎ | r80604 | r80605 >
Date:00:21, 20 January 2011
Author:tomasz
Status:deferred
Tags:
Comment:
Merge up to head of trunk from r80151
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/CentralNotice (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.i18n.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialHideBanners.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialHideBanners.php
@@ -5,7 +5,7 @@
66 }
77
88 /**
9 - * Unlisted Special Page to set cookies for hiding banners across all wikis.
 9+ * Unlisted Special Page which sets a cookie for hiding banners across all languages of a project.
1010 */
1111 class SpecialHideBanners extends UnlistedSpecialPage {
1212 function __construct() {
@@ -13,8 +13,8 @@
1414 }
1515
1616 function execute( $par ) {
17 - global $wgAllowHideBanners, $wgRequest, $wgOut;
18 -
 17+ global $wgOut;
 18+
1919 $this->setHideCookie();
2020
2121 $wgOut->disable();
@@ -27,9 +27,14 @@
2828 }
2929
3030 function setHideCookie() {
31 - global $wgCentralAuthCookieDomain, $wgCookieSecure, $wgCookieHttpOnly;
 31+ global $wgNoticeCookieDomain, $wgCookieSecure;
3232 $exp = time() + 86400 * 14; // Cookie expires after 2 weeks
 33+ if ( is_callable( 'CentralAuthUser', 'getCookieDomain' ) ) {
 34+ $cookieDomain = CentralAuthUser::getCookieDomain();
 35+ } else {
 36+ $cookieDomain = $wgNoticeCookieDomain;
 37+ }
3338 // Hide banners for this domain
34 - setcookie( 'hidesnmessage', '1', $exp, '/', $wgCentralAuthCookieDomain, $wgCookieSecure, $wgCookieHttpOnly );
 39+ setcookie( 'hidesnmessage', '1', $exp, '/', $cookieDomain, $wgCookieSecure );
3540 }
3641 }
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php
@@ -61,13 +61,8 @@
6262
6363 // Domain to set global cookies for.
6464 // Example: '.wikipedia.org'
65 -// This setting is currently shared with CentralAuth extension.
66 -$wgCentralAuthCookieDomain = '';
 65+$wgNoticeCookieDomain = '';
6766
68 -// Enable HideBanners Special Page
69 -// Set to true on wikis with donation thank you pages.
70 -$wgAllowHideBanners = false;
71 -
7267 $wgExtensionFunctions[] = 'efCentralNoticeSetup';
7368
7469 $wgExtensionCredits['other'][] = array(
Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.i18n.php
@@ -1231,9 +1231,9 @@
12321232 'centralnotice-clone-name' => 'Anv :',
12331233 'centralnotice-preview-all-template-translations' => 'Rakwellit an holl droidigezhioù a zo evit ar patrom-mañ',
12341234 'centralnotice-insert' => "Ensoc'hañ : $1",
1235 - 'centralnotice-hide-button' => 'Liamm {{int:centralnotice-shared-hide}}',
1236 - 'centralnotice-collapse-button' => 'Liamm {{int:centralnotice-shared-collapse}}',
1237 - 'centralnotice-expand-button' => 'Liamm {{int:centralnotice-shared-expand}}',
 1235+ 'centralnotice-hide-button' => 'Kuzhat al liamm',
 1236+ 'centralnotice-collapse-button' => 'Digreskiñ al liamm',
 1237+ 'centralnotice-expand-button' => 'Displegañ al liamm',
12381238 'centralnotice-close-button' => 'Serriñ ar bouton',
12391239 'centralnotice-translate-button' => 'Liamm da sikour treiñ',
12401240 'centralnotice-donate-button' => 'Bouton donezonoù',
@@ -4335,7 +4335,7 @@
43364336 'centralnotice-clone' => 'Clonar',
43374337 'centralnotice-clone-notice' => 'Crear un copia del bandiera',
43384338 'centralnotice-clone-name' => 'Nomine:',
4339 - 'centralnotice-preview-all-template-translations' => 'Previsualiar tote le traductiones disponibile del bandiera',
 4339+ 'centralnotice-preview-all-template-translations' => 'Previsualisar tote le traductiones disponibile del bandiera',
43404340 'centralnotice-insert' => 'Inserer: $1',
43414341 'centralnotice-hide-button' => 'Celar ligamine',
43424342 'centralnotice-collapse-button' => 'Plicar ligamine',
@@ -4918,7 +4918,11 @@
49194919 * @author გიორგიმელა
49204920 */
49214921 $messages['ka'] = array(
 4922+ 'centralnotice' => 'ცენტრალური შეტყობინების ადმინი',
49224923 'noticetemplate' => 'ცენტრალური შეტყობინების ადმინი',
 4924+ 'bannerallocation' => 'ცენტრალური შეტყობინების ადმინი',
 4925+ 'right-centralnotice-admin' => 'ცენტრალური შეტყობინებების მართვა',
 4926+ 'action-centralnotice-admin' => 'ცენტრალური შეტყობინებების მართვა',
49234927 'centralnotice-query' => 'მოქმედი შეტყობინების შეცვლა',
49244928 'centralnotice-notice-name' => 'შეტყობინების სახელი',
49254929 'centralnotice-end-date' => 'დასრულების თარიღი',
@@ -4954,8 +4958,13 @@
49554959 'centralnotice-notices' => 'შეტყობინებები',
49564960 'centralnotice-notice-exists' => 'შენიშვნა უკვე არსებობს.
49574961 არ დაამატოთ',
 4962+ 'centralnotice-no-language' => 'შეტყობინებისათვის არაა არჩეული ენა. ამიტომ ის არ დამატებულა.',
 4963+ 'centralnotice-no-project' => 'პროექტისათვის არჩეული არაა კამპანია. ამიტომ ის არ დამატებულა.',
49584964 'centralnotice-template-exists' => 'თარგი უკვე არსებობს. არ დაამატოთ',
49594965 'centralnotice-notice-doesnt-exist' => 'შეტყობინება არ არსებობს.',
 4966+ 'centralnotice-remove-notice-doesnt-exist' => 'შეტყობინება არ არსებობს.
 4967+არაფერია წასაშლელი.',
 4968+ 'centralnotice-banner-doesnt-exist' => 'თარგი არ არსებობს',
49604969 'centralnotice-template-body' => 'თარგის სხეული:',
49614970 'centralnotice-day' => 'დღე',
49624971 'centralnotice-year' => 'წელი',
@@ -4985,12 +4994,18 @@
49864995 'centralnotice-insert' => 'ჩასვით: $1',
49874996 'centralnotice-hide-button' => 'ბმულის დამალვა',
49884997 'centralnotice-close-button' => 'დახურვის ღილაკი',
 4998+ 'centralnotice-donate-button' => 'შემოწირულობების ღილაკი',
49894999 'centralnotice-banner-anonymous' => 'ანონიმური მომხმარებლები',
49905000 'centralnotice-banner-type' => 'ბანერის ტიპი:',
 5001+ 'centralnotice-banner-collapsible' => 'დასაკეცი',
 5002+ 'centralnotice-geotargeted' => 'გეო-მიზნობრივი',
49915003 'centralnotice-countries' => 'ქვეყნები',
 5004+ 'centralnotice-allocation' => 'განაწილება',
 5005+ 'centralnotice-view-allocation' => 'თარგების განაწილების ხილვა',
49925006 'centralnotice-languages' => 'ენები',
49935007 'centralnotice-projects' => 'პროექტები',
49945008 'centralnotice-country' => 'ქვეყანა',
 5009+ 'centralnotice-percentage' => 'პროცენტი',
49955010 );
49965011
49975012 /** Khmer (ភាសាខ្មែរ)
@@ -7049,6 +7064,7 @@
70507065 * @author Crazymadlover
70517066 * @author Giro720
70527067 * @author Hamilton Abreu
 7068+ * @author Lijealso
70537069 * @author Malafaya
70547070 */
70557071 $messages['pt'] = array(
@@ -7153,9 +7169,9 @@
71547170 'centralnotice-clone-name' => 'Nome:',
71557171 'centralnotice-preview-all-template-translations' => 'Antever todas as traduções disponíveis do modelo',
71567172 'centralnotice-insert' => 'Inserir: $1',
7157 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link',
7158 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link',
7159 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link',
 7173+ 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} ocultar',
 7174+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} recolher',
 7175+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} expandir',
71607176 'centralnotice-close-button' => 'Botão Fechar',
71617177 'centralnotice-translate-button' => 'Ajudar a traduzir link',
71627178 'centralnotice-donate-button' => 'Botão Donativo',
@@ -7291,9 +7307,9 @@
72927308 'centralnotice-clone-name' => 'Nome:',
72937309 'centralnotice-preview-all-template-translations' => 'Prever todas as traduções disponíveis do modelo',
72947310 'centralnotice-insert' => 'Inserir: $1',
7295 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} link',
7296 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} link',
7297 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} link',
 7311+ 'centralnotice-hide-button' => 'Ocultar link',
 7312+ 'centralnotice-collapse-button' => 'Colapsar link',
 7313+ 'centralnotice-expand-button' => 'Expandir link',
72987314 'centralnotice-close-button' => 'Botão fechar',
72997315 'centralnotice-translate-button' => 'Ajudar a traduzir link',
73007316 'centralnotice-donate-button' => 'Botão Donativo',
@@ -8096,8 +8112,8 @@
80978113 'centralnotice-preview-all-template-translations' => 'Халыып баар тылбаастарын барытын көрүү',
80988114 'centralnotice-insert' => 'Киллэрии: $1',
80998115 'centralnotice-hide-button' => 'Сигэни кистииргэ',
8100 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} сигэни',
8101 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} сигэни',
 8116+ 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} Сигэни кистээ',
 8117+ 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} Сигэни тэнит',
81028118 'centralnotice-close-button' => 'Сабар тимэх',
81038119 'centralnotice-translate-button' => 'Тылбаас көмөтүгэр сигэ',
81048120 'centralnotice-donate-button' => 'Харчынан өйөбүл тимэҕэ',
@@ -8448,9 +8464,9 @@
84498465 'centralnotice-clone-name' => 'Názov:',
84508466 'centralnotice-preview-all-template-translations' => 'Náhľad všetkých dostupných verzií šablóny',
84518467 'centralnotice-insert' => 'Vložiť: $1',
8452 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} odkaz',
8453 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} odkaz',
8454 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} odkaz',
 8468+ 'centralnotice-hide-button' => 'Odkaz „Skryť“',
 8469+ 'centralnotice-collapse-button' => 'Odkaz „Zbaliť“',
 8470+ 'centralnotice-expand-button' => 'Odkaz „Rozbaliť“',
84558471 'centralnotice-close-button' => 'Tlačidlo Zatvoriť',
84568472 'centralnotice-translate-button' => 'Pomôžte preložiť odkaz',
84578473 'centralnotice-donate-button' => 'Tlačidlo Podpora',
@@ -8643,8 +8659,9 @@
86448660 'centralnotice-country' => 'Veni',
86458661 );
86468662
8647 -/** Serbian Cyrillic ekavian (Српски (ћирилица))
 8663+/** Serbian Cyrillic ekavian (‪Српски (ћирилица)‬)
86488664 * @author Millosh
 8665+ * @author Rancher
86498666 * @author Јованвб
86508667 * @author Михајло Анђелковић
86518668 */
@@ -8689,7 +8706,7 @@
86908707 'centralnotice-hours' => 'Сат',
86918708 'centralnotice-min' => 'Минут',
86928709 'centralnotice-project-lang' => 'Име пројекта',
8693 - 'centralnotice-project-name' => 'Име пројекта',
 8710+ 'centralnotice-project-name' => 'Назив пројекта',
86948711 'centralnotice-start-date' => 'Почетни датум',
86958712 'centralnotice-start-time' => 'Почетно време (UTC)',
86968713 'centralnotice-no-templates' => 'Шаблони нису проађен.
@@ -8888,6 +8905,7 @@
88898906 * @author Lejonel
88908907 * @author M.M.S.
88918908 * @author Najami
 8909+ * @author Tobulos1
88928910 */
88938911 $messages['sv'] = array(
88948912 'centralnotice' => 'Centralmeddelande-administration',
@@ -8991,9 +9009,9 @@
89929010 'centralnotice-clone-name' => 'Namn:',
89939011 'centralnotice-preview-all-template-translations' => 'Förhandsgranska alla tillgängliga översättningar av mallen',
89949012 'centralnotice-insert' => 'Infoga: $1',
8995 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} länk',
8996 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}}-länk',
8997 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}}-länk',
 9013+ 'centralnotice-hide-button' => 'Göm länk',
 9014+ 'centralnotice-collapse-button' => 'Göm länk',
 9015+ 'centralnotice-expand-button' => 'Expandera länk',
89989016 'centralnotice-close-button' => 'Stäng-knapp',
89999017 'centralnotice-translate-button' => 'Hjälp till att översätta-länk',
90009018 'centralnotice-donate-button' => 'Donera-knapp',
@@ -9835,9 +9853,9 @@
98369854 'centralnotice-clone-name' => 'Adı:',
98379855 'centralnotice-preview-all-template-translations' => 'Şablonun bütün uygun çevirilerini önizle',
98389856 'centralnotice-insert' => 'Ekle: $1',
9839 - 'centralnotice-hide-button' => '{{int:centralnotice-shared-hide}} bağlantısı',
9840 - 'centralnotice-collapse-button' => '{{int:centralnotice-shared-collapse}} bağlantısı',
9841 - 'centralnotice-expand-button' => '{{int:centralnotice-shared-expand}} bağlantısı',
 9857+ 'centralnotice-hide-button' => 'Bağlantıyı gizle',
 9858+ 'centralnotice-collapse-button' => 'Bağlantıyı daralt',
 9859+ 'centralnotice-expand-button' => 'Bağlantıyı genişlet',
98429860 'centralnotice-close-button' => 'Kapatma düğmesi',
98439861 'centralnotice-translate-button' => 'Çevirmeye yardım edin bağlantısı',
98449862 'centralnotice-donate-button' => 'Bağış düğmesi',
@@ -10675,11 +10693,16 @@
1067610694 * @author Frankou
1067710695 * @author Horacewai2
1067810696 * @author Liangent
 10697+ * @author Mark85296341
 10698+ * @author Waihorace
1067910699 * @author Wrightbus
1068010700 */
1068110701 $messages['zh-hant'] = array(
1068210702 'centralnotice' => '中央通告管理',
10683 - 'noticetemplate' => '中央通告模板',
 10703+ 'noticetemplate' => '中央通告管理',
 10704+ 'bannerallocation' => '中央通告管理',
 10705+ 'right-centralnotice-admin' => '管理中央通告',
 10706+ 'action-centralnotice-admin' => '管理中央通告',
1068410707 'centralnotice-desc' => '在頁面頂端增加統一的公告欄位',
1068510708 'centralnotice-summary' => '這個模塊允許你編輯你當前設置的中央通告。
1068610709 它也可以用於添加或刪除舊的通告。',
@@ -10688,31 +10711,44 @@
1068910712 'centralnotice-end-date' => '結束日期',
1069010713 'centralnotice-enabled' => '已啟用',
1069110714 'centralnotice-modify' => '提交',
 10715+ 'centralnotice-save-banner' => '儲存橫幅',
1069210716 'centralnotice-preview' => '預覽',
10693 - 'centralnotice-add-new' => '添加一個新的中央通告',
 10717+ 'centralnotice-add-new' => '新增一個新的中央通告',
1069410718 'centralnotice-remove' => '移除',
1069510719 'centralnotice-translate-heading' => '$1的翻譯',
1069610720 'centralnotice-manage' => '管理中央通告',
10697 - 'centralnotice-add' => '添加',
10698 - 'centralnotice-add-notice' => '添加一個通告',
10699 - 'centralnotice-add-template' => '添加一個模板',
 10721+ 'centralnotice-manage-templates' => '管理橫幅',
 10722+ 'centralnotice-add' => '新增',
 10723+ 'centralnotice-add-notice' => '新增一個通告',
 10724+ 'centralnotice-edit-notice' => '編輯活動',
 10725+ 'centralnotice-add-template' => '新增一個模板',
1070010726 'centralnotice-show-notices' => '顯示通告',
1070110727 'centralnotice-list-templates' => '列出模板',
 10728+ 'centralnotice-multiple' => '較多($1)',
 10729+ 'centralnotice-all-projects' => '所有計畫',
1070210730 'centralnotice-translations' => '翻譯',
1070310731 'centralnotice-translate-to' => '翻譯到',
1070410732 'centralnotice-translate' => '翻譯',
1070510733 'centralnotice-english' => '英語',
10706 - 'centralnotice-banner-name' => '模板名稱',
 10734+ 'centralnotice-banner-name' => '橫幅名稱:',
 10735+ 'centralnotice-banner' => '橫幅',
 10736+ 'centralnotice-banner-heading' => '橫幅:$1',
1070710737 'centralnotice-templates' => '模板',
1070810738 'centralnotice-weight' => '權重',
1070910739 'centralnotice-locked' => '已鎖定',
 10740+ 'centralnotice-notice' => '活動',
 10741+ 'centralnotice-notice-heading' => '活動:$1',
1071010742 'centralnotice-notices' => '通告',
1071110743 'centralnotice-notice-exists' => '通告已經存在。
10712 -沒有添加',
 10744+不新增',
 10745+ 'centralnotice-no-language' => '没有一種語言被選的運動。不添加。',
 10746+ 'centralnotice-no-project' => '這個運動沒有選擇任何項目,故此沒有添加。',
1071310747 'centralnotice-template-exists' => '模板已經存在。
1071410748 沒有添加',
10715 - 'centralnotice-notice-doesnt-exist' => '通告不存在。
10716 -沒有東西移除',
 10749+ 'centralnotice-notice-doesnt-exist' => '通告不存在。',
 10750+ 'centralnotice-remove-notice-doesnt-exist' => '通告不存在。
 10751+沒有東西移除。',
 10752+ 'centralnotice-banner-doesnt-exist' => '橫幅不存在。',
1071710753 'centralnotice-template-still-bound' => '模板不存在。
1071810754 沒有東西移除。',
1071910755 'centralnotice-template-body' => '模板體:',
@@ -10722,17 +10758,20 @@
1072310759 'centralnotice-hours' => '時',
1072410760 'centralnotice-min' => '分',
1072510761 'centralnotice-project-lang' => '計劃語言',
 10762+ 'centralnotice-select' => '選擇:$1',
 10763+ 'centralnotice-top-ten-languages' => '前10種語言',
1072610764 'centralnotice-project-name' => '計劃名稱',
1072710765 'centralnotice-start-date' => '開始日期',
1072810766 'centralnotice-start-time' => '開始時間(UTC)',
 10767+ 'centralnotice-end-time' => '結束時間(UTC)',
1072910768 'centralnotice-assigned-templates' => '已分配的模板',
10730 - 'centralnotice-no-templates' => '沒有找到模板。
10731 -添加一些!',
10732 - 'centralnotice-no-templates-assigned' => '沒有模板分配到通告。
10733 -添加一些!',
10734 - 'centralnotice-available-templates' => '可用模板',
10735 - 'centralnotice-template-already-exists' => '模板已經綁定到營銷。
10736 -沒有添加',
 10769+ 'centralnotice-no-templates' => '沒有找到橫幅。
 10770+新增一些!',
 10771+ 'centralnotice-no-templates-assigned' => '沒有橫幅分配到通告。
 10772+新增一些!',
 10773+ 'centralnotice-available-templates' => '可用橫幅',
 10774+ 'centralnotice-template-already-exists' => '模板已經綁定到橫幅。
 10775+不新增',
1073710776 'centralnotice-preview-template' => '預覽模板',
1073810777 'centralnotice-change-lang' => '改變翻譯語言',
1073910778 'centralnotice-weights' => '權重',
@@ -10750,17 +10789,43 @@
1075110790 在下面添加一個。',
1075210791 'centralnotice-no-templates-translate' => '沒有任何可以編輯翻譯的模板',
1075310792 'centralnotice-number-uses' => '使用',
 10793+ 'centralnotice-settings' => '設定',
1075410794 'centralnotice-edit-template' => '編輯模板',
10755 - 'centralnotice-edit-template-summary' => '要創建一個可本地化的消息,使用三個大括號,例如{{{jimbo-quote}}}。',
10756 - 'centralnotice-message' => '消息',
10757 - 'centralnotice-message-not-set' => '沒有設置消息',
 10795+ 'centralnotice-edit-template-summary' => '要建立一個可本地化的消息,使用三個大括號,例如{{{jimbo-quote}}}。',
 10796+ 'centralnotice-message' => '訊息',
 10797+ 'centralnotice-message-not-set' => '沒有設定訊息',
1075810798 'centralnotice-clone' => '建立副本',
10759 - 'centralnotice-clone-notice' => '創建一個模板的副本',
 10799+ 'centralnotice-clone-notice' => '建立建一個模板的副本',
 10800+ 'centralnotice-clone-name' => '名字:',
1076010801 'centralnotice-preview-all-template-translations' => '預覽模板的所有可用翻譯',
10761 - 'right-centralnotice-admin' => '管理中央通告',
10762 - 'right-centralnotice-translate' => '翻譯中央通告',
10763 - 'action-centralnotice-admin' => '管理中央通告',
10764 - 'action-centralnotice-translate' => '翻譯中央通告',
 10802+ 'centralnotice-insert' => '插入:$1',
 10803+ 'centralnotice-hide-button' => '隱藏連結',
 10804+ 'centralnotice-collapse-button' => '摺疊連結',
 10805+ 'centralnotice-expand-button' => '展開連結',
 10806+ 'centralnotice-close-button' => '關閉按鈕',
 10807+ 'centralnotice-translate-button' => '協助翻譯連結',
 10808+ 'centralnotice-donate-button' => '捐款按鈕',
 10809+ 'centralnotice-expanded-banner' => '展開了的橫幅',
 10810+ 'centralnotice-collapsed-banner' => '收縮了的橫幅',
 10811+ 'centralnotice-banner-display' => '顯示為:',
 10812+ 'centralnotice-banner-anonymous' => '匿名用戶',
 10813+ 'centralnotice-banner-logged-in' => '已登入用戶',
 10814+ 'centralnotice-banner-type' => '橫幅類型:',
 10815+ 'centralnotice-banner-hidable' => '靜態可隱藏',
 10816+ 'centralnotice-banner-collapsible' => '可摺疊',
 10817+ 'centralnotice-geotargeted' => '已地理定位的',
 10818+ 'centralnotice-countries' => '國家',
 10819+ 'centralnotice-allocation' => '分配',
 10820+ 'centralnotice-view-allocation' => '查看橫幅分配',
 10821+ 'centralnotice-allocation-instructions' => '選擇你想察看橫幅配額的環境:',
 10822+ 'centralnotice-languages' => '語言',
 10823+ 'centralnotice-projects' => '專案',
 10824+ 'centralnotice-country' => '國家',
 10825+ 'centralnotice-no-allocation' => '沒有橫幅分配。',
 10826+ 'centralnotice-allocation-description' => '在$1.$2,$3的分配:',
 10827+ 'centralnotice-percentage' => '百分比',
 10828+ 'centralnotice-documentwrite-error' => 'document.write() 不能在橫幅中使用。
 10829+更多資訊請參見 http://meta.wikimedia.org/wiki/Help:CentralNotice 。',
1076510830 'centralnotice-preferred' => '偏好的',
1076610831 );
1076710832
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
1076810833 Merged /trunk/extensions/CentralNotice:r80152-80602

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80151Merge up to head of trunk from r80149tomasz01:38, 13 January 2011

Status & tagging log