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.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * sequence_check_digit
  4. #
  5. # Translators:
  6. # Letícia do Nascimento Souza <leticia.souza@kmee.com.br>, 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: 2018-02-23 18:00+0000\n"
  13. "Last-Translator: Letícia do Nascimento Souza <leticia.souza@kmee.com.br>, "
  14. "2018\n"
  15. "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
  16. "teams/23907/pt_BR/)\n"
  17. "Language: pt_BR\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  22. #. module: sequence_check_digit
  23. #: code:addons/sequence_check_digit/models/ir_sequence.py:46
  24. #, python-format
  25. msgid "%s is not an implemented function"
  26. msgstr ""
  27. #. module: sequence_check_digit
  28. #: model:ir.model.fields,field_description:sequence_check_digit.field_ir_sequence_check_digit_formula
  29. msgid "Check digit formula"
  30. msgstr ""
  31. #. module: sequence_check_digit
  32. #: selection:ir.sequence,check_digit_formula:0
  33. msgid "Damm"
  34. msgstr ""
  35. #. module: sequence_check_digit
  36. #: code:addons/sequence_check_digit/models/ir_sequence.py:40
  37. #: code:addons/sequence_check_digit/models/ir_sequence.py:49
  38. #, python-format
  39. msgid "Format is not accepted"
  40. msgstr ""
  41. #. module: sequence_check_digit
  42. #: selection:ir.sequence,check_digit_formula:0
  43. msgid "ISO 7064 Mod 11, 10"
  44. msgstr ""
  45. #. module: sequence_check_digit
  46. #: selection:ir.sequence,check_digit_formula:0
  47. msgid "ISO 7064 Mod 11, 2"
  48. msgstr ""
  49. #. module: sequence_check_digit
  50. #: selection:ir.sequence,check_digit_formula:0
  51. msgid "ISO 7064 Mod 37, 2"
  52. msgstr ""
  53. #. module: sequence_check_digit
  54. #: selection:ir.sequence,check_digit_formula:0
  55. msgid "ISO 7064 Mod 37, 36"
  56. msgstr ""
  57. #. module: sequence_check_digit
  58. #: selection:ir.sequence,check_digit_formula:0
  59. msgid "ISO 7064 Mod 97, 10"
  60. msgstr ""
  61. #. module: sequence_check_digit
  62. #: selection:ir.sequence,check_digit_formula:0
  63. msgid "Luhn"
  64. msgstr ""
  65. #. module: sequence_check_digit
  66. #: selection:ir.sequence,check_digit_formula:0
  67. msgid "None"
  68. msgstr "Nenhum"
  69. #. module: sequence_check_digit
  70. #: selection:ir.sequence,check_digit_formula:0
  71. msgid "Verhoeff"
  72. msgstr ""
  73. #. module: sequence_check_digit
  74. #: model:ir.model,name:sequence_check_digit.model_ir_sequence
  75. msgid "ir.sequence"
  76. msgstr ""