You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Recovery key successfully enabled" => "Cheia de recupeare a fost activata cu succes",
  4. "Could not enable recovery key. Please check your recovery key password!" => "Nu s-a putut activa cheia de recuperare. Verifica parola de recuperare!",
  5. "Recovery key successfully disabled" => "Cheia de recuperare dezactivata cu succes",
  6. "Could not disable recovery key. Please check your recovery key password!" => "Nu am putut dezactiva cheia de recuperare. Verifica parola de recuperare!",
  7. "Password successfully changed." => "Parola a fost modificată cu succes.",
  8. "Could not change the password. Maybe the old password was not correct." => "Parola nu a putut fi schimbata. Poate ca parola veche este incorecta.",
  9. "Private key password successfully updated." => "Cheia privata a fost actualizata cu succes",
  10. "Could not update the private key password. Maybe the old password was not correct." => "Nu am putut actualiza parola pentru cheia privata. Poate ca parola veche este incorecta.",
  11. "Encryption" => "Încriptare",
  12. "Enabled" => "Activat",
  13. "Disabled" => "Dezactivat",
  14. "Change Password" => "Schimbă parola",
  15. "Your private key password no longer match your log-in password:" => "Parola cheii private nu se mai potriveste cu parola ta de logare:",
  16. "File recovery settings updated" => "Setarile pentru recuperarea fisierelor au fost actualizate",
  17. "Could not update file recovery" => "Nu am putut actualiza recuperarea de fisiere"
  18. );
  19. $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";