|
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "暗号化",
|
|
"File encryption is enabled." => "ファイルの暗号化は有効です。",
|
|
"The following file types will not be encrypted:" => "次のファイルタイプは暗号化されません:",
|
|
"Exclude the following file types from encryption:" => "次のファイルタイプを暗号化から除外:",
|
|
"None" => "なし"
|
|
);
|