2008-02-18 18:42:20 +00:00
|
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Internationalisation file for Poem extension.
|
|
|
|
|
*
|
|
|
|
|
* @addtogroup Extensions
|
2008-02-18 19:59:26 +00:00
|
|
|
|
*/
|
2008-02-18 18:42:20 +00:00
|
|
|
|
|
|
|
|
|
$messages = array();
|
|
|
|
|
|
|
|
|
|
$messages['en'] = array(
|
|
|
|
|
'poem-desc' => 'Adds <tt><poem></tt> tag for poem formatting',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-18 21:37:00 +00:00
|
|
|
|
/** Arabic (العربية)
|
|
|
|
|
* @author Meno25
|
|
|
|
|
*/
|
|
|
|
|
$messages['ar'] = array(
|
|
|
|
|
'poem-desc' => 'يضيف الوسم <tt><poem></tt> لصياغة القصيدة',
|
|
|
|
|
);
|
|
|
|
|
|
2008-03-06 19:23:44 +00:00
|
|
|
|
/** Bulgarian (Български)
|
|
|
|
|
* @author DCLXVI
|
|
|
|
|
*/
|
|
|
|
|
$messages['bg'] = array(
|
|
|
|
|
'poem-desc' => 'Добавя етикет <tt><poem></tt> за форматиране на стихове',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-19 13:22:00 +00:00
|
|
|
|
/** 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í',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-18 18:42:20 +00:00
|
|
|
|
/** German (Deutsch)
|
|
|
|
|
* @author Raimond Spekking
|
|
|
|
|
*/
|
|
|
|
|
$messages['de'] = array(
|
|
|
|
|
'poem-desc' => 'Fügt das <tt><poem></tt>-Tag zur Formatierung von Gedichten hinzu',
|
|
|
|
|
);
|
2008-02-18 21:37:00 +00:00
|
|
|
|
|
2008-03-04 23:08:43 +00:00
|
|
|
|
/** Esperanto (Esperanto)
|
|
|
|
|
* @author Yekrats
|
|
|
|
|
*/
|
|
|
|
|
$messages['eo'] = array(
|
|
|
|
|
'poem-desc' => 'Aldonas <tt><poem></tt> etikedon por formatado de poezio.',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-20 22:57:29 +00:00
|
|
|
|
/** فارسی (فارسی)
|
|
|
|
|
* @author Huji
|
|
|
|
|
*/
|
|
|
|
|
$messages['fa'] = array(
|
|
|
|
|
'poem-desc' => 'برچسب <tt><poem></tt> را برای قالببندی شعرها میافزاید',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-19 13:22:00 +00:00
|
|
|
|
/** French (Français)
|
|
|
|
|
* @author Grondin
|
|
|
|
|
*/
|
|
|
|
|
$messages['fr'] = array(
|
|
|
|
|
'poem-desc' => 'Ajoute la balise <tt><poem></tt> pour le formatage des poèmes',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-21 20:36:09 +00:00
|
|
|
|
/** Franco-Provençal (Arpetan)
|
|
|
|
|
* @author ChrisPtDe
|
|
|
|
|
*/
|
|
|
|
|
$messages['frp'] = array(
|
|
|
|
|
'poem-desc' => 'Apond la balisa <tt><poem></tt> por lo formatâjo des poèmos.',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-20 15:37:10 +00:00
|
|
|
|
/** Galician (Galego)
|
|
|
|
|
* @author Alma
|
|
|
|
|
*/
|
|
|
|
|
$messages['gl'] = array(
|
|
|
|
|
'poem-desc' => 'Engada a etiqueta <tt><poem></tt> para o formato poema',
|
|
|
|
|
);
|
|
|
|
|
|
2008-04-04 12:23:29 +00:00
|
|
|
|
/** Hindi (हिन्दी)
|
|
|
|
|
* @author Kaustubh
|
|
|
|
|
*/
|
|
|
|
|
$messages['hi'] = array(
|
|
|
|
|
'poem-desc' => 'कविता लिखने के लिये आवश्यक <tt><poem></tt> टॅग देता हैं',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-19 13:22:00 +00:00
|
|
|
|
/** Upper Sorbian (Hornjoserbsce)
|
|
|
|
|
* @author Michawiki
|
|
|
|
|
*/
|
|
|
|
|
$messages['hsb'] = array(
|
|
|
|
|
'poem-desc' => 'Přidawa tafličku <tt><poem></tt> za formatowanje basnjow',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
/** Hungarian (Magyar)
|
2008-03-21 13:31:10 +00:00
|
|
|
|
* @author Dani
|
2008-02-19 13:22:00 +00:00
|
|
|
|
*/
|
|
|
|
|
$messages['hu'] = array(
|
|
|
|
|
'poem-desc' => '<tt><poem></tt> tag a versek formázásához',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-26 13:31:15 +00:00
|
|
|
|
/** Indonesian (Bahasa Indonesia)
|
|
|
|
|
* @author IvanLanin
|
|
|
|
|
*/
|
|
|
|
|
$messages['id'] = array(
|
|
|
|
|
'poem-desc' => 'Menambahkan tag <tt><poem></tt> tag untuk pemformatan puisi',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-24 22:32:26 +00:00
|
|
|
|
/** Italian (Italiano)
|
|
|
|
|
* @author BrokenArrow
|
|
|
|
|
*/
|
|
|
|
|
$messages['it'] = array(
|
|
|
|
|
'poem-desc' => 'Aggiunge il tag <tt><poem></tt> per la formattazione dei testi poetici',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-20 15:37:10 +00:00
|
|
|
|
/** Japanese (日本語)
|
|
|
|
|
* @author JtFuruhata
|
|
|
|
|
*/
|
|
|
|
|
$messages['ja'] = array(
|
|
|
|
|
'poem-desc' => '詩的な文章フォーマットで記述できる<tt><poem></tt>タグを追加する',
|
|
|
|
|
);
|
|
|
|
|
|
2008-03-16 19:40:50 +00:00
|
|
|
|
/** Jutish (Jysk)
|
|
|
|
|
* @author Huslåke
|
|
|
|
|
*/
|
|
|
|
|
$messages['jut'] = array(
|
|
|
|
|
'poem-desc' => 'Tilføje <tt><poem></tt> tag før digt formåter',
|
|
|
|
|
);
|
|
|
|
|
|
2008-04-15 18:44:00 +00:00
|
|
|
|
/** Korean (한국어)
|
|
|
|
|
* @author ToePeu
|
|
|
|
|
*/
|
|
|
|
|
$messages['ko'] = array(
|
|
|
|
|
'poem-desc' => '시 형식을 위해 <tt><poem></tt> 태그를 추가',
|
|
|
|
|
);
|
|
|
|
|
|
2008-03-29 21:38:49 +00:00
|
|
|
|
/** Luxembourgish (Lëtzebuergesch)
|
|
|
|
|
* @author Robby
|
|
|
|
|
*/
|
|
|
|
|
$messages['lb'] = array(
|
|
|
|
|
'poem-desc' => "Setzt de <tt><poem></tt>-Tag fir d'Formatéierung vu Gedichter derbäi",
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-23 22:20:03 +00:00
|
|
|
|
/** Limburgish (Limburgs)
|
|
|
|
|
* @author Matthias
|
|
|
|
|
*/
|
|
|
|
|
$messages['li'] = array(
|
|
|
|
|
'poem-desc' => 'Voegt de tag <tt><poem></tt> toe veur de opmaak van poëzie',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-19 13:22:00 +00:00
|
|
|
|
/** Lithuanian (Lietuvių)
|
|
|
|
|
* @author Hugo.arg
|
|
|
|
|
*/
|
|
|
|
|
$messages['lt'] = array(
|
|
|
|
|
'poem-desc' => 'Prideda <tt><poema></tt> tagus poemų formatavimui',
|
|
|
|
|
);
|
|
|
|
|
|
2008-04-08 07:36:06 +00:00
|
|
|
|
/** Malayalam (മലയാളം)
|
|
|
|
|
* @author Shijualex
|
|
|
|
|
*/
|
|
|
|
|
$messages['ml'] = array(
|
|
|
|
|
'poem-desc' => 'പദ്യത്തിന്റെ ഫോര്മാറ്റിങ്ങിനു <tt><poem></tt> എന്ന ടാഗ് ചേര്ക്കുന്നു',
|
|
|
|
|
);
|
|
|
|
|
|
2008-03-15 19:57:19 +00:00
|
|
|
|
/** Marathi (मराठी)
|
|
|
|
|
* @author Kaustubh
|
|
|
|
|
*/
|
|
|
|
|
$messages['mr'] = array(
|
|
|
|
|
'poem-desc' => 'कवितेच्या सादरीकरणासाठी आवश्यक असणारा <tt><poem></tt> टॅग देतो.',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-18 21:37:00 +00:00
|
|
|
|
/** Dutch (Nederlands)
|
|
|
|
|
* @author Siebrand
|
|
|
|
|
*/
|
|
|
|
|
$messages['nl'] = array(
|
|
|
|
|
'poem-desc' => 'Voegt de tag <tt><poem></tt> toe voor de opmaak van poëzie',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-21 20:36:09 +00:00
|
|
|
|
/** Norwegian (Norsk (bokmål))
|
|
|
|
|
* @author Jon Harald Søby
|
|
|
|
|
*/
|
|
|
|
|
$messages['no'] = array(
|
|
|
|
|
'poem-desc' => 'Legger til taggen <tt><poem></tt> for å kunne formatere dikt',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-28 09:07:58 +00:00
|
|
|
|
/** Occitan (Occitan)
|
|
|
|
|
* @author Cedric31
|
|
|
|
|
*/
|
|
|
|
|
$messages['oc'] = array(
|
|
|
|
|
'poem-desc' => 'Ajusta la balisa <tt><poem></tt> pel formatatge dels poèmas',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-21 20:36:09 +00:00
|
|
|
|
/** Polish (Polski)
|
|
|
|
|
* @author Sp5uhe
|
|
|
|
|
*/
|
|
|
|
|
$messages['pl'] = array(
|
|
|
|
|
'poem-desc' => 'Dodaje znacznik <tt><poem></tt> służący do formatowania wierszy',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-19 13:22:00 +00:00
|
|
|
|
/** 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',
|
|
|
|
|
);
|
|
|
|
|
|
2008-03-12 08:39:53 +00:00
|
|
|
|
/** Telugu (తెలుగు)
|
|
|
|
|
* @author Veeven
|
|
|
|
|
*/
|
|
|
|
|
$messages['te'] = array(
|
|
|
|
|
'poem-desc' => 'పద్యాల ఫార్మాటింగుకై <tt><poem></tt> అనే టాగుని చేరుస్తుంది',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
/** Tajik (Тоҷикӣ)
|
|
|
|
|
* @author Ibrahim
|
|
|
|
|
*/
|
2008-03-31 19:02:21 +00:00
|
|
|
|
$messages['tg-cyrl'] = array(
|
2008-03-12 08:39:53 +00:00
|
|
|
|
'poem-desc' => 'Барчасби <tt><poem></tt>-ро барои қолаббандиҳои шеърҳо илова мекунад',
|
|
|
|
|
);
|
|
|
|
|
|
2008-04-08 07:36:06 +00:00
|
|
|
|
/** Vèneto (Vèneto)
|
|
|
|
|
* @author Candalua
|
|
|
|
|
*/
|
|
|
|
|
$messages['vec'] = array(
|
|
|
|
|
'poem-desc' => 'Zonta el tag <tt><poem></tt> par la formatazion dei testi poetici',
|
|
|
|
|
);
|
|
|
|
|
|
2008-02-18 21:37:00 +00:00
|
|
|
|
/** 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ơ',
|
|
|
|
|
);
|
|
|
|
|
|
2008-03-29 05:58:32 +00:00
|
|
|
|
/** Cantonese
|
|
|
|
|
* @author Shinjiman
|
|
|
|
|
*/
|
|
|
|
|
$messages['yue'] = array(
|
|
|
|
|
'poem-desc' => '加 <tt><poem></tt> 標籤畀詩格式用',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
/** Chinese Simplified
|
|
|
|
|
* @author Shinjiman
|
|
|
|
|
*/
|
|
|
|
|
$messages['zh-hans'] = array(
|
|
|
|
|
'poem-desc' => '加入 <tt><poem></tt> 标签给予诗歌格式使用',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
/** Chinese Traditional
|
|
|
|
|
* @author Shinjiman
|
|
|
|
|
*/
|
|
|
|
|
$messages['zh-hant'] = array(
|
|
|
|
|
'poem-desc' => '加入 <tt><poem></tt> 標籤給予詩歌格式使用',
|
|
|
|
|
);
|
2008-03-29 21:38:49 +00:00
|
|
|
|
|