From 8beee1b56812aeddfaf4a5d8a43f7e9309b073df Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 05 Sep 2008 06:26:10 -0400 Subject: [PATCH] Indicate allowed max. attachment size in compose screen (#1485030) --- 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 409c18a..616e2cf 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -154,6 +154,7 @@ $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'; -- Gitblit v1.9.1