diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 18:25:04 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 18:25:04 +0000 |
| commit | 95ad92d90c934131307b28e48195aff380bca763 (patch) | |
| tree | 782b6b09672c9f1b0f38c137adb4f89fd3039127 /roundcubemail/program/localization/de_CH | |
| parent | bc5599a1608e645ec29f7b67ce5692debbda6593 (diff) | |
Finalized GoogieSpell integration
git-svn-id: https://svn.roundcube.net/trunk@249 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 4 | ||||
| -rw-r--r-- | roundcubemail/program/localization/de_CH/messages.inc | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index c7baf0b43..fa3a727fe 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -125,6 +125,10 @@ $labels['addattachment'] = 'Datei anfügen'; $labels['charset'] = 'Zeichensatz'; $labels['returnreceipt'] = 'Empfangsbestätigung'; +$labels['checkspelling'] = 'Rechtschreibung prüfen'; +$labels['resumeediting'] = 'Bearbeitung fortzetzen'; +$labels['revertto'] = 'Zurück zu'; + $labels['attachments'] = 'Anhänge'; $labels['upload'] = 'Hochladen'; $labels['close'] = 'Schliessen'; diff --git a/roundcubemail/program/localization/de_CH/messages.inc b/roundcubemail/program/localization/de_CH/messages.inc index 1e5f0e560..db9670d0b 100644 --- a/roundcubemail/program/localization/de_CH/messages.inc +++ b/roundcubemail/program/localization/de_CH/messages.inc @@ -86,5 +86,15 @@ $messages['nocontactsreturned'] = 'Es wurden keine Kontakte gefunden'; $messages['nosearchname'] = 'Bitte geben Sie einen Namen oder eine E-Mail-Adresse ein'; +$messages['searchsuccessful'] = '$nr Nachrichten gefunden'; + +$messages['searchnomatch'] = 'Keine Treffer'; + +$messages['searching'] = 'Suche...'; + +$messages['checking'] = 'Prüfe...'; + +$messages['nospellerrors'] = 'Keine Rechtschreibfehler gefunden'; + ?>
\ No newline at end of file |
