diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
commit | c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4 (patch) | |
tree | 142bec92a18e0452af2967f40741407664c03a67 /plugins/acl/localization/ja_JP.inc | |
parent | 565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff) |
Updated translations from launchpad
Diffstat (limited to 'plugins/acl/localization/ja_JP.inc')
-rw-r--r-- | plugins/acl/localization/ja_JP.inc | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/plugins/acl/localization/ja_JP.inc b/plugins/acl/localization/ja_JP.inc new file mode 100644 index 000000000..68be68021 --- /dev/null +++ b/plugins/acl/localization/ja_JP.inc @@ -0,0 +1,55 @@ +<?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['sharing'] = '共有'; +$labels['myrights'] = 'アクセス権'; +$labels['username'] = 'ユーザー:'; +$labels['advanced'] = '詳細なモード'; +$labels['newuser'] = '項目を追加'; +$labels['anyone'] = '(誰でも)すべてのユーザー'; +$labels['anonymous'] = 'ゲスト(匿名)'; +$labels['acll'] = '検索'; +$labels['shortacll'] = '検索'; +$labels['aclr'] = 'メッセージを読む'; +$labels['aclw'] = '書き込みフラッグ'; +$labels['aclc'] = 'サブフォルダを作成'; +$labels['aclk'] = 'サブフォルダを作成'; +$labels['acld'] = 'メッセージを削除'; +$labels['aclt'] = 'メッセージを削除'; +$labels['aclx'] = 'フォルダーを削除'; +$labels['aclread'] = '読み込み'; +$labels['shortaclr'] = '読み込み'; +$labels['shortaclread'] = '読み込み'; +$labels['aclwrite'] = '書き込み'; +$labels['shortaclw'] = '書き込み'; +$labels['shortaclwrite'] = '書き込み'; +$labels['acldelete'] = '削除'; +$labels['shortacld'] = '削除'; +$labels['shortaclt'] = '削除'; +$labels['shortacldelete'] = '削除'; +$labels['shortacli'] = '挿入'; +$labels['shortaclc'] = '作成'; +$labels['shortaclk'] = '作成'; +$labels['shortaclx'] = 'フォルダーの削除'; +$labels['deleting'] = 'アクセス権を削除中...'; +$labels['saving'] = 'アクセス権を保存中...'; +$labels['updatesuccess'] = 'アクセス権を変更しました'; +$labels['deletesuccess'] = 'アクセス権を削除しました'; +$labels['createsuccess'] = 'アクセス権を追加しました'; +$labels['updateerror'] = 'アクセス権を更新できません'; +$labels['deleteerror'] = 'アクセス権を削除できません'; +$labels['createerror'] = 'アクセス権を追加できません'; + |