From 7e34e4c5b5dac037435d0fc2c6db1f71199006e0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 15 Nov 2014 04:03:58 -0500 Subject: [PATCH] Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release-1.0 --- plugins/zipdownload/localization/ku.inc | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/attachment_reminder/localization/ar.inc b/plugins/zipdownload/localization/ku.inc similarity index 60% copy from plugins/attachment_reminder/localization/ar.inc copy to plugins/zipdownload/localization/ku.inc index c3b4aaa..af8165d 100644 --- a/plugins/attachment_reminder/localization/ar.inc +++ b/plugins/zipdownload/localization/ku.inc @@ -2,10 +2,10 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | + | plugins/zipdownload/localization/<lang>.inc | | | - | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail Zipdownload plugin | + | Copyright (C) 2012-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,8 +13,10 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ -$messages['forgotattachment'] = ""; -$messages['reminderoption'] = ""; -$messages['keywords'] = ""; +$labels['downloadall'] = 'Hemû pêvekan daxîne'; +$labels['download'] = 'Daxîne...'; +$labels['downloadmbox'] = 'Mbox format (.zip)'; +$labels['downloadmaildir'] = 'Maildir format (.zip)'; +$labels['downloademl'] = 'Çavkanî (.eml)'; -- Gitblit v1.9.1