mediawiki-extensions-Poem/Poem.i18n.php

21 lines
387 B
PHP
Raw Normal View History

<?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',
);
/** German (Deutsch)
* @author Raimond Spekking
*/
$messages['de'] = array(
'poem-desc' => 'Fügt das <tt>&lt;poem&gt;</tt>-Tag zur Formatierung von Gedichten hinzu',
);