diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-07-06 02:00:10 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-07-06 02:00:10 -0700 |
commit | 14e2b802ac28e91a3e1f468396950ed5b318109d (patch) | |
tree | 1d8a84abca010e69beaccb1d3a4ba6b4ce96213a /inc/lang/de | |
parent | 125c909383991866fe2b3a6f80f3171ea4850e95 (diff) | |
parent | 5e997714aaf42319f9ab4e2df2a4d1bbdabee0e8 (diff) | |
download | rpg-14e2b802ac28e91a3e1f468396950ed5b318109d.tar.gz rpg-14e2b802ac28e91a3e1f468396950ed5b318109d.tar.bz2 |
Merge pull request #113 from lupo49/master
de/de-informal: added missing strings / updates for existing ones.
Diffstat (limited to 'inc/lang/de')
-rw-r--r-- | inc/lang/de/lang.php | 1 | ||||
-rw-r--r-- | inc/lang/de/mailwrap.html | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php index cfbe04396..4ea75157b 100644 --- a/inc/lang/de/lang.php +++ b/inc/lang/de/lang.php @@ -106,6 +106,7 @@ $lang['searchmedia_in'] = 'Suche in %s'; $lang['txt_upload'] = 'Datei zum Hochladen auswählen'; $lang['txt_filename'] = 'Hochladen als (optional)'; $lang['txt_overwrt'] = 'Bestehende Datei überschreiben'; +$lang['maxuploadsize'] = 'Max. %s pro Datei-Upload.'; $lang['lockedby'] = 'Momentan gesperrt von'; $lang['lockexpire'] = 'Sperre läuft ab am'; $lang['js']['willexpire'] = 'Die Sperre zur Bearbeitung dieser Seite läuft in einer Minute ab.\nUm Bearbeitungskonflikte zu vermeiden, sollten Sie sie durch einen Klick auf den Vorschau-Knopf verlängern.'; diff --git a/inc/lang/de/mailwrap.html b/inc/lang/de/mailwrap.html new file mode 100644 index 000000000..420fdf83e --- /dev/null +++ b/inc/lang/de/mailwrap.html @@ -0,0 +1,13 @@ +<html> +<head> + <title>@TITLE@</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +</head> +<body> + +@HTMLBODY@ + +<br /><hr /> +<small>Diese Mail kommt vom DokuWiki auf @DOKUWIKIURL@.</small> +</body> +</html> |