PortableInfobox/PortableInfobox.i18n.php

14 lines
529 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
2015-05-06 11:16:55 +00:00
any skin / platform using using easy to understand powerful XML-like markup',
2015-05-06 12:32:36 +00:00
'unimplemented-infobox-tag' => 'Unimplemented infobox tag: <$1>'
];
$messages[ 'qqq' ] = [
2015-05-06 11:16:55 +00:00
'portable-infobox-desc' => 'Portable Infobox extension description',
2015-05-06 12:50:10 +00:00
'unimplemented-infobox-tag' => 'Error message for using unimplemented infobox tag; $1 is the tag name without pointy braces'
2015-05-06 12:56:19 +00:00
];