Index: branches/wmf/1.18wmf1/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -709,6 +709,7 @@ |
710 | 710 | 'centralnotice-collapse-button' => 'ܐܟܪܟ ܐܣܘܪܐ', |
711 | 711 | 'centralnotice-expand-button' => 'ܪܘܚ ܐܣܘܪܐ', |
712 | 712 | 'centralnotice-countries' => 'ܐܬܪ̈ܘܬܐ', |
| 713 | + 'centralnotice-language' => 'ܠܫܢܐ', |
713 | 714 | 'centralnotice-country' => 'ܐܬܪܐ', |
714 | 715 | ); |
715 | 716 | |
— | — | @@ -1979,17 +1980,20 @@ |
1980 | 1981 | /** Catalan (Català) |
1981 | 1982 | * @author Aleator |
1982 | 1983 | * @author El libre |
| 1984 | + * @author Gemmaa |
1983 | 1985 | * @author Loupeter |
1984 | 1986 | * @author Paucabot |
1985 | 1987 | * @author SMP |
1986 | 1988 | * @author Solde |
1987 | 1989 | * @author Ssola |
| 1990 | + * @author Toniher |
1988 | 1991 | * @author Vriullop |
1989 | 1992 | */ |
1990 | 1993 | $messages['ca'] = array( |
1991 | 1994 | 'centralnotice' => "Administrador d'avisos centrals", |
1992 | 1995 | 'noticetemplate' => "Administració d'avisos centrals", |
1993 | 1996 | 'bannerallocation' => "Administració d'avisos centrals", |
| 1997 | + 'centralnoticelogs' => 'Avís central admin', |
1994 | 1998 | 'right-centralnotice-admin' => 'Gestionar els avisos centrals', |
1995 | 1999 | 'action-centralnotice-admin' => 'Gestionau els avisos centrals', |
1996 | 2000 | 'centralnotice-desc' => "Afegeix un lloc central d'avisos", |
— | — | @@ -2000,6 +2004,7 @@ |
2001 | 2005 | 'centralnotice-end-date' => 'Data de finalització', |
2002 | 2006 | 'centralnotice-enabled' => 'Activat', |
2003 | 2007 | 'centralnotice-modify' => 'Tramet', |
| 2008 | + 'centralnotice-view' => 'Vista', |
2004 | 2009 | 'centralnotice-save-banner' => 'Salva pancarta', |
2005 | 2010 | 'centralnotice-preview' => 'Previsualitza', |
2006 | 2011 | 'centralnotice-nopreview' => '(Vista prèvia no disponible)', |
— | — | @@ -2016,6 +2021,7 @@ |
2017 | 2022 | 'centralnotice-list-templates' => 'Llista les plantilles', |
2018 | 2023 | 'centralnotice-multiple-projects' => 'Múltiple ($1)', |
2019 | 2024 | 'centralnotice-multiple-languages' => 'Múltiple ($1)', |
| 2025 | + 'centralnotice-multiple-countries' => 'Múltiples ( $1 )', |
2020 | 2026 | 'centralnotice-all-projects' => 'Tots els projectes', |
2021 | 2027 | 'centralnotice-translations' => 'Traduccions', |
2022 | 2028 | 'centralnotice-translate-to' => 'Tradueix a', |
— | — | @@ -2103,12 +2109,17 @@ |
2104 | 2110 | 'centralnotice-banner-type' => 'Tipus de pancarta:', |
2105 | 2111 | 'centralnotice-banner-hidable' => 'Estàtic/Amagable', |
2106 | 2112 | 'centralnotice-banner-collapsible' => 'Plegable', |
| 2113 | + 'centralnotice-banner-fundraising' => 'Aquest és un banner de recaptació de fons', |
| 2114 | + 'centralnotice-banner-autolink' => "Automàticament Crea enllaç de pàgina d'aterratge", |
| 2115 | + 'centralnotice-banner-autolink-help' => "Crear una etiqueta d'ancoratge en el cos de banner amb $1 i introduïu una o més pàgines d'aterratge per sota, per exemple, $2 . L'enllaç s'alçaran automàticament cada vegada que es veu de la bandera.", |
| 2116 | + 'centralnotice-banner-landing-pages' => 'Pàgines (separats per comes) de destinació:', |
2107 | 2117 | 'centralnotice-geo' => 'Geolocalitzat', |
2108 | 2118 | 'centralnotice-countries' => 'Països', |
2109 | 2119 | 'centralnotice-allocation' => 'Assignació', |
2110 | 2120 | 'centralnotice-view-allocation' => 'Veure la disposició de la pancarta', |
2111 | 2121 | 'centralnotice-allocation-instructions' => "Tria l'entorn on t'agradaria veure la pancarta assignada per:", |
2112 | 2122 | 'centralnotice-languages' => 'Idiomes', |
| 2123 | + 'centralnotice-language' => 'Llengua', |
2113 | 2124 | 'centralnotice-projects' => 'Projectes', |
2114 | 2125 | 'centralnotice-country' => 'País', |
2115 | 2126 | 'centralnotice-no-allocation' => 'No hi ha pancartes assignades.', |
— | — | @@ -2119,9 +2130,30 @@ |
2120 | 2131 | 'centralnotice-preferred' => 'Preferit', |
2121 | 2132 | 'centralnotice-logs' => 'Registres', |
2122 | 2133 | 'centralnotice-view-logs' => 'Vegeu registres', |
| 2134 | + 'centralnotice-timestamp' => 'Marca horària', |
2123 | 2135 | 'centralnotice-user' => 'Usuari', |
| 2136 | + 'centralnotice-action' => 'Acció', |
| 2137 | + 'centralnotice-changed' => 'Canviat des de <span class="cn-old-value"> $1 </span> per<span class="cn-new-value">$2</span>', |
| 2138 | + 'centralnotice-on' => 'el', |
| 2139 | + 'centralnotice-off' => 'Off', |
2124 | 2140 | 'centralnotice-added' => 'Afegit <span class="cn-new-value">$1</span>', |
2125 | 2141 | 'centralnotice-removed' => 'Eliminat <span class="cn-old-value">$1</span>', |
| 2142 | + 'centralnotice-no-assignments' => 'no hi ha banners assignats', |
| 2143 | + 'centralnotice-talk-link' => 'discussió', |
| 2144 | + 'centralnotice-campaign-settings' => 'Paràmetres de la campanya', |
| 2145 | + 'centralnotice-banner-settings' => 'Paràmetres del bàner', |
| 2146 | + 'centralnotice-anon' => 'Mostrar els usuaris anònims', |
| 2147 | + 'centralnotice-account' => 'Exhibició a registrat en usuaris', |
| 2148 | + 'centralnotice-fundraising' => 'Recaptació de fons', |
| 2149 | + 'centralnotice-autolink' => "Creació d'enllaç automàtic", |
| 2150 | + 'centralnotice-landingpages' => 'Les pàgines de destinació', |
| 2151 | + 'centralnotice-banner-content' => 'Contingut del bàner', |
| 2152 | + 'centralnotice-banner-content-changed' => 'Canviat', |
| 2153 | + 'centralnotice-filters' => 'Filtres de registre', |
| 2154 | + 'centralnotice-date' => 'Data', |
| 2155 | + 'centralnotice-apply-filters' => 'Aplica els filtres', |
| 2156 | + 'centralnotice-clear-filters' => 'Filtres clars', |
| 2157 | + 'centralnotice-banner-messages' => 'Bandera de missatges', |
2126 | 2158 | ); |
2127 | 2159 | |
2128 | 2160 | /** Chechen (Нохчийн) |
— | — | @@ -2331,7 +2363,9 @@ |
2332 | 2364 | ); |
2333 | 2365 | |
2334 | 2366 | /** Welsh (Cymraeg) |
| 2367 | + * @author Lcawte |
2335 | 2368 | * @author Lloffiwr |
| 2369 | + * @author Pwyll |
2336 | 2370 | * @author Xxglennxx |
2337 | 2371 | */ |
2338 | 2372 | $messages['cy'] = array( |
— | — | @@ -2414,6 +2448,7 @@ |
2415 | 2449 | 'centralnotice-edit-template' => "Golygu'r nodyn", |
2416 | 2450 | 'centralnotice-message' => 'Neges', |
2417 | 2451 | 'centralnotice-clone-name' => 'Enw:', |
| 2452 | + 'centralnotice-insert' => 'Mewnosod: $1', |
2418 | 2453 | 'centralnotice-hide-button' => 'y cyswllt cuddio', |
2419 | 2454 | 'centralnotice-collapse-button' => 'Y cyswllt crebachu', |
2420 | 2455 | 'centralnotice-expand-button' => 'Y cyswllt ehangu', |
— | — | @@ -2429,6 +2464,7 @@ |
2430 | 2465 | 'centralnotice-view-allocation' => 'Gweld dyraniad baneri', |
2431 | 2466 | 'centralnotice-allocation-instructions' => 'Dewiswch y cyfuniad o feysydd yr hoffech weld dyraniad y baneri arno:', |
2432 | 2467 | 'centralnotice-languages' => 'Ieithoedd', |
| 2468 | + 'centralnotice-language' => 'Iaith', |
2433 | 2469 | 'centralnotice-projects' => 'Prosiectau', |
2434 | 2470 | 'centralnotice-country' => 'Gwlad', |
2435 | 2471 | 'centralnotice-no-allocation' => 'Dim baneri wedi eu dyrannu.', |
— | — | @@ -2438,6 +2474,14 @@ |
2439 | 2475 | 'centralnotice-logs' => 'Logiau', |
2440 | 2476 | 'centralnotice-view-logs' => 'Gweld y logiau', |
2441 | 2477 | 'centralnotice-user' => 'Defnyddiwr', |
| 2478 | + 'centralnotice-talk-link' => 'sgwrs', |
| 2479 | + 'centralnotice-fundraising' => 'Codi arian', |
| 2480 | + 'centralnotice-banner-content-changed' => 'Newidiwyd', |
| 2481 | + 'centralnotice-filters' => 'Hidlyddion log', |
| 2482 | + 'centralnotice-date' => 'Dyddiad', |
| 2483 | + 'centralnotice-apply-filters' => 'Gosod hidlyddion', |
| 2484 | + 'centralnotice-clear-filters' => 'Clirio hidlyddion', |
| 2485 | + 'centralnotice-banner-messages' => 'Negeseuon baner', |
2442 | 2486 | ); |
2443 | 2487 | |
2444 | 2488 | /** Danish (Dansk) |
— | — | @@ -2445,6 +2489,7 @@ |
2446 | 2490 | * @author Masz |
2447 | 2491 | * @author Peter Alberti |
2448 | 2492 | * @author Sarrus |
| 2493 | + * @author Tjernobyl |
2449 | 2494 | */ |
2450 | 2495 | $messages['da'] = array( |
2451 | 2496 | 'right-centralnotice-admin' => 'Administrere centrale meddelelser', |
— | — | @@ -2527,7 +2572,10 @@ |
2528 | 2573 | 'centralnotice-clone-name' => 'Navn:', |
2529 | 2574 | 'centralnotice-insert' => 'Indsæt: $1', |
2530 | 2575 | 'centralnotice-hide-button' => 'Skjul link', |
| 2576 | + 'centralnotice-collapse-button' => 'Skjul link', |
2531 | 2577 | 'centralnotice-close-button' => 'Lukkeknap', |
| 2578 | + 'centralnotice-expanded-banner' => 'Udvidet banner', |
| 2579 | + 'centralnotice-collapsed-banner' => 'Komprimeret banner', |
2532 | 2580 | 'centralnotice-banner-display' => 'Vis til:', |
2533 | 2581 | 'centralnotice-banner-anonymous' => 'Anonyme brugere', |
2534 | 2582 | 'centralnotice-banner-logged-in' => 'Indloggede brugere', |
— | — | @@ -2550,6 +2598,8 @@ |
2551 | 2599 | 'centralnotice-fundraising' => 'Indsamling', |
2552 | 2600 | 'centralnotice-banner-content-changed' => 'Ændret', |
2553 | 2601 | 'centralnotice-date' => 'Dato', |
| 2602 | + 'centralnotice-apply-filters' => 'Tilføj filter', |
| 2603 | + 'centralnotice-clear-filters' => 'Nulstil filtre', |
2554 | 2604 | ); |
2555 | 2605 | |
2556 | 2606 | /** German (Deutsch) |
— | — | @@ -2956,6 +3006,7 @@ |
2957 | 3007 | 'centralnotice-view-allocation' => 'Zrědowanje banarja se woglědaś', |
2958 | 3008 | 'centralnotice-allocation-instructions' => 'Wokolinu wubraś, za kótaruž by rady wiźeł zrědowanje banarja:', |
2959 | 3009 | 'centralnotice-languages' => 'Rěcy', |
| 3010 | + 'centralnotice-language' => 'Rěc', |
2960 | 3011 | 'centralnotice-projects' => 'Projekty', |
2961 | 3012 | 'centralnotice-country' => 'Kraj', |
2962 | 3013 | 'centralnotice-no-allocation' => 'Žedne banarje zrědowane.', |
— | — | @@ -2964,6 +3015,12 @@ |
2965 | 3016 | 'centralnotice-documentwrite-error' => 'document.write() njedajo se w banarju wužywaś. |
2966 | 3017 | Glědaj http://meta.wikimedia.org/wiki/Help:CentralNotice za dalšne informacije.', |
2967 | 3018 | 'centralnotice-preferred' => 'Preferěrowane', |
| 3019 | + 'centralnotice-logs' => 'Protokole', |
| 3020 | + 'centralnotice-user' => 'Wužywaŕ', |
| 3021 | + 'centralnotice-action' => 'Akcija', |
| 3022 | + 'centralnotice-talk-link' => 'diskusija', |
| 3023 | + 'centralnotice-banner-content-changed' => 'Změnjony', |
| 3024 | + 'centralnotice-date' => 'Datum', |
2968 | 3025 | ); |
2969 | 3026 | |
2970 | 3027 | /** Ewe (Eʋegbe) |
— | — | @@ -3240,7 +3297,7 @@ |
3241 | 3298 | Ne forigante', |
3242 | 3299 | 'centralnotice-overlap' => 'Notico kolizias inter la tempo de alia notico. |
3243 | 3300 | Ne aldonante', |
3244 | | - 'centralnotice-invalid-date-range' => 'Nevalida data intervalo. |
| 3301 | + 'centralnotice-invalid-date-range' => 'Malvalida data intervalo. |
3245 | 3302 | Ne ĝisdatigante', |
3246 | 3303 | 'centralnotice-null-string' => 'Ne povas aldoni nulan signoĉenon. |
3247 | 3304 | Ne aldonante.', |
— | — | @@ -3637,10 +3694,12 @@ |
3638 | 3695 | 'centralnotice-talk-link' => 'arutelu', |
3639 | 3696 | 'centralnotice-campaign-settings' => 'Teadete sätted', |
3640 | 3697 | 'centralnotice-banner-settings' => 'Mallide sätted', |
| 3698 | + 'centralnotice-banner-content' => 'Mallide sisu', |
3641 | 3699 | 'centralnotice-filters' => 'Logifiltrid', |
3642 | 3700 | 'centralnotice-date' => 'Kuupäev', |
3643 | 3701 | 'centralnotice-apply-filters' => 'Rakenda filtrid', |
3644 | 3702 | 'centralnotice-clear-filters' => 'Eemalda filtrid', |
| 3703 | + 'centralnotice-banner-messages' => 'Mallide sõnumid', |
3645 | 3704 | ); |
3646 | 3705 | |
3647 | 3706 | /** Basque (Euskara) |
— | — | @@ -3710,6 +3769,7 @@ |
3711 | 3770 | * @author Ebraminio |
3712 | 3771 | * @author Huji |
3713 | 3772 | * @author Komeil 4life |
| 3773 | + * @author Leyth |
3714 | 3774 | * @author Mjbmr |
3715 | 3775 | * @author Sahim |
3716 | 3776 | * @author Wayiran |
— | — | @@ -3871,6 +3931,7 @@ |
3872 | 3932 | 'centralnotice-anon' => 'نمایش برای کاربران ناشناس', |
3873 | 3933 | 'centralnotice-account' => 'نمایش به کاربران ثبتنامکرده', |
3874 | 3934 | 'centralnotice-fundraising' => 'جمعآوری کمکهای مردمی', |
| 3935 | + 'centralnotice-autolink' => 'ایجاد خودکار پیوند', |
3875 | 3936 | 'centralnotice-landingpages' => 'صفحههای فرود', |
3876 | 3937 | 'centralnotice-banner-content' => 'محتوای بنر', |
3877 | 3938 | 'centralnotice-banner-content-changed' => 'تغییر یافته', |
— | — | @@ -4056,6 +4117,19 @@ |
4057 | 4118 | 'centralnotice-banner-messages' => 'Bannerin viestit', |
4058 | 4119 | ); |
4059 | 4120 | |
| 4121 | +/** Faroese (Føroyskt) |
| 4122 | + * @author EileenSanda |
| 4123 | + */ |
| 4124 | +$messages['fo'] = array( |
| 4125 | + 'centralnotice-countries' => 'Lond', |
| 4126 | + 'centralnotice-allocation' => 'Býti', |
| 4127 | + 'centralnotice-languages' => 'Mál', |
| 4128 | + 'centralnotice-language' => 'Mál', |
| 4129 | + 'centralnotice-projects' => 'Verkætlanir', |
| 4130 | + 'centralnotice-country' => 'Land', |
| 4131 | + 'centralnotice-percentage' => 'Prosent partur', |
| 4132 | +); |
| 4133 | + |
4060 | 4134 | /** French (Français) |
4061 | 4135 | * @author Crochet.david |
4062 | 4136 | * @author Gomoko |
— | — | @@ -4551,7 +4625,7 @@ |
4552 | 4626 | 'centralnotice-countries' => 'Países', |
4553 | 4627 | 'centralnotice-allocation' => 'Asignación', |
4554 | 4628 | 'centralnotice-view-allocation' => 'Ollar a asignación do modelo', |
4555 | | - 'centralnotice-allocation-instructions' => 'Escolla o entorno onde desexa mostrar a asignación do modelo:', |
| 4629 | + 'centralnotice-allocation-instructions' => 'Escolla a contorna onde desexa mostrar a asignación do modelo:', |
4556 | 4630 | 'centralnotice-languages' => 'Linguas', |
4557 | 4631 | 'centralnotice-language' => 'Lingua', |
4558 | 4632 | 'centralnotice-projects' => 'Proxectos', |
— | — | @@ -5134,6 +5208,7 @@ |
5135 | 5209 | 'centralnotice-end-date' => 'Kónčny datum', |
5136 | 5210 | 'centralnotice-enabled' => 'Zmóžnjeny', |
5137 | 5211 | 'centralnotice-modify' => 'Wotpósłać', |
| 5212 | + 'centralnotice-view' => 'Zwobraznić', |
5138 | 5213 | 'centralnotice-save-banner' => 'Chorhoj składować', |
5139 | 5214 | 'centralnotice-preview' => 'Přehlad', |
5140 | 5215 | 'centralnotice-nopreview' => '(žadyn přehlad k dispoziciji)', |
— | — | @@ -5244,6 +5319,7 @@ |
5245 | 5320 | 'centralnotice-view-allocation' => 'Přidźělenje chorhoje sej wobhladać', |
5246 | 5321 | 'centralnotice-allocation-instructions' => 'Wubjer wokolinu, za kotruž by sej rady přidźělenje chorhoje wobhladał:', |
5247 | 5322 | 'centralnotice-languages' => 'Rěče', |
| 5323 | + 'centralnotice-language' => 'Rěč', |
5248 | 5324 | 'centralnotice-projects' => 'Projekty', |
5249 | 5325 | 'centralnotice-country' => 'Kraj', |
5250 | 5326 | 'centralnotice-no-allocation' => 'Žane chorhoje přidźělene', |
— | — | @@ -5252,6 +5328,20 @@ |
5253 | 5329 | 'centralnotice-documentwrite-error' => 'document.write() njeda so znutřka chorhoje wužiwać. |
5254 | 5330 | Hlej http://meta.wikimedia.org/wiki/Help:CentralNotice za dalše informacije.', |
5255 | 5331 | 'centralnotice-preferred' => 'Preferowany', |
| 5332 | + 'centralnotice-logs' => 'Protokole', |
| 5333 | + 'centralnotice-view-logs' => 'Protokole sej wobhladać', |
| 5334 | + 'centralnotice-timestamp' => 'Časowy kołk', |
| 5335 | + 'centralnotice-user' => 'Wužiwar', |
| 5336 | + 'centralnotice-action' => 'Akcija', |
| 5337 | + 'centralnotice-talk-link' => 'diskusija', |
| 5338 | + 'centralnotice-campaign-settings' => 'Kampanjowe nastajenja', |
| 5339 | + 'centralnotice-anon' => 'Anonymnym wužiwarjam pokazać', |
| 5340 | + 'centralnotice-account' => 'Přizjewjenym wužiwarjam pokazać', |
| 5341 | + 'centralnotice-banner-content-changed' => 'Změnjeny', |
| 5342 | + 'centralnotice-filters' => 'Protokolowe filtry', |
| 5343 | + 'centralnotice-date' => 'Datum', |
| 5344 | + 'centralnotice-apply-filters' => 'Filtry nałožić', |
| 5345 | + 'centralnotice-clear-filters' => 'Filtry zhašeć', |
5256 | 5346 | ); |
5257 | 5347 | |
5258 | 5348 | /** Hungarian (Magyar) |
— | — | @@ -6441,6 +6531,7 @@ |
6442 | 6532 | 'centralnotice-end-date' => '종료 날짜', |
6443 | 6533 | 'centralnotice-enabled' => '활성화됨', |
6444 | 6534 | 'centralnotice-modify' => '변경', |
| 6535 | + 'centralnotice-view' => '보기', |
6445 | 6536 | 'centralnotice-save-banner' => '배너 저장하기', |
6446 | 6537 | 'centralnotice-preview' => '미리 보기', |
6447 | 6538 | 'centralnotice-add-new' => '새 중앙 공지 추가', |
— | — | @@ -6673,7 +6764,8 @@ |
6674 | 6765 | 'centralnotice-banner-hidable' => 'Faß udder ußschaltbaa', |
6675 | 6766 | 'centralnotice-banner-collapsible' => 'Enklappbaa', |
6676 | 6767 | 'centralnotice-banner-fundraising' => 'Dat es en Banner_Schablohn för noh Jeld ze froore', |
6677 | | - 'centralnotice-banner-autolink-help' => 'Donn ene Anker en dä Banner_Schablohn ongerbrenge met $1 un en Zielsigg udder mieh dovun, esu jät wi $2. E <code lang="en">href</code>-Kommando fö dä Lenk kriss De automattesch dobei jemaat.', |
| 6768 | + 'centralnotice-banner-autolink' => 'Donn ene Lenk op di Zielsigg automatėsch aanlääje', |
| 6769 | + 'centralnotice-banner-autolink-help' => 'Donn ene Anker en dä Banner_Schablohn ongerbrenge met $1 un en Zielsigg udder mieh dovun, esu jät wi $2. Dä Lenk kütt automattesch dobei wann di Banner_Schabloon aanjezeisch weed.', |
6678 | 6770 | 'centralnotice-banner-landing-pages' => 'Zielsigge för aanzekumme, med Kommas dozwesche', |
6679 | 6771 | 'centralnotice-geo' => 'Met Koodinaate op de Ääd', |
6680 | 6772 | 'centralnotice-countries' => 'Länder', |
— | — | @@ -6707,6 +6799,7 @@ |
6708 | 6800 | 'centralnotice-anon' => 'Aanzeije bei nameloose Medmaacher', |
6709 | 6801 | 'centralnotice-account' => 'Aanzeije för enjelogg Metmaacher', |
6710 | 6802 | 'centralnotice-fundraising' => 'Kötte un Jeld sammele', |
| 6803 | + 'centralnotice-autolink' => 'Lenk automatėsch aanlääje', |
6711 | 6804 | 'centralnotice-landingpages' => 'De Sigge, woh mer drop kütt', |
6712 | 6805 | 'centralnotice-banner-content' => 'Dä Banner_Schablohn iere Enhald', |
6713 | 6806 | 'centralnotice-banner-content-changed' => 'jeändert', |
— | — | @@ -6714,18 +6807,19 @@ |
6715 | 6808 | 'centralnotice-date' => 'Dattum', |
6716 | 6809 | 'centralnotice-apply-filters' => 'Lohß Jonn!', |
6717 | 6810 | 'centralnotice-clear-filters' => 'Ußwahl ophävve', |
6718 | | - 'centralnotice-banner-messages' => 'Der Banner_Schablohne ier Täxte ', |
| 6811 | + 'centralnotice-banner-messages' => 'Dä Banner_Schablohne ier Täxte', |
6719 | 6812 | ); |
6720 | 6813 | |
6721 | | -/** Kurdish (Latin) (Kurdî (Latin)) |
| 6814 | +/** Kurdish (Latin script) (Kurdî (latînî)) |
6722 | 6815 | * @author George Animal |
| 6816 | + * @author Gomada |
6723 | 6817 | */ |
6724 | 6818 | $messages['ku-latn'] = array( |
6725 | 6819 | 'centralnotice-preview' => 'Pêşdîtin', |
6726 | 6820 | 'centralnotice-add' => 'Zêde bike', |
6727 | 6821 | 'centralnotice-translations' => 'Wergerran', |
6728 | 6822 | 'centralnotice-translate' => 'Wergerrîne', |
6729 | | - 'centralnotice-english' => 'Inglîzî', |
| 6823 | + 'centralnotice-english' => 'Îngilîzî', |
6730 | 6824 | 'centralnotice-locked' => 'Hate astengkirin', |
6731 | 6825 | 'centralnotice-day' => 'Roj', |
6732 | 6826 | 'centralnotice-year' => 'Sal', |
— | — | @@ -6735,9 +6829,9 @@ |
6736 | 6830 | 'centralnotice-project-lang' => 'Zimanê projeyê', |
6737 | 6831 | 'centralnotice-top-ten-languages' => 'Zimanên Top 10', |
6738 | 6832 | 'centralnotice-project-name' => 'Navê projeyê', |
6739 | | - 'centralnotice-message' => 'Mesaj', |
| 6833 | + 'centralnotice-message' => 'Peyam', |
6740 | 6834 | 'centralnotice-clone-name' => 'Nav:', |
6741 | | - 'centralnotice-hide-button' => 'Lînkê veşêre', |
| 6835 | + 'centralnotice-hide-button' => 'Girêdanê veşêre', |
6742 | 6836 | 'centralnotice-languages' => 'Ziman', |
6743 | 6837 | 'centralnotice-country' => 'Welat', |
6744 | 6838 | ); |
— | — | @@ -7487,7 +7581,7 @@ |
7488 | 7582 | 'centralnotice-expand-button' => 'Расклопи', |
7489 | 7583 | 'centralnotice-close-button' => 'Копче за затворање', |
7490 | 7584 | 'centralnotice-translate-button' => 'Врска за помош со преводите', |
7491 | | - 'centralnotice-donate-button' => 'Копче за донации', |
| 7585 | + 'centralnotice-donate-button' => 'Копче за дарување', |
7492 | 7586 | 'centralnotice-expanded-banner' => 'Расклопен плакат', |
7493 | 7587 | 'centralnotice-collapsed-banner' => 'Склопен плакат', |
7494 | 7588 | 'centralnotice-banner-display' => 'Прикажи во:', |
— | — | @@ -7668,6 +7762,7 @@ |
7669 | 7763 | 'centralnotice-banner-hidable' => 'സ്ഥിരസ്ഥിതി/മറയ്ക്കാവുന്നത്', |
7670 | 7764 | 'centralnotice-banner-collapsible' => 'ചുരുക്കാവുന്നത്', |
7671 | 7765 | 'centralnotice-banner-fundraising' => 'ഇത് ഫണ്ട്റൈസിങ് എഴുത്തുപട്ടയാണ്', |
| 7766 | + 'centralnotice-banner-autolink' => 'ചെല്ലുന്ന താളിലേയ്ക്കുള്ള കണ്ണി സ്വയം സൃഷ്ടിക്കുക', |
7672 | 7767 | 'centralnotice-banner-landing-pages' => 'എത്തിച്ചേരേണ്ട താളുകൾ (അങ്കുശത്താൽ വേർതിരിച്ച്):', |
7673 | 7768 | 'centralnotice-geo' => 'ഭൂപ്രദേശങ്ങൾ ലക്ഷ്യമാക്കിയവ', |
7674 | 7769 | 'centralnotice-countries' => 'രാജ്യങ്ങൾ', |
— | — | @@ -7698,6 +7793,8 @@ |
7699 | 7794 | 'centralnotice-campaign-settings' => 'മേളയുടെ സജ്ജീകരണങ്ങൾ', |
7700 | 7795 | 'centralnotice-anon' => 'അജ്ഞാത ഉപയോക്താക്കൾക്കായി പ്രദർശിപ്പിക്കുക', |
7701 | 7796 | 'centralnotice-account' => 'പ്രവേശിച്ചിട്ടുള്ള ഉപയോക്താക്കൾക്കായി പ്രദർശിപ്പിക്കുക', |
| 7797 | + 'centralnotice-autolink' => 'കണ്ണി സ്വയം സൃഷ്ടിക്കൽ', |
| 7798 | + 'centralnotice-landingpages' => 'ചെല്ലുന്ന താളുകൾ', |
7702 | 7799 | 'centralnotice-banner-content' => 'എഴുത്തുപട്ടയുടെ ഉള്ളടക്കം', |
7703 | 7800 | 'centralnotice-banner-content-changed' => 'മാറ്റിയിരിക്കുന്നു', |
7704 | 7801 | 'centralnotice-filters' => 'രേഖകൾക്കുള്ള അരിപ്പകൾ', |
— | — | @@ -8437,6 +8534,7 @@ |
8438 | 8535 | 'centralnotice' => 'Administrasjon av sentrale beskjeder', |
8439 | 8536 | 'noticetemplate' => 'Admin for sentrale beskjeder', |
8440 | 8537 | 'bannerallocation' => 'Administrasjon av sentrale beskjeder', |
| 8538 | + 'centralnoticelogs' => 'Administrasjon av fellesbeskjeder', |
8441 | 8539 | 'right-centralnotice-admin' => 'Håndtere sentrale meldinger', |
8442 | 8540 | 'action-centralnotice-admin' => 'administrere sentrale meldinger', |
8443 | 8541 | 'centralnotice-desc' => 'Legger til en sentral sidenotis', |
— | — | @@ -8554,6 +8652,7 @@ |
8555 | 8653 | 'centralnotice-banner-hidable' => 'Statisk/skjulbar', |
8556 | 8654 | 'centralnotice-banner-collapsible' => 'Sammenleggbar', |
8557 | 8655 | 'centralnotice-banner-fundraising' => 'Dette er et banner for pengeinnsamling', |
| 8656 | + 'centralnotice-banner-autolink' => 'Automatisk opprette målsidelenke', |
8558 | 8657 | 'centralnotice-banner-autolink-help' => 'Opprett en ankertag til bannerkroppen med $1 og legg inn en eller flere mottakssider under, f. eks. $2. Det opprettes automatisk en href for lenken.', |
8559 | 8658 | 'centralnotice-banner-landing-pages' => 'Mottakssider (kommaseparert):', |
8560 | 8659 | 'centralnotice-geo' => 'Geografisk målrettet', |
— | — | @@ -8588,6 +8687,7 @@ |
8589 | 8688 | 'centralnotice-anon' => 'Angi til anonyme brukere', |
8590 | 8689 | 'centralnotice-account' => 'Angi til innloggede brukere', |
8591 | 8690 | 'centralnotice-fundraising' => 'Pengeinnsamling', |
| 8691 | + 'centralnotice-autolink' => 'Automatisk lenkeopprettelse', |
8592 | 8692 | 'centralnotice-landingpages' => 'Målsider', |
8593 | 8693 | 'centralnotice-banner-content' => 'Bannerinnhold', |
8594 | 8694 | 'centralnotice-banner-content-changed' => 'Endret', |
— | — | @@ -9431,6 +9531,7 @@ |
9432 | 9532 | 'centralnotice-translate-heading' => 'د $1 لپاره ژباړه', |
9433 | 9533 | 'centralnotice-add' => 'ورګډول', |
9434 | 9534 | 'centralnotice-add-template' => 'يوه کينډۍ ورګډول', |
| 9535 | + 'centralnotice-all-projects' => 'ټولې پروژې', |
9435 | 9536 | 'centralnotice-translations' => 'ژباړې', |
9436 | 9537 | 'centralnotice-translate' => 'ژباړل', |
9437 | 9538 | 'centralnotice-english' => 'انګرېزي', |
— | — | @@ -9464,6 +9565,7 @@ |
9465 | 9566 | 'centralnotice-banner-logged-in' => 'ننوتي کارنان', |
9466 | 9567 | 'centralnotice-countries' => 'هيوادونه', |
9467 | 9568 | 'centralnotice-languages' => 'ژبې', |
| 9569 | + 'centralnotice-language' => 'ژبه', |
9468 | 9570 | 'centralnotice-projects' => 'پروژې', |
9469 | 9571 | 'centralnotice-country' => 'هېواد', |
9470 | 9572 | 'centralnotice-percentage' => 'سلنه', |
— | — | @@ -10920,7 +11022,7 @@ |
10921 | 11023 | 'centralnotice-query' => 'වත්මන් ව්යාපාර සංස්කරණය කරන්න', |
10922 | 11024 | 'centralnotice-notice-name' => 'ව්යාපාරයේ නම', |
10923 | 11025 | 'centralnotice-end-date' => 'අවසන් දිනය', |
10924 | | - 'centralnotice-enabled' => 'බලය දෙන ලදී', |
| 11026 | + 'centralnotice-enabled' => 'සක්රීය කරනලදී', |
10925 | 11027 | 'centralnotice-modify' => 'යොමන්න', |
10926 | 11028 | 'centralnotice-view' => 'දර්ශනය', |
10927 | 11029 | 'centralnotice-save-banner' => 'බැනරය සුරකින්න', |
— | — | @@ -11052,7 +11154,11 @@ |
11053 | 11155 | 'centralnotice-off' => 'ඉවතට', |
11054 | 11156 | 'centralnotice-talk-link' => 'සාකච්ඡාව', |
11055 | 11157 | 'centralnotice-banner-content-changed' => 'වෙනස්කරන ලදි', |
| 11158 | + 'centralnotice-filters' => 'වාර්තා සටහන් පෙරනය', |
11056 | 11159 | 'centralnotice-date' => 'දිනය', |
| 11160 | + 'centralnotice-apply-filters' => 'පෙරහන් එක්කරන්න', |
| 11161 | + 'centralnotice-clear-filters' => 'පෙරහන් ඉවත්කරන්න', |
| 11162 | + 'centralnotice-banner-messages' => 'සිරස්තල පණිවිඩය', |
11057 | 11163 | ); |
11058 | 11164 | |
11059 | 11165 | /** Slovak (Slovenčina) |
— | — | @@ -12737,6 +12843,7 @@ |
12738 | 12844 | ); |
12739 | 12845 | |
12740 | 12846 | /** Turkish (Türkçe) |
| 12847 | + * @author Emperyan |
12741 | 12848 | * @author Joseph |
12742 | 12849 | * @author Karduelis |
12743 | 12850 | * @author Srhat |
— | — | @@ -12745,6 +12852,7 @@ |
12746 | 12853 | 'centralnotice' => 'Merkezi uyarı yöneticisi', |
12747 | 12854 | 'noticetemplate' => 'Merkezi uyarı yöneticisi', |
12748 | 12855 | 'bannerallocation' => 'Merkezi uyarı yöneticisi', |
| 12856 | + 'centralnoticelogs' => 'Merkezi uyarı yöneticisi', |
12749 | 12857 | 'right-centralnotice-admin' => 'Merkezi uyarıları yönet', |
12750 | 12858 | 'action-centralnotice-admin' => 'merkezi uyarıları yönet', |
12751 | 12859 | 'centralnotice-desc' => 'Merkezi site uyarısı ekler', |
— | — | @@ -12755,8 +12863,10 @@ |
12756 | 12864 | 'centralnotice-end-date' => 'Bitiş tarihi', |
12757 | 12865 | 'centralnotice-enabled' => 'Etkinleştirilmiş', |
12758 | 12866 | 'centralnotice-modify' => 'Gönder', |
| 12867 | + 'centralnotice-view' => 'Görüntüle', |
12759 | 12868 | 'centralnotice-save-banner' => 'Afişi kaydet', |
12760 | 12869 | 'centralnotice-preview' => 'Ön izleme', |
| 12870 | + 'centralnotice-nopreview' => '(Ön izleme mevcut değil)', |
12761 | 12871 | 'centralnotice-add-new' => 'Yeni bir merkezi uyarı ekle', |
12762 | 12872 | 'centralnotice-remove' => 'Çıkar', |
12763 | 12873 | 'centralnotice-translate-heading' => '$1 için çeviri', |
— | — | @@ -12873,6 +12983,8 @@ |
12874 | 12984 | 'centralnotice-documentwrite-error' => 'document.write() afiş içinde kullanılamaz. |
12875 | 12985 | Daha fazla bilgi için http://meta.wikimedia.org/wiki/Help:CentralNotice adresine bakın.', |
12876 | 12986 | 'centralnotice-preferred' => 'Tercih edilen', |
| 12987 | + 'centralnotice-logs' => 'Kayıtlar', |
| 12988 | + 'centralnotice-user' => 'Kullanıcı', |
12877 | 12989 | ); |
12878 | 12990 | |
12879 | 12991 | /** Tatar (Cyrillic) (Татарча/Tatarça (Cyrillic)) |
— | — | @@ -13748,6 +13860,7 @@ |
13749 | 13861 | |
13750 | 13862 | /** Simplified Chinese (中文(简体)) |
13751 | 13863 | * @author Alex S.H. Lin |
| 13864 | + * @author Bencmq |
13752 | 13865 | * @author Chenxiaoqino |
13753 | 13866 | * @author Chenzw |
13754 | 13867 | * @author Gzdavidwong |
— | — | @@ -13881,7 +13994,7 @@ |
13882 | 13995 | 'centralnotice-banner-hidable' => '静态/可隐藏', |
13883 | 13996 | 'centralnotice-banner-collapsible' => '可收缩', |
13884 | 13997 | 'centralnotice-banner-fundraising' => '这是一个筹款横幅', |
13885 | | - 'centralnotice-banner-autolink-help' => '在横幅体内创建$1的锚点标记,并在下方输入一个或多个目标页面,例如$2。程序会自动构造链接的href属性。', |
| 13998 | + 'centralnotice-banner-autolink-help' => '在横幅内使用$1创建锚点标记,并在下方输入一个或多个目标页面,例如$2。程序会在用户浏览横幅时自动创建链接。', |
13886 | 13999 | 'centralnotice-banner-landing-pages' => '登录页(逗号分隔):', |
13887 | 14000 | 'centralnotice-geo' => '已地理定位的', |
13888 | 14001 | 'centralnotice-countries' => '国家', |
Property changes on: branches/wmf/1.18wmf1/extensions/CentralNotice/CentralNotice.i18n.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
13889 | 14002 | Merged /trunk/extensions/CentralNotice/CentralNotice.i18n.php:r100102-102477 |