Blame view
sources/apps/files_encryption/l10n/ca.php
359 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "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" ); |