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