41 lines
1.5 KiB
PHP
41 lines
1.5 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'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google 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'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google Drive';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$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'] = '影像檔案副檔名無效。允許的副檔名為$ext.';
|
|
$labels['invalid_image_format'] = '此檔案不是有效的影像。';
|