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'] = '谷歌硬盘';
|
|
$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'] = '人工智能助理';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = '谷歌硬盘';
|
|
$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'] = '该文件不是有效图像。';
|