nextcloud/apps/files_encryption/l10n/lt_LT.php

16 lines
1.0 KiB
PHP
Raw Normal View History

2012-08-23 04:07:35 +04:00
<?php $TRANSLATIONS = array(
2013-06-05 04:01:42 +04:00
"Recovery key successfully enabled" => "Atkūrimo raktas sėkmingai įjungtas",
"Could not enable recovery key. Please check your recovery key password!" => "Neišėjo įjungti jūsų atkūrimo rakto. Prašome jį patikrinti!",
"Recovery key successfully disabled" => "Atkūrimo raktas sėkmingai išjungtas",
"Could not disable recovery key. Please check your recovery key password!" => "Neišėjo išjungti jūsų atkūrimo rakto. Prašome jį patikrinti!",
"Password successfully changed." => "Slaptažodis sėkmingai pakeistas",
"Could not change the password. Maybe the old password was not correct." => "Slaptažodis nebuvo pakeistas. Gali būti, kad buvo neteisingai suvestas senasis.",
2013-05-26 04:03:54 +04:00
"Saving..." => "Saugoma...",
2013-06-05 04:01:42 +04:00
"Encryption" => "Šifravimas",
"Enabled" => "Įjungta",
"Disabled" => "Išjungta",
"Change Password" => "Pakeisti slaptažodį",
"File recovery settings updated" => "Failų atstatymo nustatymai pakeisti",
"Could not update file recovery" => "Neišėjo atnaujinti failų atkūrimo"
2012-08-23 04:07:35 +04:00
);