summaryrefslogtreecommitdiff
path: root/plugins/zipdownload
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-04 10:01:32 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-04 10:01:32 +0200
commitfa3a6193155d4f1cc9f0714fe49685679f681c64 (patch)
treebfec58576e9c1c67c699844fee2db033916fc9c8 /plugins/zipdownload
parent05c4edf34bcff89fcae80389e890fa07271f5275 (diff)
Imported recent launchpad translations
Diffstat (limited to 'plugins/zipdownload')
-rw-r--r--plugins/zipdownload/localization/fa_IR.inc19
-rw-r--r--plugins/zipdownload/localization/ja_JP.inc19
-rw-r--r--plugins/zipdownload/localization/pt_PT.inc19
-rw-r--r--plugins/zipdownload/localization/sv_SE.inc19
-rw-r--r--plugins/zipdownload/localization/vi_VN.inc19
5 files changed, 95 insertions, 0 deletions
diff --git a/plugins/zipdownload/localization/fa_IR.inc b/plugins/zipdownload/localization/fa_IR.inc
new file mode 100644
index 000000000..3ad7c2bd2
--- /dev/null
+++ b/plugins/zipdownload/localization/fa_IR.inc
@@ -0,0 +1,19 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/fa_IR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Hamid <abbaszadeh.h@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['downloadall'] = 'بارگیری همه پیوست‌ها';
+$labels['downloadfolder'] = 'بارگیری پوشه';
+
diff --git a/plugins/zipdownload/localization/ja_JP.inc b/plugins/zipdownload/localization/ja_JP.inc
new file mode 100644
index 000000000..97a436f90
--- /dev/null
+++ b/plugins/zipdownload/localization/ja_JP.inc
@@ -0,0 +1,19 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ja_JP/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Takahiro Kambe |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['downloadall'] = 'すべての添付ファイルをダウンロード';
+$labels['downloadfolder'] = 'ダウンロード先のフォルダー';
+
diff --git a/plugins/zipdownload/localization/pt_PT.inc b/plugins/zipdownload/localization/pt_PT.inc
new file mode 100644
index 000000000..fb012bada
--- /dev/null
+++ b/plugins/zipdownload/localization/pt_PT.inc
@@ -0,0 +1,19 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/pt_PT/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: David |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['downloadall'] = 'Guardar todos os anexos';
+$labels['downloadfolder'] = 'Guardar pasta';
+
diff --git a/plugins/zipdownload/localization/sv_SE.inc b/plugins/zipdownload/localization/sv_SE.inc
new file mode 100644
index 000000000..020daeed6
--- /dev/null
+++ b/plugins/zipdownload/localization/sv_SE.inc
@@ -0,0 +1,19 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/sv_SE/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Jonas Nasholm |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['downloadall'] = 'Hämta alla bifogade filer';
+$labels['downloadfolder'] = 'Hämta katalog';
+
diff --git a/plugins/zipdownload/localization/vi_VN.inc b/plugins/zipdownload/localization/vi_VN.inc
new file mode 100644
index 000000000..919c40396
--- /dev/null
+++ b/plugins/zipdownload/localization/vi_VN.inc
@@ -0,0 +1,19 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/vi_VN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Kenny Tran <kennethanh@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['downloadall'] = 'Tải tất cả đính kèm về';
+$labels['downloadfolder'] = 'Tải giữ liệu về';
+