2006-07-03 13:11:35 +00:00
|
|
|
|
<?php
|
|
|
|
|
/**
|
2006-07-13 18:43:07 +00:00
|
|
|
|
* Internationalisation file for Cite special page extension.
|
2006-07-03 13:11:35 +00:00
|
|
|
|
*
|
2007-01-20 15:10:35 +00:00
|
|
|
|
* @addtogroup Extensions
|
2006-07-03 13:11:35 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages = array();
|
2006-07-03 13:11:35 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['en'] = array(
|
2008-01-31 14:38:12 +00:00
|
|
|
|
'cite_article_desc' => 'Adds a [[Special:Cite|citation]] special page & toolbox link',
|
2007-12-28 12:13:16 +00:00
|
|
|
|
'cite_article_link' => 'Cite this page',
|
2006-07-03 13:11:35 +00:00
|
|
|
|
'cite' => 'Cite',
|
|
|
|
|
'cite_page' => 'Page:',
|
|
|
|
|
'cite_submit' => 'Cite',
|
|
|
|
|
'cite_text' => '', # Don't translate this
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['af'] = array(
|
2007-07-10 15:01:39 +00:00
|
|
|
|
'cite_article_link' => 'Haal dié blad aan',
|
|
|
|
|
'cite' => 'Aanhaling',
|
Localisation updates from Betawiki.
* Fixes and additions to 27 extensions for af, ar, el, fi, fr, frp, gl, hsb, nl, oc, pms, sk
2007-11-17 21:23:56 +00:00
|
|
|
|
'cite_page' => 'Bladsy:',
|
|
|
|
|
'cite_submit' => 'Aanhaling',
|
2007-07-10 15:01:39 +00:00
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Amharic (አማርኛ)
|
|
|
|
|
* @author Codex Sinaiticus
|
2007-12-31 23:34:06 +00:00
|
|
|
|
* @author Teferra
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['am'] = array(
|
2007-12-31 23:34:06 +00:00
|
|
|
|
'cite_article_link' => 'ይህንን ገጽ አጣቅስ',
|
2007-09-28 08:59:16 +00:00
|
|
|
|
'cite' => 'መጥቀሻ',
|
|
|
|
|
'cite_page' => 'አርዕስት፦',
|
|
|
|
|
'cite_submit' => 'ዝርዝሮች ይታዩ',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-07 22:29:56 +00:00
|
|
|
|
/** Aragonese (Aragonés)
|
|
|
|
|
* @author Juanpabl
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['an'] = array(
|
2008-01-07 22:29:56 +00:00
|
|
|
|
'cite_article_link' => 'Zitar ista pachina',
|
|
|
|
|
'cite' => 'Zitar',
|
|
|
|
|
'cite_page' => 'Pachina:',
|
|
|
|
|
'cite_submit' => 'Zitar',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Arabic (العربية)
|
|
|
|
|
* @author Meno25
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ar'] = array(
|
2008-02-07 22:18:16 +00:00
|
|
|
|
'cite_article_desc' => 'يضيف صفحة [[Special:Cite|استشهاد]] خاصة ووصلة صندوق أدوات',
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'استشهد بهذه الصفحة',
|
2007-07-11 14:16:15 +00:00
|
|
|
|
'cite' => 'استشهاد',
|
|
|
|
|
'cite_page' => 'الصفحة:',
|
|
|
|
|
'cite_submit' => 'استشهاد',
|
2007-04-20 18:01:09 +00:00
|
|
|
|
);
|
2007-12-17 22:42:52 +00:00
|
|
|
|
|
|
|
|
|
/** Asturian (Asturianu)
|
|
|
|
|
* @author SPQRobin
|
2007-12-31 00:12:42 +00:00
|
|
|
|
* @author Esbardu
|
2007-12-17 22:42:52 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ast'] = array(
|
2008-02-03 12:52:56 +00:00
|
|
|
|
'cite_article_desc' => 'Añade una páxina especial de [[Special:Cite|cites]] y un enllaz a la caxa de ferramientes',
|
2007-12-31 00:12:42 +00:00
|
|
|
|
'cite_article_link' => 'Citar esta páxina',
|
2007-12-17 22:42:52 +00:00
|
|
|
|
'cite' => 'Citar',
|
2007-12-19 08:11:07 +00:00
|
|
|
|
'cite_page' => 'Páxina:',
|
|
|
|
|
'cite_submit' => 'Citar',
|
2007-10-31 14:22:49 +00:00
|
|
|
|
);
|
2007-12-17 22:42:52 +00:00
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Bikol Central (Bikol Central)
|
|
|
|
|
* @author Filipinayzd
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['bcl'] = array(
|
Localisation updates for MediaWiki extension messages from Betawiki
* AjaxShowEditors: bcl, hsb added
* AntiSpoof: bcl, eo, hsb added
* Asksql: hsb added
* BackAndForth: bcl, eo, hsb added
* BadImage: bcl, hsb added
* BoardVote: bcl, hsb added
* BookInformation: hsb added
* CentralAuth: hsb added, pt updated
* CheckUser: hsb added
* Cite: bcl, eo, hsb added
* ConfirmAccount: hsb added
* ConfirmEdit: hsb, lv updated
* Contributors: hsb, su updated
* CountEdits: hsb, no, ro updated
Diffs checked by Raymond
2007-09-04 17:32:33 +00:00
|
|
|
|
'cite_article_link' => 'Sambiton an artikulong ini',
|
|
|
|
|
'cite' => 'Sambiton',
|
|
|
|
|
'cite_page' => 'Pahina:',
|
|
|
|
|
'cite_submit' => 'Sambiton',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Belarusian (Беларуская) */
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['be'] = array(
|
2007-11-20 22:48:36 +00:00
|
|
|
|
'cite_article_link' => 'Цытаваць гэты артыкул',
|
|
|
|
|
);
|
2007-12-25 11:26:44 +00:00
|
|
|
|
|
|
|
|
|
/** Bulgarian (Български)
|
|
|
|
|
* @author DCLXVI
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['bg'] = array(
|
2007-12-26 10:49:21 +00:00
|
|
|
|
'cite_article_link' => 'Цитиране на страницата',
|
|
|
|
|
'cite' => 'Цитиране',
|
|
|
|
|
'cite_page' => 'Страница:',
|
|
|
|
|
'cite_submit' => 'Цитиране',
|
2007-12-08 12:45:20 +00:00
|
|
|
|
);
|
2007-12-25 11:26:44 +00:00
|
|
|
|
|
2008-01-22 21:43:14 +00:00
|
|
|
|
/** Bengali (বাংলা)
|
|
|
|
|
* @author Bellayet
|
|
|
|
|
*/
|
|
|
|
|
$messages['bn'] = array(
|
2008-01-23 19:43:39 +00:00
|
|
|
|
'cite_article_link' => 'এ পাতাটি উদ্ধৃত করো',
|
|
|
|
|
'cite' => 'উদ্ধৃত',
|
|
|
|
|
'cite_page' => 'পাতা:',
|
|
|
|
|
'cite_submit' => 'উদ্ধৃত করো',
|
2008-01-22 21:43:14 +00:00
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['bpy'] = array(
|
2007-02-28 20:31:26 +00:00
|
|
|
|
'cite_article_link' => 'নিবন্ধ এহানরে উদ্ধৃত করেদে',
|
|
|
|
|
'cite' => 'উদ্ধৃত করেদে',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Breton (Brezhoneg)
|
|
|
|
|
* @author SPQRobin
|
2007-12-29 15:22:11 +00:00
|
|
|
|
* @author Fulup
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['br'] = array(
|
2007-12-02 23:19:14 +00:00
|
|
|
|
'cite_article_link' => 'Menegiñ ar pennad-mañ',
|
|
|
|
|
'cite' => 'Menegiñ',
|
|
|
|
|
'cite_page' => 'Pajenn:',
|
|
|
|
|
'cite_submit' => 'Menegiñ',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Catalan (Català)
|
|
|
|
|
* @author SMP
|
2008-02-05 23:01:06 +00:00
|
|
|
|
* @author Toniher
|
2007-12-29 15:22:11 +00:00
|
|
|
|
* @author SPQRobin
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ca'] = array(
|
2008-02-05 23:01:06 +00:00
|
|
|
|
'cite_article_desc' => 'Afegeix un enllaç i una pàgina especial de [[Special:Cite|citació]]',
|
2007-12-29 15:22:11 +00:00
|
|
|
|
'cite_article_link' => 'Cita aquesta pàgina',
|
2007-09-17 19:47:03 +00:00
|
|
|
|
'cite' => 'Citeu',
|
|
|
|
|
'cite_page' => 'Pàgina:',
|
|
|
|
|
'cite_submit' => 'Cita',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['cdo'] = array(
|
2007-11-26 11:56:55 +00:00
|
|
|
|
'cite_article_link' => 'Īng-ê̤ṳng cī piĕng ùng-ciŏng',
|
|
|
|
|
'cite' => 'Īng-ê̤ṳng',
|
|
|
|
|
'cite_page' => 'Hiĕk-miêng:',
|
|
|
|
|
'cite_submit' => 'Īng-ê̤ṳng',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Corsican (Corsu)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['co'] = array(
|
2007-12-08 12:45:20 +00:00
|
|
|
|
'cite_article_link' => 'Cità issu articulu',
|
|
|
|
|
'cite' => 'Cità',
|
|
|
|
|
'cite_page' => 'Pagina:',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Czech (Česky)
|
2008-02-01 10:17:29 +00:00
|
|
|
|
* @author Li-sung
|
2007-12-28 17:17:03 +00:00
|
|
|
|
* @author Martin Kozák
|
|
|
|
|
* @author Beren
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['cs'] = array(
|
2008-02-01 10:17:29 +00:00
|
|
|
|
'cite_article_desc' => 'Přidává speciální stránku [[Special:Cite|Citace]] a odkaz v nabídce nástrojů',
|
2007-09-12 22:43:26 +00:00
|
|
|
|
'cite_article_link' => 'Citovat stránku',
|
|
|
|
|
'cite' => 'Citace',
|
|
|
|
|
'cite_page' => 'Článek:',
|
|
|
|
|
'cite_submit' => 'Citovat',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['cu'] = array(
|
2007-06-13 14:41:43 +00:00
|
|
|
|
'cite_article_link' => 'Приведи статїѭ',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-03 22:34:13 +00:00
|
|
|
|
/** Danish (Dansk)
|
|
|
|
|
* @author Morten LJ
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['da'] = array(
|
2007-09-19 14:30:16 +00:00
|
|
|
|
'cite_article_link' => 'Citér denne artikel',
|
2008-01-03 22:34:13 +00:00
|
|
|
|
'cite' => 'Fodnote',
|
|
|
|
|
'cite_page' => 'Side:',
|
|
|
|
|
'cite_submit' => 'Fodnote',
|
2007-09-19 14:30:16 +00:00
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['de'] = array(
|
2008-01-31 14:38:12 +00:00
|
|
|
|
'cite_article_desc' => 'Ergänzt die [[Special:Cite|Zitierhilfe]]-Spezialseite und einen Link im Kasten Werkzeuge',
|
2007-11-12 08:34:21 +00:00
|
|
|
|
'cite_article_link' => 'Seite zitieren',
|
2006-07-03 20:08:36 +00:00
|
|
|
|
'cite' => 'Zitierhilfe',
|
|
|
|
|
'cite_page' => 'Seite:',
|
|
|
|
|
'cite_submit' => 'anzeigen',
|
|
|
|
|
);
|
Localisation updates from Betawiki.
* Fixes and additions to 37 extensions for ar, bg, ca, diq, el, fr, hsb, hu, loz, lt, nl, no, oc, stq
2007-12-15 13:48:18 +00:00
|
|
|
|
|
|
|
|
|
/** Zazaki (Zazaki)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['diq'] = array(
|
Localisation updates from Betawiki.
* Fixes and additions to 37 extensions for ar, bg, ca, diq, el, fr, hsb, hu, loz, lt, nl, no, oc, stq
2007-12-15 13:48:18 +00:00
|
|
|
|
'cite_article_link' => 'Na pele çıme bımocne',
|
|
|
|
|
'cite' => 'Çıme bımocne',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-21 00:05:29 +00:00
|
|
|
|
/** Lower Sorbian (Dolnoserbski)
|
|
|
|
|
* @author Michawiki
|
|
|
|
|
*/
|
|
|
|
|
$messages['dsb'] = array(
|
2008-02-04 22:57:28 +00:00
|
|
|
|
'cite_article_desc' => 'Pśidawa specialny bok [[Special:Cite|Citěrowańska pomoc]] a link w kašćiku źěłowe rědy',
|
2008-01-21 00:05:29 +00:00
|
|
|
|
'cite_article_link' => 'Toś ten bok citěrowaś',
|
2008-02-04 22:57:28 +00:00
|
|
|
|
'cite' => 'Citěrowańska pomoc',
|
2008-01-21 00:05:29 +00:00
|
|
|
|
'cite_page' => 'Bok:',
|
|
|
|
|
'cite_submit' => 'pokazaś',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Greek (Ελληνικά)
|
|
|
|
|
* @author Consta
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['el'] = array(
|
2008-01-08 17:26:21 +00:00
|
|
|
|
'cite_article_link' => 'Αναφέρεται αυτή τη σελίδα',
|
Localisation updates from Betawiki.
* Fixes and additions to 26 extensions for af, an, ar, el, eu, fr, hr, hsb, it, oc, pl, sv
2007-11-19 08:35:48 +00:00
|
|
|
|
'cite' => 'Αναφορά',
|
2007-11-15 23:11:49 +00:00
|
|
|
|
'cite_page' => 'Σελίδα:',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Esperanto (Esperanto)
|
|
|
|
|
* @author Tlustulimu
|
2008-01-24 17:04:04 +00:00
|
|
|
|
* @author Yekrats
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['eo'] = array(
|
2008-01-24 17:04:04 +00:00
|
|
|
|
'cite_article_link' => 'Citu ĉi tiun pagxon',
|
Localisation updates for MediaWiki extension messages from Betawiki
* AjaxShowEditors: bcl, hsb added
* AntiSpoof: bcl, eo, hsb added
* Asksql: hsb added
* BackAndForth: bcl, eo, hsb added
* BadImage: bcl, hsb added
* BoardVote: bcl, hsb added
* BookInformation: hsb added
* CentralAuth: hsb added, pt updated
* CheckUser: hsb added
* Cite: bcl, eo, hsb added
* ConfirmAccount: hsb added
* ConfirmEdit: hsb, lv updated
* Contributors: hsb, su updated
* CountEdits: hsb, no, ro updated
Diffs checked by Raymond
2007-09-04 17:32:33 +00:00
|
|
|
|
'cite' => 'Citado',
|
|
|
|
|
'cite_page' => 'Paĝo:',
|
|
|
|
|
'cite_submit' => 'Citu',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Spanish (Español)
|
|
|
|
|
* @author Icvav
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['es'] = array(
|
2007-09-17 19:47:03 +00:00
|
|
|
|
'cite_article_link' => 'Citar este artículo',
|
|
|
|
|
'cite' => 'Citar',
|
|
|
|
|
'cite_page' => 'Página:',
|
|
|
|
|
'cite_submit' => 'Citar',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Estonian (Eesti)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['et'] = array(
|
Localisation updates from Betawiki.
* Fixes and additions to 50 extensions for ar, el, et, fr, hr, hsb, io, ka, la, nap, nl, pt, sk, stq, tet, vo
2007-11-27 09:49:24 +00:00
|
|
|
|
'cite_article_link' => 'Tsiteeri seda artiklit',
|
|
|
|
|
'cite' => 'Tsiteeri',
|
|
|
|
|
'cite_page' => 'Leht:',
|
|
|
|
|
'cite_submit' => 'Tsiteeri',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Basque (Euskara)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['eu'] = array(
|
Localisation updates from Betawiki.
* Fixes and additions to 26 extensions for af, an, ar, el, eu, fr, hr, hsb, it, oc, pl, sv
2007-11-19 08:35:48 +00:00
|
|
|
|
'cite_article_link' => 'Artikulu hau aipatu',
|
|
|
|
|
'cite' => 'Aipamenak',
|
|
|
|
|
'cite_page' => 'Orrialdea:',
|
|
|
|
|
'cite_submit' => 'Aipatu',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Extremaduran (Estremeñu)
|
|
|
|
|
* @author Better
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ext'] = array(
|
2007-09-28 08:59:16 +00:00
|
|
|
|
'cite_article_link' => 'Almiental esti artículu',
|
|
|
|
|
'cite' => 'Almiental',
|
|
|
|
|
'cite_page' => 'Páhina:',
|
|
|
|
|
'cite_submit' => 'Almiental',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-02-07 11:24:08 +00:00
|
|
|
|
/** فارسی (فارسی)
|
|
|
|
|
* @author Huji
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['fa'] = array(
|
2008-02-07 11:24:08 +00:00
|
|
|
|
'cite_article_desc' => 'صفحهٔ ویژهای برای [[Special:Cite|یادکرد]] اضافه میکند و پیوندی به جعبه ابزار میافزاید',
|
2007-11-04 18:45:55 +00:00
|
|
|
|
'cite_article_link' => 'یادکرد پیوند این مقاله',
|
|
|
|
|
'cite' => 'یادکرد این مقاله',
|
|
|
|
|
'cite_page' => 'صفحه:',
|
|
|
|
|
'cite_submit' => 'یادکرد',
|
2008-02-07 11:24:08 +00:00
|
|
|
|
|
2007-11-04 18:45:55 +00:00
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['fi'] = array(
|
2006-12-30 12:17:40 +00:00
|
|
|
|
'cite_article_link' => 'Viitetiedot',
|
|
|
|
|
'cite' => 'Viitetiedot',
|
|
|
|
|
'cite_page' => 'Sivu:',
|
|
|
|
|
'cite_submit' => 'Viittaa',
|
|
|
|
|
);
|
2007-12-15 18:08:32 +00:00
|
|
|
|
|
|
|
|
|
/** Fijian (Na Vosa Vakaviti)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['fj'] = array(
|
2007-12-15 18:08:32 +00:00
|
|
|
|
'cite_article_link' => 'Vola dau vaqarai',
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Faroese (Føroyskt)
|
|
|
|
|
* @author Spacebirdy
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['fo'] = array(
|
2007-11-22 00:21:04 +00:00
|
|
|
|
'cite_article_link' => 'Sitera hesa greinina',
|
|
|
|
|
'cite' => 'Sitera',
|
|
|
|
|
'cite_page' => 'Síða:',
|
|
|
|
|
'cite_submit' => 'Sitera',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** French (Français)
|
|
|
|
|
* @author Hégésippe Cormier
|
|
|
|
|
* @author Grondin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['fr'] = array(
|
2008-02-01 22:38:34 +00:00
|
|
|
|
'cite_article_desc' => 'Ajoute une page spéciale [[Special:Cite|citation]] et un lien dans la boîte à outil',
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'Citer cette page',
|
2007-10-07 19:23:11 +00:00
|
|
|
|
'cite' => 'Citation',
|
2007-01-12 22:24:37 +00:00
|
|
|
|
'cite_page' => 'Page :',
|
|
|
|
|
'cite_submit' => 'Citer',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Franco-Provençal (Arpetan)
|
|
|
|
|
* @author ChrisPtDe
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['frp'] = array(
|
2008-02-01 22:38:34 +00:00
|
|
|
|
'cite_article_desc' => 'Apond una pâge spèciâla [[Special:Cite|citacion]] et un lim dens la bouèta d’outils.',
|
2007-12-29 15:22:11 +00:00
|
|
|
|
'cite_article_link' => 'Citar ceta pâge',
|
Localisation updates from Betawiki.
* Fixes and additions to 52 extensions for ar, cs, es, fi, frp, hsb, hu, la, nl, oc, pl, sk, tet
* change indentation for export of a few extension's messages in Translate/MessageGroups.php
2007-11-10 18:15:02 +00:00
|
|
|
|
'cite' => 'Citacion',
|
|
|
|
|
'cite_page' => 'Pâge :',
|
|
|
|
|
'cite_submit' => 'Citar',
|
|
|
|
|
);
|
2007-12-23 11:21:34 +00:00
|
|
|
|
|
2008-02-04 22:57:28 +00:00
|
|
|
|
/** Friulian (Furlan)
|
|
|
|
|
* @author MF-Warburg
|
|
|
|
|
*/
|
|
|
|
|
$messages['fur'] = array(
|
|
|
|
|
'cite_article_link' => 'Cite cheste vôs',
|
|
|
|
|
'cite_page' => 'Pagjine:',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-23 11:21:34 +00:00
|
|
|
|
/** Irish (Gaeilge)
|
|
|
|
|
* @author SPQRobin
|
2008-01-02 10:28:40 +00:00
|
|
|
|
* @author Alison
|
2007-12-23 11:21:34 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ga'] = array(
|
2007-12-23 11:21:34 +00:00
|
|
|
|
'cite_article_link' => 'Luaigh an lch seo',
|
|
|
|
|
'cite' => 'Luaigh',
|
|
|
|
|
'cite_page' => 'Leathanach:',
|
|
|
|
|
'cite_submit' => 'Luaigh',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Galician (Galego)
|
|
|
|
|
* @author Xosé
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['gl'] = array(
|
2008-01-10 18:22:39 +00:00
|
|
|
|
'cite_article_link' => 'Citar esta páxina',
|
2007-10-31 14:22:49 +00:00
|
|
|
|
'cite' => 'Citar',
|
|
|
|
|
'cite_page' => 'Páxina:',
|
|
|
|
|
'cite_submit' => 'Citar',
|
2007-09-19 14:30:16 +00:00
|
|
|
|
);
|
2007-12-19 08:11:07 +00:00
|
|
|
|
|
2007-12-30 14:48:32 +00:00
|
|
|
|
/** Gujarati (ગુજરાતી)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['gu'] = array(
|
2007-12-30 14:48:32 +00:00
|
|
|
|
'cite_page' => 'પાનું:',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-19 08:11:07 +00:00
|
|
|
|
/** Hawaiian (Hawai`i)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['haw'] = array(
|
2007-12-19 08:11:07 +00:00
|
|
|
|
'cite_article_link' => "E ho'ōia i kēia mea",
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['he'] = array(
|
2006-07-03 13:11:35 +00:00
|
|
|
|
'cite_article_link' => 'צטט דף זה',
|
|
|
|
|
'cite' => 'ציטוט',
|
|
|
|
|
'cite_page' => 'דף:',
|
|
|
|
|
'cite_submit' => 'צטט',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Croatian (Hrvatski)
|
|
|
|
|
* @author SpeedyGonsales
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['hr'] = array(
|
2007-09-30 22:42:22 +00:00
|
|
|
|
'cite_article_link' => 'Citiraj ovaj članak',
|
|
|
|
|
'cite' => 'Citiranje',
|
2007-11-28 12:21:08 +00:00
|
|
|
|
'cite_page' => 'Stranica:',
|
|
|
|
|
'cite_submit' => 'Citiraj',
|
2007-09-30 22:42:22 +00:00
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-02-01 22:38:34 +00:00
|
|
|
|
/** Upper Sorbian (Hornjoserbsce)
|
|
|
|
|
* @author Michawiki
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['hsb'] = array(
|
2008-02-01 22:38:34 +00:00
|
|
|
|
'cite_article_desc' => 'Přidawa specialnu stronu [[Special:Cite|Citowanska pomoc]] a wotkaz w gratowym kašćiku',
|
Localisation updates for MediaWiki extension messages from Betawiki
* AjaxShowEditors: bcl, hsb added
* AntiSpoof: bcl, eo, hsb added
* Asksql: hsb added
* BackAndForth: bcl, eo, hsb added
* BadImage: bcl, hsb added
* BoardVote: bcl, hsb added
* BookInformation: hsb added
* CentralAuth: hsb added, pt updated
* CheckUser: hsb added
* Cite: bcl, eo, hsb added
* ConfirmAccount: hsb added
* ConfirmEdit: hsb, lv updated
* Contributors: hsb, su updated
* CountEdits: hsb, no, ro updated
Diffs checked by Raymond
2007-09-04 17:32:33 +00:00
|
|
|
|
'cite_article_link' => 'Nastawk citować',
|
|
|
|
|
'cite' => 'Citowanska pomoc',
|
|
|
|
|
'cite_page' => 'Strona:',
|
|
|
|
|
'cite_submit' => 'pokazać',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-02-01 22:38:34 +00:00
|
|
|
|
/** Hungarian (Magyar)
|
|
|
|
|
* @author Bdanee
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['hu'] = array(
|
2008-02-01 22:38:34 +00:00
|
|
|
|
'cite_article_desc' => '[[Special:Cite|Irodalomjegyzék-bejegyzés készítése]] speciális lap és hivatkozás az eszközdobozba',
|
2007-09-30 12:58:32 +00:00
|
|
|
|
'cite_article_link' => 'Szócikk idézése',
|
2007-03-22 12:40:10 +00:00
|
|
|
|
'cite' => 'Irodalomjegyzék-bejegyzés készítése',
|
|
|
|
|
'cite_page' => 'Idézendő lap:',
|
|
|
|
|
'cite_submit' => 'Bejegyzés elkészítése',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Armenian (Հայերեն)
|
|
|
|
|
* @author Teak
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['hy'] = array(
|
2007-10-31 14:22:49 +00:00
|
|
|
|
'cite_article_link' => 'Քաղվածել հոդվածը',
|
|
|
|
|
'cite' => 'Քաղվածում',
|
|
|
|
|
'cite_page' => 'Էջ.',
|
|
|
|
|
'cite_submit' => 'Քաղվածել',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['id'] = array(
|
2006-07-15 16:23:14 +00:00
|
|
|
|
'cite_article_link' => 'Kutip artikel ini',
|
2006-10-09 16:43:55 +00:00
|
|
|
|
'cite' => 'Kutip',
|
|
|
|
|
'cite_page' => 'Halaman:',
|
|
|
|
|
'cite_submit' => 'Kutip',
|
2006-07-03 13:11:35 +00:00
|
|
|
|
);
|
2007-12-21 23:46:08 +00:00
|
|
|
|
|
|
|
|
|
/** Iloko (Ilokano)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ilo'] = array(
|
2007-12-21 23:46:08 +00:00
|
|
|
|
'cite_article_link' => 'Dakamaten ti articulo',
|
|
|
|
|
'cite' => 'Dakamaten',
|
|
|
|
|
'cite_page' => 'Panid:',
|
|
|
|
|
'cite_submit' => 'Idakamat',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Icelandic (Íslenska)
|
|
|
|
|
* @author לערי ריינהארט
|
2008-01-30 14:12:43 +00:00
|
|
|
|
* @author S.Örvarr.S
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['is'] = array(
|
2008-01-30 14:12:43 +00:00
|
|
|
|
'cite_article_link' => 'Vitna í þessa síðu',
|
2007-09-12 15:50:22 +00:00
|
|
|
|
'cite' => 'Vitna í síðu',
|
|
|
|
|
'cite_page' => 'Síða:',
|
2008-01-30 14:12:43 +00:00
|
|
|
|
'cite_submit' => 'Vitna í',
|
2007-09-12 15:50:22 +00:00
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2008-01-01 23:09:25 +00:00
|
|
|
|
/** Italian (Italiano)
|
|
|
|
|
* @author BrokenArrow
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['it'] = array(
|
2008-01-01 23:09:25 +00:00
|
|
|
|
'cite_article_link' => 'Cita questa pagina',
|
2006-12-03 20:14:20 +00:00
|
|
|
|
'cite' => 'Citazione',
|
|
|
|
|
'cite_page' => 'Pagina da citare:',
|
|
|
|
|
'cite_submit' => 'Crea la citazione',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Japanese (日本語)
|
|
|
|
|
* @author Suisui
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ja'] = array(
|
2007-09-25 20:23:16 +00:00
|
|
|
|
'cite_article_link' => 'この項目を引用する',
|
|
|
|
|
'cite' => '{{SITENAME}}の項目を引用する',
|
|
|
|
|
'cite_page' => 'ページ名',
|
2006-12-18 10:42:53 +00:00
|
|
|
|
'cite_submit' => '引用する',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Georgian (ქართული) */
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ka'] = array(
|
Localisation updates from Betawiki.
* Fixes and additions to 45 extensions for ar, el, fr, frp, grc, hr, hsb, io, ka, nl, pt, stq
2007-11-25 15:17:41 +00:00
|
|
|
|
'cite_article_link' => 'ამ გვერდის ციტირება',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-10 18:22:39 +00:00
|
|
|
|
$messages['kk-arab'] = array(
|
2008-01-12 16:46:25 +00:00
|
|
|
|
'cite_article_link' => 'بەتتەن دايەكسوز الۋ',
|
|
|
|
|
'cite' => 'دايەكسوز الۋ',
|
2008-01-10 18:22:39 +00:00
|
|
|
|
'cite_page' => 'بەت اتاۋى:',
|
2008-01-12 16:46:25 +00:00
|
|
|
|
'cite_submit' => 'دايەكسوز ال!',
|
2008-01-10 18:22:39 +00:00
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['kk-cyrl'] = array(
|
2006-11-18 14:57:17 +00:00
|
|
|
|
'cite_article_link' => 'Беттен дәйексоз алу',
|
|
|
|
|
'cite' => 'Дәйексөз алу',
|
|
|
|
|
'cite_page' => 'Бет атауы:',
|
|
|
|
|
'cite_submit' => 'Дәйексөз ал!',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['kk-latn'] = array(
|
2006-11-18 14:57:17 +00:00
|
|
|
|
'cite_article_link' => 'Betten däýeksoz alw',
|
|
|
|
|
'cite' => 'Däýeksöz alw',
|
|
|
|
|
'cite_page' => 'Bet atawı:',
|
|
|
|
|
'cite_submit' => 'Däýeksöz al!',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-01 17:27:27 +00:00
|
|
|
|
/** Kannada (ಕನ್ನಡ)
|
|
|
|
|
* @author Shushruth
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['kn'] = array(
|
2008-01-01 17:27:27 +00:00
|
|
|
|
'cite_article_link' => 'ಈ ಪುಟವನ್ನು ಉಲ್ಲೇಖಿಸಿ',
|
|
|
|
|
'cite' => 'ಉಲ್ಲೇಖಿಸಿ',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ksh'] = array(
|
2007-11-23 23:59:24 +00:00
|
|
|
|
'cite_article_link' => 'Di Sigk Zitteere',
|
|
|
|
|
'cite' => 'Zittiere',
|
|
|
|
|
'cite_page' => 'Sigk:',
|
|
|
|
|
'cite_submit' => 'Zittėere',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ku'] = array(
|
2007-05-08 22:20:11 +00:00
|
|
|
|
'cite_page' => 'Rûpel:',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Latin (Latina)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['la'] = array(
|
2007-11-15 23:11:49 +00:00
|
|
|
|
'cite_article_link' => 'Hanc paginam citare',
|
2007-09-23 18:38:58 +00:00
|
|
|
|
'cite' => 'Paginam citare',
|
|
|
|
|
'cite_page' => 'Pagina:',
|
2007-11-15 23:11:49 +00:00
|
|
|
|
'cite_submit' => 'Citare',
|
2007-09-23 18:38:58 +00:00
|
|
|
|
);
|
2007-12-25 11:26:44 +00:00
|
|
|
|
|
|
|
|
|
/** Luxembourgish (Lëtzebuergesch)
|
|
|
|
|
* @author Robby
|
2008-01-01 23:09:25 +00:00
|
|
|
|
* @author Kaffi
|
2007-12-25 11:26:44 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['lb'] = array(
|
2008-01-10 18:22:39 +00:00
|
|
|
|
'cite_article_link' => 'Dës Säit zitéieren',
|
|
|
|
|
'cite' => 'Zitéierhëllef',
|
|
|
|
|
'cite_page' => 'Säit:',
|
|
|
|
|
'cite_submit' => 'weisen',
|
2007-12-25 11:26:44 +00:00
|
|
|
|
);
|
|
|
|
|
|
2008-01-06 16:48:17 +00:00
|
|
|
|
/** Limburgish (Limburgs)
|
|
|
|
|
* @author Ooswesthoesbes
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['li'] = array(
|
2008-02-05 23:01:06 +00:00
|
|
|
|
'cite_article_desc' => "Voeg 'n [[Special:Cite|speciaal pazjena óm te citere]] toe en 'ne lank d'rhaer inne gereidsjapskis",
|
2008-01-06 16:48:17 +00:00
|
|
|
|
'cite_article_link' => 'Citeer dees pazjena',
|
|
|
|
|
'cite' => 'Citere',
|
|
|
|
|
'cite_page' => 'Pazjena:',
|
|
|
|
|
'cite_submit' => 'Citere',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-20 10:23:22 +00:00
|
|
|
|
/** Lumbaart (Lumbaart)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
|
|
|
|
$messages['lmo'] = array(
|
|
|
|
|
'cite_article_link' => 'Cita questa vus',
|
|
|
|
|
'cite' => 'Cita una vus',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['lo'] = array(
|
2007-07-30 12:16:23 +00:00
|
|
|
|
'cite_article_link' => 'ອ້າງອີງບົດຄວາມນີ້',
|
|
|
|
|
'cite' => 'ອ້າງອີງ',
|
|
|
|
|
'cite_page' => 'ໜ້າ:',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2008-01-19 21:24:12 +00:00
|
|
|
|
/** Lithuanian (Lietuvių)
|
|
|
|
|
* @author Garas
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['lt'] = array(
|
2008-01-19 21:24:12 +00:00
|
|
|
|
'cite_article_link' => 'Cituoti šį puslapį',
|
2007-03-06 16:54:11 +00:00
|
|
|
|
'cite' => 'Cituoti',
|
|
|
|
|
'cite_page' => 'Puslapis:',
|
|
|
|
|
'cite_submit' => 'Cituoti',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
|
|
|
|
/** Latvian (Latviešu)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['lv'] = array(
|
2007-11-11 14:23:02 +00:00
|
|
|
|
'cite_article_link' => 'Atsauce uz šo rakstu',
|
2007-12-27 11:51:22 +00:00
|
|
|
|
'cite' => 'Citēšana',
|
|
|
|
|
'cite_page' => 'Raksts:',
|
|
|
|
|
'cite_submit' => 'Parādīt atsauci',
|
2007-11-11 14:23:02 +00:00
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Macedonian (Македонски)
|
|
|
|
|
* @author Misos
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['mk'] = array(
|
2007-11-12 23:09:27 +00:00
|
|
|
|
'cite_article_link' => 'Библиографски детали',
|
|
|
|
|
'cite' => 'Библиографија',
|
|
|
|
|
'cite_page' => 'Страница:',
|
|
|
|
|
'cite_submit' => 'Цитирај',
|
|
|
|
|
);
|
2007-12-21 23:46:08 +00:00
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Mongolian (Монгол) */
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['mn'] = array(
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'Энэ бичлэгийг эш татах',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-16 00:06:16 +00:00
|
|
|
|
/** Erzya (эрзянь кель)
|
|
|
|
|
* @author Amdf
|
|
|
|
|
*/
|
|
|
|
|
$messages['myv'] = array(
|
|
|
|
|
'cite_page' => 'Лопа:',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['nan'] = array(
|
2007-10-08 19:23:12 +00:00
|
|
|
|
'cite_article_link' => 'Ín-iōng chit phiⁿ bûn-chiuⁿ',
|
|
|
|
|
'cite' => 'Ín-iōng',
|
|
|
|
|
'cite_page' => 'Ia̍h:',
|
|
|
|
|
'cite_submit' => 'Ín-iōng',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-04 10:30:26 +00:00
|
|
|
|
/** Low German (Plattdüütsch)
|
|
|
|
|
* @author Slomox
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['nds'] = array(
|
2008-01-06 11:16:11 +00:00
|
|
|
|
'cite_article_link' => 'Disse Siet ziteren',
|
|
|
|
|
'cite' => 'Ziteerhelp',
|
|
|
|
|
'cite_page' => 'Siet:',
|
|
|
|
|
'cite_submit' => 'Ziteren',
|
2008-01-04 10:30:26 +00:00
|
|
|
|
);
|
|
|
|
|
|
2008-02-04 22:57:28 +00:00
|
|
|
|
/** Nepali (नेपाली)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
|
|
|
|
$messages['ne'] = array(
|
|
|
|
|
'cite_article_link' => 'लेख उद्दरण गर्नुहोस्',
|
|
|
|
|
'cite' => 'उद्दरण गर्नु',
|
|
|
|
|
'cite_page' => 'पृष्ठ:',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Dutch (Nederlands)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
* @author Effeietsanders
|
2008-02-01 22:38:34 +00:00
|
|
|
|
* @author Siebrand
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['nl'] = array(
|
2008-02-01 22:38:34 +00:00
|
|
|
|
'cite_article_desc' => 'Voegt een [[Special:Cite|special pagina om te citeren]] toe, en een link ernaar in de toolbox',
|
Localisation updates from Betawiki.
* Fixes and additions to 54 extensions for ang, ar, fo, gl, hr, hsb, hy, is, ja, kn, la, nl, no, pl, pms, sk
2007-10-28 23:55:11 +00:00
|
|
|
|
'cite_article_link' => 'Deze pagina citeren',
|
|
|
|
|
'cite' => 'Citeren',
|
2006-07-13 17:18:50 +00:00
|
|
|
|
'cite_page' => 'Pagina:',
|
Localisation updates from Betawiki.
* Fixes and additions to 54 extensions for ang, ar, fo, gl, hr, hsb, hy, is, ja, kn, la, nl, no, pl, pms, sk
2007-10-28 23:55:11 +00:00
|
|
|
|
'cite_submit' => 'Citeren',
|
2006-07-13 17:18:50 +00:00
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Norwegian (Norsk (bokmål))
|
|
|
|
|
* @author Jon Harald Søby
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['no'] = array(
|
2008-02-04 22:57:28 +00:00
|
|
|
|
'cite_article_desc' => 'Legger til en [[Special:Cite|siteringsside]] og lenke i verktøy-menyen',
|
2007-12-31 00:12:42 +00:00
|
|
|
|
'cite_article_link' => 'Siter denne siden',
|
2007-06-15 20:28:41 +00:00
|
|
|
|
'cite' => 'Siter',
|
|
|
|
|
'cite_page' => 'Side:',
|
|
|
|
|
'cite_submit' => 'Siter',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-02-04 14:27:24 +00:00
|
|
|
|
/** Novial (Novial)
|
|
|
|
|
* @author MF-Warburg
|
|
|
|
|
*/
|
|
|
|
|
$messages['nov'] = array(
|
|
|
|
|
'cite_article_link' => 'Sita disi artikle',
|
|
|
|
|
'cite' => 'Sita',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Occitan (Occitan)
|
|
|
|
|
* @author Cedric31
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['oc'] = array(
|
2007-04-06 14:46:43 +00:00
|
|
|
|
'cite_article_link' => 'Citar aqueste article',
|
|
|
|
|
'cite' => 'Citacion',
|
|
|
|
|
'cite_page' => 'Pagina:',
|
|
|
|
|
'cite_submit' => 'Citar',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2008-01-12 16:46:25 +00:00
|
|
|
|
/** Pangasinan (Pangasinan)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
|
|
|
|
$messages['pag'] = array(
|
|
|
|
|
'cite_article_link' => 'Bitlaen yan article',
|
|
|
|
|
'cite' => 'Bitlaen',
|
|
|
|
|
'cite_page' => 'Bolong:',
|
|
|
|
|
'cite_submit' => 'Bitlaen',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-03 22:12:16 +00:00
|
|
|
|
/** Pampanga (Kapampangan)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
|
|
|
|
$messages['pam'] = array(
|
|
|
|
|
'cite_article_link' => 'Banggitan ya ing articulung ini',
|
|
|
|
|
'cite' => 'Banggitan ya',
|
|
|
|
|
'cite_page' => 'Bulung:',
|
|
|
|
|
'cite_submit' => 'Banggitan me',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-01 23:09:25 +00:00
|
|
|
|
/** Polish (Polski)
|
|
|
|
|
* @author Sp5uhe
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['pl'] = array(
|
2008-01-01 23:09:25 +00:00
|
|
|
|
'cite_article_link' => 'Cytuj ten artykuł',
|
2006-08-13 17:42:19 +00:00
|
|
|
|
'cite' => 'Cytowanie',
|
|
|
|
|
'cite_page' => 'Strona:',
|
|
|
|
|
'cite_submit' => 'Cytuj',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Piemontèis (Piemontèis)
|
|
|
|
|
* @author Bèrto 'd Sèra
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['pms'] = array(
|
2007-07-08 16:35:08 +00:00
|
|
|
|
'cite_article_link' => 'Cita sta vos-sì',
|
|
|
|
|
'cite' => 'Citassion',
|
|
|
|
|
'cite_page' => 'Pàgina da cité:',
|
|
|
|
|
'cite_submit' => 'Pronta la citassion',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2008-01-22 21:43:14 +00:00
|
|
|
|
/** Pashto (پښتو)
|
|
|
|
|
* @author Ahmed-Najib-Biabani-Ibrahimkhel
|
|
|
|
|
*/
|
|
|
|
|
$messages['ps'] = array(
|
|
|
|
|
'cite_article_link' => 'د همدې ليکنې درک',
|
|
|
|
|
'cite' => 'درک',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-27 11:51:22 +00:00
|
|
|
|
/** Portuguese (Português)
|
|
|
|
|
* @author 555
|
2008-02-03 22:12:16 +00:00
|
|
|
|
* @author Malafaya
|
2007-12-27 11:51:22 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['pt'] = array(
|
2008-02-03 22:12:16 +00:00
|
|
|
|
'cite_article_desc' => 'Adiciona uma página especial de [[{{ns:special}}:Cite|citação]] & ligação da caixa de ferramentas',
|
2007-12-27 11:51:22 +00:00
|
|
|
|
'cite_article_link' => 'Citar esta página',
|
2007-05-09 06:04:41 +00:00
|
|
|
|
'cite' => 'Citar',
|
|
|
|
|
'cite_page' => 'Página:',
|
|
|
|
|
'cite_submit' => 'Citar',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2008-01-19 00:05:29 +00:00
|
|
|
|
/** Quechua (Runa Simi)
|
|
|
|
|
* @author AlimanRuna
|
|
|
|
|
*/
|
|
|
|
|
$messages['qu'] = array(
|
|
|
|
|
'cite_article_link' => 'Kay qillqamanta willay',
|
|
|
|
|
'cite' => 'Qillqamanta willay',
|
|
|
|
|
'cite_page' => "P'anqa:",
|
|
|
|
|
'cite_submit' => 'Qillqamanta willay',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['rm'] = array(
|
2007-10-31 14:22:49 +00:00
|
|
|
|
'cite_page' => 'Pagina:',
|
|
|
|
|
);
|
2007-12-27 11:51:22 +00:00
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Romani (Romani)
|
|
|
|
|
* @author Desiphral
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['rmy'] = array(
|
2007-11-11 14:52:31 +00:00
|
|
|
|
'cite_article_link' => 'Prinjardo phandipen ko lekh',
|
|
|
|
|
'cite' => 'Kana trebul phandipen',
|
|
|
|
|
'cite_submit' => 'Ja',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Romanian (Română)
|
|
|
|
|
* @author Emily
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ro'] = array(
|
2007-09-30 22:42:22 +00:00
|
|
|
|
'cite_article_link' => 'Citează acest articol',
|
|
|
|
|
'cite' => 'Citează',
|
|
|
|
|
'cite_page' => 'Citează pagina:',
|
|
|
|
|
'cite_submit' => 'Deschide informaţii',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Armãneashce (Armãneashce) */
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['roa-rup'] = array(
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'Bagã articlu aistu ca tsitat',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
/** Russian (Русский)
|
|
|
|
|
* @author .:Ajvol:.
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ru'] = array(
|
2008-02-01 10:17:29 +00:00
|
|
|
|
'cite_article_desc' => 'Добавляет служебную страницу [[Special:Cite|цитирования]] и ссылку в инструментах',
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'Цитировать страницу',
|
2006-09-15 14:04:37 +00:00
|
|
|
|
'cite' => 'Цитирование',
|
|
|
|
|
'cite_page' => 'Страница:',
|
|
|
|
|
'cite_submit' => 'Процитировать',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-27 15:34:48 +00:00
|
|
|
|
/** Yakut (Саха тыла)
|
|
|
|
|
* @author HalanTul
|
|
|
|
|
*/
|
|
|
|
|
$messages['sah'] = array(
|
2008-02-02 16:02:59 +00:00
|
|
|
|
'cite_article_desc' => 'Аналлаах [[Special:Cite|быһа тардыы]] сирэйин уонна үнүстүрүмүөннэргэ ыйынньык эбэн биэрэр',
|
2008-01-27 15:34:48 +00:00
|
|
|
|
'cite_article_link' => 'Сирэйи цитируйдааһын',
|
|
|
|
|
'cite' => 'Цитата',
|
|
|
|
|
'cite_page' => 'Сирэй:',
|
2008-01-30 14:12:43 +00:00
|
|
|
|
'cite_submit' => 'Цитаата',
|
2008-01-27 15:34:48 +00:00
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['sd'] = array(
|
Localisation updates from Betawiki.
* Fixes and additions to 29 extensions for an, ar, br, el, fo, hsb, is, li, nl, no, sd, tet, tg, ug, vls
2007-10-20 17:34:25 +00:00
|
|
|
|
'cite' => 'حواليو',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Slovak (Slovenčina)
|
2008-01-03 13:17:08 +00:00
|
|
|
|
* @author Helix84
|
2008-01-31 23:19:41 +00:00
|
|
|
|
* @author Martin Kozák
|
2008-02-01 10:17:29 +00:00
|
|
|
|
* @author Robbot
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['sk'] = array(
|
2008-01-31 23:19:41 +00:00
|
|
|
|
'cite_article_desc' => 'Pridáva špeciálnu stránku [[Special:Cite|Citovať]] a odkaz v nástrojoch',
|
2008-01-03 13:17:08 +00:00
|
|
|
|
'cite_article_link' => 'Citovať túto stránku',
|
2006-10-09 16:43:55 +00:00
|
|
|
|
'cite' => 'Citovať',
|
|
|
|
|
'cite_page' => 'Stránka:',
|
|
|
|
|
'cite_submit' => 'Citovať',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-04 18:35:36 +00:00
|
|
|
|
/** Southern Sami (Åarjelsaemien gïele)
|
|
|
|
|
* @author Max sonnelid
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['sma'] = array(
|
2008-01-04 18:35:36 +00:00
|
|
|
|
'cite_page' => 'Bielie:',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Shona (chiShona) */
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['sn'] = array(
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'Ita cite nyaya iyi',
|
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['sq'] = array(
|
2007-06-20 16:06:01 +00:00
|
|
|
|
'cite_article_link' => 'Cito artikullin',
|
|
|
|
|
'cite' => 'Citate',
|
|
|
|
|
'cite_page' => 'Faqja:',
|
|
|
|
|
'cite_submit' => 'Citoje',
|
|
|
|
|
);
|
Localisation updates from Betawiki.
* Fixes and additions to 36 extensions for ar, fr, gl, hsb, hu, la, lt, nl, oc, stq, yue, zh-hant
2007-12-14 11:29:36 +00:00
|
|
|
|
|
2008-01-10 18:22:39 +00:00
|
|
|
|
/** ћирилица (ћирилица)
|
|
|
|
|
* @author Sasa Stefanovic
|
|
|
|
|
*/
|
|
|
|
|
$messages['sr-ec'] = array(
|
|
|
|
|
'cite_page' => 'Страница:',
|
|
|
|
|
);
|
|
|
|
|
|
Localisation updates from Betawiki.
* Fixes and additions to 36 extensions for ar, fr, gl, hsb, hu, la, lt, nl, oc, stq, yue, zh-hant
2007-12-14 11:29:36 +00:00
|
|
|
|
/** Seeltersk (Seeltersk)
|
|
|
|
|
* @author Pyt
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['stq'] = array(
|
2007-12-29 15:22:11 +00:00
|
|
|
|
'cite_article_link' => 'Disse Siede zitierje',
|
2007-12-15 18:08:32 +00:00
|
|
|
|
'cite' => 'Zitierhälpe',
|
|
|
|
|
'cite_page' => 'Siede:',
|
|
|
|
|
'cite_submit' => 'anwiese',
|
Localisation updates from Betawiki.
* Fixes and additions to 36 extensions for ar, fr, gl, hsb, hu, la, lt, nl, oc, stq, yue, zh-hant
2007-12-14 11:29:36 +00:00
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Sundanese (Basa Sunda)
|
|
|
|
|
* @author Kandar
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['su'] = array(
|
Sundanese (su) localisation updates for 26 extensions from BetaWiki.
AjaxShowEditors, AntiSpoof, Asksql, BadImage, BoardVote, CentralAuth, Cite, ConfirmEdit, Contributors, CountEdits, CrossNamespaceLinks, Desysop, DismissableSiteNotice, ExpandTemplates, Filepath, Makebot, Makesysop, MinimumNameLength, Newuserlog, Patroller, Renameuser, SiteMatrix, Translate, UserImages, UsernameBlacklist, Vote
2007-05-11 03:12:56 +00:00
|
|
|
|
'cite_article_link' => 'Cutat artikel ieu',
|
|
|
|
|
'cite' => 'Cutat',
|
|
|
|
|
'cite_page' => 'Kaca:',
|
|
|
|
|
'cite_submit' => 'Cutat',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
|
|
|
|
/** Swedish (Svenska)
|
|
|
|
|
* @author Sannab
|
|
|
|
|
* @author Lejonel
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['sv'] = array(
|
2008-02-01 10:17:29 +00:00
|
|
|
|
'cite_article_desc' => 'Lägger till en specialsida för [[Special:Cite|källhänvisning]] och en länk i verktygslådan',
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'Ange denna sida som källa',
|
2007-10-04 18:18:43 +00:00
|
|
|
|
'cite' => 'Ange källa',
|
|
|
|
|
'cite_page' => 'Sida:',
|
|
|
|
|
'cite_submit' => 'Ange som källa',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-20 19:39:32 +00:00
|
|
|
|
/** Telugu (తెలుగు)
|
|
|
|
|
* @author Veeven
|
2008-02-04 14:27:24 +00:00
|
|
|
|
* @author Mpradeep
|
2008-01-20 19:39:32 +00:00
|
|
|
|
*/
|
|
|
|
|
$messages['te'] = array(
|
2008-02-04 14:27:24 +00:00
|
|
|
|
'cite_article_desc' => '[[Special:Cite|ఉదహరింపు]] అనే ప్రత్యేక పేజీని & పరికర పెట్టె లింకునీ చేరుస్తుంది',
|
2008-01-26 18:14:39 +00:00
|
|
|
|
'cite_article_link' => 'ఈ వ్యాసాన్ని ఉదహరించండి',
|
|
|
|
|
'cite' => 'ఉదహరించు',
|
|
|
|
|
'cite_page' => 'పేజీ:',
|
2008-02-04 14:27:24 +00:00
|
|
|
|
'cite_submit' => 'ఉదహరించు',
|
2008-01-20 19:39:32 +00:00
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Tetum (Tetun)
|
|
|
|
|
* @author MF-Warburg
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['tet'] = array(
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => "Sita pájina ne'e",
|
2007-09-23 11:08:02 +00:00
|
|
|
|
'cite' => 'Sita',
|
|
|
|
|
'cite_page' => 'Pájina:',
|
|
|
|
|
'cite_submit' => 'Sita',
|
|
|
|
|
);
|
Localisation updates from Betawiki (2007-12-20 23:25 CET).
* Fixes and additions to 49 extensions for arm bg, el, fi, gl, hr, hu, loz, nl, ru, stq, sv, to
2007-12-20 22:50:57 +00:00
|
|
|
|
|
2008-02-03 12:52:56 +00:00
|
|
|
|
/** Tajik (Тоҷикӣ)
|
|
|
|
|
* @author Ibrahim
|
|
|
|
|
*/
|
|
|
|
|
$messages['tg'] = array(
|
|
|
|
|
'cite_article_link' => 'Ёд кардани пайванди ин мақола',
|
|
|
|
|
'cite' => 'Ёд кардани ин мақола',
|
|
|
|
|
'cite_page' => 'Саҳифа:',
|
|
|
|
|
'cite_submit' => 'Ёд кардан',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Tswana (Setswana) */
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['tn'] = array(
|
2007-12-28 17:17:03 +00:00
|
|
|
|
'cite_article_link' => 'Nopola mokwalo o',
|
|
|
|
|
);
|
|
|
|
|
|
Localisation updates from Betawiki (2007-12-20 23:25 CET).
* Fixes and additions to 49 extensions for arm bg, el, fi, gl, hr, hu, loz, nl, ru, stq, sv, to
2007-12-20 22:50:57 +00:00
|
|
|
|
/** Tonga (faka-Tonga)
|
|
|
|
|
* @author SPQRobin
|
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['to'] = array(
|
Localisation updates from Betawiki (2007-12-20 23:25 CET).
* Fixes and additions to 49 extensions for arm bg, el, fi, gl, hr, hu, loz, nl, ru, stq, sv, to
2007-12-20 22:50:57 +00:00
|
|
|
|
'cite_article_link' => 'Lau ki he kupú ni',
|
|
|
|
|
'cite' => 'Lau ki he',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-28 17:17:03 +00:00
|
|
|
|
/** Turkish (Türkçe)
|
|
|
|
|
* @author Uğur Başak
|
2008-01-30 14:12:43 +00:00
|
|
|
|
* @author Erkan Yilmaz
|
2008-02-07 22:18:16 +00:00
|
|
|
|
* @author Srhat
|
2007-12-28 17:17:03 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['tr'] = array(
|
Localisation updates from Betawiki.
* Fixes and additions to 45 extensions for pl, pms, pt, ro, sk, sr-ec, sr-el, su, sv, tet, tr, vi, wa, yue, zh-hans, zh-hant, zh-hk
* export format in extension Translate and indentation changed in a few i18n files (BookInformation, Patroller, SpamBlacklist, SyntaxHighlight_GeSHi, UsernameBlacklist, WebStore)
2007-11-05 00:05:07 +00:00
|
|
|
|
'cite_article_link' => 'Sayfayı kaynak göster',
|
|
|
|
|
'cite' => 'Kaynak göster',
|
|
|
|
|
'cite_page' => 'Sayfa:',
|
2008-01-30 14:12:43 +00:00
|
|
|
|
'cite_submit' => 'Belirt',
|
Localisation updates from Betawiki.
* Fixes and additions to 45 extensions for pl, pms, pt, ro, sk, sr-ec, sr-el, su, sv, tet, tr, vi, wa, yue, zh-hans, zh-hant, zh-hk
* export format in extension Translate and indentation changed in a few i18n files (BookInformation, Patroller, SpamBlacklist, SyntaxHighlight_GeSHi, UsernameBlacklist, WebStore)
2007-11-05 00:05:07 +00:00
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['ur'] = array(
|
2007-04-03 09:14:30 +00:00
|
|
|
|
'cite_article_link' => 'مضمون کا حوالہ دیں',
|
|
|
|
|
'cite' => 'حوالہ',
|
|
|
|
|
'cite_page' => 'صفحہ:',
|
|
|
|
|
'cite_submit' => 'Cite',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-22 08:02:24 +00:00
|
|
|
|
/** Vietnamese (Tiếng Việt)
|
|
|
|
|
* @author Vinhtantran
|
|
|
|
|
*/
|
|
|
|
|
$messages['vi'] = array(
|
|
|
|
|
'cite_article_link' => 'Chú thích trang này',
|
|
|
|
|
'cite' => 'Chú thích',
|
|
|
|
|
'cite_page' => 'Trang:',
|
|
|
|
|
'cite_submit' => 'Chú thích',
|
|
|
|
|
);
|
|
|
|
|
|
2007-12-31 09:19:53 +00:00
|
|
|
|
/** Volapük (Volapük)
|
2008-01-31 23:19:41 +00:00
|
|
|
|
* @author Smeira
|
2008-02-03 12:52:56 +00:00
|
|
|
|
* @author Malafaya
|
2007-12-31 09:19:53 +00:00
|
|
|
|
*/
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['vo'] = array(
|
2008-02-03 12:52:56 +00:00
|
|
|
|
'cite_article_desc' => 'Läükon padi patik [[{{ns:special}}:Cite|saitama]] sa yüm ad stumem',
|
2008-01-12 16:46:25 +00:00
|
|
|
|
'cite_article_link' => 'Saitön padi at',
|
2008-01-31 23:15:31 +00:00
|
|
|
|
'cite' => 'Saitön',
|
2008-01-12 16:46:25 +00:00
|
|
|
|
'cite_page' => 'Pad:',
|
2008-01-31 23:15:31 +00:00
|
|
|
|
'cite_submit' => 'Saitön',
|
2007-12-31 09:19:53 +00:00
|
|
|
|
);
|
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['wa'] = array(
|
2006-08-10 18:22:31 +00:00
|
|
|
|
'cite_page' => 'Pådje:',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['wuu'] = array(
|
2007-12-02 14:49:27 +00:00
|
|
|
|
'cite_article_link' => '引用该篇文章',
|
|
|
|
|
'cite' => '引用',
|
|
|
|
|
'cite_page' => '页面:',
|
|
|
|
|
'cite_submit' => '引用',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['yue'] = array(
|
2007-07-05 12:40:38 +00:00
|
|
|
|
'cite_article_link' => '引用呢篇文',
|
2006-09-12 12:31:00 +00:00
|
|
|
|
'cite' => '引用文章',
|
2007-07-05 12:40:38 +00:00
|
|
|
|
'cite_page' => '版:',
|
2006-09-12 12:31:00 +00:00
|
|
|
|
'cite_submit' => '引用',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['zh-classical'] = array(
|
2007-08-30 10:55:14 +00:00
|
|
|
|
'cite_article_link' => '引文',
|
|
|
|
|
'cite' => '引文',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['zh-hans'] = array(
|
2006-09-12 12:31:00 +00:00
|
|
|
|
'cite_article_link' => '引用此文',
|
|
|
|
|
'cite' => '引用文章',
|
2007-07-05 12:40:38 +00:00
|
|
|
|
'cite_page' => '页面:',
|
2006-09-12 12:31:00 +00:00
|
|
|
|
'cite_submit' => '引用',
|
|
|
|
|
);
|
2007-12-28 17:17:03 +00:00
|
|
|
|
|
2008-01-09 20:52:38 +00:00
|
|
|
|
$messages['zh-hant'] = array(
|
2007-07-05 12:40:38 +00:00
|
|
|
|
'cite_article_link' => '引用此文',
|
2006-09-12 12:31:00 +00:00
|
|
|
|
'cite' => '引用文章',
|
2007-07-05 12:40:38 +00:00
|
|
|
|
'cite_page' => '頁面:',
|
2006-09-12 12:31:00 +00:00
|
|
|
|
'cite_submit' => '引用',
|
|
|
|
|
);
|