mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 10:51:41 -05:00
7 lines
376 B
PHP
7 lines
376 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Cifrado",
|
|
"File encryption is enabled." => "O cifrado de ficheiros está activado",
|
|
"The following file types will not be encrypted:" => "Os seguintes tipos de ficheiros non van seren cifrados:",
|
|
"Exclude the following file types from encryption:" => "Excluír os seguintes tipos de ficheiros do cifrado:",
|
|
"None" => "Ningún"
|
|
);
|