18 lines
1.1 KiB
PHP
18 lines
1.1 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",
|
|
"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"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";
|