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 May 3, 2024
1 parent 3efbafc commit 6b86964
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fs_attachment/i18n/fs_attachment.pot
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ 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 @@ -94,21 +95,25 @@ 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 @@ -191,6 +196,7 @@ 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 @@ -322,6 +328,7 @@ 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 @@ -332,11 +339,13 @@ 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 ""

Expand All @@ -358,6 +367,7 @@ 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 @@ -366,11 +376,13 @@ 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

0 comments on commit 6b86964

Please sign in to comment.