mediawiki-extensions-Poem/Poem.i18n.php

154 lines
3.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Internationalisation file for Poem extension.
*
* @addtogroup Extensions
*/
$messages = array();
$messages['en'] = array(
'poem-desc' => 'Adds <tt>&lt;poem&gt;</tt> tag for poem formatting',
);
/** Arabic (العربية)
* @author Meno25
*/
$messages['ar'] = array(
'poem-desc' => 'يضيف الوسم <tt>&lt;poem&gt;</tt> لصياغة القصيدة',
);
/** Czech (Česky)
* @author Matěj Grabovský
*/
$messages['cs'] = array(
'poem-desc' => 'Přidává značku <tt>&lt;poem&gt;</tt> pro formátování básní',
);
/** German (Deutsch)
* @author Raimond Spekking
*/
$messages['de'] = array(
'poem-desc' => 'Fügt das <tt>&lt;poem&gt;</tt>-Tag zur Formatierung von Gedichten hinzu',
);
/** فارسی (فارسی)
* @author Huji
*/
$messages['fa'] = array(
'poem-desc' => 'برچسب <tt>&lt;poem&gt;</tt> را برای قالب‌بندی شعرها می‌افزاید',
);
/** French (Français)
* @author Grondin
*/
$messages['fr'] = array(
'poem-desc' => 'Ajoute la balise <tt>&lt;poem&gt;</tt> pour le formatage des poèmes',
);
/** Franco-Provençal (Arpetan)
* @author ChrisPtDe
*/
$messages['frp'] = array(
'poem-desc' => 'Apond la balisa <tt>&lt;poem&gt;</tt> por lo formatâjo des poèmos.',
);
/** Galician (Galego)
* @author Alma
*/
$messages['gl'] = array(
'poem-desc' => 'Engada a etiqueta <tt>&lt;poem&gt;</tt> para o formato poema',
);
/** Upper Sorbian (Hornjoserbsce)
* @author Michawiki
*/
$messages['hsb'] = array(
'poem-desc' => 'Přidawa tafličku <tt>&lt;poem&gt;</tt> za formatowanje basnjow',
);
/** Hungarian (Magyar)
* @author Bdanee
*/
$messages['hu'] = array(
'poem-desc' => '<tt>&lt;poem&gt;</tt> tag a versek formázásához',
);
/** Japanese (日本語)
* @author JtFuruhata
*/
$messages['ja'] = array(
'poem-desc' => '詩的な文章フォーマットで記述できる<tt>&lt;poem&gt;</tt>タグを追加する',
);
/** Limburgish (Limburgs)
* @author Matthias
*/
$messages['li'] = array(
'poem-desc' => 'Voegt de tag <tt>&lt;poem&gt;</tt> toe veur de opmaak van poëzie',
);
/** Lithuanian (Lietuvių)
* @author Hugo.arg
*/
$messages['lt'] = array(
'poem-desc' => 'Prideda <tt>&lt;poema&gt;</tt> tagus poemų formatavimui',
);
/** Dutch (Nederlands)
* @author Siebrand
*/
$messages['nl'] = array(
'poem-desc' => 'Voegt de tag <tt>&lt;poem&gt;</tt> toe voor de opmaak van poëzie',
);
/** Norwegian (Norsk (bokmål))
* @author Jon Harald Søby
*/
$messages['no'] = array(
'poem-desc' => 'Legger til taggen <tt>&lt;poem&gt;</tt> for å kunne formatere dikt',
);
/** Polish (Polski)
* @author Sp5uhe
*/
$messages['pl'] = array(
'poem-desc' => 'Dodaje znacznik <tt>&lt;poem&gt;</tt> służący do formatowania wierszy',
);
/** Portuguese (Português)
* @author Malafaya
*/
$messages['pt'] = array(
'poem-desc' => 'Adiciona a marca <tt>&lt;poem&gt;</tt> para formatação de poemas',
);
/** Russian (Русский)
* @author .:Ajvol:.
*/
$messages['ru'] = array(
'poem-desc' => 'Добавляет тег <tt>&lt;poem&gt;</tt> для форматирования стихов',
);
/** Slovak (Slovenčina)
* @author Helix84
*/
$messages['sk'] = array(
'poem-desc' => 'Pridáva značku <tt>&lt;poem&gt;</tt> pre formátovanie básní',
);
/** Swedish (Svenska)
* @author Lejonel
*/
$messages['sv'] = array(
'poem-desc' => 'Lägger till taggen <tt>&lt;poem&gt;</tt> för att formatera dikter',
);
/** Vietnamese (Tiếng Việt)
* @author Minh Nguyen
*/
$messages['vi'] = array(
'poem-desc' => 'Thêm thẻ <tt>&lt;poem&gt;</tt> để định dạng các bài thơ',
);