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.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_dynamic_groups
  4. #
  5. # Translators:
  6. # Paolo Valier, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: server-tools (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-03-17 15:36+0000\n"
  12. "PO-Revision-Date: 2016-03-13 08:57+0000\n"
  13. "Last-Translator: Paolo Valier\n"
  14. "Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/it/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: it\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: auth_dynamic_groups
  21. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  22. msgid "Access Groups"
  23. msgstr "Gruppi di Accesso"
  24. #. module: auth_dynamic_groups
  25. #: field:res.groups,dynamic_group_condition:0
  26. msgid "Condition"
  27. msgstr "Condizione"
  28. #. module: auth_dynamic_groups
  29. #: field:res.groups,is_dynamic:0
  30. msgid "Dynamic"
  31. msgstr "Dinamico"
  32. #. module: auth_dynamic_groups
  33. #: view:res.groups:auth_dynamic_groups.view_groups_form
  34. msgid "Evaluate"
  35. msgstr "Valuta"
  36. #. module: auth_dynamic_groups
  37. #: view:res.groups:auth_dynamic_groups.view_groups_form
  38. msgid "Fill in your condition..."
  39. msgstr "Inserisci la condizione..."
  40. #. module: auth_dynamic_groups
  41. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  42. #, python-format
  43. msgid "The condition doesn't evaluate correctly!"
  44. msgstr "Questa correzione non viene valutata correttamente!"
  45. #. module: auth_dynamic_groups
  46. #: help:res.groups,dynamic_group_condition:0
  47. msgid ""
  48. "The condition to be met for a user to be a member of this group. It is "
  49. "evaluated as python code at login time, you get `user` passed as a browse "
  50. "record"
  51. msgstr "La condizione che deve esser soddisfatta affinché un utente sia membro di questo gruppo. E' valutata come codice python al momento del login, ritorna l'utente passato come ricerca del valore"
  52. #. module: auth_dynamic_groups
  53. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  54. msgid "Users"
  55. msgstr "Utenti"
  56. #. module: auth_dynamic_groups
  57. #: view:res.groups:auth_dynamic_groups.view_groups_form
  58. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  59. msgstr ""