Current File : /home/jvzmxxx/wiki/extensions/AutoSitemap/AutoSitemap.i18n.php
<?php
/**
* Internationalization file for the GoogleSiteVerification extension.
*
* @licence GPL v2 or later
* @author Karsten Hoffmeyer (Kghbln)
*/

$messages = array();

/** English
* @author Adam Shorland
* @author Dolfinus
*/
$messages['en'] = array(
        'ausmp-desc' => 'Creates and updates a Sitemap file automatically while any site`s page is changing',
);

/** Russian (Русский)
* @author Dolfinus
*/
$messages['ru'] = array(
        'ausmp-desc' => 'Автоматически создает и обновляет файл Sitemap при любых правках страниц',
);