diff options
author | thomascube <thomas@roundcube.net> | 2008-09-05 10:26:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-05 10:26:10 +0000 |
commit | 8beee1b56812aeddfaf4a5d8a43f7e9309b073df (patch) | |
tree | a1fddc91cf8cfe5cda290e0da2e61e3aa4d16a08 /program/localization/de_DE/labels.inc | |
parent | 0c3bde206460bfd710b9b0e406c146e87192a9ff (diff) |
Indicate allowed max. attachment size in compose screen (#1485030)
Diffstat (limited to 'program/localization/de_DE/labels.inc')
-rw-r--r-- | program/localization/de_DE/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 409c18a3f..616e2cfa6 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -154,6 +154,7 @@ $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Nur-Text'; $labels['savesentmessagein'] = 'Nachricht speichern in'; $labels['dontsave'] = 'nicht speichern'; +$labels['maxuploadsize'] = 'Maximal erlaubte Dateigrösse ist $size'; $labels['addcc'] = 'Cc hinzufügen'; $labels['addbcc'] = 'Bcc hinzufügen'; $labels['addreplyto'] = 'Antwortadresse hinzufügen'; |