diff options
Diffstat (limited to 'lib/plugins/popularity/lang')
-rw-r--r-- | lib/plugins/popularity/lang/de/intro.txt | 19 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/de/lang.php | 4 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/en/intro.txt | 19 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/en/lang.php | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/de/intro.txt b/lib/plugins/popularity/lang/de/intro.txt new file mode 100644 index 000000000..69651599a --- /dev/null +++ b/lib/plugins/popularity/lang/de/intro.txt @@ -0,0 +1,19 @@ +====== 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. + +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 identifieziert. + +Die gesammelten Daten enthalten Informationen wie Ihre DokuWiki Version, die Anzahl +und Größe Ihrer Seiten und Dateien, installierte Plugins und die eingesetzte PHP Installation. + +Die zu übertragenen Roh-Daten werden in der untenstehenden Box angezeigt. Bitte +drücken Sie die "Daten Senden" Schaltfläche um die Information zu übertragen. + + diff --git a/lib/plugins/popularity/lang/de/lang.php b/lib/plugins/popularity/lang/de/lang.php new file mode 100644 index 000000000..01a6ca3ee --- /dev/null +++ b/lib/plugins/popularity/lang/de/lang.php @@ -0,0 +1,4 @@ +<?php + +$lang['name'] = 'Popularitäts-Feedback (Eventuell längere Ladezeit)'; +$lang['submit'] = 'Daten Senden'; diff --git a/lib/plugins/popularity/lang/en/intro.txt b/lib/plugins/popularity/lang/en/intro.txt new file mode 100644 index 000000000..495c0841a --- /dev/null +++ b/lib/plugins/popularity/lang/en/intro.txt @@ -0,0 +1,19 @@ +====== 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. + +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. + +Data collected contains information like your DokuWiki version, the number and +size of your pages and files, installed plugins and information about your PHP +install. + +The raw data that will be send is shown below. Please use the "Send Data" button +to transfer the information. + + diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php new file mode 100644 index 000000000..c9912b7ad --- /dev/null +++ b/lib/plugins/popularity/lang/en/lang.php @@ -0,0 +1,4 @@ +<?php + +$lang['name'] = 'Popularity Feedback (may take some time to load)'; +$lang['submit'] = 'Send Data'; |