41 lines
1.8 KiB
PHP
41 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* Roundcube Plus Framework plugin.
|
|
*
|
|
* Copyright 2016, Tecorama LLC.
|
|
*
|
|
* @license Commercial. See the LICENSE file for details.
|
|
*/
|
|
|
|
$labels = [];
|
|
$labels['plugin_xbackground'] = '背景';
|
|
$labels['plugin_xcalendar'] = 'カレンダー';
|
|
$labels['plugin_xdropbox'] = 'ドロップボックス';
|
|
$labels['plugin_xgoogle_drive'] = 'グーグルドライブ';
|
|
$labels['plugin_xlast_login'] = '最終ログイン';
|
|
$labels['plugin_xquote'] = '日々の言葉';
|
|
$labels['plugin_xnews_feed'] = 'ニュースフィード';
|
|
$labels['plugin_xsignature'] = '署名';
|
|
$labels['plugin_xskin'] = 'スキンズ';
|
|
$labels['plugin_xweather'] = '天気';
|
|
$labels['plugin_xtag'] = 'タグマネージャー';
|
|
$labels['plugin_xemail_schedule'] = 'メールスケジュール';
|
|
$labels['plugin_x2fa'] = '二要素認証';
|
|
$labels['plugin_xai'] = 'AIアシスタント';
|
|
$labels['plugin_xwebdav'] = 'ウェブダブリュー';
|
|
$labels['xdropbox_name'] = 'ドロップボックス';
|
|
$labels['xgoogle_drive_name'] = 'グーグルドライブ';
|
|
$labels['xwebdav_name'] = 'ウェブダブリュー';
|
|
$labels['insert_link'] = 'メッセージへのリンクを挿入';
|
|
$labels['download_and_attach'] = 'ダウンロードして添付する';
|
|
$labels['sidebar'] = 'サイドバー';
|
|
$labels['sidebar_items'] = 'サイドバー項目';
|
|
$labels['sidebar_change_order'] = 'サイドバーアイテムをドラッグ&ドロップして並び順を変更できます。';
|
|
$labels['buy_now'] = '購入する';
|
|
$labels['preview'] = 'プレビュー';
|
|
$labels['apps'] = 'アプリ';
|
|
$labels['sidebar'] = 'サイドバー';
|
|
$labels['hide'] = '隠す';
|
|
$labels['invalid_image_extension'] = '画像ファイルの拡張子が無効です。許可される拡張子は次の拡張子です。';
|
|
$labels['invalid_image_format'] = 'このファイルは有効な画像ではありません。';
|