From 7800517deb6ab16f8211f73adc961a5bcb1ea328 Mon Sep 17 00:00:00 2001 From: Rune Rasmussen Date: Mon, 30 May 2011 19:10:40 +0200 Subject: Norwegian language update --- lib/plugins/popularity/lang/no/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/no/lang.php b/lib/plugins/popularity/lang/no/lang.php index 0f7c140ff..e80016f92 100644 --- a/lib/plugins/popularity/lang/no/lang.php +++ b/lib/plugins/popularity/lang/no/lang.php @@ -9,6 +9,7 @@ * @author Lisa Ditlefsen * @author Erik Pedersen * @author Erik Bjørn Pedersen + * @author Rune Rasmussen syntaxerror.no@gmail.com */ $lang['name'] = 'Popularitetsfeedback (kan ta litt tid å laste)'; $lang['submit'] = 'Send data'; -- cgit v1.2.3 From 56815381cee694a20bb57eee07a6b3d9bd77fa4a Mon Sep 17 00:00:00 2001 From: Soroush Falahati Date: Mon, 30 May 2011 19:11:41 +0200 Subject: Persian language update --- lib/plugins/popularity/lang/fa/lang.php | 10 +++++----- lib/plugins/popularity/lang/fa/submitted.txt | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 lib/plugins/popularity/lang/fa/submitted.txt (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/fa/lang.php b/lib/plugins/popularity/lang/fa/lang.php index fa08efea4..70c65f1b3 100644 --- a/lib/plugins/popularity/lang/fa/lang.php +++ b/lib/plugins/popularity/lang/fa/lang.php @@ -10,8 +10,8 @@ */ $lang['name'] = 'بازخورد محبوبیت (ممکن است اندکی زمان ببرد)'; $lang['submit'] = 'ارسال اطلاعات'; -$lang['autosubmit'] = 'به طور خودکار، داده‌ها را یک‌بار در ماه بفرست'; -$lang['submissionFailed'] = 'به دلیل زیر امکان ارسال داده‌ها نیست:'; -$lang['submitDirectly'] = 'با ارسال فرم زیر، می‌توانید داده‌ها را بفرستید'; -$lang['autosubmitError'] = 'به دلیل زیر، ارسال خودکار پیشین با مشکل مواجه شده بود:'; -$lang['lastSent'] = 'داده‌ها ارسال شدند'; +$lang['autosubmit'] = 'ارسال خودکار اطلاعات به صورت ماهیانه'; +$lang['submissionFailed'] = 'اطلاعات به علت بروز خطای زیر قابل ارسال نیستند:'; +$lang['submitDirectly'] = 'شما میتوانید اطلاعات را با تکمیل این فرم به صورت دستی ارسال کنید.'; +$lang['autosubmitError'] = 'آخرین ارسال خودکار با خطای مواجه شد, به علت زیر:'; +$lang['lastSent'] = 'اطلاعات ارسال شد.'; diff --git a/lib/plugins/popularity/lang/fa/submitted.txt b/lib/plugins/popularity/lang/fa/submitted.txt new file mode 100644 index 000000000..63eec47ba --- /dev/null +++ b/lib/plugins/popularity/lang/fa/submitted.txt @@ -0,0 +1,2 @@ +====== بازخورد محبوبیت ====== +اطلاعات ارسال شد. \ No newline at end of file -- cgit v1.2.3 From 40c1e7780b08ffe4a60ab7fc4cb2991ab7153a23 Mon Sep 17 00:00:00 2001 From: Martin Michalek Date: Tue, 31 May 2011 09:12:16 +0200 Subject: Add missing Slovak language file --- lib/plugins/popularity/lang/sk/submitted.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/plugins/popularity/lang/sk/submitted.txt (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/sk/submitted.txt b/lib/plugins/popularity/lang/sk/submitted.txt new file mode 100644 index 000000000..f99fb9fa9 --- /dev/null +++ b/lib/plugins/popularity/lang/sk/submitted.txt @@ -0,0 +1,3 @@ +====== Prieskum používania ====== + +Dáta boli úspešne odoslané. \ No newline at end of file -- cgit v1.2.3 From 0f80b0bcd4ca247f7bc4c3830946741546ad6e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20D=C3=A1vid?= Date: Sat, 4 Jun 2011 00:38:05 +0200 Subject: Hungarian language update --- lib/plugins/popularity/lang/hu/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/hu/lang.php b/lib/plugins/popularity/lang/hu/lang.php index fbd554d0d..5dcd1adf0 100644 --- a/lib/plugins/popularity/lang/hu/lang.php +++ b/lib/plugins/popularity/lang/hu/lang.php @@ -7,6 +7,7 @@ * @author schilling.janos@gmail.com * @author Szabó Dávid * @author Sándor TIHANYI + * @author David Szabo */ $lang['name'] = 'Visszajelzés a DokuWiki használatáról (sok időt vehet igénybe a betöltése)'; $lang['submit'] = 'Adatok elküldése'; -- cgit v1.2.3