nextcloud/apps/files_encryption/l10n/ca.php

8 lines
359 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?php $TRANSLATIONS = array(
2013-05-03 04:05:10 +04:00
"Encryption" => "Xifrat",
"File encryption is enabled." => "El xifrat de fitxers està activat.",
"The following file types will not be encrypted:" => "Els tipus de fitxers següents no es xifraran:",
"Exclude the following file types from encryption:" => "Exclou els tipus de fitxers següents del xifratge:",
"None" => "Cap"
2012-08-14 01:19:31 +04:00
);