2012-11-21 03:02:33 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "암호화",
|
2012-12-10 03:12:32 +04:00
|
|
|
"Exclude the following file types from encryption" => "다음 파일 형식은 암호화하지 않음",
|
2013-01-23 03:06:18 +04:00
|
|
|
"None" => "없음"
|
2012-11-21 03:02:33 +04:00
|
|
|
);
|