oca-travis
5 years ago
1 changed files with 139 additions and 0 deletions
@ -0,0 +1,139 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_conditional_image |
||||
|
# |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: Odoo Server 12.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: base_conditional_image |
||||
|
#: code:addons/base_conditional_image/models/image.py:52 |
||||
|
#, python-format |
||||
|
msgid "At least one image type must be specified" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__company_id |
||||
|
msgid "Company" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: 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." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__create_uid |
||||
|
msgid "Created by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__create_date |
||||
|
msgid "Created on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_abstract_conditional_image__display_name |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__display_name |
||||
|
msgid "Display Name" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_abstract_conditional_image__id |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__id |
||||
|
msgid "ID" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_abstract_conditional_image__image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_abstract_conditional_image__image_medium |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_abstract_conditional_image__image_small |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__image |
||||
|
msgid "Image" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.actions.act_window,name:base_conditional_image.image_action |
||||
|
#: model:ir.ui.menu,name:base_conditional_image.image_menu |
||||
|
msgid "Images" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_abstract_conditional_image____last_update |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image____last_update |
||||
|
msgid "Last Modified on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__write_uid |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__write_date |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__image_medium |
||||
|
msgid "Medium-sized image" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: 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." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__model_name |
||||
|
msgid "Model Name" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__name |
||||
|
msgid "Name" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: 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`." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__selector |
||||
|
#: model_terms:ir.ui.view,arch_db:base_conditional_image.view_image_form |
||||
|
msgid "Selector" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,field_description:base_conditional_image.field_image__image_small |
||||
|
msgid "Small-sized image" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: 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." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model.fields,help:base_conditional_image.field_image__image |
||||
|
msgid "This field holds the standard image, limited to 1024x1024px" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model,name:base_conditional_image.model_abstract_conditional_image |
||||
|
msgid "abstract.conditional.image" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_conditional_image |
||||
|
#: model:ir.model,name:base_conditional_image.model_image |
||||
|
msgid "image" |
||||
|
msgstr "" |
||||
|
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue