diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-03-08 15:51:02 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-03-08 15:51:02 +0100 |
commit | 9b50ec5c405ff215dd0d67491752f3c56ce7749e (patch) | |
tree | 0ec83e8c5274ebeeacb082d56088b7f9fdfbc5e7 /inc/lang/de/lang.php | |
parent | b74dadd5c78b9247c1bbc86a1677b14bd89d5446 (diff) | |
parent | a854a9a897ade35800abd440c29787ec8429c678 (diff) | |
download | rpg-9b50ec5c405ff215dd0d67491752f3c56ce7749e.tar.gz rpg-9b50ec5c405ff215dd0d67491752f3c56ce7749e.tar.bz2 |
Merge pull request #590 from dokuwiki-translate/lang_update_91
Translation update (de)
Diffstat (limited to 'inc/lang/de/lang.php')
-rw-r--r-- | inc/lang/de/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php index 9df1035f7..1840f2a6c 100644 --- a/inc/lang/de/lang.php +++ b/inc/lang/de/lang.php @@ -23,6 +23,7 @@ * @author Pierre Corell <info@joomla-praxis.de> * @author Mateng Schimmerlos <mateng@firemail.de> * @author Benedikt Fey <spam@lifeisgoooood.de> + * @author Joerg <scooter22@gmx.de> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; @@ -345,3 +346,4 @@ $lang['media_restore'] = 'Diese Version wiederherstellen'; $lang['currentns'] = 'Aktueller Namensraum'; $lang['searchresult'] = 'Suchergebnisse'; $lang['plainhtml'] = 'HTML Klartext'; +$lang['wikimarkup'] = 'Wiki Markup'; |