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