mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
7 lines
381 B
PHP
7 lines
381 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Encriptação",
|
|
"File encryption is enabled." => "A encriptação de ficheiros está ligada",
|
|
"The following file types will not be encrypted:" => "Os seguintes ficheiros não serão encriptados:",
|
|
"Exclude the following file types from encryption:" => "Excluir da encriptação os seguintes tipos de ficheiro:",
|
|
"None" => "Nenhum"
|
|
);
|