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