You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
632 B
19 lines
632 B
<?php
|
|
$lang = array(
|
|
'my_clouds' => '我的云',
|
|
'add_clouds' => '添加云',
|
|
'apptodesktop' => '添加到桌面',
|
|
'add_ali_cloud' => '添加阿里云',
|
|
'site_name' => '站点名称',
|
|
'disk_name' => '存储名称',
|
|
'disk_dir' => '存储位置',
|
|
'port' => '端口',
|
|
'host_IP_address' => '主机IP地址或域名',
|
|
'encode' => '编码',
|
|
'builtin_dish_allowed_delete' => '内置盘不允许删除',
|
|
'object_exist_been_deleted' => '对象不存在或已被删除',
|
|
'added_desktop' => '添加到桌面失败',
|
|
'object_exist_been_deleted' => '对象不存在或已被删除',
|
|
);
|
|
|
|
?>
|