additional_plugins/serendipity_plugin_zooomr/UTF-8/lang_en.inc.php
2011-12-13 12:29:05 +01:00

13 lines
No EOL
689 B
PHP

<?php # $Id: lang_en.inc.php,v 1.1 2006/08/03 15:16:46 garvinhicking Exp $ #
@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');
?>