additional_plugins/serendipity_event_communityrating/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

24 lines
1.1 KiB
PHP

<?php # $Id$
/**
* @version $Revision$
* @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');
?>