mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
7 lines
359 B
PHP
7 lines
359 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Krüpteerimine",
|
|
"File encryption is enabled." => "Faili krüpteerimine on sisse lülitatud.",
|
|
"The following file types will not be encrypted:" => "Järgnevaid failitüüpe ei krüpteerita:",
|
|
"Exclude the following file types from encryption:" => "Järgnevaid failitüüpe ei krüpteerita:",
|
|
"None" => "Pole"
|
|
);
|