diff options
author | thomascube <thomas@roundcube.net> | 2011-11-21 14:10:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-21 14:10:29 +0000 |
commit | ce22f1e0c68d6813177f5e2177371032f9924a50 (patch) | |
tree | 9a9831b502fa0683b2c53d2fc4e3458f3248332e /program/localization/de_CH | |
parent | b1867b8f198374d26e1bfdfeaeac16971608b551 (diff) |
Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests
Diffstat (limited to 'program/localization/de_CH')
-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 d5bcf5683..457a76a5f 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -285,6 +285,7 @@ $labels['importreplace'] = 'Bestehendes Adressbuch komplett ersetzen'; $labels['importtext'] = 'Sie können Kontakte aus einem bestehenden Adressbuch hochladen.<br/>Es können Adressbücher im <a href="http://de.wikipedia.org/wiki/VCard">vCard-Format</a> importiert werden.'; $labels['done'] = 'Fertig'; $labels['settingsfor'] = 'Einstellungen für'; +$labels['about'] = 'Über'; $labels['preferences'] = 'Einstellungen'; $labels['userpreferences'] = 'Benutzereinstellungen'; $labels['editpreferences'] = 'Einstellungen bearbeiten'; @@ -394,6 +395,11 @@ $labels['sortby'] = 'Sortieren nach'; $labels['sortasc'] = 'aufsteigend sortieren'; $labels['sortdesc'] = 'absteigend sortieren'; $labels['undo'] = 'Rückgängig'; +$labels['plugin'] = 'Plugin'; +$labels['version'] = 'Version'; +$labels['source'] = 'Quellcode'; +$labels['license'] = 'Lizenz'; +$labels['support'] = 'Support'; $labels['B'] = 'B'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; |