21 lines
1.5 KiB
PHP
21 lines
1.5 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"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.",
|
|
"Saving..." => "Saugoma...",
|
|
"Encryption" => "Šifravimas",
|
|
"Enable encryption passwords recovery key (allow sharing to recovery key):" => "Įjungti šifravimo slaptažodžio atstatymo raktą (leidžia dalintis su atstatymo raktu):",
|
|
"Recovery account password" => "Atstatymo vartotojo slaptažodis",
|
|
"Enabled" => "Įjungta",
|
|
"Disabled" => "Išjungta",
|
|
"Change encryption passwords recovery key:" => "Pakeisti šifravimo slaptažodžio atstatymo raktą:",
|
|
"Old Recovery account password" => "Seno atstatymo vartotojo slaptažodis",
|
|
"New Recovery account password" => "naujo atstatymo vartotojo slaptažodis",
|
|
"Change Password" => "Pakeisti slaptažodį",
|
|
"File recovery settings updated" => "Failų atstatymo nustatymai pakeisti",
|
|
"Could not update file recovery" => "Neišėjo atnaujinti failų atkūrimo"
|
|
);
|