BackUpWordPress - Version 3.2.4

Version Description

= 3.2.1 =

  • Important bug fixes. Please upgrade to this version to avoid incomplete or broken backups.

= 3.1.3 =

  • Fixes backwards compatibility for add-ons and avoids a Fatal Error. Please upgrade straight to this version before upgrading your add-ons.

= 3.0.4 =

  • Fixes a few minor bugs. Immediate update is recommended.

= 3.0.2 =

  • Important: we have dropped support for PHP 5.2, you will not be able to activate BackUpWordPress on a server running PHP versions older than PHP 5.3.29

= 3.0.1 =

  • This is a critical update. Fixes a bug in the core backup library. Please update immediately.
Download this release

Release Info

Developer pauldewouters
Plugin Icon 128x128 BackUpWordPress
Version 3.2.4
Comparing to
See all releases

Code changes from version 3.2.3 to 3.2.4

admin/enable-support.php CHANGED
@@ -57,5 +57,5 @@
57
 
58
  <p class="howto"><?php _e( 'You can disable support in the future by deactivating BackUpWordPress.', 'backupwordpress' ); ?></p>
59
 
60
- <a href="#" class="button-secondary hmbkp-colorbox-close"><?php _e( 'No thanks', 'backupwordpress' ); ?></a>
61
  <a href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'hmbkp_request_enable_support' ), admin_url( 'admin-post.php' ) ), 'hmbkp_enable_support', 'hmbkp_enable_support_nonce' ) ); ?>" class="button-primary right"><?php _e( 'Yes I want to enable support', 'backupwordpress' ); ?></a>
57
 
58
  <p class="howto"><?php _e( 'You can disable support in the future by deactivating BackUpWordPress.', 'backupwordpress' ); ?></p>
59
 
60
+ <a href="#" class="button-secondary hmbkp-thickbox-close"><?php _e( 'No thanks', 'backupwordpress' ); ?></a>
61
  <a href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'hmbkp_request_enable_support' ), admin_url( 'admin-post.php' ) ), 'hmbkp_enable_support', 'hmbkp_enable_support_nonce' ) ); ?>" class="button-primary right"><?php _e( 'Yes I want to enable support', 'backupwordpress' ); ?></a>
assets/hmbkp.js CHANGED
@@ -9,7 +9,7 @@ jQuery(document).ready(function ( $ ) {
9
 
10
  $( document ).on( 'change', 'select#hmbkp_schedule_recurrence_type', function () {
11
  hmbkpToggleScheduleFields( $( this ).val() );
12
- });
13
 
14
  }
15
 
@@ -38,7 +38,7 @@ jQuery(document).ready(function ( $ ) {
38
  e.preventDefault();
39
  }
40
 
41
- });
42
 
43
  // Test the cron response using ajax
44
  $.post( ajaxurl, {'nonce': hmbkp.nonce, 'action': 'hmbkp_cron_test'},
@@ -69,7 +69,7 @@ jQuery(document).ready(function ( $ ) {
69
 
70
  e.preventDefault();
71
 
72
- });
73
 
74
  // Send the schedule id with the heartbeat
75
  $( document ).on( 'heartbeat-send', function ( e, data ) {
@@ -107,9 +107,17 @@ jQuery(document).ready(function ( $ ) {
107
  }
108
  }
109
 
110
- });
 
 
 
 
 
 
 
 
111
 
112
- });
113
 
114
  function hmbkpToggleScheduleFields( recurrence ) {
115
 
@@ -125,9 +133,10 @@ function hmbkpToggleScheduleFields( recurrence ) {
125
  settingFields.hide();
126
  break;
127
 
128
- case 'hmbkp_hourly' :
129
- settingFields.hide();
130
- break;
 
131
  case 'hmbkp_daily' :
132
  settingFields.hide();
133
  scheduleSettingFields.show();
@@ -200,6 +209,6 @@ function hmbkpCatchResponseAndOfferToEmail( data ) {
200
  }
201
  );
202
 
203
- });
204
 
205
  }
9
 
10
  $( document ).on( 'change', 'select#hmbkp_schedule_recurrence_type', function () {
11
  hmbkpToggleScheduleFields( $( this ).val() );
12
+ } );
13
 
14
  }
15
 
38
  e.preventDefault();
39
  }
40
 
41
+ } );
42
 
43
  // Test the cron response using ajax
44
  $.post( ajaxurl, {'nonce': hmbkp.nonce, 'action': 'hmbkp_cron_test'},
69
 
70
  e.preventDefault();
71
 
72
+ } );
73
 
74
  // Send the schedule id with the heartbeat
75
  $( document ).on( 'heartbeat-send', function ( e, data ) {
107
  }
108
  }
109
 
110
+ } );
111
+
112
+ // Closing ThickBox Modal Window
113
+ $( document ).on( 'click', '.hmbkp-thickbox-close', function ( e ) {
114
+
115
+ e.preventDefault();
116
+ window.parent.tb_remove();
117
+
118
+ } );
119
 
120
+ } );
121
 
122
  function hmbkpToggleScheduleFields( recurrence ) {
123
 
133
  settingFields.hide();
134
  break;
135
 
136
+ case 'hmbkp_hourly' :
137
+ settingFields.hide();
138
+ break;
139
+
140
  case 'hmbkp_daily' :
141
  settingFields.hide();
142
  scheduleSettingFields.show();
209
  }
210
  );
211
 
212
+ } );
213
 
214
  }
