diff options
author | Adrian Lang <dokuwiki@adrianlang.de> | 2011-01-14 21:45:52 +0100 |
---|---|---|
committer | Adrian Lang <dokuwiki@adrianlang.de> | 2011-01-14 21:45:52 +0100 |
commit | 731ae6527af8e2b8cdb211aecac260988e8379e9 (patch) | |
tree | a44a5637394e7fee3c5835e3955cd716699bbea8 /lib/plugins/popularity/lang/en/lang.php | |
parent | fa7c70ff4d7f9999466436e7d559eb0c81571779 (diff) | |
parent | 301971b3769a2d1a440cf58fd84f2c100a1348e3 (diff) | |
download | rpg-731ae6527af8e2b8cdb211aecac260988e8379e9.tar.gz rpg-731ae6527af8e2b8cdb211aecac260988e8379e9.tar.bz2 |
Merge branch 'master' of github.com:splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins/popularity/lang/en/lang.php')
-rw-r--r-- | lib/plugins/popularity/lang/en/lang.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php index c9912b7ad..78a5e862c 100644 --- a/lib/plugins/popularity/lang/en/lang.php +++ b/lib/plugins/popularity/lang/en/lang.php @@ -1,4 +1,9 @@ <?php -$lang['name'] = 'Popularity Feedback (may take some time to load)'; -$lang['submit'] = 'Send Data'; +$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 can send the data manually by submitting the following form.'; +$lang['autosubmitError'] = 'The last autosubmit failed, because of the following error: '; +$lang['lastSent'] = 'The data has been sent '; |