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_CH | |
parent | 0c3bde206460bfd710b9b0e406c146e87192a9ff (diff) |
Indicate allowed max. attachment size in compose screen (#1485030)
Diffstat (limited to 'program/localization/de_CH')
-rw-r--r-- | program/localization/de_CH/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index fc285b44b..31410a83f 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -155,6 +155,7 @@ $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Klartext'; $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'; |