mirror of
https://github.com/nextcloud/server.git
synced 2026-02-26 03:11:28 -05: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"
|
|
);
|