mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 12:11:59 +02:00
84 lines
2.8 KiB
Text
84 lines
2.8 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * sequence_check_digit
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: \n"
|
|
|
|
#. module: sequence_check_digit
|
|
#. odoo-python
|
|
#: code:addons/sequence_check_digit/models/ir_sequence.py:0
|
|
#, python-format
|
|
msgid "%s is not an implemented function"
|
|
msgstr "%s is not an implemented function"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields,field_description:sequence_check_digit.field_ir_sequence__check_digit_formula
|
|
msgid "Check Digit Formula"
|
|
msgstr "Check Digit Formula"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__damm
|
|
msgid "Damm"
|
|
msgstr "Damm"
|
|
|
|
#. module: sequence_check_digit
|
|
#. odoo-python
|
|
#: code:addons/sequence_check_digit/models/ir_sequence.py:0
|
|
#: code:addons/sequence_check_digit/models/ir_sequence.py:0
|
|
#, python-format
|
|
msgid "Format is not accepted"
|
|
msgstr "Format is not accepted"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__iso7064_11_10
|
|
msgid "ISO 7064 Mod 11, 10"
|
|
msgstr "ISO 7064 Mod 11, 10"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__iso7064_11_2
|
|
msgid "ISO 7064 Mod 11, 2"
|
|
msgstr "ISO 7064 Mod 11, 2"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__iso7064_37_2
|
|
msgid "ISO 7064 Mod 37, 2"
|
|
msgstr "ISO 7064 Mod 37, 2"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__iso7064_37_36
|
|
msgid "ISO 7064 Mod 37, 36"
|
|
msgstr "ISO 7064 Mod 37, 36"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__iso7064_97_10
|
|
msgid "ISO 7064 Mod 97, 10"
|
|
msgstr "ISO 7064 Mod 97, 10"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__luhn
|
|
msgid "Luhn"
|
|
msgstr "Luhn"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__none
|
|
msgid "None"
|
|
msgstr ""
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model,name:sequence_check_digit.model_ir_sequence
|
|
msgid "Sequence"
|
|
msgstr "Sekvenca"
|
|
|
|
#. module: sequence_check_digit
|
|
#: model:ir.model.fields.selection,name:sequence_check_digit.selection__ir_sequence__check_digit_formula__verhoeff
|
|
msgid "Verhoeff"
|
|
msgstr "Verhoeff"
|