Index: trunk/extensions/WikiTweet/WikiTweet.i18n.php |
— | — | @@ -52,11 +52,42 @@ |
53 | 53 | */ |
54 | 54 | $messages['qqq'] = array( |
55 | 55 | 'wikitweet-desc' => '{{desc}}', |
56 | | - 'wikitweet-delete' => '{{Identical|Delete}}', |
| 56 | + 'wikitweet-subscribe' => '{{Identical|Subscribe}}', |
| 57 | + 'wikitweet-unsubscribe' => '{{Identical|Unsubscribe}}', |
| 58 | + 'wikitweet-delete' => '{{Identical|Delete}}', |
| 59 | + 'wikitweet-private' => '{{Identical|Private}}', |
| 60 | + 'wikitweet-anonymous' => '{{Identical|Anonymous}}', |
57 | 61 | ); |
| 62 | +/** Asturian (Asturianu) |
| 63 | +- * @author Xuacu |
| 64 | +- */ |
| 65 | +$messages['ast'] = array( |
| 66 | + 'wikitweet-desc' => "Crear un fluxu como'l de Twitter, en MediaWiki", |
| 67 | + 'wikitweet-pleaselogin' => 'Por favor, anicia sesión pa twitear.', |
| 68 | + 'wikitweet-moretweets' => 'Más tweets...', |
| 69 | + 'wikitweet-infoajax' => "Usa la teunoloxía AJAX y s'anueva automáticamente cada 5 segundos ensin tener que recargar la páxina.", |
| 70 | + 'wikitweet-submit' => 'Tweet', |
| 71 | + 'wikitweet-submitandmail' => 'Tweet y corréu electrónicu', |
| 72 | + 'wikitweet-intheroom' => 'Tas na sala', |
| 73 | + 'wikitweet-subscribe' => 'suscribir', |
| 74 | + 'wikitweet-subscribed' => 'suscritu', |
| 75 | + 'wikitweet-unsubscribe' => 'desuscribir', |
| 76 | + 'wikitweet-delete' => 'desaniciar', |
| 77 | + 'wikitweet-inform' => 'pol informador', |
| 78 | + 'wikitweet-private' => 'priváu', |
| 79 | + 'wikitweet-answer' => 'respuesta a', |
| 80 | + 'wikitweet-anonymous' => 'anónimu', |
| 81 | + 'wikitweet-tweets-tagged' => 'Tweets etiquetaos', |
| 82 | + 'wikitweet-back-timeline' => 'Tornar a la llinia temporal', |
| 83 | + 'wikitweet-tweets-from-room' => 'Tweets de la sala', |
| 84 | + 'wikitweet-timeago' => 'hai $1', |
| 85 | + 'wikitweet-inthefuture' => '¡Nel futuru!', |
| 86 | + 'wikitweet-fewsecondsago' => 'hai unos segundos', |
| 87 | +); |
58 | 88 | |
59 | 89 | /** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
60 | 90 | * @author EugeneZelenko |
| 91 | + * @author Jim-by |
61 | 92 | * @author Wizardist |
62 | 93 | */ |
63 | 94 | $messages['be-tarask'] = array( |
— | — | @@ -66,8 +97,20 @@ |
67 | 98 | 'wikitweet-infoajax' => 'выкарыстоўвае AJAX і абнаўляецца кожныя 5 сэкунд без перазагрузкі старонкі.', |
68 | 99 | 'wikitweet-submit' => 'Дадаць паведамленьне', |
69 | 100 | 'wikitweet-submitandmail' => 'Дадаць паведамленьне і даслаць электронны ліст', |
| 101 | + 'wikitweet-intheroom' => 'Вы ў пакоі', |
| 102 | + 'wikitweet-subscribe' => 'падпісацца', |
| 103 | + 'wikitweet-subscribed' => 'падпісаны', |
| 104 | + 'wikitweet-unsubscribe' => 'адпісацца', |
70 | 105 | 'wikitweet-delete' => 'выдаліць', |
| 106 | + 'wikitweet-inform' => 'паведаміўшым', |
| 107 | + 'wikitweet-private' => 'прыватнае', |
| 108 | + 'wikitweet-answer' => 'адказ на', |
| 109 | + 'wikitweet-anonymous' => 'ананімнае', |
| 110 | + 'wikitweet-tweets-tagged' => 'Кароткія пазначаныя паведамленьні', |
| 111 | + 'wikitweet-back-timeline' => 'Вярнуцца да лініі часу', |
| 112 | + 'wikitweet-tweets-from-room' => 'Кароткія паведамленьні з пакою', |
71 | 113 | 'wikitweet-timeago' => '$1 таму', |
| 114 | + 'wikitweet-inthefuture' => 'У будучыні !!', |
72 | 115 | 'wikitweet-fewsecondsago' => 'Колькі сэкунд таму', |
73 | 116 | ); |
74 | 117 | |
— | — | @@ -76,6 +119,8 @@ |
77 | 120 | */ |
78 | 121 | $messages['bg'] = array( |
79 | 122 | 'wikitweet-delete' => 'изтриване', |
| 123 | + 'wikitweet-timeago' => 'Преди $1', |
| 124 | + 'wikitweet-fewsecondsago' => 'Преди няколко секунди', |
80 | 125 | ); |
81 | 126 | |
82 | 127 | /** Breton (Brezhoneg) |
— | — | @@ -133,6 +178,22 @@ |
134 | 179 | 'wikitweet-fewsecondsago' => 'Vor wenigen Sekunden', |
135 | 180 | ); |
136 | 181 | |
| 182 | +/** German (formal address) (Deutsch (Sie-Form)) |
| 183 | + * @author Kghbln |
| 184 | + */ |
| 185 | +$messages['de-formal'] = array( |
| 186 | + 'wikitweet-intheroom' => 'Sie sind beim Feedstrang', |
| 187 | +); |
| 188 | + |
| 189 | +/** Spanish (Español) |
| 190 | + * @author Fitoschido |
| 191 | + */ |
| 192 | +$messages['es'] = array( |
| 193 | + 'wikitweet-desc' => 'Crear un feed como el de Twitter, en MediaWiki', |
| 194 | + 'wikitweet-pleaselogin' => 'Inicia sesión para twittear.', |
| 195 | + 'wikitweet-moretweets' => 'Más tweets...', |
| 196 | +); |
| 197 | + |
137 | 198 | /** French (Français) |
138 | 199 | * @author Balzac 40 |
139 | 200 | * @author Thomas FAURÉ |
— | — | @@ -149,7 +210,7 @@ |
150 | 211 | 'wikitweet-subscribed' => 'abonné', |
151 | 212 | 'wikitweet-unsubscribe' => 'se désabonner', |
152 | 213 | 'wikitweet-delete' => 'supprimer', |
153 | | - 'wikitweet-inform' => "via @Sgeron", |
| 214 | + 'wikitweet-inform' => "via l'Informateur", |
154 | 215 | 'wikitweet-private' => 'privé', |
155 | 216 | 'wikitweet-answer' => 'Citer', |
156 | 217 | 'wikitweet-anonymous' => 'anonyme', |
— | — | @@ -326,11 +387,15 @@ |
327 | 388 | |
328 | 389 | /** Malay (Bahasa Melayu) |
329 | 390 | * @author Anakmalaysia |
| 391 | + * @author Diagramma Della Verita |
330 | 392 | */ |
331 | 393 | $messages['ms'] = array( |
332 | 394 | 'wikitweet-desc' => 'Cipta suapan seakan-akan Twitter ke dalam MediaWiki', |
333 | 395 | 'wikitweet-pleaselogin' => "Sila log masuk untuk 'menciak'.", |
334 | | - 'wikitweet-infoajax' => 'menggunakan teknologi AJAX dan menambah isi sendiri setiap 5 saat tanpa memuatkan laman.', |
| 396 | + 'wikitweet-moretweets' => 'Tweet lagi', |
| 397 | + 'wikitweet-infoajax' => 'menggunakan teknologi AJAX dan menambah isi sendiri setiap 5 saat tanpa memuatkan laman.', |
| 398 | + 'wikitweet-submit' => 'Tweet', |
| 399 | + 'wikitweet-submitandmail' => 'Tweet dan e-mel', |
335 | 400 | 'wikitweet-intheroom' => 'Anda berada dalam bilik', |
336 | 401 | 'wikitweet-subscribe' => 'langgan', |
337 | 402 | 'wikitweet-subscribed' => 'dilanggan', |
— | — | @@ -340,6 +405,12 @@ |
341 | 406 | 'wikitweet-private' => 'tertutup', |
342 | 407 | 'wikitweet-answer' => 'jawab', |
343 | 408 | 'wikitweet-anonymous' => 'tanpa nama', |
| 409 | + 'wikitweet-tweets-tagged' => 'Tweet tagged', |
| 410 | + 'wikitweet-back-timeline' => 'Kembali ke garis masa', |
| 411 | + 'wikitweet-tweets-from-room' => 'Tweet dari portal', |
| 412 | + 'wikitweet-timeago' => '$1 yang lalu', |
| 413 | + 'wikitweet-inthefuture' => 'Pada masa akan datang !!', |
| 414 | + 'wikitweet-fewsecondsago' => 'Beberapa saat yang lalu', |
344 | 415 | ); |
345 | 416 | |
346 | 417 | /** Dutch (Nederlands) |