# Translation of Odoo Server. # This file contains the translation of the following modules: # * sequence_check_digit # msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-09-28 10:14+0000\n" "PO-Revision-Date: 2018-07-13 08:48+0000\n" "Last-Translator: Enric Tobella \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.0.1\n" #. module: sequence_check_digit #: code:addons/sequence_check_digit/models/ir_sequence.py:45 #, python-format msgid "%s is not an implemented function" msgstr "%s no es una función implementada" #. module: sequence_check_digit #: model:ir.model.fields,field_description:sequence_check_digit.field_ir_sequence__check_digit_formula msgid "Check Digit Formula" msgstr "Fórmula del Dígito de control" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "Damm" msgstr "Damm" #. module: sequence_check_digit #: code:addons/sequence_check_digit/models/ir_sequence.py:39 #: code:addons/sequence_check_digit/models/ir_sequence.py:48 #, python-format msgid "Format is not accepted" msgstr "El formato no está aceptado" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "ISO 7064 Mod 11, 10" msgstr "ISO 7064 Mod 11, 10" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "ISO 7064 Mod 11, 2" msgstr "ISO 7064 Mod 11, 2" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "ISO 7064 Mod 37, 2" msgstr "ISO 7064 Mod 37, 2" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "ISO 7064 Mod 37, 36" msgstr "ISO 7064 Mod 37, 36" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "ISO 7064 Mod 97, 10" msgstr "ISO 7064 Mod 97, 10" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "Luhn" msgstr "Luhn" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "None" msgstr "Ninguno" #. module: sequence_check_digit #: model:ir.model,name:sequence_check_digit.model_ir_sequence #, fuzzy #| msgid "ir.sequence" msgid "Sequence" msgstr "ir.sequence" #. module: sequence_check_digit #: selection:ir.sequence,check_digit_formula:0 msgid "Verhoeff" msgstr "Verhoeff" #~ msgid "Function not found" #~ msgstr "Función no encontrada"