[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/serendipity_event_karma/ -> lang_en.inc.php (source)

   1  <?php # $Id: lang_en.inc.php 1475 2006-11-02 11:26:10Z garvinhicking $
   2  
   3  /**
   4   *  @version $Revision: 1475 $
   5   *  @author Translator Name <yourmail@example.com>
   6   *  EN-Revision: Revision of lang_en.inc.php
   7   */
   8  
   9  @define('PLUGIN_KARMA_NAME', 'Karma');
  10  @define('PLUGIN_KARMA_BLAHBLAH', 'Let visitors rate the quality of your entries');
  11  @define('PLUGIN_KARMA_VOTETEXT', 'Karma for this article: ');
  12  @define('PLUGIN_KARMA_RATE', 'Rate this article: %s');
  13  @define('PLUGIN_KARMA_VOTEPOINT_1', 'Very good!');
  14  @define('PLUGIN_KARMA_VOTEPOINT_2', 'Good');
  15  @define('PLUGIN_KARMA_VOTEPOINT_3', 'Neutral');
  16  @define('PLUGIN_KARMA_VOTEPOINT_4', 'Not interesting');
  17  @define('PLUGIN_KARMA_VOTEPOINT_5', 'Bad');
  18  @define('PLUGIN_KARMA_VOTED', 'Your rating "%s" was stored.');
  19  @define('PLUGIN_KARMA_INVALID', 'Your voting was invalid.');
  20  @define('PLUGIN_KARMA_ALREADYVOTED', 'Your rating was already stored.');
  21  @define('PLUGIN_KARMA_NOCOOKIE', 'Your browser must support cookies to be able to vote.');
  22  @define('PLUGIN_KARMA_CLOSED', 'Vote for articles fresher than %s days!');
  23  @define('PLUGIN_KARMA_ENTRYTIME', 'Voting time after publishing');
  24  @define('PLUGIN_KARMA_VOTINGTIME', 'Voting time');
  25  @define('PLUGIN_KARMA_ENTRYTIME_BLAHBLAH', 'How long (in minutes) after your article has been published an unrestricted voting is allowed? Default: 1440 (one day)');
  26  @define('PLUGIN_KARMA_VOTINGTIME_BLAHBLAH', 'Amount of time (in minutes) that needs to be passed from one vote to the other. Is only applied after the time above is expired. Default: 5');
  27  @define('PLUGIN_KARMA_TIMEOUT', 'Flood protection: Another visitor has just recently voted. Please wait %s minutes.');
  28  @define('PLUGIN_KARMA_CURRENT', 'Current karma: %2$s, %3$s vote(s)');
  29  @define('PLUGIN_KARMA_EXTENDEDONLY', 'Only extended article');
  30  @define('PLUGIN_KARMA_EXTENDEDONLY_BLAHBLAH', 'Only show karmavoting on extended article view');
  31  @define('PLUGIN_KARMA_MAXKARMA', 'Karmavoting period');
  32  @define('PLUGIN_KARMA_MAXKARMA_BLAHBLAH', 'Only allow karmavoting until the article is X days old (Default: 7)');
  33  @define('PLUGIN_KARMA_LOGGING', 'Log votes?');
  34  @define('PLUGIN_KARMA_LOGGING_BLAHBLAH', 'Should karma votes be logged?');
  35  @define('PLUGIN_KARMA_ACTIVE', 'Enable karma voting?');
  36  @define('PLUGIN_KARMA_ACTIVE_BLAHBLAH', 'Is karma voting turned on?');
  37  @define('PLUGIN_KARMA_VISITS', 'Enable visit tracking?');
  38  @define('PLUGIN_KARMA_VISITS_BLAHBLAH', 'Should every click to an extended article be counted and displayed?');
  39  @define('PLUGIN_KARMA_VISITSCOUNT', ' %4$s hits');
  40  @define('PLUGIN_KARMA_STATISTICS_VISITS_TOP', 'Top visited articles');
  41  @define('PLUGIN_KARMA_STATISTICS_VISITS_BOTTOM', 'Worst visited articles');
  42  @define('PLUGIN_KARMA_STATISTICS_VOTES_TOP', 'Top karma-voted articles');
  43  @define('PLUGIN_KARMA_STATISTICS_VOTES_BOTTOM', 'Least karma-voted articles');
  44  @define('PLUGIN_KARMA_STATISTICS_POINTS_TOP', 'Best karma-voted articles');
  45  @define('PLUGIN_KARMA_STATISTICS_POINTS_BOTTOM', 'Worst karma-voted articles');
  46  @define('PLUGIN_KARMA_STATISTICS_VISITS_NO', 'visits');
  47  @define('PLUGIN_KARMA_STATISTICS_VOTES_NO', 'votes');
  48  @define('PLUGIN_KARMA_STATISTICS_POINTS_NO', 'points');
  49  
  50  @define('PLUGIN_KARMA_STARRATING', 'Enable individual rating on this entry?');
  51  ?>


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics