server/apps/files_encryption/l10n/ko.php

6 lines
184 B
PHP
Raw Normal View History

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