mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 22:26:41 -04:00
7 lines
346 B
PHP
7 lines
346 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Salaus",
|
|
"File encryption is enabled." => "Tiedostojen salaus on käytössä.",
|
|
"The following file types will not be encrypted:" => "Seuraavia tiedostotyyppejä ei salata:",
|
|
"Exclude the following file types from encryption:" => "Älä salaa seuravia tiedostotyyppejä:",
|
|
"None" => "Ei mitään"
|
|
);
|