mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 09:32:03 +02:00
107 lines
3.3 KiB
Text
107 lines
3.3 KiB
Text
# 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: \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: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__active
|
|
msgid "Active"
|
|
msgstr "Aktivan"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__auth_endpoint
|
|
msgid "Authorization URL"
|
|
msgstr "Authorization URL"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_id
|
|
msgid "Client ID"
|
|
msgstr "ID Klijenta"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_secret
|
|
msgid "Client Secret"
|
|
msgstr "Tajni klijent"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_uid
|
|
msgid "Created by"
|
|
msgstr "Kreirao"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_date
|
|
msgid "Created on"
|
|
msgstr "Kreirano"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__display_name
|
|
msgid "Display Name"
|
|
msgstr "Prikazani naziv"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider____last_update
|
|
msgid "Last Modified on"
|
|
msgstr "Zadnje mijenjano"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Zadnji ažurirao"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Zadnje ažurirano"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__name
|
|
msgid "Name"
|
|
msgstr "Naziv:"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model,name:auth_oauth_ropc.model_oauth_ropc_provider
|
|
msgid "OAuth ROPC Provider"
|
|
msgstr "OAuth ROPC davatelj"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__resource
|
|
msgid "Resource"
|
|
msgstr "Resurs"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__scope
|
|
msgid "Scope"
|
|
msgstr "Opseg"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model,name:auth_oauth_ropc.model_res_users
|
|
msgid "User"
|
|
msgstr "Korisnik"
|
|
|
|
#. 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 "Možete definirati samo jednog aktivnog davatelja"
|
|
|
|
#. 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 "oauth ROPC davatelji"
|