server/apps/files_encryption/l10n/et_EE.php

8 lines
359 B
PHP
Raw Normal View History

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