additional_plugins/alpha/serendipity_event_communityrating/lang_en.inc.php
Matthias Mees 40b527040d Deprecate broken plugins
- serendipity_event_communityrating (sidebar plugin throws a
  frontend error)
- serendipity_plugin_pagerank (throws a frontend error)
- serendipity_plugin_heavyrotation (throws a frontend error)
- serendipity_plugin_shoutcast (throws errors in frontend and
  backend)
2017-05-08 09:57:06 +02:00

24 lines
1.1 KiB
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_COMMUNITYRATING_TITLE', 'Community Rating');
@define('PLUGIN_EVENT_COMMUNITYRATING_DESC', 'You can rate products, movies or anything else and display your rating within your associated entries. Also enables you to share your ratings with other users of these plugins. This plugin requires you to edit template files, please read the README file.');
@define('PLUGIN_EVENT_COMMUNITYRATING_TYPES', 'Define the rating types you want to use');
@define('PLUGIN_EVENT_COMMUNITYRATING_TYPES_DEFAULT', 'IMDB,Amazon');
@define('PLUGIN_EVENT_COMMUNITYRATING_ID', 'ID');
@define('PLUGIN_EVENT_COMMUNITYRATING_RATING', 'Rating');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING', 'Average Rating');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING_DESC', 'Shows top-rated movies by their average rating');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING_TIMESPAN', 'Timespan of movies');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING_TIMESPAN_DESC', 'Enter the number of days the average will be calculated');
?>