diff options
author | Torsten Grote <t@grobox.de> | 2014-11-30 23:35:55 (GMT) |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2014-11-30 23:35:55 (GMT) |
commit | b88b90ce6638fd21242ee162c8d1424a40d6c66b (patch) | |
tree | c4a24fae2744520d1f9ab3c6de38cd428ceb14e3 /plugins/kolab_folders/localization/de_DE.inc | |
parent | cf0ae1aac7876a383d4f2c48c28905923379a4b8 (diff) | |
download | roundcubemail-plugins-kolab-b88b90ce6638fd21242ee162c8d1424a40d6c66b.tar.gz |
Revert "another translation update"
This reverts commit de012552e7655e2fdf46747716870bde7d9bb1fe.
Diffstat (limited to 'plugins/kolab_folders/localization/de_DE.inc')
-rw-r--r-- | plugins/kolab_folders/localization/de_DE.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/kolab_folders/localization/de_DE.inc b/plugins/kolab_folders/localization/de_DE.inc index a08d20c..24749ad 100644 --- a/plugins/kolab_folders/localization/de_DE.inc +++ b/plugins/kolab_folders/localization/de_DE.inc @@ -1,5 +1,4 @@ <?php - /** * Localizations for the Kolab Folders plugin * @@ -7,9 +6,6 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ */ - -$labels = array(); - $labels['folderctype'] = 'Ordnerinhalt'; $labels['foldertypemail'] = 'E-Mail'; $labels['foldertypeevent'] = 'Kalender'; @@ -20,7 +16,6 @@ $labels['foldertypecontact'] = 'Kontakte'; $labels['foldertypeconfiguration'] = 'Konfiguration'; $labels['foldertypefile'] = 'Dateien'; $labels['foldertypefreebusy'] = 'Frei/Belegt'; - $labels['default'] = 'Standard'; $labels['inbox'] = 'Posteingang'; $labels['drafts'] = 'Entwürfe'; @@ -29,7 +24,5 @@ $labels['outbox'] = 'Postausgang'; $labels['wastebasket'] = 'Mülleimer'; $labels['junkemail'] = 'Spam'; $labels['confidential'] = 'Vertraulich'; - $messages['defaultfolderexists'] = 'Es gibt bereits einen Standardordner dieses Typs'; - ?> |