Index: trunk/extensions/Quiz/Quiz.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 11 | * (at your option) any later version. |
12 | | - * |
| 12 | + * |
13 | 13 | * Quiz is distributed in the hope that it will be useful, |
14 | 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
— | — | @@ -21,16 +21,16 @@ |
22 | 22 | * ***** END LICENSE BLOCK ***** |
23 | 23 | * |
24 | 24 | * Quiz is a quiz tool for mediawiki. |
25 | | - * |
| 25 | + * |
26 | 26 | * To activate this extension : |
27 | 27 | * * Create a new directory named quiz into the directory "extensions" of mediawiki. |
28 | 28 | * * Place this file and the files Quiz.i18n.php and quiz.js there. |
29 | 29 | * * Add this line at the end of your LocalSettings.php file : |
30 | 30 | * require_once 'extensions/quiz/Quiz.php'; |
31 | | - * |
| 31 | + * |
32 | 32 | * @version 0.7b |
33 | 33 | * @link http://www.mediawiki.org/wiki/Extension:Quiz |
34 | | - * |
| 34 | + * |
35 | 35 | * @author BABE Louis-Rémi <lrbabe@gmail.com> |
36 | 36 | */ |
37 | 37 | |
— | — | @@ -74,7 +74,19 @@ |
75 | 75 | 'quiz_correction' => "Correction", |
76 | 76 | 'quiz_score' => "Votre score est $1 / $2" |
77 | 77 | ), |
78 | | - 'sk' => array( |
| 78 | + 'id' => array( |
| 79 | + 'quiz_addedPoints' => "Penambahan angka untuk jawaban yang benar", |
| 80 | + 'quiz_cutoffPoints' => "Pengurangan angka untuk jawaban yang salah", |
| 81 | + 'quiz_ignoreCoef' => "Abaikan koefisien pertanyaan", |
| 82 | + 'quiz_shuffle' => "Mengacak pertanyaan", |
| 83 | + 'quiz_colorRight' => "Benar", |
| 84 | + 'quiz_colorWrong' => "Salah", |
| 85 | + 'quiz_colorNA' => "Tak dijawab", |
| 86 | + 'quiz_colorError' => "Kesalahan sintaks", |
| 87 | + 'quiz_correction' => "Koreksi", |
| 88 | + 'quiz_score' => "Skor Anda adalah $1 / $2" |
| 89 | + ), |
| 90 | + 'sk' => array( |
79 | 91 | 'quiz_addedPoints' => "Bod(y) pričítané za správnu odpoveď", |
80 | 92 | 'quiz_cutoffPoints' => "Bod(y) odčítané za nesprávnu odpoveď", |
81 | 93 | 'quiz_ignoreCoef' => "Ignorovať koeficienty otázok", |
Index: trunk/extensions/Editcount/SpecialEditcount.i18n.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | // English Version by Rob Church |
14 | 14 | 'en' => array( |
15 | 15 | 'editcount' => 'Edit count', |
16 | | - 'editcount_username' => 'User: ', |
| 16 | + 'editcount_username' => 'User:', |
17 | 17 | 'editcount_submit' => 'Submit', |
18 | 18 | 'editcount_total' => 'Total', |
19 | 19 | ), |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | // German by Leon Weber |
22 | 22 | 'de' => array( |
23 | 23 | 'editcount' => 'Anzahl der Seitenbearbeitungen', |
24 | | - 'editcount_username' => 'Benutzer: ', |
| 24 | + 'editcount_username' => 'Benutzer:', |
25 | 25 | 'editcount_submit' => 'Absenden', |
26 | 26 | 'editcount_total' => 'Gesamt', |
27 | 27 | ), |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | // French Version by Bertrand Grondin |
30 | 30 | 'fr' => array( |
31 | 31 | 'editcount' => 'Compteur d’éditions individuel', |
32 | | - 'editcount_username' => 'Utilisateur : ', |
| 32 | + 'editcount_username' => 'Utilisateur :', |
33 | 33 | 'editcount_submit' => 'Soumettre', |
34 | 34 | 'editcount_total' => 'Total', |
35 | 35 | ), |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | // Indonesian Version by Ivan Lanin |
38 | 38 | 'id' => array( |
39 | 39 | 'editcount' => 'Jumlah suntingan', |
40 | | - 'editcount_username' => 'Pengguna: ', |
| 40 | + 'editcount_username' => 'Pengguna:', |
41 | 41 | 'editcount_submit' => 'Kirim', |
42 | 42 | 'editcount_total' => 'Total', |
43 | 43 | ), |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | // Italian Version by BrokenArrow |
46 | 46 | 'it' => array( |
47 | 47 | 'editcount' => 'Conteggio delle modifiche', |
48 | | - 'editcount_username' => 'Utente: ', |
| 48 | + 'editcount_username' => 'Utente:', |
49 | 49 | 'editcount_submit' => 'Invia', |
50 | 50 | 'editcount_total' => 'Totale', |
51 | 51 | ), |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | // nld / Dutch version by Siebrand Mazeland |
54 | 54 | 'nl' => array( |
55 | 55 | 'editcount' => 'Bewerkingsteller', |
56 | | - 'editcount_username' => 'Gebruiker: ', |
| 56 | + 'editcount_username' => 'Gebruiker:', |
57 | 57 | 'editcount_submit' => 'OK', |
58 | 58 | 'editcount_total' => 'Totaal', |
59 | 59 | ), |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | // Slovak version by helix84 |
62 | 62 | 'sk' => array( |
63 | 63 | 'editcount' => 'Počet príspevkov', |
64 | | - 'editcount_username' => 'Používateľ: ', |
| 64 | + 'editcount_username' => 'Používateľ:', |
65 | 65 | 'editcount_submit' => 'Odoslať', |
66 | 66 | 'editcount_total' => 'Celkom', |
67 | 67 | ), |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | // Serbian default version by Sasa Stefanovic |
70 | 70 | 'sr' => array( |
71 | 71 | 'editcount' => 'Бројач измена', |
72 | | - 'editcount_username' => 'Корисник: ', |
| 72 | + 'editcount_username' => 'Корисник:', |
73 | 73 | 'editcount_submit' => 'Унеси', |
74 | 74 | 'editcount_total' => 'Укупно', |
75 | 75 | ), |
— | — | @@ -76,7 +76,7 @@ |
77 | 77 | // Serbian cyrillic version by Sasa Stefanovic |
78 | 78 | 'sr-ec' => array( |
79 | 79 | 'editcount' => 'Бројач измена', |
80 | | - 'editcount_username' => 'Корисник: ', |
| 80 | + 'editcount_username' => 'Корисник:', |
81 | 81 | 'editcount_submit' => 'Унеси', |
82 | 82 | 'editcount_total' => 'Укупно', |
83 | 83 | ), |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | // Serbian latin version by Sasa Stefanovic |
86 | 86 | 'sr-el' => array( |
87 | 87 | 'editcount' => 'Brojač izmena', |
88 | | - 'editcount_username' => 'Korisnik: ', |
| 88 | + 'editcount_username' => 'Korisnik:', |
89 | 89 | 'editcount_submit' => 'Unesi', |
90 | 90 | 'editcount_total' => 'Ukupno', |
91 | 91 | ), |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | // Chinese (China) Version by Shinjiman |
94 | 94 | 'zh-cn' => array( |
95 | 95 | 'editcount' => '编辑次数', |
96 | | - 'editcount_username' => '用户: ', |
| 96 | + 'editcount_username' => '用户:', |
97 | 97 | 'editcount_submit' => '提交', |
98 | 98 | 'editcount_total' => '总数', |
99 | 99 | ), |
— | — | @@ -100,7 +100,7 @@ |
101 | 101 | // Chinese (Hong Kong) Version by Shinjiman |
102 | 102 | 'zh-hk' => array( |
103 | 103 | 'editcount' => '編輯次數', |
104 | | - 'editcount_username' => '用戶: ', |
| 104 | + 'editcount_username' => '用戶:', |
105 | 105 | 'editcount_submit' => '遞交', |
106 | 106 | 'editcount_total' => '總數', |
107 | 107 | ), |
— | — | @@ -108,7 +108,7 @@ |
109 | 109 | // Chinese (Singapore) Version by Shinjiman |
110 | 110 | 'zh-sg' => array( |
111 | 111 | 'editcount' => '编辑次数', |
112 | | - 'editcount_username' => '用户: ', |
| 112 | + 'editcount_username' => '用户:', |
113 | 113 | 'editcount_submit' => '提交', |
114 | 114 | 'editcount_total' => '总数', |
115 | 115 | ), |
— | — | @@ -116,7 +116,7 @@ |
117 | 117 | // Chinese (Taiwan) Version by Shinjiman |
118 | 118 | 'zh-tw' => array( |
119 | 119 | 'editcount' => '編輯次數', |
120 | | - 'editcount_username' => '用戶: ', |
| 120 | + 'editcount_username' => '用戶:', |
121 | 121 | 'editcount_submit' => '遞交', |
122 | 122 | 'editcount_total' => '總數', |
123 | 123 | ), |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | // Cantonese Version by Shinjiman |
126 | 126 | 'zh-yue' => array( |
127 | 127 | 'editcount' => '編輯次數', |
128 | | - 'editcount_username' => '用戶: ', |
| 128 | + 'editcount_username' => '用戶:', |
129 | 129 | 'editcount_submit' => '遞交', |
130 | 130 | 'editcount_total' => '總數', |
131 | 131 | ), |
Index: trunk/extensions/Wikidata/OmegaWiki/SpecialDatasearch.i18n.php |
— | — | @@ -10,4 +10,8 @@ |
11 | 11 | $wgDataSearchMessages['en'] = array( |
12 | 12 | 'datasearch' => 'Data search', |
13 | 13 | ); |
| 14 | + |
| 15 | +$wgDataSearchMessages['id'] = array( |
| 16 | + 'datasearch' => 'Pencarian data', |
| 17 | +); |
14 | 18 | ?> |
Index: trunk/extensions/ProfileMonitor/ProfileMonitor.i18n.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | ), |
27 | 27 | |
28 | 28 | /* Indonesian (IvanLanin) */ |
29 | | -'en' => array( |
| 29 | +'id' => array( |
30 | 30 | 'profiling' => 'Profilisasi data', |
31 | 31 | 'profiling-process' => 'Proses data:', |
32 | 32 | 'profiling-wildcard' => 'Gunakan wildcard', |
Index: trunk/extensions/i18n.db |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | ./ConfirmEdit/FancyCaptcha.i18n.php efFancyCaptchaMessages |
61 | 61 | ./Contributors/Contributors.i18n.php efContributorsMessages |
62 | 62 | ./CountEdits/CountEdits.i18n.php efCountEditsMessages |
63 | | -./CrossNamespaceLinks/SpecialCrossNamespaceLinks.i18n.php |
| 63 | +./CrossNamespaceLinks/SpecialCrossNamespaceLinks.i18n.php wgCrossNamespaceLinksMessages |
64 | 64 | ./Desysop/SpecialDesysop.i18n.php wgDesysopMessages |
65 | 65 | ./DismissableSiteNotice/DismissableSiteNotice.i18n.php wgDismissableSiteNoticeMessages |
66 | 66 | ./Duplicator/Duplicator.i18n.php efDuplicatorMessages |
Index: trunk/extensions/DynamicPageList2/DynamicPageList2.i18n.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
51 | 51 | */ |
52 | 52 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "ERROR: Cannot perform logical operations on the Uncategorized pages (e.g. with the 'category' parameter) because the $0 view does not exist on the database! Help: have the DB admin execute this query: <code>$1</code>.", |
53 | | - |
| 53 | + |
54 | 54 | // WARNINGS |
55 | 55 | /** |
56 | 56 | * $0: unknown parameter given by user |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
135 | 135 | */ |
136 | 136 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "ERREUR : Ne peut pas effectuer d’opérations logiques sur les pages sans catégories (avec la paramètre 'category') car la vue $0 n’existe pas dans la base de données ! Aide : demander à un administrateur de la base de données d'effectuer : <code>$1</code>.", |
137 | | - |
| 137 | + |
138 | 138 | // WARNINGS |
139 | 139 | /** |
140 | 140 | * $0: unknown parameter given by user |
— | — | @@ -217,7 +217,7 @@ |
218 | 218 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
219 | 219 | */ |
220 | 220 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "שגיאה: לא ניתן לבצע פעולות לוגיות על דפים ללא קטגוריות (למשל, עם הפרמטר 'קטגוריה') כיוון שתצוגת $0 אינה קיימת במסד הנתונים! עזרה: מנהל מסד הנתונים צריך להריץ את השאילתה: <code>$1</code>.", |
221 | | - |
| 221 | + |
222 | 222 | // WARNINGS |
223 | 223 | /** |
224 | 224 | * $0: unknown parameter given by user |
— | — | @@ -264,6 +264,27 @@ |
265 | 265 | */ |
266 | 266 | 'dpl2_articlecount' => '{{plural:$1|ישנם $1 דפים|ישנו דף אחד}} תחת כותרת זו.' |
267 | 267 | ); |
| 268 | +$wgDPL2Messages['id'] = array( |
| 269 | + 'dpl2_debug_' . DPL2_ERR_WRONGNS => "KESALAHAN: Parameter '$0' salah: '$1'! Bantuan: <code>$0= <i>string kosong</i> (Utama)$3</code>. (Ekivalen kata kunci juga diizinkan.)", |
| 270 | + 'dpl2_debug_' . DPL2_ERR_WRONGLINKSTO => "KESALAHAN: Parameter '$0' salah: '$1'! Bantuan: <code>$0= <i>nama lengkap halaman</i></code>. (Kata kunci diizinkan.)", |
| 271 | + 'dpl2_debug_' . DPL2_ERR_TOOMANYCATS => 'KESALAHAN: Kategori terlalu banyak! Maksimum: $0. Bantuan: perbesar <code>$wgDPL2MaxCategoryCount</code> untuk memberikan lebih banyak kategori atau atur <code>$wgDPL2AllowUnlimitedCategories=true</code> untuk menghapus batasan. (Atur variabel tersebut di <code>LocalSettings.php</code>, setelah mencantumkan <code>DynamicPageList2.php</code>.)', |
| 272 | + 'dpl2_debug_' . DPL2_ERR_TOOFEWCATS => 'KESALAHAN: Kategori terlalu sedikit! Minimum: $0. Bantuan: kurangi <code>$wgDPL2MinCategoryCount</code> untuk mengurangi kategori. (Atur variabel tersebut di <code>LocalSettings.php</code>, setelah mencantumkan <code>DynamicPageList2.php</code>.)', |
| 273 | + 'dpl2_debug_' . DPL2_ERR_CATDATEBUTNOINCLUDEDCATS => "KESALAHAN: Anda harus memberikan paling tidak satu kategori jika menggunakan 'addfirstcategorydate=true' atau 'ordermethod=categoryadd'!", |
| 274 | + 'dpl2_debug_' . DPL2_ERR_CATDATEBUTMORETHAN1CAT => "KESALAHAN: Jika Anda memberikan lebih dari satu kategori, Anda tidak dapat menggunakan 'addfirstcategorydate=true' atau 'ordermethod=categoryadd'!", |
| 275 | + 'dpl2_debug_' . DPL2_ERR_MORETHAN1TYPEOFDATE => 'KESALAHAN: Anda tidak dapat memberikan lebih dari satu jenis tanggal dalam satu waktu!', |
| 276 | + 'dpl2_debug_' . DPL2_ERR_WRONGORDERMETHOD => "KESALAHAN: Anda dapat menggunakan '$0' hanya dengan 'ordermethod=[...,]$1'!", |
| 277 | + 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "KESALAHAN: Tidak dapat melakukan operasi logika pada halaman yang tak terkategori (misalnya dengan parameter 'kategori') karena view $0 tidak ada di basis data! Bantuan: mintalah admin basis data untuk menjalankan kueri berikut: <code>$1</code>.", |
| 278 | + 'dpl2_debug_' . DPL2_WARN_UNKNOWNPARAM => "KESALAHAN: Paramater yang tak dikenal '$0' diabaikan. Bantuan: parameter yang tersedia: <code>$1</code>.", |
| 279 | + 'dpl2_debug_' . DPL2_WARN_WRONGPARAM => "KESALAHAN: Parameter '$0' salah: '$1'! Menggunakan konfigurasi baku: '$2'. Bantuan: <code>$0= $3</code>.", |
| 280 | + 'dpl2_debug_' . DPL2_WARN_WRONGPARAM_INT => "KESALAHAN: Parameter '$0' salah: '$1'! Menggunakan konfigurasi baku: '$2' (tanpa limitasi). Bantuan: <code>$0= <i>string kosong</i> (tanpa limitasi) | n</code>, dengan <code>n</code> suatu bilangan positif.", |
| 281 | + 'dpl2_debug_' . DPL2_WARN_NORESULTS => 'KESALAHAN: Hasil tak ditemukan!', |
| 282 | + 'dpl2_debug_' . DPL2_WARN_CATOUTPUTBUTWRONGPARAMS => "KESALAHAN: Menambahkan * parameter ('adduser', 'addeditdate', dll.)' dan 'includepage' tidak berpengaruh pada 'mode=category'. Hanya ruang nama/judul halaman yang dapat ditampilkan dengan mode ini.", |
| 283 | + 'dpl2_debug_' . DPL2_WARN_HEADINGBUTSIMPLEORDERMETHOD => "KESALAHAN: 'headingmode=$0' tidak berpengaruh dengan 'ordermethod' pada suatu komponen tunggal. Menggunakan: '$1'. Bantuan: Anda dapat menggunakan nilai not-$1 'headingmode' dengan 'ordermethod' terhadap beberapa komponen. Komponen pertama digunakan sebagai judul. Misalnya 'ordermethod=category,<i>comp</i>' (<i>comp</i> adalah komponen lain) untuk judul kategori.", |
| 284 | + 'dpl2_debug_' . DPL2_WARN_DEBUGPARAMNOTFIRST => "KESALAHAN: 'debug=$0' tidak pada posisi pertama pada elemen DPL. Aturan debug tidak diterapkan sebelum semua variabel sebelumnya telah diparsing dan dicek.", |
| 285 | + 'dpl2_debug_' . DPL2_WARN_TRANSCLUSIONLOOP => "KESALAHAN: Suatu lingkaran transklusi tak hingga ditimbulkan oleh halaman '$0'.", |
| 286 | + 'dpl2_debug_' . DPL2_QUERY => 'KUERI: <code>$0</code>', |
| 287 | + 'dpl2_articlecount' => 'Terdapat {{PLURAL:$1|artikel|artikel}} dalam judul ini.' |
| 288 | +); |
268 | 289 | $wgDPL2Messages['it'] = array( |
269 | 290 | /* |
270 | 291 | Debug |
— | — | @@ -301,7 +322,7 @@ |
302 | 323 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
303 | 324 | */ |
304 | 325 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "ERRORE: Impossibile effettuare operazioni logiche sulle pagine prive di categoria (ad es. con il parametro 'category') in quanto il database non contiene la vista $0. Suggerimento: chiedere all'amministratore del database di eseguire la seguente query: <code>$1</code>.", |
305 | | - |
| 326 | + |
306 | 327 | // WARNINGS |
307 | 328 | /** |
308 | 329 | * $0: unknown parameter given by user |
— | — | @@ -381,7 +402,7 @@ |
382 | 403 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
383 | 404 | */ |
384 | 405 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => $wgDPL2Messages['en']['dpl2_debug_' . DPL2_ERR_NOCLVIEW], |
385 | | - |
| 406 | + |
386 | 407 | // WARNINGS |
387 | 408 | /** |
388 | 409 | * $0: unknown parameter given by user |
— | — | @@ -460,7 +481,7 @@ |
461 | 482 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
462 | 483 | */ |
463 | 484 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => $wgDPL2Messages['en']['dpl2_debug_' . DPL2_ERR_NOCLVIEW], |
464 | | - |
| 485 | + |
465 | 486 | // WARNINGS |
466 | 487 | /** |
467 | 488 | * $0: unknown parameter given by user |
— | — | @@ -540,7 +561,7 @@ |
541 | 562 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
542 | 563 | */ |
543 | 564 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "CHYBA: Nie je momožné vykonávať logické operácie na nekategorizovaných kategóriách (napr. s parametrom 'Kategória') lebo neexistuje na databázu pohľad $0! Pomocník: nech admin databázy vykoná tento dotaz: <code>$1</code>.", |
544 | | - |
| 565 | + |
545 | 566 | // WARNINGS |
546 | 567 | /** |
547 | 568 | * $0: unknown parameter given by user |
— | — | @@ -620,7 +641,7 @@ |
621 | 642 | * $1: SQL упит за креирање prefix_dpl_clview на бази података вашег МедијаВикија |
622 | 643 | */ |
623 | 644 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "ГРЕШКА: Немогуће извршити операцију на некатегоризованим страницама (нпр. са 'category' параметром) зато што $0 преглед не постоји у бази података! Помоћ: нека администратор базе изврши овај упит: <code>$1</code>.", |
624 | | - |
| 645 | + |
625 | 646 | // WARNINGS |
626 | 647 | /** |
627 | 648 | * $0: корисник је унео непознат параметар |
— | — | @@ -704,7 +725,7 @@ |
705 | 726 | * $1: SQL upit za kreiranje prefix_dpl_clview na bazi podataka vašeg MedijaVikija |
706 | 727 | */ |
707 | 728 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => "GREŠKA: Nemoguće izvršiti operaciju na nekategorizovanim stranicama (npr. sa 'category' parametrom) zato što $0 pregled ne postoji u bazi podataka! Pomoć: neka administrator baze izvrši ovaj upit: <code>$1</code>.", |
708 | | - |
| 729 | + |
709 | 730 | // WARNINGS |
710 | 731 | /** |
711 | 732 | * $0: korisnik je uneo nepoznat parametar |
— | — | @@ -784,7 +805,7 @@ |
785 | 806 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
786 | 807 | */ |
787 | 808 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => $wgDPL2Messages['en']['dpl2_debug_' . DPL2_ERR_NOCLVIEW], |
788 | | - |
| 809 | + |
789 | 810 | // WARNINGS |
790 | 811 | /** |
791 | 812 | * $0: unknown parameter given by user |
— | — | @@ -859,7 +880,7 @@ |
860 | 881 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
861 | 882 | */ |
862 | 883 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => $wgDPL2Messages['en']['dpl2_debug_' . DPL2_ERR_NOCLVIEW], |
863 | | - |
| 884 | + |
864 | 885 | // WARNINGS |
865 | 886 | /** |
866 | 887 | * $0: unknown parameter given by user |
— | — | @@ -934,7 +955,7 @@ |
935 | 956 | * $1: SQL query to create the prefix_dpl_clview on your mediawiki DB |
936 | 957 | */ |
937 | 958 | 'dpl2_debug_' . DPL2_ERR_NOCLVIEW => $wgDPL2Messages['en']['dpl2_debug_' . DPL2_ERR_NOCLVIEW], |
938 | | - |
| 959 | + |
939 | 960 | // WARNINGS |
940 | 961 | /** |
941 | 962 | * $0: unknown parameter given by user |