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.

89 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. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2017-09-28 10:14+0000\n"
  10. "PO-Revision-Date: 2018-07-13 08:48+0000\n"
  11. "Last-Translator: Enric Tobella <etobella@creublanca.es>\n"
  12. "Language-Team: \n"
  13. "Language: es\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  18. "X-Generator: Weblate 3.0.1\n"
  19. #. module: sequence_check_digit
  20. #: code:addons/sequence_check_digit/models/ir_sequence.py:46
  21. #, python-format
  22. msgid "%s is not an implemented function"
  23. msgstr "%s no es una función implementada"
  24. #. module: sequence_check_digit
  25. #: model:ir.model.fields,field_description:sequence_check_digit.field_ir_sequence_check_digit_formula
  26. msgid "Check Digit Formula"
  27. msgstr "Fórmula del Dígito de control"
  28. #. module: sequence_check_digit
  29. #: selection:ir.sequence,check_digit_formula:0
  30. msgid "Damm"
  31. msgstr "Damm"
  32. #. module: sequence_check_digit
  33. #: code:addons/sequence_check_digit/models/ir_sequence.py:40
  34. #: code:addons/sequence_check_digit/models/ir_sequence.py:49
  35. #, python-format
  36. msgid "Format is not accepted"
  37. msgstr "El formato no está aceptado"
  38. #. module: sequence_check_digit
  39. #: selection:ir.sequence,check_digit_formula:0
  40. msgid "ISO 7064 Mod 11, 10"
  41. msgstr "ISO 7064 Mod 11, 10"
  42. #. module: sequence_check_digit
  43. #: selection:ir.sequence,check_digit_formula:0
  44. msgid "ISO 7064 Mod 11, 2"
  45. msgstr "ISO 7064 Mod 11, 2"
  46. #. module: sequence_check_digit
  47. #: selection:ir.sequence,check_digit_formula:0
  48. msgid "ISO 7064 Mod 37, 2"
  49. msgstr "ISO 7064 Mod 37, 2"
  50. #. module: sequence_check_digit
  51. #: selection:ir.sequence,check_digit_formula:0
  52. msgid "ISO 7064 Mod 37, 36"
  53. msgstr "ISO 7064 Mod 37, 36"
  54. #. module: sequence_check_digit
  55. #: selection:ir.sequence,check_digit_formula:0
  56. msgid "ISO 7064 Mod 97, 10"
  57. msgstr "ISO 7064 Mod 97, 10"
  58. #. module: sequence_check_digit
  59. #: selection:ir.sequence,check_digit_formula:0
  60. msgid "Luhn"
  61. msgstr "Luhn"
  62. #. module: sequence_check_digit
  63. #: selection:ir.sequence,check_digit_formula:0
  64. msgid "None"
  65. msgstr "Ninguno"
  66. #. module: sequence_check_digit
  67. #: selection:ir.sequence,check_digit_formula:0
  68. msgid "Verhoeff"
  69. msgstr "Verhoeff"
  70. #. module: sequence_check_digit
  71. #: model:ir.model,name:sequence_check_digit.model_ir_sequence
  72. msgid "ir.sequence"
  73. msgstr "ir.sequence"
  74. #~ msgid "Function not found"
  75. #~ msgstr "Función no encontrada"