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.

341 lines
9.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * fetchmail_attach_from_folder
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: fetchmail_attach_from_folder
  16. #: field:fetchmail.server.folder,active:0
  17. msgid "Active"
  18. msgstr ""
  19. #. module: fetchmail_attach_from_folder
  20. #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually
  21. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  22. msgid "Attach mail manually"
  23. msgstr ""
  24. #. module: fetchmail_attach_from_folder
  25. #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually
  26. msgid "Cancel"
  27. msgstr ""
  28. #. module: fetchmail_attach_from_folder
  29. #: field:fetchmail.server.folder,context:0
  30. msgid "Context"
  31. msgstr ""
  32. #. module: fetchmail_attach_from_folder
  33. #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:231
  34. #, python-format
  35. msgid "Context \"%s\" is not a dictionary."
  36. msgstr ""
  37. #. module: fetchmail_attach_from_folder
  38. #: help:fetchmail.server.folder,context:0
  39. msgid "Context that is passed during mail processing. Can be used to set default values."
  40. msgstr ""
  41. #. module: fetchmail_attach_from_folder
  42. #: field:fetchmail.attach.mail.manually,create_uid:0
  43. #: field:fetchmail.attach.mail.manually.mail,create_uid:0
  44. #: field:fetchmail.server.folder,create_uid:0
  45. msgid "Created by"
  46. msgstr ""
  47. #. module: fetchmail_attach_from_folder
  48. #: field:fetchmail.attach.mail.manually,create_date:0
  49. #: field:fetchmail.attach.mail.manually.mail,create_date:0
  50. #: field:fetchmail.server.folder,create_date:0
  51. msgid "Created on"
  52. msgstr ""
  53. #. module: fetchmail_attach_from_folder
  54. #: field:fetchmail.attach.mail.manually.mail,date:0
  55. msgid "Date"
  56. msgstr ""
  57. #. module: fetchmail_attach_from_folder
  58. #: help:fetchmail.server.folder,delete_matching:0
  59. msgid "Delete matched emails from server"
  60. msgstr ""
  61. #. module: fetchmail_attach_from_folder
  62. #: field:fetchmail.server.folder,delete_matching:0
  63. msgid "Delete matches"
  64. msgstr ""
  65. #. module: fetchmail_attach_from_folder
  66. #: field:fetchmail.attach.mail.manually,display_name:0
  67. #: field:fetchmail.attach.mail.manually.mail,display_name:0
  68. #: field:fetchmail.server.folder,display_name:0
  69. msgid "Display Name"
  70. msgstr ""
  71. #. module: fetchmail_attach_from_folder
  72. #: field:fetchmail.server.folder,domain:0
  73. msgid "Domain"
  74. msgstr ""
  75. #. module: fetchmail_attach_from_folder
  76. #: field:fetchmail.attach.mail.manually,mail_ids:0
  77. msgid "Emails"
  78. msgstr ""
  79. #. module: fetchmail_attach_from_folder
  80. #: field:fetchmail.server.folder,mail_field:0
  81. msgid "Field (email)"
  82. msgstr ""
  83. #. module: fetchmail_attach_from_folder
  84. #: field:fetchmail.server.folder,model_field:0
  85. msgid "Field (model)"
  86. msgstr ""
  87. #. module: fetchmail_attach_from_folder
  88. #: help:fetchmail.server.folder,model_order:0
  89. msgid "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
  90. msgstr ""
  91. #. module: fetchmail_attach_from_folder
  92. #: help:fetchmail.server.folder,domain:0
  93. msgid "Fill in a search filter to narrow down objects to match"
  94. msgstr ""
  95. #. module: fetchmail_attach_from_folder
  96. #: help:fetchmail.server.folder,flag_nonmatching:0
  97. msgid "Flag emails in the server that don't match any object in Odoo"
  98. msgstr ""
  99. #. module: fetchmail_attach_from_folder
  100. #: field:fetchmail.server.folder,flag_nonmatching:0
  101. msgid "Flag nonmatching"
  102. msgstr ""
  103. #. module: fetchmail_attach_from_folder
  104. #: field:fetchmail.attach.mail.manually,folder_id:0
  105. msgid "Folder"
  106. msgstr ""
  107. #. module: fetchmail_attach_from_folder
  108. #: field:fetchmail.server,folder_ids:0
  109. msgid "Folders"
  110. msgstr ""
  111. #. module: fetchmail_attach_from_folder
  112. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  113. msgid "Folders to monitor"
  114. msgstr ""
  115. #. module: fetchmail_attach_from_folder
  116. #: field:fetchmail.attach.mail.manually,id:0
  117. #: field:fetchmail.attach.mail.manually.mail,id:0
  118. #: field:fetchmail.server.folder,id:0
  119. msgid "ID"
  120. msgstr ""
  121. #. module: fetchmail_attach_from_folder
  122. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  123. msgid "INBOX.subfolder1"
  124. msgstr ""
  125. #. module: fetchmail_attach_from_folder
  126. #: help:fetchmail.server.folder,match_first:0
  127. msgid "If there are multiple matches, use the first one. If not checked, multiple matches count as no match at all"
  128. msgstr ""
  129. #. module: fetchmail_attach_from_folder
  130. #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:228
  131. #, python-format
  132. msgid "Invalid context \"%s\": %s"
  133. msgstr ""
  134. #. module: fetchmail_attach_from_folder
  135. #: field:fetchmail.attach.mail.manually,__last_update:0
  136. #: field:fetchmail.attach.mail.manually.mail,__last_update:0
  137. #: field:fetchmail.server.folder,__last_update:0
  138. msgid "Last Modified on"
  139. msgstr ""
  140. #. module: fetchmail_attach_from_folder
  141. #: field:fetchmail.attach.mail.manually,write_uid:0
  142. #: field:fetchmail.attach.mail.manually.mail,write_uid:0
  143. #: field:fetchmail.server.folder,write_uid:0
  144. msgid "Last Updated by"
  145. msgstr ""
  146. #. module: fetchmail_attach_from_folder
  147. #: field:fetchmail.attach.mail.manually,write_date:0
  148. #: field:fetchmail.attach.mail.manually.mail,write_date:0
  149. #: field:fetchmail.server.folder,write_date:0
  150. msgid "Last Updated on"
  151. msgstr ""
  152. #. module: fetchmail_attach_from_folder
  153. #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:190
  154. #, python-format
  155. msgid "Mail attachment"
  156. msgstr ""
  157. #. module: fetchmail_attach_from_folder
  158. #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:235
  159. #, python-format
  160. msgid "Mailbox %s not found!"
  161. msgstr ""
  162. #. module: fetchmail_attach_from_folder
  163. #: field:fetchmail.server.folder,match_algorithm:0
  164. msgid "Match algorithm"
  165. msgstr ""
  166. #. module: fetchmail_attach_from_folder
  167. #: field:fetchmail.attach.mail.manually.mail,msgid:0
  168. msgid "Message id"
  169. msgstr ""
  170. #. module: fetchmail_attach_from_folder
  171. #: field:fetchmail.server.folder,msg_state:0
  172. msgid "Message state"
  173. msgstr ""
  174. #. module: fetchmail_attach_from_folder
  175. #: field:fetchmail.server.folder,model_id:0
  176. msgid "Model"
  177. msgstr ""
  178. #. module: fetchmail_attach_from_folder
  179. #: field:fetchmail.attach.mail.manually.mail,object_id:0
  180. msgid "Object"
  181. msgstr ""
  182. #. module: fetchmail_attach_from_folder
  183. #: field:fetchmail.server.folder,model_order:0
  184. msgid "Order (model)"
  185. msgstr ""
  186. #. module: fetchmail_attach_from_folder
  187. #: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server
  188. msgid "POP/IMAP Server"
  189. msgstr ""
  190. #. module: fetchmail_attach_from_folder
  191. #: field:fetchmail.server.folder,path:0
  192. msgid "Path"
  193. msgstr ""
  194. #. module: fetchmail_attach_from_folder
  195. #: selection:fetchmail.server.folder,msg_state:0
  196. msgid "Received"
  197. msgstr ""
  198. #. module: fetchmail_attach_from_folder
  199. #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually
  200. msgid "Save"
  201. msgstr ""
  202. #. module: fetchmail_attach_from_folder
  203. #: selection:fetchmail.server.folder,msg_state:0
  204. msgid "Sent"
  205. msgstr ""
  206. #. module: fetchmail_attach_from_folder
  207. #: field:fetchmail.server.folder,sequence:0
  208. msgid "Sequence"
  209. msgstr ""
  210. #. module: fetchmail_attach_from_folder
  211. #: field:fetchmail.server.folder,server_id:0
  212. msgid "Server"
  213. msgstr ""
  214. #. module: fetchmail_attach_from_folder
  215. #: field:fetchmail.attach.mail.manually.mail,subject:0
  216. msgid "Subject"
  217. msgstr ""
  218. #. module: fetchmail_attach_from_folder
  219. #: help:fetchmail.server.folder,match_algorithm:0
  220. msgid "The algorithm used to determine which object an email matches."
  221. msgstr ""
  222. #. module: fetchmail_attach_from_folder
  223. #: help:fetchmail.server.folder,mail_field:0
  224. msgid "The field in the email used for matching. Typically this is 'to' or 'from'"
  225. msgstr ""
  226. #. module: fetchmail_attach_from_folder
  227. #: help:fetchmail.server.folder,model_field:0
  228. msgid "The field in your model that contains the field to match against.\n"
  229. "Examples:\n"
  230. "'email' if your model is res.partner, or 'partner_id.email' if you're matching sale orders"
  231. msgstr ""
  232. #. module: fetchmail_attach_from_folder
  233. #: help:fetchmail.server.folder,model_id:0
  234. msgid "The model to attach emails to"
  235. msgstr ""
  236. #. module: fetchmail_attach_from_folder
  237. #: help:fetchmail.server.folder,path:0
  238. msgid "The path to your mail folder. Typically would be something like 'INBOX.myfolder'"
  239. msgstr ""
  240. #. module: fetchmail_attach_from_folder
  241. #: help:fetchmail.server.folder,msg_state:0
  242. msgid "The state messages fetched from this folder should be assigned in Odoo"
  243. msgstr ""
  244. #. module: fetchmail_attach_from_folder
  245. #: field:fetchmail.server.folder,match_first:0
  246. msgid "Use 1st match"
  247. msgstr ""
  248. #. module: fetchmail_attach_from_folder
  249. #: field:fetchmail.attach.mail.manually.mail,wizard_id:0
  250. msgid "Wizard id"
  251. msgstr ""
  252. #. module: fetchmail_attach_from_folder
  253. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  254. msgid "[('state', '=', 'open')]"
  255. msgstr ""
  256. #. module: fetchmail_attach_from_folder
  257. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  258. msgid "email"
  259. msgstr ""
  260. #. module: fetchmail_attach_from_folder
  261. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  262. msgid "name asc,type desc"
  263. msgstr ""
  264. #. module: fetchmail_attach_from_folder
  265. #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually
  266. msgid "or"
  267. msgstr ""
  268. #. module: fetchmail_attach_from_folder
  269. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  270. msgid "to,from"
  271. msgstr ""
  272. #. module: fetchmail_attach_from_folder
  273. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  274. msgid "{'default_supplier': True}"
  275. msgstr ""
  276. #. module: fetchmail_attach_from_folder
  277. #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form
  278. msgid "{'required': [('type', '!=', 'imap')]}"
  279. msgstr ""