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.

154 lines
3.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * users_ldap_push
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: server-tools (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2016-12-24 05:32+0000\n"
  11. "PO-Revision-Date: 2016-03-07 17:54+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  14. "language/ru/)\n"
  15. "Language: ru\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  21. "%100>=11 && n%100<=14)? 2 : 3);\n"
  22. #. module: users_ldap_push
  23. #: model:ir.model,name:users_ldap_push.model_change_password_user
  24. msgid "Change Password Wizard User"
  25. msgstr ""
  26. #. module: users_ldap_push
  27. #: field:res.company.ldap,create_ldap_entry:0
  28. msgid "Create ldap entry"
  29. msgstr ""
  30. #. module: users_ldap_push
  31. #: field:res.company.ldap,create_ldap_entry_base:0
  32. msgid "Create ldap entry in subtree"
  33. msgstr ""
  34. #. module: users_ldap_push
  35. #: field:res.company.ldap.field_mapping,create_uid:0
  36. msgid "Created by"
  37. msgstr "Создано"
  38. #. module: users_ldap_push
  39. #: field:res.company.ldap.field_mapping,create_date:0
  40. msgid "Created on"
  41. msgstr "Создан"
  42. #. module: users_ldap_push
  43. #: field:res.company.ldap.field_mapping,use_for_dn:0
  44. msgid "DN"
  45. msgstr ""
  46. #. module: users_ldap_push
  47. #: field:res.company.ldap.field_mapping,display_name:0
  48. msgid "Display Name"
  49. msgstr ""
  50. #. module: users_ldap_push
  51. #: code:addons/users_ldap_push/models/res_users.py:116
  52. #: code:addons/users_ldap_push/models/res_users.py:169
  53. #, python-format
  54. msgid "Error"
  55. msgstr ""
  56. #. module: users_ldap_push
  57. #: field:res.company.ldap,create_ldap_entry_field_mappings:0
  58. msgid "Field mappings"
  59. msgstr ""
  60. #. module: users_ldap_push
  61. #: field:res.company.ldap.field_mapping,id:0
  62. msgid "ID"
  63. msgstr "ID"
  64. #. module: users_ldap_push
  65. #: field:res.users,ldap_entry_dn:0
  66. msgid "LDAP DN"
  67. msgstr ""
  68. #. module: users_ldap_push
  69. #: field:res.company.ldap.field_mapping,attribute:0
  70. msgid "LDAP attribute"
  71. msgstr ""
  72. #. module: users_ldap_push
  73. #: field:res.company.ldap.field_mapping,ldap_id:0
  74. msgid "LDAP configuration"
  75. msgstr ""
  76. #. module: users_ldap_push
  77. #: field:res.users,is_ldap_user:0
  78. msgid "LDAP user"
  79. msgstr ""
  80. #. module: users_ldap_push
  81. #: view:res.users:users_ldap_push.view_users_search
  82. msgid "LDAP users"
  83. msgstr ""
  84. #. module: users_ldap_push
  85. #: field:res.company.ldap.field_mapping,__last_update:0
  86. msgid "Last Modified on"
  87. msgstr ""
  88. #. module: users_ldap_push
  89. #: field:res.company.ldap.field_mapping,write_uid:0
  90. msgid "Last Updated by"
  91. msgstr "Последний раз обновлено"
  92. #. module: users_ldap_push
  93. #: field:res.company.ldap.field_mapping,write_date:0
  94. msgid "Last Updated on"
  95. msgstr "Последний раз обновлено"
  96. #. module: users_ldap_push
  97. #: help:res.company.ldap,create_ldap_entry_base:0
  98. msgid "Leave empty to use your LDAP base"
  99. msgstr ""
  100. #. module: users_ldap_push
  101. #: model:ir.model,name:users_ldap_push.model_res_company_ldap_field_mapping
  102. msgid "Mapping from Odoo fields to ldap attributes"
  103. msgstr ""
  104. #. module: users_ldap_push
  105. #: field:res.company.ldap,create_ldap_entry_objectclass:0
  106. msgid "Object class"
  107. msgstr ""
  108. #. module: users_ldap_push
  109. #: field:res.company.ldap.field_mapping,field_id:0
  110. msgid "Odoo field"
  111. msgstr ""
  112. #. module: users_ldap_push
  113. #: model:ir.model,name:users_ldap_push.model_res_partner
  114. msgid "Partner"
  115. msgstr "Контрагент"
  116. #. module: users_ldap_push
  117. #: help:res.company.ldap,create_ldap_entry_objectclass:0
  118. msgid "Separate object classes by comma if you need more than one"
  119. msgstr ""
  120. #. module: users_ldap_push
  121. #: model:ir.model,name:users_ldap_push.model_res_users
  122. msgid "Users"
  123. msgstr ""
  124. #. module: users_ldap_push
  125. #: code:addons/users_ldap_push/models/res_company_ldap.py:64
  126. #, python-format
  127. msgid "You need to set exactly one mapping as DN"
  128. msgstr ""