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-08 11:51:31 +00:00
|
|
|
'unimplemented-infobox-tag' => 'Unimplemented infobox tag: <$1>',
|
|
|
|
'xml-parse-error' => 'Incorrect XML markup. Please validate your XML.'
|
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-08 11:51:31 +00:00
|
|
|
'unimplemented-infobox-tag' => 'Error message for using unimplemented infobox tag; $1 is the tag name without pointy braces',
|
|
|
|
'xml-parse-error' => 'Error message for providing incorrect XML markup'
|
2015-05-06 12:56:19 +00:00
|
|
|
];
|