additional_plugins/alpha/serendipity_plugin_zooomr/lang_en.inc.php
Matthias Mees 24ee209520 Move deprecated plugins to alpha, a.k.a. Siberia
These plugins have been identified as deprecatable at #s9ycamp2017.
They use service that no longer exist or provide features that no
longer make sense or have been replaced.

We won't miss them.

References s9y/Serendipity#499
2017-04-13 20:53:16 +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');
?>