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.

248 lines
5.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * password_security
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 8.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-12 03:51+0000\n"
  12. "PO-Revision-Date: 2017-01-12 03:51+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
  15. "sr@latin/)\n"
  16. "Language: sr@latin\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  22. #. module: password_security
  23. #: help:res.company,password_minimum:0
  24. msgid "Amount of hours until a user may change password again"
  25. msgstr ""
  26. #. module: password_security
  27. #: code:addons/password_security/models/res_users.py:146
  28. #, python-format
  29. msgid "Cannot use the most recent %d passwords"
  30. msgstr ""
  31. #. module: password_security
  32. #: field:res.company,password_length:0
  33. msgid "Characters"
  34. msgstr ""
  35. #. module: password_security
  36. #: model:ir.model,name:password_security.model_res_company
  37. msgid "Companies"
  38. msgstr ""
  39. #. module: password_security
  40. #: field:res.users.pass.history,create_uid:0
  41. msgid "Created by"
  42. msgstr "Kreirao"
  43. #. module: password_security
  44. #: field:res.users.pass.history,create_date:0
  45. msgid "Created on"
  46. msgstr "Kreiran"
  47. #. module: password_security
  48. #: field:res.users.pass.history,date:0
  49. msgid "Date"
  50. msgstr "Datum"
  51. #. module: password_security
  52. #: field:res.company,password_expiration:0
  53. msgid "Days"
  54. msgstr ""
  55. #. module: password_security
  56. #: help:res.company,password_history:0
  57. msgid ""
  58. "Disallow reuse of this many previous passwords - use negative number for "
  59. "infinite, or 0 to disable"
  60. msgstr ""
  61. #. module: password_security
  62. #: field:res.users.pass.history,display_name:0
  63. msgid "Display Name"
  64. msgstr "Ime za prikaz"
  65. #. module: password_security
  66. #: field:res.users.pass.history,password_crypt:0
  67. msgid "Encrypted Password"
  68. msgstr ""
  69. #. module: password_security
  70. #: view:res.company:password_security.view_company_form
  71. msgid "Extra"
  72. msgstr ""
  73. #. module: password_security
  74. #: field:res.company,password_history:0
  75. msgid "History"
  76. msgstr "Istorijat"
  77. #. module: password_security
  78. #: help:res.company,password_expiration:0
  79. msgid "How many days until passwords expire"
  80. msgstr ""
  81. #. module: password_security
  82. #: field:res.users.pass.history,id:0
  83. msgid "ID"
  84. msgstr "ID"
  85. #. module: password_security
  86. #: field:res.users.pass.history,__last_update:0
  87. msgid "Last Modified on"
  88. msgstr "Zadnja izmjena"
  89. #. module: password_security
  90. #: field:res.users.pass.history,write_uid:0
  91. msgid "Last Updated by"
  92. msgstr "Zadnja izmjena"
  93. #. module: password_security
  94. #: field:res.users.pass.history,write_date:0
  95. msgid "Last Updated on"
  96. msgstr "Zadnja izmjena"
  97. #. module: password_security
  98. #: field:res.users,password_write_date:0
  99. msgid "Last password update"
  100. msgstr ""
  101. #. module: password_security
  102. #: field:res.company,password_lower:0
  103. msgid "Lowercase"
  104. msgstr ""
  105. #. module: password_security
  106. #: code:addons/password_security/models/res_users.py:52
  107. #, python-format
  108. msgid "Lowercase letter"
  109. msgstr ""
  110. #. module: password_security
  111. #: field:res.company,password_minimum:0
  112. msgid "Minimum Hours"
  113. msgstr ""
  114. #. module: password_security
  115. #: help:res.company,password_length:0
  116. msgid "Minimum number of characters"
  117. msgstr ""
  118. #. module: password_security
  119. #: code:addons/password_security/models/res_users.py:60
  120. #, python-format
  121. msgid "Must contain the following:"
  122. msgstr ""
  123. #. module: password_security
  124. #: field:res.company,password_numeric:0
  125. msgid "Numeric"
  126. msgstr ""
  127. #. module: password_security
  128. #: code:addons/password_security/models/res_users.py:56
  129. #, python-format
  130. msgid "Numeric digit"
  131. msgstr ""
  132. #. module: password_security
  133. #: field:res.users,password_history_ids:0
  134. msgid "Password History"
  135. msgstr ""
  136. #. module: password_security
  137. #: view:res.company:password_security.view_company_form
  138. msgid "Password Policy"
  139. msgstr ""
  140. #. module: password_security
  141. #: code:addons/password_security/models/res_users.py:63
  142. #, python-format
  143. msgid "Password must be %d characters or more."
  144. msgstr ""
  145. #. module: password_security
  146. #: code:addons/password_security/models/res_users.py:122
  147. #, python-format
  148. msgid ""
  149. "Passwords can only be reset every %d hour(s). Please contact an "
  150. "administrator for assistance."
  151. msgstr ""
  152. #. module: password_security
  153. #: help:res.company,password_lower:0
  154. msgid "Require lowercase letters"
  155. msgstr ""
  156. #. module: password_security
  157. #: help:res.company,password_numeric:0
  158. msgid "Require numeric digits"
  159. msgstr ""
  160. #. module: password_security
  161. #: help:res.company,password_special:0
  162. msgid "Require special characters"
  163. msgstr ""
  164. #. module: password_security
  165. #: help:res.company,password_upper:0
  166. msgid "Require uppercase letters"
  167. msgstr ""
  168. #. module: password_security
  169. #: view:res.company:password_security.view_company_form
  170. msgid "Required Characters"
  171. msgstr ""
  172. #. module: password_security
  173. #: model:ir.model,name:password_security.model_res_users_pass_history
  174. msgid "Res Users Password History"
  175. msgstr ""
  176. #. module: password_security
  177. #: field:res.company,password_special:0
  178. msgid "Special"
  179. msgstr ""
  180. #. module: password_security
  181. #: code:addons/password_security/models/res_users.py:58
  182. #, python-format
  183. msgid "Special character"
  184. msgstr ""
  185. #. module: password_security
  186. #: view:res.company:password_security.view_company_form
  187. msgid "Timings"
  188. msgstr ""
  189. #. module: password_security
  190. #: field:res.company,password_upper:0
  191. msgid "Uppercase"
  192. msgstr ""
  193. #. module: password_security
  194. #: code:addons/password_security/models/res_users.py:54
  195. #, python-format
  196. msgid "Uppercase letter"
  197. msgstr ""
  198. #. module: password_security
  199. #: field:res.users.pass.history,user_id:0
  200. msgid "User"
  201. msgstr "Korisnik"
  202. #. module: password_security
  203. #: model:ir.model,name:password_security.model_res_users
  204. msgid "Users"
  205. msgstr ""