Skip to content

Commit

Permalink
some language improvements(?) for the popularity plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Dec 9, 2010
1 parent 98be642 commit fb7b772
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/plugins/popularity/lang/en/lang.php
@@ -1,8 +1,8 @@
<?php

$lang['name'] = 'Popularity Feedback (may take some time to load)';
$lang['submit'] = 'Send Data';
$lang['autosubmit'] = 'Automatically send data once a month (may be (un)selected later)';
$lang['name'] = 'Popularity Feedback (may take some time to load)';
$lang['submit'] = 'Send Data';
$lang['autosubmit'] = 'Automatically send data once a month';
$lang['submissionFailed'] = 'The data couldn\'t be sent due to the following error:';
$lang['submitDirectly'] = 'You may sent this data directly, validating the following form';
$lang['autosubmitError'] = 'The last time we tried to autosubmit the data, we couldn\'t, because of the following error: ';
$lang['submitDirectly'] = 'You can send the data manually by submitting the following form.';
$lang['autosubmitError'] = 'The last autosubmit failed, because of the following error: ';

0 comments on commit fb7b772

Please sign in to comment.