diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
commit | fa3a6193155d4f1cc9f0714fe49685679f681c64 (patch) | |
tree | bfec58576e9c1c67c699844fee2db033916fc9c8 /plugins/zipdownload/localization | |
parent | 05c4edf34bcff89fcae80389e890fa07271f5275 (diff) |
Imported recent launchpad translations
Diffstat (limited to 'plugins/zipdownload/localization')
-rw-r--r-- | plugins/zipdownload/localization/fa_IR.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/ja_JP.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/pt_PT.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/sv_SE.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/vi_VN.inc | 19 |
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ề'; + |