roundcubemail-plugins-kolab/plugins/kolab_folders/localization/ja_JP.inc
2014-11-28 13:24:53 +13:00

35 lines
1.1 KiB
PHP

<?php
/**
* Localizations for the Kolab Folders plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
*/
$labels = array();
$labels['folderctype'] = 'コンテンツタイプ';
$labels['foldertypemail'] = 'メール';
$labels['foldertypeevent'] = 'カレンダー';
$labels['foldertypejournal'] = 'ジャーナル';
$labels['foldertypetask'] = 'タスク';
$labels['foldertypenote'] = 'ノート';
$labels['foldertypecontact'] = 'コンタクト';
$labels['foldertypeconfiguration'] = '設定';
$labels['foldertypefile'] = 'ファイル';
$labels['foldertypefreebusy'] = '空状況';
$labels['default'] = 'デフォルト';
$labels['inbox'] = '受信箱';
$labels['drafts'] = '下書き';
$labels['sentitems'] = '送信済';
$labels['outbox'] = '送信箱';
$labels['wastebasket'] = 'ごみ箱';
$labels['junkemail'] = '迷惑メール';
$labels['confidential'] = 'Confidential';
$messages['defaultfolderexists'] = '指定したタイプの初期フォルダは既にあります。';
?>