diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-17 14:28:38 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-17 14:28:38 +0000 |
| commit | 76cfe8acfbee145b58db2bab6c1e8fcefa25c232 (patch) | |
| tree | 2aa795dae4270ad5163b8a8142cc55ca135d2b0a /roundcubemail/program/localization/de_CH/labels.inc | |
| parent | 55c4445b68c83a5ce0fd116c6bba70f0f3e56171 (diff) | |
Bring back the title for the column with subscription checkboxes; complete german translations
git-svn-id: https://svn.roundcube.net/trunk@4345 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH/labels.inc')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index 12b17c37f..f1308c026 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -38,8 +38,7 @@ $labels['to'] = 'Empfänger'; $labels['cc'] = 'Kopie (CC)'; $labels['bcc'] = 'Blind-Kopie'; $labels['replyto'] = 'Antwort an'; -$labels['mailreplyto'] = 'Mail-Reply-To'; -$labels['mailfollowupto'] = 'Mail-Followup-To'; +$labels['followupto'] = 'Followup-To'; $labels['date'] = 'Datum'; $labels['size'] = 'Grösse'; $labels['priority'] = 'Priorität'; @@ -201,8 +200,7 @@ $labels['maxuploadsize'] = 'Maximal erlaubte Dateigrösse ist $size'; $labels['addcc'] = 'Cc hinzufügen'; $labels['addbcc'] = 'Bcc hinzufügen'; $labels['addreplyto'] = 'Antwortadresse hinzufügen'; -$labels['addmailreplyto'] = 'Mail-Reply-To hinzufügen'; -$labels['addmailfollowupto'] = 'Mail-Followup-To hinzufügen'; +$labels['addfollowupto'] = 'Followup-To hinzufügen'; $labels['mdnrequest'] = 'Der Sender dieser Nachricht hat eine Empfangsbestätigung angefordert. Möchten Sie diese jetzt senden?'; $labels['receiptread'] = 'Empfangsbestätigung (gelesen)'; $labels['yourmessage'] = 'Dieses ist eine Empfangsbestätigung für Ihre Nachricht'; @@ -326,11 +324,19 @@ $labels['replysamefolder'] = 'Antworten im selben Ordner wie Original speichern' $labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; $labels['foldername'] = 'Ordnername'; +$labels['subscribed'] = 'Abonniert'; $labels['messagecount'] = 'Nachrichten'; $labels['create'] = 'Erstellen'; $labels['createfolder'] = 'Neuen Ordner erstellen'; $labels['managefolders'] = 'Ordner verwalten'; $labels['specialfolders'] = 'Spezialordner'; +$labels['properties'] = 'Eigenschaften'; +$labels['folderproperties'] = 'Ordnereigenschaften'; +$labels['parentfolder'] = 'Übergeordneter Ordner'; +$labels['location'] = 'Standort'; +$labels['info'] = 'Information'; +$labels['getfoldersize'] = 'Ordnergrösse anzeigen'; +$labels['changesubscription'] = 'Abonnieren'; $labels['sortby'] = 'Sortieren nach'; $labels['sortasc'] = 'aufsteigend sortieren'; $labels['sortdesc'] = 'absteigend sortieren'; |
