mirror of
https://github.com/nextcloud/server.git
synced 2026-05-24 02:56:57 -04:00
7 lines
230 B
PHP
7 lines
230 B
PHP
|
|
<?php $TRANSLATIONS = array(
|
||
|
|
"Encryption" => "Cifratura",
|
||
|
|
"Exclude the following file types from encryption" => "Escludi i seguenti tipi di file dalla cifratura",
|
||
|
|
"None" => "Nessuna",
|
||
|
|
"Enable Encryption" => "Abilita cifratura"
|
||
|
|
);
|