additional_plugins/serendipity_event_babelfish/lang_en.inc.php

16 lines
541 B
PHP
Raw Normal View History

2011-12-13 12:29:05 +01:00
<?php # $Id: lang_en.inc.php,v 1.1 2005/11/16 08:41:47 elf2000 Exp $
/**
* @version $Revision: 1.1 $
* @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');
?>