You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.5 KiB
PHP
56 lines
2.5 KiB
PHP
<?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'] = 'アクセス権を追加できません';
|
|
|