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.

370 lines
8.6 KiB

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