diff options
Diffstat (limited to 'plugins/zipdownload/localization/sk_SK.inc')
-rw-r--r-- | plugins/zipdownload/localization/sk_SK.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/zipdownload/localization/sk_SK.inc b/plugins/zipdownload/localization/sk_SK.inc new file mode 100644 index 000000000..b12318c54 --- /dev/null +++ b/plugins/zipdownload/localization/sk_SK.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/sk_SK/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Miroslav Ďurian | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = 'Stiahnuť všetky prílohy'; +$labels['downloadfolder'] = 'Priečinok na sťahovanie'; + |