roundcubemail-plugins-kolab/plugins/libcalendaring/localization/ja_JP.inc
2014-04-24 14:45:27 +02:00

44 lines
2 KiB
PHP

<?php
$labels['alarmemail'] = 'メール送信';
$labels['alarmdisplay'] = 'メッセージ表示';
$labels['alarmdisplayoption'] = 'メッセージ';
$labels['alarmemailoption'] = 'Eメール';
$labels['alarmat'] = '$datetime に';
$labels['trigger@'] = '日付に';
$labels['trigger-M'] = '分前';
$labels['trigger-H'] = '時間前';
$labels['trigger-D'] = '分後';
$labels['trigger+M'] = '分後';
$labels['trigger+H'] = '時間後';
$labels['trigger+D'] = '日後';
$labels['addalarm'] = 'アラーム追加';
$labels['alarmtitle'] = '今後のイベント';
$labels['dismissall'] = '全て削除';
$labels['dismiss'] = '削除';
$labels['snooze'] = 'スノーズ';
$labels['repeatinmin'] = '$min 以内で繰返し';
$labels['repeatinhr'] = '1時間で繰返し';
$labels['repeatinhrs'] = '$hrs で繰返し';
$labels['repeattomorrow'] = '明日繰返し';
$labels['repeatinweek'] = '1週間で繰返し';
$labels['showmore'] = 'さらに表示…';
// itip related labels
$labels['itipinvitation'] = '招待する';
$labels['itipupdate'] = '更新';
$labels['itipcancellation'] = 'キャンセル';
$labels['itipreply'] = '返信';
$labels['itipaccepted'] = '承諾';
$labels['itiptentative'] = 'たぶん';
$labels['itipdeclined'] = '辞退';
$labels['itipsubjectaccepted'] = '$name が "$title" を承諾しました';
$labels['itipsubjecttentative'] = '$name が "$title" を仮承諾しました';
$labels['itipsubjectdeclined'] = '$name が "$title" を辞退しました';
$labels['updateattendeestatus'] = '参加者の状況更新';
$labels['acceptinvitation'] = 'この招待を承諾しますか?';
$labels['youhaveaccepted'] = 'この招待を承諾しました';
$labels['youhavetentative'] = 'この招待を仮承諾しました。';
$labels['youhavedeclined'] = 'この招待を辞退しました。';
$labels['notanattendee'] = 'このイベントの出席者として一覧にありません';
$labels['importtocalendar'] = 'カレンダーに保存';
$labels['removefromcalendar'] = 'カレンダーから削除';
$labels['savingdata'] = 'データを保存中…';