nextcloud/apps/files_encryption/l10n/et_EE.php

16 lines
1019 B
PHP
Raw Normal View History

2012-08-19 04:05:44 +04:00
<?php $TRANSLATIONS = array(
2013-05-31 04:04:40 +04:00
"Recovery key successfully enabled" => "Taastevõtme lubamine õnnestus",
"Could not enable recovery key. Please check your recovery key password!" => "Ei suutnud lubada taastevõtit. Palun kontrolli oma taastevõtme parooli!",
"Recovery key successfully disabled" => "Taastevõtme keelamine õnnestus",
"Could not disable recovery key. Please check your recovery key password!" => "Ei suuda keelata taastevõtit. Palun kontrolli oma taastevõtme parooli!",
2013-05-30 04:34:14 +04:00
"Password successfully changed." => "Parool edukalt vahetatud.",
"Could not change the password. Maybe the old password was not correct." => "Ei suutnud vahetada parooli. Võib-olla on vana parool valesti sisestatud.",
2013-05-26 04:03:54 +04:00
"Saving..." => "Salvestamine...",
2013-05-29 04:10:54 +04:00
"Encryption" => "Krüpteerimine",
"Enabled" => "Sisse lülitatud",
"Disabled" => "Väljalülitatud",
2013-05-30 04:34:14 +04:00
"Change Password" => "Muuda parooli",
"File recovery settings updated" => "Faili taaste seaded uuendatud",
"Could not update file recovery" => "Ei suuda uuendada taastefaili"
2012-08-19 04:05:44 +04:00
);