From 3e9136b3fca9c00e9761a7c82f72ddc5ff2c5b71 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 22 Jan 2008 21:43:14 +0000 Subject: [PATCH] Localisation updates for extension messages from Betawiki (2008-01-22 22:34 CET) --- SpecialCite.i18n.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/SpecialCite.i18n.php b/SpecialCite.i18n.php index 8ea384301..be33e3ceb 100644 --- a/SpecialCite.i18n.php +++ b/SpecialCite.i18n.php @@ -89,6 +89,13 @@ $messages['bg'] = array( 'cite_submit' => 'Цитиране', ); +/** Bengali (বাংলা) + * @author Bellayet + */ +$messages['bn'] = array( + 'cite_page' => 'পাতা:', +); + $messages['bpy'] = array( 'cite_article_link' => 'নিবন্ধ এহানরে উদ্ধৃত করেদে', 'cite' => 'উদ্ধৃত করেদে', @@ -630,6 +637,14 @@ $messages['pms'] = array( 'cite_submit' => 'Pronta la citassion', ); +/** Pashto (پښتو) + * @author Ahmed-Najib-Biabani-Ibrahimkhel + */ +$messages['ps'] = array( + 'cite_article_link' => 'د همدې ليکنې درک', + 'cite' => 'درک', +); + /** Portuguese (Português) * @author 555 */