diff options
Diffstat (limited to 'plugins/zipdownload/localization/lt_LT.inc')
-rw-r--r-- | plugins/zipdownload/localization/lt_LT.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/zipdownload/localization/lt_LT.inc b/plugins/zipdownload/localization/lt_LT.inc new file mode 100644 index 000000000..1b74df371 --- /dev/null +++ b/plugins/zipdownload/localization/lt_LT.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/lt_LT/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Linvydas Lapinskas <win0lin1@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = 'Atsisiųsti visus priedus'; +$labels['downloadfolder'] = 'Atsisiųsti aplanką'; + |