mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
11 lines
334 B
PHP
11 lines
334 B
PHP
|
<?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'
|
||
|
];
|