summaryrefslogtreecommitdiff
path: root/lib/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins')
-rw-r--r--lib/plugins/config/lang/de/intro.txt16
-rw-r--r--lib/plugins/config/lang/de/lang.php17
-rw-r--r--lib/plugins/config/lang/en/lang.php8
-rw-r--r--lib/plugins/plugin/lang/de/lang.php46
-rw-r--r--lib/plugins/plugin/lang/en/lang.php109
-rw-r--r--lib/plugins/plugin/lang/fr/lang.php13
-rw-r--r--lib/plugins/plugin/lang/pl/lang.php11
-rw-r--r--lib/plugins/usermanager/lang/de/lang.php20
-rw-r--r--lib/plugins/usermanager/lang/en/lang.php17
-rw-r--r--lib/plugins/usermanager/lang/fr/lang.php6
10 files changed, 140 insertions, 123 deletions
diff --git a/lib/plugins/config/lang/de/intro.txt b/lib/plugins/config/lang/de/intro.txt
new file mode 100644
index 000000000..78f0a17c8
--- /dev/null
+++ b/lib/plugins/config/lang/de/intro.txt
@@ -0,0 +1,16 @@
+====== Konfiguration ======
+
+Dieses Plugin hilft Ihnen bei der Konfiguration von DokuWiki. Hilfe zu den einzelnen Einstellungen
+finden Sie unter [[doku>wiki:config]]. Mehr Information zu diesem Plugin ist unter
+[[doku>plugin:config]] erhältlich.
+
+Einstellungen mit einem hellroten Hintergrund sind gesichert und können nicht mit diesem Plugin
+verändert werden, Einstellungen mit hellblauem Hintergrund sind Voreinstellungen, weiß hinterlegte
+Felder zeigen lokal veränderte Werte an. Sowohl die blauen als auch die weißen Felder können
+verändert werden.
+
+Bitte vergessen Sie nicht **Speichern** zu drücken bevor Sie die Seite verlassen, andernfalls gehen
+Ihre Änderungen verloren.
+
+
+
diff --git a/lib/plugins/config/lang/de/lang.php b/lib/plugins/config/lang/de/lang.php
new file mode 100644
index 000000000..883c3a6b4
--- /dev/null
+++ b/lib/plugins/config/lang/de/lang.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * German language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Andreas Gohr <andi@splitbrain.org>
+ */
+
+$lang['menu'] = 'Konfiguration';
+
+$lang['error'] = 'Die Einstellungen wurden wegen einer fehlerhaften Eingabe nicht gespeichert.
+ <br />Bitte überprüfen sie die rot umrandeten Eingaben und speichern Sie erneut.';
+$lang['updated'] = 'Einstellungen erfolgreich gespeichert.';
+$lang['nochoice'] = '(keine Auswahlmöglichkeiten vorhanden)';
+$lang['locked'] = 'Die Konfigurationsdatei kann nicht geändert werden, wenn dies unbeabsichtigt ist
+ <br />überprüfen Sie, dass die Dateiberechtigungen korrekt gesetzt sind.';
+
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index f897e9a61..736e4f048 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -6,13 +6,9 @@
* @author Christopher Smith <chris@jalakai.co.uk>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
-$lang['menu'] = 'Configuration Settings ...';
+$lang['menu'] = 'Configuration Settings';
$lang['error'] = 'Settings not updated due to an invalid value, please review your changes and resubmit.
<br />The incorrect value(s) will be shown surrounded by a red border.';
@@ -132,5 +128,3 @@ $lang['rss_linkto_o_page'] = 'the revised page';
$lang['rss_linkto_o_rev'] = 'list of revisions';
$lang['rss_linkto_o_current'] = 'the current page';
-
-
diff --git a/lib/plugins/plugin/lang/de/lang.php b/lib/plugins/plugin/lang/de/lang.php
index 462a0264f..7fb7b0b6b 100644
--- a/lib/plugins/plugin/lang/de/lang.php
+++ b/lib/plugins/plugin/lang/de/lang.php
@@ -4,21 +4,16 @@
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Esther Brunner <esther@kaffeehaus.ch>
+ * @author Andreas Gohr <andi@splitbrain.org>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
-$lang['menu'] = 'Plugins verwalten...';
+$lang['menu'] = 'Plugins verwalten';
// custom language strings for the plugin
$lang['refresh'] = "Liste der installierten Plugins aktualisieren";
$lang['refresh_x'] = "Benutze diese Option, wenn Du Plugins manuell verändert hast";
$lang['download'] = "Neues Plugin herunterladen und installieren";
-$lang['manage'] = "Installiete Plugins";
+$lang['manage'] = "Installierte Plugins";
$lang['btn_info'] = 'Info';
$lang['btn_update'] = 'Update';
$lang['btn_delete'] = 'Löschen';
@@ -26,7 +21,6 @@ $lang['btn_settings'] = 'Einstellungen';
$lang['btn_refresh'] = 'Aktualisieren';
$lang['btn_download'] = 'Herunterladen';
$lang['url'] = 'URL';
-//$lang[''] = '';
$lang['installed'] = 'Installiert:';
$lang['lastupdate'] = 'Letzte Version:';
@@ -37,21 +31,47 @@ $lang['unknown'] = 'unbekannt';
// ..ed = success message
$lang['refreshing'] = 'Aktualisiere ...';
-$lang['refreshed'] = 'Aktualisieren der Plugins abgeshlossen.';
+$lang['refreshed'] = 'Aktualisieren der Plugins abgeschlossen.';
$lang['updating'] = 'Lade Update ...';
$lang['updated'] = 'Update von Plugin %s erfolgreich installiert';
+$lang['updates'] = 'Die folgenden Plugins wurden erfolgreich aktualisiert';
+$lang['update_none'] = 'Keine Updates gefunden.';
+
+$lang['deleting'] = 'Löschen ...';
+$lang['deleted'] = 'Plugin %s gelöscht.';
$lang['downloading'] = 'Lade herunter ...';
$lang['downloaded'] = 'Plugin %s erfolgreich installiert';
$lang['downloads'] = 'Die folgenden Plugins wurden erfolgreich installiert:';
$lang['download_none'] = 'Keine Plugins gefunden oder es trat ein Fehler beim Herunterladen auf.';
+
+// info titles
+$lang['plugin'] = 'Plugin:';
+$lang['components'] = 'Komponenten';
+$lang['noinfo'] = 'Dieses Plugin liefert keine Informationen, möglicherweise ist es fehlerhaft.';
+$lang['name'] = 'Name:';
+$lang['date'] = 'Datum:';
+$lang['type'] = 'Typ:';
+$lang['desc'] = 'Beschreibung:';
+$lang['author'] = 'Entwickler:';
+$lang['www'] = 'Web:';
// error messages
+$lang['error'] = 'Ein unbekannter Fehler ist aufgetreten.';
$lang['error_download'] = 'Konnte das Plugin %s nicht installieren';
$lang['error_badurl'] = 'Wahrscheinlich ungültige URL, konnte keinen Dateinamen ausfindig machen';
$lang['error_dircreate'] = 'Konnte keinen temporären Ordner für die Downloads erstellen';
-//$lang['error_'] = '';
-
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+$lang['error_decompress'] = 'Der Plugin Manager konnte das Plugin archiv nicht entpacken. Entweder ist '.
+ 'der Download fehlerhaft oder das Komprimierungsverfahren wird nicht unterstützt. '.
+ 'Bitte versuchen Sie es erneut oder downloaden und installieren Sie das Plugin '.
+ 'manuell';
+$lang['error_copy'] = 'Beim kopieren der Dateien des Plugins trat ein Fehler auf <em>%s</em>: '.
+ 'möglicherweise ist die Festplatte voll oder die Dateiberechtigungen falsch. '.
+ 'Möglicherweise wurde das Plugin nur teilweise installiert, sie sollten das Plugin '.
+ 'manuell entfernen um Instabilitäten zu vermeiden.';
+$lang['error_delete'] = 'Es gab einem Fehler beim Versuch das Plugin zu löschen <em>%s</em>. '.
+ 'Dies liegt warscheinlich an fehlenden Dateiberechtigungen.';
+
+//Setup VIM: ex: et ts=4 enc=utf-8 : \ No newline at end of file
diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php
index 665cd8d18..2f0660b9f 100644
--- a/lib/plugins/plugin/lang/en/lang.php
+++ b/lib/plugins/plugin/lang/en/lang.php
@@ -6,78 +6,71 @@
* @author Christopher Smith <chris@jalakai.co.uk>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
+$lang['menu'] = 'Manage Plugins';
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
-$lang['menu'] = 'Manage Plugins...';
+$lang['refresh'] = "Refresh list of installed plugins";
+$lang['refresh_x'] = "Use this option if you have altered any of your plugins manually";
+$lang['download'] = "Download and install a new plugin";
+$lang['manage'] = "Installed Plugins";
-// custom language strings for the plugin
-$lang['refresh'] = "Refresh list of installed plugins";
-$lang['refresh_x'] = "Use this option if you have altered any of your plugins manually";
-$lang['download'] = "Download and install a new plugin";
-$lang['manage'] = "Installed Plugins";
+$lang['btn_info'] = 'Info';
+$lang['btn_update'] = 'Update';
+$lang['btn_delete'] = 'Delete';
+$lang['btn_settings'] = 'Settings';
+$lang['btn_refresh'] = 'Refresh';
+$lang['btn_download'] = 'Download';
-$lang['btn_info'] = 'info';
-$lang['btn_update'] = 'update';
-$lang['btn_delete'] = 'delete';
-$lang['btn_settings'] = 'settings';
-$lang['btn_refresh'] = 'Refresh';
-$lang['btn_download'] = 'Download';
+$lang['url'] = 'URL';
-$lang['url'] = 'URL';
-//$lang[''] = '';
-
-$lang['installed'] = 'Installed:';
-$lang['lastupdate'] = 'Last updated:';
-$lang['source'] = 'Source:';
-$lang['unknown'] = 'unknown';
+$lang['installed'] = 'Installed:';
+$lang['lastupdate'] = 'Last updated:';
+$lang['source'] = 'Source:';
+$lang['unknown'] = 'unknown';
// ..ing = header message
// ..ed = success message
-$lang['refreshing'] = 'Refreshing ...';
-$lang['refreshed'] = 'Plugin refresh completed.';
+$lang['refreshing'] = 'Refreshing ...';
+$lang['refreshed'] = 'Plugin refresh completed.';
-$lang['updating'] = 'Updating ...';
-$lang['updated'] = 'Plugin %s updated successfully';
-$lang['updates'] = 'The following plugins have been updated successfully';
-$lang['update_none'] = 'No updates found.';
+$lang['updating'] = 'Updating ...';
+$lang['updated'] = 'Plugin %s updated successfully';
+$lang['updates'] = 'The following plugins have been updated successfully';
+$lang['update_none'] = 'No updates found.';
-$lang['deleting'] = 'Deleting ...';
-$lang['deleted'] = 'Plugin %s deleted.';
+$lang['deleting'] = 'Deleting ...';
+$lang['deleted'] = 'Plugin %s deleted.';
-$lang['downloading'] = 'Downloading ...';
-$lang['downloaded'] = 'Plugin %s installed successfully';
-$lang['downloads'] = 'The following plugins have been installed successfully:';
-$lang['download_none'] = 'No plugins found, or there has been an unknown problem during downloading and installing.';
+$lang['downloading'] = 'Downloading ...';
+$lang['downloaded'] = 'Plugin %s installed successfully';
+$lang['downloads'] = 'The following plugins have been installed successfully:';
+$lang['download_none'] = 'No plugins found, or there has been an unknown problem during downloading and installing.';
// info titles
-$lang['plugin'] = 'Plugin:';
-$lang['components'] = 'Components';
-$lang['noinfo'] = 'This plugin returned no information, it may be invalid.';
-$lang['name'] = 'Name:';
-$lang['date'] = 'Date:';
-$lang['type'] = 'Type:';
-$lang['desc'] = 'Description:';
-$lang['author'] = 'Author:';
-$lang['www'] = 'Web:';
+$lang['plugin'] = 'Plugin:';
+$lang['components'] = 'Components';
+$lang['noinfo'] = 'This plugin returned no information, it may be invalid.';
+$lang['name'] = 'Name:';
+$lang['date'] = 'Date:';
+$lang['type'] = 'Type:';
+$lang['desc'] = 'Description:';
+$lang['author'] = 'Author:';
+$lang['www'] = 'Web:';
// error messages
-$lang['error'] = 'An unknown error occurred.';
-$lang['error_download'] = 'Unable to download the plugin file: %s';
-$lang['error_badurl'] = 'Suspect bad url - unable to determine file name from the url';
-$lang['error_dircreate'] = 'Unable to create temporary folder to receive download';
+$lang['error'] = 'An unknown error occurred.';
+$lang['error_download'] = 'Unable to download the plugin file: %s';
+$lang['error_badurl'] = 'Suspect bad url - unable to determine file name from the url';
+$lang['error_dircreate'] = 'Unable to create temporary folder to receive download';
$lang['error_decompress'] = 'The plugin manager was unable to decompress the downloaded file. '.
- 'This maybe as a result of a bad download, in which case you should try again; '.
- 'or the compression format may be unknown, in which case you will need to download and install the plugin manually.';
-$lang['error_copy'] = 'There was a file copy error while attempting to install files for plugin <em>%s</em>: '.
- 'the disk could be full or file access permissions may be incorrect. '.
- 'This may have resulted in a partially installed plugin and leave your wiki installation unstable.';
-$lang['error_delete'] = 'There was an error while attempting to delete plugin <em>%s</em>. '.
- 'The most probably cause is insufficient file or directory access permissions';
-//$lang['error_'] = '';
+ 'This maybe as a result of a bad download, in which case you should try again; '.
+ 'or the compression format may be unknown, in which case you will need to '.
+ 'download and install the plugin manually.';
+$lang['error_copy'] = 'There was a file copy error while attempting to install files for plugin '.
+ '<em>%s</em>: the disk could be full or file access permissions may be incorrect. '.
+ 'This may have resulted in a partially installed plugin and leave your wiki '.
+ 'installation unstable.';
+$lang['error_delete'] = 'There was an error while attempting to delete plugin <em>%s</em>. '.
+ 'The most probably cause is insufficient file or directory access permissions';
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=4 enc=utf-8 : \ No newline at end of file
diff --git a/lib/plugins/plugin/lang/fr/lang.php b/lib/plugins/plugin/lang/fr/lang.php
index e447ee949..c23421dfa 100644
--- a/lib/plugins/plugin/lang/fr/lang.php
+++ b/lib/plugins/plugin/lang/fr/lang.php
@@ -6,13 +6,7 @@
* @author Guy Brand <gb@isis.u-strasbg.fr>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
-$lang['menu'] = 'Gérer les plugins...';
+$lang['menu'] = 'Gérer les plugins';
// custom language strings for the plugin
$lang['refresh'] = "Actualiser la liste des plugins installés";
@@ -77,7 +71,6 @@ $lang['error_copy'] = 'Une erreur de copie est survenue lors de l\'installation
'votre disque est peut être plein ou les droits d\'accès au fichier incorrects. '.
'Il a pu en résulter une installation partielle du plugin rendant votre installation du wiki instable.';
$lang['error_delete'] = 'Une erreur est survenue à la suppression du plugin <em>%s</em>. '.
- 'La raison la plus probable est l\'insuffisance des droits sur les fichiers ou le répertoire';
-//$lang['error_'] = '';
+ 'La raison la plus probable est l\'insuffisance des droits sur les fichiers ou le répertoire';
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=2 enc=utf-8 : \ No newline at end of file
diff --git a/lib/plugins/plugin/lang/pl/lang.php b/lib/plugins/plugin/lang/pl/lang.php
index a73438816..ef4e728c7 100644
--- a/lib/plugins/plugin/lang/pl/lang.php
+++ b/lib/plugins/plugin/lang/pl/lang.php
@@ -6,12 +6,6 @@
* @author Michał Tkacz <mehow@autocom.pl>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Menadżer wtyczek';
// custom language strings for the plugin
@@ -75,7 +69,6 @@ $lang['error_decompress'] = 'Menadżer wtyczek nie był w stanie rozpakować śc
'lub nieznany format kompresji (w takim przypadku będziesz musiał ściągnąć i zainstalować wtyczkę ręcznie).';
$lang['error_copy'] = 'Wystąpił błąd podczas kopiowania pliku w trakcie instalacji wtyczki %s: '.
'być może dysk jest pełny lub prawa dostępu są niepoprawne. '.
- 'Efektem może być częściowo zainstalowana wtyczka co może spowodować niestabilność Twojej instalacji wiki.';
-//$lang['error_'] = '';
+ 'Efektem może być częściowo zainstalowana wtyczka co może spowodować niestabilność Twojej instalacji wiki.';
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=2 enc=utf-8 : \ No newline at end of file
diff --git a/lib/plugins/usermanager/lang/de/lang.php b/lib/plugins/usermanager/lang/de/lang.php
index 4ce96bc81..322da7951 100644
--- a/lib/plugins/usermanager/lang/de/lang.php
+++ b/lib/plugins/usermanager/lang/de/lang.php
@@ -1,18 +1,18 @@
<?php
/**
- * english language file
+ * German language file
+ *
+ * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
+ * @author Andreas Gohr <andi@splitbrain.org>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
-$lang['menu'] = 'Benutzer pflegen...';
+$lang['menu'] = 'Benutzerverwaltung';
// custom language strings for the plugin
-$lang['badauth'] = 'Ungültiger Methode zur Autentifizierung';
+$lang['noauth'] = '(Authentifizierungssystem nicht verfügbar)';
+$lang['nosupport'] = '(Benutzerverwaltung nicht unterstützt)';
+
+$lang['badauth'] = 'Ungültige Methode zur Authentifizierung';
$lang['user_id'] = 'Benutzer';
$lang['user_pass'] = 'Passwort';
@@ -39,6 +39,8 @@ $lang['delete_ok'] = '%d Benutzer gelöscht';
$lang['delete_fail'] = '%d konnten nicht gelöscht werden.';
$lang['update_ok'] = 'Benutzerdaten erfolgreich geändert.';
$lang['update_fail'] = 'Änderung der Benutzerdaten fehlgeschlagen.';
+$lang['update_exists'] = 'Nutzername konnte nicht geändert werden, weil der angegebene Nutzer (%s) bereits existiert (alle anderen Änderungen wurden durchgeführt).';
+
$lang['start'] = 'Anfang';
$lang['prev'] = 'Vorherige';
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php
index d9c8a098b..fbbd70e3a 100644
--- a/lib/plugins/usermanager/lang/en/lang.php
+++ b/lib/plugins/usermanager/lang/en/lang.php
@@ -1,14 +1,10 @@
<?php
/**
- * english language file
+ * English language file
+ *
+ * @author Chris Smith <chris@jalakai.co.uk>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'User Manager';
// custom language strings for the plugin
@@ -40,13 +36,12 @@ $lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users tot
$lang['nonefound'] = 'No users found. %d users total.';
$lang['delete_ok'] = '%d users deleted';
$lang['delete_fail'] = '%d failed deleting.';
-$lang['update_ok'] = 'user updated sucessfully';
-$lang['update_fail'] = 'user update failed';
-$lang['update_exists'] = 'user name change failed, the specified user name (%s) already exists (any other changes will be applied).';
+$lang['update_ok'] = 'User updated sucessfully';
+$lang['update_fail'] = 'User update failed';
+$lang['update_exists'] = 'User name change failed, the specified user name (%s) already exists (any other changes will be applied).';
$lang['start'] = 'start';
$lang['prev'] = 'previous';
$lang['next'] = 'next';
$lang['last'] = 'last';
-?>
diff --git a/lib/plugins/usermanager/lang/fr/lang.php b/lib/plugins/usermanager/lang/fr/lang.php
index f88704ee5..977197c8a 100644
--- a/lib/plugins/usermanager/lang/fr/lang.php
+++ b/lib/plugins/usermanager/lang/fr/lang.php
@@ -3,10 +3,6 @@
* french language file
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Gestion des utilisateurs';
@@ -49,5 +45,3 @@ $lang['prev'] = 'précédent';
$lang['next'] = 'suivant';
$lang['last'] = 'dernier';
-
-?>