|
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "加密",
|
|
"File encryption is enabled." => "文件加密已启用.",
|
|
"The following file types will not be encrypted:" => "如下的文件类型将不会被加密:",
|
|
"Exclude the following file types from encryption:" => "从加密中排除如下的文件类型:",
|
|
"None" => "无"
|
|
);
|