diff options
author | thomascube <thomas@roundcube.net> | 2010-08-04 13:12:49 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-08-04 13:12:49 +0000 |
commit | 72364448190864dd7ab9dc2da7ab47b15bcfbe2f (patch) | |
tree | 3b11eb4e0a8d4017981cc0e1e787b3adc825414a /program/localization/de_CH | |
parent | 17c54aa8acbacc9172d2110915a00ce097c8ea6a (diff) |
Added missing label for German translations
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 c5fa8fa05..0fdf75cbd 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -175,6 +175,7 @@ $labels['revertto'] = 'Zurück zu'; $labels['attachments'] = 'Anhänge'; $labels['upload'] = 'Hochladen'; $labels['close'] = 'Schliessen'; +$labels['messageoptions'] = 'Optionen...'; $labels['low'] = 'Niedrig'; $labels['lowest'] = 'Niedrigste'; $labels['normal'] = 'Normal'; |