diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 12:27:46 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 12:27:46 +0000 |
| commit | f82bb3d0f1a6cfcfef44479e127e3fad1bee1bfc (patch) | |
| tree | 53e13ebd0dbb1db7ecace23d75d7b36ecd02d0cb /roundcubemail/program/localization | |
| parent | b76b7431d968756ef7b92f97d767413f07a05f39 (diff) | |
Add link to open message in new window + tweaked some header styles
git-svn-id: https://svn.roundcube.net/trunk@1767 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 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index 31410a83f..761b6c02c 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -130,6 +130,7 @@ $labels['unknown'] = 'unbekannt'; $labels['unlimited'] = 'unlimitiert'; $labels['quicksearch'] = 'Schnellsuche'; $labels['resetsearch'] = 'Löschen'; +$labels['openinextwin'] = 'In neuem Fenster öffnen'; $labels['compose'] = 'Neue Nachricht verfassen'; $labels['savemessage'] = 'Nachricht speichern'; $labels['sendmessage'] = 'Nachricht jetzt senden'; diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc index 89c28d81b..5d202e3bc 100644 --- a/roundcubemail/program/localization/de_DE/labels.inc +++ b/roundcubemail/program/localization/de_DE/labels.inc @@ -129,6 +129,7 @@ $labels['unknown'] = 'unbekannt'; $labels['unlimited'] = 'unbegrenzt'; $labels['quicksearch'] = 'Schnellsuche'; $labels['resetsearch'] = 'Suche zurücksetzen'; +$labels['openinextwin'] = 'In neuem Fenster öffnen'; $labels['compose'] = 'Neue Nachricht verfassen'; $labels['savemessage'] = 'Nachricht speichern'; $labels['sendmessage'] = 'Nachricht jetzt senden'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 6b503ff4c..7e538c2ed 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -160,6 +160,7 @@ $labels['unlimited'] = 'unlimited'; $labels['quicksearch'] = 'Quick search'; $labels['resetsearch'] = 'Reset search'; +$labels['openinextwin'] = 'Open in new window'; // message compose $labels['compose'] = 'Compose a message'; |
