mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
5 lines
209 B
PHP
5 lines
209 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Mã hóa",
|
|
"Exclude the following file types from encryption" => "Loại trừ các loại tập tin sau đây từ mã hóa",
|
|
"None" => "Không có gì hết"
|
|
);
|