PortableInfobox/PortableInfobox.i18n.php

11 lines
334 B
PHP
Raw Normal View History

<?php
$messages = [];
$messages[ 'en' ] = [
'portable-infobox-desc' => 'Create portable infoboxes which can be rendered using clean semantic HTML markup on
any skin / platform using using easy to understand powerful XML-like markup'
];
$messages[ 'qqq' ] = [
'portable-infobox-desc' => 'Portable Infobox extension description'
];