diff options
author | thomascube <thomas@roundcube.net> | 2008-06-14 17:35:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-14 17:35:26 +0000 |
commit | 62e43d2c1a61d26f9a07419f7155a2881cb57332 (patch) | |
tree | fead3e68d123a335592ba48a7b319d747ac50825 /program/localization/de_DE | |
parent | fca66b0ef41453397cc9f348f412dfd8643745f0 (diff) |
Complete implementation of #1484601: add link for saving sender to address book and reload message
Diffstat (limited to 'program/localization/de_DE')
-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 856599301..8a13f12cf 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -146,6 +146,7 @@ $labels['high'] = 'Hoch'; $labels['highest'] = 'Höchste'; $labels['nosubject'] = '(kein Betreff)'; $labels['showimages'] = 'Bilder anzeigen'; +$labels['alwaysshow'] = 'Bilder von $sender immer zeigen'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Nur-Text'; $labels['addcc'] = 'Cc hinzufügen'; |