diff options
author | thomascube <thomas@roundcube.net> | 2006-12-01 18:06:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-01 18:06:16 +0000 |
commit | b19097058c02f203321599bf04a5d7da7c2dafe8 (patch) | |
tree | 2e9cb4d79efe613f47048bab01016c3d0e0342ef /program/localization/de_CH | |
parent | 740e9ec00757ba805dbe27b22f92d12f6bd2e690 (diff) |
Introducing preview pane and conditional skin tags
Diffstat (limited to 'program/localization/de_CH')
-rw-r--r-- | program/localization/de_CH/labels.inc | 3 | ||||
-rw-r--r-- | program/localization/de_CH/messages.inc | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index 85070942a..361d9ea56 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -199,6 +199,9 @@ $labels['timezone'] = 'Zeitzone'; $labels['pagesize'] = 'Einträge pro Seite'; $labels['signature'] = 'Signatur'; $labels['dstactive'] = 'Sommerzeit'; +$labels['htmleditor'] = 'HTML-Nachrichten verfassen'; +$labels['htmlsignature'] = 'HTML-Signatur'; +$labels['previewpane'] = 'Nachrichtenvorschau anzeigen'; $labels['autosavedraft'] = 'Entwurf autom. speichern'; $labels['everynminutes'] = 'alle $n Minuten'; diff --git a/program/localization/de_CH/messages.inc b/program/localization/de_CH/messages.inc index f1c7e5be3..0e6466e65 100644 --- a/program/localization/de_CH/messages.inc +++ b/program/localization/de_CH/messages.inc @@ -104,5 +104,10 @@ $messages['nospellerrors'] = 'Keine Rechtschreibfehler gefunden'; $messages['folderdeleted'] = 'Ordner erfolgreich gelöscht'; +$messages['deletedsuccessfully'] = "Erfolgreich gelöscht"; + +$messages['converting'] = 'Entferne Formatierungen...'; + +$messages['messageopenerror'] = 'Die Nachricht konnte nicht vom Server geladen werden'; ?>
\ No newline at end of file |