diff options
Diffstat (limited to 'plugins/zipdownload/localization/cs_CZ.inc')
-rw-r--r-- | plugins/zipdownload/localization/cs_CZ.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/zipdownload/localization/cs_CZ.inc b/plugins/zipdownload/localization/cs_CZ.inc new file mode 100644 index 000000000..4a1f75177 --- /dev/null +++ b/plugins/zipdownload/localization/cs_CZ.inc @@ -0,0 +1,10 @@ +<?php +/* Author: Tomáš Šafařík */ + +$labels = array(); +$labels['downloadall'] = 'Stáhnout všechny přílohy'; +$labels['downloadfolder'] = 'Stáhnout složku'; + +$messages = array(); + +?>
\ No newline at end of file |