2015-04-27 14:05:31 +00:00
|
|
|
<?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>'
|
2015-04-27 14:05:31 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
$messages[ 'qqq' ] = [
|
2015-05-06 11:16:55 +00:00
|
|
|
'portable-infobox-desc' => 'Portable Infobox extension description',
|
2015-05-06 12:32:36 +00:00
|
|
|
'unimplemented-infobox-tag' => 'Error message for using unimplemented infobox tag: <$1>'
|
2015-04-27 14:05:31 +00:00
|
|
|
];
|