7 lines
220 B
PHP
7 lines
220 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Encryption" => "암호화",
|
||
|
"Exclude the following file types from encryption" => "다음파일 형식에 암호화 제외",
|
||
|
"None" => "없음",
|
||
|
"Enable Encryption" => "암호화 사용"
|
||
|
);
|