Index: trunk/extensions/MinimumNameLength/MinimumNameLength.i18n.php |
— | — | @@ -19,6 +19,10 @@ |
20 | 20 | 'minnamelength-error' => 'اسم المستخدم قصير للغاية. أقل طول مسموح به هو $1.', |
21 | 21 | ), |
22 | 22 | |
| 23 | +'bcl' => array( |
| 24 | +'minnamelength-error' => 'An saimong username halîpoton. An minimum na labâ $1.', |
| 25 | +), |
| 26 | + |
23 | 27 | /* German */ |
24 | 28 | 'de' => array( |
25 | 29 | 'minnamelength-error' => 'Der Benutzername ist zu kurz. Die Mindestlänge beträgt $1 Zeichen.', |
Index: trunk/extensions/LuceneSearch/LuceneSearch.i18n.php |
— | — | @@ -65,6 +65,13 @@ |
66 | 66 | 'searchincategory' => 'في التصنيف', |
67 | 67 | ); |
68 | 68 | |
| 69 | +$wgLuceneSearchMessages['bcl'] = array( |
| 70 | + 'searchsize' => '$1 KB ($2 mga tataramon)', |
| 71 | + 'searchdidyoumean' => 'An gusto mo: "<a href="$1">$2</a>"?', |
| 72 | + 'searchall' => 'gabos', |
| 73 | + 'searchincategory' => 'sakategorya', |
| 74 | +); |
| 75 | + |
69 | 76 | $wgLuceneSearchMessages['cs'] = array( |
70 | 77 | 'searchnumber' => '<strong>Výsledky $1–$2 z $3</strong>', |
71 | 78 | 'searchprev' => "« <span style='font-size: small'>Předchozí</span>", |
Index: trunk/extensions/Newuserlog/Newuserlog.i18n.php |
— | — | @@ -27,6 +27,9 @@ |
28 | 28 | 'newuserlog-create-entry' => 'مستخدم جديد', |
29 | 29 | 'newuserlog-create2-entry' => 'أنشأ الحساب الخاص باسم $1', |
30 | 30 | ); |
| 31 | +$wgNewuserlogMessages['bcl'] = array( |
| 32 | + 'newuserlog-create-entry' => 'Bâgong parágamit', |
| 33 | +); |
31 | 34 | $wgNewuserlogMessages['cs'] = array( |
32 | 35 | 'newuserlogpage' => 'Kniha nových uživatelů', |
33 | 36 | 'newuserlogpagetext' => 'Toto je záznam nově zaregistrovaných uživatelů.', |
Index: trunk/extensions/PdfHandler/PdfHandler.i18n.php |
— | — | @@ -16,6 +16,11 @@ |
17 | 17 | 'pdf_page_error' => 'Seitenzahl außerhalb des Dokumentes.', |
18 | 18 | ), |
19 | 19 | |
| 20 | + 'hsb' => array( |
| 21 | + 'pdf_no_xml' => 'W pdf žane metadaty njejsu.', |
| 22 | + 'pdf_page_error' => 'Ličba strony zwonka dokumenta.', |
| 23 | + ), |
| 24 | + |
20 | 25 | 'nl' => array( |
21 | 26 | 'pdf_no_xml' => 'de metadata van de PDF kan niet uitgelezen worden', |
22 | 27 | 'pdf_page_error' => 'paginanummer komt niet voor in document', |
Index: trunk/extensions/DeletedContributions/DeletedContributions.i18n.php |
— | — | @@ -10,6 +10,10 @@ |
11 | 11 | 'deletedcontributions' => 'مساهمات المستخدم المحذوفة', |
12 | 12 | ); |
13 | 13 | |
| 14 | +$wgDeletedContribsMessages['bcl'] = array( |
| 15 | + 'deletedcontributions' => 'Parâon an mga kontribusyon kan parágamit', |
| 16 | +); |
| 17 | + |
14 | 18 | $wgDeletedContribsMessages['de'] = array( |
15 | 19 | 'deletedcontributions' => 'Gelöschte Benutzerbeiträge' |
16 | 20 | ); |
Index: trunk/extensions/ExpandTemplates/ExpandTemplates.i18n.php |
— | — | @@ -32,7 +32,11 @@ |
33 | 33 | 'expand_templates_remove_comments' => 'إزالة التعليقات', |
34 | 34 | 'expand_templates_preview' => 'عرض', |
35 | 35 | ); |
36 | | - |
| 36 | +$wgExpandTemplatesMessages['bcl'] = array( |
| 37 | + 'expand_templates_output' => 'Resulta', |
| 38 | + 'expand_templates_remove_comments' => 'Tanggalon an mga komento', |
| 39 | + 'expand_templates_preview' => 'Patânaw', |
| 40 | +); |
37 | 41 | $wgExpandTemplatesMessages['cs'] = array( |
38 | 42 | 'expandtemplates' => 'Substituovat šablony', |
39 | 43 | 'expand_templates_intro' => 'Pomocí této speciální stránky můžete nechat v textu substituovat všechny šablony a funkce parseru jako <code><nowiki>{{</nowiki>#if:…...}}</code> či proměnné jako <code><nowiki>{{</nowiki>CURRENTDAY}} – tzn. prakticky všechno v dvojitých složených závorkách. K tomu se používají přímo odpovídající funkce parseru MediaWiki.', |
Index: trunk/extensions/Duplicator/Duplicator.i18n.php |
— | — | @@ -226,6 +226,8 @@ |
227 | 227 | ), |
228 | 228 | |
229 | 229 | 'hsb' => array( |
| 230 | +'duplicator' => 'Nastawk duplicěrować', |
| 231 | +'duplicator-toolbox' => 'Tutón nastawk duplicěrować', |
230 | 232 | 'duplicator-options' => 'Opcije', |
231 | 233 | 'duplicator-source' => 'Žórło:', |
232 | 234 | 'duplicator-dest' => 'Cil:', |
Index: trunk/extensions/Asksql/Asksql.i18n.php |
— | — | @@ -183,6 +183,16 @@ |
184 | 184 | 'querysuccessful' => 'Запрос выполнен', |
185 | 185 | ), |
186 | 186 | |
| 187 | +'sah' => array( |
| 188 | +'asksql' => 'SQL ыйытык', |
| 189 | +'asksqltext' => 'Бу халыыбы билии олоҕор быһа ыйытыкка тутун. Сиимбол тиһиликтэрин биирдии кавычкаларынан саҕалаа уонна түмүктээ (\'бу курдук\'). Бу сиэрбэри олус толкуйдатыан сөп, онон сэрэнэн тутун.', |
| 190 | +'sqlislogged' => 'Бары ыйытыктар тиһиллэн иһэллэр', |
| 191 | +'sqlquery' => 'Ыйытык киллэрии', |
| 192 | +'querybtn' => 'Ыйытыгы ыытыы', |
| 193 | +'selectonly' => 'Ааҕарга эрэ аналлаах ыйытыктар көҥүллэнэллэр', |
| 194 | +'querysuccessful' => 'Ыйытык оҥоһулунна', |
| 195 | +), |
| 196 | + |
187 | 197 | /* Slovak (helix84) */ |
188 | 198 | 'sk' => array( |
189 | 199 | 'asksql' => 'SQL požiadavka', |
Index: trunk/extensions/ContributionScores/ContributionScores.i18n.php |
— | — | @@ -4,77 +4,91 @@ |
5 | 5 | */ |
6 | 6 | |
7 | 7 | $allMessages = array( |
8 | | - 'en' => array( |
9 | | - 'contributionscores' => 'Contribution Scores', |
10 | | - 'contributionscores-info' => "Scores are calculated as follows:\n". |
11 | | - "*1 point for each unique page edited\n". |
12 | | - "*Square Root of (Total Edits Made) - (Total Unique Pages) * 2\n". |
13 | | - "Scores calculated in this manner weight edit diversity over edit volume. Basically, this score measures". |
14 | | - " primarily unique pages edited, with consideration for high edit volume - assumed to be a higher quality ". |
15 | | - "article.", |
16 | | - 'contributionscores-top' => '(Top $1)', |
17 | | - 'contributionscores-days' => 'Last $1 Days', |
18 | | - 'contributionscores-allrevisions' => 'All Revisions' |
19 | | - ), |
| 8 | + 'en' => array( |
| 9 | + 'contributionscores' => 'Contribution Scores', |
| 10 | + 'contributionscores-info' => "Scores are calculated as follows:\n". |
| 11 | + "*1 point for each unique page edited\n". |
| 12 | + "*Square Root of (Total Edits Made) - (Total Unique Pages) * 2\n". |
| 13 | + "Scores calculated in this manner weight edit diversity over edit volume. Basically, this score measures". |
| 14 | + " primarily unique pages edited, with consideration for high edit volume - assumed to be a higher quality ". |
| 15 | + "article.", |
| 16 | + 'contributionscores-top' => '(Top $1)', |
| 17 | + 'contributionscores-days' => 'Last $1 Days', |
| 18 | + 'contributionscores-allrevisions' => 'All Revisions' |
| 19 | + ), |
| 20 | + |
20 | 21 | 'ar' => array( |
21 | 22 | 'contributionscores-top' => '(أعلى $1)', |
22 | 23 | 'contributionscores-days' => 'آخر $1 يوم', |
23 | 24 | 'contributionscores-allrevisions' => 'كل النسخ', |
24 | 25 | ), |
25 | 26 | |
| 27 | + |
26 | 28 | 'es' => array( |
27 | | - 'contributionscores' => 'Puntuaciones por contribuir', |
28 | | - 'contributionscores-info' => "Las puntuaciones son calculadas siguiendo:\n". |
29 | | - "*1 punto por cada página única editada\n". |
30 | | - "*Raíz cuadrada de (Ediciones totales efectuadas) - (Páginas totales únicas) x 2\n". |
31 | | - "Las puntuaciones son calculadas de esta manera considerando la diversidad sobre el volumen de edición.". |
32 | | - "Básicamente, esta puntuación mide fundamentalmente las páginas únicas editadas, considerando que un alto ". |
33 | | - "volumen de edición supone que es un artículo de mayor calidad.", |
34 | | - 'contributionscores-top' => '(Top $1)', |
35 | | - 'contributionscores-days' => 'Últimos $1 días', |
36 | | - 'contributionscores-allrevisions' => 'Estadísticas globales' |
| 29 | + 'contributionscores' => 'Puntuaciones por contribuir', |
| 30 | + 'contributionscores-info' => "Las puntuaciones son calculadas siguiendo:\n". |
| 31 | + "*1 punto por cada página única editada\n". |
| 32 | + "*Raíz cuadrada de (Ediciones totales efectuadas) - (Páginas totales únicas) x 2\n". |
| 33 | + "Las puntuaciones son calculadas de esta manera considerando la diversidad sobre el volumen de edición.". |
| 34 | + "Básicamente, esta puntuación mide fundamentalmente las páginas únicas editadas, considerando que un alto ". |
| 35 | + "volumen de edición supone que es un artículo de mayor calidad.", |
| 36 | + 'contributionscores-top' => '(Top $1)', |
| 37 | + 'contributionscores-days' => 'Últimos $1 días', |
| 38 | + 'contributionscores-allrevisions' => 'Estadísticas globales' |
37 | 39 | ), |
| 40 | + |
38 | 41 | 'de' => array( |
39 | 42 | 'contributionscores' => 'Benutzerbeiträge auswerten', |
40 | 43 | ), |
| 44 | + |
41 | 45 | 'nl' => array( |
42 | 46 | 'contributionscores' => 'Bijdragenscores', |
43 | 47 | 'contributionscores-days' => 'Laatste $1 dagen', |
44 | 48 | 'contributionscores-allrevisions' => 'Alle versies', |
45 | 49 | ), |
| 50 | + |
| 51 | + 'hsb' => array( |
| 52 | + 'contributionscores' => 'Wuhódnoćenje přinoškow', |
| 53 | + 'contributionscores-top' => '(Najlěpše $1)', |
| 54 | + 'contributionscores-days' => 'Poslednje $1 dnjow', |
| 55 | + 'contributionscores-allrevisions' => 'Wšě změny', |
| 56 | + ), |
| 57 | + |
46 | 58 | 'yue' => array( |
47 | | - 'contributionscores' => '貢獻分數', |
48 | | - 'contributionscores-info' => "分數會用下面嘅計法去計:\n". |
49 | | - "*每一個唯一一版編輯過嘅有1分\n". |
50 | | - "*(總編輯數)嘅平方根 - (總唯一頁數) * 2\n". |
51 | | - "響呢方面計嘅分數會睇編輯多樣性同編輯量相比。". |
52 | | - "基本噉講,呢個分數係會依主要嘅唯一編輯過嘅頁,同埋考慮高編輯量 - 假設係一篇高質量嘅文章。", |
53 | | - 'contributionscores-top' => '(最高$1名)', |
54 | | - 'contributionscores-days' => '最近$1日', |
55 | | - 'contributionscores-allrevisions' => '全部修訂' |
| 59 | + 'contributionscores' => '貢獻分數', |
| 60 | + 'contributionscores-info' => "分數會用下面嘅計法去計:\n". |
| 61 | + "*每一個唯一一版編輯過嘅有1分\n". |
| 62 | + "*(總編輯數)嘅平方根 - (總唯一頁數) * 2\n". |
| 63 | + "響呢方面計嘅分數會睇編輯多樣性同編輯量相比。". |
| 64 | + "基本噉講,呢個分數係會依主要嘅唯一編輯過嘅頁,同埋考慮高編輯量 - 假設係一篇高質量嘅文章。", |
| 65 | + 'contributionscores-top' => '(最高$1名)', |
| 66 | + 'contributionscores-days' => '最近$1日', |
| 67 | + 'contributionscores-allrevisions' => '全部修訂' |
56 | 68 | ), |
| 69 | + |
57 | 70 | 'zh-hans' => array( |
58 | | - 'contributionscores' => '贡献分数', |
59 | | - 'contributionscores-info' => "分数会用以下的的计分法去计算:\n". |
60 | | - "*每一个唯一页面编辑过的有1分\n". |
61 | | - "*(总编辑数)的平方根 - (总唯一页面数) * 2\n". |
62 | | - "在这方面计算的分数会参看编辑多的样性跟编辑量相比。". |
63 | | - "基本说,这个分数是会依主要的唯一编辑过?页面,以及考虑高编辑量 - 假设是一篇高质量的文章。", |
64 | | - 'contributionscores-top' => '(最高$1名)', |
65 | | - 'contributionscores-days' => '最近$1天', |
66 | | - 'contributionscores-allrevisions' => '全部修订' |
| 71 | + 'contributionscores' => '贡献分数', |
| 72 | + 'contributionscores-info' => "分数会用以下的的计分法去计算:\n". |
| 73 | + "*每一个唯一页面编辑过的有1分\n". |
| 74 | + "*(总编辑数)的平方根 - (总唯一页面数) * 2\n". |
| 75 | + "在这方面计算的分数会参看编辑多的样性跟编辑量相比。". |
| 76 | + "基本说,这个分数是会依主要的唯一编辑过?页面,以及考虑高编辑量 - 假设是一篇高质量的文章。", |
| 77 | + 'contributionscores-top' => '(最高$1名)', |
| 78 | + 'contributionscores-days' => '最近$1天', |
| 79 | + 'contributionscores-allrevisions' => '全部修订' |
67 | 80 | ), |
| 81 | + |
68 | 82 | 'zh-hant' => array( |
69 | | - 'contributionscores' => '貢獻分數', |
70 | | - 'contributionscores-info' => "分數會用以下的的計分法去計算:\n". |
71 | | - "*每一個唯一頁面編輯過的有1分\n". |
72 | | - "*(總編輯數)的平方根 - (總唯一頁面數) * 2\n". |
73 | | - "在這方面計算的分數會參看編輯多的樣性跟編輯量相比。". |
74 | | - "基本說,這個分數是會依主要的唯一編輯過嘅頁面,以及考慮高編輯量 - 假設是一篇高質量的文章。", |
75 | | - 'contributionscores-top' => '(最高$1名)', |
76 | | - 'contributionscores-days' => '最近$1天', |
77 | | - 'contributionscores-allrevisions' => '全部修訂' |
78 | | - ) |
| 83 | + 'contributionscores' => '貢獻分數', |
| 84 | + 'contributionscores-info' => "分數會用以下的的計分法去計算:\n". |
| 85 | + "*每一個唯一頁面編輯過的有1分\n". |
| 86 | + "*(總編輯數)的平方根 - (總唯一頁面數) * 2\n". |
| 87 | + "在這方面計算的分數會參看編輯多的樣性跟編輯量相比。". |
| 88 | + "基本說,這個分數是會依主要的唯一編輯過嘅頁面,以及考慮高編輯量 - 假設是一篇高質量的文章。", |
| 89 | + 'contributionscores-top' => '(最高$1名)', |
| 90 | + 'contributionscores-days' => '最近$1天', |
| 91 | + 'contributionscores-allrevisions' => '全部修訂' |
| 92 | + ), |
79 | 93 | ); |
80 | 94 | |
81 | 95 | $allMessages['zh'] = $allMessages['zh-hans']; |
Index: trunk/extensions/BookInformation/BookInformation.i18n.php |
— | — | @@ -40,6 +40,11 @@ |
41 | 41 | 'bookinfo-provider' => 'مزود البيانات: $1', |
42 | 42 | ), |
43 | 43 | |
| 44 | +'bcl' => array( |
| 45 | +'bookinfo-result-title' => 'Titulo:', |
| 46 | +'bookinfo-result-year' => 'Taon:', |
| 47 | +), |
| 48 | + |
44 | 49 | 'br' => array( |
45 | 50 | 'bookinfo-header' => 'Titouroù war al levr', |
46 | 51 | 'bookinfo-result-title' => 'Titl :', |
Index: trunk/extensions/ProofreadPage/ProofreadPage.i18n.php |
— | — | @@ -9,6 +9,10 @@ |
10 | 10 | 'proofreadpage_namespace' => 'Seite', |
11 | 11 | 'proofreadpage_index_namespace' => 'Index', |
12 | 12 | ), |
| 13 | + 'hsb' => array( |
| 14 | + 'proofreadpage_namespace' => 'Strona', |
| 15 | + 'proofreadpage_index_namespace' => 'Indeks', |
| 16 | + ), |
13 | 17 | 'ka' => array( |
14 | 18 | 'proofreadpage_namespace' => 'გვერდი', |
15 | 19 | 'proofreadpage_index_namespace' => 'ინდექსი', |
Index: trunk/extensions/Player/Player.i18n.hsb.php |
— | — | @@ -0,0 +1,27 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the Player extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Daniel Kinzler, brightbyte.de |
| 10 | + * @copyright © 2007 Daniel Kinzler, Michawiki, Dunak |
| 11 | + * @licence GNU General Public Licence 2.0 or later |
| 12 | + */ |
| 13 | + |
| 14 | +$messages = array( |
| 15 | + 'player' => 'Wothrawak', |
| 16 | + 'player-title' => 'Wothrawak', |
| 17 | + 'player-playertitle' => 'Wothrawak: $1', |
| 18 | + 'player-file' => 'Datajowe mjeno', |
| 19 | + 'player-play' => 'Wothrać', |
| 20 | + 'player-imagepage-header' => '<h1>$1</h1>',#identical but defined |
| 21 | + 'player-not-allowed' => 'njedowoleny format', |
| 22 | + 'player-not-found' => 'Dataja njenamakana', |
| 23 | + 'player-invalid-title' => 'njepłaćiwy titul', |
| 24 | + 'player-clicktoplay' => '$1 wothrać', |
| 25 | + 'player-goto-player' => 'wothrawak', |
| 26 | + 'player-goto-page' => 'Strona', |
| 27 | + 'player-goto-file' => 'dataja', |
| 28 | +); |
Property changes on: trunk/extensions/Player/Player.i18n.hsb.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 29 | + native |
Index: trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.i18n.php |
— | — | @@ -44,6 +44,14 @@ |
45 | 45 | 'syntaxhighlight-err-language' => 'Language invalide.', |
46 | 46 | ), |
47 | 47 | |
| 48 | +'hsb' => array( |
| 49 | +'syntaxhighlight-specify' => 'Dyrbiš rěč takle definować:', |
| 50 | +'syntaxhighlight-supported' => 'Podpěrowane rěče za syntaksowe wuzběhnjenje:', |
| 51 | +'syntaxhighlight-err-loading' => '(Zmylk při začitanju lisćiny rěčow)', |
| 52 | +'syntaxhighlight-err-language' => 'Njepłaćiwa rěč.', |
| 53 | +'geshi.css' => '/* CSS w tutej zdźělence so na syntaksowe wuzběhnjenje GeSHi nałoži */', |
| 54 | +), |
| 55 | + |
48 | 56 | /* Indonesian (Ivan Lanin) */ |
49 | 57 | 'id' => array( |
50 | 58 | 'syntaxhighlight-specify' => 'Anda harus menentukan suatu bahasa seperti ini:', |
Index: trunk/extensions/AjaxShowEditors/AjaxShowEditors.i18n.php |
— | — | @@ -97,6 +97,11 @@ |
98 | 98 | 'ajax-se-pending' => 'ожидание обновления... (нажмите здесь или начните редактирование)', |
99 | 99 | 'ajax-se-idling' => '($1 с назад)', |
100 | 100 | ); |
| 101 | +$wgAjaxShowEditorsMessages['sah'] = array( |
| 102 | + 'ajax-se-title' => 'Билигин көннөрө сылдьаллар:', |
| 103 | + 'ajax-se-pending' => 'саҥардылларын кэтэс ... (маны баттаа эбэтэр көннөрүүнү саҕалаа)', |
| 104 | + 'ajax-se-idling' => '($1 c анараа өттүгэр)', |
| 105 | +); |
101 | 106 | $wgAjaxShowEditorsMessages['sk'] = array( |
102 | 107 | 'ajax-se-title' => 'Práve upravuje:', |
103 | 108 | 'ajax-se-pending' => 'čaká sa na obnovenie... (kliknite do tohto poľa alebo začnite upravovať)', |
Index: trunk/extensions/Vote/Vote.i18n.php |
— | — | @@ -100,6 +100,7 @@ |
101 | 101 | 'vote-results-count' => 'Ličić', |
102 | 102 | 'vote-login' => 'Dyrbiš $1, zo by wothłosował.', |
103 | 103 | 'vote-login-link' => 'přizjewić', |
| 104 | +'vote-invalid-choice' => 'Dyrbiš jednu z k dispoziciji stejacych opcijow wubrać.', |
104 | 105 | ), |
105 | 106 | |
106 | 107 | /* Indonesian (Ivan Lanin) */ |
Index: trunk/extensions/Editcount/SpecialEditcount.i18n.php |
— | — | @@ -25,6 +25,11 @@ |
26 | 26 | 'editcount_total' => 'الإجمالي', |
27 | 27 | ), |
28 | 28 | |
| 29 | +'bcl' => array( |
| 30 | +'editcount' => 'Hirahón an bilang', |
| 31 | +'editcount_submit' => 'Isumitir', |
| 32 | +), |
| 33 | + |
29 | 34 | 'bn' => array( |
30 | 35 | 'editcount' => 'সম্পাদনা সংখ্যা', |
31 | 36 | 'editcount_username' => 'ব্যবহারকারী:', |
Index: trunk/extensions/AntiSpoof/AntiSpoof_i18n.php |
— | — | @@ -302,6 +302,18 @@ |
303 | 303 | 'antispoof-mixedscripts' => 'Используются несовместимые системы письменности', |
304 | 304 | 'antispoof-tooshort' => 'Каноническое имя слишком короткое', |
305 | 305 | ); |
| 306 | +$wgAntiSpoofMessages['sah'] = array( |
| 307 | + 'antispoof-name-conflict' => '"$1" диэн ааты "$2" диэн киһи бэлиэр ылбыт, онон атын аатта толкуйдаа.', |
| 308 | + 'antispoof-name-illegal' => '"$1" диэн аат $2 диэн ааттары кытта буккулубаттарын туһугар бобуллар. Онон атын ааты толкуйдаа.', |
| 309 | + 'antispoof-badtype' => 'Сыыһа тииптээх дааннайдар', |
| 310 | + 'antispoof-empty' => 'Кураанах устуруока', |
| 311 | + 'antispoof-blacklisted' => 'Бобуллубут бэлиэлэр бааллар', |
| 312 | + 'antispoof-combining' => 'Уларытар бэлиэттэн саҕаланар', |
| 313 | + 'antispoof-unassigned' => 'Биллибэт эбэтэр өйөммөт бэлиэлэр бааллар', |
| 314 | + 'antispoof-noletters' => 'Биир даҕаны буукуба суох', |
| 315 | + 'antispoof-mixedscripts' => 'Сөп түбэһиспэт атын-атын суруктарынан суруллубут', |
| 316 | + 'antispoof-tooshort' => 'Каноннаммыт тыл наһаа кылгас', |
| 317 | +); |
306 | 318 | $wgAntiSpoofMessages['sk'] = array( |
307 | 319 | 'antispoof-name-conflict' => 'Meno "$1" je príliš podobné názvu existujúceho účtu "$2". Zvoľte si prosím iné.', |
308 | 320 | 'antispoof-name-illegal' => 'Meno "$1" nie je povolené, aby sa zabránilo náhodnému alebo zámernému pomýleniu mien používateľov: $2. Zvoľte si prosím iné meno.', |
Index: trunk/extensions/Makebot/Makebot.i18n.php |
— | — | @@ -54,6 +54,12 @@ |
55 | 55 | 'makebot-logentryrevoke' => 'سحب صلاحية بوت من [[$1]]', |
56 | 56 | ), |
57 | 57 | |
| 58 | +'bcl' => array( |
| 59 | +'makebot-search' => 'Dumanán', |
| 60 | +'makebot-grant' => 'Otobón', |
| 61 | +'makebot-comment' => 'Komento:', |
| 62 | +), |
| 63 | + |
58 | 64 | /* Old Church Slavonic (language file) */ |
59 | 65 | 'cu' => array( |
60 | 66 | 'makebot-search' => 'Прѣиди', |
Index: trunk/extensions/NewestPages/NewestPages.i18n.php |
— | — | @@ -38,6 +38,12 @@ |
39 | 39 | 'newestpages-hideredir' => 'إخفاء صفحات التحويل', |
40 | 40 | ), |
41 | 41 | |
| 42 | +'bcl' => array( |
| 43 | +'newestpages' => 'Mga pinaka bâgong pahina', |
| 44 | +'newestpages-limitlinks' => 'Ipahiling hasta sa $1 pahina', |
| 45 | +'newestpages-submit' => 'Dumanán', |
| 46 | +), |
| 47 | + |
42 | 48 | /* German (Markus Klatt) */ |
43 | 49 | 'de' => array( |
44 | 50 | 'newestpages' => 'Neueste Seiten', |
Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -392,6 +392,13 @@ |
393 | 393 | 'translate-edit-message-in-fb' => 'Текущее выражение на базовом языке <b>$1</b> ($2):', |
394 | 394 | ); |
395 | 395 | |
| 396 | +$messages['sah'] = array( |
| 397 | + 'translate' => 'Тылбаас', |
| 398 | + 'translate-edit-message-format' => 'Бу этии формата <b>$1</b>.', |
| 399 | + 'translate-edit-message-in' => 'Бу этии <b>$1</b> ($2) тылынан:', |
| 400 | + 'translate-edit-message-in-fb' => 'Бу этии сүрүн <b>$1</b> ($2) тылынан:', |
| 401 | +); |
| 402 | + |
396 | 403 | $messages['sk'] = array( |
397 | 404 | 'translate' => 'Preložiť', |
398 | 405 | 'translate-edit-message-format' => 'Formát tejto správy je <b>$1</b>.', |
Index: trunk/extensions/PasswordReset/PasswordReset.i18n.php |
— | — | @@ -21,6 +21,16 @@ |
22 | 22 | 'passwordreset' => 'Passwort zurücksetzen', |
23 | 23 | ), |
24 | 24 | |
| 25 | + 'hsb' => array( |
| 26 | + 'passwordreset-invalidusername' => 'Njepłaćiwe wužiwarske mjeno', |
| 27 | + 'passwordreset-emptyusername' => 'Žane wužiwarske mjeno', |
| 28 | + 'passwordreset-username' => 'Wužiwarske mjeno', |
| 29 | + 'passwordreset-newpass' => 'Nowe hesło', |
| 30 | + 'passwordreset-confirmpass' => 'Hesło wobkrućić', |
| 31 | + 'passwordreset-submit' => 'Hesło wróćo stajić', |
| 32 | + 'passwordreset-success' => 'Hesło bu za wužiwarski ID $1 wróćo stajene.', |
| 33 | + ), |
| 34 | + |
25 | 35 | 'nl' => array( |
26 | 36 | 'passwordreset' => 'Wachtwoord opnieuw instellen', |
27 | 37 | 'passwordreset-invalidusername' => 'Onjuiste gebruiker', |