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.

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