assets/hmbkp.min.js CHANGED
@@ -1 +1 @@
1
- function hmbkpToggleScheduleFields(a){a="undefined"!=typeof a?a:"manually";var b=jQuery(".recurring-setting"),c=jQuery("#schedule-start"),d=jQuery("p.twice-js");switch(a){case"manually":b.hide();break;case"hmbkp_hourly":b.hide();break;case"hmbkp_daily":b.hide(),c.show(),d.hide();break;case"hmbkp_twicedaily":b.hide(),c.show(),d.show();break;case"hmbkp_weekly":case"hmbkp_fortnightly":b.hide(),jQuery("#start-day").show(),c.show(),d.hide();break;case"hmbkp_monthly":b.hide(),c.show(),jQuery("#start-date").show(),d.hide()}}function hmbkpCatchResponseAndOfferToEmail(a){a&&0!==a?(jQuery(".hmbkp-schedule-sentence.hmbkp-running").removeClass("hmbkp-running").addClass("hmbkp-error"),jQuery.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_backup_error",hmbkp_error:a},function(a){a&&0!==a&&location.reload(!0)})):location.reload(!0),jQuery(document).one("click",".hmbkp_send_error_via_email",function(b){b.preventDefault(),jQuery(this).addClass("hmbkp-ajax-loading").attr("disabled","disabled"),jQuery.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_email_error",hmbkp_error:a},function(){})})}jQuery(document).ready(function(a){a.ajaxSetup({cache:!1}),a("select#hmbkp_schedule_recurrence_type").size()&&(hmbkpToggleScheduleFields(a("select#hmbkp_schedule_recurrence_type").val()),a(document).on("change","select#hmbkp_schedule_recurrence_type",function(){hmbkpToggleScheduleFields(a(this).val())})),a(document).on("click",".hmbkp-schedule-actions .delete-action",function(a){confirm(hmbkp.delete_schedule)||a.preventDefault()}),a(document).on("click",".hmbkp_manage_backups_row .delete-action",function(a){confirm(hmbkp.delete_backup)||a.preventDefault()}),a(document).on("click",".hmbkp-edit-schedule-excludes-form .delete-action",function(a){confirm(hmbkp.remove_exclude_rule)||a.preventDefault()}),a.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_cron_test"},function(b){"1"!==b&&a(".wrap > h2").after(b)}),a(document).on("click",".hmbkp-run",function(b){a(this).closest(".hmbkp-schedule-sentence").addClass("hmbkp-running"),a(".hmbkp-error").removeClass("hmbkp-error");var c=a("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id");a.post(ajaxurl,{hmbkp_run_schedule_nonce:hmbkp.hmbkp_run_schedule_nonce,action:"hmbkp_run_schedule",hmbkp_schedule_id:c}),b.preventDefault()}),a(document).on("heartbeat-send",function(b,c){c.hmbkp_schedule_id=a("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id"),a(".hmbkp-schedule-sentence.hmbkp-running").size()?c.hmbkp_is_in_progress=!0:c.hmbkp_client_request="site_size"}),a(document).on("heartbeat-tick",function(b,c){if(0!==c.hmbkp_schedule_status||a(".hmbkp-error").size()||location.reload(!0),0!==c.hmbkp_schedule_status&&void 0!==c.hmbkp_schedule_status&&a(".hmbkp-status").replaceWith(c.hmbkp_schedule_status),void 0!==c.hmbkp_site_size&&a("code.calculating").size()){a("code.calculating").text(c.hmbkp_site_size);var d=a(".hmbkp-exclude-settings");d.size()&&d.replaceWith(c.hmbkp_dir_sizes)}})});
1
+ function hmbkpToggleScheduleFields(a){a="undefined"!=typeof a?a:"manually";var b=jQuery(".recurring-setting"),c=jQuery("#schedule-start"),d=jQuery("p.twice-js");switch(a){case"manually":b.hide();break;case"hmbkp_hourly":b.hide();break;case"hmbkp_daily":b.hide(),c.show(),d.hide();break;case"hmbkp_twicedaily":b.hide(),c.show(),d.show();break;case"hmbkp_weekly":case"hmbkp_fortnightly":b.hide(),jQuery("#start-day").show(),c.show(),d.hide();break;case"hmbkp_monthly":b.hide(),c.show(),jQuery("#start-date").show(),d.hide()}}function hmbkpCatchResponseAndOfferToEmail(a){a&&0!==a?(jQuery(".hmbkp-schedule-sentence.hmbkp-running").removeClass("hmbkp-running").addClass("hmbkp-error"),jQuery.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_backup_error",hmbkp_error:a},function(a){a&&0!==a&&location.reload(!0)})):location.reload(!0),jQuery(document).one("click",".hmbkp_send_error_via_email",function(b){b.preventDefault(),jQuery(this).addClass("hmbkp-ajax-loading").attr("disabled","disabled"),jQuery.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_email_error",hmbkp_error:a},function(){})})}jQuery(document).ready(function(a){a.ajaxSetup({cache:!1}),a("select#hmbkp_schedule_recurrence_type").size()&&(hmbkpToggleScheduleFields(a("select#hmbkp_schedule_recurrence_type").val()),a(document).on("change","select#hmbkp_schedule_recurrence_type",function(){hmbkpToggleScheduleFields(a(this).val())})),a(document).on("click",".hmbkp-schedule-actions .delete-action",function(a){confirm(hmbkp.delete_schedule)||a.preventDefault()}),a(document).on("click",".hmbkp_manage_backups_row .delete-action",function(a){confirm(hmbkp.delete_backup)||a.preventDefault()}),a(document).on("click",".hmbkp-edit-schedule-excludes-form .delete-action",function(a){confirm(hmbkp.remove_exclude_rule)||a.preventDefault()}),a.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_cron_test"},function(b){"1"!==b&&a(".wrap > h2").after(b)}),a(document).on("click",".hmbkp-run",function(b){a(this).closest(".hmbkp-schedule-sentence").addClass("hmbkp-running"),a(".hmbkp-error").removeClass("hmbkp-error");var c=a("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id");a.post(ajaxurl,{hmbkp_run_schedule_nonce:hmbkp.hmbkp_run_schedule_nonce,action:"hmbkp_run_schedule",hmbkp_schedule_id:c}),b.preventDefault()}),a(document).on("heartbeat-send",function(b,c){c.hmbkp_schedule_id=a("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id"),a(".hmbkp-schedule-sentence.hmbkp-running").size()?c.hmbkp_is_in_progress=!0:c.hmbkp_client_request="site_size"}),a(document).on("heartbeat-tick",function(b,c){if(0!==c.hmbkp_schedule_status||a(".hmbkp-error").size()||location.reload(!0),0!==c.hmbkp_schedule_status&&void 0!==c.hmbkp_schedule_status&&a(".hmbkp-status").replaceWith(c.hmbkp_schedule_status),void 0!==c.hmbkp_site_size&&a("code.calculating").size()){a("code.calculating").text(c.hmbkp_site_size);var d=a(".hmbkp-exclude-settings");d.size()&&d.replaceWith(c.hmbkp_dir_sizes)}}),a(document).on("click",".hmbkp-thickbox-close",function(a){a.preventDefault(),tb_remove()})});
backupwordpress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: BackUpWordPress Backup Plugin
4
  Plugin URI: http://bwp.hmn.md/
5
  Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
6
- Version: 3.2.3
7
  Author: Human Made Limited
8
  Author URI: http://hmn.md/
9
  License: GPL-2.0+
3
  Plugin Name: BackUpWordPress Backup Plugin
4
  Plugin URI: http://bwp.hmn.md/
5
  Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
6
+ Version: 3.2.4
7
  Author: Human Made Limited
8
  Author URI: http://hmn.md/
9
  License: GPL-2.0+
classes/class-backup.php CHANGED
@@ -156,20 +156,21 @@ namespace HM\BackUpWordPress {
156
  */
157
  protected $action_callback = '';
158
 
 
 
 
 
159
  protected $default_excludes = array(
160
  '.git/',
161
  '.svn/',
162
  '.DS_Store',
163
  '.idea/',
164
- 'backup-*',
165
  'backwpup-*',
166
  'updraft',
167
- 'backups',
168
  'wp-snapshots',
169
  'backupbuddy_backups',
170
  'pb_backupbuddy',
171
  'backup-db',
172
- 'cache/',
173
  'Envato-backups',
174
  'managewp',
175
  );
@@ -1173,7 +1174,6 @@ namespace HM\BackUpWordPress {
1173
 
1174
  return false;
1175
 
1176
-
1177
  }
1178
 
1179
  /**
@@ -1222,7 +1222,7 @@ namespace HM\BackUpWordPress {
1222
  $finder->ignoreDotFiles( false );
1223
  $finder->ignoreUnreadableDirs();
1224
 
1225
- foreach ( $this->default_excludes as $exclude ) {
1226
  $finder->notPath( $exclude );
1227
  }
1228
 
@@ -1444,7 +1444,6 @@ namespace HM\BackUpWordPress {
1444
  // Strip $this->root and conform
1445
  $rule = str_ireplace( $this->get_root(), '', untrailingslashit( self::conform_dir( $rule ) ) );
1446
 
1447
-
1448
  // Strip the preceeding slash
1449
  if ( in_array( substr( $rule, 0, 1 ), array( '\\', '/' ) ) ) {
1450
  $rule = substr( $rule, 1 );
156
  */
157
  protected $action_callback = '';
158
 
159
+ /**
160
+ * List of patterns we want to exclude by default.
161
+ * @var array
162
+ */
163
  protected $default_excludes = array(
164
  '.git/',
165
  '.svn/',
166
  '.DS_Store',
167
  '.idea/',
 
168
  'backwpup-*',
169
  'updraft',
 
170
  'wp-snapshots',
171
  'backupbuddy_backups',
172
  'pb_backupbuddy',
173
  'backup-db',
 
174
  'Envato-backups',
175
  'managewp',
176
  );
1174
 
1175
  return false;
1176
 
 
1177
  }
1178
 
1179
  /**
1222
  $finder->ignoreDotFiles( false );
1223
  $finder->ignoreUnreadableDirs();
1224
 
1225
+ foreach ( $this->default_excludes() as $exclude ) {
1226
  $finder->notPath( $exclude );
1227
  }
1228
 
1444
  // Strip $this->root and conform
1445
  $rule = str_ireplace( $this->get_root(), '', untrailingslashit( self::conform_dir( $rule ) ) );
1446
 
 
1447
  // Strip the preceeding slash
1448
  if ( in_array( substr( $rule, 0, 1 ), array( '\\', '/' ) ) ) {
1449
  $rule = substr( $rule, 1 );
classes/class-plugin.php CHANGED
@@ -11,7 +11,7 @@ register_deactivation_hook( __FILE__, array( 'HM\BackUpWordPress\Setup', 'deacti
11
  * Class Plugin
12
  */
13
  final class Plugin {
14
- const PLUGIN_VERSION = '3.2.3';
15
 
16
  /**
17
  * @var Plugin The singleton instance.
11
  * Class Plugin
12
  */
13
  final class Plugin {
14
+ const PLUGIN_VERSION = '3.2.4';
15
 
16
  /**
17
  * @var Plugin The singleton instance.
languages/backupwordpress-pt_BR.mo CHANGED
Binary file
languages/backupwordpress-pt_BR.po CHANGED
@@ -1,709 +1,1477 @@
1
- # Translation of 2.x in Portuguese (Brazil)
2
- # This file is distributed under the same license as the 2.x package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2013-10-11 13:43:51+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.x\n"
12
-
13
- #: ../backupwordpress.php:119
14
- msgid "BackUpWordPress requires PHP version %s or greater."
15
- msgstr ""
16
-
17
- #: ../admin/backups.php:100
18
- msgid "This is where your backups will appear once you have some."
19
- msgstr ""
20
-
21
- #: ../admin/backups.php:120
22
- msgid "% Backups Completed"
23
- msgstr ""
24
-
25
- #: ../admin/backups.php:122
26
- msgid "No Backups Completed"
27
- msgstr ""
28
-
29
- #: ../admin/backups.php:124
30
- msgid "1 Backup Completed"
31
- msgstr ""
32
-
33
- #: ../admin/enable-support.php:3
34
- msgid "Enable BackUpWordPress Support"
35
- msgstr ""
36
-
37
- #: ../admin/enable-support.php:5
38
- msgid "BackUpWordPress uses %s to provide support. In addition to allowing you to send and receive messages we also send the following server information along with your requests:"
39
- msgstr ""
40
-
41
- #: ../admin/enable-support.php:58
42
- msgid "You can disable support in the future by deactivating BackUpWordPress."
43
- msgstr ""
44
-
45
- #: ../admin/enable-support.php:68
46
- msgid "No thanks"
47
- msgstr ""
48
-
49
- #: ../admin/enable-support.php:70
50
- msgid "Yes I want to enable support"
51
- msgstr ""
52
-
53
- #: ../admin/page.php:10
54
- msgid "Support"
55
- msgstr ""
56
-
57
- #: ../admin/page.php:31
58
- msgid "If you're finding BackUpWordPress useful, please %1$s rate it on the plugin directory. %2$s"
59
- msgstr ""
60
-
61
- #: ../admin/page.php:35
62
- msgid "Wish you could store your backups in a safer place? Our %1$spremium extensions%2$s enable automatic backups to Dropbox, FTP, Google Drive and more."
63
- msgstr ""
64
-
65
- #: ../admin/schedule-form-excludes.php:19
66
- msgid "Enter new exclude rules as a comma separated list, e.g. %s"
67
- msgstr ""
68
-
69
- #: ../admin/schedule-form.php:45
70
- msgid "Past this limit older backups will be deleted automatically. This schedule will store a maximum of %s of backups"
71
- msgstr ""
72
-
73
- #: ../admin/schedule.php:78
74
- msgid "store only the last backup on %s"
75
- msgstr ""
76
-
77
- #: ../admin/schedule.php:118
78
- msgid "Backup my %1$s %2$s %3$s, %4$s. %5$s Send a copy of each backup to %6$s."
79
- msgstr ""
80
-
81
- #: ../classes/class-schedule.php:239
82
- msgid "Argument 1 for %s must be a valid integer"
83
- msgstr ""
84
-
85
- #: ../classes/class-schedule.php:491
86
- msgid "Argument 1 for %s must be a valid cron reoccurrence or \"manually\""
87
- msgstr ""
88
-
89
- #: ../classes/class-schedule.php:811
90
- msgid "Argument 1 for %s must be a non empty string"
91
- msgstr ""
92
-
93
- #: ../classes/class-schedule.php:815
94
- msgid "%s dpesn't exist"
95
- msgstr ""
96
-
97
- #: ../classes/class-schedule.php:819
98
- msgid "That backup wasn't created by this schedule"
99
- msgstr ""
100
-
101
- #: ../classes/class-services.php:252
102
- msgid "Argument 1 for %s must be a valid filepath"
103
- msgstr ""
104
-
105
- #: ../classes/class-services.php:267
106
- msgid "Argument 1 for %s must be a registered service"
107
- msgstr ""
108
-
109
- #: ../classes/class-services.php:284
110
- msgid "Argument 1 for %s must be a valid class"
111
- msgstr ""
112
-
113
- #: ../functions/core.php:269
114
- msgid "You can only delete directories inside your WordPress installation"
115
- msgstr ""
116
-
117
- #: ../admin/actions.php:508
118
- msgid "Your backup completed but with the following errors / warnings, it's probably ok to ignore these."
119
- msgstr "O backup foi concluído, mas com os seguintes erros/avisos, provavelmente você pode ignorá-los."
120
-
121
- #: ../admin/actions.php:512
122
- msgid "Your backup failed"
123
- msgstr "O backup falhou."
124
-
125
- #: ../classes/class-email.php:35
126
- msgid "Receive a notification email when a backup completes, if the backup is small enough (&lt; %s) then it will be attached to the email. Separate multiple email address's with a comma."
127
- msgstr "Receber um email de notificação quando um backup for concluído, se o backup for pequeno o suficiente (&lt; %s), ele será anexado por email. Para mais de um email, separe-os com vírgula."
128
-
129
- #: ../classes/class-email.php:54
130
- msgid "The maximum filesize of your backup that will be attached to your notification emails . Defaults to %s."
131
- msgstr "O tamanho máximo do seu backup que será anexado aos emails de notificação. O padrão é %s."
132
-
133
- #: ../admin/actions.php:520
134
- msgid "You can email details of this error to %s so they can look into the issue."
135
- msgstr "Você pode enviar os detalhes deste erro para %s para que possam analisar este problema."
136
-
137
- #: ../functions/core.php:246
138
- msgid "Once Hourly"
139
- msgstr "Um vez a cada hora"
140
-
141
- #: ../functions/core.php:247
142
- msgid "Twice Daily"
143
- msgstr "Duas vezes por dia"
144
-
145
- #: ../functions/core.php:248
146
- msgid "Once Daily"
147
- msgstr "Uma vez por dia"
148
-
149
- #: ../functions/core.php:249
150
- msgid "Once Weekly"
151
- msgstr "Uma vez por semana"
152
-
153
- #: ../functions/core.php:250
154
- msgid "Once Fortnightly"
155
- msgstr "Uma vez a cada quinze dias"
156
-
157
- #: ../functions/core.php:251
158
- msgid "Once Monthly"
159
- msgstr "Uma vez por mês"
160
-
161
- #: ../admin/actions.php:524
162
- msgid "Email to Support"
163
- msgstr "Entre em contato para Suporte"
164
-
165
- #: ../admin/schedule-form-excludes.php:13
166
- msgid "New Exclude Rule[s]"
167
- msgstr "Nova[s] Regra[s] de exclusão"
168
-
169
- #: ../admin/actions.php:516
170
- msgid "Here's the response from the server:"
171
- msgstr "Aqui está a resposta do servidor:"
172
-
173
- #: ../admin/page.php:33
174
- msgid "If you need help getting things working then check the FAQ by clicking on help in the top right hand corner of this page."
175
- msgstr "Se você precisar de ajuda para fazer as coisas funcionarem, consulte o FAQ clicando no botão \"Ajuda\" localizado no canto superior direito desta página."
176
-
177
- #: ../classes/class-schedule.php:609 ../functions/interface.php:261
178
- msgid "Starting Backup"
179
- msgstr "Iniciando Backup"
180
-
181
- #: ../classes/class-schedule.php:686
182
- msgid "Dumping Database %s"
183
- msgstr "Realizando o dumping do Banco de Dados %s"
184
-
185
- #: ../classes/class-schedule.php:691
186
- msgid "Verifying Database Dump %s"
187
- msgstr "Verificando o Dump do Banco de Dados %s"
188
-
189
- #: ../classes/class-schedule.php:696
190
- msgid "Creating zip archive %s"
191
- msgstr "Criando arquivo ZIP %s"
192
-
193
- #: ../classes/class-schedule.php:701
194
- msgid "Verifying Zip Archive %s"
195
- msgstr "Verificando arquivo ZIP %s"
196
-
197
- #: ../classes/class-schedule.php:706
198
- msgid "Finishing Backup"
199
- msgstr "Finalizando Backup"
200
-
201
- #: ../classes/wp-cli.php:16
202
- msgid "BackUpWordPress may not work when php is running with %s on"
203
- msgstr "O BackUpWordPress pode não funcionar quando o php estiver rodando com o %s ligado."
204
-
205
- #: ../functions/interface.php:78
206
- msgid "%1$s is running in %2$s, please contact your host and ask them to disable it. BackUpWordPress may not work correctly whilst %3$s is on."
207
- msgstr "%1$s está rodando em %2$s, por favor entre em contato com os administradores do seu servidor e os peça para desativar isso. O BackUpWordPress pode não funcionar corretamente enquanto %3$s estiver ativo."
208
-
209
- #: ../admin/constants.php:26
210
- msgid "The time that your schedules should run. Defaults to %s."
211
- msgstr "O horário em que seus agendamentos devem ser executados. O padrão é %s."
212
-
213
- #: ../backupwordpress.php:171
214
- msgid "Are you sure you want to delete this schedule? All of it's backups will also be deleted."
215
- msgstr "Você tem certeza de que quer apagar este agendamento? Todos os backups realizados nesta programação também serão excluídos."
216
-
217
- #: ../backupwordpress.php:171 ../backupwordpress.php:172
218
- #: ../backupwordpress.php:173 ../backupwordpress.php:174
219
- msgid "'Cancel' to go back, 'OK' to delete."
220
- msgstr "'Cancelar' para voltar, 'OK' para apagar."
221
-
222
- #: ../backupwordpress.php:172
223
- msgid "Are you sure you want to delete this backup?"
224
- msgstr "Você tem certeza que quer apagar este backup?"
225
-
226
- #: ../backupwordpress.php:173
227
- msgid "Are you sure you want to remove this exclude rule?"
228
- msgstr "Você tem certeza de que deseja remover esta regra de exclusão?"
229
-
230
- #: ../backupwordpress.php:174
231
- msgid "Reducing the number of backups that are stored on this server will cause some of your existing backups to be deleted, are you sure that's what you want?"
232
- msgstr "Reduzindo o número de backups que serão armazenados neste servidor causará a eliminação de alguns backups já existentes. Você tem certeza que é isso que você quer?"
233
-
234
- #: ../admin/actions.php:372
235
- msgid "Max backups can't be empty"
236
- msgstr "A quant. de backups não pode ficar vazia"
237
-
238
- #: ../admin/actions.php:378
239
- msgid "Max backups must be greater than 0"
240
- msgstr "A quant. de backups precisa ser maior que 0"
241
-
242
- #: ../admin/actions.php:486
243
- msgid "Exclude"
244
- msgstr "Excluir"
245
-
246
- #: ../admin/schedule-form-excludes.php:44
247
- msgid "default"
248
- msgstr "padrão"
249
-
250
- #: ../admin/schedule-form-excludes.php:48
251
- msgid "defined"
252
- msgstr "definido"
253
-
254
- #: ../admin/schedule-form.php:27
255
- msgid "Manual Only"
256
- msgstr "Apenas Manualmente"
257
-
258
- #: ../admin/schedule.php:4
259
- msgid "this shouldn't take long&hellip;"
260
- msgstr "isso não deve demorar muito&hellip;"
261
-
262
- #: ../admin/schedule.php:4
263
- msgid "calculating the size of your site&hellip;"
264
- msgstr "calculando o tamanho de seu site&hellip;"
265
-
266
- #: ../admin/schedule.php:12
267
- msgid "The next backup will be on %1$s at %2$s"
268
- msgstr "O próximo backup será em %1$s às %2$s"
269
-
270
- #: ../admin/schedule.php:37
271
- msgid "every 12 hours at %1$s &amp; %2$s"
272
- msgstr "a cada 12 horas às %1$s &amp; %2$s"
273
-
274
- #: ../admin/schedule.php:43
275
- msgid "weekly on %1$s at %2$s"
276
- msgstr "semanalmente no(a) %1$s às %2$s"
277
-
278
- #: ../admin/schedule.php:49
279
- msgid "fortnightly on %1$s at %2$s"
280
- msgstr "quinzenalmente no(a) %1$s às %2$s"
281
-
282
- #: ../admin/schedule.php:56
283
- msgid "on the %1$s of each month at %2$s"
284
- msgstr "no %1$s de cada mês às %2$s"
285
-
286
- #: ../admin/schedule.php:62
287
- msgid "manually"
288
- msgstr "manualmente"
289
-
290
- #: ../admin/schedule.php:71
291
- msgid "this server"
292
- msgstr "neste servidor"
293
-
294
- #: ../admin/schedule.php:84
295
- msgid "don't store any backups on %s"
296
- msgstr "não armazenar nenhum backup em %s"
297
-
298
- #: ../admin/schedule.php:90
299
- msgid "store only the last %1$s backups on %2$s"
300
- msgstr "armazenar os últimos %1$s backups %2$s"
301
-
302
- #: ../admin/schedule.php:120
303
- msgid "Backup my %1$s %2$s %3$s, %4$s. %5$s"
304
- msgstr "Realizar o backup dos %1$s do %2$s %3$s, %4$s. %5$s"
305
-
306
- #: ../classes/class-email.php:156
307
- msgid "BackUpWordPress was unable to backup your site %1$s."
308
- msgstr "O BackUpWordPress não foi capaz de realizar o backup do seu site %1$s."
309
-
310
- #: ../classes/class-email.php:156
311
- msgid "Here are the errors that we're encountered:"
312
- msgstr "Aqui estão os erros que foram encontrados:"
313
-
314
- #: ../classes/class-email.php:156
315
- msgid "If the errors above look like Martian, forward this email to %3$s and we'll take a look"
316
- msgstr "Se os erros acima parecem tão esquisitos quanto Marcianos, encaminhe este email para %3$s e iremos dar uma olhada"
317
-
318
- #: ../classes/class-email.php:156
319
- msgid ""
320
- "Kind Regards,\n"
321
- "The Apologetic BackUpWordPress Backup Emailing Robot"
322
- msgstr ""
323
- "Atenciosamente, \n"
324
- "O Apologético Robô Carteiro do BackUpWordPress"
325
-
326
- #: ../classes/class-email.php:169 ../classes/class-email.php:178
327
- msgid "BackUpWordPress has completed a backup of your site %1$s."
328
- msgstr "O BackUpWordPress completou a realização de um backup do seu site %1$s."
329
-
330
- #: ../classes/class-email.php:169
331
- msgid "The backup file should be attached to this email."
332
- msgstr "O arquivo de backup será anexado neste email."
333
-
334
- #: ../classes/class-email.php:169 ../classes/class-email.php:178
335
- msgid "You can download the backup file by clicking the link below:"
336
- msgstr "Você pode realizar o download do arquivo de backup clicando no link abaixo:"
337
-
338
- #: ../classes/class-email.php:169 ../classes/class-email.php:178
339
- msgid ""
340
- "Kind Regards,\n"
341
- "The Happy BackUpWordPress Backup Emailing Robot"
342
- msgstr ""
343
- "Atenciosamente,\n"
344
- "O Feliz Robô Entregador de Backups do BackUpWordPress"
345
-
346
- #: ../classes/class-email.php:178
347
- msgid "Unfortunately the backup file was too large to attach to this email."
348
- msgstr "Infelizmente o arquivo de backup era muito grande para ser anexado nesta mensagem de email."
349
-
350
- #: ../classes/wp-cli.php:19
351
- msgid "Backup: Dumping database..."
352
- msgstr "Backup: Realizando o dumping do banco de dados..."
353
-
354
- #: ../classes/wp-cli.php:23
355
- msgid "Backup: Zipping everything up..."
356
- msgstr "Backup: Compactando tudo..."
357
-
358
- #: ../classes/wp-cli.php:38
359
- msgid "Invalid backup path"
360
- msgstr "Caminho de backup inválido"
361
-
362
- #: ../classes/wp-cli.php:43
363
- msgid "Invalid root path"
364
- msgstr "Caminho do diretório raiz inválido"
365
-
366
- #: ../classes/wp-cli.php:68
367
- msgid "Backup Complete: "
368
- msgstr "Backup Concluído: "
369
-
370
- #: ../classes/wp-cli.php:71
371
- msgid "Backup Failed"
372
- msgstr "Falha no Backup"
373
-
374
- #: ../functions/core.php:229
375
- msgid "By default BackUpWordPress performs a daily backup of your database and a weekly backup of your database &amp; files. You can modify these schedules."
376
- msgstr "Por padrão, o BackUpWordPress realiza um backup diário de seu banco de dados e um backup semanal de seu banco de dados &amp; arquivos. Você pode modificar esses agendamentos."
377
-
378
- #: ../functions/interface.php:245
379
- msgid "Legacy"
380
- msgstr "Legado"
381
-
382
- #: ../functions/interface.php:67
383
- msgid "Your backups directory isn't writable, run %1$s or %2$s or set the permissions yourself."
384
- msgstr "Seu diretório de backups não é gravável. Execute o comando %1$s ou %2$s, ou defina as permissões você mesmo."
385
-
386
- #: ../functions/interface.php:54
387
- msgid "The backups directory can't be created because your %1$s directory isn't writable, run %2$s or %3$s or create the folder yourself."
388
- msgstr "Não é possível criar o diretório de backups pois sua pasta %1$s não possui permissões para gravação. Execute o comando %2$s ou %3$s ou crie a pasta você mesmo."
389
-
390
- #: ../functions/core.php:229
391
- msgid "BackUpWordPress has setup your default schedules."
392
- msgstr "O BackUpWordPress configurou seus agendamentos padrão."
393
-
394
- #: ../classes/class-email.php:154
395
- msgid "Backup of %s Failed"
396
- msgstr "Backup de %s Falhou"
397
-
398
- #: ../classes/class-email.php:69
399
- msgid "Send an email notification to %s"
400
- msgstr "Enviar uma notificação por email para %s"
401
-
402
- #: ../classes/class-email.php:100
403
- msgid "%s isn't a valid email"
404
- msgstr "%s não é um email válido"
405
-
406
- #: ../admin/schedule.php:4
407
- msgid "Backups will be compressed and should be smaller than this."
408
- msgstr "Os backups serão compactados e ficarão menores que isso."
409
-
410
- #: ../classes/class-email.php:31
411
- msgid "Email notification"
412
- msgstr "Notificação por email"
413
-
414
- #: ../admin/schedule.php:19
415
- msgid "hourly on the hour"
416
- msgstr "de hora em hora"
417
-
418
- #: ../admin/schedule.php:25
419
- msgid "daily at %s"
420
- msgstr "diariamente às %s"
421
-
422
- #: ../admin/schedule-form.php:41
423
- msgid "Number of backups to store on this server"
424
- msgstr "Número de backups para armazenar"
425
-
426
- #: ../admin/schedule-form.php:7
427
- msgid "Schedule Settings"
428
- msgstr "Configurações do Agendamento"
429
-
430
- #: ../admin/actions.php:523 ../admin/schedule-form-excludes.php:119
431
- msgid "Close"
432
- msgstr "Fechar"
433
-
434
- #: ../admin/menu.php:69
435
- msgid "The information below is for version %1$s. View the %2$s file for help specific to version %3$s."
436
- msgstr "A informação abaixo é referente à versão %1$s. Consulte o arquivo %2$s para instruções específicas da versão %3$s."
437
-
438
- #: ../admin/constants.php:23
439
- msgid "The root directory that is backed up. Defaults to %s."
440
- msgstr "O diretório raiz onde será realizado o backup. O padrão é %s."
441
-
442
- #: ../admin/constants.php:20
443
- msgid "The capability to use when calling %1$s. Defaults to %2$s."
444
- msgstr "A capacidade que o usuário deve ter ao solicitar %1$s. O padrão é %2$s."
445
-
446
- #: ../admin/constants.php:14
447
- msgid "The path to your %1$s executable. Will be used to zip up your %2$s and %3$s if available."
448
- msgstr "O caminho para executar a função %1$s. Será usado para compactar seus %2$s e %3$s, se disponível."
449
-
450
- #: ../backupwordpress.php:132
451
- msgid "BackUpWordPress requires WordPress version %s or greater."
452
- msgstr "O BackUpWordPress requer o WordPress versão %s ou superior."
453
-
454
- #: ../backupwordpress.php:170 ../admin/actions.php:487
455
- msgid "Cancel"
456
- msgstr "Cancelar"
457
-
458
- #: ../admin/constants.php:11
459
- msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
460
- msgstr "O caminho para executar o comando %1$s. Será usado para parte do backup do seu %2$s, se disponível."
461
-
462
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
463
- #: ../admin/constants.php:17 ../admin/constants.php:20
464
- #: ../admin/constants.php:23 ../admin/constants.php:26
465
- #: ../classes/class-email.php:54
466
- msgid "e.g."
467
- msgstr "ex:"
468
-
469
- #: ../admin/constants.php:3
470
- msgid "You can %1$s any of the following %2$s in your %3$s to control advanced settings. %4$s. Defined %5$s will be highlighted."
471
- msgstr "Você pode %1$s qualquer uma das seguintes %2$s em seu arquivo %3$s para controlar certas definições avançadas. %4$s. As %5$s que estiverem personalizadas aparecerão abaixo destacadas."
472
-
473
- #: ../admin/actions.php:250 ../admin/actions.php:256
474
- msgid "%1$s is returning a %2$s response which could mean cron jobs aren't getting fired properly. BackUpWordPress relies on wp-cron to run scheduled back ups. See the %3$s for more details."
475
- msgstr "%1$s está retornando a resposta %2$s que pode indicar que as tarefas agendadas não estão sendo executadas corretamente. O BackUpWordPress depende do wp-cron para realizar os seus backups agendados. Veja o %3$s para mais detalhes."
476
-
477
- #: ../functions/interface.php:78
478
- msgid "http://php.net/manual/en/features.safe-mode.php"
479
- msgstr "http://php.net/manual/pt_BR/features.safe-mode.php"
480
-
481
- #: ../functions/interface.php:78
482
- msgid "Safe Mode"
483
- msgstr "Safe Mode (Modo Seguro)"
484
-
485
- #: ../functions/interface.php:89
486
- msgid "Your custom backups directory %1$s doesn't exist and can't be created, your backups will be saved to %2$s instead."
487
- msgstr "Seu diretório de backups personalizado %1$s não existe e também não pode ser criado. Ao invés disso seus backups serão salvos em %2$s."
488
-
489
- #: ../functions/interface.php:100
490
- msgid "Your custom backups directory %1$s isn't writable, new backups will be saved to %2$s instead."
491
- msgstr "Seu diretório personalizado para backups %1$s não possui permissões para gravação, e ao invés disso, novos backups serão salvos em %2$s."
492
-
493
- #: ../functions/interface.php:261
494
- msgid "cancel"
495
- msgstr "cancelar"
496
-
497
- #: ../functions/interface.php:265
498
- msgid "Settings"
499
- msgstr "Configurações"
500
-
501
- #: ../functions/interface.php:268
502
- msgid "Excludes"
503
- msgstr "Exclusões"
504
-
505
- #: ../functions/interface.php:29
506
- msgid "Download"
507
- msgstr "Download"
508
-
509
- #: ../functions/interface.php:54 ../functions/interface.php:67
510
- msgid "BackUpWordPress is almost ready."
511
- msgstr "O BackUpWordPress está quase pronto."
512
-
513
- #: ../functions/interface.php:111
514
- msgid "BackUpWordPress detected issues with your last backup."
515
- msgstr "O BackUpWordPress detectou problemas com o seu último backup."
516
-
517
- #: ../functions/interface.php:234
518
- msgid "Database and Files"
519
- msgstr "Banco de Dados e Arquivos"
520
-
521
- #: ../functions/interface.php:240
522
- msgid "Database"
523
- msgstr "Banco de dados"
524
-
525
- #: ../admin/actions.php:250 ../admin/actions.php:256
526
- #: ../functions/interface.php:78 ../functions/interface.php:89
527
- #: ../functions/interface.php:100
528
- msgid "BackUpWordPress has detected a problem."
529
- msgstr "O BackUpWordPress detectou um problema."
530
-
531
- #: ../admin/actions.php:342
532
- msgid "Backup type cannot be empty"
533
- msgstr "O tipo de backup não pode ficar vazio"
534
-
535
- #: ../admin/actions.php:345
536
- msgid "Invalid backup type"
537
- msgstr "Tipo de backup inválido"
538
-
539
- #: ../admin/actions.php:357
540
- msgid "Schedule cannot be empty"
541
- msgstr "O intervalo não pode ficar vazio"
542
-
543
- #: ../admin/actions.php:360
544
- msgid "Invalid schedule"
545
- msgstr "Agendamento inválido"
546
-
547
- #: ../admin/actions.php:375
548
- msgid "Max backups must be a number"
549
- msgstr "A quant. de backups precisa ser um número"
550
-
551
- #: ../admin/actions.php:481
552
- msgid "%s didn't match any files."
553
- msgstr "%s não resulta em arquivo algum."
554
-
555
- #: ../admin/backups.php:40
556
- msgid "add schedule"
557
- msgstr "agendar novo backup"
558
-
559
- #: ../admin/backups.php:71
560
- msgid "Size"
561
- msgstr "Tamanho"
562
-
563
- #: ../admin/backups.php:72
564
- msgid "Type"
565
- msgstr "Tipo"
566
-
567
- #: ../admin/backups.php:73
568
- msgid "Actions"
569
- msgstr "Ações"
570
-
571
- #: ../admin/constants.php:3
572
- msgid "The Codex can help"
573
- msgstr "O Codex pode ajudar"
574
-
575
- #: ../admin/constants.php:8
576
- msgid "The path to folder you would like to store your backup files in, defaults to %s."
577
- msgstr "O caminho do diretório que você gostaria de armazenar os arquivos de backup. O padrão é %s."
578
-
579
- #: ../admin/constants.php:11 ../admin/constants.php:14
580
- msgid "database"
581
- msgstr "banco de dados"
582
-
583
- #: ../admin/constants.php:14
584
- msgid "files"
585
- msgstr "arquivos"
586
-
587
- #: ../admin/constants.php:17
588
- msgid "Comma separated list of files or directories to exclude, the backups directory is automatically excluded."
589
- msgstr "Lista de arquivos ou diretórios (separados por vírgula) que devem ser excluídos do backup. O diretório de backups é automaticamente excluído."
590
-
591
- #: ../admin/menu.php:10 ../admin/page.php:6
592
- msgid "Manage Backups"
593
- msgstr "Gerenciar Backups"
594
-
595
- #: ../admin/menu.php:10 ../admin/menu.php:34
596
- msgid "Backups"
597
- msgstr "Backups"
598
-
599
- #: ../admin/menu.php:69
600
- msgid "You are not using the latest stable version of BackUpWordPress"
601
- msgstr "Você não está usando a última versão estável do BackUpWordPress"
602
-
603
- #: ../admin/menu.php:77
604
- msgid "FAQ"
605
- msgstr "FAQ"
606
-
607
- #: ../admin/constants.php:3 ../admin/menu.php:79
608
- msgid "Constants"
609
- msgstr "Constantes"
610
-
611
- #: ../admin/menu.php:82
612
- msgid "For more information:"
613
- msgstr "Para mais informações:"
614
-
615
- #: ../admin/menu.php:84
616
- msgid "Support Forums"
617
- msgstr "Fóruns de suporte"
618
-
619
- #: ../admin/menu.php:85
620
- msgid "Help with translation"
621
- msgstr "Ajude a traduzir"
622
-
623
- #: ../admin/page.php:27
624
- msgid "You need to fix the issues detailed above before BackUpWordPress can start."
625
- msgstr "Você precisa corrigir os erros indicados acima antes que o BackUpWordPress possa ser iniciado."
626
-
627
- #: ../admin/schedule-form-excludes.php:17
628
- msgid "Preview"
629
- msgstr "Visualizar"
630
-
631
- #: ../admin/schedule-form-excludes.php:29
632
- msgid "Exclude Rules"
633
- msgstr "Regras de exclusão"
634
-
635
- #: ../admin/schedule-form-excludes.php:52
636
- msgid "Remove"
637
- msgstr "Excluir"
638
-
639
- #: ../admin/schedule-form-excludes.php:71
640
- msgid "Excluded"
641
- msgstr "Excluído"
642
-
643
- #: ../admin/schedule-form-excludes.php:75
644
- msgid "Included"
645
- msgstr "Incluído"
646
-
647
- #: ../admin/schedule-form-excludes.php:79
648
- msgid "Unreadable"
649
- msgstr "Ilegível"
650
-
651
- #: ../admin/schedule-form-excludes.php:107
652
- msgid "Unreadable files can't be backed up"
653
- msgstr "Não é possível realizar o backup de arquivos ilegíveis"
654
-
655
- #: ../admin/schedule-form-excludes.php:113
656
- msgid "Your site is %s. Backups will be compressed and so will be smaller."
657
- msgstr "Seu site tem %s. Os backups serão compactados e ficarão menores."
658
-
659
- #: ../admin/schedule-form.php:11
660
- msgid "Backup"
661
- msgstr "Backup"
662
-
663
- #: ../admin/schedule-form.php:14
664
- msgid "Both Database &amp; files"
665
- msgstr "Banco de dados &amp; arquivos"
666
-
667
- #: ../admin/schedule-form.php:15
668
- msgid "Files only"
669
- msgstr "Apenas arquivos"
670
-
671
- #: ../admin/schedule-form.php:16
672
- msgid "Database only"
673
- msgstr "Apenas banco de dados"
674
-
675
- #: ../functions/interface.php:237
676
- msgid "Files"
677
- msgstr "Arquivos"
678
-
679
- #: ../admin/schedule-form-excludes.php:7
680
- msgid "Manage Excludes"
681
- msgstr "Gerenciar Exclusões"
682
-
683
- #: ../admin/schedule-form.php:23
684
- msgid "Schedule"
685
- msgstr "Intervalo"
686
-
687
- #: ../backupwordpress.php:169 ../admin/schedule-form.php:58
688
- msgid "Update"
689
- msgstr "Atualizar"
690
-
691
- #: ../admin/schedule.php:19
692
- msgid "hourly at %s minutes past the hour"
693
- msgstr "de hora em hora, passado %s minutos de cada hora"
694
-
695
- #: ../functions/interface.php:275
696
- msgid "Run now"
697
- msgstr "Executar agora"
698
-
699
- #: ../functions/interface.php:32 ../functions/interface.php:277
700
- msgid "Delete"
701
- msgstr "Excluir"
702
-
703
- #: ../classes/class-email.php:164
704
- msgid "Backup of %s"
705
- msgstr "Backup de %s"
706
-
707
- #: ../functions/core.php:334
708
- msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr "Este arquivo %s garante que nenhuma outra pessoa consiga fazer o download dos seus arquivos de backup."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: BackUpWordPress v3.1.3\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2015-02-16 05:24:18+0000\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.7.4\n"
14
+ "X-Poedit-Language: \n"
15
+ "X-Poedit-Country: \n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
+ "X-Poedit-Basepath: \n"
19
+ "X-Poedit-Bookmarks: \n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Textdomain-Support: yes"
22
+
23
+ #: admin/backups-table.php:35
24
+ #@ backupwordpress
25
+ msgid "This is where your backups will appear once you have some."
26
+ msgstr "Aqui será onde os seus backups irão aparecer assim que você tiver algum."
27
+
28
+ #: admin/enable-support.php:3
29
+ #@ backupwordpress
30
+ msgid "Enable BackUpWordPress Support"
31
+ msgstr "Ativar Suporte do BackUpWordPress"
32
+
33
+ #: admin/enable-support.php:5
34
+ #, php-format
35
+ #@ backupwordpress
36
+ msgid "BackUpWordPress uses %s to provide support. In addition to allowing you to send and receive messages we also send the following server information along with your requests:"
37
+ msgstr "BackUpWordPress usa %s para fornecer suporte. Além de permitir que você envie e receba mensagens nós também enviamos as seguintes informações do servidor, juntamente com os seus pedidos:"
38
+
39
+ #: admin/enable-support.php:58
40
+ #@ backupwordpress
41
+ msgid "You can disable support in the future by deactivating BackUpWordPress."
42
+ msgstr "Você pode desativar o suporte no futuro desativando o BackUpWordPress."
43
+
44
+ #: admin/enable-support.php:60
45
+ #@ backupwordpress
46
+ msgid "No thanks"
47
+ msgstr "Não obrigado"
48
+
49
+ #: admin/enable-support.php:61
50
+ #@ backupwordpress
51
+ msgid "Yes I want to enable support"
52
+ msgstr "Sim eu quero ativar o suporte"
53
+
54
+ #: admin/backups.php:26
55
+ #@ backupwordpress
56
+ msgid "Support"
57
+ msgstr "Suporte"
58
+
59
+ #: classes/class-schedule.php:250
60
+ #, php-format
61
+ #@ backupwordpress
62
+ msgid "Argument 1 for %s must be a valid integer"
63
+ msgstr "Argumento 1 de %s deve ser um número inteiro válido"
64
+
65
+ #: classes/class-schedule.php:636
66
+ #, php-format
67
+ #@ backupwordpress
68
+ msgid "Argument 1 for %s must be a valid cron reoccurrence or \"manually\""
69
+ msgstr "Argumento 1 de %s deve ser uma recorrência cron válida ou \"manualmente\""
70
+
71
+ #: classes/class-schedule.php:1105
72
+ #, php-format
73
+ #@ backupwordpress
74
+ msgid "Argument 1 for %s must be a non empty string"
75
+ msgstr "Argumento 1 de %s não deve ser uma string vazia"
76
+
77
+ #: classes/class-schedule.php:1115
78
+ #@ backupwordpress
79
+ msgid "That backup wasn't created by this schedule"
80
+ msgstr "Esse backup não foi criado por este agendamento"
81
+
82
+ #: classes/class-services.php:81
83
+ #, php-format
84
+ #@ backupwordpress
85
+ msgid "Argument 1 for %s must be a valid filepath"
86
+ msgstr "Argumento 1 de %s deve ser um caminho de arquivo válido"
87
+
88
+ #: classes/class-services.php:97
89
+ #, php-format
90
+ #@ backupwordpress
91
+ msgid "Argument 1 for %s must be a registered service"
92
+ msgstr "Argumento 1 de %s deve ser um serviço registrado"
93
+
94
+ #: classes/class-services.php:115
95
+ #: classes/deprecated.php:81
96
+ #, php-format
97
+ #@ backupwordpress
98
+ msgid "Argument 1 for %s must be a valid class"
99
+ msgstr "Argumento 1 de %s deve ser uma classe válida"
100
+
101
+ #: functions/core.php:256
102
+ #@ backupwordpress
103
+ msgid "You can only delete directories inside your WordPress installation"
104
+ msgstr "Você só pode deletar pastas dentro da sua instalação do Wordpress"
105
+
106
+ #: classes/class-email-service.php:63
107
+ #, php-format
108
+ #@ backupwordpress
109
+ msgid "The maximum filesize of your backup that will be attached to your notification emails . Defaults to %s."
110
+ msgstr "O tamanho máximo do seu backup que será anexado aos e-mails de notificação. O padrão é %s."
111
+
112
+ #: functions/core.php:233
113
+ #@ backupwordpress
114
+ msgid "Once Hourly"
115
+ msgstr "Um vez a cada hora"
116
+
117
+ #: functions/core.php:234
118
+ #@ backupwordpress
119
+ msgid "Twice Daily"
120
+ msgstr "Duas vezes por dia"
121
+
122
+ #: functions/core.php:235
123
+ #@ backupwordpress
124
+ msgid "Once Daily"
125
+ msgstr "Uma vez por dia"
126
+
127
+ #: functions/core.php:236
128
+ #@ backupwordpress
129
+ msgid "Once Weekly"
130
+ msgstr "Uma vez por semana"
131
+
132
+ #: functions/core.php:238
133
+ #@ backupwordpress
134
+ msgid "Once Monthly"
135
+ msgstr "Uma vez por mês"
136
+
137
+ #: classes/class-schedule.php:765
138
+ #: functions/interface.php:249
139
+ #@ backupwordpress
140
+ msgid "Starting Backup"
141
+ msgstr "Iniciando Backup"
142
+
143
+ #: classes/class-schedule.php:899
144
+ #, php-format
145
+ #@ backupwordpress
146
+ msgid "Dumping Database %s"
147
+ msgstr "Realizando o dumping do Banco de Dados %s"
148
+
149
+ #: classes/class-schedule.php:904
150
+ #, php-format
151
+ #@ backupwordpress
152
+ msgid "Verifying Database Dump %s"
153
+ msgstr "Verificando o Dump do Banco de Dados %s"
154
+
155
+ #: classes/class-schedule.php:909
156
+ #, php-format
157
+ #@ backupwordpress
158
+ msgid "Creating zip archive %s"
159
+ msgstr "Criando arquivo ZIP %s"
160
+
161
+ #: classes/class-schedule.php:914
162
+ #, php-format
163
+ #@ backupwordpress
164
+ msgid "Verifying Zip Archive %s"
165
+ msgstr "Verificando arquivo ZIP %s"
166
+
167
+ #: classes/class-schedule.php:919
168
+ #@ backupwordpress
169
+ msgid "Finishing Backup"
170
+ msgstr "Finalizando Backup"
171
+
172
+ #: functions/interface.php:128
173
+ #, php-format
174
+ #@ backupwordpress
175
+ msgid "%1$s is running in %2$s, please contact your host and ask them to disable it. BackUpWordPress may not work correctly whilst %3$s is on."
176
+ msgstr "%1$s está rodando em %2$s, por favor entre em contato com os administradores do seu servidor e os peça para desativar isso. O BackUpWordPress pode não funcionar corretamente enquanto %3$s estiver ativo."
177
+
178
+ #: admin/constants.php:113
179
+ #, php-format
180
+ #@ backupwordpress
181
+ msgid "The time that your schedules should run. Defaults to %s."
182
+ msgstr "O horário em que seus agendamentos devem ser executados. O padrão é %s."
183
+
184
+ #: backupwordpress.php:242
185
+ #@ backupwordpress
186
+ msgid "Are you sure you want to delete this schedule? All of it's backups will also be deleted."
187
+ msgstr "Você tem certeza de que quer apagar este agendamento? Todos os backups já realizados nesta programação também serão excluídos."
188
+
189
+ #: backupwordpress.php:242
190
+ #: backupwordpress.php:243
191
+ #: backupwordpress.php:244
192
+ #: backupwordpress.php:245
193
+ #@ backupwordpress
194
+ msgid "'Cancel' to go back, 'OK' to delete."
195
+ msgstr "'Cancelar' para voltar, 'OK' para apagar."
196
+
197
+ #: backupwordpress.php:243
198
+ #@ backupwordpress
199
+ msgid "Are you sure you want to delete this backup?"
200
+ msgstr "Você tem certeza que quer apagar este backup?"
201
+
202
+ #: backupwordpress.php:244
203
+ #@ backupwordpress
204
+ msgid "Are you sure you want to remove this exclude rule?"
205
+ msgstr "Você tem certeza de que deseja remover esta regra de exclusão?"
206
+
207
+ #: backupwordpress.php:245
208
+ #@ backupwordpress
209
+ msgid "Reducing the number of backups that are stored on this server will cause some of your existing backups to be deleted, are you sure that's what you want?"
210
+ msgstr "Reduzindo o número de backups que serão armazenados neste servidor causará a eliminação de alguns backups já existentes. Você tem certeza que é isso que você quer?"
211
+
212
+ #: admin/actions.php:376
213
+ #@ backupwordpress
214
+ msgid "Max backups can't be empty"
215
+ msgstr "A quant. de backups não pode ficar vazia"
216
+
217
+ #: admin/actions.php:384
218
+ #@ backupwordpress
219
+ msgid "Max backups must be greater than 0"
220
+ msgstr "A quant. de backups precisa ser maior que 0"
221
+
222
+ #: admin/schedule-form.php:60
223
+ #@ backupwordpress
224
+ msgid "Manual Only"
225
+ msgstr "Apenas Manualmente"
226
+
227
+ #: admin/schedule-sentence.php:155
228
+ #@ backupwordpress
229
+ msgid "this shouldn't take long&hellip;"
230
+ msgstr "isso não deve demorar muito&hellip;"
231
+
232
+ #: admin/schedule-sentence.php:35
233
+ #, php-format
234
+ #@ backupwordpress
235
+ msgid "every 12 hours at %1$s &amp; %2$s"
236
+ msgstr "a cada 12 horas às %1$s &amp; %2$s"
237
+
238
+ #: admin/schedule-sentence.php:41
239
+ #, php-format
240
+ #@ backupwordpress
241
+ msgid "weekly on %1$s at %2$s"
242
+ msgstr "semanalmente no(a) %1$s às %2$s"
243
+
244
+ #: admin/schedule-sentence.php:53
245
+ #, php-format
246
+ #@ backupwordpress
247
+ msgid "on the %1$s of each month at %2$s"
248
+ msgstr "no %1$s de cada mês às %2$s"
249
+
250
+ #: admin/schedule-sentence.php:59
251
+ #: admin/schedule-sentence.php:65
252
+ #@ backupwordpress
253
+ msgid "manually"
254
+ msgstr "manualmente"
255
+
256
+ #: admin/schedule-sentence.php:70
257
+ #@ backupwordpress
258
+ msgid "this server"
259
+ msgstr "neste servidor"
260
+
261
+ #: classes/class-email-service.php:181
262
+ #, php-format
263
+ #@ backupwordpress
264
+ msgid "BackUpWordPress was unable to backup your site %1$s."
265
+ msgstr "O BackUpWordPress não foi capaz de realizar o backup do seu site %1$s."
266
+
267
+ #: classes/class-email-service.php:181
268
+ #@ backupwordpress
269
+ msgid "Here are the errors that we're encountered:"
270
+ msgstr "Aqui estão os erros que foram encontrados:"
271
+
272
+ #: classes/class-email-service.php:181
273
+ #, php-format
274
+ #@ backupwordpress
275
+ msgid "If the errors above look like Martian, forward this email to %3$s and we'll take a look"
276
+ msgstr "Se os erros acima parecem tão esquisitos quanto Marcianos, encaminhe este email para %3$s e iremos dar uma olhada"
277
+
278
+ #: classes/class-email-service.php:181
279
+ #@ backupwordpress
280
+ msgid ""
281
+ "Kind Regards,\n"
282
+ "The Apologetic BackUpWordPress Backup Emailing Robot"
283
+ msgstr ""
284
+ "Atenciosamente, \n"
285
+ "O Apologético Robô Carteiro do BackUpWordPress"
286
+
287
+ #: classes/class-email-service.php:194
288
+ #: classes/class-email-service.php:203
289
+ #, php-format
290
+ #@ backupwordpress
291
+ msgid "BackUpWordPress has completed a backup of your site %1$s."
292
+ msgstr "O BackUpWordPress completou a realização de um backup do seu site %1$s."
293
+
294
+ #: classes/class-email-service.php:194
295
+ #@ backupwordpress
296
+ msgid "The backup file should be attached to this email."
297
+ msgstr "O arquivo de backup será anexado neste email."
298
+
299
+ #: classes/class-email-service.php:194
300
+ #: classes/class-email-service.php:203
301
+ #@ backupwordpress
302
+ msgid "You can download the backup file by clicking the link below:"
303
+ msgstr "Você pode realizar o download do arquivo de backup clicando no link abaixo:"
304
+
305
+ #: classes/class-email-service.php:194
306
+ #: classes/class-email-service.php:203
307
+ #@ backupwordpress
308
+ msgid ""
309
+ "Kind Regards,\n"
310
+ "The Happy BackUpWordPress Backup Emailing Robot"
311
+ msgstr ""
312
+ "Atenciosamente,\n"
313
+ "O Robô Feliz Entregador de Backups do BackUpWordPress"
314
+
315
+ #: classes/class-email-service.php:203
316
+ #@ backupwordpress
317
+ msgid "Unfortunately the backup file was too large to attach to this email."
318
+ msgstr "Infelizmente o arquivo de backup era muito grande para ser anexado nesta mensagem de email."
319
+
320
+ #: classes/class-backupwordpress-wp-cli-command.php:50
321
+ #@ backupwordpress
322
+ msgid "Backup: Dumping database..."
323
+ msgstr "Backup: Realizando o dumping do banco de dados..."
324
+
325
+ #: classes/class-backupwordpress-wp-cli-command.php:54
326
+ #@ backupwordpress
327
+ msgid "Backup: Zipping everything up..."
328
+ msgstr "Backup: Compactando tudo..."
329
+
330
+ #: classes/class-backupwordpress-wp-cli-command.php:70
331
+ #@ backupwordpress
332
+ msgid "Invalid backup path"
333
+ msgstr "Caminho de backup inválido"
334
+
335
+ #: classes/class-backupwordpress-wp-cli-command.php:75
336
+ #@ backupwordpress
337
+ msgid "Invalid root path"
338
+ msgstr "Caminho do diretório raiz inválido"
339
+
340
+ #: classes/class-backupwordpress-wp-cli-command.php:106
341
+ #@ backupwordpress
342
+ msgid "Backup Complete: "
343
+ msgstr "Backup Concluído: "
344
+
345
+ #: classes/class-backupwordpress-wp-cli-command.php:108
346
+ #@ backupwordpress
347
+ msgid "Backup Failed"
348
+ msgstr "Falha no Backup"
349
+
350
+ #: functions/core.php:218
351
+ #@ backupwordpress
352
+ msgid "By default BackUpWordPress performs a daily backup of your database and a weekly backup of your database &amp; files. You can modify these schedules."
353
+ msgstr "Por padrão, o BackUpWordPress realiza um backup diário de seu banco de dados e um backup semanal de seu banco de dados e; arquivos. Você pode modificar esses agendamentos."
354
+
355
+ #: functions/interface.php:233
356
+ #@ backupwordpress
357
+ msgid "Legacy"
358
+ msgstr "Legado"
359
+
360
+ #: functions/interface.php:124
361
+ #, php-format
362
+ #@ backupwordpress
363
+ msgid "Your backups directory isn't writable, run %1$s or %2$s or set the permissions yourself."
364
+ msgstr "Seu diretório de backups não é gravável. Execute o comando %1$s ou %2$s, ou defina as permissões você mesmo."
365
+
366
+ #: functions/interface.php:120
367
+ #, php-format
368
+ #@ backupwordpress
369
+ msgid "The backups directory can't be created because your %1$s directory isn't writable, run %2$s or %3$s or create the folder yourself."
370
+ msgstr "Não é possível criar o diretório de backups pois sua pasta %1$s não possui permissões para gravação. Execute o comando %2$s ou %3$s ou crie a pasta você mesmo."
371
+
372
+ #: functions/core.php:218
373
+ #@ backupwordpress
374
+ msgid "BackUpWordPress has setup your default schedules."
375
+ msgstr "O BackUpWordPress configurou seus agendamentos padrão."
376
+
377
+ #: classes/class-email-service.php:179
378
+ #: classes/class-webhook-service.php:59
379
+ #, php-format
380
+ #@ backupwordpress
381
+ msgid "Backup of %s Failed"
382
+ msgstr "Backup de %s Falhou"
383
+
384
+ #: classes/class-email-service.php:82
385
+ #, php-format
386
+ #@ backupwordpress
387
+ msgid "Send an email notification to %s"
388
+ msgstr "<br /> Enviar uma notificação por email para %s"
389
+
390
+ #: classes/class-email-service.php:117
391
+ #, php-format
392
+ #@ backupwordpress
393
+ msgid "%s isn't a valid email"
394
+ msgstr "%s não é um email válido"
395
+
396
+ #: admin/schedule-sentence.php:153
397
+ #@ backupwordpress
398
+ msgid "Backups will be compressed and should be smaller than this."
399
+ msgstr "Os backups serão compactados e ficarão menores que isso."
400
+
401
+ #: classes/class-email-service.php:28
402
+ #@ backupwordpress
403
+ msgid "Email notification"
404
+ msgstr "Notificação por email"
405
+
406
+ #: admin/schedule-sentence.php:18
407
+ #@ backupwordpress
408
+ msgid "hourly on the hour"
409
+ msgstr "de hora em hora"
410
+
411
+ #: admin/schedule-sentence.php:24
412
+ #, php-format
413
+ #@ backupwordpress
414
+ msgid "daily at %s"
415
+ msgstr "diariamente às %s"
416
+
417
+ #: admin/schedule-form.php:155
418
+ #@ backupwordpress
419
+ msgid "Number of backups to store on this server"
420
+ msgstr "Número de backups para armazenar"
421
+
422
+ #: admin/constants.php:97
423
+ #, php-format
424
+ #@ backupwordpress
425
+ msgid "The root directory that is backed up. Defaults to %s."
426
+ msgstr "O diretório raiz onde será realizado o backup. O padrão é %s."
427
+
428
+ #: admin/constants.php:81
429
+ #, php-format
430
+ #@ backupwordpress
431
+ msgid "The capability to use when calling %1$s. Defaults to %2$s."
432
+ msgstr "A capacidade que o usuário deve ter ao solicitar %1$s. O padrão é %2$s."
433
+
434
+ #: admin/constants.php:49
435
+ #, php-format
436
+ #@ backupwordpress
437
+ msgid "The path to your %1$s executable. Will be used to zip up your %2$s and %3$s if available."
438
+ msgstr "O caminho para executar a função %1$s. Será usado para compactar seus %2$s e %3$s, se disponível."
439
+
440
+ #: backupwordpress.php:241
441
+ #@ backupwordpress
442
+ msgid "Cancel"
443
+ msgstr "Cancelar"
444
+
445
+ #: admin/constants.php:33
446
+ #, php-format
447
+ #@ backupwordpress
448
+ msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
449
+ msgstr "O caminho para executar o comando %1$s. Será usado para parte do backup do seu %2$s, se disponível."
450
+
451
+ #: admin/constants.php:17
452
+ #: admin/constants.php:33
453
+ #: admin/constants.php:49
454
+ #: admin/constants.php:65
455
+ #: admin/constants.php:81
456
+ #: admin/constants.php:97
457
+ #: admin/constants.php:113
458
+ #: classes/class-email-service.php:63
459
+ #@ backupwordpress
460
+ msgid "e.g."
461
+ msgstr "ex:"
462
+
463
+ #: admin/constants.php:3
464
+ #, php-format
465
+ #@ backupwordpress
466
+ msgid "You can %1$s any of the following %2$s in your %3$s to control advanced settings. %4$s. Defined %5$s will be highlighted."
467
+ msgstr "Você pode %1$s qualquer uma das seguintes %2$s em seu arquivo %3$s para controlar certas definições avançadas. %4$s. As %5$s que estiverem personalizadas aparecerão abaixo destacadas."
468
+
469
+ #: functions/interface.php:128
470
+ #@ backupwordpress
471
+ msgid "http://php.net/manual/en/features.safe-mode.php"
472
+ msgstr "http://php.net/manual/pt_BR/features.safe-mode.php"
473
+
474
+ #: functions/interface.php:128
475
+ #@ backupwordpress
476
+ msgid "Safe Mode"
477
+ msgstr "Safe Mode (Modo Seguro)"
478
+
479
+ #: functions/interface.php:145
480
+ #, php-format
481
+ #@ backupwordpress
482
+ msgid "Your custom backups directory %1$s doesn't exist and can't be created, your backups will be saved to %2$s instead."
483
+ msgstr "Seu diretório de backups personalizado %1$s não existe e também não pode ser criado. Ao invés disso seus backups serão salvos em %2$s."
484
+
485
+ #: functions/interface.php:149
486
+ #, php-format
487
+ #@ backupwordpress
488
+ msgid "Your custom backups directory %1$s isn't writable, new backups will be saved to %2$s instead."
489
+ msgstr "Seu diretório personalizado para backups %1$s não possui permissões para gravação, e ao invés disso, novos backups serão salvos em %2$s."
490
+
491
+ #: functions/interface.php:250
492
+ #@ backupwordpress
493
+ msgid "cancel"
494
+ msgstr "cancelar"
495
+
496
+ #: admin/schedule-form.php:1
497
+ #: admin/schedule-settings.php:9
498
+ #@ backupwordpress
499
+ msgid "Settings"
500
+ msgstr "Configurações"
501
+
502
+ #: admin/schedule-settings.php:15
503
+ #@ backupwordpress
504
+ msgid "Excludes"
505
+ msgstr "Exclusões"
506
+
507
+ #: functions/interface.php:31
508
+ #@ backupwordpress
509
+ msgid "Download"
510
+ msgstr "Download"
511
+
512
+ #: functions/interface.php:68
513
+ #@ backupwordpress
514
+ msgid "BackUpWordPress detected issues with your last backup."
515
+ msgstr "O BackUpWordPress detectou problemas com o seu último backup."
516
+
517
+ #: functions/interface.php:218
518
+ #@ backupwordpress
519
+ msgid "Database and Files"
520
+ msgstr "Banco de Dados e Arquivos"
521
+
522
+ #: functions/interface.php:226
523
+ #@ backupwordpress
524
+ msgid "Database"
525
+ msgstr "Banco de dados"
526
+
527
+ #: admin/actions.php:736
528
+ #: admin/actions.php:742
529
+ #@ backupwordpress
530
+ msgid "BackUpWordPress has detected a problem."
531
+ msgstr "O BackUpWordPress detectou um problema."
532
+
533
+ #: admin/actions.php:269
534
+ #@ backupwordpress
535
+ msgid "Backup type cannot be empty"
536
+ msgstr "O tipo de backup não pode ficar vazio"
537
+
538
+ #: admin/actions.php:273
539
+ #@ backupwordpress
540
+ msgid "Invalid backup type"
541
+ msgstr "Tipo de backup inválido"
542
+
543
+ #: admin/actions.php:287
544
+ #@ backupwordpress
545
+ msgid "Schedule cannot be empty"
546
+ msgstr "O intervalo não pode ficar vazio"
547
+
548
+ #: admin/actions.php:291
549
+ #@ backupwordpress
550
+ msgid "Invalid schedule"
551
+ msgstr "Agendamento inválido"
552
+
553
+ #: admin/actions.php:380
554
+ #@ backupwordpress
555
+ msgid "Max backups must be a number"
556
+ msgstr "A quant. de backups precisa ser um número"
557
+
558
+ #: admin/backups.php:22
559
+ #@ backupwordpress
560
+ msgid "add schedule"
561
+ msgstr "agendar novo backup"
562
+
563
+ #: admin/backups-table.php:8
564
+ #: admin/schedule-form-excludes.php:98
565
+ #@ backupwordpress
566
+ msgid "Size"
567
+ msgstr "Tamanho"
568
+
569
+ #: admin/backups-table.php:9
570
+ #: admin/schedule-form-excludes.php:100
571
+ #@ backupwordpress
572
+ msgid "Type"
573
+ msgstr "Tipo"
574
+
575
+ #: admin/backups-table.php:10
576
+ #@ backupwordpress
577
+ msgid "Actions"
578
+ msgstr "Ações"
579
+
580
+ #: admin/constants.php:3
581
+ #@ backupwordpress
582
+ msgid "The Codex can help"
583
+ msgstr "O Codex pode ajudar"
584
+
585
+ #: admin/constants.php:17
586
+ #, php-format
587
+ #@ backupwordpress
588
+ msgid "The path to folder you would like to store your backup files in, defaults to %s."
589
+ msgstr "O caminho do diretório que você gostaria de armazenar os arquivos de backup. O padrão é %s."
590
+
591
+ #: admin/constants.php:33
592
+ #: admin/constants.php:49
593
+ #@ backupwordpress
594
+ msgid "database"
595
+ msgstr "banco de dados"
596
+
597
+ #: admin/constants.php:49
598
+ #@ backupwordpress
599
+ msgid "files"
600
+ msgstr "arquivos"
601
+
602
+ #: admin/constants.php:65
603
+ #@ backupwordpress
604
+ msgid "Comma separated list of files or directories to exclude, the backups directory is automatically excluded."
605
+ msgstr "Lista de arquivos ou diretórios (separados por vírgula) que devem ser excluídos do backup. O diretório de backups é automaticamente excluído."
606
+
607
+ #: admin/menu.php:12
608
+ #: admin/menu.php:14
609
+ #@ backupwordpress
610
+ msgid "Manage Backups"
611
+ msgstr "Gerenciar Backups"
612
+
613
+ #: admin/menu.php:12
614
+ #: admin/menu.php:14
615
+ #: admin/menu.php:39
616
+ #@ backupwordpress
617
+ msgid "Backups"
618
+ msgstr "Backups"
619
+
620
+ #: admin/menu.php:67
621
+ #@ backupwordpress
622
+ msgid "FAQ"
623
+ msgstr "FAQ"
624
+
625
+ #: admin/constants.php:3
626
+ #: admin/menu.php:69
627
+ #@ backupwordpress
628
+ msgid "Constants"
629
+ msgstr "Constantes"
630
+
631
+ #: admin/menu.php:86
632
+ #@ backupwordpress
633
+ msgid "For more information:"
634
+ msgstr "Para mais informações:"
635
+
636
+ #: admin/menu.php:88
637
+ #@ backupwordpress
638
+ msgid "Support Forums"
639
+ msgstr "Fóruns de suporte"
640
+
641
+ #: admin/menu.php:89
642
+ #@ backupwordpress
643
+ msgid "Help with translation"
644
+ msgstr "Ajude a traduzir"
645
+
646
+ #: admin/schedule-form-excludes.php:315
647
+ #@ backupwordpress
648
+ msgid "Excluded"
649
+ msgstr "Excluído"
650
+
651
+ #: admin/schedule-form-excludes.php:311
652
+ #@ backupwordpress
653
+ msgid "Unreadable"
654
+ msgstr "Ilegível"
655
+
656
+ #: admin/schedule-form.php:31
657
+ #@ backupwordpress
658
+ msgid "Backup"
659
+ msgstr "Backup"
660
+
661
+ #: admin/schedule-form.php:38
662
+ #@ backupwordpress
663
+ msgid "Both Database &amp; files"
664
+ msgstr "Banco de dados e arquivos"
665
+
666
+ #: admin/schedule-form.php:40
667
+ #@ backupwordpress
668
+ msgid "Files only"
669
+ msgstr "Apenas arquivos"
670
+
671
+ #: admin/schedule-form.php:42
672
+ #@ backupwordpress
673
+ msgid "Database only"
674
+ msgstr "Apenas banco de dados"
675
+
676
+ #: functions/interface.php:222
677
+ #@ backupwordpress
678
+ msgid "Files"
679
+ msgstr "Arquivos"
680
+
681
+ #: admin/schedule-form.php:53
682
+ #@ backupwordpress
683
+ msgid "Schedule"
684
+ msgstr "Intervalo"
685
+
686
+ #: backupwordpress.php:240
687
+ #@ backupwordpress
688
+ msgid "Update"
689
+ msgstr "Atualizar"
690
+
691
+ #: admin/schedule-sentence.php:18
692
+ #, php-format
693
+ #@ backupwordpress
694
+ msgid "hourly at %s minutes past the hour"
695
+ msgstr "de hora em hora, passado %s minutos de cada hora"
696
+
697
+ #: admin/schedule-settings.php:7
698
+ #@ backupwordpress
699
+ msgid "Run now"
700
+ msgstr "Executar agora"
701
+
702
+ #: admin/schedule-settings.php:27
703
+ #: functions/interface.php:34
704
+ #@ backupwordpress
705
+ msgid "Delete"
706
+ msgstr "Excluir"
707
+
708
+ #: classes/class-email-service.php:189
709
+ #, php-format
710
+ #@ backupwordpress
711
+ msgid "Backup of %s"
712
+ msgstr "Backup de %s"
713
+
714
+ #: classes/class-path.php:249
715
+ #, php-format
716
+ #@ hmbkp
717
+ msgid "This %s file ensures that other people cannot download your backup files."
718
+ msgstr "Este arquivo %s garante que nenhuma outra pessoa consiga fazer o download dos seus arquivos de backup."
719
+
720
+ #: admin/actions.php:215
721
+ #@ backupwordpress
722
+ msgid "The schedule ID was not provided. Aborting."
723
+ msgstr "O ID de agendamento não foi fornecido. Cancelando..."
724
+
725
+ #: admin/actions.php:305
726
+ #@ backupwordpress
727
+ msgid "Day of the week must be a valid lowercase day name"
728
+ msgstr "O dia da semana deve ser um nome da semana em minúsculo"
729
+
730
+ #: admin/actions.php:324
731
+ #@ backupwordpress
732
+ msgid "Day of month must be between 1 and 31"
733
+ msgstr "O dia do mês deve ser entre 1 e 31"
734
+
735
+ #: admin/actions.php:343
736
+ #@ backupwordpress
737
+ msgid "Hours must be between 0 and 23"
738
+ msgstr "As horas devem ser entre 0 e 23"
739
+
740
+ #: admin/actions.php:362
741
+ #@ backupwordpress
742
+ msgid "Minutes must be between 0 and 59"
743
+ msgstr "Os minutos devem ser entre 0 e 59"
744
+
745
+ #: admin/actions.php:736
746
+ #: admin/actions.php:742
747
+ #, php-format
748
+ #@ backupwordpress
749
+ msgid "%1$s is returning a %2$s response which could mean cron jobs aren't getting fired properly. BackUpWordPress relies on wp-cron to run scheduled backups. See the %3$s for more details."
750
+ msgstr "%1$s está retornando um %2$s resposta que pode significar que \\\"cron jobs\\\" não estão sendo devidamente processados. BackUpWordPress baseia-se no wp-cron para executar backups agendados. Veja o %3$s para mais detalhes."
751
+
752
+ #: admin/backups.php:32
753
+ #@ backupwordpress
754
+ msgid "Enable Support"
755
+ msgstr "Ativar Suporte"
756
+
757
+ #: admin/constants.php:14
758
+ #: admin/constants.php:30
759
+ #: admin/constants.php:46
760
+ #: admin/constants.php:62
761
+ #: admin/constants.php:78
762
+ #: admin/constants.php:94
763
+ #: admin/constants.php:110
764
+ #: classes/class-email-service.php:60
765
+ #, php-format
766
+ #@ backupwordpress
767
+ msgid "You've set it to: %s"
768
+ msgstr "Você configurou isso para: %s"
769
+
770
+ #: admin/faq.php:2
771
+ #@ backupwordpress
772
+ msgid "Where does BackUpWordPress store the backup files?"
773
+ msgstr "Onde é que BackUpWordPress armazenar os arquivos de backup?"
774
+
775
+ #: admin/faq.php:4
776
+ #@ backupwordpress
777
+ msgid "Backups are stored on your server in <code>/wp-content/backups</code>, you can change the directory."
778
+ msgstr "Backups são armazenados no seu servidor em <code> / wp-content / backups </ code>, você pode alterar o diretório."
779
+
780
+ #: admin/faq.php:6
781
+ #@ backupwordpress
782
+ msgid "Important: By default BackUpWordPress backs up everything in your site root as well as your database, this includes any non WordPress folders that happen to be in your site root. This does mean that your backup directory can get quite large."
783
+ msgstr "Importante: Por padrão BackUpWordPress faz o backup de tudo na raiz do seu site, bem como o seu banco de dados, o que inclui todas as pastas não WordPress que estejam na raiz do site. Isso significa que o seu diretório de backup pode ficar muito grande."
784
+
785
+ #: admin/faq.php:8
786
+ #@ backupwordpress
787
+ msgid "What if I want to back up my site to another destination?"
788
+ msgstr "E se eu quiser fazer o backup do meu site para outro destino?"
789
+
790
+ #: admin/faq.php:10
791
+ #@ backupwordpress
792
+ msgid "BackUpWordPress Pro supports Dropbox, Google Drive, Amazon S3, Rackspace, Azure, DreamObjects and FTP/SFTP. Check it out here: <a href=\"http://bwp.hmn.md/?utm_source=wordpress-org&utm_medium=plugin-page&utm_campaign=freeplugin\" title=\"BackUpWordPress Homepage\" target=\"_blank\">https://bwp.hmn.md</a>"
793
+ msgstr "BackUpWordPress Pro suporta Dropbox, Google Drive, Amazon S3, Rackspace, Azure, DreamObjects e FTP / SFTP. Confira aqui: <a href=\"http://bwp.hmn.md/?utm_source=wordpress-org&utm_medium=plugin-page&utm_campaign=freeplugin\" title=\"BackUpWordPress Site Oficial\" target=\"_blank\">https://bwp.hmn.md</a>"
794
+
795
+ #: admin/faq.php:12
796
+ #@ backupwordpress
797
+ msgid "How do I restore my site from a backup?"
798
+ msgstr "Como eu recupero meu site usando um backup?"
799
+
800
+ #: admin/faq.php:14
801
+ #@ backupwordpress
802
+ msgid "You need to download the latest backup file either by clicking download on the backups page or via <code>FTP</code>. <code>Unzip</code> the files and upload all the files to your server overwriting your site. You can then import the database using your hosts database management tool (likely <code>phpMyAdmin</code>)."
803
+ msgstr "Você precisa fazer o download do arquivo mais recente de backup clicando em <b>download</b> na página de backups ou via <code>FTP</code>. <code>Descompactar</code> os arquivos e fazer upload de todos os arquivos para o seu servidor substituindo os antigos. Você pode importar o banco de dados usando a ferramenta de gerenciamento de banco de dados (por exemplo <code>phpMyAdmin</code>)."
804
+
805
+ #: admin/faq.php:16
806
+ #@ backupwordpress
807
+ msgid "See this guide for more details - <a href=\"https://bwp.hmn.md/support-center/restore-backup/\" title=\"Go to support center\" target=\"_blank\">How to restore from backup</a>."
808
+ msgstr "Veja este guia para mais detalhes - <a href=\"https://bwp.hmn.md/support-center/restore-backup/\" title=\"Ir para o centro de suporte\" target=\"_blank\">Como recuperar meu site usando backups</a>."
809
+
810
+ #: admin/faq.php:18
811
+ #@ backupwordpress
812
+ msgid "Does BackUpWordPress back up the backups directory?"
813
+ msgstr "O BackUpWordPress faz uma copia dos diretórios de backups?"
814
+
815
+ #: admin/faq.php:20
816
+ #@ backupwordpress
817
+ msgid "No."
818
+ msgstr "Não."
819
+
820
+ #: admin/faq.php:22
821
+ #@ backupwordpress
822
+ msgid "I'm not receiving my backups by email?"
823
+ msgstr "Não estou recebendo meus backups por e-mail e agora?"
824
+
825
+ #: admin/faq.php:24
826
+ #@ backupwordpress
827
+ msgid "Most servers have a filesize limit on email attachments, it's generally about 10mb. If your backup file is over that limit it won't be sent attached to the email, instead you should receive an email with a link to download the backup, if you aren't even receiving that then you likely have a mail issue on your server that you'll need to contact your host about."
828
+ msgstr "Alguns servidores possuem um limite de tamanho para anexos no e-mail, isso geralmente é cerca de 10MB. Se seu backup está acima desse limite, então não poderá ser anexado no e-mail, porém você deve receber em seu e-mail um link para baixar o backup, se isso não está acontecendo, então você deve estar com algum problema no servidor de e-mail e precisa contatar o suporte do seu servidor para resolver isso."
829
+
830
+ #: admin/faq.php:26
831
+ #@ backupwordpress
832
+ msgid "How many backups are stored by default?"
833
+ msgstr "Quantos backups são mantidos por padrão?"
834
+
835
+ #: admin/faq.php:28
836
+ #@ backupwordpress
837
+ msgid "BackUpWordPress stores the last 10 backups by default."
838
+ msgstr "BackUpWordPress mantém os últimos 10 backups por padrão."
839
+
840
+ #: admin/faq.php:30
841
+ #@ backupwordpress
842
+ msgid "How long should a backup take?"
843
+ msgstr "Quanto tempo deve demorar um backup?"
844
+
845
+ #: admin/faq.php:32
846
+ #@ backupwordpress
847
+ msgid "Unless your site is very large (many gigabytes) it should only take a few minutes to perform a back up, if your back up has been running for longer than an hour it's safe to assume that something has gone wrong, try de-activating and re-activating the plugin, if it keeps happening, contact support."
848
+ msgstr "A menos que seu site seja muito grande (muitos gigabytes) deve demorar apenas alguns minutos para realizar um backup, se o seu backup está em execução há mais de uma hora, é seguro assumir que algo deu errado, tente desativar e re-ativar o plugin, se continuar acontecendo, contate o suporte."
849
+
850
+ #: admin/faq.php:34
851
+ #@ backupwordpress
852
+ msgid "What do I do if I get the wp-cron error message?"
853
+ msgstr "O que eu faço se eu receber a mensagem de erro do wp-cron?"
854
+
855
+ #: admin/faq.php:36
856
+ #@ backupwordpress
857
+ msgid "The issue is that your <code>wp-cron.php</code> is not returning a <code>200</code> response when hit with a HTTP request originating from your own server, it could be several things, in most cases, it's an issue with the server / site."
858
+ msgstr "O problema é que seu <code> wp-cron.php </ code> não está retornando um <code> 200 </ code> em resposta quando bateu com um pedido HTTP proveniente de seu próprio servidor, pode ser várias coisas, na maioria dos casos, é um problema com o servidor / site."
859
+
860
+ #: admin/faq.php:38
861
+ #@ backupwordpress
862
+ msgid "There are some things you can test to confirm this is the issue."
863
+ msgstr "Há algumas coisas que você pode testar para confirmar se esta é a questão."
864
+
865
+ #: admin/faq.php:40
866
+ #@ backupwordpress
867
+ msgid "Are scheduled posts working? (They use wp-cron as well ). "
868
+ msgstr "Os posts de agendamento estão funcinando? (Eles usam wp-cron também)."
869
+
870
+ #: admin/faq.php:42
871
+ #@ backupwordpress
872
+ msgid "Are you hosted on Heart Internet? (wp-cron may not be supported by Heart Internet, see below for work-around)."
873
+ msgstr "Você está hospedado no Heart Internet? (wp-cron pode não ser suportadas por Heart Internet, veja abaixo para o work-around)."
874
+
875
+ #: admin/faq.php:44
876
+ #@ backupwordpress
877
+ msgid "If you click manual backup does it work?"
878
+ msgstr "Se você clicar em backup manual funciona?"
879
+
880
+ #: admin/faq.php:46
881
+ #@ backupwordpress
882
+ msgid "Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your <code>wp-config.php</code>, do automatic backups work?"
883
+ msgstr "Adicionando <code>define( 'ALTERNATE_WP_CRON', true );</code> ao seu <code>wp-config.php</code>, os backups automáticos funcionam?"
884
+
885
+ #: admin/faq.php:48
886
+ #@ backupwordpress
887
+ msgid "Is your site private (I.E. is it behind some kind of authentication, maintenance plugin, .htaccess) if so wp-cron won't work until you remove it, if you are and you temporarily remove the authentication, do backups start working?"
888
+ msgstr "O seu site é privado (ou seja, é por trás de algum tipo de autenticação, plugin de manutenção, .htaccess) em caso afirmativo wp-cron não funcionará até que você o remova, se você remover temporariamente a autenticação, os backups começam a funcionar?"
889
+
890
+ #: admin/faq.php:50
891
+ #@ backupwordpress
892
+ msgid "Report the results to our support team for further help. To do this, either enable suport from your Admin Dashboard (recommended), or email support@hmn.md"
893
+ msgstr "Relatar os resultados para nossa equipe de suporte para obter mais ajuda. Para fazer isso, ative o suporte de seu Painel de Administração (recomendado), ou envie um e-mail para support@hmn.md"
894
+
895
+ #: admin/faq.php:52
896
+ #@ backupwordpress
897
+ msgid "How to get BackUpWordPress working in Heart Internet"
898
+ msgstr "Como fazer BackUpWordPress funcionar em Heart Internet"
899
+
900
+ #: admin/faq.php:54
901
+ #@ backupwordpress
902
+ msgid "The script to be entered into the Heart Internet cPanel is: <code>/usr/bin/php5 /home/sites/yourdomain.com/public_html/wp-cron.php</code> (note the space between php5 and the location of the file). The file <code>wp-cron.php</code> <code>chmod</code> must be set to <code>711</code>."
903
+ msgstr "O script a ser inserido no Heart Internet cPanel é: <code>/usr/bin/php5 /home/sites/yourdomain.com/public_html/wp-cron.php</code> (note o espaço entre php5 e o local do arquivo). O arquivo <code> wp-cron.php </ code> <code> chmod </ code> deve ser definido como <code> 711 </ code>."
904
+
905
+ #: admin/faq.php:56
906
+ #@ backupwordpress
907
+ msgid "My backups seem to be failing?"
908
+ msgstr "Meus backups parecem estar falhando?"
909
+
910
+ #: admin/faq.php:58
911
+ #@ backupwordpress
912
+ msgid "If your backups are failing - it's commonly caused by lack of available resources on your server. The easiest way to establish this to exclude some [of] or your entire uploades folder, running a backup an if that succeeds. If so, we know it's probably a server issue. If not, report the results to our support team for further help. To do this, either enable suport from your Admin Dashboard (recommended), or email support@hmn.md"
913
+ msgstr "Se os seus backups estão falhando - é comumente causada por falta de recursos disponíveis em seu servidor. A maneira mais fácil de estabelecer isso é excluir algumas ou sua pasta de uploads inteira, executando um um backup se isso for bem-sucedido. Se assim for, nós saberemos que é, provavelmente, um problema de servidor. Se não, relatar os resultados para nossa equipe de suporte para obter mais ajuda. Para fazer isso, ative o suporte de seu Painel Administrativo (recomendado), ou envie um e-mail para support@hmn.md"
914
+
915
+ #: admin/menu.php:79
916
+ #@ backupwordpress
917
+ msgid "Server Info"
918
+ msgstr "Informações do servidor"
919
+
920
+ #: admin/page.php:7
921
+ #, php-format
922
+ #@ backupwordpress
923
+ msgid "If you're finding BackUpWordPress useful, please %1$s rate it on the plugin directory%2$s."
924
+ msgstr "Se você acha BackUpWordPress útil, por favor %1$s envie sua avaliação no diretório de plugins %2$s."
925
+
926
+ #: admin/schedule-form-excludes.php:5
927
+ #@ backupwordpress
928
+ msgid "Currently Excluded"
929
+ msgstr "Excluídos Atualmente"
930
+
931
+ #: admin/schedule-form-excludes.php:40
932
+ #@ backupwordpress
933
+ msgid "Default rule"
934
+ msgstr "Regra padrão"
935
+
936
+ #: admin/schedule-form-excludes.php:44
937
+ #@ backupwordpress
938
+ msgid "Defined in wp-config.php"
939
+ msgstr "Definido no wp-config.php"
940
+
941
+ #: admin/schedule-form-excludes.php:48
942
+ #@ backupwordpress
943
+ msgid "Stop excluding"
944
+ msgstr "Parar exclusão"
945
+
946
+ #: admin/schedule-form-excludes.php:64
947
+ #@ backupwordpress
948
+ msgid "Directory Listing"
949
+ msgstr "Listagem de Diretório"
950
+
951
+ #: admin/schedule-form-excludes.php:66
952
+ #@ backupwordpress
953
+ msgid "Here's a directory listing of all files on your site, you can browse through and exclude files or folders that you don't want included in your backup."
954
+ msgstr "Aqui está uma lista de pastas de todos os arquivos em seu site, você pode navegar através e excluir arquivos ou pastas que você não deseja incluir no backup."
955
+
956
+ #: admin/schedule-form-excludes.php:97
957
+ #@ backupwordpress
958
+ msgid "Name"
959
+ msgstr "Nome"
960
+
961
+ #: admin/schedule-form-excludes.php:99
962
+ #@ backupwordpress
963
+ msgid "Permissions"
964
+ msgstr "Permissões"
965
+
966
+ #: admin/schedule-form-excludes.php:101
967
+ #@ backupwordpress
968
+ msgid "Status"
969
+ msgstr "Situação"
970
+
971
+ #: admin/schedule-form-excludes.php:158
972
+ #: admin/schedule-form-excludes.php:269
973
+ #@ backupwordpress
974
+ msgid "Refresh"
975
+ msgstr "Atualizar"
976
+
977
+ #: admin/schedule-form-excludes.php:175
978
+ #: admin/schedule-form-excludes.php:293
979
+ #@ backupwordpress
980
+ msgid "Symlink"
981
+ msgstr "Symlink"
982
+
983
+ #: admin/schedule-form-excludes.php:179
984
+ #: admin/schedule-form-excludes.php:297
985
+ #@ backupwordpress
986
+ msgid "Folder"
987
+ msgstr "Pasta"
988
+
989
+ #: admin/schedule-form-excludes.php:269
990
+ #@ backupwordpress
991
+ msgid "Recalculate the size of this directory"
992
+ msgstr "Recalcular o tamanho dessa pasta"
993
+
994
+ #: admin/schedule-form-excludes.php:301
995
+ #@ backupwordpress
996
+ msgid "File"
997
+ msgstr "Arquivo"
998
+
999
+ #: admin/schedule-form-excludes.php:311
1000
+ #@ backupwordpress
1001
+ msgid "Unreadable files won't be backed up."
1002
+ msgstr "Não será feito o backup de arquivos ilegíveis."
1003
+
1004
+ #: admin/schedule-form-excludes.php:326
1005
+ #@ backupwordpress
1006
+ msgid "Exclude &rarr;"
1007
+ msgstr "Excluir &rarr;"
1008
+
1009
+ #: admin/schedule-form-excludes.php:345
1010
+ #: admin/schedule-form.php:185
1011
+ #: admin/schedule-settings.php:81
1012
+ #@ backupwordpress
1013
+ msgid "Done"
1014
+ msgstr "Pronto"
1015
+
1016
+ #: admin/schedule-form.php:66
1017
+ #@ backupwordpress
1018
+ msgid "display"
1019
+ msgstr "exibir"
1020
+
1021
+ #: admin/schedule-form.php:85
1022
+ #@ backupwordpress
1023
+ msgid "Start Day"
1024
+ msgstr "Dia Inicial"
1025
+
1026
+ #: admin/schedule-form.php:93
1027
+ #@ backupwordpress
1028
+ msgid "Monday"
1029
+ msgstr "Segunda-feira"
1030
+
1031
+ #: admin/schedule-form.php:94
1032
+ #@ backupwordpress
1033
+ msgid "Tuesday"
1034
+ msgstr "Terça-feira"
1035
+
1036
+ #: admin/schedule-form.php:95
1037
+ #@ backupwordpress
1038
+ msgid "Wednesday"
1039
+ msgstr "Quarta-feira"
1040
+
1041
+ #: admin/schedule-form.php:96
1042
+ #@ backupwordpress
1043
+ msgid "Thursday"
1044
+ msgstr "Quinta-feira"
1045
+
1046
+ #: admin/schedule-form.php:97
1047
+ #@ backupwordpress
1048
+ msgid "Friday"
1049
+ msgstr "Sexta-feira"
1050
+
1051
+ #: admin/schedule-form.php:98
1052
+ #@ backupwordpress
1053
+ msgid "Saturday"
1054
+ msgstr "Sábado"
1055
+
1056
+ #: admin/schedule-form.php:99
1057
+ #@ backupwordpress
1058
+ msgid "Sunday"
1059
+ msgstr "Domingo"
1060
+
1061
+ #: admin/schedule-form.php:117
1062
+ #@ backupwordpress
1063
+ msgid "Start Day of Month"
1064
+ msgstr "Dia Inicial do Mês"
1065
+
1066
+ #: admin/schedule-form.php:129
1067
+ #@ backupwordpress
1068
+ msgid "Start Time"
1069
+ msgstr "Hora de início"
1070
+
1071
+ #: admin/schedule-form.php:138
1072
+ #@ backupwordpress
1073
+ msgid "Hours"
1074
+ msgstr "Horas"
1075
+
1076
+ #: admin/schedule-form.php:142
1077
+ #@ backupwordpress
1078
+ msgid "Minutes"
1079
+ msgstr "Minutos"
1080
+
1081
+ #: admin/schedule-form.php:146
1082
+ #@ backupwordpress
1083
+ msgid "The second backup will run 12 hours after the first"
1084
+ msgstr "O segundo backup será iniciado 12 horas depois do primeiro"
1085
+
1086
+ #: admin/schedule-form.php:164
1087
+ #@ backupwordpress
1088
+ msgid "Past this limit older backups will be deleted automatically."
1089
+ msgstr "Passado este limite, os backups mais antigos serão excluídos automaticamente."
1090
+
1091
+ #: admin/schedule-form.php:167
1092
+ #, php-format
1093
+ #@ backupwordpress
1094
+ msgid "This schedule will store a maximum of %s of backups."
1095
+ msgstr " Este agendamento irá manter no máximo um total de %s em backups."
1096
+
1097
+ #: admin/schedule-sentence.php:11
1098
+ #, php-format
1099
+ #@ backupwordpress
1100
+ msgid "The next backup will be on %1$s at %2$s %3$s"
1101
+ msgstr "O próximo backup será em %1$s às %2$s %3$s"
1102
+
1103
+ #: admin/schedule-sentence.php:47
1104
+ #, php-format
1105
+ #@ backupwordpress
1106
+ msgid "biweekly on %1$s at %2$s"
1107
+ msgstr "quinzenal em %1$s às %2$s"
1108
+
1109
+ #: admin/schedule-sentence.php:78
1110
+ #, php-format
1111
+ #@ backupwordpress
1112
+ msgid "store the most recent backup in %s"
1113
+ msgstr "manter o backup mais recente em %s"
1114
+
1115
+ #: admin/schedule-sentence.php:84
1116
+ #@ backupwordpress
1117
+ msgid "don't store any backups in on this server"
1118
+ msgstr "não manter nenhum backup neste servidor"
1119
+
1120
+ #: admin/schedule-sentence.php:90
1121
+ #, php-format
1122
+ #@ backupwordpress
1123
+ msgid "store the last %1$s backups in %2$s"
1124
+ msgstr "manter os ultimos %1$s backups em %2$s"
1125
+
1126
+ #: admin/schedule-sentence.php:118
1127
+ #, php-format
1128
+ #@ backupwordpress
1129
+ msgctxt "1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to store"
1130
+ msgid "Backup my %1$s %2$s %3$s, %4$s."
1131
+ msgstr "Copiar meu %1$s %2$s %3$s, %4$s."
1132
+
1133
+ #: admin/schedule-sentence.php:121
1134
+ #, php-format
1135
+ #@ backupwordpress
1136
+ msgid "%s. "
1137
+ msgstr "%s."
1138
+
1139
+ #: admin/schedule-sentence.php:125
1140
+ #, php-format
1141
+ #@ backupwordpress
1142
+ msgid "Send a copy of each backup to %s."
1143
+ msgstr "Enviar uma copia de cada backup para %s."
1144
+
1145
+ #: admin/schedule-sentence.php:155
1146
+ #@ backupwordpress
1147
+ msgid "calculating the size of your backup&hellip;"
1148
+ msgstr "calculando o tamanho do seu backup&hellip;"
1149
+
1150
+ #: admin/server-info.php:43
1151
+ #, php-format
1152
+ #@ default
1153
+ msgid "%1$s - %2$s"
1154
+ msgstr "%1$s - %2$s"
1155
+
1156
+ #: admin/upsell.php:3
1157
+ #@ backupwordpress
1158
+ msgid "Backup to"
1159
+ msgstr "Enviar backup para "
1160
+
1161
+ #: admin/upsell.php:18
1162
+ #, php-format
1163
+ #@ backupwordpress
1164
+ msgid "%1$sor buy the %2$sDeveloper Bundle%3$s now for only &dollar;99 (all Destinations &amp; Unlimited Sites)%4$s"
1165
+ msgstr "%1$s ou compre o %2$s Pacote de Desenvolvimento %3$s agora, por apenas &dollar;99 (Todos os destinos e sites ilimitados) %4$s"
1166
+
1167
+ #: backdrop/server.php:6
1168
+ #@ hm_backdrop
1169
+ msgid "No key supplied"
1170
+ msgstr "Nenhuma chave fornecida"
1171
+
1172
+ #: backdrop/server.php:11
1173
+ #@ hm_backdrop
1174
+ msgid "Supplied key was not valid"
1175
+ msgstr "Chave fornecida não era válida"
1176
+
1177
+ #: backdrop/task.php:22
1178
+ #@ hm_backdrop
1179
+ msgid "Task is already scheduled to run"
1180
+ msgstr "Tarefa já está programada para ser executada"
1181
+
1182
+ #: backdrop/task.php:41
1183
+ #@ hm_backdrop
1184
+ msgid "Task is not scheduled to run"
1185
+ msgstr "Tarefa não está programada para ser executada"
1186
+
1187
+ #. translators: plugin header field 'Name'
1188
+ #: backupwordpress.php:0
1189
+ #: classes/class-setup.php:34
1190
+ #@ backupwordpress
1191
+ msgid "BackUpWordPress"
1192
+ msgstr "BackUpWordPress"
1193
+
1194
+ #. translators: plugin header field 'PluginURI'
1195
+ #: backupwordpress.php:0
1196
+ #@ backupwordpress
1197
+ msgid "http://bwp.hmn.md/"
1198
+ msgstr "http://bwp.hmn.md/"
1199
+
1200
+ #. translators: plugin header field 'Description'
1201
+ #: backupwordpress.php:0
1202
+ #@ backupwordpress
1203
+ msgid "Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu."
1204
+ msgstr "Simples backups automatizado do seu site Wordpress."
1205
+
1206
+ #. translators: plugin header field 'Author'
1207
+ #: backupwordpress.php:0
1208
+ #@ backupwordpress
1209
+ msgid "Human Made Limited"
1210
+ msgstr "Human Made Limited"
1211
+
1212
+ #. translators: plugin header field 'AuthorURI'
1213
+ #: backupwordpress.php:0
1214
+ #@ backupwordpress
1215
+ msgid "http://hmn.md/"
1216
+ msgstr "http://hmn.md/"
1217
+
1218
+ #. translators: plugin header field 'Version'
1219
+ #: backupwordpress.php:0
1220
+ #@ backupwordpress
1221
+ msgid "3.1.3"
1222
+ msgstr "3.1.3"
1223
+
1224
+ #: classes/class-backup.php:348
1225
+ #@ backupwordpress
1226
+ msgid "archive filename must be a non empty string"
1227
+ msgstr "nome do arquivo deve ser uma string não vazia"
1228
+
1229
+ #: classes/class-backup.php:352
1230
+ #, php-format
1231
+ #@ backupwordpress
1232
+ msgid "invalid file extension for archive filename <code>%s</code>"
1233
+ msgstr "extensão de arquivo inválido para nome de arquivo <code>%s</code>"
1234
+
1235
+ #: classes/class-backup.php:392
1236
+ #@ backupwordpress
1237
+ msgid "database dump filename must be a non empty string"
1238
+ msgstr "nome de arquivo dump deve ser uma string não vazia"
1239
+
1240
+ #: classes/class-backup.php:396
1241
+ #, php-format
1242
+ #@ backupwordpress
1243
+ msgid "invalid file extension for database dump filename <code>%s</code>"
1244
+ msgstr "extensão de arquivo inválido para nome de arquivo dump de banco de dados <code>%s</code>"
1245
+
1246
+ #: classes/class-backup.php:429
1247
+ #, php-format
1248
+ #@ backupwordpress
1249
+ msgid "Invalid root path <code>%s</code> must be a valid directory path"
1250
+ msgstr "caminho raiz inválido <code>%s</code> deve ser um caminho de diretório válido"
1251
+
1252
+ #: classes/class-backup.php:454
1253
+ #, php-format
1254
+ #@ backupwordpress
1255
+ msgid "Invalid existing archive filepath <code>%s</code> must be a non empty (string)"
1256
+ msgstr "caminho de arquivo existente inválido <code>%s</code> deve ser uma (string) não vazia"
1257
+
1258
+ #: classes/class-backup.php:508
1259
+ #, php-format
1260
+ #@ backupwordpress
1261
+ msgid "Invalid backup type <code>%s</code> must be one of (string) file, database or complete"
1262
+ msgstr "tipo de backup inválido <code>%s</code> deve ser um arquivo de (string), banco de dados ou completo"
1263
+
1264
+ #: classes/class-email-service.php:34
1265
+ #, php-format
1266
+ #@ backupwordpress
1267
+ msgid "Receive a notification email when a backup completes, if the backup is small enough (&lt; %s) then it will be attached to the email. Separate multiple email addresses with a comma."
1268
+ msgstr "Receba uma notificação por e-mail quando o backup estiver concluído, se o backup for menor do que ( %s) então o enviaremos como anexo no e-mail. Separe múltiplos e-mails por vírgula."
1269
+
1270
+ #: classes/class-schedule.php:137
1271
+ #@ backupwordpress
1272
+ msgid "Invalid Option Name"
1273
+ msgstr "Nome de Opção Inválido"
1274
+
1275
+ #: classes/class-schedule.php:599
1276
+ #, php-format
1277
+ #@ backupwordpress
1278
+ msgid "Argument 1 for %s must be a valid future timestamp"
1279
+ msgstr "Argumento 1 de %s deve ser uma data futura válida"
1280
+
1281
+ #: classes/class-schedule.php:851
1282
+ #, php-format
1283
+ #@ backpwordpress
1284
+ msgid "Error writing to file. (%s)"
1285
+ msgstr "Erro ao escrever o arquivo. (%s)"
1286
+
1287
+ #: classes/class-schedule.php:970
1288
+ #@ backupwordpress
1289
+ msgid "An unexpected error occured"
1290
+ msgstr "Houve um erro inesperado"
1291
+
1292
+ #. translators: min=minute
1293
+ #: classes/class-schedule.php:1033
1294
+ #, php-format
1295
+ #@ backupwordpress
1296
+ msgid "%s min"
1297
+ msgid_plural "%s mins"
1298
+ msgstr[0] "%s min"
1299
+ msgstr[1] "%s mins"
1300
+
1301
+ #: classes/class-schedule.php:1043
1302
+ #, php-format
1303
+ #@ backupwordpress
1304
+ msgid "%s hour"
1305
+ msgid_plural "%s hours"
1306
+ msgstr[0] "%s hora"
1307
+ msgstr[1] "%s horas"
1308
+
1309
+ #: classes/class-schedule.php:1110
1310
+ #, php-format
1311
+ #@ backupwordpress
1312
+ msgid "%s doesn't exist"
1313
+ msgstr "%s não existe"
1314
+
1315
+ #: classes/class-setup.php:141
1316
+ #, php-format
1317
+ #@ backupwordpress
1318
+ msgid "BackUpWordPress requires PHP version %1$s or later and WordPress version %2$s or later to run. It has not been activated. %3$s%4$s%5$sLearn more%6$s"
1319
+ msgstr "BackUpWordPress precisa da versão %1$s do PHP ou superior and WordPress versão %2$s ou superior. Não foi possível ativar. %3$s %4$s %5$s Saber mais %6$s"
1320
+
1321
+ #: classes/class-webhook-service.php:103
1322
+ #, php-format
1323
+ #@ backupwordpress
1324
+ msgid "Error: %s"
1325
+ msgstr "Erro: %s"
1326
+
1327
+ #: functions/core.php:237
1328
+ #@ backupwordpress
1329
+ msgid "Once Biweekly"
1330
+ msgstr "Uma vez quinzenalmente"
1331
+
1332
+ #: functions/interface.php:70
1333
+ #@ backupwordpress
1334
+ msgid "Dismiss"
1335
+ msgstr "Dispensar"
1336
+
1337
+ #: functions/interface.php:136
1338
+ #@ backupwordpress
1339
+ msgid "Your custom path does not exist"
1340
+ msgstr "Seu caminho customizado não existe"
1341
+
1342
+ #: functions/interface.php:140
1343
+ #@ backupwordpress
1344
+ msgid "Your custom path is unreachable due to a restriction set in your PHP configuration (open_basedir)"
1345
+ msgstr "Seu caminho personalizado está inacessível devido a uma restrição estabelecida na sua configuração do PHP (open_basedir)"
1346
+
1347
+ #: functions/interface.php:158
1348
+ #, php-format
1349
+ #@ backupwordpress
1350
+ msgid "Your site root path %s isn't readable."
1351
+ msgstr "Seu caminho raiz do site %s não existe."
1352
+
1353
+ #: functions/interface.php:248
1354
+ #, php-format
1355
+ #@ backupwordpress
1356
+ msgid "Started %s ago"
1357
+ msgstr "Iniciado %s atrás"
1358
+
1359
+ #: functions/interface.php:298
1360
+ #@ backupwordpress
1361
+ msgid "No backups completed"
1362
+ msgstr "Nenhum backup completo"
1363
+
1364
+ #: functions/interface.php:300
1365
+ #, php-format
1366
+ #@ backupwordpress
1367
+ msgctxt "backups count"
1368
+ msgid "One backup completed"
1369
+ msgid_plural "%1$s backups completed"
1370
+ msgstr[0] "Um backup concluído"
1371
+ msgstr[1] "%1$s backups concluídos"
1372
+
1373
+ #: functions/interface.php:309
1374
+ #@ backupwordpress
1375
+ msgid "Complete Hourly"
1376
+ msgstr "Concluído de hora em hora"
1377
+
1378
+ #: functions/interface.php:310
1379
+ #@ backupwordpress
1380
+ msgid "File Hourly"
1381
+ msgstr "Arquivo de hora em hora"
1382
+
1383
+ #: functions/interface.php:311
1384
+ #@ backupwordpress
1385
+ msgid "Database Hourly"
1386
+ msgstr "Banco de dados de hora em hora"
1387
+
1388
+ #: functions/interface.php:312
1389
+ #@ backupwordpress
1390
+ msgid "Complete Twicedaily"
1391
+ msgstr "Completo duas vezes por dia"
1392
+
1393
+ #: functions/interface.php:313
1394
+ #@ backupwordpress
1395
+ msgid "File Twicedaily"
1396
+ msgstr "Arquivo duas vezes por dia"
1397
+
1398
+ #: functions/interface.php:314
1399
+ #@ backupwordpress
1400
+ msgid "Database Twicedaily"
1401
+ msgstr "Banco de dados duas vezes ao dia"
1402
+
1403
+ #: functions/interface.php:315
1404
+ #@ backupwordpress
1405
+ msgid "Complete Daily"
1406
+ msgstr "Completo Diariamente"
1407
+
1408
+ #: functions/interface.php:316
1409
+ #@ backupwordpress
1410
+ msgid "File Daily"
1411
+ msgstr "Arquivo Diariamente"
1412
+
1413
+ #: functions/interface.php:317
1414
+ #@ backupwordpress
1415
+ msgid "Database Daily"
1416
+ msgstr "Banco de dados diariamente"
1417
+
1418
+ #: functions/interface.php:318
1419
+ #@ backupwordpress
1420
+ msgid "Complete Weekly"
1421
+ msgstr "Completo Semanalmente"
1422
+
1423
+ #: functions/interface.php:319
1424
+ #@ backupwordpress
1425
+ msgid "File Weekly"
1426
+ msgstr "Arquivo Semanalmente"
1427
+
1428
+ #: functions/interface.php:320
1429
+ #@ backupwordpress
1430
+ msgid "Database Weekly"
1431
+ msgstr "Banco de dados semanalmente"
1432
+
1433
+ #: functions/interface.php:321
1434
+ #@ backupwordpress
1435
+ msgid "Complete Biweekly"
1436
+ msgstr "Completo Quinzenalmente"
1437
+
1438
+ #: functions/interface.php:322
1439
+ #@ backupwordpress
1440
+ msgid "File Biweekly"
1441
+ msgstr "Arquivo Quinzenalmente"
1442
+
1443
+ #: functions/interface.php:323
1444
+ #@ backupwordpress
1445
+ msgid "Database Biweekly"
1446
+ msgstr "Banco de dados Quinzenalmente"
1447
+
1448
+ #: functions/interface.php:324
1449
+ #@ backupwordpress
1450
+ msgid "Complete Monthly"
1451
+ msgstr "Completo Mensalmentes"
1452
+
1453
+ #: functions/interface.php:325
1454
+ #@ backupwordpress
1455
+ msgid "File Monthly"
1456
+ msgstr "Arquivo Mensalmente"
1457
+
1458
+ #: functions/interface.php:326
1459
+ #@ backupwordpress
1460
+ msgid "Database Monthly"
1461
+ msgstr "Banco de dados Mensalmente"
1462
+
1463
+ #: functions/interface.php:327
1464
+ #@ backupwordpress
1465
+ msgid "Complete Manually"
1466
+ msgstr "Completo Manualmente"
1467
+
1468
+ #: functions/interface.php:328
1469
+ #@ backupwordpress
1470
+ msgid "File Manually"
1471
+ msgstr "Arquivo Manualmente"
1472
+
1473
+ #: functions/interface.php:329
1474
+ #@ backupwordpress
1475
+ msgid "Database Manually"
1476
+ msgstr "Banco de dados Manualmente"
1477
+
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: humanmade, willmot, pauldewouters, joehoyle, mattheu, tcrsavage, c
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
4
  Requires at least: 3.9
5
  Tested up to: 4.2-beta
6
- Stable tag: 3.2.3
7
 
8
  Simple automated backups of your WordPress powered website.
9
 
@@ -140,6 +140,16 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o
140
 
141
  == Changelog ==
142
 
 
 
 
 
 
 
 
 
 
 
143
  ### 3.2.2 / 2015-03-25
144
 
145
  * Fixes error in manual backups, caused by incorrect plugin version number in class, which is used for the JS script version.
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
4
  Requires at least: 3.9
5
  Tested up to: 4.2-beta
6
+ Stable tag: 3.2.4
7
 
8
  Simple automated backups of your WordPress powered website.
9
 
140
 
141
  == Changelog ==
142
 
143
+ ### 3.2.4 / 2015-04-01
144
+
145
+ * Fixes default exclude pattern that was too greedy.
146
+
147
+ ### 3.2.3 / 2015-04-01
148
+
149
+ * Fixes issue where files where 'cache' files were excluded by default.
150
+ * Updates brazilian portuguese translations.
151
+ * Fixes the issue with the 'no thanks' button in the Support modal and misc JS improvements. props SiamKreative.
152
+
153
  ### 3.2.2 / 2015-03-25
154
 
155
  * Fixes error in manual backups, caused by incorrect plugin version number in class, which is used for the JS script version.