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.

88 lines
2.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * sequence_check_digit
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-02-23 18:00+0000\n"
  12. "PO-Revision-Date: 2019-03-01 15:53+0000\n"
  13. "Last-Translator: Marta Vázquez Rodríguez <vazrodmar@gmail.com>\n"
  14. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  15. "Language: es\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  20. "X-Generator: Weblate 3.4\n"
  21. #. module: sequence_check_digit
  22. #: code:addons/sequence_check_digit/models/ir_sequence.py:46
  23. #, python-format
  24. msgid "%s is not an implemented function"
  25. msgstr "%s no es una función implementada"
  26. #. module: sequence_check_digit
  27. #: model:ir.model.fields,field_description:sequence_check_digit.field_ir_sequence_check_digit_formula
  28. msgid "Check digit formula"
  29. msgstr "Dígito de control"
  30. #. module: sequence_check_digit
  31. #: selection:ir.sequence,check_digit_formula:0
  32. msgid "Damm"
  33. msgstr "Damm"
  34. #. module: sequence_check_digit
  35. #: code:addons/sequence_check_digit/models/ir_sequence.py:40
  36. #: code:addons/sequence_check_digit/models/ir_sequence.py:49
  37. #, python-format
  38. msgid "Format is not accepted"
  39. msgstr "El formato no está aceptado"
  40. #. module: sequence_check_digit
  41. #: selection:ir.sequence,check_digit_formula:0
  42. msgid "ISO 7064 Mod 11, 10"
  43. msgstr "ISO 7064 Mod 11, 10"
  44. #. module: sequence_check_digit
  45. #: selection:ir.sequence,check_digit_formula:0
  46. msgid "ISO 7064 Mod 11, 2"
  47. msgstr "ISO 7064 Mod 11, 2"
  48. #. module: sequence_check_digit
  49. #: selection:ir.sequence,check_digit_formula:0
  50. msgid "ISO 7064 Mod 37, 2"
  51. msgstr "ISO 7064 Mod 37, 2"
  52. #. module: sequence_check_digit
  53. #: selection:ir.sequence,check_digit_formula:0
  54. msgid "ISO 7064 Mod 37, 36"
  55. msgstr "ISO 7064 Mod 37, 36"
  56. #. module: sequence_check_digit
  57. #: selection:ir.sequence,check_digit_formula:0
  58. msgid "ISO 7064 Mod 97, 10"
  59. msgstr "ISO 7064 Mod 97, 10"
  60. #. module: sequence_check_digit
  61. #: selection:ir.sequence,check_digit_formula:0
  62. msgid "Luhn"
  63. msgstr "Luhn"
  64. #. module: sequence_check_digit
  65. #: selection:ir.sequence,check_digit_formula:0
  66. msgid "None"
  67. msgstr "Ninguno"
  68. #. module: sequence_check_digit
  69. #: selection:ir.sequence,check_digit_formula:0
  70. msgid "Verhoeff"
  71. msgstr "Verhoeff"
  72. #. module: sequence_check_digit
  73. #: model:ir.model,name:sequence_check_digit.model_ir_sequence
  74. msgid "ir.sequence"
  75. msgstr "ir.sequence"