2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2012-10-25 04:11:53 +04:00
|
|
|
"Access granted" => "权限已授予。",
|
|
|
|
"Error configuring Dropbox storage" => "配置Dropbox存储时出错",
|
|
|
|
"Grant access" => "授权",
|
2012-10-18 04:09:32 +04:00
|
|
|
"Please provide a valid Dropbox app key and secret." => "请提供有效的Dropbox应用key和secret",
|
|
|
|
"Error configuring Google Drive storage" => "配置Google Drive存储时出错",
|
|
|
|
"External Storage" => "外部存储",
|
2013-03-01 03:07:02 +04:00
|
|
|
"Folder name" => "目录名称",
|
2013-03-17 01:18:26 +04:00
|
|
|
"External storage" => "外部存储",
|
2012-10-18 04:09:32 +04:00
|
|
|
"Configuration" => "配置",
|
|
|
|
"Options" => "选项",
|
2013-03-17 01:18:26 +04:00
|
|
|
"Add storage" => "添加存储",
|
2012-10-18 04:09:32 +04:00
|
|
|
"All Users" => "所有用户",
|
|
|
|
"Groups" => "组",
|
|
|
|
"Users" => "用户",
|
|
|
|
"Delete" => "删除",
|
|
|
|
"Enable User External Storage" => "启用用户外部存储",
|
|
|
|
"SSL root certificates" => "SSL根证书",
|
|
|
|
"Import Root Certificate" => "导入根证书"
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|