diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-27 21:56:44 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-27 21:56:44 +0000 |
| commit | ba607516db6c70c9e9eb14c5baecaf6e57859472 (patch) | |
| tree | b005bf84285ab2b9b49c86bd0cc793096a64cf28 /roundcubemail/program/localization/de_CH | |
| parent | 8b7a73b0a3d1ac25faa2205f73c52f1dfd98dbfe (diff) | |
Renameable folders, mail-checking changes, other fixes (richs)
git-svn-id: https://svn.roundcube.net/trunk@267 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/de_CH/messages.inc | 2 |
2 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 9141564c0..2b73ed0b5 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -91,6 +91,7 @@ $labels['saturday'] = 'Samstag'; $labels['today'] = 'Heute'; // toolbar buttons // Symbolleisten-Tipps +$labels['checkmail'] = 'Überprüfung auf neue Anzeigen'; $labels['writenewmessage'] = 'Neue Nachricht schreiben'; $labels['replytomessage'] = 'Antwort verfassen'; $labels['replytoallmessage'] = 'Antwort an Absender und alle Empfänger'; diff --git a/roundcubemail/program/localization/de_CH/messages.inc b/roundcubemail/program/localization/de_CH/messages.inc index 57c1513a2..0484b5ded 100644 --- a/roundcubemail/program/localization/de_CH/messages.inc +++ b/roundcubemail/program/localization/de_CH/messages.inc @@ -34,6 +34,8 @@ $messages['mailboxempty'] = 'Ordner ist leer'; $messages['loading'] = $messages['loadingdata'] = 'Daten werden geladen...'; +$messages['checkingmail'] = 'Überprüfung auf neue Anzeigen...'; + $messages['sendingmessage'] = 'Nachricht wird gesendet...'; $messages['messagesent'] = 'Nachricht erfolgreich gesendet'; |
