diff options
author | thomascube <thomas@roundcube.net> | 2006-12-29 21:06:39 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-29 21:06:39 +0000 |
commit | 86df1529feb4b7eb1a9721baa194518bacbfd8ff (patch) | |
tree | 380827ed01c3e3e3a3253d0b00c350b467186a25 /program/localization/de_CH/labels.inc | |
parent | 3b12aeeeca89bbc3d8cc5342beb07643067e3760 (diff) |
Error handling for attachment uploads; multibyte-safe string functions; XSS improvements
Diffstat (limited to 'program/localization/de_CH/labels.inc')
-rw-r--r-- | program/localization/de_CH/labels.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index e734b0a33..8c32791b3 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -132,6 +132,7 @@ $labels['savemessage'] = 'Nachricht speichern'; $labels['sendmessage'] = 'Nachricht jetzt senden'; $labels['addattachment'] = 'Datei anfügen'; $labels['charset'] = 'Zeichensatz'; +$labels['editortype'] = 'Editor-Typ'; $labels['returnreceipt'] = 'Empfangsbestätigung'; $labels['checkspelling'] = 'Rechtschreibung prüfen'; @@ -151,6 +152,9 @@ $labels['highest'] = 'Höchste'; $labels['nosubject'] = '(kein Betreff)'; $labels['showimages'] = 'Bilder anzeigen'; +$labels['htmltoggle'] = 'HTML'; +$labels['plaintoggle'] = 'Klartext'; + // address book // Adressbuch $labels['name'] = 'Anzeigename'; @@ -174,7 +178,9 @@ $labels['print'] = 'Drucken'; $labels['export'] = 'Exportieren'; $labels['previouspage'] = 'Eine Seite zurück'; +$labels['firstpage'] = 'Erste Seite'; $labels['nextpage'] = 'Nächste Seite'; +$labels['lastpage'] = 'Letzte Seite'; // LDAP search $labels['ldapsearch'] = 'LDAP Verzeichnis-Suche'; |