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.

316 lines
11 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * attachment_base_synchronize
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.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: attachment_base_synchronize
  16. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  17. msgid "Attachment"
  18. msgstr ""
  19. #. module: attachment_base_synchronize
  20. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
  21. msgid "Attachment Name"
  22. msgstr ""
  23. #. module: attachment_base_synchronize
  24. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
  25. msgid "Attachment URL"
  26. msgstr ""
  27. #. module: attachment_base_synchronize
  28. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
  29. msgid "Attachment id"
  30. msgstr ""
  31. #. module: attachment_base_synchronize
  32. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  33. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
  34. msgid "Attachments"
  35. msgstr ""
  36. #. module: attachment_base_synchronize
  37. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  38. msgid "Binary"
  39. msgstr ""
  40. #. module: attachment_base_synchronize
  41. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
  42. msgid "Checksum/SHA1"
  43. msgstr ""
  44. #. module: attachment_base_synchronize
  45. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
  46. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  47. msgid "Company"
  48. msgstr ""
  49. #. module: attachment_base_synchronize
  50. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
  51. msgid "Created by"
  52. msgstr ""
  53. #. module: attachment_base_synchronize
  54. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
  55. msgid "Created on"
  56. msgstr ""
  57. #. module: attachment_base_synchronize
  58. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  59. msgid "Creation Month"
  60. msgstr ""
  61. #. module: attachment_base_synchronize
  62. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
  63. msgid "Database Data"
  64. msgstr ""
  65. #. module: attachment_base_synchronize
  66. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
  67. msgid "Description"
  68. msgstr ""
  69. #. module: attachment_base_synchronize
  70. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
  71. msgid "Display Name"
  72. msgstr ""
  73. #. module: attachment_base_synchronize
  74. #: selection:ir.attachment.metadata,state:0
  75. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  76. msgid "Done"
  77. msgstr ""
  78. #. module: attachment_base_synchronize
  79. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
  80. msgid "Error"
  81. msgstr ""
  82. #. module: attachment_base_synchronize
  83. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
  84. msgid "External hash"
  85. msgstr ""
  86. #. module: attachment_base_synchronize
  87. #: selection:ir.attachment.metadata,state:0
  88. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  89. msgid "Failed"
  90. msgstr ""
  91. #. module: attachment_base_synchronize
  92. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
  93. msgid "File Content"
  94. msgstr ""
  95. #. module: attachment_base_synchronize
  96. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
  97. msgid "File Name"
  98. msgstr ""
  99. #. module: attachment_base_synchronize
  100. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
  101. msgid "File Size"
  102. msgstr ""
  103. #. module: attachment_base_synchronize
  104. #: code:addons/attachment_base_synchronize/models/attachment.py:54
  105. #, python-format
  106. msgid "File corrupted: Something was wrong with the retrieved file, please relaunch the task."
  107. msgstr ""
  108. #. module: attachment_base_synchronize
  109. #: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
  110. msgid "File hash comes from the external owner of the file.\n"
  111. "If provided allow to check than downloaded file is the exact copy of the original file."
  112. msgstr ""
  113. #. module: attachment_base_synchronize
  114. #: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
  115. msgid "File hash computed with file data to be compared to external hash when provided."
  116. msgstr ""
  117. #. module: attachment_base_synchronize
  118. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
  119. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  120. msgid "File type"
  121. msgstr ""
  122. #. module: attachment_base_synchronize
  123. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  124. msgid "Filter on my documents"
  125. msgstr ""
  126. #. module: attachment_base_synchronize
  127. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  128. msgid "Group By"
  129. msgstr ""
  130. #. module: attachment_base_synchronize
  131. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
  132. msgid "ID"
  133. msgstr ""
  134. #. module: attachment_base_synchronize
  135. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
  136. msgid "Indexed Content"
  137. msgstr ""
  138. #. module: attachment_base_synchronize
  139. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
  140. msgid "Internal hash"
  141. msgstr ""
  142. #. module: attachment_base_synchronize
  143. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
  144. msgid "Is public document"
  145. msgstr ""
  146. #. module: attachment_base_synchronize
  147. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
  148. msgid "Last Modified on"
  149. msgstr ""
  150. #. module: attachment_base_synchronize
  151. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
  152. msgid "Last Updated by"
  153. msgstr ""
  154. #. module: attachment_base_synchronize
  155. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
  156. msgid "Last Updated on"
  157. msgstr ""
  158. #. module: attachment_base_synchronize
  159. #: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
  160. msgid "Link to ir.attachment model "
  161. msgstr ""
  162. #. module: attachment_base_synchronize
  163. #: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
  164. #: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
  165. msgid "Meta data Attachments"
  166. msgstr ""
  167. #. module: attachment_base_synchronize
  168. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
  169. msgid "Mime Type"
  170. msgstr ""
  171. #. module: attachment_base_synchronize
  172. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  173. msgid "My Document(s)"
  174. msgstr ""
  175. #. module: attachment_base_synchronize
  176. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  177. msgid "Owner"
  178. msgstr ""
  179. #. module: attachment_base_synchronize
  180. #: selection:ir.attachment.metadata,state:0
  181. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  182. msgid "Pending"
  183. msgstr ""
  184. #. module: attachment_base_synchronize
  185. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
  186. msgid "Resource Field"
  187. msgstr ""
  188. #. module: attachment_base_synchronize
  189. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
  190. msgid "Resource ID"
  191. msgstr ""
  192. #. module: attachment_base_synchronize
  193. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
  194. msgid "Resource Model"
  195. msgstr ""
  196. #. module: attachment_base_synchronize
  197. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
  198. msgid "Resource Name"
  199. msgstr ""
  200. #. module: attachment_base_synchronize
  201. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
  202. msgid "Run"
  203. msgstr ""
  204. #. module: attachment_base_synchronize
  205. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
  206. msgid "Set to Done"
  207. msgstr ""
  208. #. module: attachment_base_synchronize
  209. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
  210. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  211. msgid "State"
  212. msgstr ""
  213. #. module: attachment_base_synchronize
  214. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
  215. msgid "State message"
  216. msgstr ""
  217. #. module: attachment_base_synchronize
  218. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
  219. msgid "Stored Filename"
  220. msgstr ""
  221. #. module: attachment_base_synchronize
  222. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
  223. msgid "Sync date"
  224. msgstr ""
  225. #. module: attachment_base_synchronize
  226. #: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
  227. msgid "The database object this attachment will be attached to."
  228. msgstr ""
  229. #. module: attachment_base_synchronize
  230. #: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
  231. msgid "The file type determines an import method to be used to parse and transform data before their import in ERP or an export"
  232. msgstr ""
  233. #. module: attachment_base_synchronize
  234. #: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
  235. msgid "The record id this is attached to."
  236. msgstr ""
  237. #. module: attachment_base_synchronize
  238. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
  239. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  240. msgid "Type"
  241. msgstr ""
  242. #. module: attachment_base_synchronize
  243. #: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
  244. msgid "URL"
  245. msgstr ""
  246. #. module: attachment_base_synchronize
  247. #: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
  248. msgid "Url"
  249. msgstr ""
  250. #. module: attachment_base_synchronize
  251. #: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
  252. msgid "You can either upload a file from your computer or copy/paste an internet link to your file."
  253. msgstr ""
  254. #. module: attachment_base_synchronize
  255. #: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
  256. msgid "ir.attachment.metadata"
  257. msgstr ""