diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-04 13:12:49 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-04 13:12:49 +0000 |
| commit | b039eb63c719a17b8f82413919acbd60c77f02e7 (patch) | |
| tree | 661b7d0f91a1e8693370455bc636df80e761eeaf /roundcubemail/program/localization | |
| parent | ff143ff5515a4da3e8d3454176de62d15ad6bc7d (diff) | |
Added missing label for German translations
git-svn-id: https://svn.roundcube.net/trunk@3865 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/de_DE/labels.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index c5fa8fa05..0fdf75cbd 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/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'; diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc index 0ceb99ad7..4d16c23c9 100644 --- a/roundcubemail/program/localization/de_DE/labels.inc +++ b/roundcubemail/program/localization/de_DE/labels.inc @@ -175,6 +175,7 @@ $labels['revertto'] = 'Zurück zu'; $labels['attachments'] = 'Anhänge'; $labels['upload'] = 'Hochladen'; $labels['close'] = 'Schließen'; +$labels['messageoptions'] = 'Optionen...'; $labels['low'] = 'Niedrig'; $labels['lowest'] = 'Niedrigste'; $labels['normal'] = 'Normal'; |
