mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
5 lines
200 B
PHP
5 lines
200 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Chiffrement",
|
|
"Exclude the following file types from encryption" => "Ne pas chiffrer les fichiers dont les types sont les suivants",
|
|
"None" => "Aucun"
|
|
);
|