server/apps/files_encryption/l10n/vi.php

8 lines
362 B
PHP
Raw Normal View History

2012-10-16 15:57:07 +00:00
<?php $TRANSLATIONS = array(
"Encryption" => "Mã hóa",
2013-02-09 23:10:29 +00:00
"File encryption is enabled." => "Mã hóa file đã mở",
"The following file types will not be encrypted:" => "Loại file sau sẽ không được mã hóa",
"Exclude the following file types from encryption:" => "Việc mã hóa không bao gồm loại file sau",
"None" => "Không có gì hết"
2012-10-16 15:57:07 +00:00
);