'Adds <poem> tag for poem formatting',
);
/** Arabic (العربية)
* @author Meno25
*/
$messages['ar'] = array(
'poem-desc' => 'يضيف الوسم <poem> لصياغة القصيدة',
);
/** German (Deutsch)
* @author Raimond Spekking
*/
$messages['de'] = array(
'poem-desc' => 'Fügt das <poem>-Tag zur Formatierung von Gedichten hinzu',
);
/** Dutch (Nederlands)
* @author Siebrand
*/
$messages['nl'] = array(
'poem-desc' => 'Voegt de tag <poem> toe voor de opmaak van poëzie',
);
/** Vietnamese (Tiếng Việt)
* @author Minh Nguyen
*/
$messages['vi'] = array(
'poem-desc' => 'Thêm thẻ <poem> để định dạng các bài thơ',
);