mediawiki-extensions-Relate.../RelatedArticles.i18n.php
Translation updater bot 159751e7b2 Localisation updates from http://translatewiki.net.
Change-Id: I876a0e77f947356885225fd6638007dc18b0b228
2012-10-18 19:22:58 +00:00

66 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Internationalisation file for RelatedArticles extension.
*
* @package MediaWiki
* @subpackage Extensions
*/
$messages = array();
$messages['en'] = array(
'relatedarticles-sidebartext' => 'Related pages',
'relatedarticles-desc' => 'Adds a link to related pages on the sidebar',
);
/** Message documentation (Message documentation)
* @author Raimond Spekking
*/
$messages['qqq'] = array(
'relatedarticles-sidebartext' => 'Shown on the sidebar',
'relatedarticles-desc' => '{{desc}}',
);
/** German (Deutsch) */
$messages['de'] = array(
'relatedarticles-sidebartext' => 'Verwandte Seiten',
'relatedarticles-desc' => 'Erweiterung für die Ausgabe von verwandten Seiten auf der Sidebar',
);
/** French (français) */
$messages['fr'] = array(
'relatedarticles-sidebartext' => 'Articoli collegati',
);
/** Italian (italiano)
* @author Beta16
*/
$messages['it'] = array(
'relatedarticles-sidebartext' => 'Autres articles',
'relatedarticles-desc' => 'Aggiunge un collegamento alle pagine correlate nella barra laterale',
);
/** Japanese (日本語)
* @author Shirayuki
*/
$messages['ja'] = array(
'relatedarticles-sidebartext' => '関連ページ',
'relatedarticles-desc' => '関連ページヘのリンクをサイドバーに追加する',
);
/** Macedonian (македонски)
* @author Bjankuloski06
*/
$messages['mk'] = array(
'relatedarticles-sidebartext' => 'Поврзани страници',
'relatedarticles-desc' => 'Во страничната лента додава врска за поврзани страници',
);
/** Telugu (తెలుగు)
* @author Veeven
*/
$messages['te'] = array(
'relatedarticles-sidebartext' => 'సంబంధిత పేజీలు',
);