nextcloud/apps/files_encryption/l10n/et_EE.php

8 lines
359 B
PHP
Raw Normal View History

2012-08-19 04:05:44 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Krüpteerimine",
2013-02-13 03:05:40 +04:00
"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:",
2013-01-23 03:06:18 +04:00
"None" => "Pole"
2012-08-19 04:05:44 +04:00
);