19 lines
616 B
PHP
19 lines
616 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"External Storage" => "外部存储",
|
||
|
"Mount point" => "挂载点",
|
||
|
"Backend" => "后端",
|
||
|
"Configuration" => "配置",
|
||
|
"Options" => "选项",
|
||
|
"Applicable" => "可应用",
|
||
|
"Add mount point" => "添加挂载点",
|
||
|
"None set" => "未设置",
|
||
|
"All Users" => "所有用户",
|
||
|
"Groups" => "群组",
|
||
|
"Users" => "用户",
|
||
|
"Delete" => "删除",
|
||
|
"SSL root certificates" => "SSL 根证书",
|
||
|
"Import Root Certificate" => "导入根证书",
|
||
|
"Enable User External Storage" => "启用用户外部存储",
|
||
|
"Allow users to mount their own external storage" => "允许用户挂载他们的外部存储"
|
||
|
);
|