-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
oca-ci
committed
Sep 22, 2023
1 parent
21a6a24
commit ae87c49
Showing
1 changed file
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fs_image | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.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: fs_image | ||
#. odoo-javascript | ||
#: code:addons/fs_image/static/src/views/fields/fsimage_field.esm.js:0 | ||
#, python-format | ||
msgid "Alt Text" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#: model:ir.model.fields,field_description:fs_image.field_ir_attachment__alt_text | ||
msgid "Alternative Text" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#: model:ir.model.fields,help:fs_image.field_ir_attachment__alt_text | ||
msgid "Alternative text for the image. Only used for images on a website." | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#: model:ir.model,name:fs_image.model_ir_attachment | ||
msgid "Attachment" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#. odoo-javascript | ||
#: code:addons/fs_image/static/src/views/fields/fsimage_field.xml:0 | ||
#, python-format | ||
msgid "Binary file" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#. odoo-javascript | ||
#: code:addons/fs_image/static/src/views/dialogs/alttext_dialog.xml:0 | ||
#, python-format | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#. odoo-python | ||
#: code:addons/fs_image/fields.py:0 | ||
#, python-format | ||
msgid "Cannot set alt_text on empty image (record %(record)s.%(field_name)s)" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#. odoo-javascript | ||
#: code:addons/fs_image/static/src/views/fields/fsimage_field.xml:0 | ||
#, python-format | ||
msgid "Clear" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#. odoo-javascript | ||
#: code:addons/fs_image/static/src/views/fields/fsimage_field.xml:0 | ||
#, python-format | ||
msgid "Edit" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#: model:ir.model.fields,field_description:fs_image.field_fs_image_mixin__image | ||
msgid "Image" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#: model:ir.model,name:fs_image.model_fs_image_mixin | ||
msgid "Image Mixin" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#: model:ir.model.fields,field_description:fs_image.field_fs_image_mixin__image_medium | ||
msgid "Image medium" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#. odoo-javascript | ||
#: code:addons/fs_image/static/src/views/dialogs/alttext_dialog.xml:0 | ||
#, python-format | ||
msgid "Save changes" | ||
msgstr "" | ||
|
||
#. module: fs_image | ||
#. odoo-javascript | ||
#: code:addons/fs_image/static/src/views/fields/fsimage_field.xml:0 | ||
#, python-format | ||
msgid "Set Alt Text" | ||
msgstr "" |