BackUpWordPress - Version 3.2.7

Version Description

= 3.2.5 =

  • Security fixes related to add_query_arg

= 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.7
Comparing to
See all releases

Code changes from version 3.2.6 to 3.2.7

Files changed (58) hide show
  1. admin/actions.php +1 -1
  2. admin/backups.php +1 -1
  3. admin/faq.php +2 -2
  4. admin/server-info.php +1 -14
  5. backupwordpress.php +3 -3
  6. changelog.txt +5 -0
  7. classes/class-backup.php +7 -3
  8. classes/class-backupwordpress-wp-cli-command.php +2 -2
  9. classes/class-email-service.php +1 -1
  10. classes/class-plugin.php +1 -1
  11. classes/class-requirement.php +18 -38
  12. classes/class-schedule.php +2 -2
  13. functions/interface.php +6 -1
  14. languages/backupwordpress-ca_ES.mo +0 -0
  15. languages/backupwordpress-ca_ES.po +11 -7
  16. languages/backupwordpress-cs_CZ.mo +0 -0
  17. languages/backupwordpress-cs_CZ.po +11 -7
  18. languages/backupwordpress-da_DK.mo +0 -0
  19. languages/backupwordpress-da_DK.po +11 -7
  20. languages/backupwordpress-de_DE.mo +0 -0
  21. languages/backupwordpress-de_DE.po +2 -2
  22. languages/backupwordpress-el_GR.mo +0 -0
  23. languages/backupwordpress-el_GR.po +11 -7
  24. languages/backupwordpress-es_ES.mo +0 -0
  25. languages/backupwordpress-es_ES.po +11 -7
  26. languages/backupwordpress-eu.mo +0 -0
  27. languages/backupwordpress-eu.po +11 -7
  28. languages/backupwordpress-fr_FR.mo +0 -0
  29. languages/backupwordpress-fr_FR.po +222 -272
  30. languages/backupwordpress-he_IL.mo +0 -0
  31. languages/backupwordpress-he_IL.po +11 -7
  32. languages/backupwordpress-it_IT.mo +0 -0
  33. languages/backupwordpress-it_IT.po +11 -7
  34. languages/backupwordpress-lt_LT.mo +0 -0
  35. languages/backupwordpress-lt_LT.po +11 -7
  36. languages/backupwordpress-lv_LV.mo +0 -0
  37. languages/backupwordpress-lv_LV.po +11 -7
  38. languages/backupwordpress-nl_NL.mo +0 -0
  39. languages/backupwordpress-nl_NL.po +11 -7
  40. languages/backupwordpress-pl_PL.mo +0 -0
  41. languages/backupwordpress-pl_PL.po +11 -7
  42. languages/backupwordpress-pt_BR.mo +0 -0
  43. languages/backupwordpress-pt_BR.po +303 -342
  44. languages/backupwordpress-ro_RO.mo +0 -0
  45. languages/backupwordpress-ro_RO.po +11 -7
  46. languages/backupwordpress-ru_RU.mo +0 -0
  47. languages/backupwordpress-ru_RU.po +11 -7
  48. languages/backupwordpress-sk_SK.mo +0 -0
  49. languages/backupwordpress-sk_SK.po +11 -7
  50. languages/backupwordpress-sr_RS.mo +0 -0
  51. languages/backupwordpress-sr_RS.po +11 -7
  52. languages/backupwordpress-zh-cn.mo +0 -0
  53. languages/backupwordpress-zh-cn.po +11 -7
  54. languages/backupwordpress.pot +48 -52
  55. readme.txt +19 -5
  56. vendor/autoload.php +1 -1
  57. vendor/composer/ClassLoader.php +1 -35
  58. vendor/composer/autoload_real.php +4 -4
admin/actions.php CHANGED
@@ -600,7 +600,7 @@ function hmbkp_send_error_via_email() {
600
 
601
  $error = wp_strip_all_tags( $_POST['hmbkp_error'] );
602
 
603
- wp_mail( 'support@humanmade.co.uk', 'BackUpWordPress Fatal error on ' . parse_url( home_url(), PHP_URL_HOST ), $error, 'From: BackUpWordPress <' . get_bloginfo( 'admin_email' ) . '>' . "\r\n" );
604
 
605
  die;
606
 
600
 
601
  $error = wp_strip_all_tags( $_POST['hmbkp_error'] );
602
 
603
+ wp_mail( 'backupwordpress@hmn.md', 'BackUpWordPress Fatal error on ' . parse_url( home_url(), PHP_URL_HOST ), $error, 'From: BackUpWordPress <' . get_bloginfo( 'admin_email' ) . '>' . "\r\n" );
604
 
605
  die;
606
 
admin/backups.php CHANGED
@@ -23,7 +23,7 @@ if ( ! empty( $_GET['hmbkp_schedule_id'] ) ) {
23
 
24
  <?php if ( get_option( 'hmbkp_enable_support' ) ) { ?>
25
 
26
- <a id="intercom" class="add-new-h2" href="mailto:support@hmn.md"><?php _e( 'Support', 'backupwordpress' ); ?></a>
27
 
28
  <?php } else {
29
 
23
 
24
  <?php if ( get_option( 'hmbkp_enable_support' ) ) { ?>
25
 
26
+ <a id="intercom" class="add-new-h2" href="mailto:backupwordpress@hmn.md"><?php _e( 'Support', 'backupwordpress' ); ?></a>
27
 
28
  <?php } else {
29
 
admin/faq.php CHANGED
@@ -47,7 +47,7 @@ echo '<p><strong>' . __( 'Where does BackUpWordPress store the backup files?', '
47
 
48
  '<li>' . __( '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?', 'backupwordpress' ) . '</li></ul>' .
49
 
50
- '<p>' . __( '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', 'backupwordpress' ) . '</p>' .
51
 
52
  '<p><strong>' . __( 'How to get BackUpWordPress working in Heart Internet', 'backupwordpress' ) . '</strong></p>' .
53
 
@@ -55,4 +55,4 @@ echo '<p><strong>' . __( 'Where does BackUpWordPress store the backup files?', '
55
 
56
  '<p><strong>' . __( 'My backups seem to be failing?', 'backupwordpress' ) . '</strong></p>' .
57
 
58
- '<p>' . __( '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', 'backupwordpress' ) . '</p>';
47
 
48
  '<li>' . __( '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?', 'backupwordpress' ) . '</li></ul>' .
49
 
50
+ '<p>' . __( 'Report the results to our support team for further help. To do this, either enable suport from your Admin Dashboard (recommended), or email backupwordpress@hmn.md', 'backupwordpress' ) . '</p>' .
51
 
52
  '<p><strong>' . __( 'How to get BackUpWordPress working in Heart Internet', 'backupwordpress' ) . '</strong></p>' .
53
 
55
 
56
  '<p><strong>' . __( 'My backups seem to be failing?', 'backupwordpress' ) . '</strong></p>' .
57
 
58
+ '<p>' . __( '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 backupwordpress@hmn.md', 'backupwordpress' ) . '</p>';
admin/server-info.php CHANGED
@@ -31,20 +31,7 @@ foreach ( HM\BackUpWordPress\Requirements::get_requirement_groups() as $group )
31
  <td>
32
  <ul>
33
 
34
- <?php foreach ( $requirement->raw_result() as $key => $item ) : ?>
35
-
36
- <?php if ( is_array( $item ) ) : ?>
37
-
38
- <pre><?php var_export( $item ); ?></pre>
39
-
40
- <?php else : ?>
41
-
42
- <li>
43
- <?php printf( __( '%1$s - %2$s' ), esc_html( $key ), esc_html( $item ) ); ?>
44
- </li>
45
-
46
- <?php endif; ?>
47
- <?php endforeach; ?>
48
 
49
  </ul>
50
  </td>
31
  <td>
32
  <ul>
33
 
34
+ <pre><?php var_export( $requirement->raw_result() ); ?></pre>
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  </ul>
37
  </td>
backupwordpress.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
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.6
7
  Author: Human Made Limited
8
  Author URI: http://hmn.md/
9
  License: GPL-2.0+
@@ -14,7 +14,7 @@ Network: true
14
  */
15
 
16
  /*
17
- Copyright 2011 - 2014 Human Made Limited (email : support@hmn.md)
18
 
19
  This program is free software; you can redistribute it and/or modify
20
  it under the terms of the GNU General Public License as published by
1
  <?php
2
  /*
3
+ Plugin Name: BackUpWordPress
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.7
7
  Author: Human Made Limited
8
  Author URI: http://hmn.md/
9
  License: GPL-2.0+
14
  */
15
 
16
  /*
17
+ Copyright 2011 - 2014 Human Made Limited (email : backupwordpress@hmn.md)
18
 
19
  This program is free software; you can redistribute it and/or modify
20
  it under the terms of the GNU General Public License as published by
changelog.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ 5c88eed (HEAD -> master, origin/master, origin/HEAD) Merge pull request #813 from humanmade/mu-settings-page
2
+ d924e1e (origin/mu-settings-page, mu-settings-page) Fix settings URL
3
+ 297ab9c Merge pull request #820 from herrherrmann/master
4
+ 63d1ad0 Updated and extended German translation.
5
+ 29710f0 Fixes admin page slug for multisite
classes/class-backup.php CHANGED
@@ -990,6 +990,10 @@ namespace HM\BackUpWordPress {
990
  // Add the database dump to the archive
991
  if ( 'file' !== $this->get_type() && file_exists( $this->get_database_dump_filepath() ) ) {
992
  $stderr = shell_exec( 'cd ' . escapeshellarg( $this->get_path() ) . ' && ' . escapeshellcmd( $this->get_zip_command_path() ) . ' -q ' . escapeshellarg( $this->get_archive_filepath() ) . ' ' . escapeshellarg( $this->get_database_dump_filename() ) . ' 2>&1' );
 
 
 
 
993
  }
994
 
995
  // Zip up $this->root
@@ -1023,10 +1027,10 @@ namespace HM\BackUpWordPress {
1023
 
1024
  $stderr = shell_exec( $command );
1025
 
1026
- }
 
 
1027
 
1028
- if ( ! empty( $stderr ) ) {
1029
- $this->warning( $this->get_archive_method(), $stderr );
1030
  }
1031
 
1032
  $this->verify_archive();
990
  // Add the database dump to the archive
991
  if ( 'file' !== $this->get_type() && file_exists( $this->get_database_dump_filepath() ) ) {
992
  $stderr = shell_exec( 'cd ' . escapeshellarg( $this->get_path() ) . ' && ' . escapeshellcmd( $this->get_zip_command_path() ) . ' -q ' . escapeshellarg( $this->get_archive_filepath() ) . ' ' . escapeshellarg( $this->get_database_dump_filename() ) . ' 2>&1' );
993
+
994
+ if ( ! empty ( $stderr ) ) {
995
+ $this->warning( $this->get_archive_method(), $stderr );
996
+ }
997
  }
998
 
999
  // Zip up $this->root
1027
 
1028
  $stderr = shell_exec( $command );
1029
 
1030
+ if ( ! empty ( $stderr ) ) {
1031
+ $this->warning( $this->get_archive_method(), $stderr );
1032
+ }
1033
 
 
 
1034
  }
1035
 
1036
  $this->verify_archive();
classes/class-backupwordpress-wp-cli-command.php CHANGED
@@ -54,13 +54,13 @@ class BackUpWordPress_WP_CLI_Command extends WP_CLI_Command {
54
  WP_CLI::line( __( 'Backup: Zipping everything up...', 'backupwordpress' ) );
55
  } );
56
 
57
- $hm_backup = new Backup();
58
 
59
  if ( ! empty( $assoc_args['destination'] ) ) {
60
  Path::get_instance()->set_path( $assoc_args['destination'] );
61
  }
62
 
63
- Path::get_instance()->cleanup();
64
 
65
  if ( ! empty( $assoc_args['root'] ) ) {
66
  $hm_backup->set_root( $assoc_args['root'] );
54
  WP_CLI::line( __( 'Backup: Zipping everything up...', 'backupwordpress' ) );
55
  } );
56
 
57
+ $hm_backup = new HM\BackUpWordPress\Backup();
58
 
59
  if ( ! empty( $assoc_args['destination'] ) ) {
60
  Path::get_instance()->set_path( $assoc_args['destination'] );
61
  }
62
 
63
+ HM\BackUpWordPress\Path::get_instance()->cleanup();
64
 
65
  if ( ! empty( $assoc_args['root'] ) ) {
66
  $hm_backup->set_root( $assoc_args['root'] );
classes/class-email-service.php CHANGED
@@ -178,7 +178,7 @@ class Email_Service extends Service {
178
 
179
  $subject = sprintf( __( 'Backup of %s Failed', 'backupwordpress' ), $domain );
180
 
181
- $message = sprintf( __( 'BackUpWordPress was unable to backup your site %1$s.', 'backupwordpress' ) . "\n\n" . __( 'Here are the errors that we\'re encountered:', 'backupwordpress' ) . "\n\n" . '%2$s' . "\n\n" . __( 'If the errors above look like Martian, forward this email to %3$s and we\'ll take a look', 'backupwordpress' ) . "\n\n" . __( "Kind Regards,\nThe Apologetic BackUpWordPress Backup Emailing Robot", 'backupwordpress' ), home_url(), $error_message, 'support@hmn.md' );
182
 
183
  wp_mail( $this->get_email_address_array(), $subject, $message, $headers );
184
 
178
 
179
  $subject = sprintf( __( 'Backup of %s Failed', 'backupwordpress' ), $domain );
180
 
181
+ $message = sprintf( __( 'BackUpWordPress was unable to backup your site %1$s.', 'backupwordpress' ) . "\n\n" . __( 'Here are the errors that we\'re encountered:', 'backupwordpress' ) . "\n\n" . '%2$s' . "\n\n" . __( 'If the errors above look like Martian, forward this email to %3$s and we\'ll take a look', 'backupwordpress' ) . "\n\n" . __( "Kind Regards,\nThe Apologetic BackUpWordPress Backup Emailing Robot", 'backupwordpress' ), home_url(), $error_message, 'backupwordpress@hmn.md' );
182
 
183
  wp_mail( $this->get_email_address_array(), $subject, $message, $headers );
184
 
classes/class-plugin.php CHANGED
@@ -6,7 +6,7 @@ namespace HM\BackUpWordPress;
6
  * Class Plugin
7
  */
8
  final class Plugin {
9
- const PLUGIN_VERSION = '3.2.6';
10
 
11
  /**
12
  * @var Plugin The singleton instance.
6
  * Class Plugin
7
  */
8
  final class Plugin {
9
+ const PLUGIN_VERSION = '3.2.7';
10
 
11
  /**
12
  * @var Plugin The singleton instance.
classes/class-requirement.php CHANGED
@@ -79,7 +79,6 @@ class Requirement_Zip_Archive extends Requirement {
79
  }
80
 
81
  }
82
-
83
  Requirements::register( 'HM\BackUpWordPress\Requirement_Zip_Archive', 'PHP' );
84
 
85
  /**
@@ -108,7 +107,6 @@ class Requirement_Directory_Iterator_Follow_Symlinks extends Requirement {
108
  }
109
 
110
  }
111
-
112
  Requirements::register( 'HM\BackUpWordPress\Requirement_Directory_Iterator_Follow_Symlinks', 'PHP' );
113
 
114
  /**
@@ -135,7 +133,6 @@ class Requirement_Zip_Command_Path extends Requirement {
135
  }
136
 
137
  }
138
-
139
  Requirements::register( 'HM\BackUpWordPress\Requirement_Zip_Command_Path', 'Server' );
140
 
141
  /**
@@ -162,7 +159,6 @@ class Requirement_Mysqldump_Command_Path extends Requirement {
162
  }
163
 
164
  }
165
-
166
  Requirements::register( 'HM\BackUpWordPress\Requirement_Mysqldump_Command_Path', 'Server' );
167
 
168
  /**
@@ -189,7 +185,6 @@ class Requirement_PHP_User extends Requirement {
189
  }
190
 
191
  }
192
-
193
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_User', 'PHP' );
194
 
195
  /**
@@ -216,7 +211,6 @@ class Requirement_PHP_Group extends Requirement {
216
  }
217
 
218
  }
219
-
220
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Group', 'PHP' );
221
 
222
  /**
@@ -237,7 +231,6 @@ class Requirement_PHP_Version extends Requirement {
237
  }
238
 
239
  }
240
-
241
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Version', 'PHP' );
242
 
243
  /**
@@ -266,7 +259,6 @@ class Requirement_Cron_Array extends Requirement {
266
  }
267
 
268
  }
269
-
270
  Requirements::register( 'HM\BackUpWordPress\Requirement_Cron_Array', 'Site' );
271
 
272
  /**
@@ -300,7 +292,6 @@ class Requirement_Language extends Requirement {
300
  }
301
 
302
  }
303
-
304
  Requirements::register( 'HM\BackUpWordPress\Requirement_Language', 'Site' );
305
 
306
  /**
@@ -321,7 +312,6 @@ class Requirement_Safe_Mode extends Requirement {
321
  }
322
 
323
  }
324
-
325
  Requirements::register( 'HM\BackUpWordPress\Requirement_Safe_Mode', 'PHP' );
326
 
327
  /**
@@ -342,7 +332,6 @@ class Requirement_Shell_Exec extends Requirement {
342
  }
343
 
344
  }
345
-
346
  Requirements::register( 'HM\BackUpWordPress\Requirement_Shell_Exec', 'PHP' );
347
 
348
  /**
@@ -363,7 +352,6 @@ class Requirement_PHP_Memory_Limit extends Requirement {
363
  }
364
 
365
  }
366
-
367
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Memory_Limit', 'PHP' );
368
 
369
  /**
@@ -384,7 +372,6 @@ class Requirement_Backup_Path extends Requirement {
384
  }
385
 
386
  }
387
-
388
  Requirements::register( 'HM\BackUpWordPress\Requirement_Backup_Path', 'Site' );
389
 
390
  /**
@@ -405,7 +392,6 @@ class Requirement_Backup_Path_Permissions extends Requirement {
405
  }
406
 
407
  }
408
-
409
  Requirements::register( 'HM\BackUpWordPress\Requirement_Backup_Path_Permissions', 'Site' );
410
 
411
  /**
@@ -426,7 +412,6 @@ class Requirement_WP_CONTENT_DIR extends Requirement {
426
  }
427
 
428
  }
429
-
430
  Requirements::register( 'HM\BackUpWordPress\Requirement_WP_CONTENT_DIR', 'Site' );
431
 
432
  /**
@@ -447,7 +432,6 @@ class Requirement_WP_CONTENT_DIR_Permissions extends Requirement {
447
  }
448
 
449
  }
450
-
451
  Requirements::register( 'HM\BackUpWordPress\Requirement_WP_CONTENT_DIR_Permissions', 'Site' );
452
 
453
  /**
@@ -468,7 +452,6 @@ class Requirement_ABSPATH extends Requirement {
468
  }
469
 
470
  }
471
-
472
  Requirements::register( 'HM\BackUpWordPress\Requirement_ABSPATH', 'Site' );
473
 
474
  /**
@@ -493,7 +476,6 @@ class Requirement_Backup_Root_Path extends Requirement {
493
  }
494
 
495
  }
496
-
497
  Requirements::register( 'HM\BackUpWordPress\Requirement_Backup_Root_Path', 'Site' );
498
 
499
  /**
@@ -517,7 +499,7 @@ class Requirement_Calculated_Size extends Requirement {
517
 
518
  foreach ( $schedules->get_schedules() as $schedule ) {
519
  if ( $schedule->is_site_size_cached() ) {
520
- $backup_sizes[ $schedule->get_id() ] = $schedule->get_formatted_site_size();
521
  }
522
  }
523
 
@@ -526,7 +508,6 @@ class Requirement_Calculated_Size extends Requirement {
526
  }
527
 
528
  }
529
-
530
  Requirements::register( 'HM\BackUpWordPress\Requirement_Calculated_Size', 'Site' );
531
 
532
  /**
@@ -547,7 +528,6 @@ class Requirement_WP_Cron_Test extends Requirement {
547
  }
548
 
549
  }
550
-
551
  Requirements::register( 'HM\BackUpWordPress\Requirement_WP_Cron_Test', 'Site' );
552
 
553
  /**
@@ -568,7 +548,6 @@ class Requirement_PHP_API extends Requirement {
568
  }
569
 
570
  }
571
-
572
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_API', 'PHP' );
573
 
574
  /**
@@ -594,7 +573,6 @@ class Requirement_Server_Software extends Requirement {
594
  }
595
 
596
  }
597
-
598
  Requirements::register( 'HM\BackUpWordPress\Requirement_Server_Software', 'Server' );
599
 
600
  /**
@@ -615,7 +593,6 @@ class Requirement_Server_OS extends Requirement {
615
  }
616
 
617
  }
618
-
619
  Requirements::register( 'HM\BackUpWordPress\Requirement_Server_OS', 'Server' );
620
 
621
  /**
@@ -636,7 +613,6 @@ class Requirement_PHP_Disable_Functions extends Requirement {
636
  }
637
 
638
  }
639
-
640
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Disable_Functions', 'PHP' );
641
 
642
  /**
@@ -657,7 +633,6 @@ class Requirement_PHP_Open_Basedir extends Requirement {
657
  }
658
 
659
  }
660
-
661
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Open_Basedir', 'PHP' );
662
 
663
  /* CONSTANTS */
@@ -680,7 +655,6 @@ class Requirement_Define_HMBKP_PATH extends Requirement {
680
  }
681
 
682
  }
683
-
684
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_PATH', 'constants' );
685
 
686
  /**
@@ -701,7 +675,6 @@ class Requirement_Define_HMBKP_ROOT extends Requirement {
701
  }
702
 
703
  }
704
-
705
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_ROOT', 'constants' );
706
 
707
  /**
@@ -722,7 +695,6 @@ class Requirement_Define_HMBKP_MYSQLDUMP_PATH extends Requirement {
722
  }
723
 
724
  }
725
-
726
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_MYSQLDUMP_PATH', 'constants' );
727
 
728
  /**
@@ -743,7 +715,6 @@ class Requirement_Define_HMBKP_ZIP_PATH extends Requirement {
743
  }
744
 
745
  }
746
-
747
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_ZIP_PATH', 'constants' );
748
 
749
  /**
@@ -764,7 +735,6 @@ class Requirement_Define_HMBKP_CAPABILITY extends Requirement {
764
  }
765
 
766
  }
767
-
768
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_CAPABILITY', 'constants' );
769
 
770
  /**
@@ -785,7 +755,6 @@ class Requirement_Define_HMBKP_EMAIL extends Requirement {
785
  }
786
 
787
  }
788
-
789
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_EMAIL', 'constants' );
790
 
791
  /**
@@ -806,7 +775,6 @@ class Requirement_Define_HMBKP_ATTACHMENT_MAX_FILESIZE extends Requirement {
806
  }
807
 
808
  }
809
-
810
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_ATTACHMENT_MAX_FILESIZE', 'constants' );
811
 
812
  /**
@@ -827,7 +795,6 @@ class Requirement_Define_HMBKP_EXCLUDE extends Requirement {
827
  }
828
 
829
  }
830
-
831
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_EXCLUDE', 'constants' );
832
 
833
  class Requirement_Active_Plugins extends Requirement {
@@ -839,7 +806,6 @@ class Requirement_Active_Plugins extends Requirement {
839
  }
840
 
841
  }
842
-
843
  Requirements::register( 'HM\BackUpWordPress\Requirement_Active_Plugins', 'Site' );
844
 
845
  class Requirement_Home_Url extends Requirement {
@@ -851,7 +817,6 @@ class Requirement_Home_Url extends Requirement {
851
  }
852
 
853
  }
854
-
855
  Requirements::register( 'HM\BackUpWordPress\Requirement_Home_Url', 'Site' );
856
 
857
  class Requirement_Site_Url extends Requirement {
@@ -863,7 +828,6 @@ class Requirement_Site_Url extends Requirement {
863
  }
864
 
865
  }
866
-
867
  Requirements::register( 'HM\BackUpWordPress\Requirement_Site_Url', 'Site' );
868
 
869
  class Requirement_Plugin_Version extends Requirement {
@@ -883,4 +847,20 @@ class Requirement_Max_Exec extends Requirement {
883
  return @ini_get( 'max_execution_time' );
884
  }
885
  }
886
- Requirements::register( 'HM\BackUpWordPress\Requirement_Max_Exec', 'PHP' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  }
80
 
81
  }
 
82
  Requirements::register( 'HM\BackUpWordPress\Requirement_Zip_Archive', 'PHP' );
83
 
84
  /**
107
  }
108
 
109
  }
 
110
  Requirements::register( 'HM\BackUpWordPress\Requirement_Directory_Iterator_Follow_Symlinks', 'PHP' );
111
 
112
  /**
133
  }
134
 
135
  }
 
136
  Requirements::register( 'HM\BackUpWordPress\Requirement_Zip_Command_Path', 'Server' );
137
 
138
  /**
159
  }
160
 
161
  }
 
162
  Requirements::register( 'HM\BackUpWordPress\Requirement_Mysqldump_Command_Path', 'Server' );
163
 
164
  /**
185
  }
186
 
187
  }
 
188
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_User', 'PHP' );
189
 
190
  /**
211
  }
212
 
213
  }
 
214
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Group', 'PHP' );
215
 
216
  /**
231
  }
232
 
233
  }
 
234
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Version', 'PHP' );
235
 
236
  /**
259
  }
260
 
261
  }
 
262
  Requirements::register( 'HM\BackUpWordPress\Requirement_Cron_Array', 'Site' );
263
 
264
  /**
292
  }
293
 
294
  }
 
295
  Requirements::register( 'HM\BackUpWordPress\Requirement_Language', 'Site' );
296
 
297
  /**
312
  }
313
 
314
  }
 
315
  Requirements::register( 'HM\BackUpWordPress\Requirement_Safe_Mode', 'PHP' );
316
 
317
  /**
332
  }
333
 
334
  }
 
335
  Requirements::register( 'HM\BackUpWordPress\Requirement_Shell_Exec', 'PHP' );
336
 
337
  /**
352
  }
353
 
354
  }
 
355
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Memory_Limit', 'PHP' );
356
 
357
  /**
372
  }
373
 
374
  }
 
375
  Requirements::register( 'HM\BackUpWordPress\Requirement_Backup_Path', 'Site' );
376
 
377
  /**
392
  }
393
 
394
  }
 
395
  Requirements::register( 'HM\BackUpWordPress\Requirement_Backup_Path_Permissions', 'Site' );
396
 
397
  /**
412
  }
413
 
414
  }
 
415
  Requirements::register( 'HM\BackUpWordPress\Requirement_WP_CONTENT_DIR', 'Site' );
416
 
417
  /**
432
  }
433
 
434
  }
 
435
  Requirements::register( 'HM\BackUpWordPress\Requirement_WP_CONTENT_DIR_Permissions', 'Site' );
436
 
437
  /**
452
  }
453
 
454
  }
 
455
  Requirements::register( 'HM\BackUpWordPress\Requirement_ABSPATH', 'Site' );
456
 
457
  /**
476
  }
477
 
478
  }
 
479
  Requirements::register( 'HM\BackUpWordPress\Requirement_Backup_Root_Path', 'Site' );
480
 
481
  /**
499
 
500
  foreach ( $schedules->get_schedules() as $schedule ) {
501
  if ( $schedule->is_site_size_cached() ) {
502
+ $backup_sizes[ $schedule->get_type() ] = $schedule->get_formatted_site_size();
503
  }
504
  }
505
 
508
  }
509
 
510
  }
 
511
  Requirements::register( 'HM\BackUpWordPress\Requirement_Calculated_Size', 'Site' );
512
 
513
  /**
528
  }
529
 
530
  }
 
531
  Requirements::register( 'HM\BackUpWordPress\Requirement_WP_Cron_Test', 'Site' );
532
 
533
  /**
548
  }
549
 
550
  }
 
551
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_API', 'PHP' );
552
 
553
  /**
573
  }
574
 
575
  }
 
576
  Requirements::register( 'HM\BackUpWordPress\Requirement_Server_Software', 'Server' );
577
 
578
  /**
593
  }
594
 
595
  }
 
596
  Requirements::register( 'HM\BackUpWordPress\Requirement_Server_OS', 'Server' );
597
 
598
  /**
613
  }
614
 
615
  }
 
616
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Disable_Functions', 'PHP' );
617
 
618
  /**
633
  }
634
 
635
  }
 
636
  Requirements::register( 'HM\BackUpWordPress\Requirement_PHP_Open_Basedir', 'PHP' );
637
 
638
  /* CONSTANTS */
655
  }
656
 
657
  }
 
658
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_PATH', 'constants' );
659
 
660
  /**
675
  }
676
 
677
  }
 
678
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_ROOT', 'constants' );
679
 
680
  /**
695
  }
696
 
697
  }
 
698
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_MYSQLDUMP_PATH', 'constants' );
699
 
700
  /**
715
  }
716
 
717
  }
 
718
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_ZIP_PATH', 'constants' );
719
 
720
  /**
735
  }
736
 
737
  }
 
738
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_CAPABILITY', 'constants' );
739
 
740
  /**
755
  }
756
 
757
  }
 
758
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_EMAIL', 'constants' );
759
 
760
  /**
775
  }
776
 
777
  }
 
778
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_ATTACHMENT_MAX_FILESIZE', 'constants' );
779
 
780
  /**
795
  }
796
 
797
  }
 
798
  Requirements::register( 'HM\BackUpWordPress\Requirement_Define_HMBKP_EXCLUDE', 'constants' );
799
 
800
  class Requirement_Active_Plugins extends Requirement {
806
  }
807
 
808
  }
 
809
  Requirements::register( 'HM\BackUpWordPress\Requirement_Active_Plugins', 'Site' );
810
 
811
  class Requirement_Home_Url extends Requirement {
817
  }
818
 
819
  }
 
820
  Requirements::register( 'HM\BackUpWordPress\Requirement_Home_Url', 'Site' );
821
 
822
  class Requirement_Site_Url extends Requirement {
828
  }
829
 
830
  }
 
831
  Requirements::register( 'HM\BackUpWordPress\Requirement_Site_Url', 'Site' );
832
 
833
  class Requirement_Plugin_Version extends Requirement {
847
  return @ini_get( 'max_execution_time' );
848
  }
849
  }
850
+ Requirements::register( 'HM\BackUpWordPress\Requirement_Max_Exec', 'PHP' );
851
+
852
+ class Requirement_PDO extends Requirement {
853
+
854
+ var $name = 'PDO';
855
+
856
+ protected function test(){
857
+
858
+ if ( class_exists( 'PDO' ) && \PDO::getAvailableDrivers() ) {
859
+ return implode( ', ', \PDO::getAvailableDrivers() );
860
+ }
861
+
862
+ return false;
863
+
864
+ }
865
+ }
866
+ Requirements::register( 'HM\BackUpWordPress\Requirement_PDO', 'PHP' );
classes/class-schedule.php CHANGED
@@ -505,7 +505,7 @@ class Scheduled_Backup {
505
 
506
  // Skip missing or unreadable files
507
  if ( ! file_exists( $file->getPathname() ) || ! $file->getRealpath() || ! $file->isReadable() ) {
508
- return false;
509
  }
510
 
511
  // If it's a file then just pass back the filesize
@@ -532,7 +532,7 @@ class Scheduled_Backup {
532
 
533
  }
534
 
535
- return;
536
 
537
  }
538
 
505
 
506
  // Skip missing or unreadable files
507
  if ( ! file_exists( $file->getPathname() ) || ! $file->getRealpath() || ! $file->isReadable() ) {
508
+ return 0;
509
  }
510
 
511
  // If it's a file then just pass back the filesize
532
 
533
  }
534
 
535
+ return 0;
536
 
537
  }
538
 
functions/interface.php CHANGED
@@ -49,7 +49,12 @@ function hmbkp_admin_notices() {
49
 
50
  $current_screen = get_current_screen();
51
 
52
- if ( ! isset( $current_screen ) || HMBKP_ADMIN_PAGE !== $current_screen->id ) {
 
 
 
 
 
53
  return;
54
  }
55
 
49
 
50
  $current_screen = get_current_screen();
51
 
52
+ if ( ! isset( $current_screen ) ) {
53
+ return;
54
+ }
55
+
56
+ $page = is_multisite() ? HMBKP_ADMIN_PAGE . '-network' : HMBKP_ADMIN_PAGE;
57
+ if ( $current_screen->id !== $page ) {
58
  return;
59
  }
60
 
languages/backupwordpress-ca_ES.mo CHANGED
Binary file
languages/backupwordpress-ca_ES.po CHANGED
@@ -2,13 +2,17 @@
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:45:35+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."
@@ -455,10 +459,10 @@ msgstr ""
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr ""
464
 
@@ -702,4 +706,4 @@ msgstr ""
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: ca_ES\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr ""
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr ""
languages/backupwordpress-cs_CZ.mo CHANGED
Binary file
languages/backupwordpress-cs_CZ.po CHANGED
@@ -2,13 +2,17 @@
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:44:16+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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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."
@@ -459,10 +463,10 @@ msgstr "Zrušit"
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 "Cesta k spustitelnému souboru %1$s. Pokud je dostupný, bude použit pro část %2$s zálohování."
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 "např."
468
 
@@ -706,4 +710,4 @@ msgstr "Záloha webu %s"
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr "Soubor %s zajišťuje, že ostatní uživatelé si nemohou stáhnout soubory s vašimi zálohami."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: cs_CZ\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
463
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
464
  msgstr "Cesta k spustitelnému souboru %1$s. Pokud je dostupný, bude použit pro část %2$s zálohování."
465
 
466
+ #: ../admin/constants.php:8 ../admin/constants.php:11
467
+ #: ../admin/constants.php:14 ../admin/constants.php:17
468
+ #: ../admin/constants.php:20 ../admin/constants.php:23
469
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
470
  msgid "e.g."
471
  msgstr "např."
472
 
710
 
711
  #: ../functions/core.php:334
712
  msgid "This %s file ensures that other people cannot download your backup files."
713
+ msgstr "Soubor %s zajišťuje, že ostatní uživatelé si nemohou stáhnout soubory s vašimi zálohami."
languages/backupwordpress-da_DK.mo CHANGED
Binary file
languages/backupwordpress-da_DK.po CHANGED
@@ -2,13 +2,17 @@
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:44:30+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."
@@ -459,10 +463,10 @@ msgstr "Annuller"
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 "Stien til din %1$s kommandofil. Den bliver brugt til %2s-delen af sikkerhedskopieringen, hvis tilgængelig."
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 "f. eks."
468
 
@@ -706,4 +710,4 @@ msgstr "Sikkerhedskopiering af %s."
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr "Denne %s fil sikrer, at andre ikke kan hente dine sikkerhedskopier."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: da_DK\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
463
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
464
  msgstr "Stien til din %1$s kommandofil. Den bliver brugt til %2s-delen af sikkerhedskopieringen, hvis tilgængelig."
465
 
466
+ #: ../admin/constants.php:8 ../admin/constants.php:11
467
+ #: ../admin/constants.php:14 ../admin/constants.php:17
468
+ #: ../admin/constants.php:20 ../admin/constants.php:23
469
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
470
  msgid "e.g."
471
  msgstr "f. eks."
472
 
710
 
711
  #: ../functions/core.php:334
712
  msgid "This %s file ensures that other people cannot download your backup files."
713
+ msgstr "Denne %s fil sikrer, at andre ikke kan hente dine sikkerhedskopier."
languages/backupwordpress-de_DE.mo CHANGED
Binary file
languages/backupwordpress-de_DE.po CHANGED
@@ -2,12 +2,12 @@
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-05-18 22:03+0100\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: Poedit 1.7.6\n"
11
  "Project-Id-Version: 2.x\n"
12
  "POT-Creation-Date: \n"
13
  "Last-Translator: \n"
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
  "POT-Creation-Date: \n"
13
  "Last-Translator: \n"
languages/backupwordpress-el_GR.mo CHANGED
Binary file
languages/backupwordpress-el_GR.po CHANGED
@@ -2,13 +2,17 @@
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:45:55+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."
@@ -455,10 +459,10 @@ msgstr ""
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr ""
464
 
@@ -702,4 +706,4 @@ msgstr ""
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: el_GR\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr ""
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr ""
languages/backupwordpress-es_ES.mo CHANGED
Binary file
languages/backupwordpress-es_ES.po CHANGED
@@ -2,13 +2,17 @@
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:44:22+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."
@@ -459,10 +463,10 @@ msgstr "Cancelar"
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 "La ruta hacia tu %1$s ejecutable. Se utilizará para la parte %2$s de la copia de seguridad si está disponible."
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 "ej."
468
 
@@ -706,4 +710,4 @@ msgstr "Copia de seguridad de %s"
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr "El archivo de seguridad %s evita que otros puedan descargar tus copias de seguridad."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: es_ES\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
463
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
464
  msgstr "La ruta hacia tu %1$s ejecutable. Se utilizará para la parte %2$s de la copia de seguridad si está disponible."
465
 
466
+ #: ../admin/constants.php:8 ../admin/constants.php:11
467
+ #: ../admin/constants.php:14 ../admin/constants.php:17
468
+ #: ../admin/constants.php:20 ../admin/constants.php:23
469
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
470
  msgid "e.g."
471
  msgstr "ej."
472
 
710
 
711
  #: ../functions/core.php:334
712
  msgid "This %s file ensures that other people cannot download your backup files."
713
+ msgstr "El archivo de seguridad %s evita que otros puedan descargar tus copias de seguridad."
languages/backupwordpress-eu.mo CHANGED
Binary file
languages/backupwordpress-eu.po CHANGED
@@ -2,13 +2,17 @@
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:45:49+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."
@@ -455,10 +459,10 @@ msgstr ""
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr ""
464
 
@@ -702,4 +706,4 @@ msgstr ""
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: eu\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr ""
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr ""
languages/backupwordpress-fr_FR.mo CHANGED
Binary file
languages/backupwordpress-fr_FR.po CHANGED
@@ -3,16 +3,17 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: 3.x\n"
6
- "Report-Msgid-Bugs-To: support@humanmade.co.uk\n"
7
  "POT-Creation-Date: 2015-02-24 08:44:19+00:00\n"
8
- "PO-Revision-Date: 2015-02-24 08:47-0000\n"
9
- "Last-Translator: Human Made Limited <hello@hmn.md>\n"
10
  "Language-Team: \n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
15
- "X-Generator: Poedit 1.5.7\n"
 
16
 
17
  #: admin/actions.php:215
18
  msgid "The schedule ID was not provided. Aborting."
@@ -68,13 +69,13 @@ msgstr "BackUpWordPress a détecté un problème."
68
 
69
  #: admin/actions.php:732 admin/actions.php:738
70
  msgid ""
71
- "%1$s is returning a %2$s response which could mean cron jobs aren't getting "
72
- "fired properly. BackUpWordPress relies on wp-cron to run scheduled backups. "
73
- "See the %3$s for more details."
74
  msgstr ""
75
- "%1$s retourne une réponse %2$s ce qui signifie que les tâches cron ne sont "
76
- "pas lancées correctement. BackUpWordPress dépend du bon fonctionnement de wp-"
77
- "cron pour lancer les sauvegardes programmées. Voir %3$s pour plus de détails."
78
 
79
  #: admin/backups-table.php:8 admin/schedule-form-excludes.php:98
80
  msgid "Size"
@@ -106,11 +107,11 @@ msgstr "Activer le support"
106
 
107
  #: admin/constants.php:3
108
  msgid ""
109
- "You can %1$s any of the following %2$s in your %3$s to control advanced "
110
- "settings. %4$s. Defined %5$s will be highlighted."
111
  msgstr ""
112
- "Vous pouvez %1$s chacun des prochains %2$s dans votre %3$s pour régler les "
113
- "paramètres avancés. %4$s. %5$s défini sera souligné."
114
 
115
  #: admin/constants.php:3 admin/menu.php:69
116
  msgid "Constants"
@@ -127,9 +128,7 @@ msgid "You've set it to: %s"
127
  msgstr "Vous l'avez défini comme suit: %s"
128
 
129
  #: admin/constants.php:17
130
- msgid ""
131
- "The path to folder you would like to store your backup files in, defaults to "
132
- "%s."
133
  msgstr "Le chemin du dossier de sauvegarde. Par défaut : %s."
134
 
135
  #: admin/constants.php:17 admin/constants.php:33 admin/constants.php:49
@@ -140,11 +139,11 @@ msgstr "par exemple"
140
 
141
  #: admin/constants.php:33
142
  msgid ""
143
- "The path to your %1$s executable. Will be used for the %2$s part of the back "
144
- "up if available."
145
  msgstr ""
146
- "Le chemin de l'exécutable %1$s. Il sera utilisé pour la partie %2$s de la "
147
- "sauvegarde, s'il est présent."
148
 
149
  #: admin/constants.php:33 admin/constants.php:49
150
  msgid "database"
@@ -152,11 +151,10 @@ msgstr "base de données"
152
 
153
  #: admin/constants.php:49
154
  msgid ""
155
- "The path to your %1$s executable. Will be used to zip up your %2$s and %3$s "
156
- "if available."
157
  msgstr ""
158
- "Le chemin vers l'exécutable %1$s. Il sera utilisé pour compresser %2$s et "
159
- "%3$s s'il est présent."
160
 
161
  #: admin/constants.php:49
162
  msgid "files"
@@ -164,11 +162,11 @@ msgstr "fichiers"
164
 
165
  #: admin/constants.php:65
166
  msgid ""
167
- "Comma separated list of files or directories to exclude, the backups "
168
- "directory is automatically excluded."
169
  msgstr ""
170
- "Liste, séparée par des virgules, des dossiers à exclure. Le dossier de "
171
- "sauvegarde est automatiquement exclu."
172
 
173
  #: admin/constants.php:81
174
  msgid "The capability to use when calling %1$s. Defaults to %2$s."
@@ -188,18 +186,16 @@ msgstr "Activer le support "
188
 
189
  #: admin/enable-support.php:5
190
  msgid ""
191
- "BackUpWordPress uses %s to provide support. In addition to allowing you to "
192
- "send and receive messages we also send the following server information "
193
- "along with your requests:"
194
  msgstr ""
195
- "BqckUpWordPress utilise %s pour fournir du support technique. En plus de "
196
- "vous permettre d'envoyer et recevoir des messages, de l'information "
197
- "concernant la configuration du serveur est également jointe."
198
 
199
  #: admin/enable-support.php:58
200
  msgid "You can disable support in the future by deactivating BackUpWordPress."
201
- msgstr ""
202
- "Vous pouvez désactiver le support tecnique en désactivant BackUpWordPress."
203
 
204
  #: admin/enable-support.php:60
205
  msgid "No thanks"
@@ -215,42 +211,37 @@ msgstr "Où sont stockées les sauvegardes ?"
215
 
216
  #: admin/faq.php:4
217
  msgid ""
218
- "Backups are stored on your server in <code>/wp-content/backups</code>, you "
219
- "can change the directory."
220
  msgstr ""
221
- "Les sauvegardes sont stockées sur votre serveur sous <code>/wp-content/"
222
- "backups</code>, vous pouvez changer ce répertoire."
223
 
224
  #: admin/faq.php:6
225
  msgid ""
226
- "Important: By default BackUpWordPress backs up everything in your site root "
227
- "as well as your database, this includes any non WordPress folders that "
228
- "happen to be in your site root. This does mean that your backup directory "
229
- "can get quite large."
230
  msgstr ""
231
- "Important: Par défault, BackUpWordPress sauvegarde tout ce que contient la "
232
- "racine de votre site ainsi que votre base de données, y compris d'éventuels "
233
- "répertoires externes à WordPress. Ceci peut causer des archives de taille "
234
- "conséquente."
235
 
236
  #: admin/faq.php:8
237
  msgid "What if I want to back up my site to another destination?"
238
- msgstr ""
239
- "Et si je désire stocker mes sauvegardes ailleurs que sur l'hébergement ?"
240
 
241
  #: admin/faq.php:10
242
  msgid ""
243
- "BackUpWordPress Pro supports Dropbox, Google Drive, Amazon S3, Rackspace, "
244
- "Azure, DreamObjects and FTP/SFTP. Check it out here: <a href=\"http://bwp."
245
- "hmn.md/?utm_source=wordpress-org&utm_medium=plugin-"
246
- "page&utm_campaign=freeplugin\" title=\"BackUpWordPress Homepage\" target="
247
- "\"_blank\">https://bwp.hmn.md</a>"
248
  msgstr ""
249
- "BackUpWordPress Pro est compatible avec Dropbox, Google Drive, Amazon S3, "
250
- "Rackspace, Azure, DreamObjects and FTP/SFTP. Plus d'infos: <a href=\"http://"
251
- "bwp.hmn.md/?utm_source=wordpress-org&utm_medium=plugin-"
252
- "page&utm_campaign=freeplugin\" title=\"BackUpWordPress Homepage\" target="
253
- "\"_blank\">https://bwp.hmn.md</a>"
254
 
255
  #: admin/faq.php:12
256
  msgid "How do I restore my site from a backup?"
@@ -258,28 +249,25 @@ msgstr "Comment restaurer mon site à partir d'une sauvegarde ?"
258
 
259
  #: admin/faq.php:14
260
  msgid ""
261
- "You need to download the latest backup file either by clicking download on "
262
- "the backups page or via <code>FTP</code>. <code>Unzip</code> the files and "
263
- "upload all the files to your server overwriting your site. You can then "
264
- "import the database using your hosts database management tool (likely "
265
- "<code>phpMyAdmin</code>)."
266
  msgstr ""
267
- "Vous devez télécharger l'archive la plus récente soit en cliquant "
268
- "télécharger à partir de la page des sauvegardes ou via <code>FTP</code>. "
269
- "<code>Extraire</code> les fichiers et les transférer sur votre serveur en "
270
- "remplaçant les fichiers existants. Vous pouvez alors importer la base de "
271
- "données en utilisant votre outil de gestion de base de données. Probablement "
272
- "<code>phpMyAdmin</code>"
273
 
274
  #: admin/faq.php:16
275
  msgid ""
276
- "See this guide for more details - <a href=\"https://bwp.hmn.md/support-"
277
- "center/restore-backup/\" title=\"Go to support center\" target=\"_blank"
278
- "\">How to restore from backup</a>."
279
  msgstr ""
280
- "Voir ce guide pour plus de détails - <a href=\"https://bwp.hmn.md/support-"
281
- "center/restore-backup/\" title=\"Go to support center\" target=\"_blank"
282
- "\">Comment restaurer à partir d'une sauvegarde</a>."
283
 
284
  #: admin/faq.php:18
285
  msgid "Does BackUpWordPress back up the backups directory?"
@@ -295,17 +283,16 @@ msgstr "Je ne reçois pas mes sauvegardes par email ?"
295
 
296
  #: admin/faq.php:24
297
  msgid ""
298
- "Most servers have a filesize limit on email attachments, it's generally "
299
- "about 10mb. If your backup file is over that limit it won't be sent attached "
300
- "to the email, instead you should receive an email with a link to download "
301
- "the backup, if you aren't even receiving that then you likely have a mail "
302
- "issue on your server that you'll need to contact your host about."
303
  msgstr ""
304
- "La plupart des serveurs limitent la taille des pièces jointes aux emails, "
305
- "environ 10Mb en moyenne. Si votre archive est au delà de cette limite, elle "
306
- "ne sera pas jointe à l'email. Vous recevrez un email avec un lien pour "
307
- "télécharger le fichier. Si vous ne recevez aucun email, vous devrez "
308
- "probablement contacter votre hébergeur "
309
 
310
  #: admin/faq.php:26
311
  msgid "How many backups are stored by default?"
@@ -313,8 +300,7 @@ msgstr "Combien de sauvegardes sont stockées par défaut ?"
313
 
314
  #: admin/faq.php:28
315
  msgid "BackUpWordPress stores the last 10 backups by default."
316
- msgstr ""
317
- "BackUpWordPress stocke les 10 sauvegardes les plus récentes par défaut."
318
 
319
  #: admin/faq.php:30
320
  msgid "How long should a backup take?"
@@ -322,16 +308,15 @@ msgstr "Combien de temps en moyenne prend une sauvegarde ?"
322
 
323
  #: admin/faq.php:32
324
  msgid ""
325
- "Unless your site is very large (many gigabytes) it should only take a few "
326
- "minutes to perform a back up, if your back up has been running for longer "
327
- "than an hour it's safe to assume that something has gone wrong, try de-"
328
- "activating and re-activating the plugin, if it keeps happening, contact "
329
- "support."
330
  msgstr ""
331
- "A mois que la taille totale de votre site soit très grande, celq ne devrait "
332
- "prendre que quelques minutes pour effectuer une sauvegarde, si celle-ci "
333
- "n'est toujours pas terminée après une heure, vous pouvez être certain qu'un "
334
- "problème s'est produit. Essayez de désactiver puis de réactiver le plugin."
335
 
336
  #: admin/faq.php:34
337
  msgid "What do I do if I get the wp-cron error message?"
@@ -339,20 +324,17 @@ msgstr "Que dois-je faire si je reçois un message d'erreur pour wp-cron ?"
339
 
340
  #: admin/faq.php:36
341
  msgid ""
342
- "The issue is that your <code>wp-cron.php</code> is not returning a "
343
- "<code>200</code> response when hit with a HTTP request originating from your "
344
- "own server, it could be several things, in most cases, it's an issue with "
345
- "the server / site."
346
  msgstr ""
347
- "Le problème est que le fichier <code>wp-cron.php</code> ne renvoie pas un "
348
- "code <code>200</code> lorsqu'il reçoit une requête HTTP à pqrtir de votre "
349
- "propre serveur. Plusieurs raisons peuvent causer ce problème. La plupart du "
350
- "temps, c'est la faute du serveur / site."
351
 
352
  #: admin/faq.php:38
353
  msgid "There are some things you can test to confirm this is the issue."
354
- msgstr ""
355
- "Il y a certaines choses que vous pouvez faire pour confirmer le problème."
356
 
357
  #: admin/faq.php:40
358
  msgid "Are scheduled posts working? (They use wp-cron as well ). "
@@ -360,8 +342,8 @@ msgstr "Est-ce que la publication programmée fonctionne ?"
360
 
361
  #: admin/faq.php:42
362
  msgid ""
363
- "Are you hosted on Heart Internet? (wp-cron may not be supported by Heart "
364
- "Internet, see below for work-around)."
365
  msgstr "Est-ce que votre site est hébergé par Heart Internet ?"
366
 
367
  #: admin/faq.php:44
@@ -370,34 +352,31 @@ msgstr "Est-ce que la sauvegarde manuelle fonctionne ?"
370
 
371
  #: admin/faq.php:46
372
  msgid ""
373
- "Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your "
374
- "<code>wp-config.php</code>, do automatic backups work?"
375
  msgstr ""
376
- "Essayez d'ajouter <code>define( 'ALTERNATE_WP_CRON', true );</code> à votre "
377
- "fichier <code>wp-config.php</code>, est-ce que les sauvegardes automatiques "
378
- "fonctionnent ?"
379
 
380
  #: admin/faq.php:48
381
  msgid ""
382
- "Is your site private (I.E. is it behind some kind of authentication, "
383
- "maintenance plugin, .htaccess) if so wp-cron won't work until you remove it, "
384
- "if you are and you temporarily remove the authentication, do backups start "
385
- "working?"
386
  msgstr ""
387
- "Est-ce que votre site est privé ? ( protégé par une forme d'identification, "
388
- "un plugin de maintenance, ou .htaccess). Si oui, wp-cron ne fonctionnera pas "
389
- "tant que vous n'aurez pas désactivé la restriction. Vérifiez si la "
390
- "désactivation de la restriction solutionne le problème."
391
 
392
  #: admin/faq.php:50
393
  msgid ""
394
- "Report the results to our support team for further help. To do this, either "
395
- "enable suport from your Admin Dashboard (recommended), or email support@hmn."
396
- "md"
397
  msgstr ""
398
- "Envoyer un rapport des résultats à notre équipe de support technique pour "
399
- "obtenir de l'aide. Pour ce faire, activez le support via l'admin "
400
- "(recommandé) ou envoyez un courriel à support@hmn.md"
401
 
402
  #: admin/faq.php:52
403
  msgid "How to get BackUpWordPress working in Heart Internet"
@@ -405,15 +384,15 @@ msgstr "Instructions spécifiques pour l'hébergeur Heart Internet."
405
 
406
  #: admin/faq.php:54
407
  msgid ""
408
- "The script to be entered into the Heart Internet cPanel is: <code>/usr/bin/"
409
- "php5 /home/sites/yourdomain.com/public_html/wp-cron.php</code> (note the "
410
- "space between php5 and the location of the file). The file <code>wp-cron."
411
- "php</code> <code>chmod</code> must be set to <code>711</code>."
412
  msgstr ""
413
- "Le script à ajouter au cPanel de Heart Internet est le suivant: <code>/usr/"
414
- "bin/php5 /home/sites/yourdomain.com/public_html/wp-cron.php</code> ( espace "
415
- "entre php5 et le chemin ). Les permissions <code>chmod</code> du fichier "
416
- "<code>wp-cron.php</code> doit être <code>711</code>."
417
 
418
  #: admin/faq.php:56
419
  msgid "My backups seem to be failing?"
@@ -421,20 +400,19 @@ msgstr "Mes sauvegardes échouent !"
421
 
422
  #: admin/faq.php:58
423
  msgid ""
424
- "If your backups are failing - it's commonly caused by lack of available "
425
- "resources on your server. The easiest way to establish this to exclude some "
426
- "[of] or your entire uploades folder, running a backup an if that succeeds. "
427
- "If so, we know it's probably a server issue. If not, report the results to "
428
- "our support team for further help. To do this, either enable suport from "
429
- "your Admin Dashboard (recommended), or email support@hmn.md"
430
  msgstr ""
431
- "Si vos sauvegardes échouent, la cause la plus commune est un manque de "
432
- "ressources du serveur. Afin de vérifier si cela en est réellement la cause, "
433
- "excluez votre répertoire wp-uploads et démarrez une sauvegarde. Si la "
434
- "sauvegarde réussit, alors c'est très probablement une question de ressources "
435
- "insuffisantes. Sinon, envoyez les résultats à notre support technique qui "
436
- "pourra vous aider. Pour ce faire, activez le support sur la page de "
437
- "configuration du plugin, ou envoyez un courriel à support@hmn.md"
438
 
439
  #: admin/menu.php:12 admin/menu.php:14
440
  msgid "Manage Backups"
@@ -466,11 +444,10 @@ msgstr "Aider à la traduction"
466
 
467
  #: admin/page.php:7
468
  msgid ""
469
- "If you're finding BackUpWordPress useful, please %1$s rate it on the plugin "
470
- "directory%2$s."
471
  msgstr ""
472
- "Si vous aimez BackUpWordPress, n'hésitez pas à %1$slaisser une évaluation "
473
- "positive sur WordPress.org%2$s."
474
 
475
  #: admin/schedule-form-excludes.php:5
476
  msgid "Currently Excluded"
@@ -494,12 +471,11 @@ msgstr "Contenu du répertoire"
494
 
495
  #: admin/schedule-form-excludes.php:66
496
  msgid ""
497
- "Here's a directory listing of all files on your site, you can browse through "
498
- "and exclude files or folders that you don't want included in your backup."
499
  msgstr ""
500
- "Voici l'arborescence de tous les fichiers de votre site, vous pouvez "
501
- "naviguer et exclure les fichiers et répertoire que vous ne voulez pas "
502
- "sauvegardez."
503
 
504
  #: admin/schedule-form-excludes.php:97
505
  msgid "Name"
@@ -641,8 +617,7 @@ msgstr "Nombre de sauvegarde à conserver sur ce serveur "
641
  #: admin/schedule-form.php:169
642
  msgid "Past this limit older backups will be deleted automatically."
643
  msgstr ""
644
- "Passé cette limite, les sauvegardes plus anciennes seront automatiquement "
645
- "supprimées."
646
 
647
  #: admin/schedule-form.php:172
648
  msgid "This schedule will store a maximum of %s of backups."
@@ -744,11 +719,11 @@ msgstr "Sauvegarde"
744
 
745
  #: admin/upsell.php:18
746
  msgid ""
747
- "%1$sor buy the %2$sDeveloper Bundle%3$s now for only &dollar;99 (all "
748
- "Destinations &amp; Unlimited Sites)%4$s"
749
  msgstr ""
750
- "%1$sou achetez la %2$scollection developpeur%3$s maintenant pour seulement "
751
- "&dollar;99 ( nombre illimité de sites et toutes les destinations )%4$s"
752
 
753
  #: backupwordpress.php:240
754
  msgid "Update"
@@ -760,11 +735,10 @@ msgstr "Annuler"
760
 
761
  #: backupwordpress.php:242
762
  msgid ""
763
- "Are you sure you want to delete this schedule? All of it's backups will also "
764
- "be deleted."
765
  msgstr ""
766
- "Etes-vous sûr(e) de vouloir supprimer cette planification de sauvegarde ? "
767
- "Toutes les sauvegardes associées seront aussi supprimées."
768
 
769
  #: backupwordpress.php:242 backupwordpress.php:243 backupwordpress.php:244
770
  #: backupwordpress.php:245
@@ -781,13 +755,11 @@ msgstr "Etes-vous sûr(e) de vouloir supprimer cette règle d'exclusion ?"
781
 
782
  #: backupwordpress.php:245
783
  msgid ""
784
- "Reducing the number of backups that are stored on this server will cause "
785
- "some of your existing backups to be deleted, are you sure that's what you "
786
- "want?"
787
  msgstr ""
788
- "Réduire le nombre de sauvegardes stockées sur le serveur supprimera "
789
- "certaines de vos sauvegardes. Etes-vous sûr(e) de vouloir effectuer cette "
790
- "action ?"
791
 
792
  #: classes/class-backup.php:348
793
  msgid "archive filename must be a non empty string"
@@ -803,8 +775,7 @@ msgstr "le nom de fichier pour l'export de la BDD ne peut être vide"
803
 
804
  #: classes/class-backup.php:396
805
  msgid "invalid file extension for database dump filename <code>%s</code>"
806
- msgstr ""
807
- "l'extension de fichier de l'export de la BDD est invalide <code>%s</code>"
808
 
809
  #: classes/class-backup.php:429
810
  msgid "Invalid root path <code>%s</code> must be a valid directory path"
@@ -812,18 +783,15 @@ msgstr "Répertoire racine <code>%s</code> doit être un chemin valide"
812
 
813
  #: classes/class-backup.php:454
814
  #, fuzzy
815
- msgid ""
816
- "Invalid existing archive filepath <code>%s</code> must be a non empty "
817
- "(string)"
818
  msgstr "Chemin de sauvegarde invalide <code>%s</code>, ne peut pas être vide"
819
 
820
  #: classes/class-backup.php:508
821
  msgid ""
822
- "Invalid backup type <code>%s</code> must be one of (string) file, database "
823
- "or complete"
824
  msgstr ""
825
- "Type de sauvegarde invalide <code>%s</code> doit être parmi les suivants: "
826
- "file, database ou complete"
827
 
828
  #: classes/class-backupwordpress-wp-cli-command.php:50
829
  msgid "Backup: Dumping database..."
@@ -855,21 +823,19 @@ msgstr "Notification par e-mail"
855
 
856
  #: classes/class-email-service.php:34
857
  msgid ""
858
- "Receive a notification email when a backup completes, if the backup is small "
859
- "enough (&lt; %s) then it will be attached to the email. Separate multiple "
860
- "email addresses with a comma."
861
  msgstr ""
862
- "Recevoir une alert quand une sauvegarde s'achève. Si l'archive est "
863
- "suffisamment petite (&lt; %s), elle sera jointe au courriel. Séparez les "
864
- "addresses email par des virgules."
865
 
866
  #: classes/class-email-service.php:63
867
  msgid ""
868
- "The maximum filesize of your backup that will be attached to your "
869
- "notification emails . Defaults to %s."
870
  msgstr ""
871
- "La taille maximum du fichier de sauvegarde qui sera joint à l'email de "
872
- "notification de sauvegarde. Par défaut %s."
873
 
874
  #: classes/class-email-service.php:82
875
  msgid "Send an email notification to %s"
@@ -893,11 +859,10 @@ msgstr "Voici les erreurs survenues"
893
 
894
  #: classes/class-email-service.php:181
895
  msgid ""
896
- "If the errors above look like Martian, forward this email to %3$s and we'll "
897
- "take a look"
898
  msgstr ""
899
- "Si les erreurs décrites ci-dessus sont pour vous du chinois, transférez nous "
900
- "ce courrier électronique à %3$s et nous y jetterons un coup d'oeil"
901
 
902
  #: classes/class-email-service.php:181
903
  msgid ""
@@ -915,14 +880,11 @@ msgstr "BackUpWordPress vient de terminer une sauvegarde de votre site %1$s."
915
 
916
  #: classes/class-email-service.php:194
917
  msgid "The backup file should be attached to this email."
918
- msgstr ""
919
- "Le fichier de sauvegarde devrait être joint à ce courrier électronique."
920
 
921
  #: classes/class-email-service.php:194 classes/class-email-service.php:203
922
  msgid "You can download the backup file by clicking the link below:"
923
- msgstr ""
924
- "Vous pouvez télécharger le fichier de sauvegarde en cliquant sur le lien "
925
- "suivant :"
926
 
927
  #: classes/class-email-service.php:194 classes/class-email-service.php:203
928
  msgid ""
@@ -933,15 +895,14 @@ msgstr "Salutations, le robot de sauvegarde et messager BackUpWordPress"
933
  #: classes/class-email-service.php:203
934
  msgid "Unfortunately the backup file was too large to attach to this email."
935
  msgstr ""
936
- "Malheureusement le fichier de sauvegarde est trop gros pour être joint à ce "
937
- "courrier électronique."
938
 
939
  #: classes/class-path.php:249
940
- msgid ""
941
- "This %s file ensures that other people cannot download your backup files."
942
  msgstr ""
943
- "Ce fichier %s permet de s'assurer que personne d'autre ne puisse télécharger "
944
- "vos fichiers de sauvegarde."
945
 
946
  #: classes/class-schedule.php:137
947
  #, fuzzy
@@ -958,8 +919,7 @@ msgstr "Paramètre 1 de %s doit être un horodatage futur valide"
958
 
959
  #: classes/class-schedule.php:636
960
  msgid "Argument 1 for %s must be a valid cron reoccurrence or \"manually\""
961
- msgstr ""
962
- "Paramètre 1 pour %s doit être un intervalle de cron valide ou \"manuel\""
963
 
964
  #: classes/class-schedule.php:765 functions/interface.php:249
965
  msgid "Starting Backup"
@@ -1036,11 +996,11 @@ msgstr "BackUpWordPress"
1036
 
1037
  #: classes/class-setup.php:141
1038
  msgid ""
1039
- "BackUpWordPress requires PHP version %1$s or later and WordPress version "
1040
- "%2$s or later to run. It has not been activated. %3$s%4$s%5$sLearn more%6$s"
1041
  msgstr ""
1042
- "Pour fonctionner, BackUpWordPress requiert la version %1$s de PHP et la "
1043
- "version %2$s de WordPress ou supérieur. Il n'a pas ete activé"
1044
 
1045
  #: classes/class-webhook-service.php:103
1046
  msgid "Error: %s"
@@ -1052,12 +1012,12 @@ msgstr "BackUpWordPress a réglé les planifications de sauvegarde par défaut."
1052
 
1053
  #: functions/core.php:272
1054
  msgid ""
1055
- "By default BackUpWordPress performs a daily backup of your database and a "
1056
- "weekly backup of your database &amp; files. You can modify these schedules."
1057
  msgstr ""
1058
- "Par défaut, BackUpWordPress effectue une sauvegarde suotidienne de votre "
1059
- "base de données et une sauvegarde hebdomadaire de votre base de données "
1060
- "&amp; des fichiers. Vous pouvez modifier cette fréquence."
1061
 
1062
  #: functions/core.php:287
1063
  msgid "Once Hourly"
@@ -1085,9 +1045,7 @@ msgstr "Mensuel"
1085
 
1086
  #: functions/core.php:310
1087
  msgid "You can only delete directories inside your WordPress installation"
1088
- msgstr ""
1089
- "Vous ne pouvez supprimer que les sauvegardes sous votre installation de "
1090
- "WordPress"
1091
 
1092
  #: functions/interface.php:31
1093
  msgid "Download"
@@ -1095,8 +1053,7 @@ msgstr "Télécharger"
1095
 
1096
  #: functions/interface.php:68
1097
  msgid "BackUpWordPress detected issues with your last backup."
1098
- msgstr ""
1099
- "BackUpWordPress a détecté des problèmes lors de la dernière sauvegarde."
1100
 
1101
  #: functions/interface.php:70
1102
  msgid "Dismiss"
@@ -1104,29 +1061,27 @@ msgstr "Ignorer"
1104
 
1105
  #: functions/interface.php:120
1106
  msgid ""
1107
- "The backups directory can't be created because your %1$s directory isn't "
1108
- "writable, run %2$s or %3$s or create the folder yourself."
1109
  msgstr ""
1110
- "Le dossier de sauvegarde ne peut être créé car le dossier %1$s n'a pas "
1111
- "l'autorisation d'écriture. Exécutez %2$s ou %3$s, ou réglez les permissions "
1112
- "adéquates."
1113
 
1114
  #: functions/interface.php:124
1115
  msgid ""
1116
- "Your backups directory isn't writable, run %1$s or %2$s or set the "
1117
- "permissions yourself."
1118
  msgstr ""
1119
- "Votre dossier de sauvegarde n'a pas l'autorisation d'écriture. Exécutez %1$s "
1120
- "ou %2$s, ou réglez les permissions adéquates."
1121
 
1122
  #: functions/interface.php:128
1123
  msgid ""
1124
- "%1$s is running in %2$s, please contact your host and ask them to disable "
1125
- "it. BackUpWordPress may not work correctly whilst %3$s is on."
1126
  msgstr ""
1127
- "%1$s s'exécute dans %2$s, merci de contacter votre hébergeur et de lui "
1128
- "demande de désactiver cela. BackUpWordPress peut ne pas fonctionner "
1129
- "correctement tant que %3$s est activé."
1130
 
1131
  #: functions/interface.php:128
1132
  msgid "http://php.net/manual/en/features.safe-mode.php"
@@ -1142,33 +1097,32 @@ msgstr "Le chemin de répértoire specifié n'existe pas"
1142
 
1143
  #: functions/interface.php:140
1144
  msgid ""
1145
- "Your custom path is unreachable due to a restriction set in your PHP "
1146
- "configuration (open_basedir)"
1147
  msgstr ""
1148
- "Le chemin de répertoire specifié est inaccessible du à une restriction dans "
1149
- "votre configuration PHP. open_basedir"
1150
 
1151
  #: functions/interface.php:145
1152
  msgid ""
1153
- "Your custom backups directory %1$s doesn't exist and can't be created, your "
1154
- "backups will be saved to %2$s instead."
1155
  msgstr ""
1156
- "Le dossier de sauvegarde %1$s n'existe pas et ne peut être créé. Vos "
1157
- "sauvegardes seront stockées dans %2$s."
1158
 
1159
  #: functions/interface.php:149
1160
  msgid ""
1161
- "Your custom backups directory %1$s isn't writable, new backups will be saved "
1162
- "to %2$s instead."
1163
  msgstr ""
1164
- "Le dossier de sauvegarde %1$s n'a pas l'autorisation d'écriture. Les "
1165
- "nouvelles sauvegardes seront stockées dans %2$s."
1166
 
1167
  #: functions/interface.php:158
1168
  #, fuzzy
1169
  msgid "Your site root path %s isn't readable."
1170
- msgstr ""
1171
- "Permission insuffisante en lecture de la racine du chemin de sauvegarde %s."
1172
 
1173
  #: functions/interface.php:218
1174
  msgid "Database and Files"
@@ -1290,12 +1244,12 @@ msgstr "http://bwp.hmn.md/"
1290
  #. Description of the plugin/theme
1291
  #, fuzzy
1292
  msgid ""
1293
- "Simple automated backups of your WordPress powered website. Once activated "
1294
- "you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, "
1295
- "you'll find me under the Network Settings menu."
1296
  msgstr ""
1297
- "Sauvegardes automatiques et faciles de votre site WordPress. Une fois "
1298
- "activé, les règlages se trouvent ici: <strong>Outils > Sauvegardes</strong>"
1299
 
1300
  #. Author of the plugin/theme
1301
  msgid "Human Made Limited"
@@ -1307,9 +1261,7 @@ msgstr "http://hmn.md/"
1307
 
1308
  #: admin/schedule-sentence.php:118
1309
  #, fuzzy
1310
- msgctxt ""
1311
- "1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to "
1312
- "store"
1313
  msgid "Backup my %1$s %2$s %3$s, %4$s."
1314
  msgstr "Sauvegarder %1$s %2$s %3$s, %4$s."
1315
 
@@ -1340,8 +1292,8 @@ msgstr[1] "%1$s sauvegardss disponibles"
1340
 
1341
  #~ msgid "BackUpWordPress may not work when php is running with %s on"
1342
  #~ msgstr ""
1343
- #~ "BackUpWordPress peut ne pas fonctionner correctement lorsque PHP "
1344
- #~ "s'exécute avec %s activé"
1345
 
1346
  #~ msgid "BackUpWordPress is almost ready."
1347
  #~ msgstr "BackUpWordPress a presque terminé."
@@ -1350,11 +1302,11 @@ msgstr[1] "%1$s sauvegardss disponibles"
1350
  #~ msgstr "% Sauvegardes terminées"
1351
 
1352
  #~ msgid ""
1353
- #~ "Your backup completed but with the following errors / warnings, it's "
1354
- #~ "probably ok to ignore these."
1355
  #~ msgstr ""
1356
- #~ "La sauvegarde s'est achevée, mais a généré les erreurs suivantes, vous "
1357
- #~ "pouvez probablement les ignorer."
1358
 
1359
  #~ msgid "Your backup failed"
1360
  #~ msgstr "La sauvegarde a échoué"
@@ -1362,11 +1314,9 @@ msgstr[1] "%1$s sauvegardss disponibles"
1362
  #~ msgid "Here's the response from the server:"
1363
  #~ msgstr "Voici la réponse du serveur :"
1364
 
1365
- #~ msgid ""
1366
- #~ "You can email details of this error to %s so they can look into the issue."
1367
  #~ msgstr ""
1368
- #~ "Vous pouvez envoyez les détails de cette erreur par e-mail ) %s afin "
1369
- #~ "qu'il l'analyse."
1370
 
1371
  #~ msgid "Close"
1372
  #~ msgstr "Fermer"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: 3.x\n"
6
+ "Report-Msgid-Bugs-To: backupwordpress@hmn.md\n"
7
  "POT-Creation-Date: 2015-02-24 08:44:19+00:00\n"
8
+ "PO-Revision-Date: 2015-07-18 15:53+0100\n"
9
+ "Last-Translator: Human Made Limited <backupwordpress@hmn.md>\n"
10
  "Language-Team: \n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
15
+ "X-Generator: Poedit 1.8.2\n"
16
+ "Language: fr_FR\n"
17
 
18
  #: admin/actions.php:215
19
  msgid "The schedule ID was not provided. Aborting."
69
 
70
  #: admin/actions.php:732 admin/actions.php:738
71
  msgid ""
72
+ "%1$s is returning a %2$s response which could mean cron jobs aren't getting fired "
73
+ "properly. BackUpWordPress relies on wp-cron to run scheduled backups. See the %3$s for "
74
+ "more details."
75
  msgstr ""
76
+ "%1$s retourne une réponse %2$s ce qui signifie que les tâches cron ne sont pas lancées "
77
+ "correctement. BackUpWordPress dépend du bon fonctionnement de wp-cron pour lancer les "
78
+ "sauvegardes programmées. Voir %3$s pour plus de détails."
79
 
80
  #: admin/backups-table.php:8 admin/schedule-form-excludes.php:98
81
  msgid "Size"
107
 
108
  #: admin/constants.php:3
109
  msgid ""
110
+ "You can %1$s any of the following %2$s in your %3$s to control advanced settings. %4$s. "
111
+ "Defined %5$s will be highlighted."
112
  msgstr ""
113
+ "Vous pouvez %1$s chacun des prochains %2$s dans votre %3$s pour régler les paramètres "
114
+ "avancés. %4$s. %5$s défini sera souligné."
115
 
116
  #: admin/constants.php:3 admin/menu.php:69
117
  msgid "Constants"
128
  msgstr "Vous l'avez défini comme suit: %s"
129
 
130
  #: admin/constants.php:17
131
+ msgid "The path to folder you would like to store your backup files in, defaults to %s."
 
 
132
  msgstr "Le chemin du dossier de sauvegarde. Par défaut : %s."
133
 
134
  #: admin/constants.php:17 admin/constants.php:33 admin/constants.php:49
139
 
140
  #: admin/constants.php:33
141
  msgid ""
142
+ "The path to your %1$s executable. Will be used for the %2$s part of the back up if "
143
+ "available."
144
  msgstr ""
145
+ "Le chemin de l'exécutable %1$s. Il sera utilisé pour la partie %2$s de la sauvegarde, "
146
+ "s'il est présent."
147
 
148
  #: admin/constants.php:33 admin/constants.php:49
149
  msgid "database"
151
 
152
  #: admin/constants.php:49
153
  msgid ""
154
+ "The path to your %1$s executable. Will be used to zip up your %2$s and %3$s if available."
 
155
  msgstr ""
156
+ "Le chemin vers l'exécutable %1$s. Il sera utilisé pour compresser %2$s et %3$s s'il est "
157
+ "présent."
158
 
159
  #: admin/constants.php:49
160
  msgid "files"
162
 
163
  #: admin/constants.php:65
164
  msgid ""
165
+ "Comma separated list of files or directories to exclude, the backups directory is "
166
+ "automatically excluded."
167
  msgstr ""
168
+ "Liste, séparée par des virgules, des dossiers à exclure. Le dossier de sauvegarde est "
169
+ "automatiquement exclu."
170
 
171
  #: admin/constants.php:81
172
  msgid "The capability to use when calling %1$s. Defaults to %2$s."
186
 
187
  #: admin/enable-support.php:5
188
  msgid ""
189
+ "BackUpWordPress uses %s to provide support. In addition to allowing you to send and "
190
+ "receive messages we also send the following server information along with your requests:"
 
191
  msgstr ""
192
+ "BqckUpWordPress utilise %s pour fournir du support technique. En plus de vous permettre "
193
+ "d'envoyer et recevoir des messages, de l'information concernant la configuration du "
194
+ "serveur est également jointe."
195
 
196
  #: admin/enable-support.php:58
197
  msgid "You can disable support in the future by deactivating BackUpWordPress."
198
+ msgstr "Vous pouvez désactiver le support tecnique en désactivant BackUpWordPress."
 
199
 
200
  #: admin/enable-support.php:60
201
  msgid "No thanks"
211
 
212
  #: admin/faq.php:4
213
  msgid ""
214
+ "Backups are stored on your server in <code>/wp-content/backups</code>, you can change the "
215
+ "directory."
216
  msgstr ""
217
+ "Les sauvegardes sont stockées sur votre serveur sous <code>/wp-content/backups</code>, "
218
+ "vous pouvez changer ce répertoire."
219
 
220
  #: admin/faq.php:6
221
  msgid ""
222
+ "Important: By default BackUpWordPress backs up everything in your site root as well as "
223
+ "your database, this includes any non WordPress folders that happen to be in your site "
224
+ "root. This does mean that your backup directory can get quite large."
 
225
  msgstr ""
226
+ "Important: Par défault, BackUpWordPress sauvegarde tout ce que contient la racine de "
227
+ "votre site ainsi que votre base de données, y compris d'éventuels répertoires externes à "
228
+ "WordPress. Ceci peut causer des archives de taille conséquente."
 
229
 
230
  #: admin/faq.php:8
231
  msgid "What if I want to back up my site to another destination?"
232
+ msgstr "Et si je désire stocker mes sauvegardes ailleurs que sur l'hébergement ?"
 
233
 
234
  #: admin/faq.php:10
235
  msgid ""
236
+ "BackUpWordPress Pro supports Dropbox, Google Drive, Amazon S3, Rackspace, Azure, "
237
+ "DreamObjects and FTP/SFTP. Check it out here: <a href=\"http://bwp.hmn.md/?"
238
+ "utm_source=wordpress-org&utm_medium=plugin-page&utm_campaign=freeplugin\" title="
239
+ "\"BackUpWordPress Homepage\" target=\"_blank\">https://bwp.hmn.md</a>"
 
240
  msgstr ""
241
+ "BackUpWordPress Pro est compatible avec Dropbox, Google Drive, Amazon S3, Rackspace, "
242
+ "Azure, DreamObjects and FTP/SFTP. Plus d'infos: <a href=\"http://bwp.hmn.md/?"
243
+ "utm_source=wordpress-org&utm_medium=plugin-page&utm_campaign=freeplugin\" title="
244
+ "\"BackUpWordPress Homepage\" target=\"_blank\">https://bwp.hmn.md</a>"
 
245
 
246
  #: admin/faq.php:12
247
  msgid "How do I restore my site from a backup?"
249
 
250
  #: admin/faq.php:14
251
  msgid ""
252
+ "You need to download the latest backup file either by clicking download on the backups "
253
+ "page or via <code>FTP</code>. <code>Unzip</code> the files and upload all the files to "
254
+ "your server overwriting your site. You can then import the database using your hosts "
255
+ "database management tool (likely <code>phpMyAdmin</code>)."
 
256
  msgstr ""
257
+ "Vous devez télécharger l'archive la plus récente soit en cliquant télécharger à partir de "
258
+ "la page des sauvegardes ou via <code>FTP</code>. <code>Extraire</code> les fichiers et "
259
+ "les transférer sur votre serveur en remplaçant les fichiers existants. Vous pouvez alors "
260
+ "importer la base de données en utilisant votre outil de gestion de base de données. "
261
+ "Probablement <code>phpMyAdmin</code>"
 
262
 
263
  #: admin/faq.php:16
264
  msgid ""
265
+ "See this guide for more details - <a href=\"https://bwp.hmn.md/support-center/restore-"
266
+ "backup/\" title=\"Go to support center\" target=\"_blank\">How to restore from backup</a>."
 
267
  msgstr ""
268
+ "Voir ce guide pour plus de détails - <a href=\"https://bwp.hmn.md/support-center/restore-"
269
+ "backup/\" title=\"Go to support center\" target=\"_blank\">Comment restaurer à partir "
270
+ "d'une sauvegarde</a>."
271
 
272
  #: admin/faq.php:18
273
  msgid "Does BackUpWordPress back up the backups directory?"
283
 
284
  #: admin/faq.php:24
285
  msgid ""
286
+ "Most servers have a filesize limit on email attachments, it's generally about 10mb. If "
287
+ "your backup file is over that limit it won't be sent attached to the email, instead you "
288
+ "should receive an email with a link to download the backup, if you aren't even receiving "
289
+ "that then you likely have a mail issue on your server that you'll need to contact your "
290
+ "host about."
291
  msgstr ""
292
+ "La plupart des serveurs limitent la taille des pièces jointes aux emails, environ 10Mb en "
293
+ "moyenne. Si votre archive est au delà de cette limite, elle ne sera pas jointe à l'email. "
294
+ "Vous recevrez un email avec un lien pour télécharger le fichier. Si vous ne recevez aucun "
295
+ "email, vous devrez probablement contacter votre hébergeur "
 
296
 
297
  #: admin/faq.php:26
298
  msgid "How many backups are stored by default?"
300
 
301
  #: admin/faq.php:28
302
  msgid "BackUpWordPress stores the last 10 backups by default."
303
+ msgstr "BackUpWordPress stocke les 10 sauvegardes les plus récentes par défaut."
 
304
 
305
  #: admin/faq.php:30
306
  msgid "How long should a backup take?"
308
 
309
  #: admin/faq.php:32
310
  msgid ""
311
+ "Unless your site is very large (many gigabytes) it should only take a few minutes to "
312
+ "perform a back up, if your back up has been running for longer than an hour it's safe to "
313
+ "assume that something has gone wrong, try de-activating and re-activating the plugin, if "
314
+ "it keeps happening, contact support."
 
315
  msgstr ""
316
+ "A mois que la taille totale de votre site soit très grande, celq ne devrait prendre que "
317
+ "quelques minutes pour effectuer une sauvegarde, si celle-ci n'est toujours pas terminée "
318
+ "après une heure, vous pouvez être certain qu'un problème s'est produit. Essayez de "
319
+ "désactiver puis de réactiver le plugin."
320
 
321
  #: admin/faq.php:34
322
  msgid "What do I do if I get the wp-cron error message?"
324
 
325
  #: admin/faq.php:36
326
  msgid ""
327
+ "The issue is that your <code>wp-cron.php</code> is not returning a <code>200</code> "
328
+ "response when hit with a HTTP request originating from your own server, it could be "
329
+ "several things, in most cases, it's an issue with the server / site."
 
330
  msgstr ""
331
+ "Le problème est que le fichier <code>wp-cron.php</code> ne renvoie pas un code <code>200</"
332
+ "code> lorsqu'il reçoit une requête HTTP à pqrtir de votre propre serveur. Plusieurs "
333
+ "raisons peuvent causer ce problème. La plupart du temps, c'est la faute du serveur / site."
 
334
 
335
  #: admin/faq.php:38
336
  msgid "There are some things you can test to confirm this is the issue."
337
+ msgstr "Il y a certaines choses que vous pouvez faire pour confirmer le problème."
 
338
 
339
  #: admin/faq.php:40
340
  msgid "Are scheduled posts working? (They use wp-cron as well ). "
342
 
343
  #: admin/faq.php:42
344
  msgid ""
345
+ "Are you hosted on Heart Internet? (wp-cron may not be supported by Heart Internet, see "
346
+ "below for work-around)."
347
  msgstr "Est-ce que votre site est hébergé par Heart Internet ?"
348
 
349
  #: admin/faq.php:44
352
 
353
  #: admin/faq.php:46
354
  msgid ""
355
+ "Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your <code>wp-config.php</"
356
+ "code>, do automatic backups work?"
357
  msgstr ""
358
+ "Essayez d'ajouter <code>define( 'ALTERNATE_WP_CRON', true );</code> à votre fichier "
359
+ "<code>wp-config.php</code>, est-ce que les sauvegardes automatiques fonctionnent ?"
 
360
 
361
  #: admin/faq.php:48
362
  msgid ""
363
+ "Is your site private (I.E. is it behind some kind of authentication, maintenance plugin, ."
364
+ "htaccess) if so wp-cron won't work until you remove it, if you are and you temporarily "
365
+ "remove the authentication, do backups start working?"
 
366
  msgstr ""
367
+ "Est-ce que votre site est privé ? ( protégé par une forme d'identification, un plugin de "
368
+ "maintenance, ou .htaccess). Si oui, wp-cron ne fonctionnera pas tant que vous n'aurez pas "
369
+ "désactivé la restriction. Vérifiez si la désactivation de la restriction solutionne le "
370
+ "problème."
371
 
372
  #: admin/faq.php:50
373
  msgid ""
374
+ "Report the results to our support team for further help. To do this, either enable suport "
375
+ "from your Admin Dashboard (recommended), or email backupwordpress@hmn.mdhmn.md"
 
376
  msgstr ""
377
+ "Envoyer un rapport des résultats à notre équipe de support technique pour obtenir de "
378
+ "l'aide. Pour ce faire, activez le support via l'admin (recommandé) ou envoyez un courriel "
379
+ backupwordpress@hmn.mdhmn.md"
380
 
381
  #: admin/faq.php:52
382
  msgid "How to get BackUpWordPress working in Heart Internet"
384
 
385
  #: admin/faq.php:54
386
  msgid ""
387
+ "The script to be entered into the Heart Internet cPanel is: <code>/usr/bin/php5 /home/"
388
+ "sites/yourdomain.com/public_html/wp-cron.php</code> (note the space between php5 and the "
389
+ "location of the file). The file <code>wp-cron.php</code> <code>chmod</code> must be set "
390
+ "to <code>711</code>."
391
  msgstr ""
392
+ "Le script à ajouter au cPanel de Heart Internet est le suivant: <code>/usr/bin/php5 /home/"
393
+ "sites/yourdomain.com/public_html/wp-cron.php</code> ( espace entre php5 et le chemin ). "
394
+ "Les permissions <code>chmod</code> du fichier <code>wp-cron.php</code> doit être "
395
+ "<code>711</code>."
396
 
397
  #: admin/faq.php:56
398
  msgid "My backups seem to be failing?"
400
 
401
  #: admin/faq.php:58
402
  msgid ""
403
+ "If your backups are failing - it's commonly caused by lack of available resources on your "
404
+ "server. The easiest way to establish this to exclude some [of] or your entire uploades "
405
+ "folder, running a backup an if that succeeds. If so, we know it's probably a server "
406
+ "issue. If not, report the results to our support team for further help. To do this, "
407
+ "either enable suport from your Admin Dashboard (recommended), or email "
408
+ "backupwordpress@hmn.mdhmn.md"
409
  msgstr ""
410
+ "Si vos sauvegardes échouent, la cause la plus commune est un manque de ressources du "
411
+ "serveur. Afin de vérifier si cela en est réellement la cause, excluez votre répertoire wp-"
412
+ "uploads et démarrez une sauvegarde. Si la sauvegarde réussit, alors c'est très "
413
+ "probablement une question de ressources insuffisantes. Sinon, envoyez les résultats à "
414
+ "notre support technique qui pourra vous aider. Pour ce faire, activez le support sur la "
415
+ "page de configuration du plugin, ou envoyez un courriel à backupwordpress@hmn.mdhmn.md"
 
416
 
417
  #: admin/menu.php:12 admin/menu.php:14
418
  msgid "Manage Backups"
444
 
445
  #: admin/page.php:7
446
  msgid ""
447
+ "If you're finding BackUpWordPress useful, please %1$s rate it on the plugin directory%2$s."
 
448
  msgstr ""
449
+ "Si vous aimez BackUpWordPress, n'hésitez pas à %1$slaisser une évaluation positive sur "
450
+ "WordPress.org%2$s."
451
 
452
  #: admin/schedule-form-excludes.php:5
453
  msgid "Currently Excluded"
471
 
472
  #: admin/schedule-form-excludes.php:66
473
  msgid ""
474
+ "Here's a directory listing of all files on your site, you can browse through and exclude "
475
+ "files or folders that you don't want included in your backup."
476
  msgstr ""
477
+ "Voici l'arborescence de tous les fichiers de votre site, vous pouvez naviguer et exclure "
478
+ "les fichiers et répertoire que vous ne voulez pas sauvegardez."
 
479
 
480
  #: admin/schedule-form-excludes.php:97
481
  msgid "Name"
617
  #: admin/schedule-form.php:169
618
  msgid "Past this limit older backups will be deleted automatically."
619
  msgstr ""
620
+ "Passé cette limite, les sauvegardes plus anciennes seront automatiquement supprimées."
 
621
 
622
  #: admin/schedule-form.php:172
623
  msgid "This schedule will store a maximum of %s of backups."
719
 
720
  #: admin/upsell.php:18
721
  msgid ""
722
+ "%1$sor buy the %2$sDeveloper Bundle%3$s now for only &dollar;99 (all Destinations &amp; "
723
+ "Unlimited Sites)%4$s"
724
  msgstr ""
725
+ "%1$sou achetez la %2$scollection developpeur%3$s maintenant pour seulement &dollar;99 "
726
+ "( nombre illimité de sites et toutes les destinations )%4$s"
727
 
728
  #: backupwordpress.php:240
729
  msgid "Update"
735
 
736
  #: backupwordpress.php:242
737
  msgid ""
738
+ "Are you sure you want to delete this schedule? All of it's backups will also be deleted."
 
739
  msgstr ""
740
+ "Etes-vous sûr(e) de vouloir supprimer cette planification de sauvegarde ? Toutes les "
741
+ "sauvegardes associées seront aussi supprimées."
742
 
743
  #: backupwordpress.php:242 backupwordpress.php:243 backupwordpress.php:244
744
  #: backupwordpress.php:245
755
 
756
  #: backupwordpress.php:245
757
  msgid ""
758
+ "Reducing the number of backups that are stored on this server will cause some of your "
759
+ "existing backups to be deleted, are you sure that's what you want?"
 
760
  msgstr ""
761
+ "Réduire le nombre de sauvegardes stockées sur le serveur supprimera certaines de vos "
762
+ "sauvegardes. Etes-vous sûr(e) de vouloir effectuer cette action ?"
 
763
 
764
  #: classes/class-backup.php:348
765
  msgid "archive filename must be a non empty string"
775
 
776
  #: classes/class-backup.php:396
777
  msgid "invalid file extension for database dump filename <code>%s</code>"
778
+ msgstr "l'extension de fichier de l'export de la BDD est invalide <code>%s</code>"
 
779
 
780
  #: classes/class-backup.php:429
781
  msgid "Invalid root path <code>%s</code> must be a valid directory path"
783
 
784
  #: classes/class-backup.php:454
785
  #, fuzzy
786
+ msgid "Invalid existing archive filepath <code>%s</code> must be a non empty (string)"
 
 
787
  msgstr "Chemin de sauvegarde invalide <code>%s</code>, ne peut pas être vide"
788
 
789
  #: classes/class-backup.php:508
790
  msgid ""
791
+ "Invalid backup type <code>%s</code> must be one of (string) file, database or complete"
 
792
  msgstr ""
793
+ "Type de sauvegarde invalide <code>%s</code> doit être parmi les suivants: file, database "
794
+ "ou complete"
795
 
796
  #: classes/class-backupwordpress-wp-cli-command.php:50
797
  msgid "Backup: Dumping database..."
823
 
824
  #: classes/class-email-service.php:34
825
  msgid ""
826
+ "Receive a notification email when a backup completes, if the backup is small enough (&lt; "
827
+ "%s) then it will be attached to the email. Separate multiple email addresses with a comma."
 
828
  msgstr ""
829
+ "Recevoir une alert quand une sauvegarde s'achève. Si l'archive est suffisamment petite "
830
+ "(&lt; %s), elle sera jointe au courriel. Séparez les addresses email par des virgules."
 
831
 
832
  #: classes/class-email-service.php:63
833
  msgid ""
834
+ "The maximum filesize of your backup that will be attached to your notification emails . "
835
+ "Defaults to %s."
836
  msgstr ""
837
+ "La taille maximum du fichier de sauvegarde qui sera joint à l'email de notification de "
838
+ "sauvegarde. Par défaut %s."
839
 
840
  #: classes/class-email-service.php:82
841
  msgid "Send an email notification to %s"
859
 
860
  #: classes/class-email-service.php:181
861
  msgid ""
862
+ "If the errors above look like Martian, forward this email to %3$s and we'll take a look"
 
863
  msgstr ""
864
+ "Si les erreurs décrites ci-dessus sont pour vous du chinois, transférez nous ce courrier "
865
+ "électronique à %3$s et nous y jetterons un coup d'oeil"
866
 
867
  #: classes/class-email-service.php:181
868
  msgid ""
880
 
881
  #: classes/class-email-service.php:194
882
  msgid "The backup file should be attached to this email."
883
+ msgstr "Le fichier de sauvegarde devrait être joint à ce courrier électronique."
 
884
 
885
  #: classes/class-email-service.php:194 classes/class-email-service.php:203
886
  msgid "You can download the backup file by clicking the link below:"
887
+ msgstr "Vous pouvez télécharger le fichier de sauvegarde en cliquant sur le lien suivant :"
 
 
888
 
889
  #: classes/class-email-service.php:194 classes/class-email-service.php:203
890
  msgid ""
895
  #: classes/class-email-service.php:203
896
  msgid "Unfortunately the backup file was too large to attach to this email."
897
  msgstr ""
898
+ "Malheureusement le fichier de sauvegarde est trop gros pour être joint à ce courrier "
899
+ "électronique."
900
 
901
  #: classes/class-path.php:249
902
+ msgid "This %s file ensures that other people cannot download your backup files."
 
903
  msgstr ""
904
+ "Ce fichier %s permet de s'assurer que personne d'autre ne puisse télécharger vos fichiers "
905
+ "de sauvegarde."
906
 
907
  #: classes/class-schedule.php:137
908
  #, fuzzy
919
 
920
  #: classes/class-schedule.php:636
921
  msgid "Argument 1 for %s must be a valid cron reoccurrence or \"manually\""
922
+ msgstr "Paramètre 1 pour %s doit être un intervalle de cron valide ou \"manuel\""
 
923
 
924
  #: classes/class-schedule.php:765 functions/interface.php:249
925
  msgid "Starting Backup"
996
 
997
  #: classes/class-setup.php:141
998
  msgid ""
999
+ "BackUpWordPress requires PHP version %1$s or later and WordPress version %2$s or later to "
1000
+ "run. It has not been activated. %3$s%4$s%5$sLearn more%6$s"
1001
  msgstr ""
1002
+ "Pour fonctionner, BackUpWordPress requiert la version %1$s de PHP et la version %2$s de "
1003
+ "WordPress ou supérieur. Il n'a pas ete activé"
1004
 
1005
  #: classes/class-webhook-service.php:103
1006
  msgid "Error: %s"
1012
 
1013
  #: functions/core.php:272
1014
  msgid ""
1015
+ "By default BackUpWordPress performs a daily backup of your database and a weekly backup "
1016
+ "of your database &amp; files. You can modify these schedules."
1017
  msgstr ""
1018
+ "Par défaut, BackUpWordPress effectue une sauvegarde suotidienne de votre base de données "
1019
+ "et une sauvegarde hebdomadaire de votre base de données &amp; des fichiers. Vous pouvez "
1020
+ "modifier cette fréquence."
1021
 
1022
  #: functions/core.php:287
1023
  msgid "Once Hourly"
1045
 
1046
  #: functions/core.php:310
1047
  msgid "You can only delete directories inside your WordPress installation"
1048
+ msgstr "Vous ne pouvez supprimer que les sauvegardes sous votre installation de WordPress"
 
 
1049
 
1050
  #: functions/interface.php:31
1051
  msgid "Download"
1053
 
1054
  #: functions/interface.php:68
1055
  msgid "BackUpWordPress detected issues with your last backup."
1056
+ msgstr "BackUpWordPress a détecté des problèmes lors de la dernière sauvegarde."
 
1057
 
1058
  #: functions/interface.php:70
1059
  msgid "Dismiss"
1061
 
1062
  #: functions/interface.php:120
1063
  msgid ""
1064
+ "The backups directory can't be created because your %1$s directory isn't writable, run "
1065
+ "%2$s or %3$s or create the folder yourself."
1066
  msgstr ""
1067
+ "Le dossier de sauvegarde ne peut être créé car le dossier %1$s n'a pas l'autorisation "
1068
+ "d'écriture. Exécutez %2$s ou %3$s, ou réglez les permissions adéquates."
 
1069
 
1070
  #: functions/interface.php:124
1071
  msgid ""
1072
+ "Your backups directory isn't writable, run %1$s or %2$s or set the permissions yourself."
 
1073
  msgstr ""
1074
+ "Votre dossier de sauvegarde n'a pas l'autorisation d'écriture. Exécutez %1$s ou %2$s, ou "
1075
+ "réglez les permissions adéquates."
1076
 
1077
  #: functions/interface.php:128
1078
  msgid ""
1079
+ "%1$s is running in %2$s, please contact your host and ask them to disable it. "
1080
+ "BackUpWordPress may not work correctly whilst %3$s is on."
1081
  msgstr ""
1082
+ "%1$s s'exécute dans %2$s, merci de contacter votre hébergeur et de lui demande de "
1083
+ "désactiver cela. BackUpWordPress peut ne pas fonctionner correctement tant que %3$s est "
1084
+ "activé."
1085
 
1086
  #: functions/interface.php:128
1087
  msgid "http://php.net/manual/en/features.safe-mode.php"
1097
 
1098
  #: functions/interface.php:140
1099
  msgid ""
1100
+ "Your custom path is unreachable due to a restriction set in your PHP configuration "
1101
+ "(open_basedir)"
1102
  msgstr ""
1103
+ "Le chemin de répertoire specifié est inaccessible du à une restriction dans votre "
1104
+ "configuration PHP. open_basedir"
1105
 
1106
  #: functions/interface.php:145
1107
  msgid ""
1108
+ "Your custom backups directory %1$s doesn't exist and can't be created, your backups will "
1109
+ "be saved to %2$s instead."
1110
  msgstr ""
1111
+ "Le dossier de sauvegarde %1$s n'existe pas et ne peut être créé. Vos sauvegardes seront "
1112
+ "stockées dans %2$s."
1113
 
1114
  #: functions/interface.php:149
1115
  msgid ""
1116
+ "Your custom backups directory %1$s isn't writable, new backups will be saved to %2$s "
1117
+ "instead."
1118
  msgstr ""
1119
+ "Le dossier de sauvegarde %1$s n'a pas l'autorisation d'écriture. Les nouvelles "
1120
+ "sauvegardes seront stockées dans %2$s."
1121
 
1122
  #: functions/interface.php:158
1123
  #, fuzzy
1124
  msgid "Your site root path %s isn't readable."
1125
+ msgstr "Permission insuffisante en lecture de la racine du chemin de sauvegarde %s."
 
1126
 
1127
  #: functions/interface.php:218
1128
  msgid "Database and Files"
1244
  #. Description of the plugin/theme
1245
  #, fuzzy
1246
  msgid ""
1247
+ "Simple automated backups of your WordPress powered website. Once activated you'll find me "
1248
+ "under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the "
1249
+ "Network Settings menu."
1250
  msgstr ""
1251
+ "Sauvegardes automatiques et faciles de votre site WordPress. Une fois activé, les "
1252
+ "règlages se trouvent ici: <strong>Outils > Sauvegardes</strong>"
1253
 
1254
  #. Author of the plugin/theme
1255
  msgid "Human Made Limited"
1261
 
1262
  #: admin/schedule-sentence.php:118
1263
  #, fuzzy
1264
+ msgctxt "1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to store"
 
 
1265
  msgid "Backup my %1$s %2$s %3$s, %4$s."
1266
  msgstr "Sauvegarder %1$s %2$s %3$s, %4$s."
1267
 
1292
 
1293
  #~ msgid "BackUpWordPress may not work when php is running with %s on"
1294
  #~ msgstr ""
1295
+ #~ "BackUpWordPress peut ne pas fonctionner correctement lorsque PHP s'exécute avec %s "
1296
+ #~ "activé"
1297
 
1298
  #~ msgid "BackUpWordPress is almost ready."
1299
  #~ msgstr "BackUpWordPress a presque terminé."
1302
  #~ msgstr "% Sauvegardes terminées"
1303
 
1304
  #~ msgid ""
1305
+ #~ "Your backup completed but with the following errors / warnings, it's probably ok to "
1306
+ #~ "ignore these."
1307
  #~ msgstr ""
1308
+ #~ "La sauvegarde s'est achevée, mais a généré les erreurs suivantes, vous pouvez "
1309
+ #~ "probablement les ignorer."
1310
 
1311
  #~ msgid "Your backup failed"
1312
  #~ msgstr "La sauvegarde a échoué"
1314
  #~ msgid "Here's the response from the server:"
1315
  #~ msgstr "Voici la réponse du serveur :"
1316
 
1317
+ #~ msgid "You can email details of this error to %s so they can look into the issue."
 
1318
  #~ msgstr ""
1319
+ #~ "Vous pouvez envoyez les détails de cette erreur par e-mail ) %s afin qu'il l'analyse."
 
1320
 
1321
  #~ msgid "Close"
1322
  #~ msgstr "Fermer"
languages/backupwordpress-he_IL.mo CHANGED
Binary file
languages/backupwordpress-he_IL.po CHANGED
@@ -2,13 +2,17 @@
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:45:06+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."
@@ -455,10 +459,10 @@ msgstr "ביטול"
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr "למשל"
464
 
@@ -702,4 +706,4 @@ msgstr "גיבוי של %s"
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr "קובץ ה-%s מבטיח שאנשים אחרים לא יכולים להוריד את קבצי הגיבוי שלך."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:52+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: he_IL\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr "למשל"
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr "קובץ ה-%s מבטיח שאנשים אחרים לא יכולים להוריד את קבצי הגיבוי שלך."
languages/backupwordpress-it_IT.mo CHANGED
Binary file
languages/backupwordpress-it_IT.po CHANGED
@@ -2,13 +2,17 @@
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:44:45+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."
@@ -457,10 +461,10 @@ msgstr "Cancella"
457
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
458
  msgstr "Il percorso del tuo %1$s eseguibile. Sarà utilizzato per la parte del %2$s del backup, se disponibile."
459
 
460
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
461
- #: ../admin/constants.php:17 ../admin/constants.php:20
462
- #: ../admin/constants.php:23 ../admin/constants.php:26
463
- #: ../classes/class-email.php:54
464
  msgid "e.g."
465
  msgstr "ad esempio"
466
 
@@ -704,4 +708,4 @@ msgstr "Backup di %s"
704
 
705
  #: ../functions/core.php:334
706
  msgid "This %s file ensures that other people cannot download your backup files."
707
- msgstr "Questo %s file assicura che non è possibile scaricare i file di backup."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: it_IT\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
461
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
462
  msgstr "Il percorso del tuo %1$s eseguibile. Sarà utilizzato per la parte del %2$s del backup, se disponibile."
463
 
464
+ #: ../admin/constants.php:8 ../admin/constants.php:11
465
+ #: ../admin/constants.php:14 ../admin/constants.php:17
466
+ #: ../admin/constants.php:20 ../admin/constants.php:23
467
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
468
  msgid "e.g."
469
  msgstr "ad esempio"
470
 
708
 
709
  #: ../functions/core.php:334
710
  msgid "This %s file ensures that other people cannot download your backup files."
711
+ msgstr "Questo %s file assicura che non è possibile scaricare i file di backup."
languages/backupwordpress-lt_LT.mo CHANGED
Binary file
languages/backupwordpress-lt_LT.po CHANGED
@@ -2,13 +2,17 @@
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:46:02+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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\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."
@@ -455,10 +459,10 @@ msgstr ""
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr ""
464
 
@@ -702,4 +706,4 @@ msgstr ""
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: lt_LT\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr ""
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr ""
languages/backupwordpress-lv_LV.mo CHANGED
Binary file
languages/backupwordpress-lv_LV.po CHANGED
@@ -2,13 +2,17 @@
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:44:59+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=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\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."
@@ -459,10 +463,10 @@ msgstr "Atcelt"
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 "Tiks izmantots %1$s. Mēs izmantosim %2$s, lai veidotu rezerves kopiju, ja tas būs pieejams."
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 "Kā piemēram"
468
 
@@ -706,4 +710,4 @@ msgstr "Backup von %s"
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: lv_LV\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
463
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
464
  msgstr "Tiks izmantots %1$s. Mēs izmantosim %2$s, lai veidotu rezerves kopiju, ja tas būs pieejams."
465
 
466
+ #: ../admin/constants.php:8 ../admin/constants.php:11
467
+ #: ../admin/constants.php:14 ../admin/constants.php:17
468
+ #: ../admin/constants.php:20 ../admin/constants.php:23
469
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
470
  msgid "e.g."
471
  msgstr "Kā piemēram"
472
 
710
 
711
  #: ../functions/core.php:334
712
  msgid "This %s file ensures that other people cannot download your backup files."
713
+ msgstr ""
languages/backupwordpress-nl_NL.mo CHANGED
Binary file
languages/backupwordpress-nl_NL.po CHANGED
@@ -2,13 +2,17 @@
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:45:20+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."
@@ -455,10 +459,10 @@ msgstr ""
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr "bijv."
464
 
@@ -702,4 +706,4 @@ msgstr "Back up van %s"
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: nl_NL\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr "bijv."
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr ""
languages/backupwordpress-pl_PL.mo CHANGED
Binary file
languages/backupwordpress-pl_PL.po CHANGED
@@ -2,13 +2,17 @@
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:44:37+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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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."
@@ -459,10 +463,10 @@ msgstr "Anuluj"
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 "Ścieżka do pliku wykonywalnego %1$s. Będzie używane przy %2$s kopii zapasowej, jeśli jest dostępne."
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 "np."
468
 
@@ -706,4 +710,4 @@ msgstr "Kopia zapasowa %s"
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr "Plik %s zapewnia że inny ludzie nie będą mogli pobrać Twoich kopii zapasowych."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: pl_PL\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
463
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
464
  msgstr "Ścieżka do pliku wykonywalnego %1$s. Będzie używane przy %2$s kopii zapasowej, jeśli jest dostępne."
465
 
466
+ #: ../admin/constants.php:8 ../admin/constants.php:11
467
+ #: ../admin/constants.php:14 ../admin/constants.php:17
468
+ #: ../admin/constants.php:20 ../admin/constants.php:23
469
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
470
  msgid "e.g."
471
  msgstr "np."
472
 
710
 
711
  #: ../functions/core.php:334
712
  msgid "This %s file ensures that other people cannot download your backup files."
713
+ msgstr "Plik %s zapewnia że inny ludzie nie będą mogli pobrać Twoich kopii zapasowych."
languages/backupwordpress-pt_BR.mo CHANGED
Binary file
languages/backupwordpress-pt_BR.po CHANGED
@@ -3,280 +3,272 @@ 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"
@@ -284,27 +276,24 @@ 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"
@@ -312,1166 +301,1138 @@ 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
-
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-07-18 15:51+0100\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.8.2\n"
 
 
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "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"
16
+ "X-Textdomain-Support: yes\n"
17
+ "Language: pt_BR\n"
18
  "X-Poedit-SearchPath-0: .\n"
 
19
 
20
+ # @ backupwordpress
21
  #: admin/backups-table.php:35
 
22
  msgid "This is where your backups will appear once you have some."
23
  msgstr "Aqui será onde os seus backups irão aparecer assim que você tiver algum."
24
 
25
+ # @ backupwordpress
26
  #: admin/enable-support.php:3
 
27
  msgid "Enable BackUpWordPress Support"
28
  msgstr "Ativar Suporte do BackUpWordPress"
29
 
30
+ # @ backupwordpress
31
  #: admin/enable-support.php:5
32
  #, php-format
 
33
  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:"
34
  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:"
35
 
36
+ # @ backupwordpress
37
  #: admin/enable-support.php:58
 
38
  msgid "You can disable support in the future by deactivating BackUpWordPress."
39
  msgstr "Você pode desativar o suporte no futuro desativando o BackUpWordPress."
40
 
41
+ # @ backupwordpress
42
  #: admin/enable-support.php:60
 
43
  msgid "No thanks"
44
  msgstr "Não obrigado"
45
 
46
+ # @ backupwordpress
47
  #: admin/enable-support.php:61
 
48
  msgid "Yes I want to enable support"
49
  msgstr "Sim eu quero ativar o suporte"
50
 
51
+ # @ backupwordpress
52
  #: admin/backups.php:26
 
53
  msgid "Support"
54
  msgstr "Suporte"
55
 
56
+ # @ backupwordpress
57
  #: classes/class-schedule.php:250
58
  #, php-format
 
59
  msgid "Argument 1 for %s must be a valid integer"
60
  msgstr "Argumento 1 de %s deve ser um número inteiro válido"
61
 
62
+ # @ backupwordpress
63
  #: classes/class-schedule.php:636
64
  #, php-format
 
65
  msgid "Argument 1 for %s must be a valid cron reoccurrence or \"manually\""
66
  msgstr "Argumento 1 de %s deve ser uma recorrência cron válida ou \"manualmente\""
67
 
68
+ # @ backupwordpress
69
  #: classes/class-schedule.php:1105
70
  #, php-format
 
71
  msgid "Argument 1 for %s must be a non empty string"
72
  msgstr "Argumento 1 de %s não deve ser uma string vazia"
73
 
74
+ # @ backupwordpress
75
  #: classes/class-schedule.php:1115
 
76
  msgid "That backup wasn't created by this schedule"
77
  msgstr "Esse backup não foi criado por este agendamento"
78
 
79
+ # @ backupwordpress
80
  #: classes/class-services.php:81
81
  #, php-format
 
82
  msgid "Argument 1 for %s must be a valid filepath"
83
  msgstr "Argumento 1 de %s deve ser um caminho de arquivo válido"
84
 
85
+ # @ backupwordpress
86
  #: classes/class-services.php:97
87
  #, php-format
 
88
  msgid "Argument 1 for %s must be a registered service"
89
  msgstr "Argumento 1 de %s deve ser um serviço registrado"
90
 
91
+ # @ backupwordpress
92
+ #: classes/class-services.php:115 classes/deprecated.php:81
93
  #, php-format
 
94
  msgid "Argument 1 for %s must be a valid class"
95
  msgstr "Argumento 1 de %s deve ser uma classe válida"
96
 
97
+ # @ backupwordpress
98
  #: functions/core.php:256
 
99
  msgid "You can only delete directories inside your WordPress installation"
100
  msgstr "Você só pode deletar pastas dentro da sua instalação do Wordpress"
101
 
102
+ # @ backupwordpress
103
  #: classes/class-email-service.php:63
104
  #, php-format
 
105
  msgid "The maximum filesize of your backup that will be attached to your notification emails . Defaults to %s."
106
  msgstr "O tamanho máximo do seu backup que será anexado aos e-mails de notificação. O padrão é %s."
107
 
108
+ # @ backupwordpress
109
  #: functions/core.php:233
 
110
  msgid "Once Hourly"
111
  msgstr "Um vez a cada hora"
112
 
113
+ # @ backupwordpress
114
  #: functions/core.php:234
 
115
  msgid "Twice Daily"
116
  msgstr "Duas vezes por dia"
117
 
118
+ # @ backupwordpress
119
  #: functions/core.php:235
 
120
  msgid "Once Daily"
121
  msgstr "Uma vez por dia"
122
 
123
+ # @ backupwordpress
124
  #: functions/core.php:236
 
125
  msgid "Once Weekly"
126
  msgstr "Uma vez por semana"
127
 
128
+ # @ backupwordpress
129
  #: functions/core.php:238
 
130
  msgid "Once Monthly"
131
  msgstr "Uma vez por mês"
132
 
133
+ # @ backupwordpress
134
+ #: classes/class-schedule.php:765 functions/interface.php:249
 
135
  msgid "Starting Backup"
136
  msgstr "Iniciando Backup"
137
 
138
+ # @ backupwordpress
139
  #: classes/class-schedule.php:899
140
  #, php-format
 
141
  msgid "Dumping Database %s"
142
  msgstr "Realizando o dumping do Banco de Dados %s"
143
 
144
+ # @ backupwordpress
145
  #: classes/class-schedule.php:904
146
  #, php-format
 
147
  msgid "Verifying Database Dump %s"
148
  msgstr "Verificando o Dump do Banco de Dados %s"
149
 
150
+ # @ backupwordpress
151
  #: classes/class-schedule.php:909
152
  #, php-format
 
153
  msgid "Creating zip archive %s"
154
  msgstr "Criando arquivo ZIP %s"
155
 
156
+ # @ backupwordpress
157
  #: classes/class-schedule.php:914
158
  #, php-format
 
159
  msgid "Verifying Zip Archive %s"
160
  msgstr "Verificando arquivo ZIP %s"
161
 
162
+ # @ backupwordpress
163
  #: classes/class-schedule.php:919
 
164
  msgid "Finishing Backup"
165
  msgstr "Finalizando Backup"
166
 
167
+ # @ backupwordpress
168
  #: functions/interface.php:128
169
  #, php-format
 
170
  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."
171
  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."
172
 
173
+ # @ backupwordpress
174
  #: admin/constants.php:113
175
  #, php-format
 
176
  msgid "The time that your schedules should run. Defaults to %s."
177
  msgstr "O horário em que seus agendamentos devem ser executados. O padrão é %s."
178
 
179
+ # @ backupwordpress
180
  #: backupwordpress.php:242
 
181
  msgid "Are you sure you want to delete this schedule? All of it's backups will also be deleted."
182
  msgstr "Você tem certeza de que quer apagar este agendamento? Todos os backups já realizados nesta programação também serão excluídos."
183
 
184
+ # @ backupwordpress
185
+ #: backupwordpress.php:242 backupwordpress.php:243 backupwordpress.php:244
 
186
  #: backupwordpress.php:245
 
187
  msgid "'Cancel' to go back, 'OK' to delete."
188
  msgstr "'Cancelar' para voltar, 'OK' para apagar."
189
 
190
+ # @ backupwordpress
191
  #: backupwordpress.php:243
 
192
  msgid "Are you sure you want to delete this backup?"
193
  msgstr "Você tem certeza que quer apagar este backup?"
194
 
195
+ # @ backupwordpress
196
  #: backupwordpress.php:244
 
197
  msgid "Are you sure you want to remove this exclude rule?"
198
  msgstr "Você tem certeza de que deseja remover esta regra de exclusão?"
199
 
200
+ # @ backupwordpress
201
  #: backupwordpress.php:245
 
202
  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?"
203
  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?"
204
 
205
+ # @ backupwordpress
206
  #: admin/actions.php:376
 
207
  msgid "Max backups can't be empty"
208
  msgstr "A quant. de backups não pode ficar vazia"
209
 
210
+ # @ backupwordpress
211
  #: admin/actions.php:384
 
212
  msgid "Max backups must be greater than 0"
213
  msgstr "A quant. de backups precisa ser maior que 0"
214
 
215
+ # @ backupwordpress
216
  #: admin/schedule-form.php:60
 
217
  msgid "Manual Only"
218
  msgstr "Apenas Manualmente"
219
 
220
+ # @ backupwordpress
221
  #: admin/schedule-sentence.php:155
 
222
  msgid "this shouldn't take long&hellip;"
223
  msgstr "isso não deve demorar muito&hellip;"
224
 
225
+ # @ backupwordpress
226
  #: admin/schedule-sentence.php:35
227
  #, php-format
 
228
  msgid "every 12 hours at %1$s &amp; %2$s"
229
  msgstr "a cada 12 horas às %1$s &amp; %2$s"
230
 
231
+ # @ backupwordpress
232
  #: admin/schedule-sentence.php:41
233
  #, php-format
 
234
  msgid "weekly on %1$s at %2$s"
235
  msgstr "semanalmente no(a) %1$s às %2$s"
236
 
237
+ # @ backupwordpress
238
  #: admin/schedule-sentence.php:53
239
  #, php-format
 
240
  msgid "on the %1$s of each month at %2$s"
241
  msgstr "no %1$s de cada mês às %2$s"
242
 
243
+ # @ backupwordpress
244
+ #: admin/schedule-sentence.php:59 admin/schedule-sentence.php:65
 
245
  msgid "manually"
246
  msgstr "manualmente"
247
 
248
+ # @ backupwordpress
249
  #: admin/schedule-sentence.php:70
 
250
  msgid "this server"
251
  msgstr "neste servidor"
252
 
253
+ # @ backupwordpress
254
  #: classes/class-email-service.php:181
255
  #, php-format
 
256
  msgid "BackUpWordPress was unable to backup your site %1$s."
257
  msgstr "O BackUpWordPress não foi capaz de realizar o backup do seu site %1$s."
258
 
259
+ # @ backupwordpress
260
  #: classes/class-email-service.php:181
 
261
  msgid "Here are the errors that we're encountered:"
262
  msgstr "Aqui estão os erros que foram encontrados:"
263
 
264
+ # @ backupwordpress
265
  #: classes/class-email-service.php:181
266
  #, php-format
 
267
  msgid "If the errors above look like Martian, forward this email to %3$s and we'll take a look"
268
  msgstr "Se os erros acima parecem tão esquisitos quanto Marcianos, encaminhe este email para %3$s e iremos dar uma olhada"
269
 
270
+ # @ backupwordpress
271
  #: classes/class-email-service.php:181
 
272
  msgid ""
273
  "Kind Regards,\n"
274
  "The Apologetic BackUpWordPress Backup Emailing Robot"
276
  "Atenciosamente, \n"
277
  "O Apologético Robô Carteiro do BackUpWordPress"
278
 
279
+ # @ backupwordpress
280
+ #: classes/class-email-service.php:194 classes/class-email-service.php:203
281
  #, php-format
 
282
  msgid "BackUpWordPress has completed a backup of your site %1$s."
283
  msgstr "O BackUpWordPress completou a realização de um backup do seu site %1$s."
284
 
285
+ # @ backupwordpress
286
  #: classes/class-email-service.php:194
 
287
  msgid "The backup file should be attached to this email."
288
  msgstr "O arquivo de backup será anexado neste email."
289
 
290
+ # @ backupwordpress
291
+ #: classes/class-email-service.php:194 classes/class-email-service.php:203
 
292
  msgid "You can download the backup file by clicking the link below:"
293
  msgstr "Você pode realizar o download do arquivo de backup clicando no link abaixo:"
294
 
295
+ # @ backupwordpress
296
+ #: classes/class-email-service.php:194 classes/class-email-service.php:203
 
297
  msgid ""
298
  "Kind Regards,\n"
299
  "The Happy BackUpWordPress Backup Emailing Robot"
301
  "Atenciosamente,\n"
302
  "O Robô Feliz Entregador de Backups do BackUpWordPress"
303
 
304
+ # @ backupwordpress
305
  #: classes/class-email-service.php:203
 
306
  msgid "Unfortunately the backup file was too large to attach to this email."
307
  msgstr "Infelizmente o arquivo de backup era muito grande para ser anexado nesta mensagem de email."
308
 
309
+ # @ backupwordpress
310
  #: classes/class-backupwordpress-wp-cli-command.php:50
 
311
  msgid "Backup: Dumping database..."
312
  msgstr "Backup: Realizando o dumping do banco de dados..."
313
 
314
+ # @ backupwordpress
315
  #: classes/class-backupwordpress-wp-cli-command.php:54
 
316
  msgid "Backup: Zipping everything up..."
317
  msgstr "Backup: Compactando tudo..."
318
 
319
+ # @ backupwordpress
320
  #: classes/class-backupwordpress-wp-cli-command.php:70
 
321
  msgid "Invalid backup path"
322
  msgstr "Caminho de backup inválido"
323
 
324
+ # @ backupwordpress
325
  #: classes/class-backupwordpress-wp-cli-command.php:75
 
326
  msgid "Invalid root path"
327
  msgstr "Caminho do diretório raiz inválido"
328
 
329
+ # @ backupwordpress
330
  #: classes/class-backupwordpress-wp-cli-command.php:106
 
331
  msgid "Backup Complete: "
332
  msgstr "Backup Concluído: "
333
 
334
+ # @ backupwordpress
335
  #: classes/class-backupwordpress-wp-cli-command.php:108
 
336
  msgid "Backup Failed"
337
  msgstr "Falha no Backup"
338
 
339
+ # @ backupwordpress
340
  #: functions/core.php:218
 
341
  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."
342
  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."
343
 
344
+ # @ backupwordpress
345
  #: functions/interface.php:233
 
346
  msgid "Legacy"
347
  msgstr "Legado"
348
 
349
+ # @ backupwordpress
350
  #: functions/interface.php:124
351
  #, php-format
 
352
  msgid "Your backups directory isn't writable, run %1$s or %2$s or set the permissions yourself."
353
  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."
354
 
355
+ # @ backupwordpress
356
  #: functions/interface.php:120
357
  #, php-format
 
358
  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."
359
  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."
360
 
361
+ # @ backupwordpress
362
  #: functions/core.php:218
 
363
  msgid "BackUpWordPress has setup your default schedules."
364
  msgstr "O BackUpWordPress configurou seus agendamentos padrão."
365
 
366
+ # @ backupwordpress
367
+ #: classes/class-email-service.php:179 classes/class-webhook-service.php:59
368
  #, php-format
 
369
  msgid "Backup of %s Failed"
370
  msgstr "Backup de %s Falhou"
371
 
372
+ # @ backupwordpress
373
  #: classes/class-email-service.php:82
374
  #, php-format
 
375
  msgid "Send an email notification to %s"
376
  msgstr "<br /> Enviar uma notificação por email para %s"
377
 
378
+ # @ backupwordpress
379
  #: classes/class-email-service.php:117
380
  #, php-format
 
381
  msgid "%s isn't a valid email"
382
  msgstr "%s não é um email válido"
383
 
384
+ # @ backupwordpress
385
  #: admin/schedule-sentence.php:153
 
386
  msgid "Backups will be compressed and should be smaller than this."
387
  msgstr "Os backups serão compactados e ficarão menores que isso."
388
 
389
+ # @ backupwordpress
390
  #: classes/class-email-service.php:28
 
391
  msgid "Email notification"
392
  msgstr "Notificação por email"
393
 
394
+ # @ backupwordpress
395
  #: admin/schedule-sentence.php:18
 
396
  msgid "hourly on the hour"
397
  msgstr "de hora em hora"
398
 
399
+ # @ backupwordpress
400
  #: admin/schedule-sentence.php:24
401
  #, php-format
 
402
  msgid "daily at %s"
403
  msgstr "diariamente às %s"
404
 
405
+ # @ backupwordpress
406
  #: admin/schedule-form.php:155
 
407
  msgid "Number of backups to store on this server"
408
  msgstr "Número de backups para armazenar"
409
 
410
+ # @ backupwordpress
411
  #: admin/constants.php:97
412
  #, php-format
 
413
  msgid "The root directory that is backed up. Defaults to %s."
414
  msgstr "O diretório raiz onde será realizado o backup. O padrão é %s."
415
 
416
+ # @ backupwordpress
417
  #: admin/constants.php:81
418
  #, php-format
 
419
  msgid "The capability to use when calling %1$s. Defaults to %2$s."
420
  msgstr "A capacidade que o usuário deve ter ao solicitar %1$s. O padrão é %2$s."
421
 
422
+ # @ backupwordpress
423
  #: admin/constants.php:49
424
  #, php-format
 
425
  msgid "The path to your %1$s executable. Will be used to zip up your %2$s and %3$s if available."
426
  msgstr "O caminho para executar a função %1$s. Será usado para compactar seus %2$s e %3$s, se disponível."
427
 
428
+ # @ backupwordpress
429
  #: backupwordpress.php:241
 
430
  msgid "Cancel"
431
  msgstr "Cancelar"
432
 
433
+ # @ backupwordpress
434
  #: admin/constants.php:33
435
  #, php-format
 
436
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
437
  msgstr "O caminho para executar o comando %1$s. Será usado para parte do backup do seu %2$s, se disponível."
438
 
439
+ # @ backupwordpress
440
+ #: admin/constants.php:17 admin/constants.php:33 admin/constants.php:49
441
+ #: admin/constants.php:65 admin/constants.php:81 admin/constants.php:97
442
+ #: admin/constants.php:113 classes/class-email-service.php:63
 
 
 
 
 
443
  msgid "e.g."
444
  msgstr "ex:"
445
 
446
+ # @ backupwordpress
447
  #: admin/constants.php:3
448
  #, php-format
 
449
  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."
450
  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."
451
 
452
+ # @ backupwordpress
453
  #: functions/interface.php:128
 
454
  msgid "http://php.net/manual/en/features.safe-mode.php"
455
  msgstr "http://php.net/manual/pt_BR/features.safe-mode.php"
456
 
457
+ # @ backupwordpress
458
  #: functions/interface.php:128
 
459
  msgid "Safe Mode"
460
  msgstr "Safe Mode (Modo Seguro)"
461
 
462
+ # @ backupwordpress
463
  #: functions/interface.php:145
464
  #, php-format
 
465
  msgid "Your custom backups directory %1$s doesn't exist and can't be created, your backups will be saved to %2$s instead."
466
  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."
467
 
468
+ # @ backupwordpress
469
  #: functions/interface.php:149
470
  #, php-format
 
471
  msgid "Your custom backups directory %1$s isn't writable, new backups will be saved to %2$s instead."
472
  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."
473
 
474
+ # @ backupwordpress
475
  #: functions/interface.php:250
 
476
  msgid "cancel"
477
  msgstr "cancelar"
478
 
479
+ # @ backupwordpress
480
+ #: admin/schedule-form.php:1 admin/schedule-settings.php:9
 
481
  msgid "Settings"
482
  msgstr "Configurações"
483
 
484
+ # @ backupwordpress
485
  #: admin/schedule-settings.php:15
 
486
  msgid "Excludes"
487
  msgstr "Exclusões"
488
 
489
+ # @ backupwordpress
490
  #: functions/interface.php:31
 
491
  msgid "Download"
492
  msgstr "Download"
493
 
494
+ # @ backupwordpress
495
  #: functions/interface.php:68
 
496
  msgid "BackUpWordPress detected issues with your last backup."
497
  msgstr "O BackUpWordPress detectou problemas com o seu último backup."
498
 
499
+ # @ backupwordpress
500
  #: functions/interface.php:218
 
501
  msgid "Database and Files"
502
  msgstr "Banco de Dados e Arquivos"
503
 
504
+ # @ backupwordpress
505
  #: functions/interface.php:226
 
506
  msgid "Database"
507
  msgstr "Banco de dados"
508
 
509
+ # @ backupwordpress
510
+ #: admin/actions.php:736 admin/actions.php:742
 
511
  msgid "BackUpWordPress has detected a problem."
512
  msgstr "O BackUpWordPress detectou um problema."
513
 
514
+ # @ backupwordpress
515
  #: admin/actions.php:269
 
516
  msgid "Backup type cannot be empty"
517
  msgstr "O tipo de backup não pode ficar vazio"
518
 
519
+ # @ backupwordpress
520
  #: admin/actions.php:273
 
521
  msgid "Invalid backup type"
522
  msgstr "Tipo de backup inválido"
523
 
524
+ # @ backupwordpress
525
  #: admin/actions.php:287
 
526
  msgid "Schedule cannot be empty"
527
  msgstr "O intervalo não pode ficar vazio"
528
 
529
+ # @ backupwordpress
530
  #: admin/actions.php:291
 
531
  msgid "Invalid schedule"
532
  msgstr "Agendamento inválido"
533
 
534
+ # @ backupwordpress
535
  #: admin/actions.php:380
 
536
  msgid "Max backups must be a number"
537
  msgstr "A quant. de backups precisa ser um número"
538
 
539
+ # @ backupwordpress
540
  #: admin/backups.php:22
 
541
  msgid "add schedule"
542
  msgstr "agendar novo backup"
543
 
544
+ # @ backupwordpress
545
+ #: admin/backups-table.php:8 admin/schedule-form-excludes.php:98
 
546
  msgid "Size"
547
  msgstr "Tamanho"
548
 
549
+ # @ backupwordpress
550
+ #: admin/backups-table.php:9 admin/schedule-form-excludes.php:100
 
551
  msgid "Type"
552
  msgstr "Tipo"
553
 
554
+ # @ backupwordpress
555
  #: admin/backups-table.php:10
 
556
  msgid "Actions"
557
  msgstr "Ações"
558
 
559
+ # @ backupwordpress
560
  #: admin/constants.php:3
 
561
  msgid "The Codex can help"
562
  msgstr "O Codex pode ajudar"
563
 
564
+ # @ backupwordpress
565
  #: admin/constants.php:17
566
  #, php-format
 
567
  msgid "The path to folder you would like to store your backup files in, defaults to %s."
568
  msgstr "O caminho do diretório que você gostaria de armazenar os arquivos de backup. O padrão é %s."
569
 
570
+ # @ backupwordpress
571
+ #: admin/constants.php:33 admin/constants.php:49
 
572
  msgid "database"
573
  msgstr "banco de dados"
574
 
575
+ # @ backupwordpress
576
  #: admin/constants.php:49
 
577
  msgid "files"
578
  msgstr "arquivos"
579
 
580
+ # @ backupwordpress
581
  #: admin/constants.php:65
 
582
  msgid "Comma separated list of files or directories to exclude, the backups directory is automatically excluded."
583
  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."
584
 
585
+ # @ backupwordpress
586
+ #: admin/menu.php:12 admin/menu.php:14
 
587
  msgid "Manage Backups"
588
  msgstr "Gerenciar Backups"
589
 
590
+ # @ backupwordpress
591
+ #: admin/menu.php:12 admin/menu.php:14 admin/menu.php:39
 
 
592
  msgid "Backups"
593
  msgstr "Backups"
594
 
595
+ # @ backupwordpress
596
  #: admin/menu.php:67
 
597
  msgid "FAQ"
598
  msgstr "FAQ"
599
 
600
+ # @ backupwordpress
601
+ #: admin/constants.php:3 admin/menu.php:69
 
602
  msgid "Constants"
603
  msgstr "Constantes"
604
 
605
+ # @ backupwordpress
606
  #: admin/menu.php:86
 
607
  msgid "For more information:"
608
  msgstr "Para mais informações:"
609
 
610
+ # @ backupwordpress
611
  #: admin/menu.php:88
 
612
  msgid "Support Forums"
613
  msgstr "Fóruns de suporte"
614
 
615
+ # @ backupwordpress
616
  #: admin/menu.php:89
 
617
  msgid "Help with translation"
618
  msgstr "Ajude a traduzir"
619
 
620
+ # @ backupwordpress
621
  #: admin/schedule-form-excludes.php:315
 
622
  msgid "Excluded"
623
  msgstr "Excluído"
624
 
625
+ # @ backupwordpress
626
  #: admin/schedule-form-excludes.php:311
 
627
  msgid "Unreadable"
628
  msgstr "Ilegível"
629
 
630
+ # @ backupwordpress
631
  #: admin/schedule-form.php:31
 
632
  msgid "Backup"
633
  msgstr "Backup"
634
 
635
+ # @ backupwordpress
636
  #: admin/schedule-form.php:38
 
637
  msgid "Both Database &amp; files"
638
  msgstr "Banco de dados e arquivos"
639
 
640
+ # @ backupwordpress
641
  #: admin/schedule-form.php:40
 
642
  msgid "Files only"
643
  msgstr "Apenas arquivos"
644
 
645
+ # @ backupwordpress
646
  #: admin/schedule-form.php:42
 
647
  msgid "Database only"
648
  msgstr "Apenas banco de dados"
649
 
650
+ # @ backupwordpress
651
  #: functions/interface.php:222
 
652
  msgid "Files"
653
  msgstr "Arquivos"
654
 
655
+ # @ backupwordpress
656
  #: admin/schedule-form.php:53
 
657
  msgid "Schedule"
658
  msgstr "Intervalo"
659
 
660
+ # @ backupwordpress
661
  #: backupwordpress.php:240
 
662
  msgid "Update"
663
  msgstr "Atualizar"
664
 
665
+ # @ backupwordpress
666
  #: admin/schedule-sentence.php:18
667
  #, php-format
 
668
  msgid "hourly at %s minutes past the hour"
669
  msgstr "de hora em hora, passado %s minutos de cada hora"
670
 
671
+ # @ backupwordpress
672
  #: admin/schedule-settings.php:7
 
673
  msgid "Run now"
674
  msgstr "Executar agora"
675
 
676
+ # @ backupwordpress
677
+ #: admin/schedule-settings.php:27 functions/interface.php:34
 
678
  msgid "Delete"
679
  msgstr "Excluir"
680
 
681
+ # @ backupwordpress
682
  #: classes/class-email-service.php:189
683
  #, php-format
 
684
  msgid "Backup of %s"
685
  msgstr "Backup de %s"
686
 
687
+ # @ hmbkp
688
  #: classes/class-path.php:249
689
  #, php-format
 
690
  msgid "This %s file ensures that other people cannot download your backup files."
691
  msgstr "Este arquivo %s garante que nenhuma outra pessoa consiga fazer o download dos seus arquivos de backup."
692
 
693
+ # @ backupwordpress
694
  #: admin/actions.php:215
 
695
  msgid "The schedule ID was not provided. Aborting."
696
  msgstr "O ID de agendamento não foi fornecido. Cancelando..."
697
 
698
+ # @ backupwordpress
699
  #: admin/actions.php:305
 
700
  msgid "Day of the week must be a valid lowercase day name"
701
  msgstr "O dia da semana deve ser um nome da semana em minúsculo"
702
 
703
+ # @ backupwordpress
704
  #: admin/actions.php:324
 
705
  msgid "Day of month must be between 1 and 31"
706
  msgstr "O dia do mês deve ser entre 1 e 31"
707
 
708
+ # @ backupwordpress
709
  #: admin/actions.php:343
 
710
  msgid "Hours must be between 0 and 23"
711
  msgstr "As horas devem ser entre 0 e 23"
712
 
713
+ # @ backupwordpress
714
  #: admin/actions.php:362
 
715
  msgid "Minutes must be between 0 and 59"
716
  msgstr "Os minutos devem ser entre 0 e 59"
717
 
718
+ # @ backupwordpress
719
+ #: admin/actions.php:736 admin/actions.php:742
720
  #, php-format
 
721
  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."
722
  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."
723
 
724
+ # @ backupwordpress
725
  #: admin/backups.php:32
 
726
  msgid "Enable Support"
727
  msgstr "Ativar Suporte"
728
 
729
+ # @ backupwordpress
730
+ #: admin/constants.php:14 admin/constants.php:30 admin/constants.php:46
731
+ #: admin/constants.php:62 admin/constants.php:78 admin/constants.php:94
732
+ #: admin/constants.php:110 classes/class-email-service.php:60
 
 
 
 
733
  #, php-format
 
734
  msgid "You've set it to: %s"
735
  msgstr "Você configurou isso para: %s"
736
 
737
+ # @ backupwordpress
738
  #: admin/faq.php:2
 
739
  msgid "Where does BackUpWordPress store the backup files?"
740
  msgstr "Onde é que BackUpWordPress armazenar os arquivos de backup?"
741
 
742
+ # @ backupwordpress
743
  #: admin/faq.php:4
 
744
  msgid "Backups are stored on your server in <code>/wp-content/backups</code>, you can change the directory."
745
  msgstr "Backups são armazenados no seu servidor em <code> / wp-content / backups </ code>, você pode alterar o diretório."
746
 
747
+ # @ backupwordpress
748
  #: admin/faq.php:6
 
749
  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."
750
  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."
751
 
752
+ # @ backupwordpress
753
  #: admin/faq.php:8
 
754
  msgid "What if I want to back up my site to another destination?"
755
  msgstr "E se eu quiser fazer o backup do meu site para outro destino?"
756
 
757
+ # @ backupwordpress
758
  #: admin/faq.php:10
 
759
  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>"
760
  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>"
761
 
762
+ # @ backupwordpress
763
  #: admin/faq.php:12
 
764
  msgid "How do I restore my site from a backup?"
765
  msgstr "Como eu recupero meu site usando um backup?"
766
 
767
+ # @ backupwordpress
768
  #: admin/faq.php:14
 
769
  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>)."
770
  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>)."
771
 
772
+ # @ backupwordpress
773
  #: admin/faq.php:16
 
774
  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>."
775
  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>."
776
 
777
+ # @ backupwordpress
778
  #: admin/faq.php:18
 
779
  msgid "Does BackUpWordPress back up the backups directory?"
780
  msgstr "O BackUpWordPress faz uma copia dos diretórios de backups?"
781
 
782
+ # @ backupwordpress
783
  #: admin/faq.php:20
 
784
  msgid "No."
785
  msgstr "Não."
786
 
787
+ # @ backupwordpress
788
  #: admin/faq.php:22
 
789
  msgid "I'm not receiving my backups by email?"
790
  msgstr "Não estou recebendo meus backups por e-mail e agora?"
791
 
792
+ # @ backupwordpress
793
  #: admin/faq.php:24
 
794
  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."
795
  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."
796
 
797
+ # @ backupwordpress
798
  #: admin/faq.php:26
 
799
  msgid "How many backups are stored by default?"
800
  msgstr "Quantos backups são mantidos por padrão?"
801
 
802
+ # @ backupwordpress
803
  #: admin/faq.php:28
 
804
  msgid "BackUpWordPress stores the last 10 backups by default."
805
  msgstr "BackUpWordPress mantém os últimos 10 backups por padrão."
806
 
807
+ # @ backupwordpress
808
  #: admin/faq.php:30
 
809
  msgid "How long should a backup take?"
810
  msgstr "Quanto tempo deve demorar um backup?"
811
 
812
+ # @ backupwordpress
813
  #: admin/faq.php:32
 
814
  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."
815
  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."
816
 
817
+ # @ backupwordpress
818
  #: admin/faq.php:34
 
819
  msgid "What do I do if I get the wp-cron error message?"
820
  msgstr "O que eu faço se eu receber a mensagem de erro do wp-cron?"
821
 
822
+ # @ backupwordpress
823
  #: admin/faq.php:36
 
824
  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."
825
  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."
826
 
827
+ # @ backupwordpress
828
  #: admin/faq.php:38
 
829
  msgid "There are some things you can test to confirm this is the issue."
830
  msgstr "Há algumas coisas que você pode testar para confirmar se esta é a questão."
831
 
832
+ # @ backupwordpress
833
  #: admin/faq.php:40
 
834
  msgid "Are scheduled posts working? (They use wp-cron as well ). "
835
  msgstr "Os posts de agendamento estão funcinando? (Eles usam wp-cron também)."
836
 
837
+ # @ backupwordpress
838
  #: admin/faq.php:42
 
839
  msgid "Are you hosted on Heart Internet? (wp-cron may not be supported by Heart Internet, see below for work-around)."
840
  msgstr "Você está hospedado no Heart Internet? (wp-cron pode não ser suportadas por Heart Internet, veja abaixo para o work-around)."
841
 
842
+ # @ backupwordpress
843
  #: admin/faq.php:44
 
844
  msgid "If you click manual backup does it work?"
845
  msgstr "Se você clicar em backup manual funciona?"
846
 
847
+ # @ backupwordpress
848
  #: admin/faq.php:46
 
849
  msgid "Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your <code>wp-config.php</code>, do automatic backups work?"
850
  msgstr "Adicionando <code>define( 'ALTERNATE_WP_CRON', true );</code> ao seu <code>wp-config.php</code>, os backups automáticos funcionam?"
851
 
852
+ # @ backupwordpress
853
  #: admin/faq.php:48
 
854
  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?"
855
  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?"
856
 
857
+ # @ backupwordpress
858
  #: admin/faq.php:50
859
+ msgid "Report the results to our support team for further help. To do this, either enable suport from your Admin Dashboard (recommended), or email backupwordpress@hmn.md"
860
+ 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 backupwordpress@hmn.md"
 
861
 
862
+ # @ backupwordpress
863
  #: admin/faq.php:52
 
864
  msgid "How to get BackUpWordPress working in Heart Internet"
865
  msgstr "Como fazer BackUpWordPress funcionar em Heart Internet"
866
 
867
+ # @ backupwordpress
868
  #: admin/faq.php:54
 
869
  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>."
870
  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>."
871
 
872
+ # @ backupwordpress
873
  #: admin/faq.php:56
 
874
  msgid "My backups seem to be failing?"
875
  msgstr "Meus backups parecem estar falhando?"
876
 
877
+ # @ backupwordpress
878
  #: admin/faq.php:58
879
+ 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 backupwordpress@hmn.md"
880
+ 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 backupwordpress@hmn.md"
 
881
 
882
+ # @ backupwordpress
883
  #: admin/menu.php:79
 
884
  msgid "Server Info"
885
  msgstr "Informações do servidor"
886
 
887
+ # @ backupwordpress
888
  #: admin/page.php:7
889
  #, php-format
 
890
  msgid "If you're finding BackUpWordPress useful, please %1$s rate it on the plugin directory%2$s."
891
  msgstr "Se você acha BackUpWordPress útil, por favor %1$s envie sua avaliação no diretório de plugins %2$s."
892
 
893
+ # @ backupwordpress
894
  #: admin/schedule-form-excludes.php:5
 
895
  msgid "Currently Excluded"
896
  msgstr "Excluídos Atualmente"
897
 
898
+ # @ backupwordpress
899
  #: admin/schedule-form-excludes.php:40
 
900
  msgid "Default rule"
901
  msgstr "Regra padrão"
902
 
903
+ # @ backupwordpress
904
  #: admin/schedule-form-excludes.php:44
 
905
  msgid "Defined in wp-config.php"
906
  msgstr "Definido no wp-config.php"
907
 
908
+ # @ backupwordpress
909
  #: admin/schedule-form-excludes.php:48
 
910
  msgid "Stop excluding"
911
  msgstr "Parar exclusão"
912
 
913
+ # @ backupwordpress
914
  #: admin/schedule-form-excludes.php:64
 
915
  msgid "Directory Listing"
916
  msgstr "Listagem de Diretório"
917
 
918
+ # @ backupwordpress
919
  #: admin/schedule-form-excludes.php:66
 
920
  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."
921
  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."
922
 
923
+ # @ backupwordpress
924
  #: admin/schedule-form-excludes.php:97
 
925
  msgid "Name"
926
  msgstr "Nome"
927
 
928
+ # @ backupwordpress
929
  #: admin/schedule-form-excludes.php:99
 
930
  msgid "Permissions"
931
  msgstr "Permissões"
932
 
933
+ # @ backupwordpress
934
  #: admin/schedule-form-excludes.php:101
 
935
  msgid "Status"
936
  msgstr "Situação"
937
 
938
+ # @ backupwordpress
939
+ #: admin/schedule-form-excludes.php:158 admin/schedule-form-excludes.php:269
 
940
  msgid "Refresh"
941
  msgstr "Atualizar"
942
 
943
+ # @ backupwordpress
944
+ #: admin/schedule-form-excludes.php:175 admin/schedule-form-excludes.php:293
 
945
  msgid "Symlink"
946
  msgstr "Symlink"
947
 
948
+ # @ backupwordpress
949
+ #: admin/schedule-form-excludes.php:179 admin/schedule-form-excludes.php:297
 
950
  msgid "Folder"
951
  msgstr "Pasta"
952
 
953
+ # @ backupwordpress
954
  #: admin/schedule-form-excludes.php:269
 
955
  msgid "Recalculate the size of this directory"
956
  msgstr "Recalcular o tamanho dessa pasta"
957
 
958
+ # @ backupwordpress
959
  #: admin/schedule-form-excludes.php:301
 
960
  msgid "File"
961
  msgstr "Arquivo"
962
 
963
+ # @ backupwordpress
964
  #: admin/schedule-form-excludes.php:311
 
965
  msgid "Unreadable files won't be backed up."
966
  msgstr "Não será feito o backup de arquivos ilegíveis."
967
 
968
+ # @ backupwordpress
969
  #: admin/schedule-form-excludes.php:326
 
970
  msgid "Exclude &rarr;"
971
  msgstr "Excluir &rarr;"
972
 
973
+ # @ backupwordpress
974
+ #: admin/schedule-form-excludes.php:345 admin/schedule-form.php:185
975
  #: admin/schedule-settings.php:81
 
976
  msgid "Done"
977
  msgstr "Pronto"
978
 
979
+ # @ backupwordpress
980
  #: admin/schedule-form.php:66
 
981
  msgid "display"
982
  msgstr "exibir"
983
 
984
+ # @ backupwordpress
985
  #: admin/schedule-form.php:85
 
986
  msgid "Start Day"
987
  msgstr "Dia Inicial"
988
 
989
+ # @ backupwordpress
990
  #: admin/schedule-form.php:93
 
991
  msgid "Monday"
992
  msgstr "Segunda-feira"
993
 
994
+ # @ backupwordpress
995
  #: admin/schedule-form.php:94
 
996
  msgid "Tuesday"
997
  msgstr "Terça-feira"
998
 
999
+ # @ backupwordpress
1000
  #: admin/schedule-form.php:95
 
1001
  msgid "Wednesday"
1002
  msgstr "Quarta-feira"
1003
 
1004
+ # @ backupwordpress
1005
  #: admin/schedule-form.php:96
 
1006
  msgid "Thursday"
1007
  msgstr "Quinta-feira"
1008
 
1009
+ # @ backupwordpress
1010
  #: admin/schedule-form.php:97
 
1011
  msgid "Friday"
1012
  msgstr "Sexta-feira"
1013
 
1014
+ # @ backupwordpress
1015
  #: admin/schedule-form.php:98
 
1016
  msgid "Saturday"
1017
  msgstr "Sábado"
1018
 
1019
+ # @ backupwordpress
1020
  #: admin/schedule-form.php:99
 
1021
  msgid "Sunday"
1022
  msgstr "Domingo"
1023
 
1024
+ # @ backupwordpress
1025
  #: admin/schedule-form.php:117
 
1026
  msgid "Start Day of Month"
1027
  msgstr "Dia Inicial do Mês"
1028
 
1029
+ # @ backupwordpress
1030
  #: admin/schedule-form.php:129
 
1031
  msgid "Start Time"
1032
  msgstr "Hora de início"
1033
 
1034
+ # @ backupwordpress
1035
  #: admin/schedule-form.php:138
 
1036
  msgid "Hours"
1037
  msgstr "Horas"
1038
 
1039
+ # @ backupwordpress
1040
  #: admin/schedule-form.php:142
 
1041
  msgid "Minutes"
1042
  msgstr "Minutos"
1043
 
1044
+ # @ backupwordpress
1045
  #: admin/schedule-form.php:146
 
1046
  msgid "The second backup will run 12 hours after the first"
1047
  msgstr "O segundo backup será iniciado 12 horas depois do primeiro"
1048
 
1049
+ # @ backupwordpress
1050
  #: admin/schedule-form.php:164
 
1051
  msgid "Past this limit older backups will be deleted automatically."
1052
  msgstr "Passado este limite, os backups mais antigos serão excluídos automaticamente."
1053
 
1054
+ # @ backupwordpress
1055
  #: admin/schedule-form.php:167
1056
  #, php-format
 
1057
  msgid "This schedule will store a maximum of %s of backups."
1058
  msgstr " Este agendamento irá manter no máximo um total de %s em backups."
1059
 
1060
+ # @ backupwordpress
1061
  #: admin/schedule-sentence.php:11
1062
  #, php-format
 
1063
  msgid "The next backup will be on %1$s at %2$s %3$s"
1064
  msgstr "O próximo backup será em %1$s às %2$s %3$s"
1065
 
1066
+ # @ backupwordpress
1067
  #: admin/schedule-sentence.php:47
1068
  #, php-format
 
1069
  msgid "biweekly on %1$s at %2$s"
1070
  msgstr "quinzenal em %1$s às %2$s"
1071
 
1072
+ # @ backupwordpress
1073
  #: admin/schedule-sentence.php:78
1074
  #, php-format
 
1075
  msgid "store the most recent backup in %s"
1076
  msgstr "manter o backup mais recente em %s"
1077
 
1078
+ # @ backupwordpress
1079
  #: admin/schedule-sentence.php:84
 
1080
  msgid "don't store any backups in on this server"
1081
  msgstr "não manter nenhum backup neste servidor"
1082
 
1083
+ # @ backupwordpress
1084
  #: admin/schedule-sentence.php:90
1085
  #, php-format
 
1086
  msgid "store the last %1$s backups in %2$s"
1087
  msgstr "manter os ultimos %1$s backups em %2$s"
1088
 
1089
+ # @ backupwordpress
1090
  #: admin/schedule-sentence.php:118
1091
  #, php-format
 
1092
  msgctxt "1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to store"
1093
  msgid "Backup my %1$s %2$s %3$s, %4$s."
1094
  msgstr "Copiar meu %1$s %2$s %3$s, %4$s."
1095
 
1096
+ # @ backupwordpress
1097
  #: admin/schedule-sentence.php:121
1098
  #, php-format
 
1099
  msgid "%s. "
1100
  msgstr "%s."
1101
 
1102
+ # @ backupwordpress
1103
  #: admin/schedule-sentence.php:125
1104
  #, php-format
 
1105
  msgid "Send a copy of each backup to %s."
1106
  msgstr "Enviar uma copia de cada backup para %s."
1107
 
1108
+ # @ backupwordpress
1109
  #: admin/schedule-sentence.php:155
 
1110
  msgid "calculating the size of your backup&hellip;"
1111
  msgstr "calculando o tamanho do seu backup&hellip;"
1112
 
1113
+ # @ default
1114
  #: admin/server-info.php:43
1115
  #, php-format
 
1116
  msgid "%1$s - %2$s"
1117
  msgstr "%1$s - %2$s"
1118
 
1119
+ # @ backupwordpress
1120
  #: admin/upsell.php:3
 
1121
  msgid "Backup to"
1122
  msgstr "Enviar backup para "
1123
 
1124
+ # @ backupwordpress
1125
  #: admin/upsell.php:18
1126
  #, php-format
 
1127
  msgid "%1$sor buy the %2$sDeveloper Bundle%3$s now for only &dollar;99 (all Destinations &amp; Unlimited Sites)%4$s"
1128
  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"
1129
 
1130
+ # @ hm_backdrop
1131
  #: backdrop/server.php:6
 
1132
  msgid "No key supplied"
1133
  msgstr "Nenhuma chave fornecida"
1134
 
1135
+ # @ hm_backdrop
1136
  #: backdrop/server.php:11
 
1137
  msgid "Supplied key was not valid"
1138
  msgstr "Chave fornecida não era válida"
1139
 
1140
+ # @ hm_backdrop
1141
  #: backdrop/task.php:22
 
1142
  msgid "Task is already scheduled to run"
1143
  msgstr "Tarefa já está programada para ser executada"
1144
 
1145
+ # @ hm_backdrop
1146
  #: backdrop/task.php:41
 
1147
  msgid "Task is not scheduled to run"
1148
  msgstr "Tarefa não está programada para ser executada"
1149
 
1150
+ # @ backupwordpress
1151
  #. translators: plugin header field 'Name'
1152
+ #: backupwordpress.php:0 classes/class-setup.php:34
 
 
1153
  msgid "BackUpWordPress"
1154
  msgstr "BackUpWordPress"
1155
 
1156
+ # @ backupwordpress
1157
  #. translators: plugin header field 'PluginURI'
1158
  #: backupwordpress.php:0
 
1159
  msgid "http://bwp.hmn.md/"
1160
  msgstr "http://bwp.hmn.md/"
1161
 
1162
+ # @ backupwordpress
1163
  #. translators: plugin header field 'Description'
1164
  #: backupwordpress.php:0
 
1165
  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."
1166
  msgstr "Simples backups automatizado do seu site Wordpress."
1167
 
1168
+ # @ backupwordpress
1169
  #. translators: plugin header field 'Author'
1170
  #: backupwordpress.php:0
 
1171
  msgid "Human Made Limited"
1172
  msgstr "Human Made Limited"
1173
 
1174
+ # @ backupwordpress
1175
  #. translators: plugin header field 'AuthorURI'
1176
  #: backupwordpress.php:0
 
1177
  msgid "http://hmn.md/"
1178
  msgstr "http://hmn.md/"
1179
 
1180
+ # @ backupwordpress
1181
  #. translators: plugin header field 'Version'
1182
  #: backupwordpress.php:0
 
1183
  msgid "3.1.3"
1184
  msgstr "3.1.3"
1185
 
1186
+ # @ backupwordpress
1187
  #: classes/class-backup.php:348
 
1188
  msgid "archive filename must be a non empty string"
1189
  msgstr "nome do arquivo deve ser uma string não vazia"
1190
 
1191
+ # @ backupwordpress
1192
  #: classes/class-backup.php:352
1193
  #, php-format
 
1194
  msgid "invalid file extension for archive filename <code>%s</code>"
1195
  msgstr "extensão de arquivo inválido para nome de arquivo <code>%s</code>"
1196
 
1197
+ # @ backupwordpress
1198
  #: classes/class-backup.php:392
 
1199
  msgid "database dump filename must be a non empty string"
1200
  msgstr "nome de arquivo dump deve ser uma string não vazia"
1201
 
1202
+ # @ backupwordpress
1203
  #: classes/class-backup.php:396
1204
  #, php-format
 
1205
  msgid "invalid file extension for database dump filename <code>%s</code>"
1206
  msgstr "extensão de arquivo inválido para nome de arquivo dump de banco de dados <code>%s</code>"
1207
 
1208
+ # @ backupwordpress
1209
  #: classes/class-backup.php:429
1210
  #, php-format
 
1211
  msgid "Invalid root path <code>%s</code> must be a valid directory path"
1212
  msgstr "caminho raiz inválido <code>%s</code> deve ser um caminho de diretório válido"
1213
 
1214
+ # @ backupwordpress
1215
  #: classes/class-backup.php:454
1216
  #, php-format
 
1217
  msgid "Invalid existing archive filepath <code>%s</code> must be a non empty (string)"
1218
  msgstr "caminho de arquivo existente inválido <code>%s</code> deve ser uma (string) não vazia"
1219
 
1220
+ # @ backupwordpress
1221
  #: classes/class-backup.php:508
1222
  #, php-format
 
1223
  msgid "Invalid backup type <code>%s</code> must be one of (string) file, database or complete"
1224
  msgstr "tipo de backup inválido <code>%s</code> deve ser um arquivo de (string), banco de dados ou completo"
1225
 
1226
+ # @ backupwordpress
1227
  #: classes/class-email-service.php:34
1228
  #, php-format
 
1229
  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."
1230
  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."
1231
 
1232
+ # @ backupwordpress
1233
  #: classes/class-schedule.php:137
 
1234
  msgid "Invalid Option Name"
1235
  msgstr "Nome de Opção Inválido"
1236
 
1237
+ # @ backupwordpress
1238
  #: classes/class-schedule.php:599
1239
  #, php-format
 
1240
  msgid "Argument 1 for %s must be a valid future timestamp"
1241
  msgstr "Argumento 1 de %s deve ser uma data futura válida"
1242
 
1243
+ # @ backpwordpress
1244
  #: classes/class-schedule.php:851
1245
  #, php-format
 
1246
  msgid "Error writing to file. (%s)"
1247
  msgstr "Erro ao escrever o arquivo. (%s)"
1248
 
1249
+ # @ backupwordpress
1250
  #: classes/class-schedule.php:970
 
1251
  msgid "An unexpected error occured"
1252
  msgstr "Houve um erro inesperado"
1253
 
1254
+ # @ backupwordpress
1255
  #. translators: min=minute
1256
  #: classes/class-schedule.php:1033
1257
  #, php-format
 
1258
  msgid "%s min"
1259
  msgid_plural "%s mins"
1260
  msgstr[0] "%s min"
1261
  msgstr[1] "%s mins"
1262
 
1263
+ # @ backupwordpress
1264
  #: classes/class-schedule.php:1043
1265
  #, php-format
 
1266
  msgid "%s hour"
1267
  msgid_plural "%s hours"
1268
  msgstr[0] "%s hora"
1269
  msgstr[1] "%s horas"
1270
 
1271
+ # @ backupwordpress
1272
  #: classes/class-schedule.php:1110
1273
  #, php-format
 
1274
  msgid "%s doesn't exist"
1275
  msgstr "%s não existe"
1276
 
1277
+ # @ backupwordpress
1278
  #: classes/class-setup.php:141
1279
  #, php-format
 
1280
  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"
1281
  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"
1282
 
1283
+ # @ backupwordpress
1284
  #: classes/class-webhook-service.php:103
1285
  #, php-format
 
1286
  msgid "Error: %s"
1287
  msgstr "Erro: %s"
1288
 
1289
+ # @ backupwordpress
1290
  #: functions/core.php:237
 
1291
  msgid "Once Biweekly"
1292
  msgstr "Uma vez quinzenalmente"
1293
 
1294
+ # @ backupwordpress
1295
  #: functions/interface.php:70
 
1296
  msgid "Dismiss"
1297
  msgstr "Dispensar"
1298
 
1299
+ # @ backupwordpress
1300
  #: functions/interface.php:136
 
1301
  msgid "Your custom path does not exist"
1302
  msgstr "Seu caminho customizado não existe"
1303
 
1304
+ # @ backupwordpress
1305
  #: functions/interface.php:140
 
1306
  msgid "Your custom path is unreachable due to a restriction set in your PHP configuration (open_basedir)"
1307
  msgstr "Seu caminho personalizado está inacessível devido a uma restrição estabelecida na sua configuração do PHP (open_basedir)"
1308
 
1309
+ # @ backupwordpress
1310
  #: functions/interface.php:158
1311
  #, php-format
 
1312
  msgid "Your site root path %s isn't readable."
1313
  msgstr "Seu caminho raiz do site %s não existe."
1314
 
1315
+ # @ backupwordpress
1316
  #: functions/interface.php:248
1317
  #, php-format
 
1318
  msgid "Started %s ago"
1319
  msgstr "Iniciado %s atrás"
1320
 
1321
+ # @ backupwordpress
1322
  #: functions/interface.php:298
 
1323
  msgid "No backups completed"
1324
  msgstr "Nenhum backup completo"
1325
 
1326
+ # @ backupwordpress
1327
  #: functions/interface.php:300
1328
  #, php-format
 
1329
  msgctxt "backups count"
1330
  msgid "One backup completed"
1331
  msgid_plural "%1$s backups completed"
1332
  msgstr[0] "Um backup concluído"
1333
  msgstr[1] "%1$s backups concluídos"
1334
 
1335
+ # @ backupwordpress
1336
  #: functions/interface.php:309
 
1337
  msgid "Complete Hourly"
1338
  msgstr "Concluído de hora em hora"
1339
 
1340
+ # @ backupwordpress
1341
  #: functions/interface.php:310
 
1342
  msgid "File Hourly"
1343
  msgstr "Arquivo de hora em hora"
1344
 
1345
+ # @ backupwordpress
1346
  #: functions/interface.php:311
 
1347
  msgid "Database Hourly"
1348
  msgstr "Banco de dados de hora em hora"
1349
 
1350
+ # @ backupwordpress
1351
  #: functions/interface.php:312
 
1352
  msgid "Complete Twicedaily"
1353
  msgstr "Completo duas vezes por dia"
1354
 
1355
+ # @ backupwordpress
1356
  #: functions/interface.php:313
 
1357
  msgid "File Twicedaily"
1358
  msgstr "Arquivo duas vezes por dia"
1359
 
1360
+ # @ backupwordpress
1361
  #: functions/interface.php:314
 
1362
  msgid "Database Twicedaily"
1363
  msgstr "Banco de dados duas vezes ao dia"
1364
 
1365
+ # @ backupwordpress
1366
  #: functions/interface.php:315
 
1367
  msgid "Complete Daily"
1368
  msgstr "Completo Diariamente"
1369
 
1370
+ # @ backupwordpress
1371
  #: functions/interface.php:316
 
1372
  msgid "File Daily"
1373
  msgstr "Arquivo Diariamente"
1374
 
1375
+ # @ backupwordpress
1376
  #: functions/interface.php:317
 
1377
  msgid "Database Daily"
1378
  msgstr "Banco de dados diariamente"
1379
 
1380
+ # @ backupwordpress
1381
  #: functions/interface.php:318
 
1382
  msgid "Complete Weekly"
1383
  msgstr "Completo Semanalmente"
1384
 
1385
+ # @ backupwordpress
1386
  #: functions/interface.php:319
 
1387
  msgid "File Weekly"
1388
  msgstr "Arquivo Semanalmente"
1389
 
1390
+ # @ backupwordpress
1391
  #: functions/interface.php:320
 
1392
  msgid "Database Weekly"
1393
  msgstr "Banco de dados semanalmente"
1394
 
1395
+ # @ backupwordpress
1396
  #: functions/interface.php:321
 
1397
  msgid "Complete Biweekly"
1398
  msgstr "Completo Quinzenalmente"
1399
 
1400
+ # @ backupwordpress
1401
  #: functions/interface.php:322
 
1402
  msgid "File Biweekly"
1403
  msgstr "Arquivo Quinzenalmente"
1404
 
1405
+ # @ backupwordpress
1406
  #: functions/interface.php:323
 
1407
  msgid "Database Biweekly"
1408
  msgstr "Banco de dados Quinzenalmente"
1409
 
1410
+ # @ backupwordpress
1411
  #: functions/interface.php:324
 
1412
  msgid "Complete Monthly"
1413
  msgstr "Completo Mensalmentes"
1414
 
1415
+ # @ backupwordpress
1416
  #: functions/interface.php:325
 
1417
  msgid "File Monthly"
1418
  msgstr "Arquivo Mensalmente"
1419
 
1420
+ # @ backupwordpress
1421
  #: functions/interface.php:326
 
1422
  msgid "Database Monthly"
1423
  msgstr "Banco de dados Mensalmente"
1424
 
1425
+ # @ backupwordpress
1426
  #: functions/interface.php:327
 
1427
  msgid "Complete Manually"
1428
  msgstr "Completo Manualmente"
1429
 
1430
+ # @ backupwordpress
1431
  #: functions/interface.php:328
 
1432
  msgid "File Manually"
1433
  msgstr "Arquivo Manualmente"
1434
 
1435
+ # @ backupwordpress
1436
  #: functions/interface.php:329
 
1437
  msgid "Database Manually"
1438
  msgstr "Banco de dados Manualmente"
 
languages/backupwordpress-ro_RO.mo CHANGED
Binary file
languages/backupwordpress-ro_RO.po CHANGED
@@ -2,13 +2,17 @@
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:45:42+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=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\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."
@@ -455,10 +459,10 @@ msgstr ""
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr ""
464
 
@@ -702,4 +706,4 @@ msgstr ""
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: ro_RO\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr ""
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr ""
languages/backupwordpress-ru_RU.mo CHANGED
Binary file
languages/backupwordpress-ru_RU.po CHANGED
@@ -2,13 +2,17 @@
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:44:09+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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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."
@@ -459,10 +463,10 @@ msgstr "Отмена"
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 "Путь к Вашему %1$s доступен. Можете использовать для %2$s путь для резервного копирования, если таковой имеется."
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 "например"
468
 
@@ -706,4 +710,4 @@ msgstr "Резервная копия %s"
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr "Этот файл %s гарантирует, что другие люди не могут загрузить Ваши файлы резервных копий."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: ru_RU\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
463
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
464
  msgstr "Путь к Вашему %1$s доступен. Можете использовать для %2$s путь для резервного копирования, если таковой имеется."
465
 
466
+ #: ../admin/constants.php:8 ../admin/constants.php:11
467
+ #: ../admin/constants.php:14 ../admin/constants.php:17
468
+ #: ../admin/constants.php:20 ../admin/constants.php:23
469
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
470
  msgid "e.g."
471
  msgstr "например"
472
 
710
 
711
  #: ../functions/core.php:334
712
  msgid "This %s file ensures that other people cannot download your backup files."
713
+ msgstr "Этот файл %s гарантирует, что другие люди не могут загрузить Ваши файлы резервных копий."
languages/backupwordpress-sk_SK.mo CHANGED
Binary file
languages/backupwordpress-sk_SK.po CHANGED
@@ -2,13 +2,17 @@
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:44:52+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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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."
@@ -459,10 +463,10 @@ msgstr "Zrušiť"
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 "Cesta k %1$ s spustiteľný. Sa použije pre %2$ s časť chrbta ak je k dispozícii."
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 "napr"
468
 
@@ -706,4 +710,4 @@ msgstr "Zálohovanie %s"
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
- msgstr "Tento súbor %s zaisťuje, že ostatných ľudí nemôže prevziať súbory zo zálohy."
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: sk_SK\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
463
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
464
  msgstr "Cesta k %1$ s spustiteľný. Sa použije pre %2$ s časť chrbta ak je k dispozícii."
465
 
466
+ #: ../admin/constants.php:8 ../admin/constants.php:11
467
+ #: ../admin/constants.php:14 ../admin/constants.php:17
468
+ #: ../admin/constants.php:20 ../admin/constants.php:23
469
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
470
  msgid "e.g."
471
  msgstr "napr"
472
 
710
 
711
  #: ../functions/core.php:334
712
  msgid "This %s file ensures that other people cannot download your backup files."
713
+ msgstr "Tento súbor %s zaisťuje, že ostatných ľudí nemôže prevziať súbory zo zálohy."
languages/backupwordpress-sr_RS.mo CHANGED
Binary file
languages/backupwordpress-sr_RS.po CHANGED
@@ -2,13 +2,17 @@
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:45:27+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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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."
@@ -455,10 +459,10 @@ msgstr ""
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr ""
464
 
@@ -702,4 +706,4 @@ msgstr ""
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr ""
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: sr_RS\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr ""
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr ""
languages/backupwordpress-zh-cn.mo CHANGED
Binary file
languages/backupwordpress-zh-cn.po CHANGED
@@ -2,13 +2,17 @@
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:45:14+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=1; plural=0;\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."
@@ -455,10 +459,10 @@ msgstr "取消"
455
  msgid "The path to your %1$s executable. Will be used for the %2$s part of the back up if available."
456
  msgstr ""
457
 
458
- #: ../admin/constants.php:8 ../admin/constants.php:11 ../admin/constants.php:14
459
- #: ../admin/constants.php:17 ../admin/constants.php:20
460
- #: ../admin/constants.php:23 ../admin/constants.php:26
461
- #: ../classes/class-email.php:54
462
  msgid "e.g."
463
  msgstr "例如:"
464
 
@@ -702,4 +706,4 @@ msgstr ""
702
 
703
  #: ../functions/core.php:334
704
  msgid "This %s file ensures that other people cannot download your backup files."
705
- msgstr "这个 %s 文件确保其他人不能下载您的备份文件"
2
  # This file is distributed under the same license as the 2.x package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-07-18 15:51+0100\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=1; plural=0;\n"
10
+ "X-Generator: Poedit 1.8.2\n"
11
  "Project-Id-Version: 2.x\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: zh_CN\n"
16
 
17
  #: ../backupwordpress.php:119
18
  msgid "BackUpWordPress requires PHP version %s or greater."
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 ""
461
 
462
+ #: ../admin/constants.php:8 ../admin/constants.php:11
463
+ #: ../admin/constants.php:14 ../admin/constants.php:17
464
+ #: ../admin/constants.php:20 ../admin/constants.php:23
465
+ #: ../admin/constants.php:26 ../classes/class-email.php:54
466
  msgid "e.g."
467
  msgstr "例如:"
468
 
706
 
707
  #: ../functions/core.php:334
708
  msgid "This %s file ensures that other people cannot download your backup files."
709
+ msgstr "这个 %s 文件确保其他人不能下载您的备份文件"
languages/backupwordpress.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: BackUpWordPress Backup Plugin 3.2.6\n"
6
- "Report-Msgid-Bugs-To: support@humanmade.co.uk\n"
7
- "POT-Creation-Date: 2015-06-09 13:00:54+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -334,7 +334,7 @@ msgstr ""
334
  msgid ""
335
  "Report the results to our support team for further help. To do this, either "
336
  "enable suport from your Admin Dashboard (recommended), or email "
337
- "support@hmn.md"
338
  msgstr ""
339
 
340
  #: admin/faq.php:52
@@ -361,7 +361,7 @@ msgid ""
361
  "[of] or your entire uploades folder, running a backup an if that succeeds. "
362
  "If so, we know it's probably a server issue. If not, report the results to "
363
  "our support team for further help. To do this, either enable suport from "
364
- "your Admin Dashboard (recommended), or email support@hmn.md"
365
  msgstr ""
366
 
367
  #: admin/menu.php:13 admin/menu.php:17
@@ -877,7 +877,7 @@ msgstr ""
877
  msgid "Argument 1 for %s must be a valid cron reoccurrence or \"manually\""
878
  msgstr ""
879
 
880
- #: classes/class-schedule.php:778 functions/interface.php:267
881
  msgid "Starting Backup"
882
  msgstr ""
883
 
@@ -946,7 +946,7 @@ msgstr ""
946
  msgid "Argument 1 for %s must be a valid class"
947
  msgstr ""
948
 
949
- #: classes/class-setup.php:34
950
  msgid "BackUpWordPress"
951
  msgstr ""
952
 
@@ -1002,182 +1002,178 @@ msgstr ""
1002
  msgid "Download"
1003
  msgstr ""
1004
 
1005
- #: functions/interface.php:68
1006
  msgid "BackUpWordPress detected issues with your last backup."
1007
  msgstr ""
1008
 
1009
- #: functions/interface.php:70
1010
  msgid "Dismiss"
1011
  msgstr ""
1012
 
1013
- #: functions/interface.php:136
1014
  msgid ""
1015
  "The backups directory can't be created because your %1$s directory isn't "
1016
  "writable, run %2$s or %3$s or create the folder yourself."
1017
  msgstr ""
1018
 
1019
- #: functions/interface.php:140
1020
  msgid ""
1021
  "Your backups directory isn't writable, run %1$s or %2$s or set the "
1022
  "permissions yourself."
1023
  msgstr ""
1024
 
1025
- #: functions/interface.php:144
1026
  msgid ""
1027
  "%1$s is running in %2$s, please contact your host and ask them to disable "
1028
  "it. BackUpWordPress may not work correctly whilst %3$s is on."
1029
  msgstr ""
1030
 
1031
- #: functions/interface.php:144
1032
  msgid "http://php.net/manual/en/features.safe-mode.php"
1033
  msgstr ""
1034
 
1035
- #: functions/interface.php:144
1036
  msgid "Safe Mode"
1037
  msgstr ""
1038
 
1039
- #: functions/interface.php:152
1040
  msgid "Your custom path does not exist"
1041
  msgstr ""
1042
 
1043
- #: functions/interface.php:156
1044
  msgid ""
1045
  "Your custom path is unreachable due to a restriction set in your PHP "
1046
  "configuration (open_basedir)"
1047
  msgstr ""
1048
 
1049
- #: functions/interface.php:161
1050
  msgid ""
1051
  "Your custom backups directory %1$s doesn't exist and can't be created, your "
1052
  "backups will be saved to %2$s instead."
1053
  msgstr ""
1054
 
1055
- #: functions/interface.php:165
1056
  msgid ""
1057
  "Your custom backups directory %1$s isn't writable, new backups will be "
1058
  "saved to %2$s instead."
1059
  msgstr ""
1060
 
1061
- #: functions/interface.php:174
1062
  msgid "Your site root path %s isn't readable."
1063
  msgstr ""
1064
 
1065
- #: functions/interface.php:236
1066
  msgid "Database and Files"
1067
  msgstr ""
1068
 
1069
- #: functions/interface.php:240
1070
  msgid "Files"
1071
  msgstr ""
1072
 
1073
- #: functions/interface.php:244
1074
  msgid "Database"
1075
  msgstr ""
1076
 
1077
- #: functions/interface.php:251
1078
  msgid "Legacy"
1079
  msgstr ""
1080
 
1081
- #: functions/interface.php:266
1082
  msgid "Started %s ago"
1083
  msgstr ""
1084
 
1085
- #: functions/interface.php:268
1086
  msgid "cancel"
1087
  msgstr ""
1088
 
1089
- #: functions/interface.php:316
1090
  msgid "No backups completed"
1091
  msgstr ""
1092
 
1093
- #: functions/interface.php:327
1094
  msgid "Complete Hourly"
1095
  msgstr ""
1096
 
1097
- #: functions/interface.php:328
1098
  msgid "File Hourly"
1099
  msgstr ""
1100
 
1101
- #: functions/interface.php:329
1102
  msgid "Database Hourly"
1103
  msgstr ""
1104
 
1105
- #: functions/interface.php:330
1106
  msgid "Complete Twicedaily"
1107
  msgstr ""
1108
 
1109
- #: functions/interface.php:331
1110
  msgid "File Twicedaily"
1111
  msgstr ""
1112
 
1113
- #: functions/interface.php:332
1114
  msgid "Database Twicedaily"
1115
  msgstr ""
1116
 
1117
- #: functions/interface.php:333
1118
  msgid "Complete Daily"
1119
  msgstr ""
1120
 
1121
- #: functions/interface.php:334
1122
  msgid "File Daily"
1123
  msgstr ""
1124
 
1125
- #: functions/interface.php:335
1126
  msgid "Database Daily"
1127
  msgstr ""
1128
 
1129
- #: functions/interface.php:336
1130
  msgid "Complete Weekly"
1131
  msgstr ""
1132
 
1133
- #: functions/interface.php:337
1134
  msgid "File Weekly"
1135
  msgstr ""
1136
 
1137
- #: functions/interface.php:338
1138
  msgid "Database Weekly"
1139
  msgstr ""
1140
 
1141
- #: functions/interface.php:339
1142
  msgid "Complete Biweekly"
1143
  msgstr ""
1144
 
1145
- #: functions/interface.php:340
1146
  msgid "File Biweekly"
1147
  msgstr ""
1148
 
1149
- #: functions/interface.php:341
1150
  msgid "Database Biweekly"
1151
  msgstr ""
1152
 
1153
- #: functions/interface.php:342
1154
  msgid "Complete Monthly"
1155
  msgstr ""
1156
 
1157
- #: functions/interface.php:343
1158
  msgid "File Monthly"
1159
  msgstr ""
1160
 
1161
- #: functions/interface.php:344
1162
  msgid "Database Monthly"
1163
  msgstr ""
1164
 
1165
- #: functions/interface.php:345
1166
  msgid "Complete Manually"
1167
  msgstr ""
1168
 
1169
- #: functions/interface.php:346
1170
  msgid "File Manually"
1171
  msgstr ""
1172
 
1173
- #: functions/interface.php:347
1174
  msgid "Database Manually"
1175
  msgstr ""
1176
 
1177
- #. Plugin Name of the plugin/theme
1178
- msgid "BackUpWordPress Backup Plugin"
1179
- msgstr ""
1180
-
1181
  #. Plugin URI of the plugin/theme
1182
  msgid "http://bwp.hmn.md/"
1183
  msgstr ""
@@ -1204,7 +1200,7 @@ msgctxt ""
1204
  msgid "Backup my %1$s %2$s %3$s, %4$s."
1205
  msgstr ""
1206
 
1207
- #: functions/interface.php:318
1208
  msgctxt "backups count"
1209
  msgid "One backup completed"
1210
  msgid_plural "%1$s backups completed"
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: BackUpWordPress 3.2.6\n"
6
+ "Report-Msgid-Bugs-To: backupwordpress@hmn.md\n"
7
+ "POT-Creation-Date: 2015-07-18 14:46:49+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
334
  msgid ""
335
  "Report the results to our support team for further help. To do this, either "
336
  "enable suport from your Admin Dashboard (recommended), or email "
337
+ "backupwordpress@hmn.md"
338
  msgstr ""
339
 
340
  #: admin/faq.php:52
361
  "[of] or your entire uploades folder, running a backup an if that succeeds. "
362
  "If so, we know it's probably a server issue. If not, report the results to "
363
  "our support team for further help. To do this, either enable suport from "
364
+ "your Admin Dashboard (recommended), or email backupwordpress@hmn.md"
365
  msgstr ""
366
 
367
  #: admin/menu.php:13 admin/menu.php:17
877
  msgid "Argument 1 for %s must be a valid cron reoccurrence or \"manually\""
878
  msgstr ""
879
 
880
+ #: classes/class-schedule.php:778 functions/interface.php:272
881
  msgid "Starting Backup"
882
  msgstr ""
883
 
946
  msgid "Argument 1 for %s must be a valid class"
947
  msgstr ""
948
 
949
+ #. Plugin Name of the plugin/theme
950
  msgid "BackUpWordPress"
951
  msgstr ""
952
 
1002
  msgid "Download"
1003
  msgstr ""
1004
 
1005
+ #: functions/interface.php:73
1006
  msgid "BackUpWordPress detected issues with your last backup."
1007
  msgstr ""
1008
 
1009
+ #: functions/interface.php:75
1010
  msgid "Dismiss"
1011
  msgstr ""
1012
 
1013
+ #: functions/interface.php:141
1014
  msgid ""
1015
  "The backups directory can't be created because your %1$s directory isn't "
1016
  "writable, run %2$s or %3$s or create the folder yourself."
1017
  msgstr ""
1018
 
1019
+ #: functions/interface.php:145
1020
  msgid ""
1021
  "Your backups directory isn't writable, run %1$s or %2$s or set the "
1022
  "permissions yourself."
1023
  msgstr ""
1024
 
1025
+ #: functions/interface.php:149
1026
  msgid ""
1027
  "%1$s is running in %2$s, please contact your host and ask them to disable "
1028
  "it. BackUpWordPress may not work correctly whilst %3$s is on."
1029
  msgstr ""
1030
 
1031
+ #: functions/interface.php:149
1032
  msgid "http://php.net/manual/en/features.safe-mode.php"
1033
  msgstr ""
1034
 
1035
+ #: functions/interface.php:149
1036
  msgid "Safe Mode"
1037
  msgstr ""
1038
 
1039
+ #: functions/interface.php:157
1040
  msgid "Your custom path does not exist"
1041
  msgstr ""
1042
 
1043
+ #: functions/interface.php:161
1044
  msgid ""
1045
  "Your custom path is unreachable due to a restriction set in your PHP "
1046
  "configuration (open_basedir)"
1047
  msgstr ""
1048
 
1049
+ #: functions/interface.php:166
1050
  msgid ""
1051
  "Your custom backups directory %1$s doesn't exist and can't be created, your "
1052
  "backups will be saved to %2$s instead."
1053
  msgstr ""
1054
 
1055
+ #: functions/interface.php:170
1056
  msgid ""
1057
  "Your custom backups directory %1$s isn't writable, new backups will be "
1058
  "saved to %2$s instead."
1059
  msgstr ""
1060
 
1061
+ #: functions/interface.php:179
1062
  msgid "Your site root path %s isn't readable."
1063
  msgstr ""
1064
 
1065
+ #: functions/interface.php:241
1066
  msgid "Database and Files"
1067
  msgstr ""
1068
 
1069
+ #: functions/interface.php:245
1070
  msgid "Files"
1071
  msgstr ""
1072
 
1073
+ #: functions/interface.php:249
1074
  msgid "Database"
1075
  msgstr ""
1076
 
1077
+ #: functions/interface.php:256
1078
  msgid "Legacy"
1079
  msgstr ""
1080
 
1081
+ #: functions/interface.php:271
1082
  msgid "Started %s ago"
1083
  msgstr ""
1084
 
1085
+ #: functions/interface.php:273
1086
  msgid "cancel"
1087
  msgstr ""
1088
 
1089
+ #: functions/interface.php:321
1090
  msgid "No backups completed"
1091
  msgstr ""
1092
 
1093
+ #: functions/interface.php:332
1094
  msgid "Complete Hourly"
1095
  msgstr ""
1096
 
1097
+ #: functions/interface.php:333
1098
  msgid "File Hourly"
1099
  msgstr ""
1100
 
1101
+ #: functions/interface.php:334
1102
  msgid "Database Hourly"
1103
  msgstr ""
1104
 
1105
+ #: functions/interface.php:335
1106
  msgid "Complete Twicedaily"
1107
  msgstr ""
1108
 
1109
+ #: functions/interface.php:336
1110
  msgid "File Twicedaily"
1111
  msgstr ""
1112
 
1113
+ #: functions/interface.php:337
1114
  msgid "Database Twicedaily"
1115
  msgstr ""
1116
 
1117
+ #: functions/interface.php:338
1118
  msgid "Complete Daily"
1119
  msgstr ""
1120
 
1121
+ #: functions/interface.php:339
1122
  msgid "File Daily"
1123
  msgstr ""
1124
 
1125
+ #: functions/interface.php:340
1126
  msgid "Database Daily"
1127
  msgstr ""
1128
 
1129
+ #: functions/interface.php:341
1130
  msgid "Complete Weekly"
1131
  msgstr ""
1132
 
1133
+ #: functions/interface.php:342
1134
  msgid "File Weekly"
1135
  msgstr ""
1136
 
1137
+ #: functions/interface.php:343
1138
  msgid "Database Weekly"
1139
  msgstr ""
1140
 
1141
+ #: functions/interface.php:344
1142
  msgid "Complete Biweekly"
1143
  msgstr ""
1144
 
1145
+ #: functions/interface.php:345
1146
  msgid "File Biweekly"
1147
  msgstr ""
1148
 
1149
+ #: functions/interface.php:346
1150
  msgid "Database Biweekly"
1151
  msgstr ""
1152
 
1153
+ #: functions/interface.php:347
1154
  msgid "Complete Monthly"
1155
  msgstr ""
1156
 
1157
+ #: functions/interface.php:348
1158
  msgid "File Monthly"
1159
  msgstr ""
1160
 
1161
+ #: functions/interface.php:349
1162
  msgid "Database Monthly"
1163
  msgstr ""
1164
 
1165
+ #: functions/interface.php:350
1166
  msgid "Complete Manually"
1167
  msgstr ""
1168
 
1169
+ #: functions/interface.php:351
1170
  msgid "File Manually"
1171
  msgstr ""
1172
 
1173
+ #: functions/interface.php:352
1174
  msgid "Database Manually"
1175
  msgstr ""
1176
 
 
 
 
 
1177
  #. Plugin URI of the plugin/theme
1178
  msgid "http://bwp.hmn.md/"
1179
  msgstr ""
1200
  msgid "Backup my %1$s %2$s %3$s, %4$s."
1201
  msgstr ""
1202
 
1203
+ #: functions/interface.php:323
1204
  msgctxt "backups count"
1205
  msgid "One backup completed"
1206
  msgid_plural "%1$s backups completed"
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
6
- Stable tag: 3.2.6
7
 
8
  Simple automated backups of your WordPress powered website.
9
 
@@ -31,7 +31,7 @@ The BackUpWordPress plugin is hosted on GitHub, if you want to help out with dev
31
 
32
  = Translations =
33
 
34
- We'd also love help translating the plugin into more languages, if you can help then please contact support@hmn.md or visit http://translate.hmn.md/.
35
 
36
  == Installation ==
37
 
@@ -92,7 +92,7 @@ There are some things you can test to confirm this is the issue.
92
 
93
  * 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?
94
 
95
- 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
96
 
97
  **How to get BackUpWordPress working in Heart Internet**
98
 
@@ -100,7 +100,7 @@ The script to be entered into the Heart Internet cPanel is: `/usr/bin/php5 /home
100
 
101
  **My backups seem to be failing?**
102
 
103
- 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
104
 
105
  **Further Support & Feedback**
106
 
@@ -108,7 +108,7 @@ General support questions should be posted in the <a href="http://wordpress.org/
108
 
109
  For development issues, feature requests or anybody wishing to help out with development checkout <a href="https://github.com/humanmade/backupwordpress/">BackUpWordPress on GitHub.</a>
110
 
111
- You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> or email support@hmn.md for further help/support.
112
 
113
  == Screenshots ==
114
 
@@ -144,6 +144,20 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o
144
 
145
  == Changelog ==
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  #### 3.2.6 / 2015-06-09
148
 
149
  * Fixes admin page slug for multisite
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
6
+ Stable tag: 3.2.7
7
 
8
  Simple automated backups of your WordPress powered website.
9
 
31
 
32
  = Translations =
33
 
34
+ We'd also love help translating the plugin into more languages, if you can help then please contact backupwordpress@hmn.md or visit http://translate.hmn.md/.
35
 
36
  == Installation ==
37
 
92
 
93
  * 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?
94
 
95
+ Report the results to our support team for further help. To do this, either enable suport from your Admin Dashboard (recommended), or email backupwordpress@hmn.md
96
 
97
  **How to get BackUpWordPress working in Heart Internet**
98
 
100
 
101
  **My backups seem to be failing?**
102
 
103
+ 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 backupwordpress@hmn.md
104
 
105
  **Further Support & Feedback**
106
 
108
 
109
  For development issues, feature requests or anybody wishing to help out with development checkout <a href="https://github.com/humanmade/backupwordpress/">BackUpWordPress on GitHub.</a>
110
 
111
+ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> or email backupwordpress@hmn.md for further help/support.
112
 
113
  == Screenshots ==
114
 
144
 
145
  == Changelog ==
146
 
147
+ #### 3.2.7 / 2015-07-27
148
+
149
+ * Pass schedule type instead of schedule id as context for the calculated sizes, it's more useful
150
+ * Simply output arrays rather than trying to be too clever about it
151
+ * Start tracking PDO availability through Intercom
152
+ * Catch database and files shell_exec warnings
153
+ * Test under PHP 5.6 in Travis
154
+ * Use the new backupwordpress@hmn.md email address everywhere
155
+ * Clarify how people request access to Slack and GlotPress
156
+ * Rewrite our contributing guidelines to be more comprehensive
157
+ * Add instructions to contributing.md
158
+ * Revert plugin name as it doesn't make a diff in search results
159
+ * Always return an integer
160
+
161
  #### 3.2.6 / 2015-06-09
162
 
163
  * Fixes admin page slug for multisite
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit0da939d762bd0aafc6d6e8cf94b6668f::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit87894e4f092cead45686fe634307188f::getLoader();
vendor/composer/ClassLoader.php CHANGED
@@ -54,15 +54,9 @@ class ClassLoader
54
  private $useIncludePath = false;
55
  private $classMap = array();
56
 
57
- private $classMapAuthoritative = false;
58
-
59
  public function getPrefixes()
60
  {
61
- if (!empty($this->prefixesPsr0)) {
62
- return call_user_func_array('array_merge', $this->prefixesPsr0);
63
- }
64
-
65
- return array();
66
  }
67
 
68
  public function getPrefixesPsr4()
@@ -149,8 +143,6 @@ class ClassLoader
149
  * @param string $prefix The prefix/namespace, with trailing '\\'
150
  * @param array|string $paths The PSR-0 base directories
151
  * @param bool $prepend Whether to prepend the directories
152
- *
153
- * @throws \InvalidArgumentException
154
  */
155
  public function addPsr4($prefix, $paths, $prepend = false)
156
  {
@@ -212,8 +204,6 @@ class ClassLoader
212
  *
213
  * @param string $prefix The prefix/namespace, with trailing '\\'
214
  * @param array|string $paths The PSR-4 base directories
215
- *
216
- * @throws \InvalidArgumentException
217
  */
218
  public function setPsr4($prefix, $paths)
219
  {
@@ -250,27 +240,6 @@ class ClassLoader
250
  return $this->useIncludePath;
251
  }
252
 
253
- /**
254
- * Turns off searching the prefix and fallback directories for classes
255
- * that have not been registered with the class map.
256
- *
257
- * @param bool $classMapAuthoritative
258
- */
259
- public function setClassMapAuthoritative($classMapAuthoritative)
260
- {
261
- $this->classMapAuthoritative = $classMapAuthoritative;
262
- }
263
-
264
- /**
265
- * Should class lookup fail if not found in the current class map?
266
- *
267
- * @return bool
268
- */
269
- public function isClassMapAuthoritative()
270
- {
271
- return $this->classMapAuthoritative;
272
- }
273
-
274
  /**
275
  * Registers this instance as an autoloader.
276
  *
@@ -322,9 +291,6 @@ class ClassLoader
322
  if (isset($this->classMap[$class])) {
323
  return $this->classMap[$class];
324
  }
325
- if ($this->classMapAuthoritative) {
326
- return false;
327
- }
328
 
329
  $file = $this->findFileWithExtension($class, '.php');
330
 
54
  private $useIncludePath = false;
55
  private $classMap = array();
56
 
 
 
57
  public function getPrefixes()
58
  {
59
+ return call_user_func_array('array_merge', $this->prefixesPsr0);
 
 
 
 
60
  }
61
 
62
  public function getPrefixesPsr4()
143
  * @param string $prefix The prefix/namespace, with trailing '\\'
144
  * @param array|string $paths The PSR-0 base directories
145
  * @param bool $prepend Whether to prepend the directories
 
 
146
  */
147
  public function addPsr4($prefix, $paths, $prepend = false)
148
  {
204
  *
205
  * @param string $prefix The prefix/namespace, with trailing '\\'
206
  * @param array|string $paths The PSR-4 base directories
 
 
207
  */
208
  public function setPsr4($prefix, $paths)
209
  {
240
  return $this->useIncludePath;
241
  }
242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  /**
244
  * Registers this instance as an autoloader.
245
  *
291
  if (isset($this->classMap[$class])) {
292
  return $this->classMap[$class];
293
  }
 
 
 
294
 
295
  $file = $this->findFileWithExtension($class, '.php');
296
 
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit0da939d762bd0aafc6d6e8cf94b6668f
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit0da939d762bd0aafc6d6e8cf94b6668f
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit0da939d762bd0aafc6d6e8cf94b6668f', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit0da939d762bd0aafc6d6e8cf94b6668f', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -44,7 +44,7 @@ class ComposerAutoloaderInit0da939d762bd0aafc6d6e8cf94b6668f
44
  }
45
  }
46
 
47
- function composerRequire0da939d762bd0aafc6d6e8cf94b6668f($file)
48
  {
49
  require $file;
50
  }
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit87894e4f092cead45686fe634307188f
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit87894e4f092cead45686fe634307188f', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit87894e4f092cead45686fe634307188f', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
44
  }
45
  }
46
 
47
+ function composerRequire87894e4f092cead45686fe634307188f($file)
48
  {
49
  require $file;
50
  }