roundcubemail-plugins-kolab/plugins/kolab_activesync/localization/ja_JP.inc

34 lines
1.7 KiB
PHP
Raw Normal View History

2013-01-12 11:23:32 +00:00
<?php
2013-10-11 15:06:22 +02:00
$labels['tabtitle'] = 'アクティブシンク';
2014-11-28 13:24:53 +13:00
$labels['activesynctitle'] = 'Manage Activesync devices';
2013-10-11 15:06:22 +02:00
$labels['devices'] = '機器';
$labels['devicealias'] = '機器名';
$labels['synchronize'] = '同期';
$labels['withalarms'] = 'アラーム付';
$labels['syncsettings'] = '同期設定';
2014-11-28 13:24:53 +13:00
$labels['deviceconfig'] = 'Device configuration';
2013-10-11 15:06:22 +02:00
$labels['folderstosync'] = '同期するフォルダ';
2013-01-12 11:23:32 +00:00
$labels['mail'] = 'Email';
2013-10-11 15:06:22 +02:00
$labels['contact'] = 'アドレス帳';
$labels['event'] = 'カレンダー';
$labels['task'] = 'タスク';
$labels['note'] = 'ノート';
2013-01-12 11:23:32 +00:00
$labels['configuration'] = '設定';
2013-10-11 15:06:22 +02:00
$labels['deletedevice'] = '機器の削除';
2014-11-28 13:24:53 +13:00
$labels['nodevices'] = 'There are currently no devices registered.<br/><br/>In order to register a device, please connect it to the server first, using <a href="http://wiki.kolab.org/Setup_ActiveSync">the instructions in the Wiki</a>. Afterwards the device should become available for configuration here.';
2013-10-11 15:06:22 +02:00
$labels['savingdata'] = 'データを保存中…';
$labels['savingerror'] = '設定の保存に失敗しました';
$labels['notsupported'] = 'サーバはmetadata/annotionsをサポートしていません';
$labels['devicedeleteconfirm'] = '本当にこのデバイスの設定を削除しますか?';
$labels['successfullydeleted'] = 'デヴァイスの削除に成功しました';
$labels['devicenotfound'] = 'デヴァイスの設定を読込めません';
2014-11-28 13:24:53 +13:00
$labels['devicetype'] = 'Device type';
$labels['acsversion'] = 'Protocol version';
$labels['useragent'] = 'User agent';
$labels['friendlyname'] = 'Friendly name';
$labels['os'] = 'Operating system';
$labels['oslanguage'] = 'OS language';
$labels['phonenumber'] = '電話番号';
2014-11-28 13:24:53 +13:00
$labels['arialabeldeviceframe'] = 'Device synchronization settings form';
2013-01-12 11:23:32 +00:00
?>