additional_plugins/serendipity_plugin_zooomr/lang_en.inc.php

19 lines
756 B
PHP
Raw Normal View History

2011-12-25 10:07:20 +01:00
<?php # $Id$ #
2011-12-13 12:29:05 +01:00
/**
2011-12-25 10:07:20 +01:00
* @version $Revision$
2011-12-13 12:29:05 +01:00
* @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');
?>