From 98be6429ce6efaa013146af9145aa572816adb89 Mon Sep 17 00:00:00 2001 From: Guillaume Turri Date: Thu, 9 Dec 2010 22:03:59 +0100 Subject: Add support for autosubmitting popularity data FS#2025 --- lib/plugins/popularity/lang/en/lang.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/plugins/popularity/lang/en') diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php index c9912b7ad..eba1a48e2 100644 --- a/lib/plugins/popularity/lang/en/lang.php +++ b/lib/plugins/popularity/lang/en/lang.php @@ -2,3 +2,7 @@ $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['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: '; -- cgit v1.2.3 From fb7b772309f4272b67352a142b8afb1afd9743e5 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 9 Dec 2010 22:13:06 +0100 Subject: some language improvements(?) for the popularity plugin --- lib/plugins/popularity/lang/en/lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/plugins/popularity/lang/en') diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php index eba1a48e2..a94623718 100644 --- a/lib/plugins/popularity/lang/en/lang.php +++ b/lib/plugins/popularity/lang/en/lang.php @@ -1,8 +1,8 @@ Date: Fri, 10 Dec 2010 09:46:38 +0100 Subject: added missing files for popularity plugin --- lib/plugins/popularity/lang/en/submitted.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/plugins/popularity/lang/en/submitted.txt (limited to 'lib/plugins/popularity/lang/en') diff --git a/lib/plugins/popularity/lang/en/submitted.txt b/lib/plugins/popularity/lang/en/submitted.txt new file mode 100644 index 000000000..30f2784aa --- /dev/null +++ b/lib/plugins/popularity/lang/en/submitted.txt @@ -0,0 +1,3 @@ +====== Popularity Feedback ====== + +The data has been sent succesfully. -- cgit v1.2.3 From 5827ba0b8aa706e4201a3dc654b3c2cf141f6dd2 Mon Sep 17 00:00:00 2001 From: Guillaume Turri Date: Sat, 18 Dec 2010 10:27:49 +0100 Subject: Popularity plugin displays the last time the data was sent --- lib/plugins/popularity/lang/en/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity/lang/en') diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php index a94623718..78a5e862c 100644 --- a/lib/plugins/popularity/lang/en/lang.php +++ b/lib/plugins/popularity/lang/en/lang.php @@ -6,3 +6,4 @@ $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 '; -- cgit v1.2.3