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.

359 lines
8.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auto_backup
  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: auto_backup
  16. #: view:db.backup:auto_backup.view_backup_conf_form
  17. msgid "/home/odoo/.ssh/id_rsa"
  18. msgstr ""
  19. #. module: auto_backup
  20. #: help:db.backup,folder:0
  21. msgid "Absolute path for storing the backups"
  22. msgstr ""
  23. #. module: auto_backup
  24. #: model:ir.actions.act_window,name:auto_backup.action_backup_conf_form
  25. #: model:ir.ui.menu,name:auto_backup.backup_conf_menu
  26. msgid "Automated Backups"
  27. msgstr ""
  28. #. module: auto_backup
  29. #: view:db.backup:auto_backup.view_backup_conf_form
  30. msgid "Automatic backups of the database can be scheduled as follows:"
  31. msgstr ""
  32. #. module: auto_backup
  33. #: model:mail.message.subtype,name:auto_backup.mail_message_subtype_failure
  34. msgid "Backup Failed"
  35. msgstr ""
  36. #. module: auto_backup
  37. #: model:mail.message.subtype,name:auto_backup.mail_message_subtype_success
  38. msgid "Backup Successful"
  39. msgstr ""
  40. #. module: auto_backup
  41. #: view:db.backup:auto_backup.view_backup_conf_tree
  42. msgid "Backups"
  43. msgstr ""
  44. #. module: auto_backup
  45. #: help:db.backup,tempdir:0
  46. msgid "Backups first go to a temporary directory. In case you need to put them somewhere else, fill in the directory here"
  47. msgstr ""
  48. #. module: auto_backup
  49. #: help:db.backup,days_to_keep:0
  50. msgid "Backups older than this will be deleted automatically. Set 0 to disable autodeletion."
  51. msgstr ""
  52. #. module: auto_backup
  53. #: view:db.backup:auto_backup.view_backup_conf_form
  54. msgid "Basic backup configuration"
  55. msgstr ""
  56. #. module: auto_backup
  57. #: sql_constraint:db.backup:0
  58. msgid "Cannot duplicate a configuration."
  59. msgstr ""
  60. #. module: auto_backup
  61. #: help:db.backup,method:0
  62. msgid "Choose the storage method for this backup."
  63. msgstr ""
  64. #. module: auto_backup
  65. #: code:addons/auto_backup/models/db_backup.py:268
  66. #, python-format
  67. msgid "Cleanup of old database backups failed."
  68. msgstr ""
  69. #. module: auto_backup
  70. #: code:addons/auto_backup/models/db_backup.py:137
  71. #, python-format
  72. msgid "Connection Test Failed!"
  73. msgstr ""
  74. #. module: auto_backup
  75. #: code:addons/auto_backup/models/db_backup.py:134
  76. #, python-format
  77. msgid "Connection Test Succeeded!"
  78. msgstr ""
  79. #. module: auto_backup
  80. #: field:db.backup,create_uid:0
  81. msgid "Created by"
  82. msgstr ""
  83. #. module: auto_backup
  84. #: field:db.backup,create_date:0
  85. msgid "Created on"
  86. msgstr ""
  87. #. module: auto_backup
  88. #: code:addons/auto_backup/models/db_backup.py:224
  89. #: model:mail.message.subtype,description:auto_backup.mail_message_subtype_failure
  90. #, python-format
  91. msgid "Database backup failed."
  92. msgstr ""
  93. #. module: auto_backup
  94. #: code:addons/auto_backup/models/db_backup.py:232
  95. #: model:mail.message.subtype,description:auto_backup.mail_message_subtype_success
  96. #, python-format
  97. msgid "Database backup succeeded."
  98. msgstr ""
  99. #. module: auto_backup
  100. #: help:db.backup,message_last_post:0
  101. msgid "Date of the last message posted on the record."
  102. msgstr ""
  103. #. module: auto_backup
  104. #: field:db.backup,days_to_keep:0
  105. msgid "Days to keep"
  106. msgstr ""
  107. #. module: auto_backup
  108. #: field:db.backup,display_name:0
  109. msgid "Display Name"
  110. msgstr ""
  111. #. module: auto_backup
  112. #: code:addons/auto_backup/models/db_backup.py:125
  113. #, python-format
  114. msgid "Do not save backups on your filestore, or you will backup your backups too!"
  115. msgstr ""
  116. #. module: auto_backup
  117. #: model:ir.model,name:auto_backup.model_db_backup
  118. msgid "Email Thread"
  119. msgstr ""
  120. #. module: auto_backup
  121. #: model:ir.actions.server,name:auto_backup.action_server_backup
  122. msgid "Execute backup(s)"
  123. msgstr ""
  124. #. module: auto_backup
  125. #: field:db.backup,folder:0
  126. msgid "Folder"
  127. msgstr ""
  128. #. module: auto_backup
  129. #: field:db.backup,message_follower_ids:0
  130. msgid "Followers"
  131. msgstr ""
  132. #. module: auto_backup
  133. #: view:db.backup:auto_backup.view_backup_conf_form
  134. msgid "Go to Settings / Technical / Automation / Scheduled Actions."
  135. msgstr ""
  136. #. module: auto_backup
  137. #: view:db.backup:auto_backup.view_backup_conf_form
  138. msgid "Help"
  139. msgstr ""
  140. #. module: auto_backup
  141. #: help:db.backup,message_summary:0
  142. msgid "Holds the Chatter summary (number of messages, ...). This summary is directly in html format in order to be inserted in kanban views."
  143. msgstr ""
  144. #. module: auto_backup
  145. #: sql_constraint:db.backup:0
  146. msgid "I cannot remove backups from the future. Ask Doc for that."
  147. msgstr ""
  148. #. module: auto_backup
  149. #: field:db.backup,id:0
  150. msgid "ID"
  151. msgstr ""
  152. #. module: auto_backup
  153. #: help:db.backup,message_unread:0
  154. msgid "If checked new messages require your attention."
  155. msgstr ""
  156. #. module: auto_backup
  157. #: field:db.backup,message_is_follower:0
  158. msgid "Is a Follower"
  159. msgstr ""
  160. #. module: auto_backup
  161. #: field:db.backup,message_last_post:0
  162. msgid "Last Message Date"
  163. msgstr ""
  164. #. module: auto_backup
  165. #: field:db.backup,__last_update:0
  166. msgid "Last Modified on"
  167. msgstr ""
  168. #. module: auto_backup
  169. #: field:db.backup,write_uid:0
  170. msgid "Last Updated by"
  171. msgstr ""
  172. #. module: auto_backup
  173. #: field:db.backup,write_date:0
  174. msgid "Last Updated on"
  175. msgstr ""
  176. #. module: auto_backup
  177. #: selection:db.backup,method:0
  178. msgid "Local disk"
  179. msgstr ""
  180. #. module: auto_backup
  181. #: field:db.backup,message_ids:0
  182. msgid "Messages"
  183. msgstr ""
  184. #. module: auto_backup
  185. #: help:db.backup,message_ids:0
  186. msgid "Messages and communication history"
  187. msgstr ""
  188. #. module: auto_backup
  189. #: field:db.backup,method:0
  190. msgid "Method"
  191. msgstr ""
  192. #. module: auto_backup
  193. #: field:db.backup,name:0
  194. msgid "Name"
  195. msgstr ""
  196. #. module: auto_backup
  197. #: help:db.backup,sftp_private_key:0
  198. msgid "Path to the private key file. Only the Odoo user should have read permissions for that file."
  199. msgstr ""
  200. #. module: auto_backup
  201. #: field:db.backup,sftp_private_key:0
  202. msgid "Private key location"
  203. msgstr ""
  204. #. module: auto_backup
  205. #: selection:db.backup,method:0
  206. msgid "Remote SFTP server"
  207. msgstr ""
  208. #. module: auto_backup
  209. #: field:db.backup,sftp_password:0
  210. msgid "SFTP Password"
  211. msgstr ""
  212. #. module: auto_backup
  213. #: field:db.backup,sftp_port:0
  214. msgid "SFTP Port"
  215. msgstr ""
  216. #. module: auto_backup
  217. #: field:db.backup,sftp_host:0
  218. msgid "SFTP Server"
  219. msgstr ""
  220. #. module: auto_backup
  221. #: view:db.backup:auto_backup.view_backup_conf_form
  222. msgid "SFTP Settings"
  223. msgstr ""
  224. #. module: auto_backup
  225. #: view:db.backup:auto_backup.view_backup_conf_search
  226. msgid "Search options"
  227. msgstr ""
  228. #. module: auto_backup
  229. #: view:db.backup:auto_backup.view_backup_conf_form
  230. msgid "Search the action named 'Backup scheduler'."
  231. msgstr ""
  232. #. module: auto_backup
  233. #: view:db.backup:auto_backup.view_backup_conf_form
  234. msgid "Set the scheduler to active and fill in how often you want backups generated."
  235. msgstr ""
  236. #. module: auto_backup
  237. #: field:db.backup,message_summary:0
  238. msgid "Summary"
  239. msgstr ""
  240. #. module: auto_backup
  241. #: help:db.backup,name:0
  242. msgid "Summary of this backup process"
  243. msgstr ""
  244. #. module: auto_backup
  245. #: field:db.backup,tempdir:0
  246. msgid "Temporary directory"
  247. msgstr ""
  248. #. module: auto_backup
  249. #: view:db.backup:auto_backup.view_backup_conf_form
  250. msgid "Test SFTP Connection"
  251. msgstr ""
  252. #. module: auto_backup
  253. #: help:db.backup,sftp_host:0
  254. msgid "The host name or IP address from your remote server. For example 192.168.0.1"
  255. msgstr ""
  256. #. module: auto_backup
  257. #: help:db.backup,sftp_password:0
  258. msgid "The password for the SFTP connection. If you specify a private key file, then this is the password to decrypt it."
  259. msgstr ""
  260. #. module: auto_backup
  261. #: help:db.backup,sftp_port:0
  262. msgid "The port on the FTP server that accepts SSH/SFTP calls."
  263. msgstr ""
  264. #. module: auto_backup
  265. #: help:db.backup,sftp_user:0
  266. msgid "The username where the SFTP connection should be made with. This is the user on the external server."
  267. msgstr ""
  268. #. module: auto_backup
  269. #: field:db.backup,message_unread:0
  270. msgid "Unread Messages"
  271. msgstr ""
  272. #. module: auto_backup
  273. #: view:db.backup:auto_backup.view_backup_conf_form
  274. msgid "Use SFTP with caution! This writes files to external servers under the path you specify."
  275. msgstr ""
  276. #. module: auto_backup
  277. #: field:db.backup,sftp_user:0
  278. msgid "Username in the SFTP Server"
  279. msgstr ""
  280. #. module: auto_backup
  281. #: view:db.backup:auto_backup.view_backup_conf_form
  282. msgid "Warning:"
  283. msgstr ""
  284. #. module: auto_backup
  285. #: view:db.backup:auto_backup.view_backup_conf_form
  286. msgid "john"
  287. msgstr ""
  288. #. module: auto_backup
  289. #: view:db.backup:auto_backup.view_backup_conf_form
  290. msgid "sftp.example.com"
  291. msgstr ""