diff options
author | Leo Moll <leo@yeasoft.com> | 2008-08-13 22:53:30 +0200 |
---|---|---|
committer | Leo Moll <leo@yeasoft.com> | 2008-08-13 22:53:30 +0200 |
commit | c8915177f6033f33abb54bc34a5dc50720dcc6ab (patch) | |
tree | c95d5ce6e3641f0b1e26815184f4c06be131aa65 /lib | |
parent | 593bf8f6e49cbf0437d75edaa8a468d8bbfe6911 (diff) | |
download | rpg-c8915177f6033f33abb54bc34a5dc50720dcc6ab.tar.gz rpg-c8915177f6033f33abb54bc34a5dc50720dcc6ab.tar.bz2 |
German language update
darcs-hash:20080813205330-eb615-3b05543addf60945b3f33f477521e725436df4f0.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/acl/lang/de/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/config/lang/de/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/de/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/de/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/revert/lang/de/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/de/lang.php | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/de/lang.php b/lib/plugins/acl/lang/de/lang.php index 847dc6bc8..58b824248 100644 --- a/lib/plugins/acl/lang/de/lang.php +++ b/lib/plugins/acl/lang/de/lang.php @@ -9,6 +9,7 @@ * @author Esther Brunner <esther@kaffeehaus.ch> * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> * @author Michael Klier <chi@chimeric.de> + * @author Leo Moll <leo@yeasoft.com> */ $lang['admin_acl'] = 'Zugangsverwaltung'; $lang['acl_group'] = 'Gruppe'; diff --git a/lib/plugins/config/lang/de/lang.php b/lib/plugins/config/lang/de/lang.php index 499efe3f7..db76734a6 100644 --- a/lib/plugins/config/lang/de/lang.php +++ b/lib/plugins/config/lang/de/lang.php @@ -5,6 +5,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Andreas Gohr <andi@splitbrain.org> * @author Michael Klier <chi@chimeric.de> + * @author Leo Moll <leo@yeasoft.com> */ $lang['menu'] = 'Konfiguration'; $lang['error'] = 'Die Einstellungen wurden wegen einer fehlerhaften Eingabe nicht gespeichert. diff --git a/lib/plugins/plugin/lang/de/lang.php b/lib/plugins/plugin/lang/de/lang.php index ac2a34a5d..e89fa3b6c 100644 --- a/lib/plugins/plugin/lang/de/lang.php +++ b/lib/plugins/plugin/lang/de/lang.php @@ -6,6 +6,7 @@ * @author Esther Brunner <esther@kaffeehaus.ch> * @author Andreas Gohr <andi@splitbrain.org> * @author Michael Klier <chi@chimeric.de> + * @author Leo Moll <leo@yeasoft.com> */ $lang['menu'] = 'Plugins verwalten'; $lang['download'] = 'Neues Plugin herunterladen und installieren'; diff --git a/lib/plugins/popularity/lang/de/lang.php b/lib/plugins/popularity/lang/de/lang.php index 1013c261b..8875266a2 100644 --- a/lib/plugins/popularity/lang/de/lang.php +++ b/lib/plugins/popularity/lang/de/lang.php @@ -2,6 +2,7 @@ /** * German language file * + * @author Leo Moll <leo@yeasoft.com> */ $lang['name'] = 'Popularitäts-Feedback (Eventuell längere Ladezeit)'; $lang['submit'] = 'Daten Senden'; diff --git a/lib/plugins/revert/lang/de/lang.php b/lib/plugins/revert/lang/de/lang.php index 7246979a4..5b7015ea3 100644 --- a/lib/plugins/revert/lang/de/lang.php +++ b/lib/plugins/revert/lang/de/lang.php @@ -3,6 +3,7 @@ * Germanlanguage file * * @author Michael Klier <chi@chimeric.de> + * @author Leo Moll <leo@yeasoft.com> */ $lang['menu'] = 'Seiten wieder herstellen'; $lang['filter'] = 'Nach betroffenen Seiten suchen'; diff --git a/lib/plugins/usermanager/lang/de/lang.php b/lib/plugins/usermanager/lang/de/lang.php index 122e6d72f..71742b397 100644 --- a/lib/plugins/usermanager/lang/de/lang.php +++ b/lib/plugins/usermanager/lang/de/lang.php @@ -5,6 +5,7 @@ * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> * @author Andreas Gohr <andi@splitbrain.org> * @author Michael Klier <chi@chimeric.de> + * @author Leo Moll <leo@yeasoft.com> */ $lang['menu'] = 'Benutzerverwaltung'; $lang['noauth'] = '(Authentifizierungssystem nicht verfügbar)'; |