diff options
Diffstat (limited to 'plugins/zipdownload/localization/ja_JP.inc')
-rw-r--r-- | plugins/zipdownload/localization/ja_JP.inc | 19 |
1 files changed, 19 insertions, 0 deletions
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'] = 'ダウンロード先のフォルダー'; + |