diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-09-23 22:46:09 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-09-23 22:46:09 +0200 |
commit | 70bbabb6994e67f812d9f7d1f85df1098870cfaa (patch) | |
tree | c6dd7805caab7d40b4ce9e9d89941db37c7c80ba /plugins/zipdownload/localization/de_CH.inc | |
parent | 0c144b98a417d50b9c073ae3931fdad47390f1f7 (diff) |
Add zipdwonload plugin by Phil Weir at tehinterweb.co.uk to core repository
Diffstat (limited to 'plugins/zipdownload/localization/de_CH.inc')
-rw-r--r-- | plugins/zipdownload/localization/de_CH.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/zipdownload/localization/de_CH.inc b/plugins/zipdownload/localization/de_CH.inc new file mode 100644 index 000000000..68725605b --- /dev/null +++ b/plugins/zipdownload/localization/de_CH.inc @@ -0,0 +1,10 @@ +<?php +/* Author: jedix */ + +$labels = array(); +$labels['downloadall'] = 'Alle Anhänge herunterladen'; +$labels['downloadfolder'] = 'Ordner herunterladen'; + +$messages = array(); + +?>
\ No newline at end of file |