BKPasscodeView.strings 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. //
  2. // BKPasscodeView.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright (c) 2017 TWS. All rights reserved.
  6. //
  7. // Author Marino Faggiana <m.faggiana@twsweb.it>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. "%d Failed Passcode Attempts" = "%d intentos de código de seguridad fallidos ";
  23. "%d Failed Password Attempts" = "%d intentos de contraseña fallidos ";
  24. "1 Failed Passcode Attempt" = "1 intento de código de seguridad fallido";
  25. "1 Failed Password Attempt" = "1 intento de contraseña falliido";
  26. "Do you want to use Touch ID for authentication?" = "¿Desea usar el Touch ID para autenticación?";
  27. "Done" = "Terminado";
  28. "Enable Touch ID" = "Habilitar Touch ID";
  29. "Enter a different passcode. Cannot re-use the same passcode." = "Favor de ingresar un código de seguridad diferente. No es posible usar el mismo código de seguirdad";
  30. "Enter a different password. Cannot re-use the same password." = "Ingrese una contrseña diferente. No se puede volver a usar la misma contraseña.";
  31. "Enter a passcode" = "Ingrese un código de seguridad";
  32. "Enter a password" = "Ingrese una contraseña";
  33. "Enter your new passcode" = "Ingrese su nuevo código de seguridad";
  34. "Enter your new password" = "Ingrese su nueva contraseña";
  35. "Enter your old passcode" = "Ingrese su código de seguridad anterior";
  36. "Enter your old password" = "Ingrese su contraseña anterior";
  37. "Enter your passcode" = "Ingrese su código de seguridad";
  38. "Enter your password" = "Ingrese su contraseña";
  39. "Invalid Passcode" = "Código de seguridad inválido";
  40. "Invalid Password" = "Contraseña inválida";
  41. "Passcodes did not match.\nTry again." = "Los códigos de seguridad no coinciden.\n\nFavor de volver a intentar.";
  42. "Password did not match.\nTry again." = "Las contraseñas no coinciden.\n\nFavor de volver a intentar. ";
  43. "Re-enter your passcode" = "Favor de re-ingresar su código de seguridad";
  44. "Re-enter your password" = "Reingresar su contraseña";
  45. "Try again in %d minutes" = "Favor de volver a intentar en %d minutos";
  46. "Try again in 1 minute" = "Favor de volver a intentar en 1 minuto";