From 325c7e9562ac271857d7490f978e3ce3c23952d1 Mon Sep 17 00:00:00 2001 From: Kate Arzamastseva Date: Wed, 18 May 2011 14:28:13 +0300 Subject: Ukrainian language update --- lib/plugins/popularity/lang/uk/submitted.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/plugins/popularity/lang/uk/submitted.txt (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/uk/submitted.txt b/lib/plugins/popularity/lang/uk/submitted.txt new file mode 100644 index 000000000..90213858d --- /dev/null +++ b/lib/plugins/popularity/lang/uk/submitted.txt @@ -0,0 +1,2 @@ +====== Відгук популярності ====== +Дані були успішно відправлені. \ No newline at end of file -- cgit v1.2.3 From a375d5e545bb97aa9e91b688b966dc6a9ce0cfe8 Mon Sep 17 00:00:00 2001 From: Guillaume Turri Date: Sat, 28 May 2011 07:53:50 +0200 Subject: Fix display in popularity plugin --- lib/plugins/popularity/admin.php | 2 +- lib/plugins/popularity/lang/en/lang.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/admin.php b/lib/plugins/popularity/admin.php index f9f6ceb65..a04e98a66 100644 --- a/lib/plugins/popularity/admin.php +++ b/lib/plugins/popularity/admin.php @@ -95,7 +95,7 @@ class admin_plugin_popularity extends DokuWiki_Admin_Plugin { //Print the last time the data was sent $lastSent = $this->helper->lastSentTime(); if ( $lastSent !== 0 ){ - echo $this->getLang('lastSent') . datetime_h($lastSent); + echo $this->getLang('lastSent') . ' ' . datetime_h($lastSent); } } else { //If we just submitted the form diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php index 78a5e862c..af6797cb2 100644 --- a/lib/plugins/popularity/lang/en/lang.php +++ b/lib/plugins/popularity/lang/en/lang.php @@ -6,4 +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 '; +$lang['lastSent'] = 'The data has been sent'; -- cgit v1.2.3 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 From 66c880eeb412047135a523819da6a6d99aff47f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rivo=20Z=C3=A4ngov?= Date: Sun, 5 Jun 2011 10:04:24 +0200 Subject: Estonian language update --- lib/plugins/popularity/lang/et/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/et/lang.php b/lib/plugins/popularity/lang/et/lang.php index 0ffea1244..ca1410ab0 100644 --- a/lib/plugins/popularity/lang/et/lang.php +++ b/lib/plugins/popularity/lang/et/lang.php @@ -3,4 +3,5 @@ * Estonian language file * * @author kristian.kankainen@kuu.la + * @author Rivo Zängov */ -- cgit v1.2.3 From 0748b4c7cb6a4918212b51bdedad710322ab2a0b Mon Sep 17 00:00:00 2001 From: Nurgozha Kaliaskarov Date: Tue, 21 Jun 2011 20:43:11 +0200 Subject: Kazakh translation added --- lib/plugins/popularity/lang/kk/lang.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/plugins/popularity/lang/kk/lang.php (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/kk/lang.php b/lib/plugins/popularity/lang/kk/lang.php new file mode 100644 index 000000000..dde5b9577 --- /dev/null +++ b/lib/plugins/popularity/lang/kk/lang.php @@ -0,0 +1,6 @@ + Date: Sat, 2 Jul 2011 13:19:32 +0200 Subject: Swedish language update --- lib/plugins/popularity/lang/sv/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/sv/lang.php b/lib/plugins/popularity/lang/sv/lang.php index b461a95cf..8be542e7f 100644 --- a/lib/plugins/popularity/lang/sv/lang.php +++ b/lib/plugins/popularity/lang/sv/lang.php @@ -12,6 +12,7 @@ * @author Bogge Bogge * @author Peter Åström * @author Håkan Sandell + * @author mikael@mallander.net */ $lang['name'] = 'Popularitets-feedback (det kan ta en stund att ladda sidan)'; $lang['submit'] = 'Sänd data'; -- cgit v1.2.3 From 9ee7fd095e8cb3c84ad95dd52c35630147333ecb Mon Sep 17 00:00:00 2001 From: Sami Olmari Date: Mon, 25 Jul 2011 20:17:44 +0200 Subject: Finish language update --- lib/plugins/popularity/lang/fi/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/fi/lang.php b/lib/plugins/popularity/lang/fi/lang.php index a73f63501..d7c230742 100644 --- a/lib/plugins/popularity/lang/fi/lang.php +++ b/lib/plugins/popularity/lang/fi/lang.php @@ -4,6 +4,7 @@ * * @author Otto Vainio * @author Teemu Mattila + * @author Sami Olmari */ $lang['name'] = 'Suosion palaute (voi kestää jonkun aikaa latautua)'; $lang['submit'] = 'Lähetä tiedot'; -- cgit v1.2.3 From c4241309cc2c5ed1d2675cf234f9b59ded0019f4 Mon Sep 17 00:00:00 2001 From: Dejan Igrec Date: Mon, 25 Jul 2011 20:19:01 +0200 Subject: Croatian language update --- lib/plugins/popularity/lang/hr/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/hr/lang.php b/lib/plugins/popularity/lang/hr/lang.php index d2094b77b..96f1d6afe 100644 --- a/lib/plugins/popularity/lang/hr/lang.php +++ b/lib/plugins/popularity/lang/hr/lang.php @@ -4,4 +4,5 @@ * * @author Branko Rihtman * @author Dražen Odobašić + * @author Dejan Igrec dejan.igrec@gmail.com */ -- cgit v1.2.3 From 4f616b5f20590d5f3a592bd53f2fc932968940d8 Mon Sep 17 00:00:00 2001 From: Christophe Martin Date: Sat, 30 Jul 2011 20:33:43 +0200 Subject: French language update --- lib/plugins/popularity/lang/fr/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/fr/lang.php b/lib/plugins/popularity/lang/fr/lang.php index 9aaf3c7d2..3ccc4cb5f 100644 --- a/lib/plugins/popularity/lang/fr/lang.php +++ b/lib/plugins/popularity/lang/fr/lang.php @@ -13,6 +13,7 @@ * @author Florian Gaub * @author Samuel Dorsaz samuel.dorsaz@novelion.net * @author Johan Guilbaud + * @author schplurtz@laposte.net */ $lang['name'] = 'Enquête de popularité (peut nécessiter un certain temps pour être chargée)'; $lang['submit'] = 'Envoyer les données'; -- cgit v1.2.3 From d4228d2db11332beba5ca9fa483a45e31a9edbe9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 18 Aug 2011 09:45:28 +0200 Subject: popularity plugin: send info on autosend Added information about the autosubmitting feature of the popularity plugin itself. --- lib/plugins/popularity/helper.php | 1 + lib/plugins/popularity/plugin.info.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/helper.php b/lib/plugins/popularity/helper.php index 5ce562319..af1e8a706 100644 --- a/lib/plugins/popularity/helper.php +++ b/lib/plugins/popularity/helper.php @@ -134,6 +134,7 @@ class helper_plugin_popularity extends Dokuwiki_Plugin { $data['popversion'] = $this->version; $data['language'] = $conf['lang']; $data['now'] = time(); + $data['popauto'] = (int) $this->isAutoSubmitEnabled(); // some config values $data['conf_useacl'] = $conf['useacl']; diff --git a/lib/plugins/popularity/plugin.info.txt b/lib/plugins/popularity/plugin.info.txt index 2652bd669..16b148f41 100644 --- a/lib/plugins/popularity/plugin.info.txt +++ b/lib/plugins/popularity/plugin.info.txt @@ -1,7 +1,7 @@ base popularity author Andreas Gohr email andi@splitbrain.org -date 2010-12-09 +date 2011-08-18 name Popularity Feedback Plugin desc Send anonymous data about your wiki to the developers. url http://www.dokuwiki.org/plugin:popularity -- cgit v1.2.3 From 69b3d093a6e936ae6bfaca6158ede0b1b4ab5593 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 18 Aug 2011 20:45:07 +0200 Subject: added link to popularity page in intro FS#2305 --- lib/plugins/popularity/lang/de/intro.txt | 2 +- lib/plugins/popularity/lang/en/intro.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/de/intro.txt b/lib/plugins/popularity/lang/de/intro.txt index 63b120662..dc014e029 100644 --- a/lib/plugins/popularity/lang/de/intro.txt +++ b/lib/plugins/popularity/lang/de/intro.txt @@ -1,6 +1,6 @@ ====== Popularitäts-Feedback ====== -Dieses Werkzeug sammelt verschiedene anonyme Daten über Ihr Wiki und erlaubt es Ihnen, diese an die DokuWiki-Entwickler zurückzusenden. Diese Daten helfen den Entwicklern besser zu verstehen, wie DokuWiki eingesetzt wird und stellt sicher, dass zukünftige, die Weiterentwicklung von DokuWiki betreffende, Entscheidungen auf Basis echter Nutzerdaten getroffen werden. +Dieses [[doku>popularity|Werkzeug]] sammelt verschiedene anonyme Daten über Ihr Wiki und erlaubt es Ihnen, diese an die DokuWiki-Entwickler zurückzusenden. Diese Daten helfen den Entwicklern besser zu verstehen, wie DokuWiki eingesetzt wird und stellt sicher, dass zukünftige, die Weiterentwicklung von DokuWiki betreffende, Entscheidungen auf Basis echter Nutzerdaten getroffen werden. Bitte wiederholen Sie das Versenden der Daten von Zeit zu Zeit, um die Entwickler über das Wachstum Ihres Wikis auf dem Laufenden zu halten. Ihre wiederholten Dateneinsendungen werden über eine anonyme ID identifiziert. diff --git a/lib/plugins/popularity/lang/en/intro.txt b/lib/plugins/popularity/lang/en/intro.txt index 0812ffbe3..e1d6d940a 100644 --- a/lib/plugins/popularity/lang/en/intro.txt +++ b/lib/plugins/popularity/lang/en/intro.txt @@ -1,6 +1,6 @@ ====== Popularity Feedback ====== -This tool gathers anonymous data about your wiki and allows you to send it back to the DokuWiki developers. This helps them to understand them how DokuWiki is used by its users and makes sure future development decisions are backed up by real world usage statistics. +This [[doku>popularity|tool]] gathers anonymous data about your wiki and allows you to send it back to the DokuWiki developers. This helps them to understand them how DokuWiki is used by its users and makes sure future development decisions are backed up by real world usage statistics. You are encouraged to repeat this step from time to time to keep developers informed when your wiki grows. Your repeated data sets will be identified by an anonymous ID. -- cgit v1.2.3 From 37f58beb831123388fa2373e0540fc8a5e585dac Mon Sep 17 00:00:00 2001 From: Guillaume Turri Date: Fri, 19 Aug 2011 21:34:16 +0300 Subject: French localization of 69b3d ("added link to popularity page in intro FS#2305") --- lib/plugins/popularity/lang/fr/intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/fr/intro.txt b/lib/plugins/popularity/lang/fr/intro.txt index 58be61d03..041e65d69 100644 --- a/lib/plugins/popularity/lang/fr/intro.txt +++ b/lib/plugins/popularity/lang/fr/intro.txt @@ -1,6 +1,6 @@ ====== Enquête de popularité ====== -Cet outil collecte des données anonymes concernant votre wiki et vous permet de les expédier aux développeurs de DokuWiki. Ceci leur permet de mieux comprendre comment DokuWiki est employé par ses utilisateurs et d'orienter les décisions sur les développements futurs en tenant compte des statistiques d'usage réel. +Cet [[doku>popularity|outil]] collecte des données anonymes concernant votre wiki et vous permet de les expédier aux développeurs de DokuWiki. Ceci leur permet de mieux comprendre comment DokuWiki est employé par ses utilisateurs et d'orienter les décisions sur les développements futurs en tenant compte des statistiques d'usage réel. Vous êtes encouragé à répéter l'opération de collecte et d'envoi des données anonymes de temps en temps afin d'informer les développeurs de la croissance de votre wiki. -- cgit v1.2.3 From e7f921dcad959dc0d27e53da4d77f5b1211c030a Mon Sep 17 00:00:00 2001 From: Oscar Ciudad Date: Sat, 27 Aug 2011 13:53:11 +0200 Subject: Spanish language update --- lib/plugins/popularity/lang/es/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/es/lang.php b/lib/plugins/popularity/lang/es/lang.php index 5e42cd45c..d78343a36 100644 --- a/lib/plugins/popularity/lang/es/lang.php +++ b/lib/plugins/popularity/lang/es/lang.php @@ -17,6 +17,7 @@ * @author Mauro Javier Giamberardino * @author Oscar M. Lage * @author emezeta + * @author Oscar Ciudad */ $lang['name'] = 'Retroinformación (Feedback) plugin Popularity'; $lang['submit'] = 'Enviar datos'; -- cgit v1.2.3 From ab8fecc6efc832771505467be33a88e0cafec04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chmaj?= Date: Sat, 27 Aug 2011 13:54:16 +0200 Subject: Polish language update --- lib/plugins/popularity/lang/pl/lang.php | 6 ++++++ lib/plugins/popularity/lang/pl/submitted.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 lib/plugins/popularity/lang/pl/submitted.txt (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/pl/lang.php b/lib/plugins/popularity/lang/pl/lang.php index fbbe6dab2..d96254fd8 100644 --- a/lib/plugins/popularity/lang/pl/lang.php +++ b/lib/plugins/popularity/lang/pl/lang.php @@ -10,6 +10,12 @@ * @author Leszek Stachowski * @author maros * @author Grzegorz Widła + * @author Łukasz Chmaj */ $lang['name'] = 'Informacja o popularności (ładowanie może zająć dłuższą chwilę)'; $lang['submit'] = 'Wyślij dane'; +$lang['autosubmit'] = 'Automatycznie wysyłaj dane raz na miesiąc'; +$lang['submissionFailed'] = 'Dane nie mogły być przesłane ze względu na następujące błędy:'; +$lang['submitDirectly'] = 'Możesz wysłać dane ręcznie poprzez następujący formularz:'; +$lang['autosubmitError'] = 'Ostatnie wysyłanie automatyczne nie powiodło się ze względu na następujące błędy:'; +$lang['lastSent'] = 'Dane zostały wysłane:'; diff --git a/lib/plugins/popularity/lang/pl/submitted.txt b/lib/plugins/popularity/lang/pl/submitted.txt new file mode 100644 index 000000000..195e81388 --- /dev/null +++ b/lib/plugins/popularity/lang/pl/submitted.txt @@ -0,0 +1,3 @@ +====== Informacje o popularności ====== + +Wysyłanie danych powiodło się. \ No newline at end of file -- cgit v1.2.3 From c62a5f5846e3477044ebc93e96f98b878d3e7a59 Mon Sep 17 00:00:00 2001 From: Dedeco Date: Mon, 12 Sep 2011 21:53:15 +0200 Subject: pt-BR language update --- lib/plugins/popularity/lang/pt-br/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/pt-br/lang.php b/lib/plugins/popularity/lang/pt-br/lang.php index 67a3abd7e..44d811d81 100644 --- a/lib/plugins/popularity/lang/pt-br/lang.php +++ b/lib/plugins/popularity/lang/pt-br/lang.php @@ -14,6 +14,7 @@ * @author Luis Dantas * @author Sergio Motta sergio@cisne.com.br * @author Isaias Masiero Filho + * @author Balaco Baco */ $lang['name'] = 'Retorno de popularidade (pode demorar um pouco para carregar)'; $lang['submit'] = 'Enviar dados'; -- cgit v1.2.3 From 8b8998596af1a9dd2d4fcfac9f6b4393fcf69d57 Mon Sep 17 00:00:00 2001 From: Petros Vidalis Date: Mon, 19 Sep 2011 13:16:25 +0200 Subject: Greek language update --- lib/plugins/popularity/lang/el/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/el/lang.php b/lib/plugins/popularity/lang/el/lang.php index 41704fa06..32558b060 100644 --- a/lib/plugins/popularity/lang/el/lang.php +++ b/lib/plugins/popularity/lang/el/lang.php @@ -4,6 +4,7 @@ * * @author Konstantinos Koryllos * @author George Petsagourakis + * @author Petros Vidalis */ $lang['name'] = 'Αναφορά Δημοτικότητας (ίσως αργήσει λίγο να εμφανιστεί)'; $lang['submit'] = 'Αποστολή Δεδομένων'; -- cgit v1.2.3 From b1ba68599b1aaf3242332cfd97b167f999fd788c Mon Sep 17 00:00:00 2001 From: Robert Bogenschneider Date: Mon, 19 Sep 2011 13:17:43 +0200 Subject: Esperanto language update --- lib/plugins/popularity/lang/eo/lang.php | 1 + lib/plugins/popularity/lang/eo/submitted.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 lib/plugins/popularity/lang/eo/submitted.txt (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/eo/lang.php b/lib/plugins/popularity/lang/eo/lang.php index a7c124f51..2cbb6072f 100644 --- a/lib/plugins/popularity/lang/eo/lang.php +++ b/lib/plugins/popularity/lang/eo/lang.php @@ -9,6 +9,7 @@ * @author Erik Pedersen * @author Robert Bogenschneider * @author Robert BOGENSCHNEIDER + * @author Robert BOGENSCHNEIDER */ $lang['name'] = 'Populareca enketo (eble la ŝargo prokrastos iomete)'; $lang['submit'] = 'Sendi datenaron'; diff --git a/lib/plugins/popularity/lang/eo/submitted.txt b/lib/plugins/popularity/lang/eo/submitted.txt new file mode 100644 index 000000000..c2bce4e9f --- /dev/null +++ b/lib/plugins/popularity/lang/eo/submitted.txt @@ -0,0 +1,3 @@ +====== Enketo pri Populareco ====== + +La datumoj estis senditaj sukcese. \ No newline at end of file -- cgit v1.2.3 From f84d2dfd6f3df6ad2403af497075b0bb35393ffc Mon Sep 17 00:00:00 2001 From: Thomas Nygreen Date: Mon, 19 Sep 2011 13:20:27 +0200 Subject: Norwegian language update --- lib/plugins/popularity/lang/no/lang.php | 6 ++++++ lib/plugins/popularity/lang/no/submitted.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 lib/plugins/popularity/lang/no/submitted.txt (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/no/lang.php b/lib/plugins/popularity/lang/no/lang.php index e80016f92..3c6dfee9e 100644 --- a/lib/plugins/popularity/lang/no/lang.php +++ b/lib/plugins/popularity/lang/no/lang.php @@ -10,6 +10,12 @@ * @author Erik Pedersen * @author Erik Bjørn Pedersen * @author Rune Rasmussen syntaxerror.no@gmail.com + * @author Thomas Nygreen */ $lang['name'] = 'Popularitetsfeedback (kan ta litt tid å laste)'; $lang['submit'] = 'Send data'; +$lang['autosubmit'] = 'Send data automatisk en gang i måneden'; +$lang['submissionFailed'] = 'Kunne ikke sende dataene på grunn av følgende feil:'; +$lang['submitDirectly'] = 'Du kan sende dataene manuelt ved å sende inn dette skjemaet.'; +$lang['autosubmitError'] = 'Den siste automatiske innsendinga feilet på grunn av følgende feil:'; +$lang['lastSent'] = 'Dataene er sendt'; diff --git a/lib/plugins/popularity/lang/no/submitted.txt b/lib/plugins/popularity/lang/no/submitted.txt new file mode 100644 index 000000000..239676a9d --- /dev/null +++ b/lib/plugins/popularity/lang/no/submitted.txt @@ -0,0 +1,3 @@ +====== Tilbakemelding om popularitet ====== + +Innsending av dataene var vellykka. \ No newline at end of file -- cgit v1.2.3 From 86e64c1709dfad1edceb5b0b2acdaade3b248d96 Mon Sep 17 00:00:00 2001 From: lainme Date: Mon, 19 Sep 2011 13:41:40 +0200 Subject: Simplified Chinese language update --- lib/plugins/popularity/lang/zh/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/zh/lang.php b/lib/plugins/popularity/lang/zh/lang.php index a2464762d..f45aaf4ff 100644 --- a/lib/plugins/popularity/lang/zh/lang.php +++ b/lib/plugins/popularity/lang/zh/lang.php @@ -12,6 +12,7 @@ * @author caii * @author Hiphen Lee * @author caii, patent agent in China + * @author lainme993@gmail.com */ $lang['name'] = '人气反馈(载入可能需要一些时间)'; $lang['submit'] = '发送数据'; -- cgit v1.2.3 From bc64186ea372e1a6fde4a99f6a914e80357b95c4 Mon Sep 17 00:00:00 2001 From: Marius-Alex Olar Date: Mon, 10 Oct 2011 20:40:41 +0200 Subject: Romanian language update --- lib/plugins/popularity/lang/ro/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/ro/lang.php b/lib/plugins/popularity/lang/ro/lang.php index 1644ea574..7f3508362 100644 --- a/lib/plugins/popularity/lang/ro/lang.php +++ b/lib/plugins/popularity/lang/ro/lang.php @@ -6,6 +6,7 @@ * @author Emanuel-Emeric Andrași * @author Emanuel-Emeric Andraşi * @author Emanuel-Emeric Andrasi + * @author Marius OLAR */ $lang['name'] = 'Feedback de popularitate (încărcarea poate dura mai mult)'; $lang['submit'] = 'Trimite datele'; -- cgit v1.2.3 From f4aabe763b3ae83161819c991d4c7820523c3524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Figols?= Date: Mon, 10 Oct 2011 20:42:02 +0200 Subject: Spanish language update --- lib/plugins/popularity/lang/es/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/es/lang.php b/lib/plugins/popularity/lang/es/lang.php index d78343a36..752fb7da4 100644 --- a/lib/plugins/popularity/lang/es/lang.php +++ b/lib/plugins/popularity/lang/es/lang.php @@ -18,6 +18,7 @@ * @author Oscar M. Lage * @author emezeta * @author Oscar Ciudad + * @author Ruben Figols */ $lang['name'] = 'Retroinformación (Feedback) plugin Popularity'; $lang['submit'] = 'Enviar datos'; -- cgit v1.2.3 From a17cd808475d1303cecfd340b2effc84541bc5d4 Mon Sep 17 00:00:00 2001 From: Kaeptn Haddock Date: Mon, 10 Oct 2011 20:43:38 +0200 Subject: German language update --- lib/plugins/popularity/lang/de/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/de/lang.php b/lib/plugins/popularity/lang/de/lang.php index 4649062f7..b0e915b91 100644 --- a/lib/plugins/popularity/lang/de/lang.php +++ b/lib/plugins/popularity/lang/de/lang.php @@ -13,6 +13,7 @@ * @author Robert Bogenschneider * @author Niels Lange * @author Christian Wichmann + * @author Paul Lachewsky */ $lang['name'] = 'Popularitäts-Feedback (Eventuell längere Ladezeit)'; $lang['submit'] = 'Daten senden'; -- cgit v1.2.3 From a76231726379ab65af1ce994b8d74e2ac814f8db Mon Sep 17 00:00:00 2001 From: Jeroen Roeterd Date: Mon, 10 Oct 2011 20:55:34 +0200 Subject: Dutch language update --- lib/plugins/popularity/lang/nl/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/nl/lang.php b/lib/plugins/popularity/lang/nl/lang.php index 0a8386f42..75c13013b 100644 --- a/lib/plugins/popularity/lang/nl/lang.php +++ b/lib/plugins/popularity/lang/nl/lang.php @@ -10,6 +10,7 @@ * @author Matthias Carchon webmaster@c-mattic.be * @author Marijn Hofstra * @author Timon Van Overveldt + * @author Jeroen */ $lang['name'] = 'Populariteitsfeedback (kan even duren om in te laden)'; $lang['submit'] = 'Verstuur'; -- cgit v1.2.3 From 71861ac4c5e2038488f9b59a3767a8877dec4a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Magne=20B=C3=B8e?= Date: Sun, 23 Oct 2011 06:53:57 +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 3c6dfee9e..e283fc371 100644 --- a/lib/plugins/popularity/lang/no/lang.php +++ b/lib/plugins/popularity/lang/no/lang.php @@ -11,6 +11,7 @@ * @author Erik Bjørn Pedersen * @author Rune Rasmussen syntaxerror.no@gmail.com * @author Thomas Nygreen + * @author Jon Bøe */ $lang['name'] = 'Popularitetsfeedback (kan ta litt tid å laste)'; $lang['submit'] = 'Send data'; -- cgit v1.2.3 From 12e233d35a8c74cd22af40fedac47511c00d3d97 Mon Sep 17 00:00:00 2001 From: Pierre Corell Date: Thu, 27 Oct 2011 23:44:00 +0200 Subject: German language updates --- lib/plugins/popularity/lang/de-informal/lang.php | 1 + lib/plugins/popularity/lang/de/lang.php | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/de-informal/lang.php b/lib/plugins/popularity/lang/de-informal/lang.php index f884ed690..40e6c4343 100644 --- a/lib/plugins/popularity/lang/de-informal/lang.php +++ b/lib/plugins/popularity/lang/de-informal/lang.php @@ -7,6 +7,7 @@ * @author Marcel Metz * @author Matthias Schulte * @author Christian Wichmann + * @author Pierre Corell */ $lang['name'] = 'Popularitätsrückmeldung (kann eine Weile dauern, bis es fertig geladen wurde)'; $lang['submit'] = 'Sende Daten'; diff --git a/lib/plugins/popularity/lang/de/lang.php b/lib/plugins/popularity/lang/de/lang.php index b0e915b91..42bdc14d5 100644 --- a/lib/plugins/popularity/lang/de/lang.php +++ b/lib/plugins/popularity/lang/de/lang.php @@ -14,6 +14,7 @@ * @author Niels Lange * @author Christian Wichmann * @author Paul Lachewsky + * @author Pierre Corell */ $lang['name'] = 'Popularitäts-Feedback (Eventuell längere Ladezeit)'; $lang['submit'] = 'Daten senden'; -- cgit v1.2.3 From 8707b67124d73a0df1b88c2f0da037aa0fa5ba16 Mon Sep 17 00:00:00 2001 From: Guy Brand Date: Sat, 5 Nov 2011 22:07:39 +0100 Subject: French strings minor fix and obsolete email address update --- lib/plugins/popularity/lang/fr/lang.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/fr/lang.php b/lib/plugins/popularity/lang/fr/lang.php index 3ccc4cb5f..ae12c6683 100644 --- a/lib/plugins/popularity/lang/fr/lang.php +++ b/lib/plugins/popularity/lang/fr/lang.php @@ -2,8 +2,7 @@ /** * French language file * - * @author gb@isis.u-strasbg.fr - * @author Guy Brand + * @author Guy Brand * @author stephane.gully@gmail.com * @author Guillaume Turri * @author Erik Pedersen -- cgit v1.2.3