You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

68 lines
2.2 KiB

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_dynamic_groups
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2015-09-24 11:47+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#. module: auth_dynamic_groups
#: model:ir.model,name:auth_dynamic_groups.model_res_groups
msgid "Access Groups"
msgstr "Dostopne skupine"
#. module: auth_dynamic_groups
#: field:res.groups,dynamic_group_condition:0
msgid "Condition"
msgstr "Pogoj"
#. module: auth_dynamic_groups
#: field:res.groups,is_dynamic:0
msgid "Dynamic"
msgstr "Dinamične"
#. module: auth_dynamic_groups
#: view:res.groups:auth_dynamic_groups.view_groups_form
msgid "Evaluate"
msgstr "Ovrednoti"
#. module: auth_dynamic_groups
#: view:res.groups:auth_dynamic_groups.view_groups_form
msgid "Fill in your condition..."
msgstr "Izpolnite svoj pogoj..."
#. module: auth_dynamic_groups
#: code:addons/auth_dynamic_groups/model/res_groups.py:57
#, python-format
msgid "The condition doesn't evaluate correctly!"
msgstr "Pogoj se ne ovrednoti pravilno!"
#. module: auth_dynamic_groups
#: help:res.groups,dynamic_group_condition:0
msgid ""
"The condition to be met for a user to be a member of this group. It is "
"evaluated as python code at login time, you get `user` passed as a browse "
"record"
msgstr "Pogoj, ki ga mora uporabnik izpolniti, da bi bil član te skupine. Ovrednoten je kot python koda ob prijavi. Uporabnik je spuščen kot brskalni zapis."
#. module: auth_dynamic_groups
#: model:ir.model,name:auth_dynamic_groups.model_res_users
msgid "Users"
msgstr "Uporabniki"
#. module: auth_dynamic_groups
#: view:res.groups:auth_dynamic_groups.view_groups_form
msgid "{'readonly': [('is_dynamic', '=', True)]}"
msgstr "{'readonly': [('is_dynamic', '=', True)]}"