diff options
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | program/localization/de_DE/labels.inc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Add lost translation label in de_DE (#1488315) - Fix drafts update issues when edited from preview pane (#1488314) - Fix wrong variable name in rcube_ldap.php (#1488302) - Make mime type detection based on filename extension to be case-insensitive diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 97bc77c71..fed319796 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -427,5 +427,6 @@ $labels['vietnamese'] = 'Vietnamesisch'; $labels['japanese'] = 'Japanisch'; $labels['korean'] = 'Koreanisch'; $labels['chinese'] = 'Chinesisch'; +$labels['autocompletesingle'] = 'Alternative E-Mailadressen bei der Auto-Vervollständigung nicht berücksichtigen'; ?> |