additional_plugins/serendipity_plugin_zooomr/lang_en.inc.php
2013-08-12 10:27:53 +02:00

19 lines
742 B
PHP

<?php # #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_ZOOOMR_NAME', 'Zooomr Plugin');
@define('PLUGIN_ZOOOMR_DESC', 'Display the most recent pictures of any Zooomr Feed');
@define('PLUGIN_ZOOOMR_FEEDURL', 'Feed-URL');
@define('PLUGIN_ZOOOMR_FEEDDESC', 'URL of your Zooomr feed');
@define('PLUGIN_ZOOOMR_IMGCOUNT', 'Images');
@define('PLUGIN_ZOOOMR_IMGCOUNTDESC', 'Number of Images to show');
@define('PLUGIN_ZOOOMR_DLINK','Direct Image-Link');
@define('PLUGIN_ZOOOMR_DLINKDESC','Link directly to big version of the image');
@define('PLUGIN_ZOOOMR_LOGO','Show Zooomr Logo');
@define('PLUGIN_ZOOOMR_IMGWIDTH','Thumbnail width');
?>