mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
* [FIX][web_m2x_options] Fix Qweb templates.
They were trying to replace non-existing elements, and this was being logged to console:
Can't find "a.oe_m2o_cm_button" when extending template FieldMany2One
Can't find "span.badge" when extending template FieldMany2ManyTag
* Raise version correctly.
* [FIX] Make many2many_tags tag deletion work again
* Correct replacement of event
Instead of overwriting all events from upstream widget, better just overwrite the one you need and inherit the rest.
89 lines
2.5 KiB
Plaintext
89 lines
2.5 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * web_m2x_options
|
|
#
|
|
# Translators:
|
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
# Rudolf Schnapka <rs@techno-flex.de>, 2018
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2018-01-03 03:50+0000\n"
|
|
"PO-Revision-Date: 2018-01-03 03:50+0000\n"
|
|
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2018\n"
|
|
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: de\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/xml/base.xml:8
|
|
#, python-format
|
|
msgid "!(widget.options.no_open || widget.options.no_open_edit)"
|
|
msgstr "!(widget.options.no_open || widget.options.no_open_edit)"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:47
|
|
#, python-format
|
|
msgid "Cancel"
|
|
msgstr "Abbrechen"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:33
|
|
#, python-format
|
|
msgid "Create"
|
|
msgstr "Anlegen"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:232
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:382
|
|
#, python-format
|
|
msgid "Create \"<strong>%s</strong>\""
|
|
msgstr "Anlegen \"<strong>%s</strong>"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:30
|
|
#, python-format
|
|
msgid "Create a %s"
|
|
msgstr "Eine %s anlegen"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:250
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:401
|
|
#, python-format
|
|
msgid "Create and Edit..."
|
|
msgstr "Anlegen und Bearbeiten"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:43
|
|
#, python-format
|
|
msgid "Create and edit"
|
|
msgstr "Anlegen und bearbeiten"
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:201
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:358
|
|
#, python-format
|
|
msgid "Search More..."
|
|
msgstr "Suche weitere..."
|
|
|
|
#. module: web_m2x_options
|
|
#. openerp-web
|
|
#: code:addons/web_m2x_options/static/src/js/form.js:52
|
|
#, python-format
|
|
msgid "You are creating a new %s, are you sure it does not exist yet?"
|
|
msgstr ""
|
|
"Sie legen eine neue %s an, sind Sie sicher, dass diese nicht bereits "
|
|
"vorhanden ist?"
|