mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-23 03:52:08 +02:00
19.0 vanilla
This commit is contained in:
parent
20ddc1b4a3
commit
c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions
|
|
@ -1,28 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_ldap
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
|
||||
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017
|
||||
# Martin Trigaux, 2018
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||
"POT-Creation-Date: 2024-01-05 12:31+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/auth_ldap/sr_Latn/>\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap_create_user
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_filter
|
||||
msgid ""
|
||||
" Filter used to look up user accounts in the LDAP database. It is an "
|
||||
"arbitrary LDAP filter in string representation. Any `%s` placeholder will "
|
||||
"be replaced by the login (identifier) provided by the user, the filter "
|
||||
"should contain at least one such placeholder.\n"
|
||||
"\n"
|
||||
" The filter must result in exactly one (1) result, otherwise the login "
|
||||
"will be considered invalid.\n"
|
||||
"\n"
|
||||
" Example (actual attributes depend on LDAP server and setup):\n"
|
||||
"\n"
|
||||
" (&(objectCategory=person)(objectClass=user)(sAMAccountName=%s))\n"
|
||||
"\n"
|
||||
" or\n"
|
||||
"\n"
|
||||
" (|(mail=%s)(uid=%s))\n"
|
||||
" "
|
||||
msgstr ""
|
||||
" Filter koji se koristi za pretragu korisničkih naloga u LDAP bazi "
|
||||
"podataka. To je proizvoljni LDAP filter u string reprezentaciji. Bilo "
|
||||
"koji `%s` rezervisani tekst biće zamenjen prijavnim imenom "
|
||||
"(identifikatorom) koje je naveo korisnik, filter treba da sadrži barem "
|
||||
"jedan takav rezervisani tekst.\n"
|
||||
"\n"
|
||||
" Filter mora da rezultira tačno jednim (1) rezultatom, u suprotnom će se "
|
||||
"prijava smatrati nevažećom.\n"
|
||||
"\n"
|
||||
" Primer (stvarni atributi zavise od LDAP servera i podešavanja):\n"
|
||||
"\n"
|
||||
" (&(objectCategory=person)(objectClass=user)(sAMAccountName=%s))\n"
|
||||
"\n"
|
||||
" or\n"
|
||||
"\n"
|
||||
" (|(mail=%s)(uid=%s))\n"
|
||||
" "
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__create_user
|
||||
msgid ""
|
||||
"Automatically create local user accounts for new users authenticating via "
|
||||
"LDAP"
|
||||
|
|
@ -33,35 +72,54 @@ msgstr ""
|
|||
#. module: auth_ldap
|
||||
#: model:ir.model,name:auth_ldap.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr "Preduzeća"
|
||||
msgstr "Kompanije"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_company
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__company
|
||||
msgid "Company"
|
||||
msgstr "Preduzeće"
|
||||
msgstr "Kompanija"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_create_user
|
||||
#: model:ir.model,name:auth_ldap.model_res_company_ldap
|
||||
msgid "Company LDAP configuration"
|
||||
msgstr "Podešavanje kompanijskog LDAP"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model,name:auth_ldap.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Podešavanje konfiguracije"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__create_user
|
||||
msgid "Create User"
|
||||
msgstr ""
|
||||
msgstr "Kreiraj korisnika"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_create_uid
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_create_date
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Datum kreiranja"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_display_name
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_base
|
||||
msgid ""
|
||||
"DN of the user search scope: all descendants of this base will be searched "
|
||||
"for users."
|
||||
msgstr ""
|
||||
"DN opsega pretrage korisnika: svi potomci ove baze će biti pretraživani za "
|
||||
"korisnike."
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_id
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -72,65 +130,68 @@ msgid "LDAP Configuration"
|
|||
msgstr "LDAP konfiguracija"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldaps
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_config_settings_ldaps
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company__ldaps
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_config_settings__ldaps
|
||||
msgid "LDAP Parameters"
|
||||
msgstr "LDAP parametri"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model_terms:ir.ui.view,arch_db:auth_ldap.res_config_settings_view_form
|
||||
msgid "LDAP Server"
|
||||
msgstr ""
|
||||
msgstr "LDAP Server"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_ldap_server
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_server
|
||||
msgid "LDAP Server address"
|
||||
msgstr "Adresa LDAP servera"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_ldap_server_port
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_server_port
|
||||
msgid "LDAP Server port"
|
||||
msgstr "Port LDAP servera"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_ldap_base
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_base
|
||||
msgid "LDAP base"
|
||||
msgstr "LDAP baza"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_ldap_binddn
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_binddn
|
||||
msgid "LDAP binddn"
|
||||
msgstr "LDAP binddn"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_ldap_filter
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_filter
|
||||
msgid "LDAP filter"
|
||||
msgstr "LDAP filtar"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_ldap_password
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_password
|
||||
msgid "LDAP password"
|
||||
msgstr "LDAP lozinka"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promena"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_write_uid
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Promenio"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_write_date
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Vreme promene"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
|
||||
msgid "Login Information"
|
||||
msgstr "Login informacije"
|
||||
msgstr "Informacije o Prijavi"
|
||||
|
||||
#. module: auth_ldap
|
||||
#. odoo-python
|
||||
#: code:addons/auth_ldap/models/res_company_ldap.py:0
|
||||
msgid "No local user found for LDAP login and not configured to create one"
|
||||
msgstr ""
|
||||
"Nije pronađen lokalni korisnik za LDAP prijavu i nije konfigurisan za "
|
||||
"kreiranje jednog"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
|
||||
|
|
@ -138,25 +199,25 @@ msgid "Process Parameter"
|
|||
msgstr "Parametri procesa"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap_ldap_tls
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_tls
|
||||
msgid ""
|
||||
"Request secure TLS/SSL encryption when connecting to the LDAP server. This "
|
||||
"option requires a server with STARTTLS enabled, otherwise all authentication"
|
||||
" attempts will fail."
|
||||
"option requires a server with STARTTLS enabled, otherwise all authentication "
|
||||
"attempts will fail."
|
||||
msgstr ""
|
||||
"Zatraži sigurno TLS/SSL šifrovanje pri konektovanju na LDAP server. Ova "
|
||||
"opcija zahtjeva server sa omogućenim STARTTLS, jer će u suprotnom svi "
|
||||
"pokušaji autentifikacije propasti."
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_sequence
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Prioritet"
|
||||
msgstr "Niz"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
|
||||
msgid "Server Information"
|
||||
msgstr "Podaci o serveru"
|
||||
msgstr "Podaci o Serveru"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.actions.act_window,name:auth_ldap.action_ldap_installer
|
||||
|
|
@ -164,12 +225,12 @@ msgid "Setup your LDAP Server"
|
|||
msgstr "Podesi svoj LDAP server"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_user
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__user
|
||||
msgid "Template User"
|
||||
msgstr "Templejt korisnik"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap_ldap_password
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_password
|
||||
msgid ""
|
||||
"The password of the user account on the LDAP server that is used to query "
|
||||
"the directory."
|
||||
|
|
@ -178,7 +239,7 @@ msgstr ""
|
|||
"direktorijumu."
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap_ldap_binddn
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_binddn
|
||||
msgid ""
|
||||
"The user account on the LDAP server that is used to query the directory. "
|
||||
"Leave empty to connect anonymously."
|
||||
|
|
@ -187,31 +248,27 @@ msgstr ""
|
|||
"direktorijumu. Ostavi prazno za anonimne konekcije."
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap_ldap_tls
|
||||
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_tls
|
||||
msgid "Use TLS"
|
||||
msgstr "Koristi TLS"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model,name:auth_ldap.model_res_users
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
|
||||
msgid "User Information"
|
||||
msgstr "Informacije o korisniku"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap_user
|
||||
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__user
|
||||
msgid "User to copy when creating new users"
|
||||
msgstr "Korisnicki nalog koji će se kopirati kod kreiranja novih korisnika"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model,name:auth_ldap.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Korisnici"
|
||||
#~ msgid "Last Modified on"
|
||||
#~ msgstr "Zadnja promena"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model,name:auth_ldap.model_res_company_ldap
|
||||
msgid "res.company.ldap"
|
||||
msgstr "res.company.ldap"
|
||||
|
||||
#. module: auth_ldap
|
||||
#: model:ir.model,name:auth_ldap.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Korisnici"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue