Translated using Weblate (Spanish (Argentina))

Currently translated at 100.0% (1 of 1 strings)

Translation: server-tools-14.0/server-tools-14.0-html_image_url_extractor
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-html_image_url_extractor/es_AR/

[IMP] update dotfiles
pull/2569/head
Ignacio Buioli 2022-03-13 18:54:44 +00:00 committed by Víctor Martínez
parent ef4143a170
commit acdd5a270a
2 changed files with 8 additions and 7 deletions

View File

@ -9,20 +9,21 @@ msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n" "Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-03 04:11+0000\n" "POT-Creation-Date: 2016-12-03 04:11+0000\n"
"PO-Revision-Date: 2016-12-03 04:11+0000\n" "PO-Revision-Date: 2022-03-13 21:17+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" "Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" "Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/"
"teams/23907/es_AR/)\n" "23907/es_AR/)\n"
"Language: es_AR\n" "Language: es_AR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: html_image_url_extractor #. module: html_image_url_extractor
#: model:ir.model,name:html_image_url_extractor.model_ir_fields_converter #: model:ir.model,name:html_image_url_extractor.model_ir_fields_converter
msgid "Fields Converter" msgid "Fields Converter"
msgstr "" msgstr "Convertidor de Campos"
#~ msgid "Created by" #~ msgid "Created by"
#~ msgstr "Creado por" #~ msgstr "Creado por"

View File

@ -14,7 +14,7 @@ class ExtractorCase(TransactionCase):
def test_mixed_images_found(self): def test_mixed_images_found(self):
"""Images correctly found in <img> elements and backgrounds.""" """Images correctly found in <img> elements and backgrounds."""
content = u""" content = """
<div> <div>
<!-- src-less img --> <!-- src-less img -->
<img/> <img/>