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
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
$wgSpecialCiteMessages = array();
|
|
|
|
|
|
|
|
|
|
$wgSpecialCiteMessages['en'] = array(
|
|
|
|
|
'cite_article_link' => 'Cite this article',
|
|
|
|
|
'cite' => 'Cite',
|
|
|
|
|
'cite_page' => 'Page:',
|
|
|
|
|
'cite_submit' => 'Cite',
|
|
|
|
|
'cite_text' => '', # Don't translate this
|
|
|
|
|
);
|
2007-07-10 15:01:39 +00:00
|
|
|
|
$wgSpecialCiteMessages['af'] = array(
|
|
|
|
|
'cite_article_link' => 'Haal dié blad aan',
|
|
|
|
|
'cite' => 'Aanhaling',
|
|
|
|
|
);
|
2007-04-20 18:01:09 +00:00
|
|
|
|
$wgSpecialCiteMessages['ar'] = array(
|
|
|
|
|
'cite_article_link' => 'استشهد بهذه المقالة',
|
|
|
|
|
'cite' => 'استشهد',
|
|
|
|
|
'cite_page' => 'المقال:',
|
|
|
|
|
'cite_submit' => 'اعرض',
|
|
|
|
|
);
|
2007-02-28 20:31:26 +00:00
|
|
|
|
$wgSpecialCiteMessages['bpy'] = array(
|
|
|
|
|
'cite_article_link' => 'নিবন্ধ এহানরে উদ্ধৃত করেদে',
|
|
|
|
|
'cite' => 'উদ্ধৃত করেদে',
|
|
|
|
|
);
|
2007-06-13 14:41:43 +00:00
|
|
|
|
$wgSpecialCiteMessages['cu'] = array(
|
|
|
|
|
'cite_article_link' => 'Приведи статїѭ',
|
|
|
|
|
);
|
2006-07-03 20:08:36 +00:00
|
|
|
|
$wgSpecialCiteMessages['de'] = array(
|
|
|
|
|
'cite_article_link' => 'Artikel zitieren',
|
|
|
|
|
'cite' => 'Zitierhilfe',
|
|
|
|
|
'cite_page' => 'Seite:',
|
|
|
|
|
'cite_submit' => 'anzeigen',
|
|
|
|
|
);
|
2006-12-30 12:17:40 +00:00
|
|
|
|
$wgSpecialCiteMessages['fi'] = array(
|
|
|
|
|
'cite_article_link' => 'Viitetiedot',
|
|
|
|
|
'cite' => 'Viitetiedot',
|
|
|
|
|
'cite_page' => 'Sivu:',
|
|
|
|
|
'cite_submit' => 'Viittaa',
|
|
|
|
|
);
|
2007-01-14 10:45:50 +00:00
|
|
|
|
$wgSpecialCiteMessages['fr'] = array(
|
2007-01-12 22:24:37 +00:00
|
|
|
|
'cite_article_link' => 'Citer cet article',
|
|
|
|
|
'cite' => 'Citation ',
|
|
|
|
|
'cite_page' => 'Page :',
|
|
|
|
|
'cite_submit' => 'Citer',
|
|
|
|
|
);
|
2006-07-03 13:11:35 +00:00
|
|
|
|
$wgSpecialCiteMessages['he'] = array(
|
|
|
|
|
'cite_article_link' => 'צטט דף זה',
|
|
|
|
|
'cite' => 'ציטוט',
|
|
|
|
|
'cite_page' => 'דף:',
|
|
|
|
|
'cite_submit' => 'צטט',
|
|
|
|
|
);
|
2007-03-22 12:40:10 +00:00
|
|
|
|
$wgSpecialCiteMessages['hu'] = array(
|
|
|
|
|
'cite_article_link' => 'Irodalomjegyzékbe',
|
|
|
|
|
'cite' => 'Irodalomjegyzék-bejegyzés készítése',
|
|
|
|
|
'cite_page' => 'Idézendő lap:',
|
|
|
|
|
'cite_submit' => 'Bejegyzés elkészítése',
|
|
|
|
|
);
|
2006-07-03 13:11:35 +00:00
|
|
|
|
$wgSpecialCiteMessages['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
|
|
|
|
);
|
2006-12-03 20:14:20 +00:00
|
|
|
|
$wgSpecialCiteMessages['it'] = array(
|
|
|
|
|
'cite_article_link' => 'Cita questa voce',
|
|
|
|
|
'cite' => 'Citazione',
|
|
|
|
|
'cite_page' => 'Pagina da citare:',
|
|
|
|
|
'cite_submit' => 'Crea la citazione',
|
|
|
|
|
);
|
2006-12-18 10:42:53 +00:00
|
|
|
|
$wgSpecialCiteMessages['ja'] = array(
|
|
|
|
|
'cite_article_link' => 'この項目を引用',
|
|
|
|
|
'cite' => 'ウィキの項目を引用する',
|
|
|
|
|
'cite_page' => 'ページ名:',
|
|
|
|
|
'cite_submit' => '引用する',
|
|
|
|
|
);
|
2006-11-18 14:57:17 +00:00
|
|
|
|
$wgSpecialCiteMessages['kk-kz'] = array(
|
|
|
|
|
'cite_article_link' => 'Беттен дәйексоз алу',
|
|
|
|
|
'cite' => 'Дәйексөз алу',
|
|
|
|
|
'cite_page' => 'Бет атауы:',
|
|
|
|
|
'cite_submit' => 'Дәйексөз ал!',
|
|
|
|
|
);
|
|
|
|
|
$wgSpecialCiteMessages['kk-tr'] = array(
|
|
|
|
|
'cite_article_link' => 'Betten däýeksoz alw',
|
|
|
|
|
'cite' => 'Däýeksöz alw',
|
|
|
|
|
'cite_page' => 'Bet atawı:',
|
|
|
|
|
'cite_submit' => 'Däýeksöz al!',
|
|
|
|
|
);
|
|
|
|
|
$wgSpecialCiteMessages['kk-cn'] = array(
|
2007-05-10 19:53:55 +00:00
|
|
|
|
'cite_article_link' => 'بەتتەن دٵيەكسوز الۋ',
|
|
|
|
|
'cite' => 'دٵيەكسٶز الۋ',
|
2006-11-18 14:57:17 +00:00
|
|
|
|
'cite_page' => 'بەت اتاۋى:',
|
2007-05-10 19:53:55 +00:00
|
|
|
|
'cite_submit' => 'دٵيەكسٶز ال!',
|
2006-11-18 14:57:17 +00:00
|
|
|
|
);
|
|
|
|
|
$wgSpecialCiteMessages['kk'] = $wgSpecialCiteMessages['kk-kz'];
|
2007-05-08 22:20:11 +00:00
|
|
|
|
$wgSpecialCiteMessages['ku'] = array(
|
|
|
|
|
'cite_page' => 'Rûpel:',
|
|
|
|
|
);
|
2007-03-06 16:54:11 +00:00
|
|
|
|
$wgSpecialCiteMessages['lt'] = array(
|
|
|
|
|
'cite_article_link' => 'Cituoti šį straipsnį',
|
|
|
|
|
'cite' => 'Cituoti',
|
|
|
|
|
'cite_page' => 'Puslapis:',
|
|
|
|
|
'cite_submit' => 'Cituoti',
|
|
|
|
|
);
|
2006-07-13 17:18:50 +00:00
|
|
|
|
$wgSpecialCiteMessages['nl'] = array(
|
|
|
|
|
'cite_article_link' => 'Citeer dit artikel',
|
|
|
|
|
'cite' => 'Citeerhulp',
|
|
|
|
|
'cite_page' => 'Pagina:',
|
|
|
|
|
'cite_submit' => 'Citeer',
|
|
|
|
|
);
|
2007-06-15 20:28:41 +00:00
|
|
|
|
$wgSpecialCiteMessages['no'] = array(
|
|
|
|
|
'cite_article_link' => 'Siter denne artikkelen',
|
|
|
|
|
'cite' => 'Siter',
|
|
|
|
|
'cite_page' => 'Side:',
|
|
|
|
|
'cite_submit' => 'Siter',
|
|
|
|
|
);
|
2007-04-06 14:46:43 +00:00
|
|
|
|
$wgSpecialCiteMessages['oc'] = array(
|
|
|
|
|
'cite_article_link' => 'Citar aqueste article',
|
|
|
|
|
'cite' => 'Citacion',
|
|
|
|
|
'cite_page' => 'Pagina:',
|
|
|
|
|
'cite_submit' => 'Citar',
|
|
|
|
|
);
|
2006-08-13 17:42:19 +00:00
|
|
|
|
$wgSpecialCiteMessages['pl'] = array(
|
|
|
|
|
'cite_article_link' => 'Odwołanie bibliograficzne',
|
|
|
|
|
'cite' => 'Cytowanie',
|
|
|
|
|
'cite_page' => 'Strona:',
|
|
|
|
|
'cite_submit' => 'Cytuj',
|
|
|
|
|
);
|
2007-07-08 16:35:08 +00:00
|
|
|
|
$wgSpecialCiteMessages['pms'] = array(
|
|
|
|
|
'cite_article_link' => 'Cita sta vos-sì',
|
|
|
|
|
'cite' => 'Citassion',
|
|
|
|
|
'cite_page' => 'Pàgina da cité:',
|
|
|
|
|
'cite_submit' => 'Pronta la citassion',
|
|
|
|
|
);
|
2007-05-09 06:04:41 +00:00
|
|
|
|
$wgSpecialCiteMessages['pt'] = array(
|
|
|
|
|
'cite_article_link' => 'Citar esta página',
|
|
|
|
|
'cite' => 'Citar',
|
|
|
|
|
'cite_page' => 'Página:',
|
|
|
|
|
'cite_submit' => 'Citar',
|
|
|
|
|
);
|
2006-09-15 14:04:37 +00:00
|
|
|
|
$wgSpecialCiteMessages['ru'] = array(
|
|
|
|
|
'cite_article_link' => 'Цитировать статью',
|
|
|
|
|
'cite' => 'Цитирование',
|
|
|
|
|
'cite_page' => 'Страница:',
|
|
|
|
|
'cite_submit' => 'Процитировать',
|
|
|
|
|
);
|
2006-10-09 16:43:55 +00:00
|
|
|
|
$wgSpecialCiteMessages['sk'] = array(
|
|
|
|
|
'cite_article_link' => 'Citovať článok',
|
|
|
|
|
'cite' => 'Citovať',
|
|
|
|
|
'cite_page' => 'Stránka:',
|
|
|
|
|
'cite_submit' => 'Citovať',
|
|
|
|
|
);
|
2007-06-20 16:06:01 +00:00
|
|
|
|
$wgSpecialCiteMessages['sq'] = array(
|
|
|
|
|
'cite_article_link' => 'Cito artikullin',
|
|
|
|
|
'cite' => 'Citate',
|
|
|
|
|
'cite_page' => 'Faqja:',
|
|
|
|
|
'cite_submit' => 'Citoje',
|
|
|
|
|
);
|
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
|
|
|
|
$wgSpecialCiteMessages['su'] = array(
|
|
|
|
|
'cite_article_link' => 'Cutat artikel ieu',
|
|
|
|
|
'cite' => 'Cutat',
|
|
|
|
|
'cite_page' => 'Kaca:',
|
|
|
|
|
'cite_submit' => 'Cutat',
|
|
|
|
|
);
|
2007-04-03 09:14:30 +00:00
|
|
|
|
$wgSpecialCiteMessages['ur'] = array(
|
|
|
|
|
'cite_article_link' => 'مضمون کا حوالہ دیں',
|
|
|
|
|
'cite' => 'حوالہ',
|
|
|
|
|
'cite_page' => 'صفحہ:',
|
|
|
|
|
'cite_submit' => 'Cite',
|
|
|
|
|
'cite_text' => '', # Don't translate this
|
|
|
|
|
);
|
2006-08-10 18:22:31 +00:00
|
|
|
|
$wgSpecialCiteMessages['wa'] = array(
|
|
|
|
|
'cite_page' => 'Pådje:',
|
|
|
|
|
);
|
2007-07-05 12:40:38 +00:00
|
|
|
|
$wgSpecialCiteMessages['yue'] = array(
|
|
|
|
|
'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-07-05 12:40:38 +00:00
|
|
|
|
$wgSpecialCiteMessages['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-07-05 12:40:38 +00:00
|
|
|
|
$wgSpecialCiteMessages['zh-hant'] = array(
|
|
|
|
|
'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-07-05 12:40:38 +00:00
|
|
|
|
$wgSpecialCiteMessages['zh-cn'] = $wgSpecialCiteMessages['zh-hans'];
|
|
|
|
|
$wgSpecialCiteMessages['zh-hk'] = $wgSpecialCiteMessages['zh-hant'];
|
|
|
|
|
$wgSpecialCiteMessages['zh-sg'] = $wgSpecialCiteMessages['zh-hans'];
|
|
|
|
|
$wgSpecialCiteMessages['zh-tw'] = $wgSpecialCiteMessages['zh-hant'];
|
|
|
|
|
$wgSpecialCiteMessages['zh-yue'] = $wgSpecialCiteMessages['yue'];
|
|
|
|
|
|
2007-06-29 01:36:09 +00:00
|
|
|
|
|