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.

72 lines
2.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_dynamic_groups
  4. #
  5. # Translators:
  6. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: server-tools (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-09-29 11:14+0000\n"
  12. "PO-Revision-Date: 2015-09-24 11:47+0000\n"
  13. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  14. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  15. "language/sl/)\n"
  16. "Language: sl\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  21. "%100==4 ? 2 : 3);\n"
  22. #. module: auth_dynamic_groups
  23. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  24. msgid "Access Groups"
  25. msgstr "Dostopne skupine"
  26. #. module: auth_dynamic_groups
  27. #: field:res.groups,dynamic_group_condition:0
  28. msgid "Condition"
  29. msgstr "Pogoj"
  30. #. module: auth_dynamic_groups
  31. #: field:res.groups,is_dynamic:0
  32. msgid "Dynamic"
  33. msgstr "Dinamične"
  34. #. module: auth_dynamic_groups
  35. #: view:res.groups:auth_dynamic_groups.view_groups_form
  36. msgid "Evaluate"
  37. msgstr "Ovrednoti"
  38. #. module: auth_dynamic_groups
  39. #: view:res.groups:auth_dynamic_groups.view_groups_form
  40. msgid "Fill in your condition..."
  41. msgstr "Izpolnite svoj pogoj..."
  42. #. module: auth_dynamic_groups
  43. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  44. #, python-format
  45. msgid "The condition doesn't evaluate correctly!"
  46. msgstr "Pogoj se ne ovrednoti pravilno!"
  47. #. module: auth_dynamic_groups
  48. #: help:res.groups,dynamic_group_condition:0
  49. msgid ""
  50. "The condition to be met for a user to be a member of this group. It is "
  51. "evaluated as python code at login time, you get `user` passed as a browse "
  52. "record"
  53. msgstr ""
  54. "Pogoj, ki ga mora uporabnik izpolniti, da bi bil član te skupine. Ovrednoten "
  55. "je kot python koda ob prijavi. Uporabnik je spuščen kot brskalni zapis."
  56. #. module: auth_dynamic_groups
  57. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  58. msgid "Users"
  59. msgstr "Uporabniki"
  60. #. module: auth_dynamic_groups
  61. #: view:res.groups:auth_dynamic_groups.view_groups_form
  62. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  63. msgstr "{'readonly': [('is_dynamic', '=', True)]}"