Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
mymage authored and weblate committed Dec 28, 2023
1 parent 83060f7 commit 5620cda
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions auth_oauth_ropc/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_oauth_ropc
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__active
msgid "Active"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__auth_endpoint
msgid "Authorization URL"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_id
msgid "Client ID"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_secret
msgid "Client Secret"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_uid
msgid "Created by"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_date
msgid "Created on"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__display_name
msgid "Display Name"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__id
msgid "ID"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider____last_update
msgid "Last Modified on"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_uid
msgid "Last Updated by"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_date
msgid "Last Updated on"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__name
msgid "Name"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model,name:auth_oauth_ropc.model_oauth_ropc_provider
msgid "OAuth ROPC Provider"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__resource
msgid "Resource"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__scope
msgid "Scope"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.model,name:auth_oauth_ropc.model_res_users
msgid "User"
msgstr ""

#. module: auth_oauth_ropc
#. odoo-python
#: code:addons/auth_oauth_ropc/models/oauth_ropc_provider.py:0
#, python-format
msgid "You can define only one active provider"
msgstr ""

#. module: auth_oauth_ropc
#: model:ir.actions.act_window,name:auth_oauth_ropc.oauth_ropc_provider_act_window
#: model:ir.ui.menu,name:auth_oauth_ropc.oauth_ropc_provider_menu
msgid "oauth ROPC Providers"
msgstr ""

0 comments on commit 5620cda

Please sign in to comment.