diff options
Diffstat (limited to 'apps/files_encryption/l10n/vi.php')
-rw-r--r-- | apps/files_encryption/l10n/vi.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/files_encryption/l10n/vi.php b/apps/files_encryption/l10n/vi.php index 0a88d1b2db6..0af5bdc9a67 100644 --- a/apps/files_encryption/l10n/vi.php +++ b/apps/files_encryption/l10n/vi.php @@ -1,7 +1,4 @@ <?php $TRANSLATIONS = array( -"Encryption" => "Mã hóa", -"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" +"Saving..." => "Đang lưu...", +"Encryption" => "Mã hóa" ); |