additional_plugins/serendipity_event_babelfish/lang_en.inc.php

16 lines
465 B
PHP
Raw Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_BABELFISH_NAME', 'Babelfish');
@define('PLUGIN_BABELFISH_DESCRIPTION', 'Translate blog entries (trash!)');
@define('PLUGIN_BABELFISH_TRANSLATE', 'Translate to ');
@define('PLUGIN_BABELFISH_URL_DESC', 'URL to the website used for translation');
@define('PLUGIN_BABELFISH_PAIRS_DESC', 'Translation pairs to be used');
?>