Skip to content

Commit

Permalink
[UPD] Update fs_attachment.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed Nov 10, 2024
1 parent df192ce commit 8787450
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions fs_attachment/i18n/fs_attachment.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -67,7 +67,6 @@ msgstr ""
#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/fs_storage.py:0
#, python-format
msgid ""
"Field %(field)s already stored in another FS storage ('%(other_storage)s')"
msgstr ""
Expand All @@ -84,7 +83,6 @@ msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_filename
#: model:ir.model.fields,field_description:fs_attachment.field_product_document__fs_filename
msgid "File Name into the filesystem storage"
msgstr ""

Expand All @@ -95,25 +93,21 @@ msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_storage_id
#: model:ir.model.fields,field_description:fs_attachment.field_product_document__fs_storage_id
msgid "Filesystem Storage"
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_storage_code
#: model:ir.model.fields,field_description:fs_attachment.field_product_document__fs_storage_code
msgid "Filesystem Storage Code"
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_url
#: model:ir.model.fields,field_description:fs_attachment.field_product_document__fs_url
msgid "Filesystem URL"
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_url_path
#: model:ir.model.fields,field_description:fs_attachment.field_product_document__fs_url_path
msgid "Filesystem URL Path"
msgstr ""

Expand Down Expand Up @@ -196,7 +190,6 @@ msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__internal_url
#: model:ir.model.fields,field_description:fs_attachment.field_product_document__internal_url
msgid "Internal URL"
msgstr ""

Expand Down Expand Up @@ -255,7 +248,6 @@ msgstr ""
#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/fs_storage.py:0
#, python-format
msgid ""
"Model %(model)s already stored in another FS storage ('%(other_storage)s')"
msgstr ""
Expand All @@ -280,14 +272,12 @@ msgstr ""
#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/ir_attachment.py:0
#, python-format
msgid "Only administrators can execute this action."
msgstr ""

#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/fs_storage.py:0
#, python-format
msgid "Only one storage can be used as default for attachments"
msgstr ""

Expand All @@ -302,33 +292,18 @@ msgstr ""
msgid "Storage"
msgstr ""

#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/ir_attachment.py:0
#, python-format
msgid "Storage '%s' is disabled (see environment configuration)."
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__fs_storage_code
msgid "Storage Code"
msgstr ""

#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/ir_attachment.py:0
#, python-format
msgid "Storages are disabled (see environment configuration)."
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__store_fname
msgid "Stored Filename"
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_storage_code
#: model:ir.model.fields,help:fs_attachment.field_product_document__fs_storage_code
msgid ""
"Technical code used to identify the storage backend into the code.This code "
"must be unique. This code is used for example to define the storage backend "
Expand All @@ -339,20 +314,17 @@ msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_url
#: model:ir.model.fields,help:fs_attachment.field_product_document__fs_url
msgid "The URL to access the file from the filesystem storage."
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__internal_url
#: model:ir.model.fields,help:fs_attachment.field_product_document__internal_url
msgid "The URL to access the file from the server."
msgstr ""

#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/fs_storage.py:0
#, python-format
msgid ""
"The force_db_for_default_attachment_rules can only be set if the storage is "
"used as default for attachments."
Expand All @@ -361,13 +333,11 @@ msgstr ""
#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/fs_storage.py:0
#, python-format
msgid "The force_db_for_default_attachment_rules is not a valid python dict."
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_filename
#: model:ir.model.fields,help:fs_attachment.field_product_document__fs_filename
msgid ""
"The name of the file in the filesystem storage.To preserve the mimetype and "
"the meaning of the filenamethe filename is computed from the name and the "
Expand All @@ -376,13 +346,11 @@ msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_url_path
#: model:ir.model.fields,help:fs_attachment.field_product_document__fs_url_path
msgid "The path to access the file from the filesystem storage."
msgstr ""

#. module: fs_attachment
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_storage_id
#: model:ir.model.fields,help:fs_attachment.field_product_document__fs_storage_id
msgid "The storage where the file is stored."
msgstr ""

Expand Down Expand Up @@ -419,7 +387,6 @@ msgstr ""
#. module: fs_attachment
#. odoo-python
#: code:addons/fs_attachment/models/ir_attachment.py:0
#, python-format
msgid ""
"You can't write on multiple attachments with different mimetypes at the same"
" time."
Expand Down

0 comments on commit 8787450

Please sign in to comment.