parent
10f7743cf5
commit
fda3caaff3
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 12.0\n"
|
"Project-Id-Version: Odoo Server 14.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \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"
|
||||||
|
@ -19,7 +19,7 @@ msgid "Abstract image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
#: code:addons/base_conditional_image/models/image.py:53
|
#: code:addons/base_conditional_image/models/image.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "At least one image type must be specified"
|
msgid "At least one image type must be specified"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -31,7 +31,10 @@ msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
#: model:ir.model.fields,help:base_conditional_image.field_image__company_id
|
#: model:ir.model.fields,help:base_conditional_image.field_image__company_id
|
||||||
msgid "Company related check. If inherited object does not have a `company_id` field, it will be ignored. The check will first take the records with a company then, if no match is found, the ones without a company."
|
msgid ""
|
||||||
|
"Company related check. If inherited object does not have a `company_id` "
|
||||||
|
"field, it will be ignored. The check will first take the records with a "
|
||||||
|
"company then, if no match is found, the ones without a company."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
|
@ -93,7 +96,9 @@ msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
#: model:ir.model.fields,help:base_conditional_image.field_image__image_medium
|
#: model:ir.model.fields,help:base_conditional_image.field_image__image_medium
|
||||||
msgid "Medium-sized image. It is automatically resized as a 128x128px image, with aspect ratio preserved. Use this field in form views or some kanban views."
|
msgid ""
|
||||||
|
"Medium-sized image. It is automatically resized as a 128x128px image, with "
|
||||||
|
"aspect ratio preserved. Use this field in form views or some kanban views."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
|
@ -108,7 +113,10 @@ msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
#: model:ir.model.fields,help:base_conditional_image.field_image__selector
|
#: model:ir.model.fields,help:base_conditional_image.field_image__selector
|
||||||
msgid "Python expression used as selector when multiple images are usedfor the same object. The variable `object` refers to the actual record on which the expression will be executed. An empty expression will always return `True`."
|
msgid ""
|
||||||
|
"Python expression used as selector when multiple images are usedfor the same"
|
||||||
|
" object. The variable `object` refers to the actual record on which the "
|
||||||
|
"expression will be executed. An empty expression will always return `True`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
|
@ -125,11 +133,12 @@ msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
#: model:ir.model.fields,help:base_conditional_image.field_image__image_small
|
#: model:ir.model.fields,help:base_conditional_image.field_image__image_small
|
||||||
msgid "Small-sized image. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required."
|
msgid ""
|
||||||
|
"Small-sized image. It is automatically resized as a 64x64px image, with "
|
||||||
|
"aspect ratio preserved. Use this field anywhere a small image is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_conditional_image
|
#. module: base_conditional_image
|
||||||
#: model:ir.model.fields,help:base_conditional_image.field_image__image
|
#: model:ir.model.fields,help:base_conditional_image.field_image__image
|
||||||
msgid "This field holds the standard image, limited to 1024x1024px"
|
msgid "This field holds the standard image, limited to 1024x1024px"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
|
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||||
<title>Conditional Images</title>
|
<title>Conditional Images</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue