BackWPup – WordPress Backup Plugin - Version 3.0.12

Version Description

= After an upgrade from version 2 =

Please check all settings after the update:

  • Dropbox authentication must be done again
  • SugarSync authentication must be done again
  • S3 Settings
  • Google Storage is now in S3
  • Check all your passwords
Download this release

Release Info

Developer Schmutte
Plugin Icon 128x128 BackWPup – WordPress Backup Plugin
Version 3.0.12
Comparing to
See all releases

Code changes from version 3.0.11 to 3.0.12

backwpup.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: WordPress Backup and more...
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
- * Version: 3.0.11
9
  * Text Domain: backwpup
10
  * Domain Path: /languages/
11
  * Network: true
@@ -241,7 +241,7 @@ if ( ! class_exists( 'BackWPup' ) ) {
241
  BackWPup_Adminbar::getInstance();
242
 
243
  //display about page after Update
244
- if ( ! get_site_option( 'backwpup_about_page', FALSE ) )
245
  wp_redirect( network_admin_url( 'admin.php' ) . '?page=backwpupabout' );
246
  }
247
 
5
  * Description: WordPress Backup and more...
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
+ * Version: 3.0.12
9
  * Text Domain: backwpup
10
  * Domain Path: /languages/
11
  * Network: true
241
  BackWPup_Adminbar::getInstance();
242
 
243
  //display about page after Update
244
+ if ( ! get_site_option( 'backwpup_about_page', FALSE ) && $_REQUEST[ 'page' ] != 'backwpupabout' )
245
  wp_redirect( network_admin_url( 'admin.php' ) . '?page=backwpupabout' );
246
  }
247
 
inc/class-admin.php CHANGED
@@ -227,7 +227,7 @@ final class BackWPup_Admin {
227
  */
228
  public function admin_page_about( $page_hooks ) {
229
 
230
- $this->page_hooks[ 'backwpupabout' ] = add_submenu_page( 'backwpup', __( 'About', 'backwpup' ), __( 'About', 'backwpup' ), 'administrator', 'backwpupabout', array( 'BackWPup_Page_About', 'page' ) );
231
  add_action( 'load-' . $this->page_hooks[ 'backwpupabout' ], array( 'BackWPup_Admin', 'init_generel' ) );
232
  add_action( 'admin_print_styles-' . $this->page_hooks[ 'backwpupabout' ], array( 'BackWPup_Page_About', 'admin_print_styles' ) );
233
  add_action( 'admin_print_scripts-' . $this->page_hooks[ 'backwpupabout' ], array( 'BackWPup_Page_About', 'admin_print_scripts' ) );
227
  */
228
  public function admin_page_about( $page_hooks ) {
229
 
230
+ $this->page_hooks[ 'backwpupabout' ] = add_submenu_page( 'backwpup', __( 'About', 'backwpup' ), __( 'About', 'backwpup' ), 'install_plugins', 'backwpupabout', array( 'BackWPup_Page_About', 'page' ) );
231
  add_action( 'load-' . $this->page_hooks[ 'backwpupabout' ], array( 'BackWPup_Admin', 'init_generel' ) );
232
  add_action( 'admin_print_styles-' . $this->page_hooks[ 'backwpupabout' ], array( 'BackWPup_Page_About', 'admin_print_styles' ) );
233
  add_action( 'admin_print_scripts-' . $this->page_hooks[ 'backwpupabout' ], array( 'BackWPup_Page_About', 'admin_print_scripts' ) );
languages/backwpup-de_DE.mo CHANGED
Binary file
languages/backwpup-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: BackWPup v3.0.10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-02-06 17:42+0100\n"
6
- "PO-Revision-Date: 2013-05-08 16:32:30-0500\n"
7
  "Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
8
  "Language-Team: INPSYDE <info@inpsyde.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -21,6 +21,8 @@ msgstr ""
21
  "X-Textdomain-Support: yes"
22
 
23
  #: inc/class-admin.php:120
 
 
24
  #@ backwpup
25
  msgid "Documentation"
26
  msgstr "Dokumentation"
@@ -87,10 +89,7 @@ msgstr "Jetzt starten"
87
  msgid "version %s"
88
  msgstr "Version %s"
89
 
90
- #. translators: plugin header field 'Name'
91
- #: backwpup.php:0
92
  #: inc/class-adminbar.php:62
93
- #@ backwpup
94
  #@ backwpupadminbar
95
  msgid "BackWPup"
96
  msgstr "BackWPup"
@@ -121,14 +120,14 @@ msgstr "Jetzt starten"
121
  msgid "ERROR:"
122
  msgstr "FEHLER:"
123
 
124
- #: inc/class-cron.php:84
125
  #: inc/class-job.php:1242
126
  #, php-format
127
  #@ backwpup
128
  msgid "[%3$s] BackWPup log %1$s: %2$s"
129
  msgstr "[%3$s] BackWPup Log %1$s: %2$s"
130
 
131
- #: inc/class-cron.php:84
132
  #: inc/class-job.php:1238
133
  #@ backwpup
134
  msgid "ERROR"
@@ -146,6 +145,7 @@ msgid "Backup to Dropbox"
146
  msgstr "Datensicherung in die Dropbox"
147
 
148
  #: inc/class-destination-dropbox.php:50
 
149
  #@ backwpup
150
  msgid "Dropbox authentication complete!"
151
  msgstr "Dropbox-Authentifizierung vollständig!"
@@ -155,6 +155,9 @@ msgstr "Dropbox-Authentifizierung vollständig!"
155
  #: inc/class-destination-dropbox.php:152
156
  #: inc/class-destination-dropbox.php:278
157
  #: inc/class-destination-dropbox.php:328
 
 
 
158
  #, php-format
159
  #@ backwpup
160
  msgid "Dropbox API: %s"
@@ -166,22 +169,27 @@ msgid "Login"
166
  msgstr "Anmelden"
167
 
168
  #: inc/class-destination-dropbox.php:67
 
169
  #@ backwpup
170
  msgid "Authenticate"
171
  msgstr "Authentifizieren"
172
 
173
  #: inc/class-destination-dropbox.php:69
 
174
  #@ backwpup
175
  msgid "Not authenticated!"
176
  msgstr "Nicht authentifiziert!"
177
 
178
  #: inc/class-destination-dropbox.php:69
 
179
  #@ backwpup
180
  msgid "Create Account"
181
  msgstr "Konto erstellen"
182
 
183
  #: inc/class-destination-dropbox.php:71
184
  #: inc/class-destination-sugarsync.php:63
 
 
185
  #@ backwpup
186
  msgid "Authenticated!"
187
  msgstr "Authentifiziert!"
@@ -226,6 +234,12 @@ msgstr "Dateilöschung"
226
  #: inc/class-destination-s3-v1.php:172
227
  #: inc/class-destination-s3.php:177
228
  #: inc/class-destination-sugarsync.php:116
 
 
 
 
 
 
229
  #@ backwpup
230
  msgid "Number of files to keep in folder."
231
  msgstr "Anzahl der Dateien, die im Ordner behalten werden"
@@ -238,6 +252,12 @@ msgstr "Anzahl der Dateien, die im Ordner behalten werden"
238
  #: inc/class-destination-s3-v1.php:172
239
  #: inc/class-destination-s3.php:177
240
  #: inc/class-destination-sugarsync.php:116
 
 
 
 
 
 
241
  #@ backwpup
242
  msgid "Oldest files will be deleted first. 0 = no deletion"
243
  msgstr "Älteste Dateien werden als erstes gelöscht. 0 = keine Löschung"
@@ -250,6 +270,14 @@ msgstr "Älteste Dateien werden als erstes gelöscht. 0 = keine Löschung"
250
  #: inc/class-destination-s3-v1.php:176
251
  #: inc/class-destination-s3.php:181
252
  #: inc/class-destination-sugarsync.php:120
 
 
 
 
 
 
 
 
253
  #@ backwpup
254
  msgid "Do not delete files while syncing to destination!"
255
  msgstr "Keine Dateien im Sync-Zielverzeichnis löschen!"
@@ -299,6 +327,7 @@ msgstr "Backup zu FTP"
299
 
300
  #: inc/class-destination-email.php:125
301
  #: inc/class-destination-ftp.php:46
 
302
  #@ backwpup
303
  msgid "Port:"
304
  msgstr "Port:"
@@ -407,6 +436,7 @@ msgid "Maximum file size"
407
  msgstr "Maximale Dateigröße"
408
 
409
  #: inc/class-destination-email.php:77
 
410
  #@ backwpup
411
  msgid "MB"
412
  msgstr "MB"
@@ -450,6 +480,8 @@ msgstr "SMTP Sichere Verbindung"
450
  #: inc/class-jobtype-wpplugin.php:56
451
  #: inc/class-page-backwpup.php:232
452
  #: inc/class-page-backwpup.php:297
 
 
453
  #@ backwpup
454
  msgid "none"
455
  msgstr "nichts"
@@ -547,24 +579,28 @@ msgid "File deletion"
547
  msgstr "Datei Löschung"
548
 
549
  #: inc/class-destination-msazure.php:144
 
550
  #, php-format
551
  #@ backwpup
552
  msgid "MS Azure container \"%s\" created."
553
  msgstr "MS Azure Container \"%s\" erstellt."
554
 
555
  #: inc/class-destination-msazure.php:147
 
556
  #, php-format
557
  #@ backwpup
558
  msgid "MS Azure container create: %s"
559
  msgstr "MS Azure Container erstellen: %s"
560
 
561
  #: inc/class-destination-msazure.php:239
 
562
  #, php-format
563
  #@ backwpup
564
  msgid "MS Azure container \"%s\" does not exist!"
565
  msgstr "MS Azure Container \"%s\" existiert nicht!"
566
 
567
  #: inc/class-destination-msazure.php:243
 
568
  #, php-format
569
  #@ backwpup
570
  msgid "Connected to MS Azure container \"%s\"."
@@ -579,6 +615,7 @@ msgstr[0] "Eine Datei im Microsoft-Azure-Container gelöscht"
579
  msgstr[1] "%d Dateien im Microsoft-Azure-Container gelöscht"
580
 
581
  #: inc/class-destination-msazure.php:298
 
582
  #, php-format
583
  #@ backwpup
584
  msgid "Microsoft Azure API: %s"
@@ -612,16 +649,19 @@ msgstr "Wähle Region"
612
 
613
  #: inc/class-destination-rsc.php:69
614
  #: inc/class-destination-rsc.php:71
 
615
  #@ backwpup
616
  msgid "Rackspace Cloud Files Region"
617
  msgstr "Rackspace Cloud Verzeichnis"
618
 
619
  #: inc/class-destination-rsc.php:72
 
620
  #@ backwpup
621
  msgid "Dallas (DFW)"
622
  msgstr "Dallas (DFW)"
623
 
624
  #: inc/class-destination-rsc.php:73
 
625
  #@ backwpup
626
  msgid "Chicago (ORD)"
627
  msgstr "Chicago (ORD)"
@@ -640,6 +680,7 @@ msgid "Folder in bucket"
640
  msgstr "Ordner im Bucket"
641
 
642
  #: inc/class-destination-rsc.php:158
 
643
  #, php-format
644
  #@ backwpup
645
  msgid "Rackspace Cloud container \"%s\" created."
@@ -649,6 +690,9 @@ msgstr "Rackspace Cloud Container \"%s\" erstellt."
649
  #: inc/class-destination-rsc.php:271
650
  #: inc/class-destination-rsc.php:299
651
  #: inc/class-destination-rsc.php:347
 
 
 
652
  #, php-format
653
  #@ backwpup
654
  msgid "Rackspace Cloud API: %s"
@@ -710,72 +754,96 @@ msgstr "Wähle einen S3 Service"
710
 
711
  #: inc/class-destination-s3-v1.php:90
712
  #: inc/class-destination-s3.php:95
 
 
713
  #@ backwpup
714
  msgid "Amazon S3 Region"
715
  msgstr "Amazon S3 Region"
716
 
717
  #: inc/class-destination-s3-v1.php:91
718
  #: inc/class-destination-s3.php:96
 
 
719
  #@ backwpup
720
  msgid "Amazon S3: US Standard"
721
  msgstr "Amazon S3: US Standard"
722
 
723
  #: inc/class-destination-s3-v1.php:92
724
  #: inc/class-destination-s3.php:97
 
 
725
  #@ backwpup
726
  msgid "Amazon S3: US West (Northern California)"
727
  msgstr "Amazon S3: US West (Northern California)"
728
 
729
  #: inc/class-destination-s3-v1.php:93
730
  #: inc/class-destination-s3.php:98
 
 
731
  #@ backwpup
732
  msgid "Amazon S3: US West (Oregon)"
733
  msgstr "Amazon S3: US West (Oregon)"
734
 
735
  #: inc/class-destination-s3-v1.php:94
736
  #: inc/class-destination-s3.php:99
 
 
737
  #@ backwpup
738
  msgid "Amazon S3: EU (Ireland)"
739
  msgstr "Amazon S3: EU (Ireland)"
740
 
741
  #: inc/class-destination-s3-v1.php:95
742
  #: inc/class-destination-s3.php:100
 
 
743
  #@ backwpup
744
  msgid "Amazon S3: Asia Pacific (Tokyo)"
745
  msgstr "Amazon S3: Asia Pacific (Tokyo)"
746
 
747
  #: inc/class-destination-s3-v1.php:96
748
  #: inc/class-destination-s3.php:101
 
 
749
  #@ backwpup
750
  msgid "Amazon S3: Asia Pacific (Singapore)"
751
  msgstr "Amazon S3: Asia Pacific (Singapore)"
752
 
753
  #: inc/class-destination-s3-v1.php:97
754
  #: inc/class-destination-s3.php:102
 
 
755
  #@ backwpup
756
  msgid "Amazon S3: Asia Pacific (Sydney)"
757
  msgstr "Amazon S3: Asia Pacific (Sydney)"
758
 
759
  #: inc/class-destination-s3-v1.php:98
760
  #: inc/class-destination-s3.php:103
 
 
761
  #@ backwpup
762
  msgid "Amazon S3: South America (Sao Paulo)"
763
  msgstr "Amazon S3: South America (Sao Paulo)"
764
 
765
  #: inc/class-destination-s3-v1.php:99
766
  #: inc/class-destination-s3.php:104
 
 
767
  #@ backwpup
768
  msgid "Google Storage (Interoperable Access)"
769
  msgstr "Google Storage (Interoperable Access)"
770
 
771
  #: inc/class-destination-s3-v1.php:100
772
  #: inc/class-destination-s3.php:105
 
 
773
  #@ backwpup
774
  msgid "Hosteurope Cloud Storage"
775
  msgstr "Hosteurope Cloud Storage"
776
 
777
  #: inc/class-destination-s3-v1.php:101
778
  #: inc/class-destination-s3.php:106
 
 
779
  #@ backwpup
780
  msgid "Dream Host Cloud Storage"
781
  msgstr "Dream Host Cloud Storage"
@@ -856,6 +924,8 @@ msgstr "Speicher Dateien Server Side Encrypted (AES256)"
856
 
857
  #: inc/class-destination-s3-v1.php:260
858
  #: inc/class-destination-s3.php:271
 
 
859
  #, php-format
860
  #@ backwpup
861
  msgid "Bucket %1$s created in %2$s."
@@ -863,12 +933,15 @@ msgstr "Bucket %1$s in %2$s erstellt."
863
 
864
  #: inc/class-destination-s3-v1.php:262
865
  #: inc/class-destination-s3.php:273
 
 
866
  #, php-format
867
  #@ backwpup
868
  msgid "Bucket %s could not be created."
869
  msgstr "Bucket %s konnte nicht erstellt werden."
870
 
871
  #: inc/class-destination-s3.php:275
 
872
  #, php-format
873
  #@ backwpup
874
  msgid " %s is not a valid bucket name."
@@ -882,6 +955,8 @@ msgstr "%s ist kein gültiger Bucket Name"
882
  #: inc/class-destination-s3.php:451
883
  #: inc/class-destination-s3.php:472
884
  #: inc/class-destination-s3.php:531
 
 
885
  #, php-format
886
  #@ backwpup
887
  msgid "S3 Service API: %s"
@@ -889,6 +964,8 @@ msgstr "S3 Service API: %s"
889
 
890
  #: inc/class-destination-s3-v1.php:398
891
  #: inc/class-destination-s3.php:395
 
 
892
  #, php-format
893
  #@ backwpup
894
  msgid "S3 Bucket \"%s\" does not exist!"
@@ -968,18 +1045,25 @@ msgstr "Authentifizierung"
968
 
969
  #: inc/class-destination-sugarsync.php:48
970
  #: inc/class-page-settings.php:330
 
 
 
971
  #@ backwpup
972
  msgid "Password:"
973
  msgstr "Passwort:"
974
 
975
  #: inc/class-destination-sugarsync.php:54
976
  #: inc/class-destination-sugarsync.php:135
 
 
977
  #@ backwpup
978
  msgid "Sugarsync authenticate!"
979
  msgstr "SugarSync authentifiziert!"
980
 
981
  #: inc/class-destination-sugarsync.php:65
982
  #: inc/class-destination-sugarsync.php:147
 
 
983
  #@ backwpup
984
  msgid "Delete Sugarsync authentication!"
985
  msgstr "Lösche SugarSync Authentifizierung"
@@ -990,6 +1074,7 @@ msgid "Sync folder selection"
990
  msgstr "Sync Ordner Auswahl"
991
 
992
  #: inc/class-destination-sugarsync.php:83
 
993
  #@ backwpup
994
  msgid "No Syncfolders found!"
995
  msgstr "Keine Sync-Ordner gefunden!"
@@ -1458,6 +1543,7 @@ msgid "Check database tables"
1458
  msgstr "Datenbank-Tabellen prüfen"
1459
 
1460
  #: inc/class-jobtype-dbcheck.php:35
 
1461
  #@ backwpup
1462
  msgid "Settings for database check"
1463
  msgstr "Einstellungen für den Datenbank Check"
@@ -1474,11 +1560,13 @@ msgid "Check WordPress database tables only"
1474
  msgstr "Teste nur die WordPress-Tabellen"
1475
 
1476
  #: inc/class-jobtype-dbcheck.php:49
 
1477
  #@ backwpup
1478
  msgid "Repair"
1479
  msgstr "Reparieren"
1480
 
1481
  #: inc/class-jobtype-dbcheck.php:54
 
1482
  #@ backwpup
1483
  msgid "Try to repair defect table"
1484
  msgstr "Versuche, definierte Tabellen zu reparieren"
@@ -1521,16 +1609,19 @@ msgid "Database backup"
1521
  msgstr "Datenbank Backup"
1522
 
1523
  #: inc/class-jobtype-dbdump.php:67
 
1524
  #@ backwpup
1525
  msgid "all"
1526
  msgstr "alle"
1527
 
1528
  #: inc/class-jobtype-dbdump.php:92
 
1529
  #@ backwpup
1530
  msgid "Dumpfile name"
1531
  msgstr "Name der Backup-Datei"
1532
 
1533
  #: inc/class-jobtype-dbdump.php:100
 
1534
  #@ backwpup
1535
  msgid "Dumpfile compression"
1536
  msgstr "Kompression der Backup-Datei"
@@ -1541,6 +1632,8 @@ msgstr "Kompression der Backup-Datei"
1541
  #: inc/class-jobtype-wpexp.php:74
1542
  #: inc/class-jobtype-wpplugin.php:58
1543
  #: inc/class-jobtype-wpplugin.php:60
 
 
1544
  #@ backwpup
1545
  msgid "GZip"
1546
  msgstr "GZip"
@@ -1551,11 +1644,15 @@ msgstr "GZip"
1551
  #: inc/class-jobtype-wpexp.php:78
1552
  #: inc/class-jobtype-wpplugin.php:62
1553
  #: inc/class-jobtype-wpplugin.php:64
 
 
1554
  #@ backwpup
1555
  msgid "BZip2"
1556
  msgstr "BZip2"
1557
 
1558
  #: inc/class-jobtype-dbdump.php:167
 
 
1559
  #, php-format
1560
  #@ backwpup
1561
  msgid "Connected to database %1$s on %2$s"
@@ -1570,23 +1667,32 @@ msgstr "Mit Datenbank %1$s auf %2$s verbunden"
1570
  #: inc/class-mysqldump.php:302
1571
  #: inc/class-mysqldump.php:324
1572
  #: inc/class-mysqldump.php:339
 
 
 
 
 
1573
  #, php-format
1574
  #@ backwpup
1575
  msgid "Database error %1$s for query %2$s"
1576
  msgstr "Datenbankfehler %1$s für die Abfrage (Query) %2$s"
1577
 
1578
  #: inc/class-jobtype-dbdump.php:179
 
1579
  #@ backwpup
1580
  msgid "No tables to dump."
1581
  msgstr "Es gibt keine Tabellen zu sichern"
1582
 
1583
  #: inc/class-jobtype-dbdump.php:188
 
1584
  #, php-format
1585
  #@ backwpup
1586
  msgid "Dump database table \"%s\""
1587
  msgstr "Sichere Datenbanktabelle \"%s\""
1588
 
1589
  #: inc/class-jobtype-dbdump.php:211
 
 
1590
  #@ backwpup
1591
  msgid "Database dump done!"
1592
  msgstr "Datenbank-Backup fertig!"
@@ -1602,6 +1708,7 @@ msgid "Optimize database tables"
1602
  msgstr "Datenbank-Tabellen optimieren"
1603
 
1604
  #: inc/class-jobtype-dboptimize.php:36
 
1605
  #@ backwpup
1606
  msgid "Settings for database optimization"
1607
  msgstr "Einstellungen der Datenbank Optimierung"
@@ -1721,16 +1828,19 @@ msgid "WordPress XML export"
1721
  msgstr "WordPress XML Export"
1722
 
1723
  #: inc/class-jobtype-wpexp.php:48
 
1724
  #@ backwpup
1725
  msgid "All content"
1726
  msgstr "Gesamter Inhalt"
1727
 
1728
  #: inc/class-jobtype-wpexp.php:49
 
1729
  #@ backwpup
1730
  msgid "Posts"
1731
  msgstr "Beiträge"
1732
 
1733
  #: inc/class-jobtype-wpexp.php:50
 
1734
  #@ backwpup
1735
  msgid "Pages"
1736
  msgstr "Seiten"
@@ -1836,6 +1946,7 @@ msgid "Welcome to BackWPup"
1836
  msgstr "Willkommen bei BackWPup"
1837
 
1838
  #: inc/class-page-backwpup.php:122
 
1839
  #@ backwpup
1840
  msgid "Start wizard"
1841
  msgstr "Assistenten starten"
@@ -1978,17 +2089,21 @@ msgid "%s Job:"
1978
  msgstr "%s Auftrag: "
1979
 
1980
  #: inc/class-page-editjob.php:436
 
1981
  #@ backwpup
1982
  msgid "Job tasks"
1983
  msgstr "Auftragsdetails"
1984
 
1985
  #: inc/class-page-editjob.php:457
1986
  #: inc/class-page-editjob.php:460
 
 
1987
  #@ backwpup
1988
  msgid "Backup type"
1989
  msgstr "Backup Typ"
1990
 
1991
  #: inc/class-page-editjob.php:469
 
1992
  #@ backwpup
1993
  msgid "Create a backup archive"
1994
  msgstr "Backup erstellen"
@@ -2001,28 +2116,37 @@ msgstr "Archiv Format"
2001
 
2002
  #: inc/class-page-editjob.php:521
2003
  #: inc/class-page-editjob.php:523
 
 
2004
  #@ backwpup
2005
  msgid "Zip"
2006
  msgstr "Zip"
2007
 
2008
  #: inc/class-page-editjob.php:524
 
2009
  #@ backwpup
2010
  msgid "Tar"
2011
  msgstr "Tar"
2012
 
2013
  #: inc/class-page-editjob.php:526
2014
  #: inc/class-page-editjob.php:528
 
 
2015
  #@ backwpup
2016
  msgid "Tar GZip"
2017
  msgstr "Tar GZip"
2018
 
2019
  #: inc/class-page-editjob.php:530
2020
  #: inc/class-page-editjob.php:532
 
 
2021
  #@ backwpup
2022
  msgid "Tar BZip2"
2023
  msgstr "Tar BZip2"
2024
 
2025
  #: inc/class-page-jobs.php:71
 
 
2026
  #@ backwpup
2027
  msgid "Destinations"
2028
  msgstr "Zielordner"
@@ -2071,6 +2195,7 @@ msgstr "erweitert"
2071
 
2072
  #: inc/class-page-editjob.php:682
2073
  #: inc/class-page-editjob.php:750
 
2074
  #@ backwpup
2075
  msgid "Scheduler"
2076
  msgstr "Planer"
@@ -2078,83 +2203,98 @@ msgstr "Planer"
2078
  #: inc/class-page-editjob.php:687
2079
  #: inc/class-page-jobs.php:70
2080
  #: inc/class-page-logs.php:115
 
2081
  #@ backwpup
2082
  msgid "Type"
2083
  msgstr "Typ"
2084
 
2085
  #: inc/class-page-editjob.php:692
 
2086
  #@ backwpup
2087
  msgid "Hour"
2088
  msgstr "Stunde"
2089
 
2090
  #: inc/class-page-editjob.php:695
 
2091
  #@ backwpup
2092
  msgid "Minute"
2093
  msgstr "Minute"
2094
 
2095
  #: inc/class-page-editjob.php:699
 
2096
  #@ backwpup
2097
  msgid "monthly"
2098
  msgstr "monatlich"
2099
 
2100
  #: inc/class-page-editjob.php:701
 
2101
  #@ backwpup
2102
  msgid "on"
2103
  msgstr "am"
2104
 
2105
  #: inc/class-page-editjob.php:711
 
2106
  #@ backwpup
2107
  msgid "weekly"
2108
  msgstr "wöchentlich"
2109
 
2110
  #: inc/class-page-editjob.php:713
2111
  #: inc/class-page-editjob.php:820
 
2112
  #@ backwpup
2113
  msgid "Sunday"
2114
  msgstr "Sonntag"
2115
 
2116
  #: inc/class-page-editjob.php:714
2117
  #: inc/class-page-editjob.php:821
 
2118
  #@ backwpup
2119
  msgid "Monday"
2120
  msgstr "Montag"
2121
 
2122
  #: inc/class-page-editjob.php:715
2123
  #: inc/class-page-editjob.php:822
 
2124
  #@ backwpup
2125
  msgid "Tuesday"
2126
  msgstr "Dienstag"
2127
 
2128
  #: inc/class-page-editjob.php:716
2129
  #: inc/class-page-editjob.php:823
 
2130
  #@ backwpup
2131
  msgid "Wednesday"
2132
  msgstr "Mittwoch"
2133
 
2134
  #: inc/class-page-editjob.php:717
2135
  #: inc/class-page-editjob.php:824
 
2136
  #@ backwpup
2137
  msgid "Thursday"
2138
  msgstr "Donnerstag"
2139
 
2140
  #: inc/class-page-editjob.php:718
2141
  #: inc/class-page-editjob.php:825
 
2142
  #@ backwpup
2143
  msgid "Friday"
2144
  msgstr "Freitag"
2145
 
2146
  #: inc/class-page-editjob.php:719
2147
  #: inc/class-page-editjob.php:826
 
2148
  #@ backwpup
2149
  msgid "Saturday"
2150
  msgstr "Samstag"
2151
 
2152
  #: inc/class-page-editjob.php:729
 
2153
  #@ backwpup
2154
  msgid "daily"
2155
  msgstr "täglich"
2156
 
2157
  #: inc/class-page-editjob.php:739
 
2158
  #@ backwpup
2159
  msgid "hourly"
2160
  msgstr "stündlich"
@@ -2576,6 +2716,8 @@ msgid "maximum"
2576
  msgstr "maximum"
2577
 
2578
  #: inc/class-page-settings.php:322
 
 
2579
  #@ backwpup
2580
  msgid "Username:"
2581
  msgstr "Benutzername:"
@@ -2731,6 +2873,8 @@ msgid "%s Welcome"
2731
  msgstr "%s Willkommen"
2732
 
2733
  #: inc/class-jobtype-dbdump.php:208
 
 
2734
  #, php-format
2735
  #@ backwpup
2736
  msgid "Added database dump \"%1$s\" with %2$s to backup file list"
@@ -3045,11 +3189,6 @@ msgstr "Cloud-Support"
3045
  msgid "BackWPup supports multiple cloud services in parallel. This ensures the backups are redundant."
3046
  msgstr "BackWPup unterstützt mehrere Cloud-Dienste parallel. Damit wird sichergestellt, dass Sie redundante Backups anlegen können."
3047
 
3048
- #: inc/class-page-about.php:342
3049
- #@ backwpup
3050
- msgid "Backup now!"
3051
- msgstr "Sichern Sie Ihre Daten jetzt!"
3052
-
3053
  #: inc/class-page-editjob.php:628
3054
  #@ backwpup
3055
  msgid "Start job with CLI"
@@ -3697,6 +3836,8 @@ msgstr "Benutze Multipart Upload zu hochladen der Datei"
3697
 
3698
  #: inc/class-destination-s3-v1.php:395
3699
  #: inc/class-destination-s3.php:392
 
 
3700
  #, php-format
3701
  #@ backwpup
3702
  msgid "Connected to S3 Bucket \"%1$s\" in %2$s"
@@ -3794,6 +3935,7 @@ msgid "%d. Try to send backup file to Dropbox&#160;&hellip;"
3794
  msgstr "%d. Versuche, das Backup zur Dropbox zu senden&#160;&hellip;"
3795
 
3796
  #: inc/class-destination-dropbox.php:246
 
3797
  #, php-format
3798
  #@ backwpup
3799
  msgid "Authenticated with Dropbox of user %s"
@@ -3805,6 +3947,7 @@ msgid "Your Dropbox appears to be full."
3805
  msgstr "Deine Dropbox scheint voll zu sein."
3806
 
3807
  #: inc/class-destination-dropbox.php:256
 
3808
  #, php-format
3809
  #@ backwpup
3810
  msgid "%s available on your Dropbox"
@@ -3845,6 +3988,7 @@ msgid "Backup sent by e-mail"
3845
  msgstr "Backup als E-Mail versendet"
3846
 
3847
  #: inc/class-destination-email.php:55
 
3848
  #@ backwpup
3849
  msgid "E-Mail Address"
3850
  msgstr "E-Mail-Adresse"
@@ -3855,12 +3999,15 @@ msgid "E-Mail address"
3855
  msgstr "E-Mail-Adresse"
3856
 
3857
  #: inc/class-destination-email.php:62
 
3858
  #@ backwpup
3859
  msgid "E-Mail address to which Backups are sent."
3860
  msgstr "E-Mail-Adresse, zu der Backups gesendet werden."
3861
 
3862
  #: inc/class-destination-email.php:66
3863
  #: inc/class-destination-email.php:68
 
 
3864
  #@ backwpup
3865
  msgid "Send test e-mail"
3866
  msgstr "Test-E-Mail senden"
@@ -3871,12 +4018,15 @@ msgid "Send e-mail settings"
3871
  msgstr "Absende-Einstellungen für E-Mails"
3872
 
3873
  #: inc/class-destination-email.php:78
 
3874
  #@ backwpup
3875
  msgid "Maximum file size to be included in an e-mail. 0 = unlimited"
3876
  msgstr "Maximale Dateigröße für den E-Mail-Versand. 0 = unbegrenzt"
3877
 
3878
  #: inc/class-destination-email.php:82
3879
  #: inc/class-destination-email.php:86
 
 
3880
  #@ backwpup
3881
  msgid "Sender e-mail address"
3882
  msgstr "E-Mail-Adresse des Absenders"
@@ -4084,12 +4234,15 @@ msgid "Starting upload to S3 Service&#160;&hellip;"
4084
  msgstr "Upload zum S3 Service begonnen&#160;&hellip;"
4085
 
4086
  #: inc/class-destination-sugarsync.php:44
 
4087
  #@ backwpup
4088
  msgid "E-Mail address:"
4089
  msgstr "E-Mail-Adresse"
4090
 
4091
  #: inc/class-destination-sugarsync.php:56
4092
  #: inc/class-destination-sugarsync.php:151
 
 
4093
  #@ backwpup
4094
  msgid "Create Sugarsync account"
4095
  msgstr "SugarSync-Konto erstellen"
@@ -4152,6 +4305,7 @@ msgid "Creates an .sql database dump file"
4152
  msgstr "Erstellt ein Datenbank-Backup (.sql, .xml)"
4153
 
4154
  #: inc/class-jobtype-dbdump.php:155
 
4155
  #, php-format
4156
  #@ backwpup
4157
  msgid "%d. Try to dump database&#160;&hellip;"
@@ -4228,6 +4382,7 @@ msgid "All plugin information:"
4228
  msgstr "Alle Plugin-Informationen"
4229
 
4230
  #: inc/class-mysqldump.php:90
 
4231
  #, php-format
4232
  #@ backwpup
4233
  msgid "Cannot connect to MySQL database %1$d: %2$s"
@@ -4312,6 +4467,7 @@ msgid "Job Tasks"
4312
  msgstr "Auftragsdetails"
4313
 
4314
  #: inc/class-page-editjob.php:433
 
4315
  #@ backwpup
4316
  msgid "This job is a&#160;&hellip;"
4317
  msgstr "Dieser Auftrag ist ein&#160;&hellip;"
@@ -4644,11 +4800,13 @@ msgid "E-Mail \"From\" field (Name &lt;&#160;you@your-email-address.tld&#160;&gt
4644
  msgstr "\"VON\"-Feld der E-Mail (Name &lt;&#160;email@adresse.tld&#160;&gt;)"
4645
 
4646
  #: inc/class-jobtype-dbdump.php:61
 
4647
  #@ backwpup
4648
  msgid "Settings for database backup"
4649
  msgstr "Einstellungen für das Datenbank Backup"
4650
 
4651
  #: inc/class-jobtype-dbdump.php:65
 
4652
  #@ backwpup
4653
  msgid "Tables to backup"
4654
  msgstr "Tabellen zu sichern"
@@ -4680,9 +4838,10 @@ msgstr "Job mit Fehlern beendet in %s Sekunden. Sie müssen die Fehler für eine
4680
  #, php-format
4681
  #@ backwpup
4682
  msgid "Job has done with warnings in %s seconds. Please resolve them for correct execution."
4683
- msgstr "Job mit Warnungen beendet in %s Sekunden. Sie beheben Sie die Warnungen für eine korrekte Ausführung."
4684
 
4685
  #: inc/class-page-settings.php:384
 
4686
  #, php-format
4687
  #@ backwpup
4688
  msgid "The BackWPup HTTP response header gives back the false value \"%s\""
@@ -4694,12 +4853,6 @@ msgstr "Der BackWPup HTTP Antwort Kopf gibt einen falschen wert zurück \"%s\""
4694
  msgid "Running file can't read. tra again."
4695
  msgstr "Laufzeit Datei kann nicht gelesen werden. Bitte versuchen Sie es erneut."
4696
 
4697
- #. translators: plugin header field 'Version'
4698
- #: backwpup.php:0
4699
- #@ backwpup
4700
- msgid "3.0.10"
4701
- msgstr ""
4702
-
4703
  #: inc/class-page-backwpup.php:136
4704
  #@ backwpup
4705
  msgid "Thank you for using BackWPup!"
@@ -4726,3 +4879,1189 @@ msgstr "BackWPup Pro bietet Ihnen neben erstklassigem Premiumsupport weitere Fun
4726
  msgid "Get BackWPup Pro now"
4727
  msgstr "Erfahren Sie mehr über BackWPup Pro"
4728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: BackWPup Pro v3.0.11\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-02-06 17:42+0100\n"
6
+ "PO-Revision-Date: 2013-05-18 09:32:10+0000\n"
7
  "Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
8
  "Language-Team: INPSYDE <info@inpsyde.com>\n"
9
  "MIME-Version: 1.0\n"
21
  "X-Textdomain-Support: yes"
22
 
23
  #: inc/class-admin.php:120
24
+ #: inc/features/class-documentation.php:150
25
+ #: inc/features/class-features.php:150
26
  #@ backwpup
27
  msgid "Documentation"
28
  msgstr "Dokumentation"
89
  msgid "version %s"
90
  msgstr "Version %s"
91
 
 
 
92
  #: inc/class-adminbar.php:62
 
93
  #@ backwpupadminbar
94
  msgid "BackWPup"
95
  msgstr "BackWPup"
120
  msgid "ERROR:"
121
  msgstr "FEHLER:"
122
 
123
+ #: inc/class-cron.php:86
124
  #: inc/class-job.php:1242
125
  #, php-format
126
  #@ backwpup
127
  msgid "[%3$s] BackWPup log %1$s: %2$s"
128
  msgstr "[%3$s] BackWPup Log %1$s: %2$s"
129
 
130
+ #: inc/class-cron.php:86
131
  #: inc/class-job.php:1238
132
  #@ backwpup
133
  msgid "ERROR"
145
  msgstr "Datensicherung in die Dropbox"
146
 
147
  #: inc/class-destination-dropbox.php:50
148
+ #: inc/features/class-destination-dropbox-pro.php:29
149
  #@ backwpup
150
  msgid "Dropbox authentication complete!"
151
  msgstr "Dropbox-Authentifizierung vollständig!"
155
  #: inc/class-destination-dropbox.php:152
156
  #: inc/class-destination-dropbox.php:278
157
  #: inc/class-destination-dropbox.php:328
158
+ #: inc/features/class-destination-dropbox-pro.php:32
159
+ #: inc/features/class-destination-dropbox-pro.php:51
160
+ #: inc/features/class-destination-dropbox-pro.php:214
161
  #, php-format
162
  #@ backwpup
163
  msgid "Dropbox API: %s"
169
  msgstr "Anmelden"
170
 
171
  #: inc/class-destination-dropbox.php:67
172
+ #: inc/features/class-destination-dropbox-pro.php:59
173
  #@ backwpup
174
  msgid "Authenticate"
175
  msgstr "Authentifizieren"
176
 
177
  #: inc/class-destination-dropbox.php:69
178
+ #: inc/features/class-destination-dropbox-pro.php:58
179
  #@ backwpup
180
  msgid "Not authenticated!"
181
  msgstr "Nicht authentifiziert!"
182
 
183
  #: inc/class-destination-dropbox.php:69
184
+ #: inc/features/class-destination-dropbox-pro.php:60
185
  #@ backwpup
186
  msgid "Create Account"
187
  msgstr "Konto erstellen"
188
 
189
  #: inc/class-destination-dropbox.php:71
190
  #: inc/class-destination-sugarsync.php:63
191
+ #: inc/features/class-destination-dropbox-pro.php:66
192
+ #: inc/features/class-destination-sugarsync-pro.php:29
193
  #@ backwpup
194
  msgid "Authenticated!"
195
  msgstr "Authentifiziert!"
234
  #: inc/class-destination-s3-v1.php:172
235
  #: inc/class-destination-s3.php:177
236
  #: inc/class-destination-sugarsync.php:116
237
+ #: inc/features/class-destination-dropbox-pro.php:74
238
+ #: inc/features/class-destination-folder-pro.php:27
239
+ #: inc/features/class-destination-msazure-pro.php:32
240
+ #: inc/features/class-destination-rsc-pro.php:56
241
+ #: inc/features/class-destination-s3-pro.php:64
242
+ #: inc/features/class-destination-s3-v1-pro.php:64
243
  #@ backwpup
244
  msgid "Number of files to keep in folder."
245
  msgstr "Anzahl der Dateien, die im Ordner behalten werden"
252
  #: inc/class-destination-s3-v1.php:172
253
  #: inc/class-destination-s3.php:177
254
  #: inc/class-destination-sugarsync.php:116
255
+ #: inc/features/class-destination-dropbox-pro.php:74
256
+ #: inc/features/class-destination-folder-pro.php:27
257
+ #: inc/features/class-destination-msazure-pro.php:32
258
+ #: inc/features/class-destination-rsc-pro.php:56
259
+ #: inc/features/class-destination-s3-pro.php:64
260
+ #: inc/features/class-destination-s3-v1-pro.php:64
261
  #@ backwpup
262
  msgid "Oldest files will be deleted first. 0 = no deletion"
263
  msgstr "Älteste Dateien werden als erstes gelöscht. 0 = keine Löschung"
270
  #: inc/class-destination-s3-v1.php:176
271
  #: inc/class-destination-s3.php:181
272
  #: inc/class-destination-sugarsync.php:120
273
+ #: inc/features/class-destination-dropbox-pro.php:76
274
+ #: inc/features/class-destination-folder-pro.php:32
275
+ #: inc/features/class-destination-ftp-pro.php:42
276
+ #: inc/features/class-destination-msazure-pro.php:37
277
+ #: inc/features/class-destination-rsc-pro.php:61
278
+ #: inc/features/class-destination-s3-pro.php:69
279
+ #: inc/features/class-destination-s3-v1-pro.php:69
280
+ #: inc/features/class-destination-sugarsync-pro.php:65
281
  #@ backwpup
282
  msgid "Do not delete files while syncing to destination!"
283
  msgstr "Keine Dateien im Sync-Zielverzeichnis löschen!"
327
 
328
  #: inc/class-destination-email.php:125
329
  #: inc/class-destination-ftp.php:46
330
+ #: inc/features/class-destination-ftp-pro.php:17
331
  #@ backwpup
332
  msgid "Port:"
333
  msgstr "Port:"
436
  msgstr "Maximale Dateigröße"
437
 
438
  #: inc/class-destination-email.php:77
439
+ #: inc/features/class-destination-email-pro.php:35
440
  #@ backwpup
441
  msgid "MB"
442
  msgstr "MB"
480
  #: inc/class-jobtype-wpplugin.php:56
481
  #: inc/class-page-backwpup.php:232
482
  #: inc/class-page-backwpup.php:297
483
+ #: inc/features/class-jobtype-dbdump-pro.php:153
484
+ #: inc/features/class-jobtype-dbdump-pro.php:203
485
  #@ backwpup
486
  msgid "none"
487
  msgstr "nichts"
579
  msgstr "Datei Löschung"
580
 
581
  #: inc/class-destination-msazure.php:144
582
+ #: inc/features/class-destination-msazure-pro.php:70
583
  #, php-format
584
  #@ backwpup
585
  msgid "MS Azure container \"%s\" created."
586
  msgstr "MS Azure Container \"%s\" erstellt."
587
 
588
  #: inc/class-destination-msazure.php:147
589
+ #: inc/features/class-destination-msazure-pro.php:73
590
  #, php-format
591
  #@ backwpup
592
  msgid "MS Azure container create: %s"
593
  msgstr "MS Azure Container erstellen: %s"
594
 
595
  #: inc/class-destination-msazure.php:239
596
+ #: inc/features/class-destination-msazure-pro.php:108
597
  #, php-format
598
  #@ backwpup
599
  msgid "MS Azure container \"%s\" does not exist!"
600
  msgstr "MS Azure Container \"%s\" existiert nicht!"
601
 
602
  #: inc/class-destination-msazure.php:243
603
+ #: inc/features/class-destination-msazure-pro.php:112
604
  #, php-format
605
  #@ backwpup
606
  msgid "Connected to MS Azure container \"%s\"."
615
  msgstr[1] "%d Dateien im Microsoft-Azure-Container gelöscht"
616
 
617
  #: inc/class-destination-msazure.php:298
618
+ #: inc/features/class-destination-msazure-pro.php:172
619
  #, php-format
620
  #@ backwpup
621
  msgid "Microsoft Azure API: %s"
649
 
650
  #: inc/class-destination-rsc.php:69
651
  #: inc/class-destination-rsc.php:71
652
+ #: inc/features/class-destination-rsc-pro.php:34
653
  #@ backwpup
654
  msgid "Rackspace Cloud Files Region"
655
  msgstr "Rackspace Cloud Verzeichnis"
656
 
657
  #: inc/class-destination-rsc.php:72
658
+ #: inc/features/class-destination-rsc-pro.php:35
659
  #@ backwpup
660
  msgid "Dallas (DFW)"
661
  msgstr "Dallas (DFW)"
662
 
663
  #: inc/class-destination-rsc.php:73
664
+ #: inc/features/class-destination-rsc-pro.php:36
665
  #@ backwpup
666
  msgid "Chicago (ORD)"
667
  msgstr "Chicago (ORD)"
680
  msgstr "Ordner im Bucket"
681
 
682
  #: inc/class-destination-rsc.php:158
683
+ #: inc/features/class-destination-rsc-pro.php:100
684
  #, php-format
685
  #@ backwpup
686
  msgid "Rackspace Cloud container \"%s\" created."
690
  #: inc/class-destination-rsc.php:271
691
  #: inc/class-destination-rsc.php:299
692
  #: inc/class-destination-rsc.php:347
693
+ #: inc/features/class-destination-rsc-pro.php:104
694
+ #: inc/features/class-destination-rsc-pro.php:147
695
+ #: inc/features/class-destination-rsc-pro.php:221
696
  #, php-format
697
  #@ backwpup
698
  msgid "Rackspace Cloud API: %s"
754
 
755
  #: inc/class-destination-s3-v1.php:90
756
  #: inc/class-destination-s3.php:95
757
+ #: inc/features/class-destination-s3-pro.php:23
758
+ #: inc/features/class-destination-s3-v1-pro.php:23
759
  #@ backwpup
760
  msgid "Amazon S3 Region"
761
  msgstr "Amazon S3 Region"
762
 
763
  #: inc/class-destination-s3-v1.php:91
764
  #: inc/class-destination-s3.php:96
765
+ #: inc/features/class-destination-s3-pro.php:24
766
+ #: inc/features/class-destination-s3-v1-pro.php:24
767
  #@ backwpup
768
  msgid "Amazon S3: US Standard"
769
  msgstr "Amazon S3: US Standard"
770
 
771
  #: inc/class-destination-s3-v1.php:92
772
  #: inc/class-destination-s3.php:97
773
+ #: inc/features/class-destination-s3-pro.php:25
774
+ #: inc/features/class-destination-s3-v1-pro.php:25
775
  #@ backwpup
776
  msgid "Amazon S3: US West (Northern California)"
777
  msgstr "Amazon S3: US West (Northern California)"
778
 
779
  #: inc/class-destination-s3-v1.php:93
780
  #: inc/class-destination-s3.php:98
781
+ #: inc/features/class-destination-s3-pro.php:26
782
+ #: inc/features/class-destination-s3-v1-pro.php:26
783
  #@ backwpup
784
  msgid "Amazon S3: US West (Oregon)"
785
  msgstr "Amazon S3: US West (Oregon)"
786
 
787
  #: inc/class-destination-s3-v1.php:94
788
  #: inc/class-destination-s3.php:99
789
+ #: inc/features/class-destination-s3-pro.php:27
790
+ #: inc/features/class-destination-s3-v1-pro.php:27
791
  #@ backwpup
792
  msgid "Amazon S3: EU (Ireland)"
793
  msgstr "Amazon S3: EU (Ireland)"
794
 
795
  #: inc/class-destination-s3-v1.php:95
796
  #: inc/class-destination-s3.php:100
797
+ #: inc/features/class-destination-s3-pro.php:28
798
+ #: inc/features/class-destination-s3-v1-pro.php:28
799
  #@ backwpup
800
  msgid "Amazon S3: Asia Pacific (Tokyo)"
801
  msgstr "Amazon S3: Asia Pacific (Tokyo)"
802
 
803
  #: inc/class-destination-s3-v1.php:96
804
  #: inc/class-destination-s3.php:101
805
+ #: inc/features/class-destination-s3-pro.php:29
806
+ #: inc/features/class-destination-s3-v1-pro.php:29
807
  #@ backwpup
808
  msgid "Amazon S3: Asia Pacific (Singapore)"
809
  msgstr "Amazon S3: Asia Pacific (Singapore)"
810
 
811
  #: inc/class-destination-s3-v1.php:97
812
  #: inc/class-destination-s3.php:102
813
+ #: inc/features/class-destination-s3-pro.php:30
814
+ #: inc/features/class-destination-s3-v1-pro.php:30
815
  #@ backwpup
816
  msgid "Amazon S3: Asia Pacific (Sydney)"
817
  msgstr "Amazon S3: Asia Pacific (Sydney)"
818
 
819
  #: inc/class-destination-s3-v1.php:98
820
  #: inc/class-destination-s3.php:103
821
+ #: inc/features/class-destination-s3-pro.php:31
822
+ #: inc/features/class-destination-s3-v1-pro.php:31
823
  #@ backwpup
824
  msgid "Amazon S3: South America (Sao Paulo)"
825
  msgstr "Amazon S3: South America (Sao Paulo)"
826
 
827
  #: inc/class-destination-s3-v1.php:99
828
  #: inc/class-destination-s3.php:104
829
+ #: inc/features/class-destination-s3-pro.php:32
830
+ #: inc/features/class-destination-s3-v1-pro.php:32
831
  #@ backwpup
832
  msgid "Google Storage (Interoperable Access)"
833
  msgstr "Google Storage (Interoperable Access)"
834
 
835
  #: inc/class-destination-s3-v1.php:100
836
  #: inc/class-destination-s3.php:105
837
+ #: inc/features/class-destination-s3-pro.php:33
838
+ #: inc/features/class-destination-s3-v1-pro.php:33
839
  #@ backwpup
840
  msgid "Hosteurope Cloud Storage"
841
  msgstr "Hosteurope Cloud Storage"
842
 
843
  #: inc/class-destination-s3-v1.php:101
844
  #: inc/class-destination-s3.php:106
845
+ #: inc/features/class-destination-s3-pro.php:34
846
+ #: inc/features/class-destination-s3-v1-pro.php:34
847
  #@ backwpup
848
  msgid "Dream Host Cloud Storage"
849
  msgstr "Dream Host Cloud Storage"
924
 
925
  #: inc/class-destination-s3-v1.php:260
926
  #: inc/class-destination-s3.php:271
927
+ #: inc/features/class-destination-s3-pro.php:126
928
+ #: inc/features/class-destination-s3-v1-pro.php:131
929
  #, php-format
930
  #@ backwpup
931
  msgid "Bucket %1$s created in %2$s."
933
 
934
  #: inc/class-destination-s3-v1.php:262
935
  #: inc/class-destination-s3.php:273
936
+ #: inc/features/class-destination-s3-pro.php:128
937
+ #: inc/features/class-destination-s3-v1-pro.php:133
938
  #, php-format
939
  #@ backwpup
940
  msgid "Bucket %s could not be created."
941
  msgstr "Bucket %s konnte nicht erstellt werden."
942
 
943
  #: inc/class-destination-s3.php:275
944
+ #: inc/features/class-destination-s3-pro.php:130
945
  #, php-format
946
  #@ backwpup
947
  msgid " %s is not a valid bucket name."
955
  #: inc/class-destination-s3.php:451
956
  #: inc/class-destination-s3.php:472
957
  #: inc/class-destination-s3.php:531
958
+ #: inc/features/class-destination-s3-pro.php:280
959
+ #: inc/features/class-destination-s3-v1-pro.php:275
960
  #, php-format
961
  #@ backwpup
962
  msgid "S3 Service API: %s"
964
 
965
  #: inc/class-destination-s3-v1.php:398
966
  #: inc/class-destination-s3.php:395
967
+ #: inc/features/class-destination-s3-pro.php:167
968
+ #: inc/features/class-destination-s3-v1-pro.php:176
969
  #, php-format
970
  #@ backwpup
971
  msgid "S3 Bucket \"%s\" does not exist!"
1045
 
1046
  #: inc/class-destination-sugarsync.php:48
1047
  #: inc/class-page-settings.php:330
1048
+ #: inc/features/class-destination-ftp-pro.php:25
1049
+ #: inc/features/class-destination-sugarsync-pro.php:17
1050
+ #: inc/features/class-jobtype-dbdump-pro.php:122
1051
  #@ backwpup
1052
  msgid "Password:"
1053
  msgstr "Passwort:"
1054
 
1055
  #: inc/class-destination-sugarsync.php:54
1056
  #: inc/class-destination-sugarsync.php:135
1057
+ #: inc/features/class-destination-sugarsync-pro.php:22
1058
+ #: inc/features/class-destination-sugarsync-pro.php:77
1059
  #@ backwpup
1060
  msgid "Sugarsync authenticate!"
1061
  msgstr "SugarSync authentifiziert!"
1062
 
1063
  #: inc/class-destination-sugarsync.php:65
1064
  #: inc/class-destination-sugarsync.php:147
1065
+ #: inc/features/class-destination-sugarsync-pro.php:31
1066
+ #: inc/features/class-destination-sugarsync-pro.php:89
1067
  #@ backwpup
1068
  msgid "Delete Sugarsync authentication!"
1069
  msgstr "Lösche SugarSync Authentifizierung"
1074
  msgstr "Sync Ordner Auswahl"
1075
 
1076
  #: inc/class-destination-sugarsync.php:83
1077
+ #: inc/features/class-destination-sugarsync-pro.php:40
1078
  #@ backwpup
1079
  msgid "No Syncfolders found!"
1080
  msgstr "Keine Sync-Ordner gefunden!"
1543
  msgstr "Datenbank-Tabellen prüfen"
1544
 
1545
  #: inc/class-jobtype-dbcheck.php:35
1546
+ #: inc/features/class-jobtype-dbcheck-pro.php:13
1547
  #@ backwpup
1548
  msgid "Settings for database check"
1549
  msgstr "Einstellungen für den Datenbank Check"
1560
  msgstr "Teste nur die WordPress-Tabellen"
1561
 
1562
  #: inc/class-jobtype-dbcheck.php:49
1563
+ #: inc/features/class-jobtype-dbcheck-pro.php:25
1564
  #@ backwpup
1565
  msgid "Repair"
1566
  msgstr "Reparieren"
1567
 
1568
  #: inc/class-jobtype-dbcheck.php:54
1569
+ #: inc/features/class-jobtype-dbcheck-pro.php:29
1570
  #@ backwpup
1571
  msgid "Try to repair defect table"
1572
  msgstr "Versuche, definierte Tabellen zu reparieren"
1609
  msgstr "Datenbank Backup"
1610
 
1611
  #: inc/class-jobtype-dbdump.php:67
1612
+ #: inc/features/class-jobtype-dbdump-pro.php:152
1613
  #@ backwpup
1614
  msgid "all"
1615
  msgstr "alle"
1616
 
1617
  #: inc/class-jobtype-dbdump.php:92
1618
+ #: inc/features/class-jobtype-dbdump-pro.php:192
1619
  #@ backwpup
1620
  msgid "Dumpfile name"
1621
  msgstr "Name der Backup-Datei"
1622
 
1623
  #: inc/class-jobtype-dbdump.php:100
1624
+ #: inc/features/class-jobtype-dbdump-pro.php:200
1625
  #@ backwpup
1626
  msgid "Dumpfile compression"
1627
  msgstr "Kompression der Backup-Datei"
1632
  #: inc/class-jobtype-wpexp.php:74
1633
  #: inc/class-jobtype-wpplugin.php:58
1634
  #: inc/class-jobtype-wpplugin.php:60
1635
+ #: inc/features/class-jobtype-dbdump-pro.php:205
1636
+ #: inc/features/class-jobtype-dbdump-pro.php:207
1637
  #@ backwpup
1638
  msgid "GZip"
1639
  msgstr "GZip"
1644
  #: inc/class-jobtype-wpexp.php:78
1645
  #: inc/class-jobtype-wpplugin.php:62
1646
  #: inc/class-jobtype-wpplugin.php:64
1647
+ #: inc/features/class-jobtype-dbdump-pro.php:209
1648
+ #: inc/features/class-jobtype-dbdump-pro.php:211
1649
  #@ backwpup
1650
  msgid "BZip2"
1651
  msgstr "BZip2"
1652
 
1653
  #: inc/class-jobtype-dbdump.php:167
1654
+ #: inc/features/class-jobtype-dbdump-pro.php:470
1655
+ #: inc/features/class-jobtype-dbdump-pro.php:673
1656
  #, php-format
1657
  #@ backwpup
1658
  msgid "Connected to database %1$s on %2$s"
1667
  #: inc/class-mysqldump.php:302
1668
  #: inc/class-mysqldump.php:324
1669
  #: inc/class-mysqldump.php:339
1670
+ #: inc/features/class-jobtype-dbdump-pro.php:679
1671
+ #: inc/features/class-jobtype-dbdump-pro.php:693
1672
+ #: inc/features/class-jobtype-dbdump-pro.php:742
1673
+ #: inc/features/class-jobtype-dbdump-pro.php:759
1674
+ #: inc/features/class-jobtype-dbdump-pro.php:800
1675
  #, php-format
1676
  #@ backwpup
1677
  msgid "Database error %1$s for query %2$s"
1678
  msgstr "Datenbankfehler %1$s für die Abfrage (Query) %2$s"
1679
 
1680
  #: inc/class-jobtype-dbdump.php:179
1681
+ #: inc/features/class-jobtype-dbdump-pro.php:483
1682
  #@ backwpup
1683
  msgid "No tables to dump."
1684
  msgstr "Es gibt keine Tabellen zu sichern"
1685
 
1686
  #: inc/class-jobtype-dbdump.php:188
1687
+ #: inc/features/class-jobtype-dbdump-pro.php:495
1688
  #, php-format
1689
  #@ backwpup
1690
  msgid "Dump database table \"%s\""
1691
  msgstr "Sichere Datenbanktabelle \"%s\""
1692
 
1693
  #: inc/class-jobtype-dbdump.php:211
1694
+ #: inc/features/class-jobtype-dbdump-pro.php:518
1695
+ #: inc/features/class-jobtype-dbdump-pro.php:630
1696
  #@ backwpup
1697
  msgid "Database dump done!"
1698
  msgstr "Datenbank-Backup fertig!"
1708
  msgstr "Datenbank-Tabellen optimieren"
1709
 
1710
  #: inc/class-jobtype-dboptimize.php:36
1711
+ #: inc/features/class-jobtype-dboptimize-pro.php:13
1712
  #@ backwpup
1713
  msgid "Settings for database optimization"
1714
  msgstr "Einstellungen der Datenbank Optimierung"
1828
  msgstr "WordPress XML Export"
1829
 
1830
  #: inc/class-jobtype-wpexp.php:48
1831
+ #: inc/features/class-jobtype-wpexp-pro.php:16
1832
  #@ backwpup
1833
  msgid "All content"
1834
  msgstr "Gesamter Inhalt"
1835
 
1836
  #: inc/class-jobtype-wpexp.php:49
1837
+ #: inc/features/class-jobtype-wpexp-pro.php:17
1838
  #@ backwpup
1839
  msgid "Posts"
1840
  msgstr "Beiträge"
1841
 
1842
  #: inc/class-jobtype-wpexp.php:50
1843
+ #: inc/features/class-jobtype-wpexp-pro.php:18
1844
  #@ backwpup
1845
  msgid "Pages"
1846
  msgstr "Seiten"
1946
  msgstr "Willkommen bei BackWPup"
1947
 
1948
  #: inc/class-page-backwpup.php:122
1949
+ #: inc/features/class-page-wizard.php:256
1950
  #@ backwpup
1951
  msgid "Start wizard"
1952
  msgstr "Assistenten starten"
2089
  msgstr "%s Auftrag: "
2090
 
2091
  #: inc/class-page-editjob.php:436
2092
+ #: inc/features/class-wizard-job.php:228
2093
  #@ backwpup
2094
  msgid "Job tasks"
2095
  msgstr "Auftragsdetails"
2096
 
2097
  #: inc/class-page-editjob.php:457
2098
  #: inc/class-page-editjob.php:460
2099
+ #: inc/features/class-wizard-job.php:350
2100
+ #: inc/features/class-wizard-job.php:353
2101
  #@ backwpup
2102
  msgid "Backup type"
2103
  msgstr "Backup Typ"
2104
 
2105
  #: inc/class-page-editjob.php:469
2106
+ #: inc/features/class-wizard-job.php:361
2107
  #@ backwpup
2108
  msgid "Create a backup archive"
2109
  msgstr "Backup erstellen"
2116
 
2117
  #: inc/class-page-editjob.php:521
2118
  #: inc/class-page-editjob.php:523
2119
+ #: inc/features/class-wizard-job.php:371
2120
+ #: inc/features/class-wizard-job.php:373
2121
  #@ backwpup
2122
  msgid "Zip"
2123
  msgstr "Zip"
2124
 
2125
  #: inc/class-page-editjob.php:524
2126
+ #: inc/features/class-wizard-job.php:374
2127
  #@ backwpup
2128
  msgid "Tar"
2129
  msgstr "Tar"
2130
 
2131
  #: inc/class-page-editjob.php:526
2132
  #: inc/class-page-editjob.php:528
2133
+ #: inc/features/class-wizard-job.php:376
2134
+ #: inc/features/class-wizard-job.php:378
2135
  #@ backwpup
2136
  msgid "Tar GZip"
2137
  msgstr "Tar GZip"
2138
 
2139
  #: inc/class-page-editjob.php:530
2140
  #: inc/class-page-editjob.php:532
2141
+ #: inc/features/class-wizard-job.php:380
2142
+ #: inc/features/class-wizard-job.php:382
2143
  #@ backwpup
2144
  msgid "Tar BZip2"
2145
  msgstr "Tar BZip2"
2146
 
2147
  #: inc/class-page-jobs.php:71
2148
+ #: inc/features/class-wizard-job.php:50
2149
+ #: inc/features/class-wizard-job.php:399
2150
  #@ backwpup
2151
  msgid "Destinations"
2152
  msgstr "Zielordner"
2195
 
2196
  #: inc/class-page-editjob.php:682
2197
  #: inc/class-page-editjob.php:750
2198
+ #: inc/features/class-wizard-job.php:275
2199
  #@ backwpup
2200
  msgid "Scheduler"
2201
  msgstr "Planer"
2203
  #: inc/class-page-editjob.php:687
2204
  #: inc/class-page-jobs.php:70
2205
  #: inc/class-page-logs.php:115
2206
+ #: inc/features/class-wizard-job.php:280
2207
  #@ backwpup
2208
  msgid "Type"
2209
  msgstr "Typ"
2210
 
2211
  #: inc/class-page-editjob.php:692
2212
+ #: inc/features/class-wizard-job.php:285
2213
  #@ backwpup
2214
  msgid "Hour"
2215
  msgstr "Stunde"
2216
 
2217
  #: inc/class-page-editjob.php:695
2218
+ #: inc/features/class-wizard-job.php:288
2219
  #@ backwpup
2220
  msgid "Minute"
2221
  msgstr "Minute"
2222
 
2223
  #: inc/class-page-editjob.php:699
2224
+ #: inc/features/class-wizard-job.php:292
2225
  #@ backwpup
2226
  msgid "monthly"
2227
  msgstr "monatlich"
2228
 
2229
  #: inc/class-page-editjob.php:701
2230
+ #: inc/features/class-wizard-job.php:294
2231
  #@ backwpup
2232
  msgid "on"
2233
  msgstr "am"
2234
 
2235
  #: inc/class-page-editjob.php:711
2236
+ #: inc/features/class-wizard-job.php:304
2237
  #@ backwpup
2238
  msgid "weekly"
2239
  msgstr "wöchentlich"
2240
 
2241
  #: inc/class-page-editjob.php:713
2242
  #: inc/class-page-editjob.php:820
2243
+ #: inc/features/class-wizard-job.php:306
2244
  #@ backwpup
2245
  msgid "Sunday"
2246
  msgstr "Sonntag"
2247
 
2248
  #: inc/class-page-editjob.php:714
2249
  #: inc/class-page-editjob.php:821
2250
+ #: inc/features/class-wizard-job.php:307
2251
  #@ backwpup
2252
  msgid "Monday"
2253
  msgstr "Montag"
2254
 
2255
  #: inc/class-page-editjob.php:715
2256
  #: inc/class-page-editjob.php:822
2257
+ #: inc/features/class-wizard-job.php:308
2258
  #@ backwpup
2259
  msgid "Tuesday"
2260
  msgstr "Dienstag"
2261
 
2262
  #: inc/class-page-editjob.php:716
2263
  #: inc/class-page-editjob.php:823
2264
+ #: inc/features/class-wizard-job.php:309
2265
  #@ backwpup
2266
  msgid "Wednesday"
2267
  msgstr "Mittwoch"
2268
 
2269
  #: inc/class-page-editjob.php:717
2270
  #: inc/class-page-editjob.php:824
2271
+ #: inc/features/class-wizard-job.php:310
2272
  #@ backwpup
2273
  msgid "Thursday"
2274
  msgstr "Donnerstag"
2275
 
2276
  #: inc/class-page-editjob.php:718
2277
  #: inc/class-page-editjob.php:825
2278
+ #: inc/features/class-wizard-job.php:311
2279
  #@ backwpup
2280
  msgid "Friday"
2281
  msgstr "Freitag"
2282
 
2283
  #: inc/class-page-editjob.php:719
2284
  #: inc/class-page-editjob.php:826
2285
+ #: inc/features/class-wizard-job.php:312
2286
  #@ backwpup
2287
  msgid "Saturday"
2288
  msgstr "Samstag"
2289
 
2290
  #: inc/class-page-editjob.php:729
2291
+ #: inc/features/class-wizard-job.php:322
2292
  #@ backwpup
2293
  msgid "daily"
2294
  msgstr "täglich"
2295
 
2296
  #: inc/class-page-editjob.php:739
2297
+ #: inc/features/class-wizard-job.php:332
2298
  #@ backwpup
2299
  msgid "hourly"
2300
  msgstr "stündlich"
2716
  msgstr "maximum"
2717
 
2718
  #: inc/class-page-settings.php:322
2719
+ #: inc/features/class-destination-ftp-pro.php:21
2720
+ #: inc/features/class-destination-rsc-pro.php:27
2721
  #@ backwpup
2722
  msgid "Username:"
2723
  msgstr "Benutzername:"
2873
  msgstr "%s Willkommen"
2874
 
2875
  #: inc/class-jobtype-dbdump.php:208
2876
+ #: inc/features/class-jobtype-dbdump-pro.php:515
2877
+ #: inc/features/class-jobtype-dbdump-pro.php:627
2878
  #, php-format
2879
  #@ backwpup
2880
  msgid "Added database dump \"%1$s\" with %2$s to backup file list"
3189
  msgid "BackWPup supports multiple cloud services in parallel. This ensures the backups are redundant."
3190
  msgstr "BackWPup unterstützt mehrere Cloud-Dienste parallel. Damit wird sichergestellt, dass Sie redundante Backups anlegen können."
3191
 
 
 
 
 
 
3192
  #: inc/class-page-editjob.php:628
3193
  #@ backwpup
3194
  msgid "Start job with CLI"
3836
 
3837
  #: inc/class-destination-s3-v1.php:395
3838
  #: inc/class-destination-s3.php:392
3839
+ #: inc/features/class-destination-s3-pro.php:164
3840
+ #: inc/features/class-destination-s3-v1-pro.php:173
3841
  #, php-format
3842
  #@ backwpup
3843
  msgid "Connected to S3 Bucket \"%1$s\" in %2$s"
3935
  msgstr "%d. Versuche, das Backup zur Dropbox zu senden&#160;&hellip;"
3936
 
3937
  #: inc/class-destination-dropbox.php:246
3938
+ #: inc/features/class-destination-dropbox-pro.php:137
3939
  #, php-format
3940
  #@ backwpup
3941
  msgid "Authenticated with Dropbox of user %s"
3947
  msgstr "Deine Dropbox scheint voll zu sein."
3948
 
3949
  #: inc/class-destination-dropbox.php:256
3950
+ #: inc/features/class-destination-dropbox-pro.php:141
3951
  #, php-format
3952
  #@ backwpup
3953
  msgid "%s available on your Dropbox"
3988
  msgstr "Backup als E-Mail versendet"
3989
 
3990
  #: inc/class-destination-email.php:55
3991
+ #: inc/features/class-destination-email-pro.php:13
3992
  #@ backwpup
3993
  msgid "E-Mail Address"
3994
  msgstr "E-Mail-Adresse"
3999
  msgstr "E-Mail-Adresse"
4000
 
4001
  #: inc/class-destination-email.php:62
4002
+ #: inc/features/class-destination-email-pro.php:20
4003
  #@ backwpup
4004
  msgid "E-Mail address to which Backups are sent."
4005
  msgstr "E-Mail-Adresse, zu der Backups gesendet werden."
4006
 
4007
  #: inc/class-destination-email.php:66
4008
  #: inc/class-destination-email.php:68
4009
+ #: inc/features/class-destination-email-pro.php:24
4010
+ #: inc/features/class-destination-email-pro.php:26
4011
  #@ backwpup
4012
  msgid "Send test e-mail"
4013
  msgstr "Test-E-Mail senden"
4018
  msgstr "Absende-Einstellungen für E-Mails"
4019
 
4020
  #: inc/class-destination-email.php:78
4021
+ #: inc/features/class-destination-email-pro.php:36
4022
  #@ backwpup
4023
  msgid "Maximum file size to be included in an e-mail. 0 = unlimited"
4024
  msgstr "Maximale Dateigröße für den E-Mail-Versand. 0 = unbegrenzt"
4025
 
4026
  #: inc/class-destination-email.php:82
4027
  #: inc/class-destination-email.php:86
4028
+ #: inc/features/class-destination-email-pro.php:40
4029
+ #: inc/features/class-destination-email-pro.php:44
4030
  #@ backwpup
4031
  msgid "Sender e-mail address"
4032
  msgstr "E-Mail-Adresse des Absenders"
4234
  msgstr "Upload zum S3 Service begonnen&#160;&hellip;"
4235
 
4236
  #: inc/class-destination-sugarsync.php:44
4237
+ #: inc/features/class-destination-sugarsync-pro.php:14
4238
  #@ backwpup
4239
  msgid "E-Mail address:"
4240
  msgstr "E-Mail-Adresse"
4241
 
4242
  #: inc/class-destination-sugarsync.php:56
4243
  #: inc/class-destination-sugarsync.php:151
4244
+ #: inc/features/class-destination-sugarsync-pro.php:24
4245
+ #: inc/features/class-destination-sugarsync-pro.php:93
4246
  #@ backwpup
4247
  msgid "Create Sugarsync account"
4248
  msgstr "SugarSync-Konto erstellen"
4305
  msgstr "Erstellt ein Datenbank-Backup (.sql, .xml)"
4306
 
4307
  #: inc/class-jobtype-dbdump.php:155
4308
+ #: inc/features/class-jobtype-dbdump-pro.php:451
4309
  #, php-format
4310
  #@ backwpup
4311
  msgid "%d. Try to dump database&#160;&hellip;"
4382
  msgstr "Alle Plugin-Informationen"
4383
 
4384
  #: inc/class-mysqldump.php:90
4385
+ #: inc/features/class-jobtype-dbdump-pro.php:666
4386
  #, php-format
4387
  #@ backwpup
4388
  msgid "Cannot connect to MySQL database %1$d: %2$s"
4467
  msgstr "Auftragsdetails"
4468
 
4469
  #: inc/class-page-editjob.php:433
4470
+ #: inc/features/class-wizard-job.php:225
4471
  #@ backwpup
4472
  msgid "This job is a&#160;&hellip;"
4473
  msgstr "Dieser Auftrag ist ein&#160;&hellip;"
4800
  msgstr "\"VON\"-Feld der E-Mail (Name &lt;&#160;email@adresse.tld&#160;&gt;)"
4801
 
4802
  #: inc/class-jobtype-dbdump.php:61
4803
+ #: inc/features/class-jobtype-dbdump-pro.php:104
4804
  #@ backwpup
4805
  msgid "Settings for database backup"
4806
  msgstr "Einstellungen für das Datenbank Backup"
4807
 
4808
  #: inc/class-jobtype-dbdump.php:65
4809
+ #: inc/features/class-jobtype-dbdump-pro.php:150
4810
  #@ backwpup
4811
  msgid "Tables to backup"
4812
  msgstr "Tabellen zu sichern"
4838
  #, php-format
4839
  #@ backwpup
4840
  msgid "Job has done with warnings in %s seconds. Please resolve them for correct execution."
4841
+ msgstr "Job mit Warnungen beendet in %s Sekunden. Bitte beheben Sie die Warnungen für eine korrekte Ausführung."
4842
 
4843
  #: inc/class-page-settings.php:384
4844
+ #: inc/features/class-wizard-systemtest.php:188
4845
  #, php-format
4846
  #@ backwpup
4847
  msgid "The BackWPup HTTP response header gives back the false value \"%s\""
4853
  msgid "Running file can't read. tra again."
4854
  msgstr "Laufzeit Datei kann nicht gelesen werden. Bitte versuchen Sie es erneut."
4855
 
 
 
 
 
 
 
4856
  #: inc/class-page-backwpup.php:136
4857
  #@ backwpup
4858
  msgid "Thank you for using BackWPup!"
4879
  msgid "Get BackWPup Pro now"
4880
  msgstr "Erfahren Sie mehr über BackWPup Pro"
4881
 
4882
+ #. translators: plugin header field 'Name'
4883
+ #: backwpup.php:0
4884
+ #@ backwpup
4885
+ msgid "BackWPup Pro"
4886
+ msgstr ""
4887
+
4888
+ #. translators: plugin header field 'Version'
4889
+ #: backwpup.php:0
4890
+ #@ backwpup
4891
+ msgid "3.0.11"
4892
+ msgstr ""
4893
+
4894
+ #: inc/features/class-auto-update.php:345
4895
+ #, php-format
4896
+ #@ backwpup
4897
+ msgctxt "%s = plugin name"
4898
+ msgid "Your license for the plugin %s is not valid. The auto-update has been deactivated. Please insert a valid key in the MarketPress Dashboard. Or if you want to add an other valid code use the form below."
4899
+ msgstr ""
4900
+
4901
+ #: inc/features/class-auto-update.php:357
4902
+ #@ backwpup
4903
+ msgid "You are currently using a valid key for this plugin. You are able to renew the key in the MarketPress Dashboard. Or if you want to add an other valid code use the form below."
4904
+ msgstr ""
4905
+
4906
+ #: inc/features/class-auto-update.php:368
4907
+ #, php-format
4908
+ #@ backwpup
4909
+ msgctxt "%s = plugin name"
4910
+ msgid "Your license for the plugin %s is not valid. The auto-update has been deactivated."
4911
+ msgstr ""
4912
+
4913
+ #: inc/features/class-auto-update.php:380
4914
+ #, php-format
4915
+ #@ backwpup
4916
+ msgid "You are currently using a valid key for this plugin. You are able to renew the key below or you can delete the key by <a href=\"%s\">clicking here</a>."
4917
+ msgstr ""
4918
+
4919
+ #: inc/features/class-auto-update.php:387
4920
+ #@ backwpup
4921
+ msgid "License Key"
4922
+ msgstr ""
4923
+
4924
+ #: inc/features/class-auto-update.php:390
4925
+ #@ backwpup
4926
+ msgid "Activate"
4927
+ msgstr ""
4928
+
4929
+ #: inc/features/class-auto-update.php:559
4930
+ #@ backwpup
4931
+ msgid "The License has been deleted."
4932
+ msgstr ""
4933
+
4934
+ #: inc/features/class-auto-update.php:566
4935
+ #@ backwpup
4936
+ msgid "Plugin successfully activated."
4937
+ msgstr ""
4938
+
4939
+ #: inc/features/class-auto-update.php:573
4940
+ #@ backwpup
4941
+ msgid "The entered license key is wrong."
4942
+ msgstr ""
4943
+
4944
+ #: inc/features/class-auto-update.php:580
4945
+ #@ backwpup
4946
+ msgid "You have reached the limit of urls. Please update your license at <a href=\"http://marketpress.com\">marketpress.com</a>."
4947
+ msgstr ""
4948
+
4949
+ #: inc/features/class-auto-update.php:587
4950
+ #@ backwpup
4951
+ msgid "Something went wrong. Please try again later or contact the <a href=\"http://marketpress.com/support/\">marketpress team</a>."
4952
+ msgstr ""
4953
+
4954
+ #: inc/features/class-auto-update.php:594
4955
+ #@ backwpup
4956
+ msgid "Due to a wrong license you are not allowed to activate this plugin. Please update your license at <a href=\"http://marketpress.com\">marketpress.com</a>."
4957
+ msgstr ""
4958
+
4959
+ #: inc/features/class-destination-dropbox-pro.php:36
4960
+ #@ backwpup
4961
+ msgid "Dropbox authentication not approved!"
4962
+ msgstr ""
4963
+
4964
+ #: inc/features/class-destination-dropbox-pro.php:57
4965
+ #: inc/features/class-destination-dropbox-pro.php:65
4966
+ #: inc/features/class-destination-sugarsync-pro.php:28
4967
+ #@ backwpup
4968
+ msgid "Login:"
4969
+ msgstr ""
4970
+
4971
+ #: inc/features/class-destination-dropbox-pro.php:67
4972
+ #@ backwpup
4973
+ msgid "Reauthenticate"
4974
+ msgstr ""
4975
+
4976
+ #: inc/features/class-destination-dropbox-pro.php:69
4977
+ #: inc/features/class-destination-sugarsync-pro.php:55
4978
+ #@ backwpup
4979
+ msgid "Folder:"
4980
+ msgstr ""
4981
+
4982
+ #: inc/features/class-destination-dropbox-pro.php:129
4983
+ #, php-format
4984
+ #@ backwpup
4985
+ msgid "%d. Try to sync files to Dropbox&#160;&hellip;"
4986
+ msgstr ""
4987
+
4988
+ #: inc/features/class-destination-dropbox-pro.php:144
4989
+ #@ backwpup
4990
+ msgid "Retrieving file list from Dropbox"
4991
+ msgstr ""
4992
+
4993
+ #: inc/features/class-destination-dropbox-pro.php:149
4994
+ #@ backwpup
4995
+ msgid "Upload changed files to Dropbox"
4996
+ msgstr ""
4997
+
4998
+ #: inc/features/class-destination-dropbox-pro.php:165
4999
+ #, php-format
5000
+ #@ backwpup
5001
+ msgid "File %s uploaded to Dropbox"
5002
+ msgstr ""
5003
+
5004
+ #: inc/features/class-destination-dropbox-pro.php:180
5005
+ #, php-format
5006
+ #@ backwpup
5007
+ msgid "Extra file %s uploaded to Dropbox"
5008
+ msgstr ""
5009
+
5010
+ #: inc/features/class-destination-dropbox-pro.php:190
5011
+ #@ backwpup
5012
+ msgid "Delete not existing files from Dropbox"
5013
+ msgstr ""
5014
+
5015
+ #: inc/features/class-destination-dropbox-pro.php:195
5016
+ #, php-format
5017
+ #@ backwpup
5018
+ msgid "Folder %s deleted from Dropbox"
5019
+ msgstr ""
5020
+
5021
+ #: inc/features/class-destination-dropbox-pro.php:207
5022
+ #, php-format
5023
+ #@ backwpup
5024
+ msgid "File %s deleted from Dropbox"
5025
+ msgstr ""
5026
+
5027
+ #: inc/features/class-destination-email-pro.php:16
5028
+ #@ backwpup
5029
+ msgid "E-mail Address"
5030
+ msgstr ""
5031
+
5032
+ #: inc/features/class-destination-email-pro.php:31
5033
+ #@ backwpup
5034
+ msgid "E-Mail settings"
5035
+ msgstr ""
5036
+
5037
+ #: inc/features/class-destination-email-pro.php:34
5038
+ #@ backwpup
5039
+ msgid "Max. file size"
5040
+ msgstr ""
5041
+
5042
+ #: inc/features/class-destination-folder-pro.php:20
5043
+ #@ backwpup
5044
+ msgid "Absolute path to folder for backup files:"
5045
+ msgstr ""
5046
+
5047
+ #: inc/features/class-destination-folder-pro.php:67
5048
+ #, php-format
5049
+ #@ backwpup
5050
+ msgid "%d. Try to sync files to folder&#160;&hellip;"
5051
+ msgstr ""
5052
+
5053
+ #: inc/features/class-destination-folder-pro.php:70
5054
+ #@ backwpup
5055
+ msgid "Retrieving file list from folder"
5056
+ msgstr ""
5057
+
5058
+ #: inc/features/class-destination-folder-pro.php:75
5059
+ #@ backwpup
5060
+ msgid "Copy changed files to folder"
5061
+ msgstr ""
5062
+
5063
+ #: inc/features/class-destination-folder-pro.php:88
5064
+ #, php-format
5065
+ #@ backwpup
5066
+ msgid "File %s copied"
5067
+ msgstr ""
5068
+
5069
+ #: inc/features/class-destination-folder-pro.php:99
5070
+ #@ backwpup
5071
+ msgid "Delete not existing files from folder"
5072
+ msgstr ""
5073
+
5074
+ #: inc/features/class-destination-folder-pro.php:102
5075
+ #, php-format
5076
+ #@ backwpup
5077
+ msgid "Extra file %s copied"
5078
+ msgstr ""
5079
+
5080
+ #: inc/features/class-destination-folder-pro.php:114
5081
+ #, php-format
5082
+ #@ backwpup
5083
+ msgid "File %s deleted from folder"
5084
+ msgstr ""
5085
+
5086
+ #: inc/features/class-destination-folder-pro.php:170
5087
+ #, php-format
5088
+ #@ backwpup
5089
+ msgid "Empty folder %s deleted"
5090
+ msgstr ""
5091
+
5092
+ #: inc/features/class-destination-ftp-pro.php:13
5093
+ #@ backwpup
5094
+ msgid "Hostname:"
5095
+ msgstr ""
5096
+
5097
+ #: inc/features/class-destination-ftp-pro.php:29
5098
+ #@ backwpup
5099
+ msgid "Folder on server:"
5100
+ msgstr ""
5101
+
5102
+ #: inc/features/class-destination-ftp-pro.php:35
5103
+ #: inc/features/class-destination-sugarsync-pro.php:58
5104
+ #@ backwpup
5105
+ msgid "Maximum number of backup files to keep in folder:"
5106
+ msgstr ""
5107
+
5108
+ #: inc/features/class-destination-ftp-pro.php:38
5109
+ #: inc/features/class-destination-sugarsync-pro.php:60
5110
+ #@ backwpup
5111
+ msgid "(Oldest files will be deleted first.)"
5112
+ msgstr ""
5113
+
5114
+ #: inc/features/class-destination-msazure-pro.php:13
5115
+ #@ backwpup
5116
+ msgid "Account Name:"
5117
+ msgstr ""
5118
+
5119
+ #: inc/features/class-destination-msazure-pro.php:15
5120
+ #: inc/features/class-destination-s3-pro.php:39
5121
+ #: inc/features/class-destination-s3-v1-pro.php:39
5122
+ #@ backwpup
5123
+ msgid "Access Key:"
5124
+ msgstr ""
5125
+
5126
+ #: inc/features/class-destination-msazure-pro.php:17
5127
+ #: inc/features/class-destination-rsc-pro.php:38
5128
+ #@ backwpup
5129
+ msgid "Container:"
5130
+ msgstr ""
5131
+
5132
+ #: inc/features/class-destination-msazure-pro.php:24
5133
+ #: inc/features/class-destination-rsc-pro.php:47
5134
+ #@ backwpup
5135
+ msgid "Create container:"
5136
+ msgstr ""
5137
+
5138
+ #: inc/features/class-destination-msazure-pro.php:26
5139
+ #: inc/features/class-destination-rsc-pro.php:49
5140
+ #@ backwpup
5141
+ msgid "Folder in container:"
5142
+ msgstr ""
5143
+
5144
+ #: inc/features/class-destination-msazure-pro.php:90
5145
+ #, php-format
5146
+ #@ backwpup
5147
+ msgid "%d. Trying to sync files with Microsoft Azure (Blob) &hellip;"
5148
+ msgstr ""
5149
+
5150
+ #: inc/features/class-destination-msazure-pro.php:117
5151
+ #@ backwpup
5152
+ msgid "Retrieving file list from MS Azure."
5153
+ msgstr ""
5154
+
5155
+ #: inc/features/class-destination-msazure-pro.php:131
5156
+ #@ backwpup
5157
+ msgid "Upload changed files to MS Azure."
5158
+ msgstr ""
5159
+
5160
+ #: inc/features/class-destination-msazure-pro.php:140
5161
+ #, php-format
5162
+ #@ backwpup
5163
+ msgid "File %s uploaded to MS Azure."
5164
+ msgstr ""
5165
+
5166
+ #: inc/features/class-destination-msazure-pro.php:153
5167
+ #, php-format
5168
+ #@ backwpup
5169
+ msgid "Extra file %s uploaded to MS Azure."
5170
+ msgstr ""
5171
+
5172
+ #: inc/features/class-destination-msazure-pro.php:162
5173
+ #@ backwpup
5174
+ msgid "Delete nonexistent files on MS Azure."
5175
+ msgstr ""
5176
+
5177
+ #: inc/features/class-destination-msazure-pro.php:165
5178
+ #, php-format
5179
+ #@ backwpup
5180
+ msgid "File %s deleted from MS Azure."
5181
+ msgstr ""
5182
+
5183
+ #: inc/features/class-destination-rsc-pro.php:30
5184
+ #@ backwpup
5185
+ msgid "API Key:"
5186
+ msgstr ""
5187
+
5188
+ #: inc/features/class-destination-rsc-pro.php:33
5189
+ #@ backwpup
5190
+ msgid "Select region:"
5191
+ msgstr ""
5192
+
5193
+ #: inc/features/class-destination-rsc-pro.php:130
5194
+ #, php-format
5195
+ #@ backwpup
5196
+ msgid "%d. Trying to sync files to Rackspace cloud&#160;&hellip;"
5197
+ msgstr ""
5198
+
5199
+ #: inc/features/class-destination-rsc-pro.php:144
5200
+ #, php-format
5201
+ #@ backwpup
5202
+ msgid "Connected to Rackspace cloud files container %s."
5203
+ msgstr ""
5204
+
5205
+ #: inc/features/class-destination-rsc-pro.php:154
5206
+ #@ backwpup
5207
+ msgid "Retrieving files list from Rackspace Cloud."
5208
+ msgstr ""
5209
+
5210
+ #: inc/features/class-destination-rsc-pro.php:165
5211
+ #@ backwpup
5212
+ msgid "Upload changed files to Rackspace Cloud."
5213
+ msgstr ""
5214
+
5215
+ #: inc/features/class-destination-rsc-pro.php:179
5216
+ #, php-format
5217
+ #@ backwpup
5218
+ msgid "File %s uploaded to Rackspace Cloud."
5219
+ msgstr ""
5220
+
5221
+ #: inc/features/class-destination-rsc-pro.php:199
5222
+ #, php-format
5223
+ #@ backwpup
5224
+ msgid "Extra file %s uploaded to Rackspace Cloud."
5225
+ msgstr ""
5226
+
5227
+ #: inc/features/class-destination-rsc-pro.php:209
5228
+ #@ backwpup
5229
+ msgid "Delete nonexistent files from Rackspace Cloud."
5230
+ msgstr ""
5231
+
5232
+ #: inc/features/class-destination-rsc-pro.php:214
5233
+ #, php-format
5234
+ #@ backwpup
5235
+ msgid "File %s deleted from Rackspace Cloud."
5236
+ msgstr ""
5237
+
5238
+ #: inc/features/class-destination-s3-pro.php:22
5239
+ #: inc/features/class-destination-s3-v1-pro.php:22
5240
+ #@ backwpup
5241
+ msgid "Select an S3 service:"
5242
+ msgstr ""
5243
+
5244
+ #: inc/features/class-destination-s3-pro.php:36
5245
+ #: inc/features/class-destination-s3-v1-pro.php:36
5246
+ #@ backwpup
5247
+ msgid "or set an S3 Server URL:"
5248
+ msgstr ""
5249
+
5250
+ #: inc/features/class-destination-s3-pro.php:42
5251
+ #: inc/features/class-destination-s3-v1-pro.php:42
5252
+ #@ backwpup
5253
+ msgid "Secret Key:"
5254
+ msgstr ""
5255
+
5256
+ #: inc/features/class-destination-s3-pro.php:45
5257
+ #: inc/features/class-destination-s3-v1-pro.php:45
5258
+ #@ backwpup
5259
+ msgid "Bucket:"
5260
+ msgstr ""
5261
+
5262
+ #: inc/features/class-destination-s3-pro.php:55
5263
+ #: inc/features/class-destination-s3-v1-pro.php:55
5264
+ #@ backwpup
5265
+ msgid "New Bucket:"
5266
+ msgstr ""
5267
+
5268
+ #: inc/features/class-destination-s3-pro.php:57
5269
+ #: inc/features/class-destination-s3-v1-pro.php:57
5270
+ #@ backwpup
5271
+ msgid "Folder in bucket:"
5272
+ msgstr ""
5273
+
5274
+ #: inc/features/class-destination-s3-pro.php:152
5275
+ #: inc/features/class-destination-s3-v1-pro.php:154
5276
+ #, php-format
5277
+ #@ backwpup
5278
+ msgid "%d. Trying to sync files to S3 Service&#160;&hellip;"
5279
+ msgstr ""
5280
+
5281
+ #: inc/features/class-destination-s3-pro.php:174
5282
+ #: inc/features/class-destination-s3-v1-pro.php:183
5283
+ #@ backwpup
5284
+ msgid "Retrieving file list from S3."
5285
+ msgstr ""
5286
+
5287
+ #: inc/features/class-destination-s3-pro.php:227
5288
+ #: inc/features/class-destination-s3-v1-pro.php:232
5289
+ #@ backwpup
5290
+ msgid "Upload changed files to S3."
5291
+ msgstr ""
5292
+
5293
+ #: inc/features/class-destination-s3-pro.php:239
5294
+ #: inc/features/class-destination-s3-v1-pro.php:241
5295
+ #, php-format
5296
+ #@ backwpup
5297
+ msgid "File %s uploaded to S3."
5298
+ msgstr ""
5299
+
5300
+ #: inc/features/class-destination-s3-pro.php:256
5301
+ #: inc/features/class-destination-s3-v1-pro.php:255
5302
+ #, php-format
5303
+ #@ backwpup
5304
+ msgid "Extra file %s uploaded to S3."
5305
+ msgstr ""
5306
+
5307
+ #: inc/features/class-destination-s3-pro.php:265
5308
+ #: inc/features/class-destination-s3-v1-pro.php:264
5309
+ #@ backwpup
5310
+ msgid "Delete nonexistent files on S3"
5311
+ msgstr ""
5312
+
5313
+ #: inc/features/class-destination-s3-pro.php:273
5314
+ #: inc/features/class-destination-s3-v1-pro.php:268
5315
+ #, php-format
5316
+ #@ backwpup
5317
+ msgid "File %s deleted from S3."
5318
+ msgstr ""
5319
+
5320
+ #: inc/features/class-destination-sugarsync-pro.php:33
5321
+ #@ backwpup
5322
+ msgid "Root:"
5323
+ msgstr ""
5324
+
5325
+ #: inc/features/class-documentation.php:176
5326
+ #@ backwpup
5327
+ msgid "Loading Menu ..."
5328
+ msgstr ""
5329
+
5330
+ #: inc/features/class-documentation.php:220
5331
+ #: inc/features/class-documentation.php:336
5332
+ #, php-format
5333
+ #@ backwpup
5334
+ msgctxt "%s = Remote Code"
5335
+ msgid "Could not connect to remote host, code %d. Please try again later."
5336
+ msgstr ""
5337
+
5338
+ #: inc/features/class-documentation.php:231
5339
+ #: inc/features/class-documentation.php:347
5340
+ #@ backwpup
5341
+ msgid "Could not find content for this page. Please try again later."
5342
+ msgstr ""
5343
+
5344
+ #: inc/features/class-documentation.php:237
5345
+ #: inc/features/class-documentation.php:352
5346
+ #@ backwpup
5347
+ msgid "Could not connect to remote host. Please try again later."
5348
+ msgstr ""
5349
+
5350
+ #: inc/features/class-documentation.php:283
5351
+ #: inc/features/class-documentation.php:291
5352
+ #@ backwpup
5353
+ msgid "Loading Content ..."
5354
+ msgstr ""
5355
+
5356
+ #: inc/features/class-export-jobs.php:12
5357
+ #: inc/features/class-export-jobs.php:23
5358
+ #@ backwpup
5359
+ msgid "Export"
5360
+ msgstr ""
5361
+
5362
+ #: inc/features/class-features.php:136
5363
+ #: inc/features/class-features.php:169
5364
+ #@ backwpup
5365
+ #@ backwpupadminbar
5366
+ msgid "Wizards"
5367
+ msgstr ""
5368
+
5369
+ #: inc/features/class-jobtype-dbcheck-pro.php:17
5370
+ #: inc/features/class-jobtype-dbdump-pro.php:85
5371
+ #: inc/features/class-jobtype-dboptimize-pro.php:17
5372
+ #@ backwpup
5373
+ msgid "Only WordPress tables"
5374
+ msgstr ""
5375
+
5376
+ #: inc/features/class-jobtype-dbcheck-pro.php:21
5377
+ #@ backwpup
5378
+ msgid "Check only WordPress Database tables"
5379
+ msgstr ""
5380
+
5381
+ #: inc/features/class-jobtype-dbdump-pro.php:81
5382
+ #@ backwpup
5383
+ msgid "Settings for database dump"
5384
+ msgstr ""
5385
+
5386
+ #: inc/features/class-jobtype-dbdump-pro.php:89
5387
+ #@ backwpup
5388
+ msgid "Dump only WordPress Database tables"
5389
+ msgstr ""
5390
+
5391
+ #: inc/features/class-jobtype-dbdump-pro.php:108
5392
+ #@ backwpup
5393
+ msgid "Database connection"
5394
+ msgstr ""
5395
+
5396
+ #: inc/features/class-jobtype-dbdump-pro.php:112
5397
+ #@ backwpup
5398
+ msgid "Use WordPress database connection."
5399
+ msgstr ""
5400
+
5401
+ #: inc/features/class-jobtype-dbdump-pro.php:116
5402
+ #@ backwpup
5403
+ msgid "Host:"
5404
+ msgstr ""
5405
+
5406
+ #: inc/features/class-jobtype-dbdump-pro.php:119
5407
+ #@ backwpup
5408
+ msgid "User:"
5409
+ msgstr ""
5410
+
5411
+ #: inc/features/class-jobtype-dbdump-pro.php:126
5412
+ #@ backwpup
5413
+ msgid "Charset:"
5414
+ msgstr ""
5415
+
5416
+ #: inc/features/class-jobtype-dbdump-pro.php:137
5417
+ #@ backwpup
5418
+ msgid "Database:"
5419
+ msgstr ""
5420
+
5421
+ #: inc/features/class-jobtype-dbdump-pro.php:174
5422
+ #@ backwpup
5423
+ msgid "Database Backup type"
5424
+ msgstr ""
5425
+
5426
+ #: inc/features/class-jobtype-dbdump-pro.php:177
5427
+ #@ backwpup
5428
+ msgid "SQL File"
5429
+ msgstr ""
5430
+
5431
+ #: inc/features/class-jobtype-dbdump-pro.php:178
5432
+ #@ backwpup
5433
+ msgid "XML File (phpMyAdmin schema)"
5434
+ msgstr ""
5435
+
5436
+ #: inc/features/class-jobtype-dbdump-pro.php:183
5437
+ #@ backwpup
5438
+ msgid "Path to <em>mysqldump</em> file"
5439
+ msgstr ""
5440
+
5441
+ #: inc/features/class-jobtype-dbdump-pro.php:188
5442
+ #@ backwpup
5443
+ msgid "Path to mysqldump file, so a backup can be made with it. If it is correct and <em>shell_exec</em> is active, the backup will be generated with a system command. If <em>shell_exec</em> ist not active, this is disabled"
5444
+ msgstr ""
5445
+
5446
+ #: inc/features/class-jobtype-dbdump-pro.php:532
5447
+ #, php-format
5448
+ #@ backwpup
5449
+ msgid "%d. Try to dump MySQL system&#160;&hellip;"
5450
+ msgstr ""
5451
+
5452
+ #: inc/features/class-jobtype-dbdump-pro.php:599
5453
+ #, php-format
5454
+ #@ backwpup
5455
+ msgctxt "Executed shell_exec() command"
5456
+ msgid "CLI Exec: %s"
5457
+ msgstr ""
5458
+
5459
+ #: inc/features/class-jobtype-dbdump-pro.php:602
5460
+ #, php-format
5461
+ #@ backwpup
5462
+ msgctxt "Output of a shell_exec()"
5463
+ msgid "CLI Exec output: %s"
5464
+ msgstr ""
5465
+
5466
+ #: inc/features/class-jobtype-dbdump-pro.php:606
5467
+ #@ backwpup
5468
+ msgid "Compressing file&#160;&hellip;"
5469
+ msgstr ""
5470
+
5471
+ #: inc/features/class-jobtype-dbdump-pro.php:612
5472
+ #@ backwpup
5473
+ msgid "Compressing done."
5474
+ msgstr ""
5475
+
5476
+ #: inc/features/class-jobtype-dbdump-pro.php:645
5477
+ #, php-format
5478
+ #@ backwpup
5479
+ msgid "%d. Try to dump database XML&#160;&hellip;"
5480
+ msgstr ""
5481
+
5482
+ #: inc/features/class-jobtype-dbdump-pro.php:700
5483
+ #@ backwpup
5484
+ msgid "No tables for XML dump"
5485
+ msgstr ""
5486
+
5487
+ #: inc/features/class-jobtype-dbdump-pro.php:737
5488
+ #, php-format
5489
+ #@ backwpup
5490
+ msgid "Dump database create view \"%s\""
5491
+ msgstr ""
5492
+
5493
+ #: inc/features/class-jobtype-dbdump-pro.php:754
5494
+ #, php-format
5495
+ #@ backwpup
5496
+ msgid "Dump database structure \"%s\""
5497
+ msgstr ""
5498
+
5499
+ #: inc/features/class-jobtype-dbdump-pro.php:794
5500
+ #, php-format
5501
+ #@ backwpup
5502
+ msgid "Dump table \"%s\" data"
5503
+ msgstr ""
5504
+
5505
+ #: inc/features/class-jobtype-dbdump-pro.php:863
5506
+ #, php-format
5507
+ #@ backwpup
5508
+ msgid "Added database XML dump \"%1$s\" with %2$s to backup file list"
5509
+ msgstr ""
5510
+
5511
+ #: inc/features/class-jobtype-dbdump-pro.php:866
5512
+ #@ backwpup
5513
+ msgid "Database XML dump done!"
5514
+ msgstr ""
5515
+
5516
+ #: inc/features/class-jobtype-dboptimize-pro.php:21
5517
+ #@ backwpup
5518
+ msgid "Optimize only WordPress database tables"
5519
+ msgstr ""
5520
+
5521
+ #: inc/features/class-jobtype-file-pro.php:15
5522
+ #@ backwpup
5523
+ msgid "Backup WordPress main files"
5524
+ msgstr ""
5525
+
5526
+ #: inc/features/class-jobtype-file-pro.php:19
5527
+ #@ backwpup
5528
+ msgid "Backup blog content folder"
5529
+ msgstr ""
5530
+
5531
+ #: inc/features/class-jobtype-file-pro.php:23
5532
+ #@ backwpup
5533
+ msgid "Backup blog plugins"
5534
+ msgstr ""
5535
+
5536
+ #: inc/features/class-jobtype-file-pro.php:27
5537
+ #@ backwpup
5538
+ msgid "Backup blog themes"
5539
+ msgstr ""
5540
+
5541
+ #: inc/features/class-jobtype-file-pro.php:31
5542
+ #@ backwpup
5543
+ msgid "Backup blog uploads folder"
5544
+ msgstr ""
5545
+
5546
+ #: inc/features/class-jobtype-wpexp-pro.php:14
5547
+ #@ backwpup
5548
+ msgid "Items to export:"
5549
+ msgstr ""
5550
+
5551
+ #: inc/features/class-jobtype-wpplugin-pro.php:13
5552
+ #@ backwpup
5553
+ msgid "Nothing to configure"
5554
+ msgstr ""
5555
+
5556
+ #: inc/features/class-page-wizard.php:114
5557
+ #: inc/features/class-page-wizard.php:342
5558
+ #@ backwpup
5559
+ msgid "Cancel"
5560
+ msgstr ""
5561
+
5562
+ #: inc/features/class-page-wizard.php:149
5563
+ #: inc/features/class-page-wizard.php:337
5564
+ #: inc/features/class-page-wizard.php:368
5565
+ #@ backwpup
5566
+ msgid "Next >"
5567
+ msgstr ""
5568
+
5569
+ #: inc/features/class-page-wizard.php:166
5570
+ #: inc/features/class-page-wizard.php:333
5571
+ #@ backwpup
5572
+ msgid "< Previous"
5573
+ msgstr ""
5574
+
5575
+ #: inc/features/class-page-wizard.php:233
5576
+ #, php-format
5577
+ #@ backwpup
5578
+ msgctxt "Plugin Name"
5579
+ msgid "%s Wizards"
5580
+ msgstr ""
5581
+
5582
+ #: inc/features/class-page-wizard.php:272
5583
+ #, php-format
5584
+ #@ backwpup
5585
+ msgctxt "Plugin Name"
5586
+ msgid "%s Wizard:"
5587
+ msgstr ""
5588
+
5589
+ #: inc/features/class-page-wizard.php:345
5590
+ #@ backwpup
5591
+ msgid "Back to overview"
5592
+ msgstr ""
5593
+
5594
+ #: inc/features/class-settings-apikeys.php:37
5595
+ #@ backwpup
5596
+ msgid "Dropbox API Keys"
5597
+ msgstr ""
5598
+
5599
+ #: inc/features/class-settings-apikeys.php:38
5600
+ #@ backwpup
5601
+ msgid "If you want to set your own Dropbox API Keys, you can do it here. Leave empty for default."
5602
+ msgstr ""
5603
+
5604
+ #: inc/features/class-settings-apikeys.php:41
5605
+ #@ backwpup
5606
+ msgid "Full Dropbox App key:"
5607
+ msgstr ""
5608
+
5609
+ #: inc/features/class-settings-apikeys.php:49
5610
+ #@ backwpup
5611
+ msgid "Full Dropbox App secret:"
5612
+ msgstr ""
5613
+
5614
+ #: inc/features/class-settings-apikeys.php:57
5615
+ #@ backwpup
5616
+ msgid "Sandbox App key:"
5617
+ msgstr ""
5618
+
5619
+ #: inc/features/class-settings-apikeys.php:65
5620
+ #@ backwpup
5621
+ msgid "Sandbox App secret:"
5622
+ msgstr ""
5623
+
5624
+ #: inc/features/class-settings-apikeys.php:78
5625
+ #@ backwpup
5626
+ msgid "SugarSync API Keys"
5627
+ msgstr ""
5628
+
5629
+ #: inc/features/class-settings-apikeys.php:79
5630
+ #@ backwpup
5631
+ msgid "If you want to set your own SugarSync API keys you can do that here. Leave empty for default."
5632
+ msgstr ""
5633
+
5634
+ #: inc/features/class-settings-apikeys.php:82
5635
+ #@ backwpup
5636
+ msgid "Access Key ID:"
5637
+ msgstr ""
5638
+
5639
+ #: inc/features/class-settings-apikeys.php:90
5640
+ #@ backwpup
5641
+ msgid "Private Access Key:"
5642
+ msgstr ""
5643
+
5644
+ #: inc/features/class-settings-apikeys.php:97
5645
+ #@ backwpup
5646
+ msgid "App ID:"
5647
+ msgstr ""
5648
+
5649
+ #: inc/features/class-wizard-job.php:13
5650
+ #@ backwpup
5651
+ msgid "Create a job"
5652
+ msgstr ""
5653
+
5654
+ #: inc/features/class-wizard-job.php:14
5655
+ #@ backwpup
5656
+ msgid "Choose a job"
5657
+ msgstr ""
5658
+
5659
+ #: inc/features/class-wizard-job.php:34
5660
+ #@ backwpup
5661
+ msgid "Job Types"
5662
+ msgstr ""
5663
+
5664
+ #: inc/features/class-wizard-job.php:34
5665
+ #@ backwpup
5666
+ msgid "Select a task for your job."
5667
+ msgstr ""
5668
+
5669
+ #: inc/features/class-wizard-job.php:48
5670
+ #@ backwpup
5671
+ msgid "Archive Settings"
5672
+ msgstr ""
5673
+
5674
+ #: inc/features/class-wizard-job.php:48
5675
+ #@ backwpup
5676
+ msgid "Settings for the Backup Archive"
5677
+ msgstr ""
5678
+
5679
+ #: inc/features/class-wizard-job.php:50
5680
+ #@ backwpup
5681
+ msgid "Where would you like to store the backup file?"
5682
+ msgstr ""
5683
+
5684
+ #: inc/features/class-wizard-job.php:60
5685
+ #: inc/features/class-wizard-job.php:273
5686
+ #@ backwpup
5687
+ msgid "Scheduling"
5688
+ msgstr ""
5689
+
5690
+ #: inc/features/class-wizard-job.php:60
5691
+ #@ backwpup
5692
+ msgid "When would you like to start the job?"
5693
+ msgstr ""
5694
+
5695
+ #: inc/features/class-wizard-job.php:226
5696
+ #@ backwpup
5697
+ msgid "Select one or more tasks for your backup job."
5698
+ msgstr ""
5699
+
5700
+ #: inc/features/class-wizard-job.php:274
5701
+ #@ backwpup
5702
+ msgid "Activate scheduling"
5703
+ msgstr ""
5704
+
5705
+ #: inc/features/class-wizard-job.php:357
5706
+ #@ backwpup
5707
+ msgid "Sync file by file to destination"
5708
+ msgstr ""
5709
+
5710
+ #: inc/features/class-wizard-job.php:365
5711
+ #@ backwpup
5712
+ msgid "Select a compression type for the backup archive"
5713
+ msgstr ""
5714
+
5715
+ #: inc/features/class-wizard-job.php:368
5716
+ #@ backwpup
5717
+ msgid "Archive compression type"
5718
+ msgstr ""
5719
+
5720
+ #: inc/features/class-wizard-job.php:371
5721
+ #@ backwpup
5722
+ msgid "PHP Zip functions will be used if available (memory lees). Else PCLZip Class will used."
5723
+ msgstr ""
5724
+
5725
+ #: inc/features/class-wizard-job.php:373
5726
+ #: inc/features/class-wizard-job.php:378
5727
+ #: inc/features/class-wizard-job.php:382
5728
+ #@ backwpup
5729
+ msgid "Disabled because missing PHP function."
5730
+ msgstr ""
5731
+
5732
+ #: inc/features/class-wizard-job.php:374
5733
+ #@ backwpup
5734
+ msgid "Tar (fast and memory less)"
5735
+ msgstr ""
5736
+
5737
+ #: inc/features/class-wizard-job.php:376
5738
+ #@ backwpup
5739
+ msgid "A tared and GZipped archive (fast and memory less)"
5740
+ msgstr ""
5741
+
5742
+ #: inc/features/class-wizard-job.php:380
5743
+ #@ backwpup
5744
+ msgid "A tared and BZipped archive (fast and memory less)"
5745
+ msgstr ""
5746
+
5747
+ #: inc/features/class-wizard-job.php:396
5748
+ #@ backwpup
5749
+ msgid "Where to store the files"
5750
+ msgstr ""
5751
+
5752
+ #: inc/features/class-wizard-job.php:562
5753
+ #, php-format
5754
+ #@ backwpup
5755
+ msgid "Wizard: %1$s"
5756
+ msgstr ""
5757
+
5758
+ #: inc/features/class-wizard-job.php:581
5759
+ #, php-format
5760
+ #@ backwpup
5761
+ msgid "New job named %s generated."
5762
+ msgstr ""
5763
+
5764
+ #: inc/features/class-wizard-job.php:593
5765
+ #@ backwpup
5766
+ msgid "Create Job"
5767
+ msgstr ""
5768
+
5769
+ #: inc/features/class-wizard-job.php:618
5770
+ #: inc/features/class-wizard-job.php:619
5771
+ #@ backwpup
5772
+ msgid "Database Backup and XML Export (Daily)"
5773
+ msgstr ""
5774
+
5775
+ #: inc/features/class-wizard-job.php:636
5776
+ #: inc/features/class-wizard-job.php:637
5777
+ #@ backwpup
5778
+ msgid "Database Check and Optimization (Weekly)"
5779
+ msgstr ""
5780
+
5781
+ #: inc/features/class-wizard-job.php:646
5782
+ #: inc/features/class-wizard-job.php:647
5783
+ #@ backwpup
5784
+ msgid "Uploads Backup"
5785
+ msgstr ""
5786
+
5787
+ #: inc/features/class-wizard-job.php:661
5788
+ #: inc/features/class-wizard-job.php:662
5789
+ #@ backwpup
5790
+ msgid "All Files Backup"
5791
+ msgstr ""
5792
+
5793
+ #: inc/features/class-wizard-job.php:676
5794
+ #@ backwpup
5795
+ msgid "Essential files + list of plugins"
5796
+ msgstr ""
5797
+
5798
+ #: inc/features/class-wizard-job.php:677
5799
+ #@ backwpup
5800
+ msgid "Backup essential files and folders, plus a list of installed plugins."
5801
+ msgstr ""
5802
+
5803
+ #: inc/features/class-wizard-job.php:692
5804
+ #: inc/features/class-wizard-job.php:693
5805
+ #@ backwpup
5806
+ msgid "Custom configuration"
5807
+ msgstr ""
5808
+
5809
+ #: inc/features/class-wizard-jobimport.php:14
5810
+ #@ backwpup
5811
+ msgid "XML job import"
5812
+ msgstr ""
5813
+
5814
+ #: inc/features/class-wizard-jobimport.php:15
5815
+ #@ backwpup
5816
+ msgid "Wizard for importing BackWPup jobs from an XML file"
5817
+ msgstr ""
5818
+
5819
+ #: inc/features/class-wizard-jobimport.php:32
5820
+ #: inc/features/class-wizard-jobimport.php:81
5821
+ #@ backwpup
5822
+ msgid "Import"
5823
+ msgstr ""
5824
+
5825
+ #: inc/features/class-wizard-jobimport.php:41
5826
+ #@ backwpup
5827
+ msgid "Import File"
5828
+ msgstr ""
5829
+
5830
+ #: inc/features/class-wizard-jobimport.php:41
5831
+ #@ backwpup
5832
+ msgid "Upload XML Job File for Import"
5833
+ msgstr ""
5834
+
5835
+ #: inc/features/class-wizard-jobimport.php:42
5836
+ #@ backwpup
5837
+ msgid "Select items to import"
5838
+ msgstr ""
5839
+
5840
+ #: inc/features/class-wizard-jobimport.php:42
5841
+ #@ backwpup
5842
+ msgid "Select which job should be imported or overwritten."
5843
+ msgstr ""
5844
+
5845
+ #: inc/features/class-wizard-jobimport.php:59
5846
+ #@ backwpup
5847
+ msgid "Please upload your BackWPup job XML export file and we&#8217;ll import the jobs into BackWPup."
5848
+ msgstr ""
5849
+
5850
+ #: inc/features/class-wizard-jobimport.php:61
5851
+ #@ backwpup
5852
+ msgid "Choose a file from your computer:"
5853
+ msgstr ""
5854
+
5855
+ #: inc/features/class-wizard-jobimport.php:61
5856
+ #, php-format
5857
+ #@ backwpup
5858
+ msgid "Maximum size: %s"
5859
+ msgstr ""
5860
+
5861
+ #: inc/features/class-wizard-jobimport.php:74
5862
+ #@ backwpup
5863
+ msgid "Import Jobs"
5864
+ msgstr ""
5865
+
5866
+ #: inc/features/class-wizard-jobimport.php:77
5867
+ #@ backwpup
5868
+ msgid "Import Type"
5869
+ msgstr ""
5870
+
5871
+ #: inc/features/class-wizard-jobimport.php:77
5872
+ #@ backwpup
5873
+ msgid "No Import"
5874
+ msgstr ""
5875
+
5876
+ #: inc/features/class-wizard-jobimport.php:79
5877
+ #@ backwpup
5878
+ msgid "Overwrite"
5879
+ msgstr ""
5880
+
5881
+ #: inc/features/class-wizard-jobimport.php:79
5882
+ #@ backwpup
5883
+ msgid "Append"
5884
+ msgstr ""
5885
+
5886
+ #: inc/features/class-wizard-jobimport.php:89
5887
+ #@ backwpup
5888
+ msgid "Import Config"
5889
+ msgstr ""
5890
+
5891
+ #: inc/features/class-wizard-jobimport.php:92
5892
+ #@ backwpup
5893
+ msgid "Import BackWPup configuration"
5894
+ msgstr ""
5895
+
5896
+ #: inc/features/class-wizard-jobimport.php:110
5897
+ #@ backwpup
5898
+ msgid "File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini."
5899
+ msgstr ""
5900
+
5901
+ #: inc/features/class-wizard-jobimport.php:125
5902
+ #, php-format
5903
+ #@ backwpup
5904
+ msgid "The export file could not be found at <code>%s</code>. This is likely due to an issue with permissions."
5905
+ msgstr ""
5906
+
5907
+ #: inc/features/class-wizard-jobimport.php:132
5908
+ #@ backwpup
5909
+ msgid "Sorry, there has been a phrase error."
5910
+ msgstr ""
5911
+
5912
+ #: inc/features/class-wizard-jobimport.php:139
5913
+ #, php-format
5914
+ #@ backwpup
5915
+ msgid "This Export file (version %s) may not be supported by this version of the importer."
5916
+ msgstr ""
5917
+
5918
+ #: inc/features/class-wizard-jobimport.php:145
5919
+ #@ backwpup
5920
+ msgid "This is not a BackWPup XML file"
5921
+ msgstr ""
5922
+
5923
+ #: inc/features/class-wizard-jobimport.php:207
5924
+ #, php-format
5925
+ #@ backwpup
5926
+ msgid "Job %1$s with id %2$d imported"
5927
+ msgstr ""
5928
+
5929
+ #: inc/features/class-wizard-jobimport.php:215
5930
+ #@ backwpup
5931
+ msgid "BackWPup config imported"
5932
+ msgstr ""
5933
+
5934
+ #: inc/features/class-wizard-systemtest.php:14
5935
+ #@ backwpup
5936
+ msgid "System Test"
5937
+ msgstr ""
5938
+
5939
+ #: inc/features/class-wizard-systemtest.php:15
5940
+ #@ backwpup
5941
+ msgid "Wizard to test if BackWPup can work properly"
5942
+ msgstr ""
5943
+
5944
+ #: inc/features/class-wizard-systemtest.php:32
5945
+ #@ backwpup
5946
+ msgid "Run tests"
5947
+ msgstr ""
5948
+
5949
+ #: inc/features/class-wizard-systemtest.php:41
5950
+ #@ backwpup
5951
+ msgid "Environment"
5952
+ msgstr ""
5953
+
5954
+ #: inc/features/class-wizard-systemtest.php:41
5955
+ #@ backwpup
5956
+ msgid "System Environment"
5957
+ msgstr ""
5958
+
5959
+ #: inc/features/class-wizard-systemtest.php:54
5960
+ #@ backwpup
5961
+ msgid "Test if BackWPup can work without problems."
5962
+ msgstr ""
5963
+
5964
+ #: inc/features/class-wizard-systemtest.php:86
5965
+ #, php-format
5966
+ #@ backwpup
5967
+ msgid "You must run WordPress version 3.2 or higher to use this plugin. You are using version %s now."
5968
+ msgstr ""
5969
+
5970
+ #: inc/features/class-wizard-systemtest.php:91
5971
+ #, php-format
5972
+ #@ backwpup
5973
+ msgid "You must run PHP version 5.2.6 or higher to use this plugin. You are using version %s now."
5974
+ msgstr ""
5975
+
5976
+ #: inc/features/class-wizard-systemtest.php:95
5977
+ #, php-format
5978
+ #@ backwpup
5979
+ msgid "We recommend to run a PHP version above 5.3.2 to get the full plugin functionality. You are using version %s now."
5980
+ msgstr ""
5981
+
5982
+ #: inc/features/class-wizard-systemtest.php:100
5983
+ #, php-format
5984
+ #@ backwpup
5985
+ msgid "You must have the MySQLi extension installed and a MySQL server version of 5.0.7 or higher to use this plugin. You are using version %s now."
5986
+ msgstr ""
5987
+
5988
+ #: inc/features/class-wizard-systemtest.php:105
5989
+ #@ backwpup
5990
+ msgid "You must have the PHP cURL extension installed to get the full plugin functionality."
5991
+ msgstr ""
5992
+
5993
+ #: inc/features/class-wizard-systemtest.php:110
5994
+ #, php-format
5995
+ #@ backwpup
5996
+ msgctxt "%1 = extension name, %2 = file suffix"
5997
+ msgid "We recommend to install the %1$s extension to generate %2$s archives."
5998
+ msgstr ""
5999
+
6000
+ #: inc/features/class-wizard-systemtest.php:133
6001
+ #, php-format
6002
+ #@ backwpup
6003
+ msgctxt "Link to PHP manual"
6004
+ msgid "Please disable the deprecated <a href=\"%s\">PHP safe mode</a>."
6005
+ msgstr ""
6006
+
6007
+ #: inc/features/class-wizard-systemtest.php:141
6008
+ #@ backwpup
6009
+ msgid "We recommend to install the PHP FTP extension to use the FTP backup destination."
6010
+ msgstr ""
6011
+
6012
+ #: inc/features/class-wizard-systemtest.php:149
6013
+ #, php-format
6014
+ #@ backwpup
6015
+ msgid "Temp folder %s not read or writable. Please set proper writing permissions."
6016
+ msgstr ""
6017
+
6018
+ #: inc/features/class-wizard-systemtest.php:154
6019
+ #, php-format
6020
+ #@ backwpup
6021
+ msgid "Temp folder %s does not exist and cannot be created. Please create it and set proper writing permissions."
6022
+ msgstr ""
6023
+
6024
+ #: inc/features/class-wizard-systemtest.php:161
6025
+ #, php-format
6026
+ #@ backwpup
6027
+ msgid "Logs folder %s is not readable or writable. Please set proper writing permissions."
6028
+ msgstr ""
6029
+
6030
+ #: inc/features/class-wizard-systemtest.php:165
6031
+ #, php-format
6032
+ #@ backwpup
6033
+ msgid "Logs folder %s does not exist and cannot be created. Please create it and set proper writing permissions."
6034
+ msgstr ""
6035
+
6036
+ #: inc/features/class-wizard-systemtest.php:179
6037
+ #, php-format
6038
+ #@ backwpup
6039
+ msgid "The HTTP response test result is an error: \"%s\"."
6040
+ msgstr ""
6041
+
6042
+ #: inc/features/class-wizard-systemtest.php:183
6043
+ #, php-format
6044
+ #@ backwpup
6045
+ msgid "The HTTP response test result is a wrong HTTP status: %s. It should be the staus 200."
6046
+ msgstr ""
6047
+
6048
+ #: inc/features/class-wizard-systemtest.php:201
6049
+ #@ backwpup
6050
+ msgid "WP-Cron seems to be broken. But it is needed to run scheduled jobs."
6051
+ msgstr ""
6052
+
6053
+ #: inc/features/class-wizard-systemtest.php:206
6054
+ #@ backwpup
6055
+ msgid "All tests passed without errors."
6056
+ msgstr ""
6057
+
6058
+ #: inc/features/class-wizard-systemtest.php:209
6059
+ #@ backwpup
6060
+ msgid "There is no error, but some warnings. BackWPup will work, but with limitations."
6061
+ msgstr ""
6062
+
6063
+ #: inc/features/class-wizard-systemtest.php:212
6064
+ #@ backwpup
6065
+ msgid "There are errors. Please correct them, or BackWPup cannot work."
6066
+ msgstr ""
6067
+
languages/backwpup-ru_RU.mo ADDED
Binary file
languages/backwpup-ru_RU.po ADDED
@@ -0,0 +1,6067 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: BackWPup Pro v3.0.11\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-15 21:24+0400\n"
6
+ "PO-Revision-Date: 2013-05-18 09:04:12+0000\n"
7
+ "Last-Translator: Вадим <vadim.bogaiskov@gmail.com>\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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
13
+ "X-Generator: Poedit 1.5.5\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
+ #: backwpup.php:42
24
+ #@ backwpup
25
+ msgid "BackWPup requires PHP version 5.2.6 or greater and WordPress 3.2 or greater."
26
+ msgstr "BackWPup требуестся PHP версии 5.2.6 или выше и WordPress 3.2 или выше."
27
+
28
+ #: inc/class-admin.php:120
29
+ #: inc/class-help.php:29
30
+ #@ backwpup
31
+ msgid "https://marketpress.com/documentation/backwpup-pro/"
32
+ msgstr ""
33
+
34
+ #: inc/class-admin.php:120
35
+ #: inc/features/class-documentation.php:150
36
+ #: inc/features/class-features.php:150
37
+ #@ backwpup
38
+ msgid "Documentation"
39
+ msgstr "Документация"
40
+
41
+ #: inc/class-admin.php:122
42
+ #: inc/class-help.php:26
43
+ #@ backwpup
44
+ msgid "https://marketpress.com/support/forum/plugins/backwpup-pro/"
45
+ msgstr ""
46
+
47
+ #: inc/class-admin.php:122
48
+ #: inc/class-help.php:26
49
+ #@ backwpup
50
+ msgid "Pro Support"
51
+ msgstr "Pro Поддержка"
52
+
53
+ #: inc/class-admin.php:124
54
+ #: inc/class-help.php:28
55
+ #@ backwpup
56
+ msgid "http://wordpress.org/support/plugin/backwpup/"
57
+ msgstr ""
58
+
59
+ #: inc/class-admin.php:124
60
+ #: inc/class-help.php:28
61
+ #@ backwpup
62
+ msgid "Support"
63
+ msgstr "Поддержка"
64
+
65
+ #: inc/class-admin.php:137
66
+ #@ backwpup
67
+ msgid "BackWPup Dashboard"
68
+ msgstr "Панель инструментов BackWPup "
69
+
70
+ #: inc/class-admin.php:137
71
+ #@ backwpup
72
+ msgid "Dashboard"
73
+ msgstr "Панель инструментов"
74
+
75
+ #: inc/class-admin.php:155
76
+ #: inc/class-adminbar.php:84
77
+ #: inc/class-page-settings.php:103
78
+ #@ backwpup
79
+ #@ backwpupadminbar
80
+ msgid "Jobs"
81
+ msgstr "Задания"
82
+
83
+ #: inc/class-admin.php:170
84
+ #@ backwpup
85
+ msgid "Add New Job"
86
+ msgstr "Добавить задание"
87
+
88
+ #: inc/class-admin.php:186
89
+ #: inc/class-adminbar.php:100
90
+ #: inc/class-page-backups.php:366
91
+ #: inc/class-page-logs.php:281
92
+ #: inc/class-page-settings.php:103
93
+ #@ backwpup
94
+ #@ backwpupadminbar
95
+ msgid "Logs"
96
+ msgstr "Журналы"
97
+
98
+ #: inc/class-admin.php:201
99
+ #: inc/class-adminbar.php:108
100
+ #@ backwpup
101
+ #@ backwpupadminbar
102
+ msgid "Backups"
103
+ msgstr "Резервные копии"
104
+
105
+ #: inc/class-admin.php:216
106
+ #@ backwpup
107
+ msgid "Settings"
108
+ msgstr "Настройки"
109
+
110
+ #: inc/class-admin.php:230
111
+ #@ backwpup
112
+ msgid "About"
113
+ msgstr "О программе"
114
+
115
+ #: inc/class-admin.php:270
116
+ #: inc/class-admin.php:276
117
+ #@ backwpup
118
+ msgid "Cheating, huh?"
119
+ msgstr "Обман, да?"
120
+
121
+ #: inc/class-admin.php:310
122
+ #@ backwpup
123
+ msgid "Jobs overview"
124
+ msgstr "Обзор заданий"
125
+
126
+ #: inc/class-admin.php:310
127
+ #: inc/class-page-jobs.php:134
128
+ #@ backwpup
129
+ msgid "Run now"
130
+ msgstr "Запустить сейчас"
131
+
132
+ #: inc/class-admin.php:387
133
+ #, php-format
134
+ #@ backwpup
135
+ msgid "<img src=\"%s\"/> <a href=\"%s\">Get BackWPup Pro now.</a>"
136
+ msgstr "<img src=\"%s\"/> <a href=\"%s\">Получить BackWPup Pro сейчас.</a>"
137
+
138
+ #: inc/class-admin.php:387
139
+ #: inc/class-page-about.php:335
140
+ #: inc/class-page-backwpup.php:141
141
+ #@ backwpup
142
+ msgid "http://marketpress.com/product/backwpup-pro/"
143
+ msgstr ""
144
+
145
+ #: inc/class-admin.php:388
146
+ #, php-format
147
+ #@ backwpup
148
+ msgctxt "developer name, link text: Daniel Hüsken"
149
+ msgid "Developer: %s"
150
+ msgstr "Разработчик: %s"
151
+
152
+ #: inc/class-admin.php:405
153
+ #, php-format
154
+ #@ backwpup
155
+ msgid "version %s"
156
+ msgstr "версия %s"
157
+
158
+ #: inc/class-admin.php:427
159
+ #@ backwpup
160
+ msgid "BackWPup Role"
161
+ msgstr "Роль BackWPup"
162
+
163
+ #: inc/class-admin.php:431
164
+ #@ backwpup
165
+ msgid "&mdash; No role for BackWPup &mdash;"
166
+ msgstr "&mdash; Нет роли для BackWPup &mdash;"
167
+
168
+ #: inc/class-admin.php:441
169
+ #@ backwpup
170
+ msgid "Role that the user have on BackWPup"
171
+ msgstr "Роль пользователя на BackWPup"
172
+
173
+ #: inc/class-adminbar.php:53
174
+ #@ backwpupadminbar
175
+ msgid "running"
176
+ msgstr "работа"
177
+
178
+ #: inc/class-adminbar.php:62
179
+ #@ backwpupadminbar
180
+ msgid "BackWPup"
181
+ msgstr ""
182
+
183
+ #: inc/class-adminbar.php:69
184
+ #@ backwpupadminbar
185
+ msgid "Now Running"
186
+ msgstr "Сейчас выполняется"
187
+
188
+ #: inc/class-adminbar.php:75
189
+ #@ backwpupadminbar
190
+ msgid "Abort!"
191
+ msgstr "Прекратить!"
192
+
193
+ #: inc/class-adminbar.php:92
194
+ #: inc/class-page-jobs.php:471
195
+ #@ backwpupadminbar
196
+ #@ backwpup
197
+ msgid "Add New"
198
+ msgstr "Добавить"
199
+
200
+ #: inc/class-adminbar.php:130
201
+ #@ backwpupadminbar
202
+ msgid "Run Now"
203
+ msgstr "Запустить сейчас"
204
+
205
+ #: inc/class-create-archive.php:72
206
+ #@ backwpup
207
+ msgid "The file name of an archive cannot be empty."
208
+ msgstr "Имя файла архива не может быть пустым."
209
+
210
+ #: inc/class-create-archive.php:79
211
+ #, php-format
212
+ #@ backwpup
213
+ msgctxt "%s = Folder name"
214
+ msgid "Folder %s for archive not found"
215
+ msgstr "Папка%s для архива не найдена"
216
+
217
+ #: inc/class-create-archive.php:85
218
+ #: inc/class-create-archive.php:116
219
+ #: inc/class-create-archive.php:131
220
+ #: inc/class-mysqldump.php:110
221
+ #@ backwpup
222
+ msgid "Functions for gz compression not available"
223
+ msgstr "Функции для GZ-сжатия не доступны"
224
+
225
+ #: inc/class-create-archive.php:91
226
+ #: inc/class-create-archive.php:137
227
+ #: inc/class-mysqldump.php:114
228
+ #@ backwpup
229
+ msgid "Functions for bz2 compression not available"
230
+ msgstr "Функции для BZ2-сжатия не доступны"
231
+
232
+ #: inc/class-create-archive.php:112
233
+ #, php-format
234
+ #@ backwpup
235
+ msgctxt "ZipArchive open() result"
236
+ msgid "Cannot create zip archive: %d"
237
+ msgstr "Невозможно создать ZIP-архив: %d"
238
+
239
+ #: inc/class-create-archive.php:142
240
+ #, php-format
241
+ #@ backwpup
242
+ msgctxt "%s = file name"
243
+ msgid "Method to archive file %s not detected"
244
+ msgstr "Метод для архивного файла %s не обнаружен"
245
+
246
+ #: inc/class-create-archive.php:147
247
+ #@ backwpup
248
+ msgid "Cannot open archive file"
249
+ msgstr "Не удается открыть файл архива"
250
+
251
+ #: inc/class-create-archive.php:165
252
+ #: inc/class-create-archive.php:289
253
+ #, php-format
254
+ #@ backwpup
255
+ msgid "PclZip archive add error: %s"
256
+ msgstr "Ошибка добавления в архив PclZip: %s"
257
+
258
+ #: inc/class-create-archive.php:221
259
+ #@ backwpup
260
+ msgid "File name cannot be empty"
261
+ msgstr "Имя файла не может быть пустым"
262
+
263
+ #: inc/class-create-archive.php:226
264
+ #, php-format
265
+ #@ backwpup
266
+ msgctxt "File path to add to archive"
267
+ msgid "File %s does not exist or is not readable"
268
+ msgstr "Файл %s не существует или не читается"
269
+
270
+ #: inc/class-create-archive.php:236
271
+ #: inc/class-create-archive.php:250
272
+ #: inc/class-create-archive.php:330
273
+ #: inc/class-create-archive.php:334
274
+ #@ backwpup
275
+ msgid "This archive method can only add one file"
276
+ msgstr "Этот метод архивации позволяет добавить только один файл"
277
+
278
+ #: inc/class-create-archive.php:241
279
+ #: inc/class-create-archive.php:255
280
+ #: inc/class-create-archive.php:426
281
+ #, php-format
282
+ #@ backwpup
283
+ msgid "Cannot open source file %s to archive"
284
+ msgstr "Не удается открыть исходный файл %s в архиве"
285
+
286
+ #: inc/class-create-archive.php:281
287
+ #: inc/class-create-archive.php:345
288
+ #, php-format
289
+ #@ backwpup
290
+ msgid "Cannot add \"%s\" to zip archive!"
291
+ msgstr "Невозможно добавить \"%s\" в ZIP-архив!"
292
+
293
+ #: inc/class-create-archive.php:316
294
+ #@ backwpup
295
+ msgid "Folder name cannot be empty"
296
+ msgstr "Имя папки не может быть пустым"
297
+
298
+ #: inc/class-create-archive.php:321
299
+ #, php-format
300
+ #@ backwpup
301
+ msgctxt "Folder path to add to archive"
302
+ msgid "Folder %s does not exist or is not readable"
303
+ msgstr "Папка %s не существует или не читается"
304
+
305
+ #: inc/class-create-archive.php:369
306
+ #@ backwpup
307
+ msgid "(ER_MULTIDISK) Multi-disk zip archives not supported"
308
+ msgstr "(ER_MULTIDISK) Мульти-диск ZIP-архивов не поддерживается"
309
+
310
+ #: inc/class-create-archive.php:370
311
+ #@ backwpup
312
+ msgid "(ER_RENAME) Renaming temporary file failed"
313
+ msgstr "(ER_RENAME) Неудача при переименовании временного файла"
314
+
315
+ #: inc/class-create-archive.php:371
316
+ #@ backwpup
317
+ msgid "(ER_CLOSE) Closing zip archive failed"
318
+ msgstr "(ER_CLOSE) Неудача при закрытии ZIP-архива"
319
+
320
+ #: inc/class-create-archive.php:372
321
+ #@ backwpup
322
+ msgid "(ER_SEEK) Seek error"
323
+ msgstr "(ER_SEEK) Ошибка поиска"
324
+
325
+ #: inc/class-create-archive.php:373
326
+ #@ backwpup
327
+ msgid "(ER_READ) Read error"
328
+ msgstr "(ER_READ) Ошибка чтения"
329
+
330
+ #: inc/class-create-archive.php:374
331
+ #@ backwpup
332
+ msgid "(ER_WRITE) Write error"
333
+ msgstr "(ER_WRITE) Ошибка чтения"
334
+
335
+ #: inc/class-create-archive.php:375
336
+ #@ backwpup
337
+ msgid "(ER_CRC) CRC error"
338
+ msgstr "(ER_CRC) Ошибка CRC"
339
+
340
+ #: inc/class-create-archive.php:376
341
+ #@ backwpup
342
+ msgid "(ER_ZIPCLOSED) Containing zip archive was closed"
343
+ msgstr "(ER_ZIPCLOSED) ZIP-архив с содержимым был закрыт"
344
+
345
+ #: inc/class-create-archive.php:377
346
+ #@ backwpup
347
+ msgid "(ER_NOENT) No such file"
348
+ msgstr "(ER_NOENT) Нет такого файла"
349
+
350
+ #: inc/class-create-archive.php:378
351
+ #@ backwpup
352
+ msgid "(ER_EXISTS) File already exists"
353
+ msgstr "(ER_EXISTS) Файл уже существует"
354
+
355
+ #: inc/class-create-archive.php:379
356
+ #@ backwpup
357
+ msgid "(ER_OPEN) Can't open file"
358
+ msgstr "(ER_OPEN) Не удается открыть файл"
359
+
360
+ #: inc/class-create-archive.php:380
361
+ #@ backwpup
362
+ msgid "(ER_TMPOPEN) Failure to create temporary file"
363
+ msgstr "(ER_TMPOPEN) Ошибка при создании временного файла"
364
+
365
+ #: inc/class-create-archive.php:381
366
+ #@ backwpup
367
+ msgid "(ER_ZLIB) Zlib error"
368
+ msgstr "(ER_ZLIB) Ошибка Zlib"
369
+
370
+ #: inc/class-create-archive.php:382
371
+ #@ backwpup
372
+ msgid "(ER_MEMORY) Malloc failure"
373
+ msgstr "(ER_MEMORY) Не достаточно памяти"
374
+
375
+ #: inc/class-create-archive.php:383
376
+ #@ backwpup
377
+ msgid "(ER_CHANGED) Entry has been changed"
378
+ msgstr "(ER_CHANGED) Введенное значение было изменено"
379
+
380
+ #: inc/class-create-archive.php:384
381
+ #@ backwpup
382
+ msgid "(ER_COMPNOTSUPP) Compression method not supported"
383
+ msgstr "(ER_COMPNOTSUPP) Метод сжатия не поддерживается"
384
+
385
+ #: inc/class-create-archive.php:385
386
+ #@ backwpup
387
+ msgid "(ER_EOF) Premature EOF"
388
+ msgstr "(ER_EOF) Преждевременный конец файла"
389
+
390
+ #: inc/class-create-archive.php:386
391
+ #@ backwpup
392
+ msgid "(ER_INVAL) Invalid argument"
393
+ msgstr "(ER_INVAL) Неверный аргумент"
394
+
395
+ #: inc/class-create-archive.php:387
396
+ #@ backwpup
397
+ msgid "(ER_NOZIP) Not a zip archive"
398
+ msgstr "(ER_NOZIP) Это не ZIP-архив"
399
+
400
+ #: inc/class-create-archive.php:388
401
+ #@ backwpup
402
+ msgid "(ER_INTERNAL) Internal error"
403
+ msgstr "(ER_INTERNAL) Внутренняя ошибка"
404
+
405
+ #: inc/class-create-archive.php:389
406
+ #@ backwpup
407
+ msgid "(ER_INCONS) Zip archive inconsistent"
408
+ msgstr "(ER_INCONS) ZIP-архив несовместим"
409
+
410
+ #: inc/class-create-archive.php:390
411
+ #@ backwpup
412
+ msgid "(ER_REMOVE) Can't remove file"
413
+ msgstr "(ER_REMOVE) Не удается удалить файл"
414
+
415
+ #: inc/class-create-archive.php:391
416
+ #@ backwpup
417
+ msgid "(ER_DELETED) Entry has been deleted"
418
+ msgstr "(ER_DELETED) Введенное значение было удалено"
419
+
420
+ #: inc/class-create-archive.php:398
421
+ #, php-format
422
+ #@ backwpup
423
+ msgctxt "Text of ZipArchive status Message"
424
+ msgid "ZipArchive returns status: %s"
425
+ msgstr "ZipArchive возвращает статус: %s"
426
+
427
+ #: inc/class-create-archive.php:418
428
+ #, php-format
429
+ #@ backwpup
430
+ msgid "File name \"%1$s\" too long to be saved correctly in %2$s archive!"
431
+ msgstr "Имя файла \"%1$s\" слишком длинное, чтобы правильно его сохранить в %2$s архиве!"
432
+
433
+ #: inc/class-create-archive.php:420
434
+ #, php-format
435
+ #@ backwpup
436
+ msgid "File path \"%1$s\" too long to be saved correctly in %2$s archive!"
437
+ msgstr "Путь к файлу \"%1$s\" слишком длинный, чтобы правильно его сохранить в %2$s архиве!"
438
+
439
+ #: inc/class-create-archive.php:430
440
+ #: inc/class-create-archive.php:431
441
+ #: inc/class-create-archive.php:514
442
+ #: inc/class-create-archive.php:515
443
+ #@ backwpup
444
+ msgid "Unknown"
445
+ msgstr "Неизвестен"
446
+
447
+ #: inc/class-create-archive.php:507
448
+ #, php-format
449
+ #@ backwpup
450
+ msgid "Folder name \"%1$s\" too long to be saved correctly in %2$s archive!"
451
+ msgstr "Имя папки \"%1$s\" слишком длинное, чтобы правильно его сохранить в %2$s архиве!"
452
+
453
+ #: inc/class-create-archive.php:509
454
+ #, php-format
455
+ #@ backwpup
456
+ msgid "Folder path \"%1$s\" too long to be saved correctly in %2$s archive!"
457
+ msgstr "Путь к папке \"%1$s\" слишком длинный, чтобы правильно его сохранить в %2$s архиве!"
458
+
459
+ #: inc/class-cron.php:53
460
+ #: inc/class-job.php:1010
461
+ #: inc/class-page-jobs.php:402
462
+ #: inc/class-page-jobs.php:637
463
+ #: inc/class-wp-cli.php:52
464
+ #@ backwpup
465
+ msgid "ERROR:"
466
+ msgstr "ОШИБКА:"
467
+
468
+ #: inc/class-cron.php:53
469
+ #@ backwpup
470
+ msgid "Aborted, because no progress for 2 hours!"
471
+ msgstr "Прерывано, т.к. 2 часа небыло никаких действий!"
472
+
473
+ #: inc/class-cron.php:86
474
+ #: inc/class-job.php:1242
475
+ #, php-format
476
+ #@ backwpup
477
+ msgid "[%3$s] BackWPup log %1$s: %2$s"
478
+ msgstr "[%3$s] журнал BackWPup %1$s: %2$s"
479
+
480
+ #: inc/class-cron.php:86
481
+ #: inc/class-job.php:1238
482
+ #@ backwpup
483
+ msgid "ERROR"
484
+ msgstr "ОШИБКА"
485
+
486
+ #: inc/class-destination-dropbox.php:13
487
+ #@ backwpup
488
+ msgid "Dropbox"
489
+ msgstr ""
490
+
491
+ #: inc/class-destination-dropbox.php:14
492
+ #: inc/class-page-about.php:233
493
+ #@ backwpup
494
+ msgid "Backup to Dropbox"
495
+ msgstr "Резервное копирование на Dropbox"
496
+
497
+ #: inc/class-destination-dropbox.php:39
498
+ #@ backwpup
499
+ msgid "Dropbox authentication not approved"
500
+ msgstr "Получен неправильный токен для идентификации Dropbox!"
501
+
502
+ #: inc/class-destination-dropbox.php:50
503
+ #: inc/features/class-destination-dropbox-pro.php:29
504
+ #@ backwpup
505
+ msgid "Dropbox authentication complete!"
506
+ msgstr "Авторизация на Dropbox выполнена!"
507
+
508
+ #: inc/class-destination-dropbox.php:57
509
+ #: inc/class-destination-dropbox.php:133
510
+ #: inc/class-destination-dropbox.php:152
511
+ #: inc/class-destination-dropbox.php:278
512
+ #: inc/class-destination-dropbox.php:328
513
+ #: inc/features/class-destination-dropbox-pro.php:32
514
+ #: inc/features/class-destination-dropbox-pro.php:51
515
+ #: inc/features/class-destination-dropbox-pro.php:214
516
+ #, php-format
517
+ #@ backwpup
518
+ msgid "Dropbox API: %s"
519
+ msgstr ""
520
+
521
+ #: inc/class-destination-dropbox.php:63
522
+ #@ backwpup
523
+ msgid "Login"
524
+ msgstr "Логин"
525
+
526
+ #: inc/class-destination-dropbox.php:67
527
+ #: inc/features/class-destination-dropbox-pro.php:59
528
+ #@ backwpup
529
+ msgid "Authenticate"
530
+ msgstr "Выполните проверку подлинности"
531
+
532
+ #: inc/class-destination-dropbox.php:69
533
+ #: inc/features/class-destination-dropbox-pro.php:58
534
+ #@ backwpup
535
+ msgid "Not authenticated!"
536
+ msgstr "Не проходит проверку подлинности!"
537
+
538
+ #: inc/class-destination-dropbox.php:69
539
+ #: inc/features/class-destination-dropbox-pro.php:60
540
+ #@ backwpup
541
+ msgid "Create Account"
542
+ msgstr "Регистрация"
543
+
544
+ #: inc/class-destination-dropbox.php:71
545
+ #: inc/class-destination-sugarsync.php:63
546
+ #: inc/features/class-destination-dropbox-pro.php:66
547
+ #: inc/features/class-destination-sugarsync-pro.php:29
548
+ #@ backwpup
549
+ msgid "Authenticated!"
550
+ msgstr "Проверка подлинности выполнена!"
551
+
552
+ #: inc/class-destination-dropbox.php:73
553
+ #@ backwpup
554
+ msgid "Reauthenticate (Sandbox)"
555
+ msgstr "Выполните повторную проверку подлинности (Sandbox)"
556
+
557
+ #: inc/class-destination-dropbox.php:74
558
+ #@ backwpup
559
+ msgid "Reauthenticate (full Dropbox)"
560
+ msgstr "Выполните повторную проверку подлинности (полный Dropbox)"
561
+
562
+ #: inc/class-destination-dropbox.php:80
563
+ #: inc/class-destination-folder.php:41
564
+ #: inc/class-destination-ftp.php:67
565
+ #: inc/class-destination-msazure.php:86
566
+ #: inc/class-destination-rsc.php:97
567
+ #: inc/class-destination-sugarsync.php:100
568
+ #@ backwpup
569
+ msgid "Backup settings"
570
+ msgstr "Настройки резервного копирования"
571
+
572
+ #: inc/class-destination-dropbox.php:84
573
+ #@ backwpup
574
+ msgid "Folder in Dropbox"
575
+ msgstr "Папки в Dropbox"
576
+
577
+ #: inc/class-destination-dropbox.php:90
578
+ #: inc/class-destination-folder.php:51
579
+ #: inc/class-destination-ftp.php:77
580
+ #: inc/class-destination-sugarsync.php:110
581
+ #@ backwpup
582
+ msgid "File Deletion"
583
+ msgstr "Удаление файлов"
584
+
585
+ #: inc/class-destination-dropbox.php:96
586
+ #: inc/class-destination-folder.php:57
587
+ #: inc/class-destination-msazure.php:102
588
+ #: inc/class-destination-rsc.php:113
589
+ #: inc/class-destination-s3-v1.php:172
590
+ #: inc/class-destination-s3.php:177
591
+ #: inc/class-destination-sugarsync.php:116
592
+ #: inc/features/class-destination-dropbox-pro.php:74
593
+ #: inc/features/class-destination-folder-pro.php:27
594
+ #: inc/features/class-destination-msazure-pro.php:32
595
+ #: inc/features/class-destination-rsc-pro.php:56
596
+ #: inc/features/class-destination-s3-pro.php:64
597
+ #: inc/features/class-destination-s3-v1-pro.php:64
598
+ #@ backwpup
599
+ msgid "Number of files to keep in folder."
600
+ msgstr "Количество файлов для хранения в папке."
601
+
602
+ #: inc/class-destination-dropbox.php:96
603
+ #: inc/class-destination-folder.php:57
604
+ #: inc/class-destination-ftp.php:83
605
+ #: inc/class-destination-msazure.php:102
606
+ #: inc/class-destination-rsc.php:113
607
+ #: inc/class-destination-s3-v1.php:172
608
+ #: inc/class-destination-s3.php:177
609
+ #: inc/class-destination-sugarsync.php:116
610
+ #: inc/features/class-destination-dropbox-pro.php:74
611
+ #: inc/features/class-destination-folder-pro.php:27
612
+ #: inc/features/class-destination-msazure-pro.php:32
613
+ #: inc/features/class-destination-rsc-pro.php:56
614
+ #: inc/features/class-destination-s3-pro.php:64
615
+ #: inc/features/class-destination-s3-v1-pro.php:64
616
+ #@ backwpup
617
+ msgid "Oldest files will be deleted first. 0 = no deletion"
618
+ msgstr "Старые файлы будут удалены в первую очередь. 0 = нет удаления"
619
+
620
+ #: inc/class-destination-dropbox.php:100
621
+ #: inc/class-destination-folder.php:61
622
+ #: inc/class-destination-ftp.php:87
623
+ #: inc/class-destination-msazure.php:106
624
+ #: inc/class-destination-rsc.php:117
625
+ #: inc/class-destination-s3-v1.php:176
626
+ #: inc/class-destination-s3.php:181
627
+ #: inc/class-destination-sugarsync.php:120
628
+ #: inc/features/class-destination-dropbox-pro.php:76
629
+ #: inc/features/class-destination-folder-pro.php:32
630
+ #: inc/features/class-destination-ftp-pro.php:42
631
+ #: inc/features/class-destination-msazure-pro.php:37
632
+ #: inc/features/class-destination-rsc-pro.php:61
633
+ #: inc/features/class-destination-s3-pro.php:69
634
+ #: inc/features/class-destination-s3-v1-pro.php:69
635
+ #: inc/features/class-destination-sugarsync-pro.php:65
636
+ #@ backwpup
637
+ msgid "Do not delete files while syncing to destination!"
638
+ msgstr "Не удалять файлы при синхронизации на месте хранения!"
639
+
640
+ #: inc/class-destination-dropbox.php:238
641
+ #, php-format
642
+ #@ backwpup
643
+ msgid "%d. Try to send backup file to Dropbox&#160;&hellip;"
644
+ msgstr "%d. Попытка отправки файла резервной копии на Dropbox..."
645
+
646
+ #: inc/class-destination-dropbox.php:246
647
+ #: inc/features/class-destination-dropbox-pro.php:137
648
+ #, php-format
649
+ #@ backwpup
650
+ msgid "Authenticated with Dropbox of user %s"
651
+ msgstr "Авторизация на Dropbox пользователя %s"
652
+
653
+ #: inc/class-destination-dropbox.php:251
654
+ #@ backwpup
655
+ msgid "Your Dropbox appears to be full."
656
+ msgstr "Ваш Dropbox, кажется, полон."
657
+
658
+ #: inc/class-destination-dropbox.php:256
659
+ #: inc/features/class-destination-dropbox-pro.php:141
660
+ #, php-format
661
+ #@ backwpup
662
+ msgid "%s available on your Dropbox"
663
+ msgstr "%s доступно на Вашем Dropbox"
664
+
665
+ #: inc/class-destination-dropbox.php:260
666
+ #@ backwpup
667
+ msgid "Uploading to Dropbox&#160;&hellip;"
668
+ msgstr "Загрузка на Dropbox ..."
669
+
670
+ #: inc/class-destination-dropbox.php:266
671
+ #: inc/class-destination-msazure.php:250
672
+ #: inc/class-destination-sugarsync.php:272
673
+ #, php-format
674
+ #@ backwpup
675
+ msgid "Backup transferred to %s"
676
+ msgstr "Резервные копии переданы %s"
677
+
678
+ #: inc/class-destination-dropbox.php:270
679
+ #@ backwpup
680
+ msgid "Uploaded file size and local file size don't match."
681
+ msgstr "Размер загруженного файла и размер локального файла не одинаковые."
682
+
683
+ #: inc/class-destination-dropbox.php:272
684
+ #, php-format
685
+ #@ backwpup
686
+ msgid "Error on transfer backup to Dropbox: %s"
687
+ msgstr "Ошибка при передаче резервной копии на Dropbox: %s"
688
+
689
+ #: inc/class-destination-dropbox.php:319
690
+ #, php-format
691
+ #@ backwpup
692
+ msgid "Error while deleting file from Dropbox: %s"
693
+ msgstr "Ошибка при удалении файлов на Dropbox: %s"
694
+
695
+ #: inc/class-destination-dropbox.php:322
696
+ #, php-format
697
+ #@ backwpup
698
+ msgid "One file deleted from Dropbox"
699
+ msgid_plural "%d files deleted on Dropbox"
700
+ msgstr[0] "Удален один файл на Dropbox"
701
+ msgstr[1] "%d файлов удалено на Dropbox"
702
+
703
+ #: inc/class-destination-email.php:19
704
+ #@ backwpup
705
+ msgid "E-Mail"
706
+ msgstr ""
707
+
708
+ #: inc/class-destination-email.php:20
709
+ #@ backwpup
710
+ msgid "Backup sent by e-mail"
711
+ msgstr "Отправить резервные копии по e-mail"
712
+
713
+ #: inc/class-destination-email.php:55
714
+ #: inc/features/class-destination-email-pro.php:13
715
+ #@ backwpup
716
+ msgid "E-Mail Address"
717
+ msgstr "E-Mail-адрес"
718
+
719
+ #: inc/class-destination-email.php:58
720
+ #@ backwpup
721
+ msgid "E-Mail address"
722
+ msgstr "E-Mail-адрес"
723
+
724
+ #: inc/class-destination-email.php:62
725
+ #: inc/features/class-destination-email-pro.php:20
726
+ #@ backwpup
727
+ msgid "E-Mail address to which Backups are sent."
728
+ msgstr "E-Mail-адрес, на который отправлять резервные копии."
729
+
730
+ #: inc/class-destination-email.php:66
731
+ #: inc/class-destination-email.php:68
732
+ #: inc/features/class-destination-email-pro.php:24
733
+ #: inc/features/class-destination-email-pro.php:26
734
+ #@ backwpup
735
+ msgid "Send test e-mail"
736
+ msgstr "Отправить тестовое сообщение"
737
+
738
+ #: inc/class-destination-email.php:73
739
+ #@ backwpup
740
+ msgid "Send e-mail settings"
741
+ msgstr "Отправить почтовые настройки"
742
+
743
+ #: inc/class-destination-email.php:76
744
+ #@ backwpup
745
+ msgid "Maximum file size"
746
+ msgstr "Максимальный размер файла"
747
+
748
+ #: inc/class-destination-email.php:77
749
+ #: inc/features/class-destination-email-pro.php:35
750
+ #@ backwpup
751
+ msgid "MB"
752
+ msgstr "МБ"
753
+
754
+ #: inc/class-destination-email.php:78
755
+ #: inc/features/class-destination-email-pro.php:36
756
+ #@ backwpup
757
+ msgid "Maximum file size to be included in an e-mail. 0 = unlimited"
758
+ msgstr "Макс. размер файла для отправки по почте. 0 = без ограничений"
759
+
760
+ #: inc/class-destination-email.php:82
761
+ #: inc/class-destination-email.php:86
762
+ #: inc/features/class-destination-email-pro.php:40
763
+ #: inc/features/class-destination-email-pro.php:44
764
+ #@ backwpup
765
+ msgid "Sender e-mail address"
766
+ msgstr "E-Mail-адрес отправителя "
767
+
768
+ #: inc/class-destination-email.php:90
769
+ #@ backwpup
770
+ msgid "Sender name"
771
+ msgstr "Имя отправителя"
772
+
773
+ #: inc/class-destination-email.php:94
774
+ #@ backwpup
775
+ msgid "Name of e-mail sender"
776
+ msgstr "E-Mail-адрес отправителя "
777
+
778
+ #: inc/class-destination-email.php:98
779
+ #@ backwpup
780
+ msgid "Sending method"
781
+ msgstr "Метод отправки"
782
+
783
+ #: inc/class-destination-email.php:102
784
+ #@ backwpup
785
+ msgid "Use site settings"
786
+ msgstr "Использовать настройки сайта"
787
+
788
+ #: inc/class-destination-email.php:103
789
+ #@ backwpup
790
+ msgid "PHP: mail()"
791
+ msgstr ""
792
+
793
+ #: inc/class-destination-email.php:104
794
+ #@ backwpup
795
+ msgid "Sendmail"
796
+ msgstr ""
797
+
798
+ #: inc/class-destination-email.php:105
799
+ #@ backwpup
800
+ msgid "SMTP"
801
+ msgstr "SMTP"
802
+
803
+ #: inc/class-destination-email.php:108
804
+ #@ backwpup
805
+ msgid "- Use site settings: retrieves the e-mail settings of your site. -PHP mail(): needs more PHP memory"
806
+ msgstr "- Использовать настройки сайта: получить настройки Вашего сайта. -PHP mail(): требуется много памяти PHP"
807
+
808
+ #: inc/class-destination-email.php:112
809
+ #@ backwpup
810
+ msgid "Sendmail path"
811
+ msgstr "Путь Sendmail"
812
+
813
+ #: inc/class-destination-email.php:120
814
+ #@ backwpup
815
+ msgid "SMTP host name"
816
+ msgstr "Имя хоста SMTP"
817
+
818
+ #: inc/class-destination-email.php:125
819
+ #: inc/class-destination-ftp.php:46
820
+ #: inc/features/class-destination-ftp-pro.php:17
821
+ #@ backwpup
822
+ msgid "Port:"
823
+ msgstr "Порт:"
824
+
825
+ #: inc/class-destination-email.php:131
826
+ #@ backwpup
827
+ msgid "SMTP secure connection"
828
+ msgstr "SMTP безопасное соединение"
829
+
830
+ #: inc/class-destination-email.php:135
831
+ #: inc/class-destination-s3-v1.php:189
832
+ #: inc/class-destination-s3.php:205
833
+ #: inc/class-jobtype-dbdump.php:68
834
+ #: inc/class-jobtype-dbdump.php:103
835
+ #: inc/class-jobtype-wpexp.php:70
836
+ #: inc/class-jobtype-wpplugin.php:56
837
+ #: inc/class-page-backwpup.php:232
838
+ #: inc/class-page-backwpup.php:297
839
+ #: inc/features/class-jobtype-dbdump-pro.php:153
840
+ #: inc/features/class-jobtype-dbdump-pro.php:203
841
+ #@ backwpup
842
+ msgid "none"
843
+ msgstr "нет"
844
+
845
+ #: inc/class-destination-email.php:136
846
+ #@ backwpup
847
+ msgid "SSL"
848
+ msgstr ""
849
+
850
+ #: inc/class-destination-email.php:137
851
+ #@ backwpup
852
+ msgid "TLS"
853
+ msgstr ""
854
+
855
+ #: inc/class-destination-email.php:142
856
+ #@ backwpup
857
+ msgid "SMTP username"
858
+ msgstr "Имя пользователя SMTP"
859
+
860
+ #: inc/class-destination-email.php:149
861
+ #@ backwpup
862
+ msgid "SMTP password"
863
+ msgstr "Пароль SMTP"
864
+
865
+ #: inc/class-destination-email.php:225
866
+ #, php-format
867
+ #@ backwpup
868
+ msgid "%d. Trying to send backup with e-mail&hellip;"
869
+ msgstr "%d. Попытка отправки резервной копии по почте..."
870
+
871
+ #: inc/class-destination-email.php:230
872
+ #@ backwpup
873
+ msgid "Backup archive too big to be sent by e-mail!"
874
+ msgstr "Архив слишком большой для отправки по почте!"
875
+
876
+ #: inc/class-destination-email.php:237
877
+ #, php-format
878
+ #@ backwpup
879
+ msgid "Sending e-mail to %s&hellip;"
880
+ msgstr "Отправка e-mail %s&hellip;"
881
+
882
+ #: inc/class-destination-email.php:309
883
+ #, php-format
884
+ #@ backwpup
885
+ msgid "BackWPup archive from %1$s: %2$s"
886
+ msgstr "BackWPup архив из %1$s: %2$s"
887
+
888
+ #: inc/class-destination-email.php:312
889
+ #, php-format
890
+ #@ backwpup
891
+ msgid "Backup archive: %s"
892
+ msgstr "Архив: %s"
893
+
894
+ #: inc/class-destination-email.php:326
895
+ #: inc/class-destination-email.php:447
896
+ #@ backwpup
897
+ msgid "Error while sending e-mail!"
898
+ msgstr "Ошибка при отправке почты!"
899
+
900
+ #: inc/class-destination-email.php:332
901
+ #: inc/class-destination-email.php:449
902
+ #@ backwpup
903
+ msgid "E-Mail sent."
904
+ msgstr "Почта отправлена."
905
+
906
+ #: inc/class-destination-email.php:431
907
+ #@ backwpup
908
+ msgid "BackWPup archive sending TEST Message"
909
+ msgstr "Отправка тестового сообщения BackWPup "
910
+
911
+ #: inc/class-destination-email.php:434
912
+ #@ backwpup
913
+ msgid "If this message reaches your inbox, sending backup archives via e-mail should work for you."
914
+ msgstr "Если это сообщение попало в почтовый ящик, отправка архивов по электронной почте, должно работать для Вас."
915
+
916
+ #: inc/class-destination-folder.php:13
917
+ #: inc/class-page-backups.php:228
918
+ #@ backwpup
919
+ msgid "Folder"
920
+ msgstr "Папка"
921
+
922
+ #: inc/class-destination-folder.php:14
923
+ #@ backwpup
924
+ msgid "Backup to Folder"
925
+ msgstr "Резервное копирование в папку"
926
+
927
+ #: inc/class-destination-folder.php:45
928
+ #@ backwpup
929
+ msgid "Folder to store backups in"
930
+ msgstr "Папка для хранения резервных копий в"
931
+
932
+ #: inc/class-destination-folder.php:209
933
+ #, php-format
934
+ #@ backwpup
935
+ msgid "One backup file deleted"
936
+ msgid_plural "%d backup files deleted"
937
+ msgstr[0] "Один резервный файл удален"
938
+ msgstr[1] "%d резервных файлов удалено"
939
+
940
+ #: inc/class-destination-ftp.php:13
941
+ #@ backwpup
942
+ msgid "FTP"
943
+ msgstr ""
944
+
945
+ #: inc/class-destination-ftp.php:14
946
+ #@ backwpup
947
+ msgid "Backup to FTP"
948
+ msgstr "Резервное копирование на FTP"
949
+
950
+ #: inc/class-destination-ftp.php:38
951
+ #@ backwpup
952
+ msgid "FTP server and login"
953
+ msgstr "Сервер FTP и логин"
954
+
955
+ #: inc/class-destination-ftp.php:42
956
+ #@ backwpup
957
+ msgid "FTP server"
958
+ msgstr "Сервер FTP"
959
+
960
+ #: inc/class-destination-ftp.php:52
961
+ #: inc/class-destination-rsc.php:50
962
+ #@ backwpup
963
+ msgid "Username"
964
+ msgstr "Имя пользователя"
965
+
966
+ #: inc/class-destination-ftp.php:59
967
+ #@ backwpup
968
+ msgid "Password"
969
+ msgstr "Пароль"
970
+
971
+ #: inc/class-destination-ftp.php:71
972
+ #@ backwpup
973
+ msgid "Folder to store files in"
974
+ msgstr "Папка для хранения резервных копий в"
975
+
976
+ #: inc/class-destination-ftp.php:83
977
+ #@ backwpup
978
+ msgid "Maximum number of files to keep in folder."
979
+ msgstr "Максимальное количество файло в папке."
980
+
981
+ #: inc/class-destination-ftp.php:93
982
+ #@ backwpup
983
+ msgid "FTP specific settings"
984
+ msgstr "Специальные параметры FTP"
985
+
986
+ #: inc/class-destination-ftp.php:97
987
+ #@ backwpup
988
+ msgid "Timeout for FTP connection"
989
+ msgstr "Тайм-аут для FTP-соединения "
990
+
991
+ #: inc/class-destination-ftp.php:101
992
+ #: inc/class-page-logs.php:212
993
+ #: inc/class-page-settings.php:417
994
+ #@ backwpup
995
+ msgid "seconds"
996
+ msgstr "сек."
997
+
998
+ #: inc/class-destination-ftp.php:105
999
+ #@ backwpup
1000
+ msgid "SSL-FTP connection"
1001
+ msgstr "Соединение SSL-FTP"
1002
+
1003
+ #: inc/class-destination-ftp.php:109
1004
+ #@ backwpup
1005
+ msgid "Use explicit SSL-FTP connection."
1006
+ msgstr "Использовать явно-заданное соединение SSL-FTP."
1007
+
1008
+ #: inc/class-destination-ftp.php:114
1009
+ #@ backwpup
1010
+ msgid "FTP Passive Mode"
1011
+ msgstr "Пассивный режим FTP"
1012
+
1013
+ #: inc/class-destination-ftp.php:118
1014
+ #@ backwpup
1015
+ msgid "Use FTP Passive Mode."
1016
+ msgstr "Использовать пассивный режим FTP."
1017
+
1018
+ #: inc/class-destination-ftp.php:194
1019
+ #@ backwpup
1020
+ msgid "FTP: Login failure!"
1021
+ msgstr "FTP: Вход не выполнен!"
1022
+
1023
+ #: inc/class-destination-ftp.php:217
1024
+ #, php-format
1025
+ #@ backwpup
1026
+ msgid "%d. Try to send backup file to an FTP server&#160;&hellip;"
1027
+ msgstr "%d. Попытка отправки файла резервной копии на FTP-сервер..."
1028
+
1029
+ #: inc/class-destination-ftp.php:223
1030
+ #, php-format
1031
+ #@ backwpup
1032
+ msgid "Connected via explicit SSL-FTP to server: %s"
1033
+ msgstr "Подключен по явно-заданному SSL-FTP к серверу: %s"
1034
+
1035
+ #: inc/class-destination-ftp.php:225
1036
+ #, php-format
1037
+ #@ backwpup
1038
+ msgid "Cannot connect via explicit SSL-FTP to server: %s"
1039
+ msgstr "Не удается подключиться по явно-заданному SSL-FTP к серверу: %s"
1040
+
1041
+ #: inc/class-destination-ftp.php:231
1042
+ #@ backwpup
1043
+ msgid "PHP function to connect with explicit SSL-FTP to server does not exist!"
1044
+ msgstr "PHP функции для подключения по явно-заданному SSL-FTP к серверу не существует!"
1045
+
1046
+ #: inc/class-destination-ftp.php:239
1047
+ #, php-format
1048
+ #@ backwpup
1049
+ msgid "Connected to FTP server: %s"
1050
+ msgstr "Подключен к FTP-серверу: %s"
1051
+
1052
+ #: inc/class-destination-ftp.php:241
1053
+ #, php-format
1054
+ #@ backwpup
1055
+ msgid "Cannot connect to FTP server: %s"
1056
+ msgstr "Не удается подключиться к FTP-серверу: %s"
1057
+
1058
+ #: inc/class-destination-ftp.php:248
1059
+ #: inc/class-destination-ftp.php:256
1060
+ #: inc/class-destination-ftp.php:267
1061
+ #: inc/class-destination-ftp.php:311
1062
+ #, php-format
1063
+ #@ backwpup
1064
+ msgid "FTP client command: %s"
1065
+ msgstr "Команда FTP-клиента: %s"
1066
+
1067
+ #: inc/class-destination-ftp.php:250
1068
+ #, php-format
1069
+ #@ backwpup
1070
+ msgid "FTP server response: %s"
1071
+ msgstr "Ответ FTP-сервера: %s"
1072
+
1073
+ #: inc/class-destination-ftp.php:254
1074
+ #: inc/class-destination-ftp.php:258
1075
+ #: inc/class-destination-ftp.php:270
1076
+ #: inc/class-destination-ftp.php:272
1077
+ #: inc/class-destination-ftp.php:314
1078
+ #: inc/class-destination-ftp.php:316
1079
+ #: inc/class-destination-ftp.php:320
1080
+ #: inc/class-destination-ftp.php:322
1081
+ #, php-format
1082
+ #@ backwpup
1083
+ msgid "FTP server reply: %s"
1084
+ msgstr "Ответ FTP-сервера: %s"
1085
+
1086
+ #: inc/class-destination-ftp.php:272
1087
+ #@ backwpup
1088
+ msgid "Error getting SYSTYPE"
1089
+ msgstr "Ошибка при получении SYSTYPE"
1090
+
1091
+ #: inc/class-destination-ftp.php:290
1092
+ #, php-format
1093
+ #@ backwpup
1094
+ msgid "FTP Folder \"%s\" created!"
1095
+ msgstr "Папка FTP \"%s\" создана!"
1096
+
1097
+ #: inc/class-destination-ftp.php:294
1098
+ #, php-format
1099
+ #@ backwpup
1100
+ msgid "FTP Folder \"%s\" cannot be created!"
1101
+ msgstr "Папка FTP \"%s\" не может быть создана!"
1102
+
1103
+ #: inc/class-destination-ftp.php:304
1104
+ #, php-format
1105
+ #@ backwpup
1106
+ msgid "FTP current folder is: %s"
1107
+ msgstr "Текущая папка FTP: %s"
1108
+
1109
+ #: inc/class-destination-ftp.php:314
1110
+ #@ backwpup
1111
+ msgid "Entering passive mode"
1112
+ msgstr "Вход в пассивный режим"
1113
+
1114
+ #: inc/class-destination-ftp.php:316
1115
+ #@ backwpup
1116
+ msgid "Cannot enter passive mode"
1117
+ msgstr "Невозможно войти в пассивном режиме"
1118
+
1119
+ #: inc/class-destination-ftp.php:320
1120
+ #@ backwpup
1121
+ msgid "Entering normal mode"
1122
+ msgstr "Вход в нормальный режим"
1123
+
1124
+ #: inc/class-destination-ftp.php:322
1125
+ #@ backwpup
1126
+ msgid "Cannot enter normal mode"
1127
+ msgstr "Не возможно войти в нормальный режим"
1128
+
1129
+ #: inc/class-destination-ftp.php:326
1130
+ #@ backwpup
1131
+ msgid "Starting upload to FTP &#160;&hellip;"
1132
+ msgstr "Начинаю загрузку на FTP ..."
1133
+
1134
+ #: inc/class-destination-ftp.php:335
1135
+ #@ backwpup
1136
+ msgid "Cannot transfer backup to FTP server!"
1137
+ msgstr "Невозможно передать резервную копию на FTP-сервер!"
1138
+
1139
+ #: inc/class-destination-ftp.php:341
1140
+ #, php-format
1141
+ #@ backwpup
1142
+ msgid "Backup transferred to FTP server: %s"
1143
+ msgstr "Резервная копия передана FTP-сервер: %s"
1144
+
1145
+ #: inc/class-destination-ftp.php:387
1146
+ #, php-format
1147
+ #@ backwpup
1148
+ msgid "Cannot delete \"%s\" on FTP server!"
1149
+ msgstr "Не возможно удалить \"%s\" на FTP-сервере!"
1150
+
1151
+ #: inc/class-destination-ftp.php:390
1152
+ #, php-format
1153
+ #@ backwpup
1154
+ msgid "One file deleted on FTP server"
1155
+ msgid_plural "%d files deleted on FTP server"
1156
+ msgstr[0] "Удален один файл на FTP-сервере"
1157
+ msgstr[1] "Удалено %d файлов на FTP-сервере"
1158
+
1159
+ #: inc/class-destination-msazure.php:21
1160
+ #@ backwpup
1161
+ msgid "MS Azure"
1162
+ msgstr ""
1163
+
1164
+ #: inc/class-destination-msazure.php:22
1165
+ #@ backwpup
1166
+ msgid "Backup to Microsoft Azure (Blob)"
1167
+ msgstr "Резервное копирование на Microsoft Azure (Blob)"
1168
+
1169
+ #: inc/class-destination-msazure.php:44
1170
+ #@ backwpup
1171
+ msgid "MS Azure access keys"
1172
+ msgstr "Ключи доступа MS Azure "
1173
+
1174
+ #: inc/class-destination-msazure.php:48
1175
+ #@ backwpup
1176
+ msgid "Account name"
1177
+ msgstr "Имя учетной записи"
1178
+
1179
+ #: inc/class-destination-msazure.php:55
1180
+ #@ backwpup
1181
+ msgid "Access key"
1182
+ msgstr "Ключ доступа"
1183
+
1184
+ #: inc/class-destination-msazure.php:63
1185
+ #@ backwpup
1186
+ msgid "Blob container"
1187
+ msgstr "Контейнер Blob"
1188
+
1189
+ #: inc/class-destination-msazure.php:67
1190
+ #: inc/class-destination-rsc.php:78
1191
+ #@ backwpup
1192
+ msgid "Container selection"
1193
+ msgstr "Выбор контейнера"
1194
+
1195
+ #: inc/class-destination-msazure.php:79
1196
+ #: inc/class-destination-rsc.php:90
1197
+ #@ backwpup
1198
+ msgid "Create a new container"
1199
+ msgstr "Создать новый контейнер"
1200
+
1201
+ #: inc/class-destination-msazure.php:90
1202
+ #@ backwpup
1203
+ msgid "Folder in container"
1204
+ msgstr "Папка в контейнере"
1205
+
1206
+ #: inc/class-destination-msazure.php:96
1207
+ #: inc/class-destination-rsc.php:107
1208
+ #: inc/class-destination-s3-v1.php:166
1209
+ #: inc/class-destination-s3.php:171
1210
+ #@ backwpup
1211
+ msgid "File deletion"
1212
+ msgstr "Удаление файлов"
1213
+
1214
+ #: inc/class-destination-msazure.php:144
1215
+ #: inc/features/class-destination-msazure-pro.php:70
1216
+ #, php-format
1217
+ #@ backwpup
1218
+ msgid "MS Azure container \"%s\" created."
1219
+ msgstr "Контейнер MS Azure \"%s\" создан."
1220
+
1221
+ #: inc/class-destination-msazure.php:147
1222
+ #: inc/features/class-destination-msazure-pro.php:73
1223
+ #, php-format
1224
+ #@ backwpup
1225
+ msgid "MS Azure container create: %s"
1226
+ msgstr "Создать контейнер MS Azure: %s"
1227
+
1228
+ #: inc/class-destination-msazure.php:222
1229
+ #, php-format
1230
+ #@ backwpup
1231
+ msgid "%d. Try sending backup to a Microsoft Azure (Blob)&#160;&hellip;"
1232
+ msgstr "%d. Попытка отправить резервную копию в Microsoft Azure (Blob)..."
1233
+
1234
+ #: inc/class-destination-msazure.php:239
1235
+ #: inc/features/class-destination-msazure-pro.php:108
1236
+ #, php-format
1237
+ #@ backwpup
1238
+ msgid "MS Azure container \"%s\" does not exist!"
1239
+ msgstr "Контейнер MS Azure \"%s\" не существует!"
1240
+
1241
+ #: inc/class-destination-msazure.php:243
1242
+ #: inc/features/class-destination-msazure-pro.php:112
1243
+ #, php-format
1244
+ #@ backwpup
1245
+ msgid "Connected to MS Azure container \"%s\"."
1246
+ msgstr "Подключен к контейнеру MS Azure \"%s\""
1247
+
1248
+ #: inc/class-destination-msazure.php:247
1249
+ #@ backwpup
1250
+ msgid "Starting upload to MS Azure&#160;&hellip;"
1251
+ msgstr "Начинаю загрузку в MS Azure ..."
1252
+
1253
+ #: inc/class-destination-msazure.php:292
1254
+ #, php-format
1255
+ #@ backwpup
1256
+ msgid "One file deleted on Microsoft Azure container."
1257
+ msgid_plural "%d files deleted on Microsoft Azure container."
1258
+ msgstr[0] "Один файл удален в контейнере Microsoft Azure "
1259
+ msgstr[1] "%d файлов удалено в контейнере Microsoft Azure "
1260
+
1261
+ #: inc/class-destination-msazure.php:298
1262
+ #: inc/features/class-destination-msazure-pro.php:172
1263
+ #, php-format
1264
+ #@ backwpup
1265
+ msgid "Microsoft Azure API: %s"
1266
+ msgstr ""
1267
+
1268
+ #: inc/class-destination-msazure.php:380
1269
+ #@ backwpup
1270
+ msgid "Missing account name!"
1271
+ msgstr "Отсутствует имя учетной записи!"
1272
+
1273
+ #: inc/class-destination-msazure.php:382
1274
+ #: inc/class-destination-s3-v1.php:587
1275
+ #: inc/class-destination-s3.php:628
1276
+ #@ backwpup
1277
+ msgid "Missing access key!"
1278
+ msgstr "Отсутствует ключ доступа!"
1279
+
1280
+ #: inc/class-destination-msazure.php:386
1281
+ #@ backwpup
1282
+ msgid "No container found!"
1283
+ msgstr "Контейнер не найден!"
1284
+
1285
+ #: inc/class-destination-rsc.php:23
1286
+ #@ backwpup
1287
+ msgid "RSC"
1288
+ msgstr ""
1289
+
1290
+ #: inc/class-destination-rsc.php:24
1291
+ #: inc/class-page-about.php:238
1292
+ #@ backwpup
1293
+ msgid "Backup to Rackspace Cloud Files"
1294
+ msgstr "Резервное копирование на Rackspace Cloud Files"
1295
+
1296
+ #: inc/class-destination-rsc.php:46
1297
+ #@ backwpup
1298
+ msgid "Rack Space Cloud Keys"
1299
+ msgstr "Ключи Rack Space Cloud"
1300
+
1301
+ #: inc/class-destination-rsc.php:57
1302
+ #@ backwpup
1303
+ msgid "API Key"
1304
+ msgstr "API ключей"
1305
+
1306
+ #: inc/class-destination-rsc.php:65
1307
+ #@ backwpup
1308
+ msgid "Select region"
1309
+ msgstr "Выберите регион"
1310
+
1311
+ #: inc/class-destination-rsc.php:69
1312
+ #: inc/class-destination-rsc.php:71
1313
+ #: inc/features/class-destination-rsc-pro.php:34
1314
+ #@ backwpup
1315
+ msgid "Rackspace Cloud Files Region"
1316
+ msgstr "Регион Rackspace Cloud Files"
1317
+
1318
+ #: inc/class-destination-rsc.php:72
1319
+ #: inc/features/class-destination-rsc-pro.php:35
1320
+ #@ backwpup
1321
+ msgid "Dallas (DFW)"
1322
+ msgstr ""
1323
+
1324
+ #: inc/class-destination-rsc.php:73
1325
+ #: inc/features/class-destination-rsc-pro.php:36
1326
+ #@ backwpup
1327
+ msgid "Chicago (ORD)"
1328
+ msgstr ""
1329
+
1330
+ #: inc/class-destination-rsc.php:101
1331
+ #: inc/class-destination-s3-v1.php:160
1332
+ #: inc/class-destination-s3.php:165
1333
+ #@ backwpup
1334
+ msgid "Folder in bucket"
1335
+ msgstr "Папки в ведре"
1336
+
1337
+ #: inc/class-destination-rsc.php:158
1338
+ #: inc/features/class-destination-rsc-pro.php:100
1339
+ #, php-format
1340
+ #@ backwpup
1341
+ msgid "Rackspace Cloud container \"%s\" created."
1342
+ msgstr "Контейнер Rackspace Cloud \"%s\" создан."
1343
+
1344
+ #: inc/class-destination-rsc.php:162
1345
+ #: inc/class-destination-rsc.php:271
1346
+ #: inc/class-destination-rsc.php:299
1347
+ #: inc/class-destination-rsc.php:347
1348
+ #: inc/features/class-destination-rsc-pro.php:104
1349
+ #: inc/features/class-destination-rsc-pro.php:147
1350
+ #: inc/features/class-destination-rsc-pro.php:221
1351
+ #, php-format
1352
+ #@ backwpup
1353
+ msgid "Rackspace Cloud API: %s"
1354
+ msgstr ""
1355
+
1356
+ #: inc/class-destination-rsc.php:252
1357
+ #, php-format
1358
+ #@ backwpup
1359
+ msgid "%d. Trying to send backup file to Rackspace cloud &hellip;"
1360
+ msgstr "%d. Попытка отправить резервную копию на Rackspace cloud..."
1361
+
1362
+ #: inc/class-destination-rsc.php:268
1363
+ #, php-format
1364
+ #@ backwpup
1365
+ msgid "Connected to Rackspace cloud files container %s"
1366
+ msgstr "Подключено к контейнеру Rackspace cloud files %s"
1367
+
1368
+ #: inc/class-destination-rsc.php:280
1369
+ #@ backwpup
1370
+ msgid "Upload to Rackspace cloud started &hellip;"
1371
+ msgstr "Загрузка на Rackspace Cloud началось..."
1372
+
1373
+ #: inc/class-destination-rsc.php:289
1374
+ #@ backwpup
1375
+ msgid "Backup File transferred to RSC://"
1376
+ msgstr "Файлы резервной копии переданы на RSC://"
1377
+
1378
+ #: inc/class-destination-rsc.php:293
1379
+ #@ backwpup
1380
+ msgid "Cannot transfer backup to Rackspace cloud."
1381
+ msgstr "Невозможно передать резервные копии на Rackspace Cloud."
1382
+
1383
+ #: inc/class-destination-rsc.php:341
1384
+ #, php-format
1385
+ #@ backwpup
1386
+ msgid "One file deleted on Rackspace cloud container."
1387
+ msgid_plural "%d files deleted on Rackspace cloud container."
1388
+ msgstr[0] "Один файл удален из контейнера Rackspace cloud"
1389
+ msgstr[1] "%d файлов удалено из контейнера Rackspace cloud"
1390
+
1391
+ #: inc/class-destination-rsc.php:451
1392
+ #@ backwpup
1393
+ msgid "Missing username!"
1394
+ msgstr "Отсутствует имя пользователя!"
1395
+
1396
+ #: inc/class-destination-rsc.php:453
1397
+ #@ backwpup
1398
+ msgid "Missing API Key!"
1399
+ msgstr "Отсутствует ключ API!"
1400
+
1401
+ #: inc/class-destination-rsc.php:457
1402
+ #@ backwpup
1403
+ msgid "A container could not be found!"
1404
+ msgstr "Контейнер не может быть найден!"
1405
+
1406
+ #: inc/class-destination-s3-v1.php:21
1407
+ #: inc/class-destination-s3-v1.php:84
1408
+ #: inc/class-destination-s3.php:26
1409
+ #: inc/class-destination-s3.php:89
1410
+ #@ backwpup
1411
+ msgid "S3 Service"
1412
+ msgstr "Сервис S3"
1413
+
1414
+ #: inc/class-destination-s3-v1.php:22
1415
+ #: inc/class-destination-s3.php:27
1416
+ #@ backwpup
1417
+ msgid "Backup to an S3 Service"
1418
+ msgstr "Резервное копирование на сервис S3"
1419
+
1420
+ #: inc/class-destination-s3-v1.php:88
1421
+ #: inc/class-destination-s3.php:93
1422
+ #@ backwpup
1423
+ msgid "Select an S3 service"
1424
+ msgstr "Выбор сервиса S3"
1425
+
1426
+ #: inc/class-destination-s3-v1.php:90
1427
+ #: inc/class-destination-s3.php:95
1428
+ #: inc/features/class-destination-s3-pro.php:23
1429
+ #: inc/features/class-destination-s3-v1-pro.php:23
1430
+ #@ backwpup
1431
+ msgid "Amazon S3 Region"
1432
+ msgstr ""
1433
+
1434
+ #: inc/class-destination-s3-v1.php:91
1435
+ #: inc/class-destination-s3.php:96
1436
+ #: inc/features/class-destination-s3-pro.php:24
1437
+ #: inc/features/class-destination-s3-v1-pro.php:24
1438
+ #@ backwpup
1439
+ msgid "Amazon S3: US Standard"
1440
+ msgstr ""
1441
+
1442
+ #: inc/class-destination-s3-v1.php:92
1443
+ #: inc/class-destination-s3.php:97
1444
+ #: inc/features/class-destination-s3-pro.php:25
1445
+ #: inc/features/class-destination-s3-v1-pro.php:25
1446
+ #@ backwpup
1447
+ msgid "Amazon S3: US West (Northern California)"
1448
+ msgstr ""
1449
+
1450
+ #: inc/class-destination-s3-v1.php:93
1451
+ #: inc/class-destination-s3.php:98
1452
+ #: inc/features/class-destination-s3-pro.php:26
1453
+ #: inc/features/class-destination-s3-v1-pro.php:26
1454
+ #@ backwpup
1455
+ msgid "Amazon S3: US West (Oregon)"
1456
+ msgstr ""
1457
+
1458
+ #: inc/class-destination-s3-v1.php:94
1459
+ #: inc/class-destination-s3.php:99
1460
+ #: inc/features/class-destination-s3-pro.php:27
1461
+ #: inc/features/class-destination-s3-v1-pro.php:27
1462
+ #@ backwpup
1463
+ msgid "Amazon S3: EU (Ireland)"
1464
+ msgstr ""
1465
+
1466
+ #: inc/class-destination-s3-v1.php:95
1467
+ #: inc/class-destination-s3.php:100
1468
+ #: inc/features/class-destination-s3-pro.php:28
1469
+ #: inc/features/class-destination-s3-v1-pro.php:28
1470
+ #@ backwpup
1471
+ msgid "Amazon S3: Asia Pacific (Tokyo)"
1472
+ msgstr ""
1473
+
1474
+ #: inc/class-destination-s3-v1.php:96
1475
+ #: inc/class-destination-s3.php:101
1476
+ #: inc/features/class-destination-s3-pro.php:29
1477
+ #: inc/features/class-destination-s3-v1-pro.php:29
1478
+ #@ backwpup
1479
+ msgid "Amazon S3: Asia Pacific (Singapore)"
1480
+ msgstr ""
1481
+
1482
+ #: inc/class-destination-s3-v1.php:97
1483
+ #: inc/class-destination-s3.php:102
1484
+ #: inc/features/class-destination-s3-pro.php:30
1485
+ #: inc/features/class-destination-s3-v1-pro.php:30
1486
+ #@ backwpup
1487
+ msgid "Amazon S3: Asia Pacific (Sydney)"
1488
+ msgstr ""
1489
+
1490
+ #: inc/class-destination-s3-v1.php:98
1491
+ #: inc/class-destination-s3.php:103
1492
+ #: inc/features/class-destination-s3-pro.php:31
1493
+ #: inc/features/class-destination-s3-v1-pro.php:31
1494
+ #@ backwpup
1495
+ msgid "Amazon S3: South America (Sao Paulo)"
1496
+ msgstr ""
1497
+
1498
+ #: inc/class-destination-s3-v1.php:99
1499
+ #: inc/class-destination-s3.php:104
1500
+ #: inc/features/class-destination-s3-pro.php:32
1501
+ #: inc/features/class-destination-s3-v1-pro.php:32
1502
+ #@ backwpup
1503
+ msgid "Google Storage (Interoperable Access)"
1504
+ msgstr "Google Storage (доступ в режиме совместимости)"
1505
+
1506
+ #: inc/class-destination-s3-v1.php:100
1507
+ #: inc/class-destination-s3.php:105
1508
+ #: inc/features/class-destination-s3-pro.php:33
1509
+ #: inc/features/class-destination-s3-v1-pro.php:33
1510
+ #@ backwpup
1511
+ msgid "Hosteurope Cloud Storage"
1512
+ msgstr ""
1513
+
1514
+ #: inc/class-destination-s3-v1.php:101
1515
+ #: inc/class-destination-s3.php:106
1516
+ #: inc/features/class-destination-s3-pro.php:34
1517
+ #: inc/features/class-destination-s3-v1-pro.php:34
1518
+ #@ backwpup
1519
+ msgid "Dream Host Cloud Storage"
1520
+ msgstr ""
1521
+
1522
+ #: inc/class-destination-s3-v1.php:106
1523
+ #: inc/class-destination-s3.php:111
1524
+ #@ backwpup
1525
+ msgid "Or an S3 Server URL"
1526
+ msgstr "Или url S3-сервера"
1527
+
1528
+ #: inc/class-destination-s3-v1.php:113
1529
+ #: inc/class-destination-s3.php:118
1530
+ #@ backwpup
1531
+ msgid "S3 Access Keys"
1532
+ msgstr "Ключи доступа S3"
1533
+
1534
+ #: inc/class-destination-s3-v1.php:117
1535
+ #: inc/class-destination-s3.php:122
1536
+ #@ backwpup
1537
+ msgid "Access Key"
1538
+ msgstr "Ключ доступа"
1539
+
1540
+ #: inc/class-destination-s3-v1.php:124
1541
+ #: inc/class-destination-s3.php:129
1542
+ #@ backwpup
1543
+ msgid "Secret Key"
1544
+ msgstr "Секретный ключ"
1545
+
1546
+ #: inc/class-destination-s3-v1.php:132
1547
+ #: inc/class-destination-s3.php:137
1548
+ #@ backwpup
1549
+ msgid "S3 Bucket"
1550
+ msgstr ""
1551
+
1552
+ #: inc/class-destination-s3-v1.php:136
1553
+ #: inc/class-destination-s3.php:141
1554
+ #@ backwpup
1555
+ msgid "Bucket selection"
1556
+ msgstr "Выбор bucket"
1557
+
1558
+ #: inc/class-destination-s3-v1.php:149
1559
+ #: inc/class-destination-s3.php:154
1560
+ #@ backwpup
1561
+ msgid "Create a new bucket"
1562
+ msgstr "Создать новый bucket"
1563
+
1564
+ #: inc/class-destination-s3-v1.php:156
1565
+ #: inc/class-destination-s3.php:161
1566
+ #@ backwpup
1567
+ msgid "S3 Backup settings"
1568
+ msgstr "Настройки S3 Backup"
1569
+
1570
+ #: inc/class-destination-s3-v1.php:182
1571
+ #: inc/class-destination-s3.php:198
1572
+ #@ backwpup
1573
+ msgid "Amazon specific settings"
1574
+ msgstr "Специальные настройки Amazon"
1575
+
1576
+ #: inc/class-destination-s3-v1.php:186
1577
+ #: inc/class-destination-s3-v1.php:188
1578
+ #: inc/class-destination-s3.php:202
1579
+ #: inc/class-destination-s3.php:204
1580
+ #@ backwpup
1581
+ msgid "Amazon: Storage Class"
1582
+ msgstr "Amazon: Класс хранилища"
1583
+
1584
+ #: inc/class-destination-s3-v1.php:190
1585
+ #: inc/class-destination-s3.php:206
1586
+ #@ backwpup
1587
+ msgid "Reduced Redundancy"
1588
+ msgstr "Уменьшение резервирования"
1589
+
1590
+ #: inc/class-destination-s3-v1.php:195
1591
+ #: inc/class-destination-s3.php:211
1592
+ #@ backwpup
1593
+ msgid "Server side encryption"
1594
+ msgstr "Шифрование на стороне сервера"
1595
+
1596
+ #: inc/class-destination-s3-v1.php:199
1597
+ #: inc/class-destination-s3.php:215
1598
+ #@ backwpup
1599
+ msgid "Save files encrypted (AES256) on server."
1600
+ msgstr "Сохранить зашифрованные файлы на стороне сервера (AES256)"
1601
+
1602
+ #: inc/class-destination-s3-v1.php:260
1603
+ #: inc/class-destination-s3.php:271
1604
+ #: inc/features/class-destination-s3-pro.php:126
1605
+ #: inc/features/class-destination-s3-v1-pro.php:131
1606
+ #, php-format
1607
+ #@ backwpup
1608
+ msgid "Bucket %1$s created in %2$s."
1609
+ msgstr "Bucket %1$s в %2$s создан."
1610
+
1611
+ #: inc/class-destination-s3-v1.php:262
1612
+ #: inc/class-destination-s3.php:273
1613
+ #: inc/features/class-destination-s3-pro.php:128
1614
+ #: inc/features/class-destination-s3-v1-pro.php:133
1615
+ #, php-format
1616
+ #@ backwpup
1617
+ msgid "Bucket %s could not be created."
1618
+ msgstr "Bucket %s не может быть создан."
1619
+
1620
+ #: inc/class-destination-s3-v1.php:309
1621
+ #: inc/class-destination-s3-v1.php:431
1622
+ #: inc/class-destination-s3-v1.php:482
1623
+ #: inc/class-destination-s3.php:317
1624
+ #: inc/class-destination-s3.php:421
1625
+ #: inc/class-destination-s3.php:451
1626
+ #: inc/class-destination-s3.php:472
1627
+ #: inc/class-destination-s3.php:531
1628
+ #: inc/features/class-destination-s3-pro.php:280
1629
+ #: inc/features/class-destination-s3-v1-pro.php:275
1630
+ #, php-format
1631
+ #@ backwpup
1632
+ msgid "S3 Service API: %s"
1633
+ msgstr "API сервиса S3: %s"
1634
+
1635
+ #: inc/class-destination-s3-v1.php:374
1636
+ #: inc/class-destination-s3.php:380
1637
+ #, php-format
1638
+ #@ backwpup
1639
+ msgid "%d. Trying to send backup file to S3 Service&#160;&hellip;"
1640
+ msgstr "%d. Попытка отправить файл резервной копии на сервис S3..."
1641
+
1642
+ #: inc/class-destination-s3-v1.php:395
1643
+ #: inc/class-destination-s3.php:392
1644
+ #: inc/features/class-destination-s3-pro.php:164
1645
+ #: inc/features/class-destination-s3-v1-pro.php:173
1646
+ #, php-format
1647
+ #@ backwpup
1648
+ msgid "Connected to S3 Bucket \"%1$s\" in %2$s"
1649
+ msgstr "Подключено к S3 Bucket \"%1$s\" in %2$s"
1650
+
1651
+ #: inc/class-destination-s3-v1.php:398
1652
+ #: inc/class-destination-s3.php:395
1653
+ #: inc/features/class-destination-s3-pro.php:167
1654
+ #: inc/features/class-destination-s3-v1-pro.php:176
1655
+ #, php-format
1656
+ #@ backwpup
1657
+ msgid "S3 Bucket \"%s\" does not exist!"
1658
+ msgstr "S3 Bucket \"%s\" не существует!"
1659
+
1660
+ #: inc/class-destination-s3-v1.php:404
1661
+ #: inc/class-destination-s3.php:401
1662
+ #@ backwpup
1663
+ msgid "Starting upload to S3 Service&#160;&hellip;"
1664
+ msgstr "Начинаю загрузку на сервис S3 ..."
1665
+
1666
+ #: inc/class-destination-s3-v1.php:422
1667
+ #: inc/class-destination-s3.php:463
1668
+ #, php-format
1669
+ #@ backwpup
1670
+ msgid "Backup transferred to %s."
1671
+ msgstr "Передано %s резервной копии"
1672
+
1673
+ #: inc/class-destination-s3-v1.php:427
1674
+ #: inc/class-destination-s3.php:468
1675
+ #, php-format
1676
+ #@ backwpup
1677
+ msgid "Cannot transfer backup to S3! (%1$d) %2$s"
1678
+ msgstr "Невозможно передать резервные копии на S3! (%1$d) %2$s"
1679
+
1680
+ #: inc/class-destination-s3-v1.php:472
1681
+ #: inc/class-destination-s3.php:521
1682
+ #, php-format
1683
+ #@ backwpup
1684
+ msgid "Cannot delete backup from %s."
1685
+ msgstr "Не удается удалить резервные копии из '%s'."
1686
+
1687
+ #: inc/class-destination-s3-v1.php:476
1688
+ #: inc/class-destination-s3.php:525
1689
+ #, php-format
1690
+ #@ backwpup
1691
+ msgid "One file deleted on S3 Bucket."
1692
+ msgid_plural "%d files deleted on S3 Bucket"
1693
+ msgstr[0] "Один файл удален в ведре S3"
1694
+ msgstr[1] "%d файлов удалено в ведре S3"
1695
+
1696
+ #: inc/class-destination-s3-v1.php:589
1697
+ #: inc/class-destination-s3.php:630
1698
+ #@ backwpup
1699
+ msgid "Missing secret access key!"
1700
+ msgstr "Отсутствует секретный ключ доступа!"
1701
+
1702
+ #: inc/class-destination-s3-v1.php:593
1703
+ #: inc/class-destination-s3.php:634
1704
+ #@ backwpup
1705
+ msgid "No bucket found!"
1706
+ msgstr "Bucket не найден!"
1707
+
1708
+ #: inc/class-destination-s3.php:187
1709
+ #@ backwpup
1710
+ msgid "Multipart Upload"
1711
+ msgstr "Загрузка несколькими частями"
1712
+
1713
+ #: inc/class-destination-s3.php:191
1714
+ #@ backwpup
1715
+ msgid "Use multipart upload for uploading a file"
1716
+ msgstr "Использовать Multipart Upload для загрузки файла"
1717
+
1718
+ #: inc/class-destination-s3.php:192
1719
+ #@ backwpup
1720
+ msgid "Multipart splits file into multiple chunks while uploading. This is necessary for displaying the upload process and to transfer bigger files. Beware: There is a known issue at Google storage with this option!"
1721
+ msgstr "Multipart разбивает файл на несколько кусков при загрузке. Это необходимо для отображения процесса загрузки и для передачи больших файлов. Остерегайтесь: Существует известная проблема на Google storage с этой опцией!"
1722
+
1723
+ #: inc/class-destination-s3.php:275
1724
+ #: inc/features/class-destination-s3-pro.php:130
1725
+ #, php-format
1726
+ #@ backwpup
1727
+ msgid " %s is not a valid bucket name."
1728
+ msgstr " %s недопустимое имя bucket "
1729
+
1730
+ #: inc/class-destination-sugarsync.php:13
1731
+ #@ backwpup
1732
+ msgid "SugarSync"
1733
+ msgstr ""
1734
+
1735
+ #: inc/class-destination-sugarsync.php:14
1736
+ #: inc/class-page-about.php:253
1737
+ #@ backwpup
1738
+ msgid "Backup to SugarSync"
1739
+ msgstr "Резервное копирование на SugarSync"
1740
+
1741
+ #: inc/class-destination-sugarsync.php:36
1742
+ #@ backwpup
1743
+ msgid "Sugarsync Login"
1744
+ msgstr "Логин Sugarsync"
1745
+
1746
+ #: inc/class-destination-sugarsync.php:42
1747
+ #: inc/class-destination-sugarsync.php:61
1748
+ #: inc/class-page-settings.php:318
1749
+ #@ backwpup
1750
+ msgid "Authentication"
1751
+ msgstr "Идентификация"
1752
+
1753
+ #: inc/class-destination-sugarsync.php:44
1754
+ #: inc/features/class-destination-sugarsync-pro.php:14
1755
+ #@ backwpup
1756
+ msgid "E-Mail address:"
1757
+ msgstr "E-Mail-адрес"
1758
+
1759
+ #: inc/class-destination-sugarsync.php:48
1760
+ #: inc/class-page-settings.php:330
1761
+ #: inc/features/class-destination-ftp-pro.php:25
1762
+ #: inc/features/class-destination-sugarsync-pro.php:17
1763
+ #: inc/features/class-jobtype-dbdump-pro.php:122
1764
+ #@ backwpup
1765
+ msgid "Password:"
1766
+ msgstr "Пароль:"
1767
+
1768
+ #: inc/class-destination-sugarsync.php:54
1769
+ #: inc/class-destination-sugarsync.php:135
1770
+ #: inc/features/class-destination-sugarsync-pro.php:22
1771
+ #: inc/features/class-destination-sugarsync-pro.php:77
1772
+ #@ backwpup
1773
+ msgid "Sugarsync authenticate!"
1774
+ msgstr "SugarSync идентифицирован!"
1775
+
1776
+ #: inc/class-destination-sugarsync.php:56
1777
+ #: inc/class-destination-sugarsync.php:151
1778
+ #: inc/features/class-destination-sugarsync-pro.php:24
1779
+ #: inc/features/class-destination-sugarsync-pro.php:93
1780
+ #@ backwpup
1781
+ msgid "Create Sugarsync account"
1782
+ msgstr "Создать учетную запись SugarSync "
1783
+
1784
+ #: inc/class-destination-sugarsync.php:65
1785
+ #: inc/class-destination-sugarsync.php:147
1786
+ #: inc/features/class-destination-sugarsync-pro.php:31
1787
+ #: inc/features/class-destination-sugarsync-pro.php:89
1788
+ #@ backwpup
1789
+ msgid "Delete Sugarsync authentication!"
1790
+ msgstr "Удалить идентентификацию SugarSync !"
1791
+
1792
+ #: inc/class-destination-sugarsync.php:71
1793
+ #@ backwpup
1794
+ msgid "SugarSync Root"
1795
+ msgstr "Корнь SugarSync "
1796
+
1797
+ #: inc/class-destination-sugarsync.php:75
1798
+ #@ backwpup
1799
+ msgid "Sync folder selection"
1800
+ msgstr "Выбор папки синхронизации"
1801
+
1802
+ #: inc/class-destination-sugarsync.php:83
1803
+ #: inc/features/class-destination-sugarsync-pro.php:40
1804
+ #@ backwpup
1805
+ msgid "No Syncfolders found!"
1806
+ msgstr "Папка синхронизации не найдена!"
1807
+
1808
+ #: inc/class-destination-sugarsync.php:104
1809
+ #@ backwpup
1810
+ msgid "Folder in root"
1811
+ msgstr "Папка в корне"
1812
+
1813
+ #: inc/class-destination-sugarsync.php:243
1814
+ #, php-format
1815
+ #@ backwpup
1816
+ msgid "%d. Try to send backup to SugarSync&#160;&hellip;"
1817
+ msgstr "%d. Попытка отправить файл резервной копии на SugarSync..."
1818
+
1819
+ #: inc/class-destination-sugarsync.php:250
1820
+ #, php-format
1821
+ #@ backwpup
1822
+ msgid "Authenticated to SugarSync with nickname %s"
1823
+ msgstr "Авторизация на SugarSync с ником %s"
1824
+
1825
+ #: inc/class-destination-sugarsync.php:253
1826
+ #, php-format
1827
+ #@ backwpup
1828
+ msgctxt "Available space on SugarSync"
1829
+ msgid "Not enough disk space available on SugarSync. Available: %s."
1830
+ msgstr "Не достаточно места на SugarSync. Доступно: %s."
1831
+
1832
+ #: inc/class-destination-sugarsync.php:259
1833
+ #, php-format
1834
+ #@ backwpup
1835
+ msgid "%s available at SugarSync"
1836
+ msgstr "%s aдоступно на SugarSync"
1837
+
1838
+ #: inc/class-destination-sugarsync.php:266
1839
+ #@ backwpup
1840
+ msgid "Starting upload to SugarSync&#160;&hellip;"
1841
+ msgstr "Начинаю загрузку в SugarSync ..."
1842
+
1843
+ #: inc/class-destination-sugarsync.php:275
1844
+ #@ backwpup
1845
+ msgid "Cannot transfer backup to SugarSync!"
1846
+ msgstr "Невозможно передать резервную копию на SugarSync!"
1847
+
1848
+ #: inc/class-destination-sugarsync.php:314
1849
+ #, php-format
1850
+ #@ backwpup
1851
+ msgid "One file deleted on SugarSync folder"
1852
+ msgid_plural "%d files deleted on SugarSync folder"
1853
+ msgstr[0] "Удален один файл на FTP-сервере"
1854
+ msgstr[1] "Удалено %d файлов на FTP-сервере"
1855
+
1856
+ #: inc/class-destination-sugarsync.php:320
1857
+ #, php-format
1858
+ #@ backwpup
1859
+ msgid "SugarSync API: %s"
1860
+ msgstr ""
1861
+
1862
+ #: inc/class-help.php:15
1863
+ #@ backwpup
1864
+ msgid "Plugin Info"
1865
+ msgstr "Информация о плагине"
1866
+
1867
+ #: inc/class-help.php:17
1868
+ #, php-format
1869
+ #@ backwpup
1870
+ msgctxt "Plugin name and link; Plugin Version"
1871
+ msgid "%1$s version %2$s. A project by <a href=\"http://inpsyde.com\">Inpsyde GmbH</a>. Developed by <a href=\"http://danielhuesken.de\">Daniel Hüsken</a>."
1872
+ msgstr "%1$s версия %2$s. Проект <a href=\"http://inpsyde.com\">Inpsyde GmbH</a>. Разработчик <a href=\"http://danielhuesken.de\">Daniel Hüsken</a>."
1873
+
1874
+ #: inc/class-help.php:18
1875
+ #@ backwpup
1876
+ msgid "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1877
+ msgstr "BackWPup поставляется БЕЗ ВСЯКИХ ГАРАНТИЙ. Это свободное программное обеспечение, и Вы можете распространять ее при определенных условиях."
1878
+
1879
+ #: inc/class-help.php:21
1880
+ #@ backwpup
1881
+ msgid "For more information:"
1882
+ msgstr "Для получения дополнительной информации:"
1883
+
1884
+ #: inc/class-help.php:23
1885
+ #@ backwpup
1886
+ msgid "Plugin on wordpress.org"
1887
+ msgstr "Плагин на wordpress.org"
1888
+
1889
+ #: inc/class-help.php:24
1890
+ #@ backwpup
1891
+ msgid "https://marketpress.com/news/"
1892
+ msgstr ""
1893
+
1894
+ #: inc/class-help.php:24
1895
+ #@ backwpup
1896
+ msgid "News"
1897
+ msgstr "Новости"
1898
+
1899
+ #: inc/class-help.php:29
1900
+ #@ backwpup
1901
+ msgid "Manual"
1902
+ msgstr "Справочник"
1903
+
1904
+ #: inc/class-install.php:49
1905
+ #@ backwpup
1906
+ msgid "BackWPup Admin"
1907
+ msgstr "Администратор BackWPup"
1908
+
1909
+ #: inc/class-install.php:62
1910
+ #@ backwpup
1911
+ msgid "BackWPup jobs checker"
1912
+ msgstr "Проверка заданий BackWPup"
1913
+
1914
+ #: inc/class-install.php:75
1915
+ #@ backwpup
1916
+ msgid "BackWPup jobs helper"
1917
+ msgstr "Помощник заданий BackWPup"
1918
+
1919
+ #: inc/class-job.php:161
1920
+ #@ backwpup
1921
+ msgid "Starting job"
1922
+ msgstr "Запуск задания"
1923
+
1924
+ #: inc/class-job.php:178
1925
+ #@ backwpup
1926
+ msgid "Job Start"
1927
+ msgstr "Запуск задания"
1928
+
1929
+ #: inc/class-job.php:212
1930
+ #@ backwpup
1931
+ msgid "Creates archive"
1932
+ msgstr "Создает архив"
1933
+
1934
+ #: inc/class-job.php:244
1935
+ #@ backwpup
1936
+ msgid "Job End"
1937
+ msgstr "Конец задания"
1938
+
1939
+ #: inc/class-job.php:250
1940
+ #, php-format
1941
+ #@ backwpup
1942
+ msgid "BackWPup log for %1$s from %2$s at %3$s"
1943
+ msgstr "Журнал BackWPup для %1$s из %2$s в %3$s"
1944
+
1945
+ #: inc/class-job.php:268
1946
+ #, php-format
1947
+ #@ backwpup
1948
+ msgctxt "Plugin name; Plugin Version; WordPress Version"
1949
+ msgid "[INFO] %1$s version %2$s; WordPress version %3$s; A project of Inpsyde GmbH developed by Daniel Hüsken"
1950
+ msgstr "[INFO] %1$s версия %2$s; WordPress версия %3$s; Проект Inpsyde GmbH разработчик Daniel Hüsken"
1951
+
1952
+ #: inc/class-job.php:269
1953
+ #@ backwpup
1954
+ msgid "[INFO] This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1955
+ msgstr "[INFO] Эта программа поставляется БЕЗ ВСЯКИХ ГАРАНТИЙ. Это свободное программное обеспечение, и вы можете распространять ее при определенных условиях."
1956
+
1957
+ #: inc/class-job.php:270
1958
+ #, php-format
1959
+ #@ backwpup
1960
+ msgid "[INFO] BackWPup job: %1$s; %2$s"
1961
+ msgstr "[INFO] Задание BackWPup: %1$s; %2$s"
1962
+
1963
+ #: inc/class-job.php:272
1964
+ #@ backwpup
1965
+ msgid "[INFO] BackWPup cron:"
1966
+ msgstr ""
1967
+
1968
+ #: inc/class-job.php:274
1969
+ #@ backwpup
1970
+ msgid "[INFO] BackWPup job started from wp-cron"
1971
+ msgstr "[INFO] Задание BackWPupзапущено из wp-cron"
1972
+
1973
+ #: inc/class-job.php:276
1974
+ #@ backwpup
1975
+ msgid "[INFO] BackWPup job started manually"
1976
+ msgstr "[INFO] Задание BackWPup запущено вручную"
1977
+
1978
+ #: inc/class-job.php:278
1979
+ #@ backwpup
1980
+ msgid "[INFO] BackWPup job started from external url"
1981
+ msgstr "[INFO] Задание BackWPup запущено из внешнего url"
1982
+
1983
+ #: inc/class-job.php:280
1984
+ #@ backwpup
1985
+ msgid "[INFO] BackWPup job started form commandline interface"
1986
+ msgstr "[INFO] Задание BackWPup запущено из интерфейса командной строки"
1987
+
1988
+ #: inc/class-job.php:281
1989
+ #@ backwpup
1990
+ msgid "[INFO] PHP ver.:"
1991
+ msgstr "[INFO] PHP вер.:"
1992
+
1993
+ #: inc/class-job.php:282
1994
+ #, php-format
1995
+ #@ backwpup
1996
+ msgid "[INFO] Maximum script execution time is %1$d seconds"
1997
+ msgstr "[INFO] Максимальное время исполнения сценария %1$d сек."
1998
+
1999
+ #: inc/class-job.php:283
2000
+ #, php-format
2001
+ #@ backwpup
2002
+ msgid "[INFO] MySQL ver.: %s"
2003
+ msgstr "[INFO] MySQL вер.: %s"
2004
+
2005
+ #: inc/class-job.php:286
2006
+ #, php-format
2007
+ #@ backwpup
2008
+ msgid "[INFO] curl ver.: %1$s; %2$s"
2009
+ msgstr "[INFO] curl вер.: %1$s; %2$s"
2010
+
2011
+ #: inc/class-job.php:288
2012
+ #, php-format
2013
+ #@ backwpup
2014
+ msgid "[INFO] Temp folder is: %s"
2015
+ msgstr "[INFO] Временная папка: %s"
2016
+
2017
+ #: inc/class-job.php:289
2018
+ #, php-format
2019
+ #@ backwpup
2020
+ msgid "[INFO] Logfile folder is: %s"
2021
+ msgstr "[INFO] Папка файлов журналов: %s"
2022
+
2023
+ #: inc/class-job.php:290
2024
+ #, php-format
2025
+ #@ backwpup
2026
+ msgid "[INFO] Backup type is: %s"
2027
+ msgstr "[INFO] Тип резервной копии: %s"
2028
+
2029
+ #: inc/class-job.php:292
2030
+ #, php-format
2031
+ #@ backwpup
2032
+ msgid "[INFO] Backup file is: %s"
2033
+ msgstr "[INFO] Файл резервной копии: %s"
2034
+
2035
+ #: inc/class-job.php:309
2036
+ #@ backwpup
2037
+ msgid "No destination correctly defined for backup! Please correct job settings."
2038
+ msgstr "Не определено место хранения для резервных копий! Пожалуйста, исправьте настройки задания."
2039
+
2040
+ #: inc/class-job.php:438
2041
+ #: inc/class-job.php:439
2042
+ #: inc/class-job.php:518
2043
+ #: inc/class-job.php:519
2044
+ #: inc/class-job.php:570
2045
+ #@ backwpup
2046
+ msgid "Wrong BackWPup JobID"
2047
+ msgstr "Неправильный BackWPup JobID"
2048
+
2049
+ #: inc/class-job.php:443
2050
+ #: inc/class-job.php:444
2051
+ #: inc/class-job.php:524
2052
+ #: inc/class-job.php:576
2053
+ #@ backwpup
2054
+ msgid "Log folder does not exist or is not writable for BackWPup"
2055
+ msgstr "Папка журналов не существует или не доступна для записи для BackWPup"
2056
+
2057
+ #: inc/class-job.php:447
2058
+ #: inc/class-job.php:448
2059
+ #: inc/class-job.php:528
2060
+ #: inc/class-job.php:581
2061
+ #@ backwpup
2062
+ msgid "Temp folder does not exist or is not writable for BackWPup"
2063
+ msgstr "Временная папка не существует или не доступна для записи для BackWPup"
2064
+
2065
+ #: inc/class-job.php:452
2066
+ #: inc/class-job.php:453
2067
+ #@ backwpup
2068
+ msgid "Backups folder does not exist or is not writable for BackWPup"
2069
+ msgstr "Папка резервных копий не существует или не доступна для записи для BackWPup"
2070
+
2071
+ #: inc/class-job.php:458
2072
+ #: inc/class-job.php:459
2073
+ #@ backwpup
2074
+ msgid "No BackWPup job running"
2075
+ msgstr "Задание BackWPup не выполняется"
2076
+
2077
+ #: inc/class-job.php:462
2078
+ #: inc/class-job.php:463
2079
+ #: inc/class-job.php:532
2080
+ #: inc/class-job.php:533
2081
+ #: inc/class-job.php:588
2082
+ #@ backwpup
2083
+ msgid "A BackWPup job is already running"
2084
+ msgstr "Задание BackWPup уже запущено"
2085
+
2086
+ #: inc/class-job.php:523
2087
+ #@ backwpup
2088
+ msgid "Log folder does not exist or is not writable"
2089
+ msgstr "Папка журналов не существует или не доступна для записи"
2090
+
2091
+ #: inc/class-job.php:527
2092
+ #@ backwpup
2093
+ msgid "Temp folder does not exist or is not writable"
2094
+ msgstr "Временная папка не существует или не доступна для записи"
2095
+
2096
+ #: inc/class-job.php:539
2097
+ #@ default
2098
+ msgid "Job Started"
2099
+ msgstr "Задание запущено"
2100
+
2101
+ #: inc/class-job.php:620
2102
+ #@ backwpup
2103
+ msgid "Job restart due to inactivity for more than 5 minutes."
2104
+ msgstr "Задание перезапущено из-за неактивности в течение более 5 минут."
2105
+
2106
+ #: inc/class-job.php:623
2107
+ #@ backwpup
2108
+ msgid "Second process start terminated, because a other job is already running!"
2109
+ msgstr "Запуск второго процесса прекращен, т.к. другое задание выполняется!"
2110
+
2111
+ #: inc/class-job.php:731
2112
+ #@ backwpup
2113
+ msgid "Step aborted: too many attempts!"
2114
+ msgstr "Шаг прерван: слишком много попыток!"
2115
+
2116
+ #: inc/class-job.php:875
2117
+ #, php-format
2118
+ #@ backwpup
2119
+ msgid "Signal %d is sent to script!"
2120
+ msgstr "Сигнал %d отправлен в скрипт!"
2121
+
2122
+ #: inc/class-job.php:879
2123
+ #@ backwpup
2124
+ msgid "Script stopped! Will start again."
2125
+ msgstr "Сценарий остановлен! Будет запущен снова."
2126
+
2127
+ #: inc/class-job.php:904
2128
+ #, php-format
2129
+ #@ backwpup
2130
+ msgid "Please use another folder: %1$s"
2131
+ msgstr "Используйте другую папку: %1$s"
2132
+
2133
+ #: inc/class-job.php:911
2134
+ #, php-format
2135
+ #@ backwpup
2136
+ msgid "Cannot create folder: %1$s"
2137
+ msgstr "Невозможно создать папку: %1$s"
2138
+
2139
+ #: inc/class-job.php:919
2140
+ #, php-format
2141
+ #@ backwpup
2142
+ msgid "Folder \"%1$s\" is not writable"
2143
+ msgstr "Папка \"%1$s\" не доступна для записи"
2144
+
2145
+ #: inc/class-job.php:944
2146
+ #, php-format
2147
+ #@ backwpup
2148
+ msgid "Exception caught in %1$s: %2$s"
2149
+ msgstr "Исключения в %1$s: %2$s"
2150
+
2151
+ #: inc/class-job.php:1001
2152
+ #: inc/class-page-jobs.php:639
2153
+ #@ backwpup
2154
+ msgid "WARNING:"
2155
+ msgstr "ПРЕДУПРЕЖДЕНИЕ:"
2156
+
2157
+ #: inc/class-job.php:1014
2158
+ #@ backwpup
2159
+ msgid "DEPRECATED:"
2160
+ msgstr "УСТАРЕЛО:"
2161
+
2162
+ #: inc/class-job.php:1017
2163
+ #@ backwpup
2164
+ msgid "STRICT NOTICE:"
2165
+ msgstr "ОСОБОЕ ВНИМАНИЕ:"
2166
+
2167
+ #: inc/class-job.php:1020
2168
+ #@ backwpup
2169
+ msgid "RECOVERABLE ERROR:"
2170
+ msgstr "НЕУСТРАНИМАЯ ОШИБКА:"
2171
+
2172
+ #: inc/class-job.php:1155
2173
+ #, php-format
2174
+ #@ backwpup
2175
+ msgid "One old log deleted"
2176
+ msgid_plural "%d old logs deleted"
2177
+ msgstr[0] "Удален один резервный файл "
2178
+ msgstr[1] "Удалено %d резервных файлов"
2179
+
2180
+ #: inc/class-job.php:1161
2181
+ #: inc/class-page-jobs.php:637
2182
+ #, php-format
2183
+ #@ backwpup
2184
+ msgid "Job has ended with errors in %s seconds. You must resolve the errors for correct execution."
2185
+ msgstr "Задание завершилось с ошибками за %s сек. Вы должны устранить ошибки для правильного выполнения."
2186
+
2187
+ #: inc/class-job.php:1163
2188
+ #: inc/class-page-jobs.php:639
2189
+ #, php-format
2190
+ #@ backwpup
2191
+ msgid "Job has done with warnings in %s seconds. Please resolve them for correct execution."
2192
+ msgstr "Задание выполнено с предупреждениями за %s сек. Пожалуйста, устраните их для правильного выполнения."
2193
+
2194
+ #: inc/class-job.php:1165
2195
+ #: inc/class-page-jobs.php:641
2196
+ #, php-format
2197
+ #@ backwpup
2198
+ msgid "Job done in %s seconds."
2199
+ msgstr "Задание выполнено за %s сек."
2200
+
2201
+ #: inc/class-job.php:1231
2202
+ #@ backwpup
2203
+ msgid "SUCCESSFUL"
2204
+ msgstr "УСПЕШНО"
2205
+
2206
+ #: inc/class-job.php:1234
2207
+ #@ backwpup
2208
+ msgid "WARNING"
2209
+ msgstr "ПРЕДУПРЕЖДЕНИЕ"
2210
+
2211
+ #: inc/class-job.php:1559
2212
+ #, php-format
2213
+ #@ backwpup
2214
+ msgctxt "Folder name"
2215
+ msgid "Folder %s not exists"
2216
+ msgstr "Папка %s не существует"
2217
+
2218
+ #: inc/class-job.php:1563
2219
+ #, php-format
2220
+ #@ backwpup
2221
+ msgctxt "Folder name"
2222
+ msgid "Folder %s not readable"
2223
+ msgstr "Папка %s не доступна для чтения"
2224
+
2225
+ #: inc/class-job.php:1579
2226
+ #, php-format
2227
+ #@ backwpup
2228
+ msgid "File \"%s\" is not readable!"
2229
+ msgstr "Файл \"%s\" не доступен для чтения!"
2230
+
2231
+ #: inc/class-job.php:1581
2232
+ #, php-format
2233
+ #@ backwpup
2234
+ msgid "Link \"%s\" not followed."
2235
+ msgstr "Не корректная ссылка \"%s\"."
2236
+
2237
+ #: inc/class-job.php:1613
2238
+ #, php-format
2239
+ #@ backwpup
2240
+ msgid "%d. Trying to create backup archive &hellip;"
2241
+ msgstr "%d. Попытка создать архив ..."
2242
+
2243
+ #: inc/class-job.php:1620
2244
+ #, php-format
2245
+ #@ backwpup
2246
+ msgctxt "Archive compression method"
2247
+ msgid "Compression method is %s"
2248
+ msgstr "Метод сжатия %s"
2249
+
2250
+ #: inc/class-job.php:1674
2251
+ #@ backwpup
2252
+ msgid "Backup archive created."
2253
+ msgstr "Резервная копия создана."
2254
+
2255
+ #: inc/class-job.php:1683
2256
+ #, php-format
2257
+ #@ backwpup
2258
+ msgid "Archive size is %s."
2259
+ msgstr "Размер архива %s."
2260
+
2261
+ #: inc/class-job.php:1684
2262
+ #, php-format
2263
+ #@ backwpup
2264
+ msgid "%1$d Files with %2$s in Archive."
2265
+ msgstr "%1$d файлов с %2$s в архиве."
2266
+
2267
+ #: inc/class-jobtype-dbcheck.php:13
2268
+ #@ backwpup
2269
+ msgid "DB Check"
2270
+ msgstr "Проверка БД"
2271
+
2272
+ #: inc/class-jobtype-dbcheck.php:14
2273
+ #@ backwpup
2274
+ msgid "Check database tables"
2275
+ msgstr "Проверка таблиц базы данных"
2276
+
2277
+ #: inc/class-jobtype-dbcheck.php:35
2278
+ #: inc/features/class-jobtype-dbcheck-pro.php:13
2279
+ #@ backwpup
2280
+ msgid "Settings for database check"
2281
+ msgstr "Настройки проверки базы данных"
2282
+
2283
+ #: inc/class-jobtype-dbcheck.php:39
2284
+ #: inc/class-jobtype-dboptimize.php:40
2285
+ #@ backwpup
2286
+ msgid "WordPress tables only"
2287
+ msgstr "Только таблицы WordPress "
2288
+
2289
+ #: inc/class-jobtype-dbcheck.php:44
2290
+ #@ backwpup
2291
+ msgid "Check WordPress database tables only"
2292
+ msgstr "Проверка только таблиц базы данных Wordpress "
2293
+
2294
+ #: inc/class-jobtype-dbcheck.php:49
2295
+ #: inc/features/class-jobtype-dbcheck-pro.php:25
2296
+ #@ backwpup
2297
+ msgid "Repair"
2298
+ msgstr "Восстановление"
2299
+
2300
+ #: inc/class-jobtype-dbcheck.php:54
2301
+ #: inc/features/class-jobtype-dbcheck-pro.php:29
2302
+ #@ backwpup
2303
+ msgid "Try to repair defect table"
2304
+ msgstr "Попытка восстановить дефектную таблицу "
2305
+
2306
+ #: inc/class-jobtype-dbcheck.php:79
2307
+ #, php-format
2308
+ #@ backwpup
2309
+ msgid "%d. Trying to check database&#160;&hellip;"
2310
+ msgstr "%d. Попытка проверить базу данных ..."
2311
+
2312
+ #: inc/class-jobtype-dbcheck.php:111
2313
+ #, php-format
2314
+ #@ backwpup
2315
+ msgid "Table %1$s is a view. Not checked."
2316
+ msgstr "Таблица %1$sпросматривается. Не проверена."
2317
+
2318
+ #: inc/class-jobtype-dbcheck.php:116
2319
+ #, php-format
2320
+ #@ backwpup
2321
+ msgid "Table %1$s is not a MyISAM/InnoDB table. Not checked."
2322
+ msgstr "Таблица %1$s не является таблицей MyISAM/InnoDB. Не проверяется."
2323
+
2324
+ #: inc/class-jobtype-dbcheck.php:123
2325
+ #: inc/class-jobtype-dbcheck.php:125
2326
+ #: inc/class-jobtype-dbcheck.php:127
2327
+ #, php-format
2328
+ #@ backwpup
2329
+ msgid "Result of table check for %1$s is: %2$s"
2330
+ msgstr "Результат проверки таблиц для %1$s: %2$s"
2331
+
2332
+ #: inc/class-jobtype-dbcheck.php:133
2333
+ #: inc/class-jobtype-dbcheck.php:135
2334
+ #: inc/class-jobtype-dbcheck.php:137
2335
+ #, php-format
2336
+ #@ backwpup
2337
+ msgid "Result of table repair for %1$s is: %2$s"
2338
+ msgstr "Результат восстановления таблицы для %1$s: %2$s"
2339
+
2340
+ #: inc/class-jobtype-dbcheck.php:142
2341
+ #@ backwpup
2342
+ msgid "Database check done!"
2343
+ msgstr "Проверка базы данных выполнена!"
2344
+
2345
+ #: inc/class-jobtype-dbcheck.php:145
2346
+ #@ backwpup
2347
+ msgid "No tables to check."
2348
+ msgstr "Нет таблиц для проверки."
2349
+
2350
+ #: inc/class-jobtype-dbdump.php:13
2351
+ #@ backwpup
2352
+ msgid "DB Backup"
2353
+ msgstr "Архив БД"
2354
+
2355
+ #: inc/class-jobtype-dbdump.php:14
2356
+ #@ backwpup
2357
+ msgid "Database backup"
2358
+ msgstr "Резервное копирование базы данных"
2359
+
2360
+ #: inc/class-jobtype-dbdump.php:15
2361
+ #@ backwpup
2362
+ msgid "Creates an .sql database dump file"
2363
+ msgstr "Создает .sql дамп базы данных"
2364
+
2365
+ #: inc/class-jobtype-dbdump.php:61
2366
+ #: inc/features/class-jobtype-dbdump-pro.php:104
2367
+ #@ backwpup
2368
+ msgid "Settings for database backup"
2369
+ msgstr "Настройки резервного копирования баз данных"
2370
+
2371
+ #: inc/class-jobtype-dbdump.php:65
2372
+ #: inc/features/class-jobtype-dbdump-pro.php:150
2373
+ #@ backwpup
2374
+ msgid "Tables to backup"
2375
+ msgstr "Таблицы для резервного копирования"
2376
+
2377
+ #: inc/class-jobtype-dbdump.php:67
2378
+ #: inc/features/class-jobtype-dbdump-pro.php:152
2379
+ #@ backwpup
2380
+ msgid "all"
2381
+ msgstr "все"
2382
+
2383
+ #: inc/class-jobtype-dbdump.php:92
2384
+ #: inc/features/class-jobtype-dbdump-pro.php:192
2385
+ #@ backwpup
2386
+ msgid "Dumpfile name"
2387
+ msgstr "Имя файла дампа"
2388
+
2389
+ #: inc/class-jobtype-dbdump.php:100
2390
+ #: inc/features/class-jobtype-dbdump-pro.php:200
2391
+ #@ backwpup
2392
+ msgid "Dumpfile compression"
2393
+ msgstr "Сжатие файла дампа"
2394
+
2395
+ #: inc/class-jobtype-dbdump.php:105
2396
+ #: inc/class-jobtype-dbdump.php:107
2397
+ #: inc/class-jobtype-wpexp.php:72
2398
+ #: inc/class-jobtype-wpexp.php:74
2399
+ #: inc/class-jobtype-wpplugin.php:58
2400
+ #: inc/class-jobtype-wpplugin.php:60
2401
+ #: inc/features/class-jobtype-dbdump-pro.php:205
2402
+ #: inc/features/class-jobtype-dbdump-pro.php:207
2403
+ #@ backwpup
2404
+ msgid "GZip"
2405
+ msgstr ""
2406
+
2407
+ #: inc/class-jobtype-dbdump.php:109
2408
+ #: inc/class-jobtype-dbdump.php:111
2409
+ #: inc/class-jobtype-wpexp.php:76
2410
+ #: inc/class-jobtype-wpexp.php:78
2411
+ #: inc/class-jobtype-wpplugin.php:62
2412
+ #: inc/class-jobtype-wpplugin.php:64
2413
+ #: inc/features/class-jobtype-dbdump-pro.php:209
2414
+ #: inc/features/class-jobtype-dbdump-pro.php:211
2415
+ #@ backwpup
2416
+ msgid "BZip2"
2417
+ msgstr ""
2418
+
2419
+ #: inc/class-jobtype-dbdump.php:155
2420
+ #: inc/features/class-jobtype-dbdump-pro.php:451
2421
+ #, php-format
2422
+ #@ backwpup
2423
+ msgid "%d. Try to dump database&#160;&hellip;"
2424
+ msgstr "%d. Попытка дампа базы данных&#160;&hellip;"
2425
+
2426
+ #: inc/class-jobtype-dbdump.php:167
2427
+ #: inc/features/class-jobtype-dbdump-pro.php:470
2428
+ #: inc/features/class-jobtype-dbdump-pro.php:673
2429
+ #, php-format
2430
+ #@ backwpup
2431
+ msgid "Connected to database %1$s on %2$s"
2432
+ msgstr "Подключение к базе данных %1$s на %2$s"
2433
+
2434
+ #: inc/class-jobtype-dbdump.php:179
2435
+ #: inc/features/class-jobtype-dbdump-pro.php:483
2436
+ #@ backwpup
2437
+ msgid "No tables to dump."
2438
+ msgstr "Нет таблиц для дампа."
2439
+
2440
+ #: inc/class-jobtype-dbdump.php:188
2441
+ #: inc/features/class-jobtype-dbdump-pro.php:495
2442
+ #, php-format
2443
+ #@ backwpup
2444
+ msgid "Dump database table \"%s\""
2445
+ msgstr "Дамп таблицы базы данных \"%s\""
2446
+
2447
+ #: inc/class-jobtype-dbdump.php:208
2448
+ #: inc/features/class-jobtype-dbdump-pro.php:515
2449
+ #: inc/features/class-jobtype-dbdump-pro.php:627
2450
+ #, php-format
2451
+ #@ backwpup
2452
+ msgid "Added database dump \"%1$s\" with %2$s to backup file list"
2453
+ msgstr "Добавлен дамп базы данных \"%1$s\" с %2$s в список файлов базы данных"
2454
+
2455
+ #: inc/class-jobtype-dbdump.php:211
2456
+ #: inc/features/class-jobtype-dbdump-pro.php:518
2457
+ #: inc/features/class-jobtype-dbdump-pro.php:630
2458
+ #@ backwpup
2459
+ msgid "Database dump done!"
2460
+ msgstr "Дамп базы данных готов!"
2461
+
2462
+ #: inc/class-jobtype-dboptimize.php:13
2463
+ #@ backwpup
2464
+ msgid "DB Optimize"
2465
+ msgstr "Оптимизация БД"
2466
+
2467
+ #: inc/class-jobtype-dboptimize.php:14
2468
+ #@ backwpup
2469
+ msgid "Optimize database tables"
2470
+ msgstr "Оптимизация таблиц базы данных"
2471
+
2472
+ #: inc/class-jobtype-dboptimize.php:36
2473
+ #: inc/features/class-jobtype-dboptimize-pro.php:13
2474
+ #@ backwpup
2475
+ msgid "Settings for database optimization"
2476
+ msgstr "Настройки оптимизации базы данных"
2477
+
2478
+ #: inc/class-jobtype-dboptimize.php:45
2479
+ #@ backwpup
2480
+ msgid "Optimize WordPress Database tables only"
2481
+ msgstr "Оптимизировать только таблицы базы данных WordPress"
2482
+
2483
+ #: inc/class-jobtype-dboptimize.php:50
2484
+ #: inc/class-jobtype-dboptimize.php:53
2485
+ #@ backwpup
2486
+ msgid "Table types to optimize"
2487
+ msgstr "Типы таблиц для оптимизации"
2488
+
2489
+ #: inc/class-jobtype-dboptimize.php:57
2490
+ #@ backwpup
2491
+ msgid "Optimize MyISAM Tables"
2492
+ msgstr "Оптимизация таблиц MyISAM "
2493
+
2494
+ #: inc/class-jobtype-dboptimize.php:58
2495
+ #@ backwpup
2496
+ msgid "Optimize will be done with OPTIMIZE TABLE `table`."
2497
+ msgstr "Оптимизация будет выполнена с использованием OPTIMIZE TABLE `table`."
2498
+
2499
+ #: inc/class-jobtype-dboptimize.php:62
2500
+ #@ backwpup
2501
+ msgid "Optimize InnoDB tables"
2502
+ msgstr "Оптимизация таблиц InnoDB "
2503
+
2504
+ #: inc/class-jobtype-dboptimize.php:63
2505
+ #@ backwpup
2506
+ msgid "Optimize will done with ALTER TABLE `table` ENGINE=InnoDB"
2507
+ msgstr "Оптимизация будет выполнена с использованием ALTER TABLE `table` ENGINE=InnoDB"
2508
+
2509
+ #: inc/class-jobtype-dboptimize.php:90
2510
+ #, php-format
2511
+ #@ backwpup
2512
+ msgid "%d. Trying to optimize database&#160;&hellip;"
2513
+ msgstr "%d. Попытка оптимизировать базу данных&#160;&hellip;"
2514
+
2515
+ #: inc/class-jobtype-dboptimize.php:119
2516
+ #, php-format
2517
+ #@ backwpup
2518
+ msgid "Views cannot optimize! View %1$s"
2519
+ msgstr "Не удается оптимизировать просмотры ! Посмотреть %1$s"
2520
+
2521
+ #: inc/class-jobtype-dboptimize.php:126
2522
+ #: inc/class-jobtype-dboptimize.php:128
2523
+ #: inc/class-jobtype-dboptimize.php:130
2524
+ #, php-format
2525
+ #@ backwpup
2526
+ msgid "Result of MyISAM table optimize for %1$s is: %2$s"
2527
+ msgstr "Результат оптимизации таблицы MyISAM для %1$s: %2$s"
2528
+
2529
+ #: inc/class-jobtype-dboptimize.php:135
2530
+ #, php-format
2531
+ #@ backwpup
2532
+ msgid "InnoDB Table %1$s optimizing done."
2533
+ msgstr "Таблица InnoDB %1$s оптимизированна."
2534
+
2535
+ #: inc/class-jobtype-dboptimize.php:138
2536
+ #, php-format
2537
+ #@ backwpup
2538
+ msgid "%2$s table %1$s not optimized."
2539
+ msgstr "%2$s таблицы %1$s не оптимизировано."
2540
+
2541
+ #: inc/class-jobtype-dboptimize.php:143
2542
+ #@ backwpup
2543
+ msgid "Database optimization done!"
2544
+ msgstr "Оптимизация базы данных выполнена!"
2545
+
2546
+ #: inc/class-jobtype-dboptimize.php:146
2547
+ #@ backwpup
2548
+ msgid "No tables to optimize."
2549
+ msgstr "Нет таблиц для оптимизации."
2550
+
2551
+ #: inc/class-jobtype-file.php:13
2552
+ #@ backwpup
2553
+ msgid "Files"
2554
+ msgstr "Файлы"
2555
+
2556
+ #: inc/class-jobtype-file.php:14
2557
+ #@ backwpup
2558
+ msgid "File backup"
2559
+ msgstr "Резервное копирование файлов"
2560
+
2561
+ #: inc/class-jobtype-file.php:60
2562
+ #@ backwpup
2563
+ msgid "Folders to backup"
2564
+ msgstr "Папки для резервного копирования"
2565
+
2566
+ #: inc/class-jobtype-file.php:64
2567
+ #@ backwpup
2568
+ msgid "Backup root folder"
2569
+ msgstr "Корневой каталог"
2570
+
2571
+ #: inc/class-jobtype-file.php:75
2572
+ #: inc/class-jobtype-file.php:102
2573
+ #: inc/class-jobtype-file.php:129
2574
+ #: inc/class-jobtype-file.php:156
2575
+ #: inc/class-jobtype-file.php:183
2576
+ #@ backwpup
2577
+ msgid "Exclude:"
2578
+ msgstr "Исключить:"
2579
+
2580
+ #: inc/class-jobtype-file.php:91
2581
+ #@ backwpup
2582
+ msgid "Backup content folder"
2583
+ msgstr "Папка содержимого"
2584
+
2585
+ #: inc/class-jobtype-file.php:118
2586
+ #@ backwpup
2587
+ msgid "Backup plugins"
2588
+ msgstr "Плагины"
2589
+
2590
+ #: inc/class-jobtype-file.php:145
2591
+ #@ backwpup
2592
+ msgid "Backup themes"
2593
+ msgstr "Темы"
2594
+
2595
+ #: inc/class-jobtype-file.php:172
2596
+ #@ backwpup
2597
+ msgid "Backup uploads folder"
2598
+ msgstr "Папка загрузок"
2599
+
2600
+ #: inc/class-jobtype-file.php:199
2601
+ #@ backwpup
2602
+ msgid "Extra folders to backup"
2603
+ msgstr "Дополнительные папки для резервного копирования"
2604
+
2605
+ #: inc/class-jobtype-file.php:199
2606
+ #@ backwpup
2607
+ msgid "Separate folder names with a line-break or a comma. Folders must be set with their absolute path!"
2608
+ msgstr "Разделяйте имена папок с помощью новой строки или запятой. Папки должны быть установлены с указанием их абсолютного пути!"
2609
+
2610
+ #: inc/class-jobtype-file.php:206
2611
+ #@ backwpup
2612
+ msgid "Exclude from backup"
2613
+ msgstr "Исключить из резервной копии"
2614
+
2615
+ #: inc/class-jobtype-file.php:210
2616
+ #@ backwpup
2617
+ msgid "Thumbnails in uploads"
2618
+ msgstr "Миниатюры в загрузке"
2619
+
2620
+ #: inc/class-jobtype-file.php:214
2621
+ #@ backwpup
2622
+ msgid "Don't backup thumbnails from the site's uploads folder."
2623
+ msgstr "Не производить резервное копирование миниатюр из папки загрузки сайта."
2624
+
2625
+ #: inc/class-jobtype-file.php:214
2626
+ #@ backwpup
2627
+ msgid "All images with -???x???. will be excluded. Use a plugin like Regenerate Thumbnails to rebuild them after a restore."
2628
+ msgstr "Все изображения с -???x???. будут исключены. Используйте плагин типа Regenerate Thumbnails, чтобы переустановить их после восстановления."
2629
+
2630
+ #: inc/class-jobtype-file.php:218
2631
+ #@ backwpup
2632
+ msgid "Exclude files/folders from backup"
2633
+ msgstr "Исключение файлов/папок из резервной копии"
2634
+
2635
+ #: inc/class-jobtype-file.php:218
2636
+ #@ backwpup
2637
+ msgid "Separate file / folder name parts with a line-break or a comma. For example /logs/,.log,.tmp"
2638
+ msgstr "Разделяйте части имени файлов/папок с помощью новой строки или запятой. Например, /logs/,.log,.tmp"
2639
+
2640
+ #: inc/class-jobtype-file.php:225
2641
+ #@ backwpup
2642
+ msgid "Special option"
2643
+ msgstr "Специальный параметр"
2644
+
2645
+ #: inc/class-jobtype-file.php:229
2646
+ #@ backwpup
2647
+ msgid "Include special files"
2648
+ msgstr "Включить специальные файлы"
2649
+
2650
+ #: inc/class-jobtype-file.php:233
2651
+ #@ backwpup
2652
+ msgid "Backup wp-config.php, robots.txt, .htaccess, .htpasswd and favicon.ico from root."
2653
+ msgstr "Резервное копирование wp-config.php, robots.txt, .htaccess, .htpasswd и favicon.ico из корневого каталога."
2654
+
2655
+ #: inc/class-jobtype-file.php:233
2656
+ #@ backwpup
2657
+ msgid "If the WordPress root folder is not included in this backup job, check this option to additionally include wp-config.php, robots.txt, .htaccess, .htpasswd and favicon.ico into the backup. Your wp-config.php will be included even if you placed it in the parent directory of your root folder."
2658
+ msgstr "Если корневая папка WordPress не включена в это задание резервного копирования, выберите этот параметр, чтобы дополнительно включать wp-config.php, robots.txt, .htaccess, .htpasswd и favicon.ico в резервную копию. Ваш wp-config.php будет включен, даже если Вы поместили его в родительский каталог корневой папке."
2659
+
2660
+ #: inc/class-jobtype-file.php:310
2661
+ #, php-format
2662
+ #@ backwpup
2663
+ msgid "%d. Trying to make a list of folders to back up&#160;&hellip;"
2664
+ msgstr "%d. Попытка сделать список папок для резервного копирования ..."
2665
+
2666
+ #: inc/class-jobtype-file.php:392
2667
+ #: inc/class-jobtype-file.php:399
2668
+ #: inc/class-jobtype-file.php:406
2669
+ #: inc/class-jobtype-file.php:412
2670
+ #: inc/class-jobtype-file.php:418
2671
+ #: inc/class-jobtype-file.php:424
2672
+ #, php-format
2673
+ #@ backwpup
2674
+ msgid "Added \"%s\" to backup file list"
2675
+ msgstr "Добавлено \"%s\" в список файлов резервного копирования"
2676
+
2677
+ #: inc/class-jobtype-file.php:429
2678
+ #@ backwpup
2679
+ msgid "No folder to back up."
2680
+ msgstr "Нет папки для резервного копирования."
2681
+
2682
+ #: inc/class-jobtype-file.php:431
2683
+ #, php-format
2684
+ #@ backwpup
2685
+ msgid "%1$d folders to back up."
2686
+ msgstr "%1$d папок для резервного копирования."
2687
+
2688
+ #: inc/class-jobtype-file.php:468
2689
+ #, php-format
2690
+ #@ backwpup
2691
+ msgid "Folder \"%s\" is not readable!"
2692
+ msgstr "Папка \"%s\" недоступна для чтения!"
2693
+
2694
+ #: inc/class-jobtype-wpexp.php:13
2695
+ #@ backwpup
2696
+ msgid "XML export"
2697
+ msgstr "XML экспорт"
2698
+
2699
+ #: inc/class-jobtype-wpexp.php:14
2700
+ #: inc/class-page-about.php:188
2701
+ #@ backwpup
2702
+ msgid "WordPress XML export"
2703
+ msgstr "XML экспорт WordPress"
2704
+
2705
+ #: inc/class-jobtype-wpexp.php:46
2706
+ #@ backwpup
2707
+ msgid "Items to export"
2708
+ msgstr "Объекты для экспорта"
2709
+
2710
+ #: inc/class-jobtype-wpexp.php:48
2711
+ #: inc/features/class-jobtype-wpexp-pro.php:16
2712
+ #@ backwpup
2713
+ msgid "All content"
2714
+ msgstr "Всё содержимое"
2715
+
2716
+ #: inc/class-jobtype-wpexp.php:49
2717
+ #: inc/features/class-jobtype-wpexp-pro.php:17
2718
+ #@ backwpup
2719
+ msgid "Posts"
2720
+ msgstr "Записи"
2721
+
2722
+ #: inc/class-jobtype-wpexp.php:50
2723
+ #: inc/features/class-jobtype-wpexp-pro.php:18
2724
+ #@ backwpup
2725
+ msgid "Pages"
2726
+ msgstr "Страницы"
2727
+
2728
+ #: inc/class-jobtype-wpexp.php:59
2729
+ #@ backwpup
2730
+ msgid "XML Export file name"
2731
+ msgstr "Имя экспортируемого XML-файла "
2732
+
2733
+ #: inc/class-jobtype-wpexp.php:67
2734
+ #: inc/class-jobtype-wpplugin.php:53
2735
+ #@ backwpup
2736
+ msgid "File compression"
2737
+ msgstr "Сжатие файла"
2738
+
2739
+ #: inc/class-jobtype-wpexp.php:105
2740
+ #, php-format
2741
+ #@ backwpup
2742
+ msgid "%d. Trying to create a WordPress export to XML file&#160;&hellip;"
2743
+ msgstr "%d. Попытка создать экспорт WordPress в XML файл&#160;&hellip;"
2744
+
2745
+ #: inc/class-jobtype-wpexp.php:126
2746
+ #, php-format
2747
+ #@ backwpup
2748
+ msgid "Added XML export \"%1$s\" with %2$s to backup file list."
2749
+ msgstr "Добавлен XML экспорт \"%1$s\" с %2$s в список файлов резервных копий."
2750
+
2751
+ #: inc/class-jobtype-wpplugin.php:13
2752
+ #@ backwpup
2753
+ msgid "Plugins"
2754
+ msgstr "Плагины"
2755
+
2756
+ #: inc/class-jobtype-wpplugin.php:14
2757
+ #@ backwpup
2758
+ msgid "Installed plugins list"
2759
+ msgstr "Список установленных плагинов"
2760
+
2761
+ #: inc/class-jobtype-wpplugin.php:45
2762
+ #@ backwpup
2763
+ msgid "Plugin list file name"
2764
+ msgstr "Имя файла списка плагинов"
2765
+
2766
+ #: inc/class-jobtype-wpplugin.php:91
2767
+ #, php-format
2768
+ #@ backwpup
2769
+ msgid "%d. Trying to generate a file with installed plugin names&#160;&hellip;"
2770
+ msgstr "%d. Попытка создать файл с установленным плагином именем&#160;&hellip;"
2771
+
2772
+ #: inc/class-jobtype-wpplugin.php:118
2773
+ #@ backwpup
2774
+ msgid "All plugin information:"
2775
+ msgstr "Вся информация о плагинах:"
2776
+
2777
+ #: inc/class-jobtype-wpplugin.php:120
2778
+ #, php-format
2779
+ #@ backwpup
2780
+ msgid "from %s"
2781
+ msgstr "из %s"
2782
+
2783
+ #: inc/class-jobtype-wpplugin.php:122
2784
+ #@ backwpup
2785
+ msgid "Active plugins:"
2786
+ msgstr "Активные плагины:"
2787
+
2788
+ #: inc/class-jobtype-wpplugin.php:128
2789
+ #@ backwpup
2790
+ msgid "Inactive plugins:"
2791
+ msgstr "Неактивные плагины:"
2792
+
2793
+ #: inc/class-jobtype-wpplugin.php:140
2794
+ #, php-format
2795
+ #@ backwpup
2796
+ msgid "Added plugin list file \"%1$s\" with %2$s to backup file list."
2797
+ msgstr "Добавлен файл списка плагинов \"%1$s\" с %2$s в список файлов резервных копий."
2798
+
2799
+ #: inc/class-mysqldump.php:56
2800
+ #@ backwpup
2801
+ msgid "No MySQLi extension found. Please install it."
2802
+ msgstr "Расширение MySQLi не найдено. Пожалуйста, установите его."
2803
+
2804
+ #: inc/class-mysqldump.php:90
2805
+ #: inc/features/class-jobtype-dbdump-pro.php:666
2806
+ #, php-format
2807
+ #@ backwpup
2808
+ msgid "Cannot connect to MySQL database %1$d: %2$s"
2809
+ msgstr "Невозможно подключиться к базе данных MySQL %1$d: %2$s"
2810
+
2811
+ #: inc/class-mysqldump.php:96
2812
+ #, php-format
2813
+ #@ backwpup
2814
+ msgctxt "Database Charset"
2815
+ msgid "Cannot set DB charset to %s"
2816
+ msgstr "Невозможно установить кодировку для БД %s"
2817
+
2818
+ #: inc/class-mysqldump.php:126
2819
+ #@ backwpup
2820
+ msgid "Cannot open dump file"
2821
+ msgstr "Не удается открыть файл дампа"
2822
+
2823
+ #: inc/class-mysqldump.php:132
2824
+ #: inc/class-mysqldump.php:143
2825
+ #: inc/class-mysqldump.php:222
2826
+ #: inc/class-mysqldump.php:235
2827
+ #: inc/class-mysqldump.php:249
2828
+ #: inc/class-mysqldump.php:262
2829
+ #: inc/class-mysqldump.php:302
2830
+ #: inc/class-mysqldump.php:324
2831
+ #: inc/class-mysqldump.php:339
2832
+ #: inc/features/class-jobtype-dbdump-pro.php:679
2833
+ #: inc/features/class-jobtype-dbdump-pro.php:693
2834
+ #: inc/features/class-jobtype-dbdump-pro.php:742
2835
+ #: inc/features/class-jobtype-dbdump-pro.php:759
2836
+ #: inc/features/class-jobtype-dbdump-pro.php:800
2837
+ #, php-format
2838
+ #@ backwpup
2839
+ msgid "Database error %1$s for query %2$s"
2840
+ msgstr "Ошибка базы данных %1$s для запроса %2$s"
2841
+
2842
+ #: inc/class-mysqldump.php:401
2843
+ #@ backwpup
2844
+ msgid "Error while writing file!"
2845
+ msgstr "Ошибка при записи файла!"
2846
+
2847
+ #: inc/class-option.php:115
2848
+ #@ backwpup
2849
+ msgid "New Job"
2850
+ msgstr "Новое задание"
2851
+
2852
+ #: inc/class-page-about.php:51
2853
+ #, php-format
2854
+ #@ backwpup
2855
+ msgid "%s Welcome"
2856
+ msgstr " Добро пожаловать в %s"
2857
+
2858
+ #: inc/class-page-about.php:57
2859
+ #@ backwpup
2860
+ msgid "Heads up! You have updated from version 2.x"
2861
+ msgstr "Внимание! Вы обновились с версии 2.x"
2862
+
2863
+ #: inc/class-page-about.php:58
2864
+ #, php-format
2865
+ #@ backwpup
2866
+ msgid "Please <a href=\"%s\">check your settings</a> after updating from version 2.x:"
2867
+ msgstr "Пожалуйста, <a href=\"%s\">проверьте Ваши настройки</a> после обновления с версии 2.x:"
2868
+
2869
+ #: inc/class-page-about.php:59
2870
+ #@ backwpup
2871
+ msgid "Dropbox authentication must be re-entered"
2872
+ msgstr "Аутентификация Dropbox, должны быть проведена заново"
2873
+
2874
+ #: inc/class-page-about.php:60
2875
+ #@ backwpup
2876
+ msgid "SugarSync authentication must be re-entered"
2877
+ msgstr "Аутентификации SugarSync должна быть проведена заново"
2878
+
2879
+ #: inc/class-page-about.php:61
2880
+ #@ backwpup
2881
+ msgid "S3 Settings"
2882
+ msgstr "Настройки S3"
2883
+
2884
+ #: inc/class-page-about.php:62
2885
+ #@ backwpup
2886
+ msgid "Google Storage is now a part of S3 service settings"
2887
+ msgstr "Google Storage является теперь частью настроек сервиса S3"
2888
+
2889
+ #: inc/class-page-about.php:63
2890
+ #@ backwpup
2891
+ msgid "All your passwords"
2892
+ msgstr "Все ваши пароли"
2893
+
2894
+ #: inc/class-page-about.php:72
2895
+ #@ backwpup
2896
+ msgid "Welcome to BackWPup Pro"
2897
+ msgstr "Добро пожаловать в BackWPup Pro"
2898
+
2899
+ #: inc/class-page-about.php:73
2900
+ #: inc/class-page-backwpup.php:86
2901
+ #@ backwpup
2902
+ msgid "Here you can schedule backup plans with a wizard."
2903
+ msgstr "Здесь Вы можете создать планы резервного копирования с помощью мастера."
2904
+
2905
+ #: inc/class-page-about.php:74
2906
+ #: inc/class-page-about.php:84
2907
+ #: inc/class-page-backwpup.php:87
2908
+ #: inc/class-page-backwpup.php:93
2909
+ #@ backwpup
2910
+ msgid "The backup files can be used to save your whole installation including <code>/wp-content/</code> and push them to an external Backup Service, if you don’t want to save the backups on the same server. With a single backup file you are able to restore an installation."
2911
+ msgstr "Файлы резервных копий можно использовать для сохранения всех установок, включая <code>/wp-content/</code> и отправить их на внешний сервис резервного копирования, если Вы не хотите сохранять резервные копии на том же сервере. Используя единственный архивный файл, Вы можете восстановить установку."
2912
+
2913
+ #: inc/class-page-about.php:75
2914
+ #, php-format
2915
+ #@ backwpup
2916
+ msgid "First <a href=\"%1$s\">set up a job</a>, and plan what you want to save. You can <a href=\"%2$s\">use the wizards</a> or the expert mode."
2917
+ msgstr "Сначала <a href=\"%1$s\">настройте задание</a>, и запланируйте то, что Вы хотите сохранить. Вы можете <a href=\"%2$s\">использовать мастер</a> или экспертный режим."
2918
+
2919
+ #: inc/class-page-about.php:82
2920
+ #@ backwpup
2921
+ msgid "Welcome to BackWPup"
2922
+ msgstr "Добро пожаловать в BackWPup"
2923
+
2924
+ #: inc/class-page-about.php:85
2925
+ #@ backwpup
2926
+ msgid "First set up a job, and plan what you want to save."
2927
+ msgstr "Сначала настройте задание, и запланируйте то, что Вы хотите сохранить."
2928
+
2929
+ #: inc/class-page-about.php:102
2930
+ #@ backwpup
2931
+ msgid "Please activate your license"
2932
+ msgstr "Вам необходимо активировать лицензию"
2933
+
2934
+ #: inc/class-page-about.php:103
2935
+ #@ backwpup
2936
+ msgid "Please go to your plugin page and active the license to have the autoupdates enabled."
2937
+ msgstr "Пожалуйста, перейдите на страницу плагина и активируйте лицензию, чтобы автообновление было включено."
2938
+
2939
+ #: inc/class-page-about.php:112
2940
+ #@ backwpup
2941
+ msgid "Save your database"
2942
+ msgstr "Сохранять базу данных"
2943
+
2944
+ #: inc/class-page-about.php:115
2945
+ #@ backwpup
2946
+ msgid "Save your database regularly"
2947
+ msgstr "Сохранять базу данных регулярно"
2948
+
2949
+ #: inc/class-page-about.php:116
2950
+ #, php-format
2951
+ #@ backwpup
2952
+ msgid "With BackWPup you can schedule the database backup to run automatically. With a single backup file you can restore your database. You should <a href=\"%s\">set up a backup job</a>, so you will never forget it. There is also an option to repair and optimize the database after each backup."
2953
+ msgstr "Используя BackWPup Вы можете запланировать автоматический запуск резервного копирования базы данных. Используя один архивный файл, Вы можете восстановить базу данных. <a href=\"%s\">Создайте задание резервного копирования</a>, и Вы никогда не забудете о нем. Существует также возможность восстановления и оптимизации базы данных после каждого резервного копирования."
2954
+
2955
+ #: inc/class-page-about.php:121
2956
+ #: inc/class-page-about.php:125
2957
+ #@ backwpup
2958
+ msgid "WordPress XML Export"
2959
+ msgstr "Экспорт XML WordPress "
2960
+
2961
+ #: inc/class-page-about.php:122
2962
+ #@ backwpup
2963
+ msgid "You can choose the built-in WordPress export format in addition or exclusive to save your data. This works in automated backups too of course. The advantage is: you can import these files into a blog with the regular WordPress importer."
2964
+ msgstr "Вы можете выбрать встроенный формат экспорта WordPress в дополнение или исключительно для сохранения ваших данных. Автоматическое резервное копирование конечно тоже работает. Преимущество состоит в том: вы можете импортировать эти файлы в блог, используя стандартный импортер WordPress."
2965
+
2966
+ #: inc/class-page-about.php:130
2967
+ #@ backwpup
2968
+ msgid "Save all data from the webserver"
2969
+ msgstr "Сохранить все данные с веб-сервера"
2970
+
2971
+ #: inc/class-page-about.php:133
2972
+ #@ backwpup
2973
+ msgid "Save all files"
2974
+ msgstr "Сохранить все файлы"
2975
+
2976
+ #: inc/class-page-about.php:134
2977
+ #, php-format
2978
+ #@ backwpup
2979
+ msgid "You can back up all your attachments, also all system files, plugins and themes in a single file. You can <a href=\"%s\">create a job</a> to update a backup copy of your file system only when files are changed."
2980
+ msgstr "Вы можете создать резервную копию всех Ваших вложений, а также всех системных файлов, плагинов и тем в одном файле. Вы можете <a href=\"%s\">создать задание</a> для обновления резервной копии файловой системы только тогда, когда файлы изменены."
2981
+
2982
+ #: inc/class-page-about.php:139
2983
+ #: inc/class-page-about.php:143
2984
+ #@ backwpup
2985
+ msgid "Security!"
2986
+ msgstr "Безопасность превыше всего!"
2987
+
2988
+ #: inc/class-page-about.php:140
2989
+ #@ backwpup
2990
+ msgid "By default everything is encrypted: connections to external services, local files and access to directories."
2991
+ msgstr "По умолчанию все зашифровано: подключение к внешним услугам, локальным файлам и доступ к каталогам."
2992
+
2993
+ #: inc/class-page-about.php:148
2994
+ #: inc/class-page-about.php:151
2995
+ #@ backwpup
2996
+ msgid "Cloud Support"
2997
+ msgstr "Поддержка облака"
2998
+
2999
+ #: inc/class-page-about.php:152
3000
+ #@ backwpup
3001
+ msgid "BackWPup supports multiple cloud services in parallel. This ensures the backups are redundant."
3002
+ msgstr "BackWPup поддерживает несколько облачных сервисов параллельно. Это гарантирует, что резервные копии являются избыточными."
3003
+
3004
+ #: inc/class-page-about.php:160
3005
+ #@ backwpup
3006
+ msgid "Features / differences between Free and Pro"
3007
+ msgstr "Возможности / различия между Free и Pro"
3008
+
3009
+ #: inc/class-page-about.php:163
3010
+ #@ backwpup
3011
+ msgid "Features"
3012
+ msgstr "Возможности"
3013
+
3014
+ #: inc/class-page-about.php:164
3015
+ #@ backwpup
3016
+ msgid "FREE"
3017
+ msgstr ""
3018
+
3019
+ #: inc/class-page-about.php:165
3020
+ #@ backwpup
3021
+ msgid "PRO"
3022
+ msgstr ""
3023
+
3024
+ #: inc/class-page-about.php:168
3025
+ #@ backwpup
3026
+ msgid "Complete database backup"
3027
+ msgstr "Полное резервное копирование базы данных"
3028
+
3029
+ #: inc/class-page-about.php:173
3030
+ #@ backwpup
3031
+ msgid "Complete file backup"
3032
+ msgstr "Полное резервное копирование файлов"
3033
+
3034
+ #: inc/class-page-about.php:178
3035
+ #@ backwpup
3036
+ msgid "Database check"
3037
+ msgstr "Проверка база данных "
3038
+
3039
+ #: inc/class-page-about.php:183
3040
+ #@ backwpup
3041
+ msgid "Data compression"
3042
+ msgstr "Сжатие данных"
3043
+
3044
+ #: inc/class-page-about.php:193
3045
+ #@ backwpup
3046
+ msgid "List of installed plugins"
3047
+ msgstr "Список установленных плагинов"
3048
+
3049
+ #: inc/class-page-about.php:198
3050
+ #@ backwpup
3051
+ msgid "Backup archives management"
3052
+ msgstr "Управление резервными копиями "
3053
+
3054
+ #: inc/class-page-about.php:203
3055
+ #@ backwpup
3056
+ msgid "Log file management"
3057
+ msgstr "Управление файлами журналов"
3058
+
3059
+ #: inc/class-page-about.php:208
3060
+ #@ backwpup
3061
+ msgid "Start jobs per WP-Cron, URL, system, backend or WP-CLI"
3062
+ msgstr "Запуск заданий в WP-Cron, URL, системе, бэкенд или WP-CLI"
3063
+
3064
+ #: inc/class-page-about.php:213
3065
+ #@ backwpup
3066
+ msgid "Log report via email"
3067
+ msgstr "Отчет журнала по email"
3068
+
3069
+ #: inc/class-page-about.php:218
3070
+ #@ backwpup
3071
+ msgid "Backup to Microsoft Azure"
3072
+ msgstr "Резервное копирование на Microsoft Azure"
3073
+
3074
+ #: inc/class-page-about.php:223
3075
+ #@ backwpup
3076
+ msgid "Backup as email"
3077
+ msgstr "Резервное копирование как email"
3078
+
3079
+ #: inc/class-page-about.php:228
3080
+ #@ backwpup
3081
+ msgid "Backup to S3 services <small>(Amazon, Google Storage, Hosteurope and more)</small>"
3082
+ msgstr "Резервное копирование на сервис S3 услуг <small>(Amazon, Google Storage, Hosteurope и др.)</small>"
3083
+
3084
+ #: inc/class-page-about.php:243
3085
+ #@ backwpup
3086
+ msgid "Backup to FTP server"
3087
+ msgstr "Резервное копирование на FTP-сервер"
3088
+
3089
+ #: inc/class-page-about.php:248
3090
+ #@ backwpup
3091
+ msgid "Backup to your web space"
3092
+ msgstr "Резервное копирование в Ваше веб-пространство"
3093
+
3094
+ #: inc/class-page-about.php:258
3095
+ #@ backwpup
3096
+ msgid "Custom API keys for DropBox and SugarSync"
3097
+ msgstr "Пользовательские ключи API для DropBox и SugarSync"
3098
+
3099
+ #: inc/class-page-about.php:263
3100
+ #@ backwpup
3101
+ msgid "XML database backup as PHPMyAdmin schema"
3102
+ msgstr "XML резервной копии базы данных, как PHPMyAdmin схемы"
3103
+
3104
+ #: inc/class-page-about.php:268
3105
+ #@ backwpup
3106
+ msgid "Database backup as mysqldump per command line"
3107
+ msgstr "Резервное копирование базы данных, как mysqldump в командной строке"
3108
+
3109
+ #: inc/class-page-about.php:273
3110
+ #@ backwpup
3111
+ msgid "Database backup for additional MySQL databases"
3112
+ msgstr "Резервное копирование базы данных для дополнительных баз данных MySQL"
3113
+
3114
+ #: inc/class-page-about.php:278
3115
+ #@ backwpup
3116
+ msgid "Import and export job settings as XML"
3117
+ msgstr "Импорт и экспорт настроек заданий как XML"
3118
+
3119
+ #: inc/class-page-about.php:283
3120
+ #@ backwpup
3121
+ msgid "Wizard for system tests"
3122
+ msgstr "Мастер для проверки системы"
3123
+
3124
+ #: inc/class-page-about.php:288
3125
+ #@ backwpup
3126
+ msgid "Wizard for scheduled backup jobs"
3127
+ msgstr "Мастер для запланированных заданий резервного копирования"
3128
+
3129
+ #: inc/class-page-about.php:293
3130
+ #@ backwpup
3131
+ msgid "Wizard to import settings and backup jobs"
3132
+ msgstr "Мастер импорта настроек и заданий резервного копирования"
3133
+
3134
+ #: inc/class-page-about.php:298
3135
+ #@ backwpup
3136
+ msgid "Differential backup of changed directories to Dropbox"
3137
+ msgstr "Дифференциальное резервное копирование измененных каталогов Dropbox"
3138
+
3139
+ #: inc/class-page-about.php:303
3140
+ #@ backwpup
3141
+ msgid "Differential backup of changed directories to Rackspace Cloud Files"
3142
+ msgstr "Дифференциальное резервное копирование измененных каталогов Файлов Rackspace Cloud"
3143
+
3144
+ #: inc/class-page-about.php:308
3145
+ #@ backwpup
3146
+ msgid "Differential backup of changed directories to S3"
3147
+ msgstr "Дифференциальное резервное копирование измененных каталогов S3"
3148
+
3149
+ #: inc/class-page-about.php:313
3150
+ #@ backwpup
3151
+ msgid "Differential backup of changed directories to MS Azure"
3152
+ msgstr "Дифференциальное резервное копирование измененных каталогов MS Azure"
3153
+
3154
+ #: inc/class-page-about.php:318
3155
+ #@ backwpup
3156
+ msgid "<strong>Premium support</strong>"
3157
+ msgstr "<strong>Премиум-поддержка</strong>"
3158
+
3159
+ #: inc/class-page-about.php:323
3160
+ #@ backwpup
3161
+ msgid "<strong>Dynamically loaded documentation</strong>"
3162
+ msgstr "<strong>Динамически загружаемая документация</strong>"
3163
+
3164
+ #: inc/class-page-about.php:328
3165
+ #@ backwpup
3166
+ msgid "<strong>Automatic update from MarketPress</strong>"
3167
+ msgstr "<strong>Автоматическое обновление с MarketPress</strong>"
3168
+
3169
+ #: inc/class-page-about.php:335
3170
+ #@ backwpup
3171
+ msgid "GET PRO"
3172
+ msgstr "ПОЛУЧИТЬ PRO"
3173
+
3174
+ #: inc/class-page-backups.php:147
3175
+ #@ backwpup
3176
+ msgid "No files could be found. (List will be generated during next backup.)"
3177
+ msgstr "Файлы не найдены. (Список будет сформирован в течение следующего резервного копирования.)"
3178
+
3179
+ #: inc/class-page-backups.php:159
3180
+ #: inc/class-page-backups.php:288
3181
+ #: inc/class-page-jobs.php:56
3182
+ #: inc/class-page-jobs.php:130
3183
+ #: inc/class-page-logs.php:103
3184
+ #: inc/class-page-logs.php:185
3185
+ #@ backwpup
3186
+ msgid "Delete"
3187
+ msgstr "Удалить"
3188
+
3189
+ #: inc/class-page-backups.php:189
3190
+ #@ backwpup
3191
+ msgid "Change destination"
3192
+ msgstr "Изменение места хранения"
3193
+
3194
+ #: inc/class-page-backups.php:227
3195
+ #@ backwpup
3196
+ msgid "File"
3197
+ msgstr "Файл"
3198
+
3199
+ #: inc/class-page-backups.php:229
3200
+ #: inc/class-page-logs.php:118
3201
+ #@ backwpup
3202
+ msgid "Size"
3203
+ msgstr "Размер"
3204
+
3205
+ #: inc/class-page-backups.php:230
3206
+ #: inc/class-page-backwpup.php:190
3207
+ #: inc/class-page-backwpup.php:251
3208
+ #@ backwpup
3209
+ msgid "Time"
3210
+ msgstr "Время"
3211
+
3212
+ #: inc/class-page-backups.php:288
3213
+ #@ backwpup
3214
+ msgid ""
3215
+ "You are about to delete this backup archive. \n"
3216
+ " 'Cancel' to stop, 'OK' to delete."
3217
+ msgstr ""
3218
+ "Вы собираетесь удалить этот архив. \n"
3219
+ " «Отмена» — оставить, «ОК» — удалить."
3220
+
3221
+ #: inc/class-page-backups.php:290
3222
+ #: inc/class-page-jobs.php:219
3223
+ #: inc/class-page-logs.php:186
3224
+ #@ backwpup
3225
+ msgid "Download"
3226
+ msgstr "Загрузить"
3227
+
3228
+ #: inc/class-page-backups.php:305
3229
+ #@ backwpup
3230
+ msgid "?"
3231
+ msgstr ""
3232
+
3233
+ #: inc/class-page-backups.php:312
3234
+ #: inc/class-page-jobs.php:210
3235
+ #: inc/class-page-logs.php:181
3236
+ #, php-format
3237
+ #@ backwpup
3238
+ msgid "%1$s at %2$s"
3239
+ msgstr "%1$s в %2$s"
3240
+
3241
+ #: inc/class-page-backups.php:334
3242
+ #: inc/class-page-backups.php:346
3243
+ #: inc/class-page-editjob.php:41
3244
+ #: inc/class-page-jobs.php:312
3245
+ #@ backwpup
3246
+ msgid "Sorry, you don't have permissions to do that."
3247
+ msgstr "Извините, у вас нет прав, чтобы сделать это."
3248
+
3249
+ #: inc/class-page-backups.php:412
3250
+ #, php-format
3251
+ #@ backwpup
3252
+ msgid "%s Manage Backup Archives"
3253
+ msgstr "Управление резервными копиями %s "
3254
+
3255
+ #: inc/class-page-backwpup.php:80
3256
+ #, php-format
3257
+ #@ backwpup
3258
+ msgid "%s Dashboard"
3259
+ msgstr "Панель инструментов %s"
3260
+
3261
+ #: inc/class-page-backwpup.php:88
3262
+ #@ backwpup
3263
+ msgid "First set up a job, and plan what you want to save. You can use the wizards or the normal mode. Please note: the plugin author gives no warranty for your data."
3264
+ msgstr "Сначала настройте задание, и запланируйте то, что Вы хотите сохранить. Вы можете использовать мастера или в обычный режим. Пожалуйста, обратите внимание: автор плагина не дает гарантии для Ваших данных."
3265
+
3266
+ #: inc/class-page-backwpup.php:92
3267
+ #@ backwpup
3268
+ msgid "Use the short links in the <b>First steps</b> box to schedule backup plans."
3269
+ msgstr "Используйте короткие ссылки в разделе <b>Первые шаги</b>, чтобы составить план резервного копирования."
3270
+
3271
+ #: inc/class-page-backwpup.php:94
3272
+ #@ backwpup
3273
+ msgid "First set up a job, and plan what you want to save. Please note: the plugin author gives no warranty for your data."
3274
+ msgstr "Сначала настройте задание, и запланируйте то, что Вы хотите сохранить. Пожалуйста, обратите внимание: автор плагина не дает гарантии для Ваших данных."
3275
+
3276
+ #: inc/class-page-backwpup.php:122
3277
+ #: inc/features/class-page-wizard.php:256
3278
+ #@ backwpup
3279
+ msgid "Start wizard"
3280
+ msgstr "Запуск мастера"
3281
+
3282
+ #: inc/class-page-backwpup.php:136
3283
+ #@ backwpup
3284
+ msgid "Thank you for using BackWPup!"
3285
+ msgstr "Спасибо за использование BackWPup!"
3286
+
3287
+ #: inc/class-page-backwpup.php:139
3288
+ #@ backwpup
3289
+ msgid "BackWPup Pro offers you first-class premium support and more features like a wizard for scheduled backup jobs, differential backup of changed directories in the cloud and much more!"
3290
+ msgstr "BackWPup Pro предлагает Вам первоклассную премиум-поддержку и другие функции, такие как мастер планирования заданий резервного копирования, дифференциальное резервное копирование измененных каталогов в облако и многое другое!"
3291
+
3292
+ #: inc/class-page-backwpup.php:141
3293
+ #@ backwpup
3294
+ msgid "Get BackWPup Pro now"
3295
+ msgstr "Получить BackWPup Pro сейчас"
3296
+
3297
+ #: inc/class-page-backwpup.php:149
3298
+ #@ backwpup
3299
+ msgid "First Steps"
3300
+ msgstr "Первые шаги"
3301
+
3302
+ #: inc/class-page-backwpup.php:153
3303
+ #@ backwpup
3304
+ msgid "Test the installation"
3305
+ msgstr "Тестирование установки"
3306
+
3307
+ #: inc/class-page-backwpup.php:154
3308
+ #: inc/class-page-backwpup.php:157
3309
+ #@ backwpup
3310
+ msgid "Create a Job"
3311
+ msgstr "Создать задание"
3312
+
3313
+ #: inc/class-page-backwpup.php:156
3314
+ #@ backwpup
3315
+ msgid "Check the installation"
3316
+ msgstr "Проверить установку"
3317
+
3318
+ #: inc/class-page-backwpup.php:159
3319
+ #@ backwpup
3320
+ msgid "Run the created job"
3321
+ msgstr "Запустить созданное задание"
3322
+
3323
+ #: inc/class-page-backwpup.php:160
3324
+ #@ backwpup
3325
+ msgid "Check the job log"
3326
+ msgstr "Проверить журнал задания"
3327
+
3328
+ #: inc/class-page-backwpup.php:168
3329
+ #@ backwpup
3330
+ msgid "One click backup"
3331
+ msgstr "Резервная копия в один клик"
3332
+
3333
+ #: inc/class-page-backwpup.php:170
3334
+ #@ backwpup
3335
+ msgid "Generate a database backup of WordPress tables and download it right away!"
3336
+ msgstr "Создать резервную копию базы данных таблиц WordPress и скачать её прямо сейчас!"
3337
+
3338
+ #: inc/class-page-backwpup.php:170
3339
+ #@ backwpup
3340
+ msgid "Download database backup"
3341
+ msgstr "Скачать резервную копию базы данных"
3342
+
3343
+ #: inc/class-page-backwpup.php:189
3344
+ #@ backwpup
3345
+ msgid "Last logs"
3346
+ msgstr "Последние журналы"
3347
+
3348
+ #: inc/class-page-backwpup.php:190
3349
+ #: inc/class-page-backwpup.php:252
3350
+ #: inc/class-page-logs.php:114
3351
+ #@ backwpup
3352
+ msgid "Job"
3353
+ msgstr "Задание"
3354
+
3355
+ #: inc/class-page-backwpup.php:190
3356
+ #@ backwpup
3357
+ msgid "Result"
3358
+ msgstr "Результат"
3359
+
3360
+ #: inc/class-page-backwpup.php:220
3361
+ #, php-format
3362
+ #@ backwpup
3363
+ msgid "%d ERROR"
3364
+ msgid_plural "%d ERRORS"
3365
+ msgstr[0] "%d ОШИБКА"
3366
+ msgstr[1] "%d ОШИБОК"
3367
+
3368
+ #: inc/class-page-backwpup.php:222
3369
+ #, php-format
3370
+ #@ backwpup
3371
+ msgid "%d WARNING"
3372
+ msgid_plural "%d WARNINGS"
3373
+ msgstr[0] "%d ПРЕДУПРЕЖДЕНИЕ"
3374
+ msgstr[1] "%d ПРЕДУПРЕЖДЕНИЙ"
3375
+
3376
+ #: inc/class-page-backwpup.php:224
3377
+ #@ backwpup
3378
+ msgid "OK"
3379
+ msgstr ""
3380
+
3381
+ #: inc/class-page-backwpup.php:249
3382
+ #@ backwpup
3383
+ msgid "Next scheduled jobs"
3384
+ msgstr "Следующее запланированное задание"
3385
+
3386
+ #: inc/class-page-backwpup.php:275
3387
+ #, php-format
3388
+ #@ backwpup
3389
+ msgid "working since %d seconds"
3390
+ msgstr "работает %d сек."
3391
+
3392
+ #: inc/class-page-backwpup.php:277
3393
+ #: inc/class-page-jobs.php:493
3394
+ #@ backwpup
3395
+ msgid "Abort"
3396
+ msgstr "Прервать"
3397
+
3398
+ #: inc/class-page-backwpup.php:291
3399
+ #: inc/class-page-jobs.php:197
3400
+ #@ backwpup
3401
+ msgid "Not scheduled!"
3402
+ msgstr "Не запланировано!"
3403
+
3404
+ #: inc/class-page-backwpup.php:293
3405
+ #@ backwpup
3406
+ msgid "Edit Job"
3407
+ msgstr "Изменить задание"
3408
+
3409
+ #: inc/class-page-editjob.php:28
3410
+ #@ backwpup
3411
+ msgid "Overview"
3412
+ msgstr "Обзор"
3413
+
3414
+ #: inc/class-page-editjob.php:176
3415
+ #, php-format
3416
+ #@ backwpup
3417
+ msgid "Changes for job <i>%s</i> saved."
3418
+ msgstr "Изменения для задания <i>%s</i> сохранены."
3419
+
3420
+ #: inc/class-page-editjob.php:309
3421
+ #@ backwpup
3422
+ msgid "Working as <a href=\"http://wikipedia.org/wiki/Cron\">Cron</a> schedule:"
3423
+ msgstr "Работает как расписание <a href=\"http://ru.wikipedia.org/wiki/Cron\">Cron</a>:"
3424
+
3425
+ #: inc/class-page-editjob.php:318
3426
+ #, php-format
3427
+ #@ backwpup
3428
+ msgid "ATTENTION: Job runs every %d minutes!"
3429
+ msgstr "ВНИМАНИЕ: Задание выполняется каждые %d мин.!"
3430
+
3431
+ #: inc/class-page-editjob.php:324
3432
+ #, php-format
3433
+ #@ backwpup
3434
+ msgid "ATTENTION: Job runs every %d hours!"
3435
+ msgstr "ВНИМАНИЕ: Задание выполняется каждые %d час(а)!"
3436
+
3437
+ #: inc/class-page-editjob.php:328
3438
+ #@ backwpup
3439
+ msgid "ATTENTION: Can't calculate cron!"
3440
+ msgstr "ВНИМАНИЕ: невозможно рассчитать Cron!"
3441
+
3442
+ #: inc/class-page-editjob.php:331
3443
+ #@ backwpup
3444
+ msgid "Next runtime:"
3445
+ msgstr "Следующее время выполнения:"
3446
+
3447
+ #: inc/class-page-editjob.php:369
3448
+ #: inc/class-page-settings.php:103
3449
+ #@ backwpup
3450
+ msgid "General"
3451
+ msgstr "Общие"
3452
+
3453
+ #: inc/class-page-editjob.php:369
3454
+ #@ backwpup
3455
+ msgid "Schedule"
3456
+ msgstr "Расписание"
3457
+
3458
+ #: inc/class-page-editjob.php:384
3459
+ #, php-format
3460
+ #@ backwpup
3461
+ msgid "To: %s"
3462
+ msgstr "На: %s"
3463
+
3464
+ #: inc/class-page-editjob.php:390
3465
+ #, php-format
3466
+ #@ backwpup
3467
+ msgid "%s Job:"
3468
+ msgstr "Задание %s:"
3469
+
3470
+ #: inc/class-page-editjob.php:417
3471
+ #: inc/class-page-jobs.php:69
3472
+ #@ backwpup
3473
+ msgid "Job Name"
3474
+ msgstr "Название задания"
3475
+
3476
+ #: inc/class-page-editjob.php:421
3477
+ #@ backwpup
3478
+ msgid "Please name this job."
3479
+ msgstr "Пожалуйста, назовите это задание."
3480
+
3481
+ #: inc/class-page-editjob.php:429
3482
+ #@ backwpup
3483
+ msgid "Job Tasks"
3484
+ msgstr "Задачи"
3485
+
3486
+ #: inc/class-page-editjob.php:433
3487
+ #: inc/features/class-wizard-job.php:225
3488
+ #@ backwpup
3489
+ msgid "This job is a&#160;&hellip;"
3490
+ msgstr "Это задание&#160;&hellip;"
3491
+
3492
+ #: inc/class-page-editjob.php:436
3493
+ #: inc/features/class-wizard-job.php:228
3494
+ #@ backwpup
3495
+ msgid "Job tasks"
3496
+ msgstr "Задачи"
3497
+
3498
+ #: inc/class-page-editjob.php:452
3499
+ #@ backwpup
3500
+ msgid "Backup File Creation"
3501
+ msgstr "Создание резервной копии"
3502
+
3503
+ #: inc/class-page-editjob.php:457
3504
+ #: inc/class-page-editjob.php:460
3505
+ #: inc/features/class-wizard-job.php:350
3506
+ #: inc/features/class-wizard-job.php:353
3507
+ #@ backwpup
3508
+ msgid "Backup type"
3509
+ msgstr "Тип резервного копирования"
3510
+
3511
+ #: inc/class-page-editjob.php:465
3512
+ #@ backwpup
3513
+ msgid "Synchronize file by file to destination"
3514
+ msgstr "Синхронизация файла за файлом в место хранения"
3515
+
3516
+ #: inc/class-page-editjob.php:469
3517
+ #: inc/features/class-wizard-job.php:361
3518
+ #@ backwpup
3519
+ msgid "Create a backup archive"
3520
+ msgstr "Создать архив"
3521
+
3522
+ #: inc/class-page-editjob.php:475
3523
+ #@ backwpup
3524
+ msgid "Archive name"
3525
+ msgstr "Имя архива"
3526
+
3527
+ #: inc/class-page-editjob.php:482
3528
+ #, php-format
3529
+ #@ backwpup
3530
+ msgid "%d = Two digit day of the month, with leading zeros"
3531
+ msgstr "%d = Две цифры дня месяца с ведущими нулями"
3532
+
3533
+ #: inc/class-page-editjob.php:483
3534
+ #, php-format
3535
+ #@ backwpup
3536
+ msgid "%j = Day of the month, without leading zeros"
3537
+ msgstr "%j = День месяца без ведущих нулей"
3538
+
3539
+ #: inc/class-page-editjob.php:484
3540
+ #, php-format
3541
+ #@ backwpup
3542
+ msgid "%m = Day of the month, with leading zeros"
3543
+ msgstr "%m = День месяца с ведущими нулями"
3544
+
3545
+ #: inc/class-page-editjob.php:485
3546
+ #, php-format
3547
+ #@ backwpup
3548
+ msgid "%n = Representation of the month (without leading zeros)"
3549
+ msgstr "%n = Обозначение месяца (без ведущих нулей)"
3550
+
3551
+ #: inc/class-page-editjob.php:486
3552
+ #, php-format
3553
+ #@ backwpup
3554
+ msgid "%Y = Four digit representation for the year"
3555
+ msgstr "Четырехзначное обозначение года"
3556
+
3557
+ #: inc/class-page-editjob.php:487
3558
+ #, php-format
3559
+ #@ backwpup
3560
+ msgid "%y = Two digit representation of the year"
3561
+ msgstr "%y = Двухзначное обозначение года"
3562
+
3563
+ #: inc/class-page-editjob.php:488
3564
+ #, php-format
3565
+ #@ backwpup
3566
+ msgid "%a = Lowercase ante meridiem (am) and post meridiem (pm)"
3567
+ msgstr "%a = Строчные символы до полудня (am) и после полудня (pm)"
3568
+
3569
+ #: inc/class-page-editjob.php:489
3570
+ #, php-format
3571
+ #@ backwpup
3572
+ msgid "%A = Uppercase ante meridiem (AM) and post meridiem (PM)"
3573
+ msgstr "%A = Прописные символы до полудня (AM) и после полудня (PM)"
3574
+
3575
+ #: inc/class-page-editjob.php:490
3576
+ #, php-format
3577
+ #@ backwpup
3578
+ msgid "%B = Swatch Internet Time"
3579
+ msgstr "%B = Эталонное время интернет"
3580
+
3581
+ #: inc/class-page-editjob.php:491
3582
+ #, php-format
3583
+ #@ backwpup
3584
+ msgid "%g = Hour in 12-hour format, without leading zeros"
3585
+ msgstr "%g = Час в 12-часовом формате без ведущих нулей"
3586
+
3587
+ #: inc/class-page-editjob.php:492
3588
+ #, php-format
3589
+ #@ backwpup
3590
+ msgid "%G = Hour in 24-hour format, without leading zeros"
3591
+ msgstr "%G = Час в 24-часовом формате без ведущих нулей"
3592
+
3593
+ #: inc/class-page-editjob.php:493
3594
+ #, php-format
3595
+ #@ backwpup
3596
+ msgid "%h = Hour in 12-hour format, with leading zeros"
3597
+ msgstr "%h = Час в 12-часовом формате с ведущими нулями"
3598
+
3599
+ #: inc/class-page-editjob.php:494
3600
+ #, php-format
3601
+ #@ backwpup
3602
+ msgid "%H = Hour in 24-hour format, with leading zeros"
3603
+ msgstr "%H = Час в 24-часовом формате с ведущими нулями"
3604
+
3605
+ #: inc/class-page-editjob.php:495
3606
+ #, php-format
3607
+ #@ backwpup
3608
+ msgid "%i = Two digit representation of the minute"
3609
+ msgstr "%i = Двухзначное обозначение минут"
3610
+
3611
+ #: inc/class-page-editjob.php:496
3612
+ #, php-format
3613
+ #@ backwpup
3614
+ msgid "%s = Two digit representation of the second"
3615
+ msgstr "%s = Двухзначное обозначение секунд"
3616
+
3617
+ #: inc/class-page-editjob.php:497
3618
+ #, php-format
3619
+ #@ backwpup
3620
+ msgid "%u = Two digit representation of the microsecond"
3621
+ msgstr "%u = Двухзначное обозначение микросекунд"
3622
+
3623
+ #: inc/class-page-editjob.php:498
3624
+ #, php-format
3625
+ #@ backwpup
3626
+ msgid "%U = UNIX timestamp (seconds since January 1 1970 00:00:00 GMT)"
3627
+ msgstr "%U = Отметка времени Unix (в секундах с 1 января 1970 00:00:00 GMT)"
3628
+
3629
+ #: inc/class-page-editjob.php:502
3630
+ #@ backwpup
3631
+ msgid "Replacement patterns:"
3632
+ msgstr "Шаблоны:"
3633
+
3634
+ #: inc/class-page-editjob.php:515
3635
+ #: inc/class-page-editjob.php:518
3636
+ #@ backwpup
3637
+ msgid "Archive Format"
3638
+ msgstr "Формат архива"
3639
+
3640
+ #: inc/class-page-editjob.php:521
3641
+ #: inc/class-page-editjob.php:523
3642
+ #: inc/features/class-wizard-job.php:371
3643
+ #: inc/features/class-wizard-job.php:373
3644
+ #@ backwpup
3645
+ msgid "Zip"
3646
+ msgstr ""
3647
+
3648
+ #: inc/class-page-editjob.php:521
3649
+ #@ backwpup
3650
+ msgid "PHP Zip functions will be used if available (needs less memory). Otherwise the PCLZip class will be used."
3651
+ msgstr "Если доступна, будет использоваться функция PHP Zip (требует меньше памяти). В противном случае будет использоваться класс PCLZip."
3652
+
3653
+ #: inc/class-page-editjob.php:523
3654
+ #: inc/class-page-editjob.php:528
3655
+ #: inc/class-page-editjob.php:532
3656
+ #@ backwpup
3657
+ msgid "Disabled due to missing PHP function."
3658
+ msgstr "Отключено из-за отсутствия функции PHP."
3659
+
3660
+ #: inc/class-page-editjob.php:524
3661
+ #: inc/features/class-wizard-job.php:374
3662
+ #@ backwpup
3663
+ msgid "Tar"
3664
+ msgstr ""
3665
+
3666
+ #: inc/class-page-editjob.php:524
3667
+ #@ backwpup
3668
+ msgid "A tarballed, not compressed archive (fast and less memory)"
3669
+ msgstr "Tarball файл, а не сжатый архив (быстрый и меньше памяти)"
3670
+
3671
+ #: inc/class-page-editjob.php:526
3672
+ #: inc/class-page-editjob.php:528
3673
+ #: inc/features/class-wizard-job.php:376
3674
+ #: inc/features/class-wizard-job.php:378
3675
+ #@ backwpup
3676
+ msgid "Tar GZip"
3677
+ msgstr ""
3678
+
3679
+ #: inc/class-page-editjob.php:526
3680
+ #@ backwpup
3681
+ msgid "A tarballed, GZipped archive (fast and less memory)"
3682
+ msgstr "Tarball файл, GZipped архив (быстрый и меньше памяти)"
3683
+
3684
+ #: inc/class-page-editjob.php:530
3685
+ #: inc/class-page-editjob.php:532
3686
+ #: inc/features/class-wizard-job.php:380
3687
+ #: inc/features/class-wizard-job.php:382
3688
+ #@ backwpup
3689
+ msgid "Tar BZip2"
3690
+ msgstr ""
3691
+
3692
+ #: inc/class-page-editjob.php:530
3693
+ #@ backwpup
3694
+ msgid "A tarballed, BZipped archive (fast and less memory)"
3695
+ msgstr "Tarball файл, BZipped архив (быстрый и меньше памяти)"
3696
+
3697
+ #: inc/class-page-editjob.php:538
3698
+ #@ backwpup
3699
+ msgid "Job Destination"
3700
+ msgstr "Место храненения"
3701
+
3702
+ #: inc/class-page-editjob.php:542
3703
+ #: inc/class-page-editjob.php:545
3704
+ #@ backwpup
3705
+ msgid "Where should your backup file be stored?"
3706
+ msgstr "Где хранятся файл резервной копии?"
3707
+
3708
+ #: inc/class-page-editjob.php:561
3709
+ #@ backwpup
3710
+ msgid "Log Files"
3711
+ msgstr "Файлы журналов"
3712
+
3713
+ #: inc/class-page-editjob.php:565
3714
+ #@ backwpup
3715
+ msgid "Send log to e-mail address"
3716
+ msgstr "Отправить журнал на e-mail адрес"
3717
+
3718
+ #: inc/class-page-editjob.php:569
3719
+ #@ backwpup
3720
+ msgid "Leave empty to not have log sent."
3721
+ msgstr "Оставьте пустым, чтобы не отправлять журнал"
3722
+
3723
+ #: inc/class-page-editjob.php:573
3724
+ #@ backwpup
3725
+ msgid "E-Mail FROM field"
3726
+ msgstr "Поле \"От\" в E-mail"
3727
+
3728
+ #: inc/class-page-editjob.php:577
3729
+ #@ backwpup
3730
+ msgid "E-Mail \"From\" field (Name &lt;&#160;you@your-email-address.tld&#160;&gt;)"
3731
+ msgstr "Поле \"От\" E-Mail (Имя &lt;&#160;you@your-email-address.tld&#160;&gt;)"
3732
+
3733
+ #: inc/class-page-editjob.php:581
3734
+ #@ backwpup
3735
+ msgid "Errors only"
3736
+ msgstr "Только ошибки"
3737
+
3738
+ #: inc/class-page-editjob.php:586
3739
+ #@ backwpup
3740
+ msgid "Send e-mail with log only when errors occur during job execution."
3741
+ msgstr "Отправить письмо с журналом только при наличии ошибок в выполнении задания."
3742
+
3743
+ #: inc/class-page-editjob.php:597
3744
+ #@ backwpup
3745
+ msgid "Job Schedule"
3746
+ msgstr "Расписание заданий"
3747
+
3748
+ #: inc/class-page-editjob.php:601
3749
+ #: inc/class-page-editjob.php:604
3750
+ #@ backwpup
3751
+ msgid "Start job"
3752
+ msgstr "Запуск задания"
3753
+
3754
+ #: inc/class-page-editjob.php:608
3755
+ #@ backwpup
3756
+ msgid "manually only"
3757
+ msgstr "только вручную"
3758
+
3759
+ #: inc/class-page-editjob.php:612
3760
+ #@ backwpup
3761
+ msgid "with WordPress cron"
3762
+ msgstr "используя WordPress Cron"
3763
+
3764
+ #: inc/class-page-editjob.php:619
3765
+ #@ backwpup
3766
+ msgid "with a link"
3767
+ msgstr "используя ссылку"
3768
+
3769
+ #: inc/class-page-editjob.php:621
3770
+ #@ backwpup
3771
+ msgid "Copy the link for an external start. This option has to be activated to make the link work."
3772
+ msgstr "Скопируйте ссылку для внешнего запуска. Эта опция должна быть активирована, чтобы сделатьссылку рабочей."
3773
+
3774
+ #: inc/class-page-editjob.php:628
3775
+ #@ backwpup
3776
+ msgid "Start job with CLI"
3777
+ msgstr "Запуск задания с использованием CLI"
3778
+
3779
+ #: inc/class-page-editjob.php:631
3780
+ #, php-format
3781
+ #@ backwpup
3782
+ msgid "Use <a href=\"http://wp-cli.org/\">WP-CLI</a> to run jobs from commandline or <a href=\"%s\">get the start script</a>."
3783
+ msgstr "Используйте <a href=\"http://wp-cli.org/\">WP-CLI</a> для запуска заданий из командной строки или <a href=\"%s\">получите скрипт для запуска</a>."
3784
+
3785
+ #: inc/class-page-editjob.php:632
3786
+ #@ backwpup
3787
+ msgid "Generate a server script file to let the job start with the server’s cron on command line interface. Alternatively use WP-CLI commands."
3788
+ msgstr "Создать файл сценария сервера, чтобы начать работу с хрон сервера на интерфейсе командной строки. Также можно использовать WP-CLI команды."
3789
+
3790
+ #: inc/class-page-editjob.php:637
3791
+ #@ backwpup
3792
+ msgid "Schedule execution time"
3793
+ msgstr "Расписание времени исполнения"
3794
+
3795
+ #: inc/class-page-editjob.php:641
3796
+ #: inc/class-page-editjob.php:644
3797
+ #@ backwpup
3798
+ msgid "Scheduler type"
3799
+ msgstr "Тип расписания"
3800
+
3801
+ #: inc/class-page-editjob.php:649
3802
+ #@ backwpup
3803
+ msgid "basic"
3804
+ msgstr "основной"
3805
+
3806
+ #: inc/class-page-editjob.php:653
3807
+ #@ backwpup
3808
+ msgid "advanced"
3809
+ msgstr "расширенный"
3810
+
3811
+ #: inc/class-page-editjob.php:682
3812
+ #: inc/class-page-editjob.php:750
3813
+ #: inc/features/class-wizard-job.php:275
3814
+ #@ backwpup
3815
+ msgid "Scheduler"
3816
+ msgstr "Планировщик"
3817
+
3818
+ #: inc/class-page-editjob.php:687
3819
+ #: inc/class-page-jobs.php:70
3820
+ #: inc/class-page-logs.php:115
3821
+ #: inc/features/class-wizard-job.php:280
3822
+ #@ backwpup
3823
+ msgid "Type"
3824
+ msgstr "Тип"
3825
+
3826
+ #: inc/class-page-editjob.php:692
3827
+ #: inc/features/class-wizard-job.php:285
3828
+ #@ backwpup
3829
+ msgid "Hour"
3830
+ msgstr "час"
3831
+
3832
+ #: inc/class-page-editjob.php:695
3833
+ #: inc/features/class-wizard-job.php:288
3834
+ #@ backwpup
3835
+ msgid "Minute"
3836
+ msgstr "минута"
3837
+
3838
+ #: inc/class-page-editjob.php:699
3839
+ #: inc/features/class-wizard-job.php:292
3840
+ #@ backwpup
3841
+ msgid "monthly"
3842
+ msgstr "ежемесячно"
3843
+
3844
+ #: inc/class-page-editjob.php:701
3845
+ #: inc/features/class-wizard-job.php:294
3846
+ #@ backwpup
3847
+ msgid "on"
3848
+ msgstr "в"
3849
+
3850
+ #: inc/class-page-editjob.php:711
3851
+ #: inc/features/class-wizard-job.php:304
3852
+ #@ backwpup
3853
+ msgid "weekly"
3854
+ msgstr "еженедельно"
3855
+
3856
+ #: inc/class-page-editjob.php:713
3857
+ #: inc/class-page-editjob.php:820
3858
+ #: inc/features/class-wizard-job.php:306
3859
+ #@ backwpup
3860
+ msgid "Sunday"
3861
+ msgstr "Воскресенье"
3862
+
3863
+ #: inc/class-page-editjob.php:714
3864
+ #: inc/class-page-editjob.php:821
3865
+ #: inc/features/class-wizard-job.php:307
3866
+ #@ backwpup
3867
+ msgid "Monday"
3868
+ msgstr "Понедельник"
3869
+
3870
+ #: inc/class-page-editjob.php:715
3871
+ #: inc/class-page-editjob.php:822
3872
+ #: inc/features/class-wizard-job.php:308
3873
+ #@ backwpup
3874
+ msgid "Tuesday"
3875
+ msgstr "Вторник"
3876
+
3877
+ #: inc/class-page-editjob.php:716
3878
+ #: inc/class-page-editjob.php:823
3879
+ #: inc/features/class-wizard-job.php:309
3880
+ #@ backwpup
3881
+ msgid "Wednesday"
3882
+ msgstr "Среда"
3883
+
3884
+ #: inc/class-page-editjob.php:717
3885
+ #: inc/class-page-editjob.php:824
3886
+ #: inc/features/class-wizard-job.php:310
3887
+ #@ backwpup
3888
+ msgid "Thursday"
3889
+ msgstr "Четверг"
3890
+
3891
+ #: inc/class-page-editjob.php:718
3892
+ #: inc/class-page-editjob.php:825
3893
+ #: inc/features/class-wizard-job.php:311
3894
+ #@ backwpup
3895
+ msgid "Friday"
3896
+ msgstr "Пятница"
3897
+
3898
+ #: inc/class-page-editjob.php:719
3899
+ #: inc/class-page-editjob.php:826
3900
+ #: inc/features/class-wizard-job.php:312
3901
+ #@ backwpup
3902
+ msgid "Saturday"
3903
+ msgstr "Суббота"
3904
+
3905
+ #: inc/class-page-editjob.php:729
3906
+ #: inc/features/class-wizard-job.php:322
3907
+ #@ backwpup
3908
+ msgid "daily"
3909
+ msgstr "ежедневно"
3910
+
3911
+ #: inc/class-page-editjob.php:739
3912
+ #: inc/features/class-wizard-job.php:332
3913
+ #@ backwpup
3914
+ msgid "hourly"
3915
+ msgstr "каждый час"
3916
+
3917
+ #: inc/class-page-editjob.php:753
3918
+ #@ backwpup
3919
+ msgid "Minutes:"
3920
+ msgstr "Минуты:"
3921
+
3922
+ #: inc/class-page-editjob.php:755
3923
+ #: inc/class-page-editjob.php:768
3924
+ #: inc/class-page-editjob.php:780
3925
+ #: inc/class-page-editjob.php:794
3926
+ #: inc/class-page-editjob.php:816
3927
+ #@ backwpup
3928
+ msgid "Any (*)"
3929
+ msgstr "Любой (*)"
3930
+
3931
+ #: inc/class-page-editjob.php:765
3932
+ #@ backwpup
3933
+ msgid "Hours:"
3934
+ msgstr "Часы:"
3935
+
3936
+ #: inc/class-page-editjob.php:778
3937
+ #@ backwpup
3938
+ msgid "Day of Month:"
3939
+ msgstr "День месяца:"
3940
+
3941
+ #: inc/class-page-editjob.php:792
3942
+ #@ backwpup
3943
+ msgid "Month:"
3944
+ msgstr "Месяц:"
3945
+
3946
+ #: inc/class-page-editjob.php:798
3947
+ #@ backwpup
3948
+ msgid "January"
3949
+ msgstr "Январь"
3950
+
3951
+ #: inc/class-page-editjob.php:799
3952
+ #@ backwpup
3953
+ msgid "February"
3954
+ msgstr "Февраль"
3955
+
3956
+ #: inc/class-page-editjob.php:800
3957
+ #@ backwpup
3958
+ msgid "March"
3959
+ msgstr "Март"
3960
+
3961
+ #: inc/class-page-editjob.php:801
3962
+ #@ backwpup
3963
+ msgid "April"
3964
+ msgstr "Апрель"
3965
+
3966
+ #: inc/class-page-editjob.php:802
3967
+ #@ backwpup
3968
+ msgid "May"
3969
+ msgstr "Май"
3970
+
3971
+ #: inc/class-page-editjob.php:803
3972
+ #@ backwpup
3973
+ msgid "June"
3974
+ msgstr "Июнь"
3975
+
3976
+ #: inc/class-page-editjob.php:804
3977
+ #@ backwpup
3978
+ msgid "July"
3979
+ msgstr "Июль"
3980
+
3981
+ #: inc/class-page-editjob.php:805
3982
+ #@ backwpup
3983
+ msgid "August"
3984
+ msgstr "Август"
3985
+
3986
+ #: inc/class-page-editjob.php:806
3987
+ #@ backwpup
3988
+ msgid "September"
3989
+ msgstr "Сентябрь"
3990
+
3991
+ #: inc/class-page-editjob.php:807
3992
+ #@ backwpup
3993
+ msgid "October"
3994
+ msgstr "Октябрь"
3995
+
3996
+ #: inc/class-page-editjob.php:808
3997
+ #@ backwpup
3998
+ msgid "November"
3999
+ msgstr "Ноябрь"
4000
+
4001
+ #: inc/class-page-editjob.php:809
4002
+ #@ backwpup
4003
+ msgid "December"
4004
+ msgstr "Декабрь"
4005
+
4006
+ #: inc/class-page-editjob.php:814
4007
+ #@ backwpup
4008
+ msgid "Day of Week:"
4009
+ msgstr "День недели:"
4010
+
4011
+ #: inc/class-page-editjob.php:850
4012
+ #@ backwpup
4013
+ msgid "Save changes"
4014
+ msgstr "Сохранить изменения"
4015
+
4016
+ #: inc/class-page-jobs.php:44
4017
+ #@ backwpup
4018
+ msgid "No Jobs."
4019
+ msgstr "Нет заданий."
4020
+
4021
+ #: inc/class-page-jobs.php:68
4022
+ #@ backwpup
4023
+ msgid "ID"
4024
+ msgstr ""
4025
+
4026
+ #: inc/class-page-jobs.php:71
4027
+ #: inc/features/class-wizard-job.php:50
4028
+ #: inc/features/class-wizard-job.php:399
4029
+ #@ backwpup
4030
+ msgid "Destinations"
4031
+ msgstr "Место"
4032
+
4033
+ #: inc/class-page-jobs.php:72
4034
+ #@ backwpup
4035
+ msgid "Next Run"
4036
+ msgstr "Следующий запуск"
4037
+
4038
+ #: inc/class-page-jobs.php:73
4039
+ #@ backwpup
4040
+ msgid "Last Run"
4041
+ msgstr "Последний запуск"
4042
+
4043
+ #: inc/class-page-jobs.php:128
4044
+ #@ backwpup
4045
+ msgid "Edit"
4046
+ msgstr "Изменить"
4047
+
4048
+ #: inc/class-page-jobs.php:129
4049
+ #@ backwpup
4050
+ msgid "Copy"
4051
+ msgstr "Копировать"
4052
+
4053
+ #: inc/class-page-jobs.php:181
4054
+ #@ backwpup
4055
+ msgid "Not needed or set"
4056
+ msgstr "Не требуется или установлен"
4057
+
4058
+ #: inc/class-page-jobs.php:189
4059
+ #, php-format
4060
+ #@ backwpup
4061
+ msgid "Running for: %s seconds"
4062
+ msgstr "Выполняется в течение: %s сек."
4063
+
4064
+ #: inc/class-page-jobs.php:195
4065
+ #, php-format
4066
+ #@ backwpup
4067
+ msgid "Cron: %s"
4068
+ msgstr ""
4069
+
4070
+ #: inc/class-page-jobs.php:195
4071
+ #, php-format
4072
+ #@ backwpup
4073
+ msgid "%1$s at %2$s by WP-Cron"
4074
+ msgstr "%1$s в %2$s из WP-Cron"
4075
+
4076
+ #: inc/class-page-jobs.php:200
4077
+ #@ backwpup
4078
+ msgid "Inactive"
4079
+ msgstr "Неактивно"
4080
+
4081
+ #: inc/class-page-jobs.php:212
4082
+ #, php-format
4083
+ #@ backwpup
4084
+ msgid "Runtime: %d seconds"
4085
+ msgstr "Время выполнения: %d сек."
4086
+
4087
+ #: inc/class-page-jobs.php:215
4088
+ #@ backwpup
4089
+ msgid "not yet"
4090
+ msgstr "еще нет"
4091
+
4092
+ #: inc/class-page-jobs.php:219
4093
+ #@ backwpup
4094
+ msgid "Download last backup"
4095
+ msgstr "Скачать последнюю резервную копию"
4096
+
4097
+ #: inc/class-page-jobs.php:224
4098
+ #@ backwpup
4099
+ msgid "Log"
4100
+ msgstr "Журнал"
4101
+
4102
+ #: inc/class-page-jobs.php:271
4103
+ #@ backwpup
4104
+ msgid "Copy of"
4105
+ msgstr "Копия"
4106
+
4107
+ #: inc/class-page-jobs.php:319
4108
+ #, php-format
4109
+ #@ backwpup
4110
+ msgid "Temp folder %s not read or writable. Please set proper write permissions."
4111
+ msgstr "Временная папка %s не доступна для чтения или записи. Пожалуйста, установите соответствующие права записи."
4112
+
4113
+ #: inc/class-page-jobs.php:322
4114
+ #, php-format
4115
+ #@ backwpup
4116
+ msgid "Temp folder %s does not exist and cannot be created. Please create it and set proper write permissions."
4117
+ msgstr "Временная папка %s не не существует и не может быть создана. Пожалуйста, создайте её и установите соответствующие права записи."
4118
+
4119
+ #: inc/class-page-jobs.php:328
4120
+ #, php-format
4121
+ #@ backwpup
4122
+ msgid "Logs folder %s is not read or writable. Please set proper write permissions."
4123
+ msgstr "Папка журналов %s не доступна для чтения или записи. Пожалуйста, установите соответствующие права записи."
4124
+
4125
+ #: inc/class-page-jobs.php:331
4126
+ #, php-format
4127
+ #@ backwpup
4128
+ msgid "Logs folder %s does not exist and cannot be created. Please create it and set proper write permissions."
4129
+ msgstr "Папка журналов %s не не существует и не может быть создана. Пожалуйста, создайте её и установите соответствующие права записи."
4130
+
4131
+ #: inc/class-page-jobs.php:339
4132
+ #, php-format
4133
+ #@ backwpup
4134
+ msgid "Backups folder %s is not read or writable. Please set proper write permissions."
4135
+ msgstr "Папка резервных копий %s не доступна для чтения или записи. Пожалуйста, установите соответствующие права записи."
4136
+
4137
+ #: inc/class-page-jobs.php:342
4138
+ #, php-format
4139
+ #@ backwpup
4140
+ msgid "Backups folder %s does not exist and cannot be created. Please create it and set proper write permissions."
4141
+ msgstr "Папка резервных копий %s не не существует и не может быть создана. Пожалуйста, создайте её и установите соответствующие права записи."
4142
+
4143
+ #: inc/class-page-jobs.php:356
4144
+ #: inc/class-page-settings.php:379
4145
+ #, php-format
4146
+ #@ backwpup
4147
+ msgid "The HTTP response test get a error \"%s\""
4148
+ msgstr "Ответ теста HTTP дает ошибку \"%s\""
4149
+
4150
+ #: inc/class-page-jobs.php:358
4151
+ #: inc/class-page-settings.php:381
4152
+ #, php-format
4153
+ #@ backwpup
4154
+ msgid "The HTTP response test get a false http status (%s)"
4155
+ msgstr "Ответ теста HTTP дает ложный http статус (%s)"
4156
+
4157
+ #: inc/class-page-jobs.php:365
4158
+ #, php-format
4159
+ #@ backwpup
4160
+ msgid "Job \"%s\" started."
4161
+ msgstr "Задание \"%s\" запущено."
4162
+
4163
+ #: inc/class-page-jobs.php:402
4164
+ #: inc/class-wp-cli.php:52
4165
+ #@ backwpup
4166
+ msgid "Aborted by user!"
4167
+ msgstr "Прервано пользователем!"
4168
+
4169
+ #: inc/class-page-jobs.php:431
4170
+ #: inc/class-wp-cli.php:82
4171
+ #@ backwpup
4172
+ msgid "Job will be terminated."
4173
+ msgstr "Задание будет прервано."
4174
+
4175
+ #: inc/class-page-jobs.php:471
4176
+ #, php-format
4177
+ #@ backwpup
4178
+ msgid "%s Jobs"
4179
+ msgstr "Задания %s"
4180
+
4181
+ #: inc/class-page-jobs.php:489
4182
+ #, php-format
4183
+ #@ backwpup
4184
+ msgid "Job currently running: %s"
4185
+ msgstr "Текущее задание: %s"
4186
+
4187
+ #: inc/class-page-jobs.php:490
4188
+ #@ backwpup
4189
+ msgid "Warnings:"
4190
+ msgstr "Предупреждений:"
4191
+
4192
+ #: inc/class-page-jobs.php:491
4193
+ #@ backwpup
4194
+ msgid "Errors:"
4195
+ msgstr "Ошибок:"
4196
+
4197
+ #: inc/class-page-jobs.php:492
4198
+ #@ backwpup
4199
+ msgid "Working job log"
4200
+ msgstr "Рабочий журнал заданий"
4201
+
4202
+ #: inc/class-page-jobs.php:492
4203
+ #@ backwpup
4204
+ msgid "Display working log"
4205
+ msgstr "Показать рабочий журнал"
4206
+
4207
+ #: inc/class-page-jobs.php:494
4208
+ #@ backwpup
4209
+ msgid "Close working screen"
4210
+ msgstr "Закрыть рабочий экран"
4211
+
4212
+ #: inc/class-page-jobs.php:494
4213
+ #@ backwpup
4214
+ msgid "close"
4215
+ msgstr "закрыть"
4216
+
4217
+ #: inc/class-page-jobs.php:635
4218
+ #@ backwpup
4219
+ msgid "Job end"
4220
+ msgstr "Конец задания"
4221
+
4222
+ #: inc/class-page-logs.php:91
4223
+ #@ backwpup
4224
+ msgid "No Logs."
4225
+ msgstr "Нет журналов."
4226
+
4227
+ #: inc/class-page-logs.php:116
4228
+ #@ backwpup
4229
+ msgid "Backup/Log Date/Time"
4230
+ msgstr "Архив/Дата/Время"
4231
+
4232
+ #: inc/class-page-logs.php:117
4233
+ #@ backwpup
4234
+ msgid "Status"
4235
+ msgstr "Состояние"
4236
+
4237
+ #: inc/class-page-logs.php:119
4238
+ #@ backwpup
4239
+ msgid "Runtime"
4240
+ msgstr "Время выполнения"
4241
+
4242
+ #: inc/class-page-logs.php:183
4243
+ #@ backwpup
4244
+ msgid "View"
4245
+ msgstr "Показать"
4246
+
4247
+ #: inc/class-page-logs.php:193
4248
+ #, php-format
4249
+ #@ backwpup
4250
+ msgid "1 ERROR"
4251
+ msgid_plural "%d ERRORS"
4252
+ msgstr[0] "1 ОШИБКА"
4253
+ msgstr[1] "%d ОШИБОК"
4254
+
4255
+ #: inc/class-page-logs.php:195
4256
+ #, php-format
4257
+ #@ backwpup
4258
+ msgid "1 WARNING"
4259
+ msgid_plural "%d WARNINGS"
4260
+ msgstr[0] "1 ПРЕДУПРЕЖДЕНИЕ"
4261
+ msgstr[1] "%d ПРЕДУПРЕЖДЕНИЙ"
4262
+
4263
+ #: inc/class-page-logs.php:197
4264
+ #@ backwpup
4265
+ msgid "O.K."
4266
+ msgstr ""
4267
+
4268
+ #: inc/class-page-logs.php:206
4269
+ #@ backwpup
4270
+ msgid "Log only"
4271
+ msgstr "Только журнал"
4272
+
4273
+ #: inc/class-page-logs.php:336
4274
+ #, php-format
4275
+ #@ backwpup
4276
+ msgid "%s Logs"
4277
+ msgstr "Журналы %s "
4278
+
4279
+ #: inc/class-page-settings.php:55
4280
+ #@ backwpup
4281
+ msgid "Settings reset to default"
4282
+ msgstr "Настройки сброшены по умолчанию"
4283
+
4284
+ #: inc/class-page-settings.php:89
4285
+ #@ backwpup
4286
+ msgid "Settings saved"
4287
+ msgstr "Настройки сохранены"
4288
+
4289
+ #: inc/class-page-settings.php:101
4290
+ #, php-format
4291
+ #@ backwpup
4292
+ msgid "%s Settings"
4293
+ msgstr "Настройки %s "
4294
+
4295
+ #: inc/class-page-settings.php:103
4296
+ #@ backwpup
4297
+ msgid "Network"
4298
+ msgstr "Сеть"
4299
+
4300
+ #: inc/class-page-settings.php:103
4301
+ #@ backwpup
4302
+ msgid "API Keys"
4303
+ msgstr "Ключи API"
4304
+
4305
+ #: inc/class-page-settings.php:103
4306
+ #@ backwpup
4307
+ msgid "Information"
4308
+ msgstr "Информация"
4309
+
4310
+ #: inc/class-page-settings.php:120
4311
+ #@ backwpup
4312
+ msgid "Display Settings"
4313
+ msgstr "Настройки отображения"
4314
+
4315
+ #: inc/class-page-settings.php:121
4316
+ #@ backwpup
4317
+ msgid "Do you want to see BackWPup in the WordPress admin bar?"
4318
+ msgstr "Вы хотите, видеть BackWPup на панели администратора WordPress?"
4319
+
4320
+ #: inc/class-page-settings.php:124
4321
+ #@ backwpup
4322
+ msgid "Admin bar"
4323
+ msgstr "Панель администратора"
4324
+
4325
+ #: inc/class-page-settings.php:127
4326
+ #@ backwpup
4327
+ msgid "Admin Bar"
4328
+ msgstr "Панель администратора"
4329
+
4330
+ #: inc/class-page-settings.php:132
4331
+ #@ backwpup
4332
+ msgid "Show BackWPup links in admin bar."
4333
+ msgstr "Показать ссылки BackWPup в панели администратора."
4334
+
4335
+ #: inc/class-page-settings.php:137
4336
+ #: inc/class-page-settings.php:140
4337
+ #@ backwpup
4338
+ msgid "Folder sizes"
4339
+ msgstr "Размер папок"
4340
+
4341
+ #: inc/class-page-settings.php:145
4342
+ #@ backwpup
4343
+ msgid "Display folder sizes on Files tab if job edited. (Might increase loading time of Files tab.)"
4344
+ msgstr "Показать размеры папок на вкладке Файлы, если задание отредактировано. (Может увеличить время загрузки вкладки Файлы.)"
4345
+
4346
+ #: inc/class-page-settings.php:150
4347
+ #@ backwpup
4348
+ msgid "Security"
4349
+ msgstr "Безопасность"
4350
+
4351
+ #: inc/class-page-settings.php:151
4352
+ #@ backwpup
4353
+ msgid "Security option for BackWPup"
4354
+ msgstr "Параметр безопасности для BackWPup"
4355
+
4356
+ #: inc/class-page-settings.php:154
4357
+ #: inc/class-page-settings.php:157
4358
+ #@ backwpup
4359
+ msgid "Protect folders"
4360
+ msgstr "Защита папок"
4361
+
4362
+ #: inc/class-page-settings.php:162
4363
+ #@ backwpup
4364
+ msgid "Protect BackWPup folders ( Temp, Log and Backups ) with <code>.htaccess</code> and <code>index.php</code>"
4365
+ msgstr "Защитить папки BackWPup ( Temp, Log и Backups ), используя <code>.htaccess</code> и <code>index.php</code>"
4366
+
4367
+ #: inc/class-page-settings.php:175
4368
+ #@ backwpup
4369
+ msgid "Every time BackWPup runs a backup job a log file is being generated. Choose where to store your log files and how many of them."
4370
+ msgstr "Каждый раз, когда запускается задание резервного копирования BackWPup генерируется файл журнала. Выберите место для хранения файлов журнала и их количество."
4371
+
4372
+ #: inc/class-page-settings.php:178
4373
+ #@ backwpup
4374
+ msgid "Log file folder"
4375
+ msgstr "Папка файлов журналов"
4376
+
4377
+ #: inc/class-page-settings.php:186
4378
+ #@ backwpup
4379
+ msgid "Maximum number of log files in folder"
4380
+ msgstr "Максимальное количество файлов журналов в папке"
4381
+
4382
+ #: inc/class-page-settings.php:191
4383
+ #@ backwpup
4384
+ msgid "Oldest files will be deleted first."
4385
+ msgstr "Старые файлы будут удалены в первую очередь."
4386
+
4387
+ #: inc/class-page-settings.php:195
4388
+ #: inc/class-page-settings.php:198
4389
+ #@ backwpup
4390
+ msgid "Compression"
4391
+ msgstr "Сжатие"
4392
+
4393
+ #: inc/class-page-settings.php:203
4394
+ #@ backwpup
4395
+ msgid "Compress log files with GZip."
4396
+ msgstr "Сжатие файлов журналов с помощью GZip."
4397
+
4398
+ #: inc/class-page-settings.php:212
4399
+ #@ backwpup
4400
+ msgid "There are a couple of general options for backup jobs. Set them here."
4401
+ msgstr "Есть несколько общих параметров заданий резервного копирования. Установите их здесь."
4402
+
4403
+ #: inc/class-page-settings.php:216
4404
+ #@ backwpup
4405
+ msgid "Maximum number of retries for job steps"
4406
+ msgstr "Макс. повторов для шагов задания"
4407
+
4408
+ #: inc/class-page-settings.php:224
4409
+ #: inc/class-page-settings.php:227
4410
+ #@ backwpup
4411
+ msgid "Restart on every main step"
4412
+ msgstr "Перезапускать на каждом основном шаге"
4413
+
4414
+ #: inc/class-page-settings.php:232
4415
+ #@ backwpup
4416
+ msgid "Restart the job on every main step on a running job"
4417
+ msgstr "Перезапустить задание на каждом основном шаге рабочего задания"
4418
+
4419
+ #: inc/class-page-settings.php:233
4420
+ #@ backwpup
4421
+ msgid "The job will be restarted on every main step to prevent running in an execution time out. This will not work on cli run. If <code>ALTERNATE_WP_CRON</code> has been defined, WordPress Cron will be used."
4422
+ msgstr "Задание будет перезапущено на каждом основном шаге для предотвращения работы во время тайм-аута. Это не будет работать для CLI. Если переменная <code>ALTERNATE_WP_CRON</code> определена, то может использоваться WordPress Cron."
4423
+
4424
+ #: inc/class-page-settings.php:239
4425
+ #: inc/class-page-settings.php:242
4426
+ #@ backwpup
4427
+ msgid "Restart on archive creation"
4428
+ msgstr "Перезапуск при создании архива"
4429
+
4430
+ #: inc/class-page-settings.php:247
4431
+ #@ backwpup
4432
+ msgid "MB. 0 = disabled. Restart the job once a given number of Megabytes has been added to an archive"
4433
+ msgstr "МБ. 0 = выкл. Перезапуск работы один раз в заданное число мегабайт, добавленных в архив"
4434
+
4435
+ #: inc/class-page-settings.php:248
4436
+ #@ backwpup
4437
+ msgid "The job will be restarted once a given number of Megabytes has been added to an archive to prevent running in an execution time out. This will not work on cli run. If <code>ALTERNATE_WP_CRON</code> has been defined, WordPress Cron will be used."
4438
+ msgstr "Задание будет возобновлено каждый раз, когда заданное количество мегабайт было добавлено ​в​ архив, чтобы предотвратить работу во время тайм-аута. Это не будет работать для CLI. Если переменная <code>ALTERNATE_WP_CRON</code> определена, то может использоваться WordPress Cron."
4439
+
4440
+ #: inc/class-page-settings.php:254
4441
+ #: inc/class-page-settings.php:257
4442
+ #@ backwpup
4443
+ msgid "Method for creating ZIP archive"
4444
+ msgstr "Метод создания ZIP архива"
4445
+
4446
+ #: inc/class-page-settings.php:261
4447
+ #@ backwpup
4448
+ msgid "Auto"
4449
+ msgstr "Авто"
4450
+
4451
+ #: inc/class-page-settings.php:262
4452
+ #@ backwpup
4453
+ msgid "ZipArchive"
4454
+ msgstr ""
4455
+
4456
+ #: inc/class-page-settings.php:263
4457
+ #@ backwpup
4458
+ msgid "PclZip"
4459
+ msgstr ""
4460
+
4461
+ #: inc/class-page-settings.php:266
4462
+ #@ backwpup
4463
+ msgid "Auto = Uses PHP class ZipArchive if available; otherwise uses PclZip.<br />ZipArchive = Uses less memory, but many open files at a time.<br />PclZip = Uses more memory, but only 2 open files at a time."
4464
+ msgstr "Авто = Использует PHP класс ZipArchive если таковые имеются, в противном случае использует PclZip.<br />ZipArchive = использует меньше памяти, но много открытых файлов одновременно.<br />PclZip = использует больше памяти, но только 2 открытых файлов за один раз."
4465
+
4466
+ #: inc/class-page-settings.php:272
4467
+ #@ backwpup
4468
+ msgid "Key to start jobs externally with an URL"
4469
+ msgstr "Ключ для запуска задания, используя внешний URL"
4470
+
4471
+ #: inc/class-page-settings.php:277
4472
+ #@ backwpup
4473
+ msgid "empty = deactivated. Will be used to protect job starts from unauthorized persons."
4474
+ msgstr "пустые = отключено. Используется для защиты запуска задания посторонними лицами."
4475
+
4476
+ #: inc/class-page-settings.php:281
4477
+ #@ backwpup
4478
+ msgid "No translation"
4479
+ msgstr "Не переводить"
4480
+
4481
+ #: inc/class-page-settings.php:284
4482
+ #@ backwpup
4483
+ msgid "No Translation"
4484
+ msgstr "Не переводить"
4485
+
4486
+ #: inc/class-page-settings.php:289
4487
+ #@ backwpup
4488
+ msgid "No translation for the job, the log will be written in English"
4489
+ msgstr "Не переводить задания, журнал будет записываться на английском языке"
4490
+
4491
+ #: inc/class-page-settings.php:295
4492
+ #: inc/class-page-settings.php:298
4493
+ #@ backwpup
4494
+ msgid "Reduce server load"
4495
+ msgstr "Снизить нагрузку на сервер"
4496
+
4497
+ #: inc/class-page-settings.php:302
4498
+ #@ backwpup
4499
+ msgid "disabled"
4500
+ msgstr "выключено"
4501
+
4502
+ #: inc/class-page-settings.php:303
4503
+ #@ backwpup
4504
+ msgid "minimum"
4505
+ msgstr "минимум"
4506
+
4507
+ #: inc/class-page-settings.php:304
4508
+ #@ backwpup
4509
+ msgid "medium"
4510
+ msgstr "средний"
4511
+
4512
+ #: inc/class-page-settings.php:305
4513
+ #@ backwpup
4514
+ msgid "maximum"
4515
+ msgstr "максимум"
4516
+
4517
+ #: inc/class-page-settings.php:308
4518
+ #@ backwpup
4519
+ msgid "This adds short pauses to the process. Can be used to reduce the CPU load. Disabled = off, minimum = shortest sleep, maximum = longest sleep"
4520
+ msgstr "Это добавляет короткие паузы в процессе. Может быть использовано для снижения нагрузки на процессор. Отключено = ВЫКЛ., минимум = короткий сон, максимум = длинный сон"
4521
+
4522
+ #: inc/class-page-settings.php:319
4523
+ #@ backwpup
4524
+ msgid "Is your blog protected with HTTP basic authentication (.htaccess)? Then please set the username and password for authentication here."
4525
+ msgstr "Ваш блог защищен с помощью базовой аутентификации HTTP (. htaccess)? Тогда, пожалуйста, установите имя пользователя и пароль для аутентификации здесь."
4526
+
4527
+ #: inc/class-page-settings.php:322
4528
+ #: inc/features/class-destination-ftp-pro.php:21
4529
+ #: inc/features/class-destination-rsc-pro.php:27
4530
+ #@ backwpup
4531
+ msgid "Username:"
4532
+ msgstr "Имя пользователя:"
4533
+
4534
+ #: inc/class-page-settings.php:350
4535
+ #: inc/class-page-settings.php:351
4536
+ #@ backwpup
4537
+ msgid "Setting"
4538
+ msgstr "Настройки"
4539
+
4540
+ #: inc/class-page-settings.php:350
4541
+ #: inc/class-page-settings.php:351
4542
+ #@ backwpup
4543
+ msgid "Value"
4544
+ msgstr "Значение"
4545
+
4546
+ #: inc/class-page-settings.php:352
4547
+ #@ backwpup
4548
+ msgid "WordPress version"
4549
+ msgstr "Версия WordPress "
4550
+
4551
+ #: inc/class-page-settings.php:354
4552
+ #@ backwpup
4553
+ msgid "BackWPup version"
4554
+ msgstr "Версия BackWPup "
4555
+
4556
+ #: inc/class-page-settings.php:354
4557
+ #@ backwpup
4558
+ msgid "Get pro."
4559
+ msgstr "Получить pro."
4560
+
4561
+ #: inc/class-page-settings.php:356
4562
+ #@ backwpup
4563
+ msgid "BackWPup Pro version"
4564
+ msgstr "Версия BackWPup Pro"
4565
+
4566
+ #: inc/class-page-settings.php:357
4567
+ #@ backwpup
4568
+ msgid "PHP version"
4569
+ msgstr "Версия PHP "
4570
+
4571
+ #: inc/class-page-settings.php:358
4572
+ #@ backwpup
4573
+ msgid "MySQL version"
4574
+ msgstr "Версия MySQL"
4575
+
4576
+ #: inc/class-page-settings.php:361
4577
+ #: inc/class-page-settings.php:365
4578
+ #@ backwpup
4579
+ msgid "cURL version"
4580
+ msgstr "Версия cURL"
4581
+
4582
+ #: inc/class-page-settings.php:362
4583
+ #@ backwpup
4584
+ msgid "cURL SSL version"
4585
+ msgstr "Версия cURL SSL"
4586
+
4587
+ #: inc/class-page-settings.php:365
4588
+ #@ backwpup
4589
+ msgid "unavailable"
4590
+ msgstr "недоступно"
4591
+
4592
+ #: inc/class-page-settings.php:376
4593
+ #@ backwpup
4594
+ msgid "Server self connect:"
4595
+ msgstr "Самостоятельное подключение сервера:"
4596
+
4597
+ #: inc/class-page-settings.php:384
4598
+ #: inc/features/class-wizard-systemtest.php:188
4599
+ #, php-format
4600
+ #@ backwpup
4601
+ msgid "The BackWPup HTTP response header gives back the false value \"%s\""
4602
+ msgstr "HTTP заголовок ответа BackWPup HTTP возвращает значение false \"%s\""
4603
+
4604
+ #: inc/class-page-settings.php:387
4605
+ #@ backwpup
4606
+ msgid "Response Test O.K."
4607
+ msgstr "Ответ теста O.K."
4608
+
4609
+ #: inc/class-page-settings.php:393
4610
+ #@ backwpup
4611
+ msgid "Temp folder:"
4612
+ msgstr "Временная папка:"
4613
+
4614
+ #: inc/class-page-settings.php:395
4615
+ #, php-format
4616
+ #@ backwpup
4617
+ msgid "Temp folder %s not exist and can't created."
4618
+ msgstr "Временная папка %s не существует и не может создана."
4619
+
4620
+ #: inc/class-page-settings.php:397
4621
+ #, php-format
4622
+ #@ backwpup
4623
+ msgid "Temp folder %s not writable."
4624
+ msgstr "Временная папка %s не доступна для записи."
4625
+
4626
+ #: inc/class-page-settings.php:403
4627
+ #@ backwpup
4628
+ msgid "Logs folder:"
4629
+ msgstr "Папка журналов:"
4630
+
4631
+ #: inc/class-page-settings.php:405
4632
+ #, php-format
4633
+ #@ backwpup
4634
+ msgid "Logs folder %s not exist and can't created."
4635
+ msgstr "Папка журналов %s не существует и не может создана."
4636
+
4637
+ #: inc/class-page-settings.php:407
4638
+ #, php-format
4639
+ #@ backwpup
4640
+ msgid "Logs folder %s not writable."
4641
+ msgstr "Папка журналов %s не доступна для записи."
4642
+
4643
+ #: inc/class-page-settings.php:411
4644
+ #@ backwpup
4645
+ msgid "Server"
4646
+ msgstr "Сервер"
4647
+
4648
+ #: inc/class-page-settings.php:412
4649
+ #@ backwpup
4650
+ msgid "Operating System"
4651
+ msgstr "Операционная система"
4652
+
4653
+ #: inc/class-page-settings.php:413
4654
+ #@ backwpup
4655
+ msgid "PHP SAPI"
4656
+ msgstr ""
4657
+
4658
+ #: inc/class-page-settings.php:414
4659
+ #@ backwpup
4660
+ msgid "Current PHP user"
4661
+ msgstr "Текущий пользователь PHP"
4662
+
4663
+ #: inc/class-page-settings.php:415
4664
+ #: inc/class-page-settings.php:419
4665
+ #: inc/class-page-settings.php:423
4666
+ #@ backwpup
4667
+ msgid "On"
4668
+ msgstr "Вкл."
4669
+
4670
+ #: inc/class-page-settings.php:415
4671
+ #: inc/class-page-settings.php:421
4672
+ #: inc/class-page-settings.php:425
4673
+ #@ backwpup
4674
+ msgid "Off"
4675
+ msgstr "Выкл."
4676
+
4677
+ #: inc/class-page-settings.php:416
4678
+ #@ backwpup
4679
+ msgid "Safe Mode"
4680
+ msgstr "Безопасный режим"
4681
+
4682
+ #: inc/class-page-settings.php:417
4683
+ #@ backwpup
4684
+ msgid "Maximum execution time"
4685
+ msgstr "Максимальное время выполнения "
4686
+
4687
+ #: inc/class-page-settings.php:419
4688
+ #: inc/class-page-settings.php:421
4689
+ #@ backwpup
4690
+ msgid "Alternative WP Cron"
4691
+ msgstr "Альтернативный WP Cron"
4692
+
4693
+ #: inc/class-page-settings.php:423
4694
+ #: inc/class-page-settings.php:425
4695
+ #@ backwpup
4696
+ msgid "Disabled WP Cron"
4697
+ msgstr "Откл. WP Cron"
4698
+
4699
+ #: inc/class-page-settings.php:427
4700
+ #: inc/class-page-settings.php:429
4701
+ #@ backwpup
4702
+ msgid "CHMOD Dir"
4703
+ msgstr "Каталог CHMOD"
4704
+
4705
+ #: inc/class-page-settings.php:431
4706
+ #@ backwpup
4707
+ msgid "Server Time"
4708
+ msgstr "Время на сервере"
4709
+
4710
+ #: inc/class-page-settings.php:432
4711
+ #@ backwpup
4712
+ msgid "Blog Time"
4713
+ msgstr "Время блога"
4714
+
4715
+ #: inc/class-page-settings.php:433
4716
+ #@ backwpup
4717
+ msgid "Blog Timezone"
4718
+ msgstr "Часовой пояс блога"
4719
+
4720
+ #: inc/class-page-settings.php:434
4721
+ #@ backwpup
4722
+ msgid "Blog Time offset"
4723
+ msgstr "Смещение времени блога"
4724
+
4725
+ #: inc/class-page-settings.php:434
4726
+ #, php-format
4727
+ #@ backwpup
4728
+ msgid "%s hours"
4729
+ msgstr "%s час."
4730
+
4731
+ #: inc/class-page-settings.php:435
4732
+ #@ backwpup
4733
+ msgid "Blog language"
4734
+ msgstr "Язык блога"
4735
+
4736
+ #: inc/class-page-settings.php:436
4737
+ #@ backwpup
4738
+ msgid "MySQL Client encoding"
4739
+ msgstr "Клиент кодирования MySQL "
4740
+
4741
+ #: inc/class-page-settings.php:439
4742
+ #@ backwpup
4743
+ msgid "Blog charset"
4744
+ msgstr "Кодировка блога"
4745
+
4746
+ #: inc/class-page-settings.php:440
4747
+ #@ backwpup
4748
+ msgid "PHP Memory limit"
4749
+ msgstr "Лимит памяти PHP "
4750
+
4751
+ #: inc/class-page-settings.php:441
4752
+ #@ backwpup
4753
+ msgid "WP memory limit"
4754
+ msgstr "Лимит памяти WP"
4755
+
4756
+ #: inc/class-page-settings.php:442
4757
+ #@ backwpup
4758
+ msgid "WP Maximum memory limit"
4759
+ msgstr "Максимальное лимит памяти WP "
4760
+
4761
+ #: inc/class-page-settings.php:443
4762
+ #@ backwpup
4763
+ msgid "Memory in use"
4764
+ msgstr "Используемая память"
4765
+
4766
+ #: inc/class-page-settings.php:448
4767
+ #@ backwpup
4768
+ msgid "Disabled PHP Functions:"
4769
+ msgstr "Отключенные функции PHP:"
4770
+
4771
+ #: inc/class-page-settings.php:453
4772
+ #@ backwpup
4773
+ msgid "Loaded PHP Extensions:"
4774
+ msgstr "Загруженные расширения PHP:"
4775
+
4776
+ #: inc/class-page-settings.php:465
4777
+ #@ backwpup
4778
+ msgid "Save Changes"
4779
+ msgstr "Сохранить изменения"
4780
+
4781
+ #: inc/class-page-settings.php:467
4782
+ #@ backwpup
4783
+ msgid "Reset all settings to default"
4784
+ msgstr "Сброс всех настроек по умолчанию"
4785
+
4786
+ #: inc/class-wp-cli.php:18
4787
+ #@ backwpup
4788
+ msgid "A job is already running."
4789
+ msgstr "Задание уже выполняется."
4790
+
4791
+ #: inc/class-wp-cli.php:21
4792
+ #@ backwpup
4793
+ msgid "No job ID specified!"
4794
+ msgstr "ID задания не указан!"
4795
+
4796
+ #: inc/class-wp-cli.php:25
4797
+ #@ backwpup
4798
+ msgid "Job ID does not exist!"
4799
+ msgstr "ID задания не существует!"
4800
+
4801
+ #: inc/class-wp-cli.php:40
4802
+ #@ backwpup
4803
+ msgid "Nothing to abort!"
4804
+ msgstr "Нечего отменять!"
4805
+
4806
+ #: inc/class-wp-cli.php:46
4807
+ #: inc/class-wp-cli.php:115
4808
+ #@ backwpup
4809
+ msgid "Running file can't read. tra again."
4810
+ msgstr "Запуск файла не может читать. Попробуйте еще раз."
4811
+
4812
+ #: inc/class-wp-cli.php:94
4813
+ #@ backwpup
4814
+ msgid "List of jobs"
4815
+ msgstr "Список заданий"
4816
+
4817
+ #: inc/class-wp-cli.php:97
4818
+ #: inc/class-wp-cli.php:118
4819
+ #, php-format
4820
+ #@ backwpup
4821
+ msgid "ID: %1$d Name: %2$s"
4822
+ msgstr "ID: %1$d Имя: %2$s"
4823
+
4824
+ #: inc/class-wp-cli.php:113
4825
+ #@ backwpup
4826
+ msgid "No job running"
4827
+ msgstr "Нет выполняющихся заданий"
4828
+
4829
+ #: inc/class-wp-cli.php:116
4830
+ #@ backwpup
4831
+ msgid "Running job"
4832
+ msgstr "Выполнение задания"
4833
+
4834
+ #: inc/class-wp-cli.php:119
4835
+ #, php-format
4836
+ #@ backwpup
4837
+ msgid "Warnings: %1$d Errors: %2$d"
4838
+ msgstr "Предупреждений: %1$d Ошибок: %2$d"
4839
+
4840
+ #: inc/class-wp-cli.php:120
4841
+ #, php-format
4842
+ #@ backwpup
4843
+ msgid "Steps in percent: %1$d percent of step: %2$d"
4844
+ msgstr "Шаги в процентах: %1$d процентов шага: %2$d"
4845
+
4846
+ #: inc/class-wp-cli.php:121
4847
+ #, php-format
4848
+ #@ backwpup
4849
+ msgid "On step: %s"
4850
+ msgstr "На шаге: %s"
4851
+
4852
+ #: inc/class-wp-cli.php:122
4853
+ #, php-format
4854
+ #@ backwpup
4855
+ msgid "Last message: %s"
4856
+ msgstr "Последнее сообщение: %s"
4857
+
4858
+ #. translators: plugin header field 'Name'
4859
+ #: backwpup.php:0
4860
+ #@ backwpup
4861
+ msgid "BackWPup Pro"
4862
+ msgstr ""
4863
+
4864
+ #. translators: plugin header field 'PluginURI'
4865
+ #: backwpup.php:0
4866
+ #@ backwpup
4867
+ msgid "https://marketpress.com/product/backwpup-pro/"
4868
+ msgstr ""
4869
+
4870
+ #. translators: plugin header field 'Description'
4871
+ #: backwpup.php:0
4872
+ #@ backwpup
4873
+ msgid "WordPress Backup and more..."
4874
+ msgstr ""
4875
+
4876
+ #. translators: plugin header field 'Author'
4877
+ #: backwpup.php:0
4878
+ #@ backwpup
4879
+ msgid "Inpsyde GmbH"
4880
+ msgstr ""
4881
+
4882
+ #. translators: plugin header field 'AuthorURI'
4883
+ #: backwpup.php:0
4884
+ #@ backwpup
4885
+ msgid "http://inpsyde.com"
4886
+ msgstr ""
4887
+
4888
+ #. translators: plugin header field 'Version'
4889
+ #: backwpup.php:0
4890
+ #@ backwpup
4891
+ msgid "3.0.11"
4892
+ msgstr ""
4893
+
4894
+ #: inc/features/class-auto-update.php:345
4895
+ #, php-format
4896
+ #@ backwpup
4897
+ msgctxt "%s = plugin name"
4898
+ msgid "Your license for the plugin %s is not valid. The auto-update has been deactivated. Please insert a valid key in the MarketPress Dashboard. Or if you want to add an other valid code use the form below."
4899
+ msgstr ""
4900
+
4901
+ #: inc/features/class-auto-update.php:357
4902
+ #@ backwpup
4903
+ msgid "You are currently using a valid key for this plugin. You are able to renew the key in the MarketPress Dashboard. Or if you want to add an other valid code use the form below."
4904
+ msgstr ""
4905
+
4906
+ #: inc/features/class-auto-update.php:368
4907
+ #, php-format
4908
+ #@ backwpup
4909
+ msgctxt "%s = plugin name"
4910
+ msgid "Your license for the plugin %s is not valid. The auto-update has been deactivated."
4911
+ msgstr ""
4912
+
4913
+ #: inc/features/class-auto-update.php:380
4914
+ #, php-format
4915
+ #@ backwpup
4916
+ msgid "You are currently using a valid key for this plugin. You are able to renew the key below or you can delete the key by <a href=\"%s\">clicking here</a>."
4917
+ msgstr ""
4918
+
4919
+ #: inc/features/class-auto-update.php:387
4920
+ #@ backwpup
4921
+ msgid "License Key"
4922
+ msgstr ""
4923
+
4924
+ #: inc/features/class-auto-update.php:390
4925
+ #@ backwpup
4926
+ msgid "Activate"
4927
+ msgstr ""
4928
+
4929
+ #: inc/features/class-auto-update.php:559
4930
+ #@ backwpup
4931
+ msgid "The License has been deleted."
4932
+ msgstr ""
4933
+
4934
+ #: inc/features/class-auto-update.php:566
4935
+ #@ backwpup
4936
+ msgid "Plugin successfully activated."
4937
+ msgstr ""
4938
+
4939
+ #: inc/features/class-auto-update.php:573
4940
+ #@ backwpup
4941
+ msgid "The entered license key is wrong."
4942
+ msgstr ""
4943
+
4944
+ #: inc/features/class-auto-update.php:580
4945
+ #@ backwpup
4946
+ msgid "You have reached the limit of urls. Please update your license at <a href=\"http://marketpress.com\">marketpress.com</a>."
4947
+ msgstr ""
4948
+
4949
+ #: inc/features/class-auto-update.php:587
4950
+ #@ backwpup
4951
+ msgid "Something went wrong. Please try again later or contact the <a href=\"http://marketpress.com/support/\">marketpress team</a>."
4952
+ msgstr ""
4953
+
4954
+ #: inc/features/class-auto-update.php:594
4955
+ #@ backwpup
4956
+ msgid "Due to a wrong license you are not allowed to activate this plugin. Please update your license at <a href=\"http://marketpress.com\">marketpress.com</a>."
4957
+ msgstr ""
4958
+
4959
+ #: inc/features/class-destination-dropbox-pro.php:36
4960
+ #@ backwpup
4961
+ msgid "Dropbox authentication not approved!"
4962
+ msgstr ""
4963
+
4964
+ #: inc/features/class-destination-dropbox-pro.php:57
4965
+ #: inc/features/class-destination-dropbox-pro.php:65
4966
+ #: inc/features/class-destination-sugarsync-pro.php:28
4967
+ #@ backwpup
4968
+ msgid "Login:"
4969
+ msgstr ""
4970
+
4971
+ #: inc/features/class-destination-dropbox-pro.php:67
4972
+ #@ backwpup
4973
+ msgid "Reauthenticate"
4974
+ msgstr ""
4975
+
4976
+ #: inc/features/class-destination-dropbox-pro.php:69
4977
+ #: inc/features/class-destination-sugarsync-pro.php:55
4978
+ #@ backwpup
4979
+ msgid "Folder:"
4980
+ msgstr ""
4981
+
4982
+ #: inc/features/class-destination-dropbox-pro.php:129
4983
+ #, php-format
4984
+ #@ backwpup
4985
+ msgid "%d. Try to sync files to Dropbox&#160;&hellip;"
4986
+ msgstr ""
4987
+
4988
+ #: inc/features/class-destination-dropbox-pro.php:144
4989
+ #@ backwpup
4990
+ msgid "Retrieving file list from Dropbox"
4991
+ msgstr ""
4992
+
4993
+ #: inc/features/class-destination-dropbox-pro.php:149
4994
+ #@ backwpup
4995
+ msgid "Upload changed files to Dropbox"
4996
+ msgstr ""
4997
+
4998
+ #: inc/features/class-destination-dropbox-pro.php:165
4999
+ #, php-format
5000
+ #@ backwpup
5001
+ msgid "File %s uploaded to Dropbox"
5002
+ msgstr ""
5003
+
5004
+ #: inc/features/class-destination-dropbox-pro.php:180
5005
+ #, php-format
5006
+ #@ backwpup
5007
+ msgid "Extra file %s uploaded to Dropbox"
5008
+ msgstr ""
5009
+
5010
+ #: inc/features/class-destination-dropbox-pro.php:190
5011
+ #@ backwpup
5012
+ msgid "Delete not existing files from Dropbox"
5013
+ msgstr ""
5014
+
5015
+ #: inc/features/class-destination-dropbox-pro.php:195
5016
+ #, php-format
5017
+ #@ backwpup
5018
+ msgid "Folder %s deleted from Dropbox"
5019
+ msgstr ""
5020
+
5021
+ #: inc/features/class-destination-dropbox-pro.php:207
5022
+ #, php-format
5023
+ #@ backwpup
5024
+ msgid "File %s deleted from Dropbox"
5025
+ msgstr ""
5026
+
5027
+ #: inc/features/class-destination-email-pro.php:16
5028
+ #@ backwpup
5029
+ msgid "E-mail Address"
5030
+ msgstr ""
5031
+
5032
+ #: inc/features/class-destination-email-pro.php:31
5033
+ #@ backwpup
5034
+ msgid "E-Mail settings"
5035
+ msgstr ""
5036
+
5037
+ #: inc/features/class-destination-email-pro.php:34
5038
+ #@ backwpup
5039
+ msgid "Max. file size"
5040
+ msgstr ""
5041
+
5042
+ #: inc/features/class-destination-folder-pro.php:20
5043
+ #@ backwpup
5044
+ msgid "Absolute path to folder for backup files:"
5045
+ msgstr ""
5046
+
5047
+ #: inc/features/class-destination-folder-pro.php:67
5048
+ #, php-format
5049
+ #@ backwpup
5050
+ msgid "%d. Try to sync files to folder&#160;&hellip;"
5051
+ msgstr ""
5052
+
5053
+ #: inc/features/class-destination-folder-pro.php:70
5054
+ #@ backwpup
5055
+ msgid "Retrieving file list from folder"
5056
+ msgstr ""
5057
+
5058
+ #: inc/features/class-destination-folder-pro.php:75
5059
+ #@ backwpup
5060
+ msgid "Copy changed files to folder"
5061
+ msgstr ""
5062
+
5063
+ #: inc/features/class-destination-folder-pro.php:88
5064
+ #, php-format
5065
+ #@ backwpup
5066
+ msgid "File %s copied"
5067
+ msgstr ""
5068
+
5069
+ #: inc/features/class-destination-folder-pro.php:99
5070
+ #@ backwpup
5071
+ msgid "Delete not existing files from folder"
5072
+ msgstr ""
5073
+
5074
+ #: inc/features/class-destination-folder-pro.php:102
5075
+ #, php-format
5076
+ #@ backwpup
5077
+ msgid "Extra file %s copied"
5078
+ msgstr ""
5079
+
5080
+ #: inc/features/class-destination-folder-pro.php:114
5081
+ #, php-format
5082
+ #@ backwpup
5083
+ msgid "File %s deleted from folder"
5084
+ msgstr ""
5085
+
5086
+ #: inc/features/class-destination-folder-pro.php:170
5087
+ #, php-format
5088
+ #@ backwpup
5089
+ msgid "Empty folder %s deleted"
5090
+ msgstr ""
5091
+
5092
+ #: inc/features/class-destination-ftp-pro.php:13
5093
+ #@ backwpup
5094
+ msgid "Hostname:"
5095
+ msgstr ""
5096
+
5097
+ #: inc/features/class-destination-ftp-pro.php:29
5098
+ #@ backwpup
5099
+ msgid "Folder on server:"
5100
+ msgstr ""
5101
+
5102
+ #: inc/features/class-destination-ftp-pro.php:35
5103
+ #: inc/features/class-destination-sugarsync-pro.php:58
5104
+ #@ backwpup
5105
+ msgid "Maximum number of backup files to keep in folder:"
5106
+ msgstr ""
5107
+
5108
+ #: inc/features/class-destination-ftp-pro.php:38
5109
+ #: inc/features/class-destination-sugarsync-pro.php:60
5110
+ #@ backwpup
5111
+ msgid "(Oldest files will be deleted first.)"
5112
+ msgstr ""
5113
+
5114
+ #: inc/features/class-destination-msazure-pro.php:13
5115
+ #@ backwpup
5116
+ msgid "Account Name:"
5117
+ msgstr ""
5118
+
5119
+ #: inc/features/class-destination-msazure-pro.php:15
5120
+ #: inc/features/class-destination-s3-pro.php:39
5121
+ #: inc/features/class-destination-s3-v1-pro.php:39
5122
+ #@ backwpup
5123
+ msgid "Access Key:"
5124
+ msgstr ""
5125
+
5126
+ #: inc/features/class-destination-msazure-pro.php:17
5127
+ #: inc/features/class-destination-rsc-pro.php:38
5128
+ #@ backwpup
5129
+ msgid "Container:"
5130
+ msgstr ""
5131
+
5132
+ #: inc/features/class-destination-msazure-pro.php:24
5133
+ #: inc/features/class-destination-rsc-pro.php:47
5134
+ #@ backwpup
5135
+ msgid "Create container:"
5136
+ msgstr ""
5137
+
5138
+ #: inc/features/class-destination-msazure-pro.php:26
5139
+ #: inc/features/class-destination-rsc-pro.php:49
5140
+ #@ backwpup
5141
+ msgid "Folder in container:"
5142
+ msgstr ""
5143
+
5144
+ #: inc/features/class-destination-msazure-pro.php:90
5145
+ #, php-format
5146
+ #@ backwpup
5147
+ msgid "%d. Trying to sync files with Microsoft Azure (Blob) &hellip;"
5148
+ msgstr ""
5149
+
5150
+ #: inc/features/class-destination-msazure-pro.php:117
5151
+ #@ backwpup
5152
+ msgid "Retrieving file list from MS Azure."
5153
+ msgstr ""
5154
+
5155
+ #: inc/features/class-destination-msazure-pro.php:131
5156
+ #@ backwpup
5157
+ msgid "Upload changed files to MS Azure."
5158
+ msgstr ""
5159
+
5160
+ #: inc/features/class-destination-msazure-pro.php:140
5161
+ #, php-format
5162
+ #@ backwpup
5163
+ msgid "File %s uploaded to MS Azure."
5164
+ msgstr ""
5165
+
5166
+ #: inc/features/class-destination-msazure-pro.php:153
5167
+ #, php-format
5168
+ #@ backwpup
5169
+ msgid "Extra file %s uploaded to MS Azure."
5170
+ msgstr ""
5171
+
5172
+ #: inc/features/class-destination-msazure-pro.php:162
5173
+ #@ backwpup
5174
+ msgid "Delete nonexistent files on MS Azure."
5175
+ msgstr ""
5176
+
5177
+ #: inc/features/class-destination-msazure-pro.php:165
5178
+ #, php-format
5179
+ #@ backwpup
5180
+ msgid "File %s deleted from MS Azure."
5181
+ msgstr ""
5182
+
5183
+ #: inc/features/class-destination-rsc-pro.php:30
5184
+ #@ backwpup
5185
+ msgid "API Key:"
5186
+ msgstr ""
5187
+
5188
+ #: inc/features/class-destination-rsc-pro.php:33
5189
+ #@ backwpup
5190
+ msgid "Select region:"
5191
+ msgstr ""
5192
+
5193
+ #: inc/features/class-destination-rsc-pro.php:130
5194
+ #, php-format
5195
+ #@ backwpup
5196
+ msgid "%d. Trying to sync files to Rackspace cloud&#160;&hellip;"
5197
+ msgstr ""
5198
+
5199
+ #: inc/features/class-destination-rsc-pro.php:144
5200
+ #, php-format
5201
+ #@ backwpup
5202
+ msgid "Connected to Rackspace cloud files container %s."
5203
+ msgstr ""
5204
+
5205
+ #: inc/features/class-destination-rsc-pro.php:154
5206
+ #@ backwpup
5207
+ msgid "Retrieving files list from Rackspace Cloud."
5208
+ msgstr ""
5209
+
5210
+ #: inc/features/class-destination-rsc-pro.php:165
5211
+ #@ backwpup
5212
+ msgid "Upload changed files to Rackspace Cloud."
5213
+ msgstr ""
5214
+
5215
+ #: inc/features/class-destination-rsc-pro.php:179
5216
+ #, php-format
5217
+ #@ backwpup
5218
+ msgid "File %s uploaded to Rackspace Cloud."
5219
+ msgstr ""
5220
+
5221
+ #: inc/features/class-destination-rsc-pro.php:199
5222
+ #, php-format
5223
+ #@ backwpup
5224
+ msgid "Extra file %s uploaded to Rackspace Cloud."
5225
+ msgstr ""
5226
+
5227
+ #: inc/features/class-destination-rsc-pro.php:209
5228
+ #@ backwpup
5229
+ msgid "Delete nonexistent files from Rackspace Cloud."
5230
+ msgstr ""
5231
+
5232
+ #: inc/features/class-destination-rsc-pro.php:214
5233
+ #, php-format
5234
+ #@ backwpup
5235
+ msgid "File %s deleted from Rackspace Cloud."
5236
+ msgstr ""
5237
+
5238
+ #: inc/features/class-destination-s3-pro.php:22
5239
+ #: inc/features/class-destination-s3-v1-pro.php:22
5240
+ #@ backwpup
5241
+ msgid "Select an S3 service:"
5242
+ msgstr ""
5243
+
5244
+ #: inc/features/class-destination-s3-pro.php:36
5245
+ #: inc/features/class-destination-s3-v1-pro.php:36
5246
+ #@ backwpup
5247
+ msgid "or set an S3 Server URL:"
5248
+ msgstr ""
5249
+
5250
+ #: inc/features/class-destination-s3-pro.php:42
5251
+ #: inc/features/class-destination-s3-v1-pro.php:42
5252
+ #@ backwpup
5253
+ msgid "Secret Key:"
5254
+ msgstr ""
5255
+
5256
+ #: inc/features/class-destination-s3-pro.php:45
5257
+ #: inc/features/class-destination-s3-v1-pro.php:45
5258
+ #@ backwpup
5259
+ msgid "Bucket:"
5260
+ msgstr ""
5261
+
5262
+ #: inc/features/class-destination-s3-pro.php:55
5263
+ #: inc/features/class-destination-s3-v1-pro.php:55
5264
+ #@ backwpup
5265
+ msgid "New Bucket:"
5266
+ msgstr ""
5267
+
5268
+ #: inc/features/class-destination-s3-pro.php:57
5269
+ #: inc/features/class-destination-s3-v1-pro.php:57
5270
+ #@ backwpup
5271
+ msgid "Folder in bucket:"
5272
+ msgstr ""
5273
+
5274
+ #: inc/features/class-destination-s3-pro.php:152
5275
+ #: inc/features/class-destination-s3-v1-pro.php:154
5276
+ #, php-format
5277
+ #@ backwpup
5278
+ msgid "%d. Trying to sync files to S3 Service&#160;&hellip;"
5279
+ msgstr ""
5280
+
5281
+ #: inc/features/class-destination-s3-pro.php:174
5282
+ #: inc/features/class-destination-s3-v1-pro.php:183
5283
+ #@ backwpup
5284
+ msgid "Retrieving file list from S3."
5285
+ msgstr ""
5286
+
5287
+ #: inc/features/class-destination-s3-pro.php:227
5288
+ #: inc/features/class-destination-s3-v1-pro.php:232
5289
+ #@ backwpup
5290
+ msgid "Upload changed files to S3."
5291
+ msgstr ""
5292
+
5293
+ #: inc/features/class-destination-s3-pro.php:239
5294
+ #: inc/features/class-destination-s3-v1-pro.php:241
5295
+ #, php-format
5296
+ #@ backwpup
5297
+ msgid "File %s uploaded to S3."
5298
+ msgstr ""
5299
+
5300
+ #: inc/features/class-destination-s3-pro.php:256
5301
+ #: inc/features/class-destination-s3-v1-pro.php:255
5302
+ #, php-format
5303
+ #@ backwpup
5304
+ msgid "Extra file %s uploaded to S3."
5305
+ msgstr ""
5306
+
5307
+ #: inc/features/class-destination-s3-pro.php:265
5308
+ #: inc/features/class-destination-s3-v1-pro.php:264
5309
+ #@ backwpup
5310
+ msgid "Delete nonexistent files on S3"
5311
+ msgstr ""
5312
+
5313
+ #: inc/features/class-destination-s3-pro.php:273
5314
+ #: inc/features/class-destination-s3-v1-pro.php:268
5315
+ #, php-format
5316
+ #@ backwpup
5317
+ msgid "File %s deleted from S3."
5318
+ msgstr ""
5319
+
5320
+ #: inc/features/class-destination-sugarsync-pro.php:33
5321
+ #@ backwpup
5322
+ msgid "Root:"
5323
+ msgstr ""
5324
+
5325
+ #: inc/features/class-documentation.php:176
5326
+ #@ backwpup
5327
+ msgid "Loading Menu ..."
5328
+ msgstr ""
5329
+
5330
+ #: inc/features/class-documentation.php:220
5331
+ #: inc/features/class-documentation.php:336
5332
+ #, php-format
5333
+ #@ backwpup
5334
+ msgctxt "%s = Remote Code"
5335
+ msgid "Could not connect to remote host, code %d. Please try again later."
5336
+ msgstr ""
5337
+
5338
+ #: inc/features/class-documentation.php:231
5339
+ #: inc/features/class-documentation.php:347
5340
+ #@ backwpup
5341
+ msgid "Could not find content for this page. Please try again later."
5342
+ msgstr ""
5343
+
5344
+ #: inc/features/class-documentation.php:237
5345
+ #: inc/features/class-documentation.php:352
5346
+ #@ backwpup
5347
+ msgid "Could not connect to remote host. Please try again later."
5348
+ msgstr ""
5349
+
5350
+ #: inc/features/class-documentation.php:283
5351
+ #: inc/features/class-documentation.php:291
5352
+ #@ backwpup
5353
+ msgid "Loading Content ..."
5354
+ msgstr ""
5355
+
5356
+ #: inc/features/class-export-jobs.php:12
5357
+ #: inc/features/class-export-jobs.php:23
5358
+ #@ backwpup
5359
+ msgid "Export"
5360
+ msgstr ""
5361
+
5362
+ #: inc/features/class-features.php:136
5363
+ #: inc/features/class-features.php:169
5364
+ #@ backwpup
5365
+ #@ backwpupadminbar
5366
+ msgid "Wizards"
5367
+ msgstr ""
5368
+
5369
+ #: inc/features/class-jobtype-dbcheck-pro.php:17
5370
+ #: inc/features/class-jobtype-dbdump-pro.php:85
5371
+ #: inc/features/class-jobtype-dboptimize-pro.php:17
5372
+ #@ backwpup
5373
+ msgid "Only WordPress tables"
5374
+ msgstr ""
5375
+
5376
+ #: inc/features/class-jobtype-dbcheck-pro.php:21
5377
+ #@ backwpup
5378
+ msgid "Check only WordPress Database tables"
5379
+ msgstr ""
5380
+
5381
+ #: inc/features/class-jobtype-dbdump-pro.php:81
5382
+ #@ backwpup
5383
+ msgid "Settings for database dump"
5384
+ msgstr ""
5385
+
5386
+ #: inc/features/class-jobtype-dbdump-pro.php:89
5387
+ #@ backwpup
5388
+ msgid "Dump only WordPress Database tables"
5389
+ msgstr ""
5390
+
5391
+ #: inc/features/class-jobtype-dbdump-pro.php:108
5392
+ #@ backwpup
5393
+ msgid "Database connection"
5394
+ msgstr ""
5395
+
5396
+ #: inc/features/class-jobtype-dbdump-pro.php:112
5397
+ #@ backwpup
5398
+ msgid "Use WordPress database connection."
5399
+ msgstr ""
5400
+
5401
+ #: inc/features/class-jobtype-dbdump-pro.php:116
5402
+ #@ backwpup
5403
+ msgid "Host:"
5404
+ msgstr ""
5405
+
5406
+ #: inc/features/class-jobtype-dbdump-pro.php:119
5407
+ #@ backwpup
5408
+ msgid "User:"
5409
+ msgstr ""
5410
+
5411
+ #: inc/features/class-jobtype-dbdump-pro.php:126
5412
+ #@ backwpup
5413
+ msgid "Charset:"
5414
+ msgstr ""
5415
+
5416
+ #: inc/features/class-jobtype-dbdump-pro.php:137
5417
+ #@ backwpup
5418
+ msgid "Database:"
5419
+ msgstr ""
5420
+
5421
+ #: inc/features/class-jobtype-dbdump-pro.php:174
5422
+ #@ backwpup
5423
+ msgid "Database Backup type"
5424
+ msgstr ""
5425
+
5426
+ #: inc/features/class-jobtype-dbdump-pro.php:177
5427
+ #@ backwpup
5428
+ msgid "SQL File"
5429
+ msgstr ""
5430
+
5431
+ #: inc/features/class-jobtype-dbdump-pro.php:178
5432
+ #@ backwpup
5433
+ msgid "XML File (phpMyAdmin schema)"
5434
+ msgstr ""
5435
+
5436
+ #: inc/features/class-jobtype-dbdump-pro.php:183
5437
+ #@ backwpup
5438
+ msgid "Path to <em>mysqldump</em> file"
5439
+ msgstr ""
5440
+
5441
+ #: inc/features/class-jobtype-dbdump-pro.php:188
5442
+ #@ backwpup
5443
+ msgid "Path to mysqldump file, so a backup can be made with it. If it is correct and <em>shell_exec</em> is active, the backup will be generated with a system command. If <em>shell_exec</em> ist not active, this is disabled"
5444
+ msgstr ""
5445
+
5446
+ #: inc/features/class-jobtype-dbdump-pro.php:532
5447
+ #, php-format
5448
+ #@ backwpup
5449
+ msgid "%d. Try to dump MySQL system&#160;&hellip;"
5450
+ msgstr ""
5451
+
5452
+ #: inc/features/class-jobtype-dbdump-pro.php:599
5453
+ #, php-format
5454
+ #@ backwpup
5455
+ msgctxt "Executed shell_exec() command"
5456
+ msgid "CLI Exec: %s"
5457
+ msgstr ""
5458
+
5459
+ #: inc/features/class-jobtype-dbdump-pro.php:602
5460
+ #, php-format
5461
+ #@ backwpup
5462
+ msgctxt "Output of a shell_exec()"
5463
+ msgid "CLI Exec output: %s"
5464
+ msgstr ""
5465
+
5466
+ #: inc/features/class-jobtype-dbdump-pro.php:606
5467
+ #@ backwpup
5468
+ msgid "Compressing file&#160;&hellip;"
5469
+ msgstr ""
5470
+
5471
+ #: inc/features/class-jobtype-dbdump-pro.php:612
5472
+ #@ backwpup
5473
+ msgid "Compressing done."
5474
+ msgstr ""
5475
+
5476
+ #: inc/features/class-jobtype-dbdump-pro.php:645
5477
+ #, php-format
5478
+ #@ backwpup
5479
+ msgid "%d. Try to dump database XML&#160;&hellip;"
5480
+ msgstr ""
5481
+
5482
+ #: inc/features/class-jobtype-dbdump-pro.php:700
5483
+ #@ backwpup
5484
+ msgid "No tables for XML dump"
5485
+ msgstr ""
5486
+
5487
+ #: inc/features/class-jobtype-dbdump-pro.php:737
5488
+ #, php-format
5489
+ #@ backwpup
5490
+ msgid "Dump database create view \"%s\""
5491
+ msgstr ""
5492
+
5493
+ #: inc/features/class-jobtype-dbdump-pro.php:754
5494
+ #, php-format
5495
+ #@ backwpup
5496
+ msgid "Dump database structure \"%s\""
5497
+ msgstr ""
5498
+
5499
+ #: inc/features/class-jobtype-dbdump-pro.php:794
5500
+ #, php-format
5501
+ #@ backwpup
5502
+ msgid "Dump table \"%s\" data"
5503
+ msgstr ""
5504
+
5505
+ #: inc/features/class-jobtype-dbdump-pro.php:863
5506
+ #, php-format
5507
+ #@ backwpup
5508
+ msgid "Added database XML dump \"%1$s\" with %2$s to backup file list"
5509
+ msgstr ""
5510
+
5511
+ #: inc/features/class-jobtype-dbdump-pro.php:866
5512
+ #@ backwpup
5513
+ msgid "Database XML dump done!"
5514
+ msgstr ""
5515
+
5516
+ #: inc/features/class-jobtype-dboptimize-pro.php:21
5517
+ #@ backwpup
5518
+ msgid "Optimize only WordPress database tables"
5519
+ msgstr ""
5520
+
5521
+ #: inc/features/class-jobtype-file-pro.php:15
5522
+ #@ backwpup
5523
+ msgid "Backup WordPress main files"
5524
+ msgstr ""
5525
+
5526
+ #: inc/features/class-jobtype-file-pro.php:19
5527
+ #@ backwpup
5528
+ msgid "Backup blog content folder"
5529
+ msgstr ""
5530
+
5531
+ #: inc/features/class-jobtype-file-pro.php:23
5532
+ #@ backwpup
5533
+ msgid "Backup blog plugins"
5534
+ msgstr ""
5535
+
5536
+ #: inc/features/class-jobtype-file-pro.php:27
5537
+ #@ backwpup
5538
+ msgid "Backup blog themes"
5539
+ msgstr ""
5540
+
5541
+ #: inc/features/class-jobtype-file-pro.php:31
5542
+ #@ backwpup
5543
+ msgid "Backup blog uploads folder"
5544
+ msgstr ""
5545
+
5546
+ #: inc/features/class-jobtype-wpexp-pro.php:14
5547
+ #@ backwpup
5548
+ msgid "Items to export:"
5549
+ msgstr ""
5550
+
5551
+ #: inc/features/class-jobtype-wpplugin-pro.php:13
5552
+ #@ backwpup
5553
+ msgid "Nothing to configure"
5554
+ msgstr ""
5555
+
5556
+ #: inc/features/class-page-wizard.php:114
5557
+ #: inc/features/class-page-wizard.php:342
5558
+ #@ backwpup
5559
+ msgid "Cancel"
5560
+ msgstr ""
5561
+
5562
+ #: inc/features/class-page-wizard.php:149
5563
+ #: inc/features/class-page-wizard.php:337
5564
+ #: inc/features/class-page-wizard.php:368
5565
+ #@ backwpup
5566
+ msgid "Next >"
5567
+ msgstr ""
5568
+
5569
+ #: inc/features/class-page-wizard.php:166
5570
+ #: inc/features/class-page-wizard.php:333
5571
+ #@ backwpup
5572
+ msgid "< Previous"
5573
+ msgstr ""
5574
+
5575
+ #: inc/features/class-page-wizard.php:233
5576
+ #, php-format
5577
+ #@ backwpup
5578
+ msgctxt "Plugin Name"
5579
+ msgid "%s Wizards"
5580
+ msgstr ""
5581
+
5582
+ #: inc/features/class-page-wizard.php:272
5583
+ #, php-format
5584
+ #@ backwpup
5585
+ msgctxt "Plugin Name"
5586
+ msgid "%s Wizard:"
5587
+ msgstr ""
5588
+
5589
+ #: inc/features/class-page-wizard.php:345
5590
+ #@ backwpup
5591
+ msgid "Back to overview"
5592
+ msgstr ""
5593
+
5594
+ #: inc/features/class-settings-apikeys.php:37
5595
+ #@ backwpup
5596
+ msgid "Dropbox API Keys"
5597
+ msgstr ""
5598
+
5599
+ #: inc/features/class-settings-apikeys.php:38
5600
+ #@ backwpup
5601
+ msgid "If you want to set your own Dropbox API Keys, you can do it here. Leave empty for default."
5602
+ msgstr ""
5603
+
5604
+ #: inc/features/class-settings-apikeys.php:41
5605
+ #@ backwpup
5606
+ msgid "Full Dropbox App key:"
5607
+ msgstr ""
5608
+
5609
+ #: inc/features/class-settings-apikeys.php:49
5610
+ #@ backwpup
5611
+ msgid "Full Dropbox App secret:"
5612
+ msgstr ""
5613
+
5614
+ #: inc/features/class-settings-apikeys.php:57
5615
+ #@ backwpup
5616
+ msgid "Sandbox App key:"
5617
+ msgstr ""
5618
+
5619
+ #: inc/features/class-settings-apikeys.php:65
5620
+ #@ backwpup
5621
+ msgid "Sandbox App secret:"
5622
+ msgstr ""
5623
+
5624
+ #: inc/features/class-settings-apikeys.php:78
5625
+ #@ backwpup
5626
+ msgid "SugarSync API Keys"
5627
+ msgstr ""
5628
+
5629
+ #: inc/features/class-settings-apikeys.php:79
5630
+ #@ backwpup
5631
+ msgid "If you want to set your own SugarSync API keys you can do that here. Leave empty for default."
5632
+ msgstr ""
5633
+
5634
+ #: inc/features/class-settings-apikeys.php:82
5635
+ #@ backwpup
5636
+ msgid "Access Key ID:"
5637
+ msgstr ""
5638
+
5639
+ #: inc/features/class-settings-apikeys.php:90
5640
+ #@ backwpup
5641
+ msgid "Private Access Key:"
5642
+ msgstr ""
5643
+
5644
+ #: inc/features/class-settings-apikeys.php:97
5645
+ #@ backwpup
5646
+ msgid "App ID:"
5647
+ msgstr ""
5648
+
5649
+ #: inc/features/class-wizard-job.php:13
5650
+ #@ backwpup
5651
+ msgid "Create a job"
5652
+ msgstr ""
5653
+
5654
+ #: inc/features/class-wizard-job.php:14
5655
+ #@ backwpup
5656
+ msgid "Choose a job"
5657
+ msgstr ""
5658
+
5659
+ #: inc/features/class-wizard-job.php:34
5660
+ #@ backwpup
5661
+ msgid "Job Types"
5662
+ msgstr ""
5663
+
5664
+ #: inc/features/class-wizard-job.php:34
5665
+ #@ backwpup
5666
+ msgid "Select a task for your job."
5667
+ msgstr ""
5668
+
5669
+ #: inc/features/class-wizard-job.php:48
5670
+ #@ backwpup
5671
+ msgid "Archive Settings"
5672
+ msgstr ""
5673
+
5674
+ #: inc/features/class-wizard-job.php:48
5675
+ #@ backwpup
5676
+ msgid "Settings for the Backup Archive"
5677
+ msgstr ""
5678
+
5679
+ #: inc/features/class-wizard-job.php:50
5680
+ #@ backwpup
5681
+ msgid "Where would you like to store the backup file?"
5682
+ msgstr ""
5683
+
5684
+ #: inc/features/class-wizard-job.php:60
5685
+ #: inc/features/class-wizard-job.php:273
5686
+ #@ backwpup
5687
+ msgid "Scheduling"
5688
+ msgstr ""
5689
+
5690
+ #: inc/features/class-wizard-job.php:60
5691
+ #@ backwpup
5692
+ msgid "When would you like to start the job?"
5693
+ msgstr ""
5694
+
5695
+ #: inc/features/class-wizard-job.php:226
5696
+ #@ backwpup
5697
+ msgid "Select one or more tasks for your backup job."
5698
+ msgstr ""
5699
+
5700
+ #: inc/features/class-wizard-job.php:274
5701
+ #@ backwpup
5702
+ msgid "Activate scheduling"
5703
+ msgstr ""
5704
+
5705
+ #: inc/features/class-wizard-job.php:357
5706
+ #@ backwpup
5707
+ msgid "Sync file by file to destination"
5708
+ msgstr ""
5709
+
5710
+ #: inc/features/class-wizard-job.php:365
5711
+ #@ backwpup
5712
+ msgid "Select a compression type for the backup archive"
5713
+ msgstr ""
5714
+
5715
+ #: inc/features/class-wizard-job.php:368
5716
+ #@ backwpup
5717
+ msgid "Archive compression type"
5718
+ msgstr ""
5719
+
5720
+ #: inc/features/class-wizard-job.php:371
5721
+ #@ backwpup
5722
+ msgid "PHP Zip functions will be used if available (memory lees). Else PCLZip Class will used."
5723
+ msgstr ""
5724
+
5725
+ #: inc/features/class-wizard-job.php:373
5726
+ #: inc/features/class-wizard-job.php:378
5727
+ #: inc/features/class-wizard-job.php:382
5728
+ #@ backwpup
5729
+ msgid "Disabled because missing PHP function."
5730
+ msgstr ""
5731
+
5732
+ #: inc/features/class-wizard-job.php:374
5733
+ #@ backwpup
5734
+ msgid "Tar (fast and memory less)"
5735
+ msgstr ""
5736
+
5737
+ #: inc/features/class-wizard-job.php:376
5738
+ #@ backwpup
5739
+ msgid "A tared and GZipped archive (fast and memory less)"
5740
+ msgstr ""
5741
+
5742
+ #: inc/features/class-wizard-job.php:380
5743
+ #@ backwpup
5744
+ msgid "A tared and BZipped archive (fast and memory less)"
5745
+ msgstr ""
5746
+
5747
+ #: inc/features/class-wizard-job.php:396
5748
+ #@ backwpup
5749
+ msgid "Where to store the files"
5750
+ msgstr ""
5751
+
5752
+ #: inc/features/class-wizard-job.php:562
5753
+ #, php-format
5754
+ #@ backwpup
5755
+ msgid "Wizard: %1$s"
5756
+ msgstr ""
5757
+
5758
+ #: inc/features/class-wizard-job.php:581
5759
+ #, php-format
5760
+ #@ backwpup
5761
+ msgid "New job named %s generated."
5762
+ msgstr ""
5763
+
5764
+ #: inc/features/class-wizard-job.php:593
5765
+ #@ backwpup
5766
+ msgid "Create Job"
5767
+ msgstr ""
5768
+
5769
+ #: inc/features/class-wizard-job.php:618
5770
+ #: inc/features/class-wizard-job.php:619
5771
+ #@ backwpup
5772
+ msgid "Database Backup and XML Export (Daily)"
5773
+ msgstr ""
5774
+
5775
+ #: inc/features/class-wizard-job.php:636
5776
+ #: inc/features/class-wizard-job.php:637
5777
+ #@ backwpup
5778
+ msgid "Database Check and Optimization (Weekly)"
5779
+ msgstr ""
5780
+
5781
+ #: inc/features/class-wizard-job.php:646
5782
+ #: inc/features/class-wizard-job.php:647
5783
+ #@ backwpup
5784
+ msgid "Uploads Backup"
5785
+ msgstr ""
5786
+
5787
+ #: inc/features/class-wizard-job.php:661
5788
+ #: inc/features/class-wizard-job.php:662
5789
+ #@ backwpup
5790
+ msgid "All Files Backup"
5791
+ msgstr ""
5792
+
5793
+ #: inc/features/class-wizard-job.php:676
5794
+ #@ backwpup
5795
+ msgid "Essential files + list of plugins"
5796
+ msgstr ""
5797
+
5798
+ #: inc/features/class-wizard-job.php:677
5799
+ #@ backwpup
5800
+ msgid "Backup essential files and folders, plus a list of installed plugins."
5801
+ msgstr ""
5802
+
5803
+ #: inc/features/class-wizard-job.php:692
5804
+ #: inc/features/class-wizard-job.php:693
5805
+ #@ backwpup
5806
+ msgid "Custom configuration"
5807
+ msgstr ""
5808
+
5809
+ #: inc/features/class-wizard-jobimport.php:14
5810
+ #@ backwpup
5811
+ msgid "XML job import"
5812
+ msgstr ""
5813
+
5814
+ #: inc/features/class-wizard-jobimport.php:15
5815
+ #@ backwpup
5816
+ msgid "Wizard for importing BackWPup jobs from an XML file"
5817
+ msgstr ""
5818
+
5819
+ #: inc/features/class-wizard-jobimport.php:32
5820
+ #: inc/features/class-wizard-jobimport.php:81
5821
+ #@ backwpup
5822
+ msgid "Import"
5823
+ msgstr ""
5824
+
5825
+ #: inc/features/class-wizard-jobimport.php:41
5826
+ #@ backwpup
5827
+ msgid "Import File"
5828
+ msgstr ""
5829
+
5830
+ #: inc/features/class-wizard-jobimport.php:41
5831
+ #@ backwpup
5832
+ msgid "Upload XML Job File for Import"
5833
+ msgstr ""
5834
+
5835
+ #: inc/features/class-wizard-jobimport.php:42
5836
+ #@ backwpup
5837
+ msgid "Select items to import"
5838
+ msgstr ""
5839
+
5840
+ #: inc/features/class-wizard-jobimport.php:42
5841
+ #@ backwpup
5842
+ msgid "Select which job should be imported or overwritten."
5843
+ msgstr ""
5844
+
5845
+ #: inc/features/class-wizard-jobimport.php:59
5846
+ #@ backwpup
5847
+ msgid "Please upload your BackWPup job XML export file and we&#8217;ll import the jobs into BackWPup."
5848
+ msgstr ""
5849
+
5850
+ #: inc/features/class-wizard-jobimport.php:61
5851
+ #@ backwpup
5852
+ msgid "Choose a file from your computer:"
5853
+ msgstr ""
5854
+
5855
+ #: inc/features/class-wizard-jobimport.php:61
5856
+ #, php-format
5857
+ #@ backwpup
5858
+ msgid "Maximum size: %s"
5859
+ msgstr ""
5860
+
5861
+ #: inc/features/class-wizard-jobimport.php:74
5862
+ #@ backwpup
5863
+ msgid "Import Jobs"
5864
+ msgstr ""
5865
+
5866
+ #: inc/features/class-wizard-jobimport.php:77
5867
+ #@ backwpup
5868
+ msgid "Import Type"
5869
+ msgstr ""
5870
+
5871
+ #: inc/features/class-wizard-jobimport.php:77
5872
+ #@ backwpup
5873
+ msgid "No Import"
5874
+ msgstr ""
5875
+
5876
+ #: inc/features/class-wizard-jobimport.php:79
5877
+ #@ backwpup
5878
+ msgid "Overwrite"
5879
+ msgstr ""
5880
+
5881
+ #: inc/features/class-wizard-jobimport.php:79
5882
+ #@ backwpup
5883
+ msgid "Append"
5884
+ msgstr ""
5885
+
5886
+ #: inc/features/class-wizard-jobimport.php:89
5887
+ #@ backwpup
5888
+ msgid "Import Config"
5889
+ msgstr ""
5890
+
5891
+ #: inc/features/class-wizard-jobimport.php:92
5892
+ #@ backwpup
5893
+ msgid "Import BackWPup configuration"
5894
+ msgstr ""
5895
+
5896
+ #: inc/features/class-wizard-jobimport.php:110
5897
+ #@ backwpup
5898
+ msgid "File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini."
5899
+ msgstr ""
5900
+
5901
+ #: inc/features/class-wizard-jobimport.php:125
5902
+ #, php-format
5903
+ #@ backwpup
5904
+ msgid "The export file could not be found at <code>%s</code>. This is likely due to an issue with permissions."
5905
+ msgstr ""
5906
+
5907
+ #: inc/features/class-wizard-jobimport.php:132
5908
+ #@ backwpup
5909
+ msgid "Sorry, there has been a phrase error."
5910
+ msgstr ""
5911
+
5912
+ #: inc/features/class-wizard-jobimport.php:139
5913
+ #, php-format
5914
+ #@ backwpup
5915
+ msgid "This Export file (version %s) may not be supported by this version of the importer."
5916
+ msgstr ""
5917
+
5918
+ #: inc/features/class-wizard-jobimport.php:145
5919
+ #@ backwpup
5920
+ msgid "This is not a BackWPup XML file"
5921
+ msgstr ""
5922
+
5923
+ #: inc/features/class-wizard-jobimport.php:207
5924
+ #, php-format
5925
+ #@ backwpup
5926
+ msgid "Job %1$s with id %2$d imported"
5927
+ msgstr ""
5928
+
5929
+ #: inc/features/class-wizard-jobimport.php:215
5930
+ #@ backwpup
5931
+ msgid "BackWPup config imported"
5932
+ msgstr ""
5933
+
5934
+ #: inc/features/class-wizard-systemtest.php:14
5935
+ #@ backwpup
5936
+ msgid "System Test"
5937
+ msgstr ""
5938
+
5939
+ #: inc/features/class-wizard-systemtest.php:15
5940
+ #@ backwpup
5941
+ msgid "Wizard to test if BackWPup can work properly"
5942
+ msgstr ""
5943
+
5944
+ #: inc/features/class-wizard-systemtest.php:32
5945
+ #@ backwpup
5946
+ msgid "Run tests"
5947
+ msgstr ""
5948
+
5949
+ #: inc/features/class-wizard-systemtest.php:41
5950
+ #@ backwpup
5951
+ msgid "Environment"
5952
+ msgstr ""
5953
+
5954
+ #: inc/features/class-wizard-systemtest.php:41
5955
+ #@ backwpup
5956
+ msgid "System Environment"
5957
+ msgstr ""
5958
+
5959
+ #: inc/features/class-wizard-systemtest.php:54
5960
+ #@ backwpup
5961
+ msgid "Test if BackWPup can work without problems."
5962
+ msgstr ""
5963
+
5964
+ #: inc/features/class-wizard-systemtest.php:86
5965
+ #, php-format
5966
+ #@ backwpup
5967
+ msgid "You must run WordPress version 3.2 or higher to use this plugin. You are using version %s now."
5968
+ msgstr ""
5969
+
5970
+ #: inc/features/class-wizard-systemtest.php:91
5971
+ #, php-format
5972
+ #@ backwpup
5973
+ msgid "You must run PHP version 5.2.6 or higher to use this plugin. You are using version %s now."
5974
+ msgstr ""
5975
+
5976
+ #: inc/features/class-wizard-systemtest.php:95
5977
+ #, php-format
5978
+ #@ backwpup
5979
+ msgid "We recommend to run a PHP version above 5.3.2 to get the full plugin functionality. You are using version %s now."
5980
+ msgstr ""
5981
+
5982
+ #: inc/features/class-wizard-systemtest.php:100
5983
+ #, php-format
5984
+ #@ backwpup
5985
+ msgid "You must have the MySQLi extension installed and a MySQL server version of 5.0.7 or higher to use this plugin. You are using version %s now."
5986
+ msgstr ""
5987
+
5988
+ #: inc/features/class-wizard-systemtest.php:105
5989
+ #@ backwpup
5990
+ msgid "You must have the PHP cURL extension installed to get the full plugin functionality."
5991
+ msgstr ""
5992
+
5993
+ #: inc/features/class-wizard-systemtest.php:110
5994
+ #, php-format
5995
+ #@ backwpup
5996
+ msgctxt "%1 = extension name, %2 = file suffix"
5997
+ msgid "We recommend to install the %1$s extension to generate %2$s archives."
5998
+ msgstr ""
5999
+
6000
+ #: inc/features/class-wizard-systemtest.php:133
6001
+ #, php-format
6002
+ #@ backwpup
6003
+ msgctxt "Link to PHP manual"
6004
+ msgid "Please disable the deprecated <a href=\"%s\">PHP safe mode</a>."
6005
+ msgstr ""
6006
+
6007
+ #: inc/features/class-wizard-systemtest.php:141
6008
+ #@ backwpup
6009
+ msgid "We recommend to install the PHP FTP extension to use the FTP backup destination."
6010
+ msgstr ""
6011
+
6012
+ #: inc/features/class-wizard-systemtest.php:149
6013
+ #, php-format
6014
+ #@ backwpup
6015
+ msgid "Temp folder %s not read or writable. Please set proper writing permissions."
6016
+ msgstr ""
6017
+
6018
+ #: inc/features/class-wizard-systemtest.php:154
6019
+ #, php-format
6020
+ #@ backwpup
6021
+ msgid "Temp folder %s does not exist and cannot be created. Please create it and set proper writing permissions."
6022
+ msgstr ""
6023
+
6024
+ #: inc/features/class-wizard-systemtest.php:161
6025
+ #, php-format
6026
+ #@ backwpup
6027
+ msgid "Logs folder %s is not readable or writable. Please set proper writing permissions."
6028
+ msgstr ""
6029
+
6030
+ #: inc/features/class-wizard-systemtest.php:165
6031
+ #, php-format
6032
+ #@ backwpup
6033
+ msgid "Logs folder %s does not exist and cannot be created. Please create it and set proper writing permissions."
6034
+ msgstr ""
6035
+
6036
+ #: inc/features/class-wizard-systemtest.php:179
6037
+ #, php-format
6038
+ #@ backwpup
6039
+ msgid "The HTTP response test result is an error: \"%s\"."
6040
+ msgstr ""
6041
+
6042
+ #: inc/features/class-wizard-systemtest.php:183
6043
+ #, php-format
6044
+ #@ backwpup
6045
+ msgid "The HTTP response test result is a wrong HTTP status: %s. It should be the staus 200."
6046
+ msgstr ""
6047
+
6048
+ #: inc/features/class-wizard-systemtest.php:201
6049
+ #@ backwpup
6050
+ msgid "WP-Cron seems to be broken. But it is needed to run scheduled jobs."
6051
+ msgstr ""
6052
+
6053
+ #: inc/features/class-wizard-systemtest.php:206
6054
+ #@ backwpup
6055
+ msgid "All tests passed without errors."
6056
+ msgstr ""
6057
+
6058
+ #: inc/features/class-wizard-systemtest.php:209
6059
+ #@ backwpup
6060
+ msgid "There is no error, but some warnings. BackWPup will work, but with limitations."
6061
+ msgstr ""
6062
+
6063
+ #: inc/features/class-wizard-systemtest.php:212
6064
+ #@ backwpup
6065
+ msgid "There are errors. Please correct them, or BackWPup cannot work."
6066
+ msgstr ""
6067
+
languages/backwpup-zh_CN.mo ADDED
Binary file
languages/backwpup-zh_CN.po ADDED
@@ -0,0 +1,4619 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: BackWPup 中文包\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-12 11:25+0800\n"
6
+ "PO-Revision-Date: 2013-05-12 22:19+0800\n"
7
+ "Last-Translator: 倡萌@WordPress大学 <admin@cmhello.com>\n"
8
+ "Language-Team: 倡萌@WordPress大学 <admin@cmhello.com>\n"
9
+ "Language: zh_CN\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.5.5\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
+ "_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-Textdomain-Support: yes\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ # @ backwpup
23
+ #: ../backwpup.php:42
24
+ msgid ""
25
+ "BackWPup requires PHP version 5.2.6 or greater and WordPress 3.2 or greater."
26
+ msgstr "BackWPup 要求 PHP 为 5.2.6 及以上版本,WordPress 为 3.2 及以上版本。"
27
+
28
+ # @ backwpup
29
+ #: ../inc/class-admin.php:123 ../inc/class-help.php:29
30
+ msgid "https://marketpress.com/documentation/backwpup-pro/"
31
+ msgstr "https://marketpress.com/documentation/backwpup-pro/"
32
+
33
+ # @ backwpup
34
+ #: ../inc/class-admin.php:123
35
+ msgid "Documentation"
36
+ msgstr "文档"
37
+
38
+ # @ backwpup
39
+ #: ../inc/class-admin.php:125 ../inc/class-help.php:26
40
+ msgid "https://marketpress.com/support/forum/plugins/backwpup-pro/"
41
+ msgstr "https://marketpress.com/support/forum/plugins/backwpup-pro/"
42
+
43
+ # @ backwpup
44
+ #: ../inc/class-admin.php:125 ../inc/class-help.php:26
45
+ msgid "Pro Support"
46
+ msgstr "专业版支持"
47
+
48
+ # @ backwpup
49
+ #: ../inc/class-admin.php:127 ../inc/class-help.php:28
50
+ msgid "http://wordpress.org/support/plugin/backwpup/"
51
+ msgstr "http://wordpress.org/support/plugin/backwpup/"
52
+
53
+ # @ backwpup
54
+ #: ../inc/class-admin.php:127 ../inc/class-help.php:28
55
+ msgid "Support"
56
+ msgstr "支持"
57
+
58
+ # @ backwpup
59
+ #: ../inc/class-admin.php:146
60
+ msgid "BackWPup Dashboard"
61
+ msgstr "BackWPup 仪表盘"
62
+
63
+ # @ backwpup
64
+ #: ../inc/class-admin.php:146
65
+ msgid "Dashboard"
66
+ msgstr "仪表盘"
67
+
68
+ # @ backwpup
69
+ # @ backwpupadminbar
70
+ #: ../inc/class-admin.php:165 ../inc/class-adminbar.php:84
71
+ #: ../inc/class-page-settings.php:103
72
+ msgid "Jobs"
73
+ msgstr "计划"
74
+
75
+ # @ backwpup
76
+ #: ../inc/class-admin.php:180
77
+ msgid "Add New Job"
78
+ msgstr "新计划"
79
+
80
+ # @ backwpup
81
+ # @ backwpupadminbar
82
+ #: ../inc/class-admin.php:196 ../inc/class-adminbar.php:100
83
+ #: ../inc/class-page-backups.php:366 ../inc/class-page-logs.php:281
84
+ #: ../inc/class-page-settings.php:103
85
+ msgid "Logs"
86
+ msgstr "日志"
87
+
88
+ # @ backwpup
89
+ # @ backwpupadminbar
90
+ #: ../inc/class-admin.php:211 ../inc/class-adminbar.php:108
91
+ msgid "Backups"
92
+ msgstr "备份"
93
+
94
+ # @ backwpup
95
+ #: ../inc/class-admin.php:226
96
+ msgid "Settings"
97
+ msgstr "设置"
98
+
99
+ # @ backwpup
100
+ #: ../inc/class-admin.php:240
101
+ msgid "About"
102
+ msgstr "关于"
103
+
104
+ # @ backwpup
105
+ #: ../inc/class-admin.php:280 ../inc/class-admin.php:286
106
+ msgid "Cheating, huh?"
107
+ msgstr "作弊?"
108
+
109
+ # @ backwpup
110
+ #: ../inc/class-admin.php:320
111
+ msgid "Jobs overview"
112
+ msgstr "计划概况"
113
+
114
+ # @ backwpup
115
+ #: ../inc/class-admin.php:320 ../inc/class-page-jobs.php:134
116
+ msgid "Run now"
117
+ msgstr "马上执行"
118
+
119
+ # @ backwpup
120
+ #: ../inc/class-admin.php:397
121
+ #, php-format
122
+ msgctxt "link to Inpsyde.com, link text: Inpsyde GmbH"
123
+ msgid "A project of %s"
124
+ msgstr " %s 的项目"
125
+
126
+ # @ backwpup
127
+ #: ../inc/class-admin.php:398
128
+ #, php-format
129
+ msgctxt "developer name, link text: Daniel Hüsken"
130
+ msgid "Developer: %s"
131
+ msgstr ""
132
+ "开发者:%s 简体中文支持:<a href=\"http://www.cmhello.com\" target=\"_blank"
133
+ "\">倡萌</a> @ <a href=\"http://www.wpdaxue.com\" target=\"_blank\">WordPress"
134
+ "大学</a>"
135
+
136
+ # @ backwpup
137
+ #: ../inc/class-admin.php:415
138
+ #, php-format
139
+ msgid "version %s"
140
+ msgstr "版本 %s"
141
+
142
+ # @ backwpup
143
+ #: ../inc/class-admin.php:431
144
+ #, php-format
145
+ msgid ""
146
+ "You have activated or updated BackWPup. Please check <a href=\"%s\">this "
147
+ "page</a>."
148
+ msgstr "你已启用或更新 BackWPup,请检查 <a href=\"%s\"> 这个页面 </a>。"
149
+
150
+ # @ backwpup
151
+ #: ../inc/class-admin.php:448
152
+ msgid "BackWPup Role"
153
+ msgstr "BackWPup 角色"
154
+
155
+ #: ../inc/class-admin.php:452
156
+ msgid "None"
157
+ msgstr "没有"
158
+
159
+ #: ../inc/class-admin.php:463
160
+ msgid "Role that the user have on BackWPup"
161
+ msgstr "BackWPup 的用户角色"
162
+
163
+ # @ backwpupadminbar
164
+ #: ../inc/class-adminbar.php:53
165
+ msgid "running"
166
+ msgstr "执行中"
167
+
168
+ # @ backwpupadminbar
169
+ #: ../inc/class-adminbar.php:62
170
+ msgid "BackWPup"
171
+ msgstr "BackWPup"
172
+
173
+ # @ backwpupadminbar
174
+ #: ../inc/class-adminbar.php:69
175
+ msgid "Now Running"
176
+ msgstr "正在执行"
177
+
178
+ # @ backwpupadminbar
179
+ #: ../inc/class-adminbar.php:75
180
+ msgid "Abort!"
181
+ msgstr "终止!"
182
+
183
+ # @ backwpupadminbar
184
+ # @ backwpup
185
+ #: ../inc/class-adminbar.php:92
186
+ msgid "Add New"
187
+ msgstr "新增"
188
+
189
+ # @ backwpupadminbar
190
+ #: ../inc/class-adminbar.php:130
191
+ msgid "Run Now"
192
+ msgstr "立即执行"
193
+
194
+ # @ backwpup
195
+ #: ../inc/class-create-archive.php:72
196
+ msgid "The file name of an archive cannot be empty."
197
+ msgstr "存档文件名不能为空"
198
+
199
+ # @ backwpup
200
+ #: ../inc/class-create-archive.php:79
201
+ #, php-format
202
+ msgctxt "%s = Folder name"
203
+ msgid "Folder %s for archive not found"
204
+ msgstr "用来存档的文件夹 %s 不存在"
205
+
206
+ # @ backwpup
207
+ #: ../inc/class-create-archive.php:85 ../inc/class-create-archive.php:116
208
+ #: ../inc/class-create-archive.php:131 ../inc/class-mysqldump.php:110
209
+ msgid "Functions for gz compression not available"
210
+ msgstr "gz 压缩功能无法使用"
211
+
212
+ # @ backwpup
213
+ #: ../inc/class-create-archive.php:91 ../inc/class-create-archive.php:137
214
+ #: ../inc/class-mysqldump.php:114
215
+ msgid "Functions for bz2 compression not available"
216
+ msgstr "bz2 压缩功能无法使用"
217
+
218
+ # @ backwpup
219
+ #: ../inc/class-create-archive.php:112
220
+ #, php-format
221
+ msgctxt "ZipArchive open() result"
222
+ msgid "Cannot create zip archive: %d"
223
+ msgstr "无法创建 ZIP 存档: %d"
224
+
225
+ # @ backwpup
226
+ #: ../inc/class-create-archive.php:142
227
+ #, php-format
228
+ msgctxt "%s = file name"
229
+ msgid "Method to archive file %s not detected"
230
+ msgstr "没有检测到文件存档方法 %s "
231
+
232
+ # @ backwpup
233
+ #: ../inc/class-create-archive.php:147
234
+ msgid "Cannot open archive file"
235
+ msgstr "无法打开存档文件"
236
+
237
+ # @ backwpup
238
+ #: ../inc/class-create-archive.php:165 ../inc/class-create-archive.php:289
239
+ #, php-format
240
+ msgid "PclZip archive add error: %s"
241
+ msgstr "PclZip 存档添加出错: %s"
242
+
243
+ # @ backwpup
244
+ #: ../inc/class-create-archive.php:221
245
+ msgid "File name cannot be empty"
246
+ msgstr "文件名不能为空"
247
+
248
+ # @ backwpup
249
+ #: ../inc/class-create-archive.php:226
250
+ #, php-format
251
+ msgctxt "File path to add to archive"
252
+ msgid "File %s does not exist or is not readable"
253
+ msgstr "文件 %s 不存在或不可读"
254
+
255
+ # @ backwpup
256
+ #: ../inc/class-create-archive.php:236 ../inc/class-create-archive.php:250
257
+ #: ../inc/class-create-archive.php:330 ../inc/class-create-archive.php:334
258
+ msgid "This archive method can only add one file"
259
+ msgstr "这种归档方法只能添加一个文件"
260
+
261
+ # @ backwpup
262
+ #: ../inc/class-create-archive.php:241 ../inc/class-create-archive.php:255
263
+ #: ../inc/class-create-archive.php:426
264
+ #, php-format
265
+ msgid "Cannot open source file %s to archive"
266
+ msgstr "无法打开资源文件到 %s 到存档"
267
+
268
+ # @ backwpup
269
+ #: ../inc/class-create-archive.php:281 ../inc/class-create-archive.php:345
270
+ #, php-format
271
+ msgid "Cannot add \"%s\" to zip archive!"
272
+ msgstr "无法添加 \"%s\" 到 ZIP 存档!"
273
+
274
+ # @ backwpup
275
+ #: ../inc/class-create-archive.php:316
276
+ msgid "Folder name cannot be empty"
277
+ msgstr "文件夹名称不能为空"
278
+
279
+ # @ backwpup
280
+ #: ../inc/class-create-archive.php:321
281
+ #, php-format
282
+ msgctxt "Folder path to add to archive"
283
+ msgid "Folder %s does not exist or is not readable"
284
+ msgstr "文件夹 %s 不存在或不可读"
285
+
286
+ # @ backwpup
287
+ #: ../inc/class-create-archive.php:369
288
+ msgid "(ER_MULTIDISK) Multi-disk zip archives not supported"
289
+ msgstr "(ER_MULTIDISK)不支持多盘zip存档"
290
+
291
+ # @ backwpup
292
+ #: ../inc/class-create-archive.php:370
293
+ msgid "(ER_RENAME) Renaming temporary file failed"
294
+ msgstr "(ER_RENAME)重命名临时文件失败"
295
+
296
+ # @ backwpup
297
+ #: ../inc/class-create-archive.php:371
298
+ msgid "(ER_CLOSE) Closing zip archive failed"
299
+ msgstr "(ER_CLOSE)关闭zip存档失败"
300
+
301
+ # @ backwpup
302
+ #: ../inc/class-create-archive.php:372
303
+ msgid "(ER_SEEK) Seek error"
304
+ msgstr "(ER_SEEK)查找(seek)错误"
305
+
306
+ # @ backwpup
307
+ #: ../inc/class-create-archive.php:373
308
+ msgid "(ER_READ) Read error"
309
+ msgstr "(ER_READ)读取错误"
310
+
311
+ # @ backwpup
312
+ #: ../inc/class-create-archive.php:374
313
+ msgid "(ER_WRITE) Write error"
314
+ msgstr "(ER_WRITE)写入错误"
315
+
316
+ # @ backwpup
317
+ #: ../inc/class-create-archive.php:375
318
+ msgid "(ER_CRC) CRC error"
319
+ msgstr "(ER_CRC)CRC错误"
320
+
321
+ # @ backwpup
322
+ #: ../inc/class-create-archive.php:376
323
+ msgid "(ER_ZIPCLOSED) Containing zip archive was closed"
324
+ msgstr "(ER_ZIPCLOSED)zip存档文件被关闭"
325
+
326
+ # @ backwpup
327
+ #: ../inc/class-create-archive.php:377
328
+ msgid "(ER_NOENT) No such file"
329
+ msgstr "(ER_NOENT)没有这样的文件"
330
+
331
+ # @ backwpup
332
+ #: ../inc/class-create-archive.php:378
333
+ msgid "(ER_EXISTS) File already exists"
334
+ msgstr "(ER_EXISTS)文件已存在"
335
+
336
+ # @ backwpup
337
+ #: ../inc/class-create-archive.php:379
338
+ msgid "(ER_OPEN) Can't open file"
339
+ msgstr "(ER_OPEN)无法打开文件"
340
+
341
+ # @ backwpup
342
+ #: ../inc/class-create-archive.php:380
343
+ msgid "(ER_TMPOPEN) Failure to create temporary file"
344
+ msgstr "(ER_TMPOPEN)创建临时文件失败"
345
+
346
+ # @ backwpup
347
+ #: ../inc/class-create-archive.php:381
348
+ msgid "(ER_ZLIB) Zlib error"
349
+ msgstr "(ER_ZLIB)Zlib 错误"
350
+
351
+ # @ backwpup
352
+ #: ../inc/class-create-archive.php:382
353
+ msgid "(ER_MEMORY) Malloc failure"
354
+ msgstr "(ER_MEMORY)Malloc 失败"
355
+
356
+ # @ backwpup
357
+ #: ../inc/class-create-archive.php:383
358
+ msgid "(ER_CHANGED) Entry has been changed"
359
+ msgstr "(ER_CHANGED)条目已经改变"
360
+
361
+ # @ backwpup
362
+ #: ../inc/class-create-archive.php:384
363
+ msgid "(ER_COMPNOTSUPP) Compression method not supported"
364
+ msgstr "(ER_COMPNOTSUPP)压缩方法不支持"
365
+
366
+ # @ backwpup
367
+ #: ../inc/class-create-archive.php:385
368
+ msgid "(ER_EOF) Premature EOF"
369
+ msgstr "(ER_EOF)过早 EOF"
370
+
371
+ # @ backwpup
372
+ #: ../inc/class-create-archive.php:386
373
+ msgid "(ER_INVAL) Invalid argument"
374
+ msgstr "(ER_INVAL)无效的参数"
375
+
376
+ # @ backwpup
377
+ #: ../inc/class-create-archive.php:387
378
+ msgid "(ER_NOZIP) Not a zip archive"
379
+ msgstr "(ER_NOZIP)不是一个zip存档"
380
+
381
+ # @ backwpup
382
+ #: ../inc/class-create-archive.php:388
383
+ msgid "(ER_INTERNAL) Internal error"
384
+ msgstr "(ER_INTERNAL)内部错误"
385
+
386
+ # @ backwpup
387
+ #: ../inc/class-create-archive.php:389
388
+ msgid "(ER_INCONS) Zip archive inconsistent"
389
+ msgstr "(ER_INCONS)Zip文件不一致"
390
+
391
+ # @ backwpup
392
+ #: ../inc/class-create-archive.php:390
393
+ msgid "(ER_REMOVE) Can't remove file"
394
+ msgstr "(ER_REMOVE)无法删除文件"
395
+
396
+ # @ backwpup
397
+ #: ../inc/class-create-archive.php:391
398
+ msgid "(ER_DELETED) Entry has been deleted"
399
+ msgstr "(ER_DELETED)条目已被删除"
400
+
401
+ # @ backwpup
402
+ #: ../inc/class-create-archive.php:398
403
+ #, php-format
404
+ msgctxt "Text of ZipArchive status Message"
405
+ msgid "ZipArchive returns status: %s"
406
+ msgstr "Zip 存档返回状态:%s"
407
+
408
+ # @ backwpup
409
+ #: ../inc/class-create-archive.php:418
410
+ #, php-format
411
+ msgid "File name \"%1$s\" too long to be saved correctly in %2$s archive!"
412
+ msgstr "文件名 \"%1$s\" 过长,无法正常保存在 %2$s 存档!"
413
+
414
+ # @ backwpup
415
+ #: ../inc/class-create-archive.php:420
416
+ #, php-format
417
+ msgid "File path \"%1$s\" too long to be saved correctly in %2$s archive!"
418
+ msgstr "文件路径 \"%1$s\" 过长,无法正常保存在 %2$s 存档!"
419
+
420
+ # @ backwpup
421
+ #: ../inc/class-create-archive.php:430 ../inc/class-create-archive.php:431
422
+ #: ../inc/class-create-archive.php:514 ../inc/class-create-archive.php:515
423
+ msgid "Unknown"
424
+ msgstr "未知"
425
+
426
+ # @ backwpup
427
+ #: ../inc/class-create-archive.php:507
428
+ #, php-format
429
+ msgid "Folder name \"%1$s\" too long to be saved correctly in %2$s archive!"
430
+ msgstr "文件夹名称 \"%1$s\" 过长,无法正常保存在 %2$s 存档!"
431
+
432
+ # @ backwpup
433
+ #: ../inc/class-create-archive.php:509
434
+ #, php-format
435
+ msgid "Folder path \"%1$s\" too long to be saved correctly in %2$s archive!"
436
+ msgstr "文件夹路径 \"%1$s\" 过长,无法正常保存在 %2$s 存档!"
437
+
438
+ # @ backwpup
439
+ #: ../inc/class-cron.php:53 ../inc/class-job.php:1010
440
+ #: ../inc/class-page-jobs.php:402 ../inc/class-page-jobs.php:637
441
+ #: ../inc/class-wp-cli.php:52
442
+ msgid "ERROR:"
443
+ msgstr "错误:"
444
+
445
+ # @ backwpup
446
+ #: ../inc/class-cron.php:53
447
+ msgid "Aborted, because no progress for 2 hours!"
448
+ msgstr "已终止,已经2个小时没有任何进度!"
449
+
450
+ # @ backwpup
451
+ #: ../inc/class-cron.php:84 ../inc/class-job.php:1242
452
+ #, php-format
453
+ msgid "[%3$s] BackWPup log %1$s: %2$s"
454
+ msgstr "[%3$s] BackWPup 日志 %1$s: %2$s"
455
+
456
+ # @ backwpup
457
+ #: ../inc/class-cron.php:84 ../inc/class-job.php:1238
458
+ msgid "ERROR"
459
+ msgstr "错误"
460
+
461
+ # @ backwpup
462
+ #: ../inc/class-destination-dropbox.php:13
463
+ msgid "Dropbox"
464
+ msgstr "Dropbox"
465
+
466
+ # @ backwpup
467
+ #: ../inc/class-destination-dropbox.php:14 ../inc/class-page-about.php:233
468
+ msgid "Backup to Dropbox"
469
+ msgstr "备份到 Dropbox"
470
+
471
+ # @ backwpup
472
+ #: ../inc/class-destination-dropbox.php:39
473
+ msgid "Dropbox authentication not approved"
474
+ msgstr "Dropbox 无法认证"
475
+
476
+ # @ backwpup
477
+ #: ../inc/class-destination-dropbox.php:50
478
+ msgid "Dropbox authentication complete!"
479
+ msgstr "Dropbox 认证完成"
480
+
481
+ # @ backwpup
482
+ #: ../inc/class-destination-dropbox.php:57
483
+ #: ../inc/class-destination-dropbox.php:133
484
+ #: ../inc/class-destination-dropbox.php:152
485
+ #: ../inc/class-destination-dropbox.php:278
486
+ #: ../inc/class-destination-dropbox.php:328
487
+ #, php-format
488
+ msgid "Dropbox API: %s"
489
+ msgstr "Dropbox-API: %s"
490
+
491
+ # @ backwpup
492
+ #: ../inc/class-destination-dropbox.php:63
493
+ msgid "Login"
494
+ msgstr "登录"
495
+
496
+ # @ backwpup
497
+ #: ../inc/class-destination-dropbox.php:67
498
+ msgid "Authenticate"
499
+ msgstr "认证"
500
+
501
+ # @ backwpup
502
+ #: ../inc/class-destination-dropbox.php:69
503
+ msgid "Not authenticated!"
504
+ msgstr "未通过身份验证"
505
+
506
+ # @ backwpup
507
+ #: ../inc/class-destination-dropbox.php:69
508
+ msgid "Create Account"
509
+ msgstr "创建账户"
510
+
511
+ # @ backwpup
512
+ #: ../inc/class-destination-dropbox.php:71
513
+ #: ../inc/class-destination-sugarsync.php:63
514
+ msgid "Authenticated!"
515
+ msgstr "已认证"
516
+
517
+ # @ backwpup
518
+ #: ../inc/class-destination-dropbox.php:73
519
+ msgid "Reauthenticate (Sandbox)"
520
+ msgstr "重新验证 (Sandbox)"
521
+
522
+ # @ backwpup
523
+ #: ../inc/class-destination-dropbox.php:74
524
+ msgid "Reauthenticate (full Dropbox)"
525
+ msgstr "重新验证 (full Dropbox)"
526
+
527
+ # @ backwpup
528
+ #: ../inc/class-destination-dropbox.php:80
529
+ #: ../inc/class-destination-folder.php:41 ../inc/class-destination-ftp.php:67
530
+ #: ../inc/class-destination-msazure.php:86 ../inc/class-destination-rsc.php:97
531
+ #: ../inc/class-destination-sugarsync.php:100
532
+ msgid "Backup settings"
533
+ msgstr "备份设置"
534
+
535
+ # @ backwpup
536
+ #: ../inc/class-destination-dropbox.php:84
537
+ msgid "Folder in Dropbox"
538
+ msgstr "Dropbox 的文件夹"
539
+
540
+ # @ backwpup
541
+ #: ../inc/class-destination-dropbox.php:90
542
+ #: ../inc/class-destination-folder.php:51 ../inc/class-destination-ftp.php:77
543
+ #: ../inc/class-destination-sugarsync.php:110
544
+ msgid "File Deletion"
545
+ msgstr "文件删除"
546
+
547
+ # @ backwpup
548
+ #: ../inc/class-destination-dropbox.php:96
549
+ #: ../inc/class-destination-folder.php:57
550
+ #: ../inc/class-destination-msazure.php:102
551
+ #: ../inc/class-destination-rsc.php:113 ../inc/class-destination-s3-v1.php:172
552
+ #: ../inc/class-destination-s3.php:177
553
+ #: ../inc/class-destination-sugarsync.php:116
554
+ msgid "Number of files to keep in folder."
555
+ msgstr "存储到文件夹中的文件数"
556
+
557
+ # @ backwpup
558
+ #: ../inc/class-destination-dropbox.php:96
559
+ #: ../inc/class-destination-folder.php:57 ../inc/class-destination-ftp.php:83
560
+ #: ../inc/class-destination-msazure.php:102
561
+ #: ../inc/class-destination-rsc.php:113 ../inc/class-destination-s3-v1.php:172
562
+ #: ../inc/class-destination-s3.php:177
563
+ #: ../inc/class-destination-sugarsync.php:116
564
+ msgid "Oldest files will be deleted first. 0 = no deletion"
565
+ msgstr "最早的文件将会被先删除。0 = 不删除"
566
+
567
+ # @ backwpup
568
+ #: ../inc/class-destination-dropbox.php:100
569
+ #: ../inc/class-destination-folder.php:61 ../inc/class-destination-ftp.php:87
570
+ #: ../inc/class-destination-msazure.php:106
571
+ #: ../inc/class-destination-rsc.php:117 ../inc/class-destination-s3-v1.php:176
572
+ #: ../inc/class-destination-s3.php:181
573
+ #: ../inc/class-destination-sugarsync.php:120
574
+ msgid "Do not delete files while syncing to destination!"
575
+ msgstr "在同步到目的地时,不要删除文件!"
576
+
577
+ # @ backwpup
578
+ #: ../inc/class-destination-dropbox.php:238
579
+ #, php-format
580
+ msgid "%d. Try to send backup file to Dropbox&#160;&hellip;"
581
+ msgstr "%d. 正在发送备份文件到 Dropbox …"
582
+
583
+ # @ backwpup
584
+ #: ../inc/class-destination-dropbox.php:246
585
+ #, php-format
586
+ msgid "Authenticated with Dropbox of user %s"
587
+ msgstr "Dropbox 用户 %s 已认证 "
588
+
589
+ #: ../inc/class-destination-dropbox.php:251
590
+ msgid "Your Dropbox appears to be full."
591
+ msgstr "你的 Dropbox 似乎已满。"
592
+
593
+ # @ backwpup
594
+ #: ../inc/class-destination-dropbox.php:256
595
+ #, php-format
596
+ msgid "%s available on your Dropbox"
597
+ msgstr "Dropbox 可用空间剩余 %s "
598
+
599
+ # @ backwpup
600
+ #: ../inc/class-destination-dropbox.php:260
601
+ msgid "Uploading to Dropbox&#160;&hellip;"
602
+ msgstr "正在上传到 Dropbox …"
603
+
604
+ # @ backwpup
605
+ #: ../inc/class-destination-dropbox.php:266
606
+ #: ../inc/class-destination-msazure.php:250
607
+ #: ../inc/class-destination-sugarsync.php:272
608
+ #, php-format
609
+ msgid "Backup transferred to %s"
610
+ msgstr "备份传输进度 %s"
611
+
612
+ # @ backwpup
613
+ #: ../inc/class-destination-dropbox.php:270
614
+ msgid "Uploaded file size and local file size don't match."
615
+ msgstr "上传的文件大小和本地文件大小不匹配。"
616
+
617
+ # @ backwpup
618
+ #: ../inc/class-destination-dropbox.php:272
619
+ #, php-format
620
+ msgid "Error on transfer backup to Dropbox: %s"
621
+ msgstr "传输到 Dropbox出错: %s"
622
+
623
+ # @ backwpup
624
+ #: ../inc/class-destination-dropbox.php:319
625
+ #, php-format
626
+ msgid "Error while deleting file from Dropbox: %s"
627
+ msgstr "从 Dropbox 删除文件出错: %s"
628
+
629
+ # @ backwpup
630
+ #: ../inc/class-destination-dropbox.php:322
631
+ #, php-format
632
+ msgid "One file deleted from Dropbox"
633
+ msgid_plural "%d files deleted on Dropbox"
634
+ msgstr[0] "已从 Dropbox 删除1个文件"
635
+ msgstr[1] "已从 Dropbox 删除 %d 个文件"
636
+
637
+ # @ backwpup
638
+ #: ../inc/class-destination-email.php:19
639
+ msgid "E-Mail"
640
+ msgstr "电子邮箱"
641
+
642
+ # @ backwpup
643
+ #: ../inc/class-destination-email.php:20
644
+ msgid "Backup sent by e-mail"
645
+ msgstr "备份到 电子邮箱"
646
+
647
+ # @ backwpup
648
+ #: ../inc/class-destination-email.php:55
649
+ msgid "E-Mail Address"
650
+ msgstr "邮箱地址"
651
+
652
+ # @ backwpup
653
+ #: ../inc/class-destination-email.php:58
654
+ msgid "E-Mail address"
655
+ msgstr "邮箱地址"
656
+
657
+ # @ backwpup
658
+ #: ../inc/class-destination-email.php:62
659
+ msgid "E-Mail address to which Backups are sent."
660
+ msgstr "接收备份的电子邮箱"
661
+
662
+ # @ backwpup
663
+ #: ../inc/class-destination-email.php:66 ../inc/class-destination-email.php:68
664
+ msgid "Send test e-mail"
665
+ msgstr "发送测试邮件"
666
+
667
+ # @ backwpup
668
+ #: ../inc/class-destination-email.php:73
669
+ msgid "Send e-mail settings"
670
+ msgstr "发送邮件设置"
671
+
672
+ # @ backwpup
673
+ #: ../inc/class-destination-email.php:76
674
+ msgid "Maximum file size"
675
+ msgstr "最大文件大小"
676
+
677
+ # @ backwpup
678
+ #: ../inc/class-destination-email.php:77
679
+ msgid "MB"
680
+ msgstr "MB"
681
+
682
+ # @ backwpup
683
+ #: ../inc/class-destination-email.php:78
684
+ msgid "Maximum file size to be included in an e-mail. 0 = unlimited"
685
+ msgstr "邮件中发送的文件大小 0 = 无限制"
686
+
687
+ # @ backwpup
688
+ #: ../inc/class-destination-email.php:82 ../inc/class-destination-email.php:86
689
+ msgid "Sender e-mail address"
690
+ msgstr "发件人邮箱"
691
+
692
+ # @ backwpup
693
+ #: ../inc/class-destination-email.php:90
694
+ msgid "Sender name"
695
+ msgstr "发件人名字"
696
+
697
+ # @ backwpup
698
+ #: ../inc/class-destination-email.php:94
699
+ msgid "Name of e-mail sender"
700
+ msgstr "发件人名称"
701
+
702
+ # @ backwpup
703
+ #: ../inc/class-destination-email.php:98
704
+ msgid "Sending method"
705
+ msgstr "发送邮件的方式"
706
+
707
+ # @ backwpup
708
+ #: ../inc/class-destination-email.php:102
709
+ msgid "Use site settings"
710
+ msgstr "使用网站的默认设置"
711
+
712
+ # @ backwpup
713
+ #: ../inc/class-destination-email.php:103
714
+ msgid "PHP: mail()"
715
+ msgstr "PHP函数:mail()"
716
+
717
+ # @ backwpup
718
+ #: ../inc/class-destination-email.php:104
719
+ msgid "Sendmail"
720
+ msgstr "Sendmail"
721
+
722
+ # @ backwpup
723
+ #: ../inc/class-destination-email.php:105
724
+ msgid "SMTP"
725
+ msgstr "SMTP"
726
+
727
+ # @ backwpup
728
+ #: ../inc/class-destination-email.php:108
729
+ msgid ""
730
+ "- Use site settings: retrieves the e-mail settings of your site. -PHP mail"
731
+ "(): needs more PHP memory"
732
+ msgstr ""
733
+ "- 使用网站的默认设置:检索你网站的邮件设置。- PHP mail():需要更多的PHP内存"
734
+
735
+ # @ backwpup
736
+ #: ../inc/class-destination-email.php:112
737
+ msgid "Sendmail path"
738
+ msgstr "Sendmail的路径"
739
+
740
+ # @ backwpup
741
+ #: ../inc/class-destination-email.php:120
742
+ msgid "SMTP host name"
743
+ msgstr "SMTP 主机名"
744
+
745
+ # @ backwpup
746
+ #: ../inc/class-destination-email.php:125 ../inc/class-destination-ftp.php:46
747
+ msgid "Port:"
748
+ msgstr "端口:"
749
+
750
+ # @ backwpup
751
+ #: ../inc/class-destination-email.php:131
752
+ msgid "SMTP secure connection"
753
+ msgstr "SMTP 加密连接"
754
+
755
+ # @ backwpup
756
+ #: ../inc/class-destination-email.php:135
757
+ #: ../inc/class-destination-s3-v1.php:189 ../inc/class-destination-s3.php:205
758
+ #: ../inc/class-jobtype-dbdump.php:68 ../inc/class-jobtype-dbdump.php:103
759
+ #: ../inc/class-jobtype-wpexp.php:70 ../inc/class-jobtype-wpplugin.php:56
760
+ #: ../inc/class-page-backwpup.php:218 ../inc/class-page-backwpup.php:283
761
+ msgid "none"
762
+ msgstr "无"
763
+
764
+ # @ backwpup
765
+ #: ../inc/class-destination-email.php:136
766
+ msgid "SSL"
767
+ msgstr "SSL"
768
+
769
+ # @ backwpup
770
+ #: ../inc/class-destination-email.php:137
771
+ msgid "TLS"
772
+ msgstr "TLS"
773
+
774
+ # @ backwpup
775
+ #: ../inc/class-destination-email.php:142
776
+ msgid "SMTP username"
777
+ msgstr "SMTP 用户名"
778
+
779
+ # @ backwpup
780
+ #: ../inc/class-destination-email.php:149
781
+ msgid "SMTP password"
782
+ msgstr "SMTP 密码"
783
+
784
+ # @ backwpup
785
+ #: ../inc/class-destination-email.php:225
786
+ #, php-format
787
+ msgid "%d. Trying to send backup with e-mail&hellip;"
788
+ msgstr "%d. 正在通过邮件发送备份…"
789
+
790
+ # @ backwpup
791
+ #: ../inc/class-destination-email.php:230
792
+ msgid "Backup archive too big to be sent by e-mail!"
793
+ msgstr "备份存档超过了邮件所支持的附件大小!"
794
+
795
+ # @ backwpup
796
+ #: ../inc/class-destination-email.php:237
797
+ #, php-format
798
+ msgid "Sending e-mail to %s&hellip;"
799
+ msgstr "发送邮件到 %s ..."
800
+
801
+ # @ backwpup
802
+ #: ../inc/class-destination-email.php:309
803
+ #, php-format
804
+ msgid "BackWPup archive from %1$s: %2$s"
805
+ msgstr "BackWPup 存档来自 %1$s: %2$s"
806
+
807
+ # @ backwpup
808
+ #: ../inc/class-destination-email.php:312
809
+ #, php-format
810
+ msgid "Backup archive: %s"
811
+ msgstr "备份存档:%s"
812
+
813
+ # @ backwpup
814
+ #: ../inc/class-destination-email.php:326
815
+ #: ../inc/class-destination-email.php:447
816
+ msgid "Error while sending e-mail!"
817
+ msgstr "邮件发送失败!"
818
+
819
+ # @ backwpup
820
+ #: ../inc/class-destination-email.php:332
821
+ #: ../inc/class-destination-email.php:449
822
+ msgid "E-Mail sent."
823
+ msgstr "邮件已发送"
824
+
825
+ # @ backwpup
826
+ #: ../inc/class-destination-email.php:431
827
+ msgid "BackWPup archive sending TEST Message"
828
+ msgstr "BackWPup 存档发送测试消息"
829
+
830
+ # @ backwpup
831
+ #: ../inc/class-destination-email.php:434
832
+ msgid ""
833
+ "If this message reaches your inbox, sending backup archives via e-mail "
834
+ "should work for you."
835
+ msgstr ""
836
+ "如果这个信息成功发送到你的收件箱,说明通过邮件发送备份文件是可以实现的。"
837
+
838
+ # @ backwpup
839
+ #: ../inc/class-destination-folder.php:13 ../inc/class-page-backups.php:228
840
+ msgid "Folder"
841
+ msgstr "文件夹"
842
+
843
+ # @ backwpup
844
+ #: ../inc/class-destination-folder.php:14
845
+ msgid "Backup to Folder"
846
+ msgstr "备份到 当前服务器"
847
+
848
+ # @ backwpup
849
+ #: ../inc/class-destination-folder.php:45
850
+ msgid "Folder to store backups in"
851
+ msgstr "存放备份的文件夹"
852
+
853
+ # @ backwpup
854
+ #: ../inc/class-destination-folder.php:209
855
+ #, php-format
856
+ msgid "One backup file deleted"
857
+ msgid_plural "%d backup files deleted"
858
+ msgstr[0] "备份已删除"
859
+ msgstr[1] "%d 个备份已删除"
860
+
861
+ # @ backwpup
862
+ #: ../inc/class-destination-ftp.php:13
863
+ msgid "FTP"
864
+ msgstr "FTP"
865
+
866
+ # @ backwpup
867
+ #: ../inc/class-destination-ftp.php:14
868
+ msgid "Backup to FTP"
869
+ msgstr "备份到 FTP"
870
+
871
+ # @ backwpup
872
+ #: ../inc/class-destination-ftp.php:38
873
+ msgid "FTP server and login"
874
+ msgstr "FTP 服务器和登录"
875
+
876
+ # @ backwpup
877
+ #: ../inc/class-destination-ftp.php:42
878
+ msgid "FTP server"
879
+ msgstr "FTP 服务器"
880
+
881
+ # @ backwpup
882
+ #: ../inc/class-destination-ftp.php:52 ../inc/class-destination-rsc.php:50
883
+ msgid "Username"
884
+ msgstr "用户名"
885
+
886
+ # @ backwpup
887
+ #: ../inc/class-destination-ftp.php:59
888
+ msgid "Password"
889
+ msgstr "密码"
890
+
891
+ # @ backwpup
892
+ #: ../inc/class-destination-ftp.php:71
893
+ msgid "Folder to store files in"
894
+ msgstr "存放文件的文件夹"
895
+
896
+ # @ backwpup
897
+ #: ../inc/class-destination-ftp.php:83
898
+ msgid "Maximum number of files to keep in folder."
899
+ msgstr "保存文件的最大数量"
900
+
901
+ # @ backwpup
902
+ #: ../inc/class-destination-ftp.php:93
903
+ msgid "FTP specific settings"
904
+ msgstr "FTP 设置"
905
+
906
+ # @ backwpup
907
+ #: ../inc/class-destination-ftp.php:97
908
+ msgid "Timeout for FTP connection"
909
+ msgstr "FTP连接超时"
910
+
911
+ # @ backwpup
912
+ #: ../inc/class-destination-ftp.php:101 ../inc/class-page-logs.php:212
913
+ #: ../inc/class-page-settings.php:417
914
+ msgid "seconds"
915
+ msgstr "秒"
916
+
917
+ # @ backwpup
918
+ #: ../inc/class-destination-ftp.php:105
919
+ msgid "SSL-FTP connection"
920
+ msgstr "SSL-FTP 连接"
921
+
922
+ # @ backwpup
923
+ #: ../inc/class-destination-ftp.php:109
924
+ msgid "Use explicit SSL-FTP connection."
925
+ msgstr "使用明文 SSL-FTP 连接"
926
+
927
+ # @ backwpup
928
+ #: ../inc/class-destination-ftp.php:114
929
+ msgid "FTP Passive Mode"
930
+ msgstr "FTP 被动传输模式"
931
+
932
+ # @ backwpup
933
+ #: ../inc/class-destination-ftp.php:118
934
+ msgid "Use FTP Passive Mode."
935
+ msgstr "使用 FTP 被动传输模式"
936
+
937
+ # @ backwpup
938
+ #: ../inc/class-destination-ftp.php:194
939
+ msgid "FTP: Login failure!"
940
+ msgstr "FTP: 登录失败"
941
+
942
+ # @ backwpup
943
+ #: ../inc/class-destination-ftp.php:217
944
+ #, php-format
945
+ msgid "%d. Try to send backup file to an FTP server&#160;&hellip;"
946
+ msgstr "%d. 开始发送备份文件到 FTP 服务器 …"
947
+
948
+ # @ backwpup
949
+ #: ../inc/class-destination-ftp.php:223
950
+ #, php-format
951
+ msgid "Connected via explicit SSL-FTP to server: %s"
952
+ msgstr "SSL-FTP 明文连接到服务器:%s"
953
+
954
+ # @ backwpup
955
+ #: ../inc/class-destination-ftp.php:225
956
+ #, php-format
957
+ msgid "Cannot connect via explicit SSL-FTP to server: %s"
958
+ msgstr "使用明文 SSL-FTP 连接失败:%s"
959
+
960
+ # @ backwpup
961
+ #: ../inc/class-destination-ftp.php:231
962
+ msgid "PHP function to connect with explicit SSL-FTP to server does not exist!"
963
+ msgstr "明文连接 SSL-FTP 的PHP参数不支持"
964
+
965
+ # @ backwpup
966
+ #: ../inc/class-destination-ftp.php:239
967
+ #, php-format
968
+ msgid "Connected to FTP server: %s"
969
+ msgstr "连接FTP服务器: %s"
970
+
971
+ # @ backwpup
972
+ #: ../inc/class-destination-ftp.php:241
973
+ #, php-format
974
+ msgid "Cannot connect to FTP server: %s"
975
+ msgstr "无法连接到 FTP 服务器:%s"
976
+
977
+ # @ backwpup
978
+ #: ../inc/class-destination-ftp.php:248 ../inc/class-destination-ftp.php:256
979
+ #: ../inc/class-destination-ftp.php:267 ../inc/class-destination-ftp.php:311
980
+ #, php-format
981
+ msgid "FTP client command: %s"
982
+ msgstr "FTP 客户端命令:%s"
983
+
984
+ # @ backwpup
985
+ #: ../inc/class-destination-ftp.php:250
986
+ #, php-format
987
+ msgid "FTP server response: %s"
988
+ msgstr "FTP 服务器回应:%s"
989
+
990
+ # @ backwpup
991
+ #: ../inc/class-destination-ftp.php:254 ../inc/class-destination-ftp.php:258
992
+ #: ../inc/class-destination-ftp.php:270 ../inc/class-destination-ftp.php:272
993
+ #: ../inc/class-destination-ftp.php:314 ../inc/class-destination-ftp.php:316
994
+ #: ../inc/class-destination-ftp.php:320 ../inc/class-destination-ftp.php:322
995
+ #, php-format
996
+ msgid "FTP server reply: %s"
997
+ msgstr "FTP 服务器回应:%s"
998
+
999
+ # @ backwpup
1000
+ #: ../inc/class-destination-ftp.php:272
1001
+ msgid "Error getting SYSTYPE"
1002
+ msgstr "错误获得SYSTYPE"
1003
+
1004
+ # @ backwpup
1005
+ #: ../inc/class-destination-ftp.php:290
1006
+ #, php-format
1007
+ msgid "FTP Folder \"%s\" created!"
1008
+ msgstr "FTP 文件夹 \"%s\" 已完成!"
1009
+
1010
+ # @ backwpup
1011
+ #: ../inc/class-destination-ftp.php:294
1012
+ #, php-format
1013
+ msgid "FTP Folder \"%s\" cannot be created!"
1014
+ msgstr "FTP 文件夹 \"%s\" 创建失败!"
1015
+
1016
+ # @ backwpup
1017
+ #: ../inc/class-destination-ftp.php:304
1018
+ #, php-format
1019
+ msgid "FTP current folder is: %s"
1020
+ msgstr "FTP 传输当前文件名: %s"
1021
+
1022
+ # @ backwpup
1023
+ #: ../inc/class-destination-ftp.php:314
1024
+ msgid "Entering passive mode"
1025
+ msgstr "切换到被动模式"
1026
+
1027
+ # @ backwpup
1028
+ #: ../inc/class-destination-ftp.php:316
1029
+ msgid "Cannot enter passive mode"
1030
+ msgstr "无法切换到被动模式"
1031
+
1032
+ # @ backwpup
1033
+ #: ../inc/class-destination-ftp.php:320
1034
+ msgid "Entering normal mode"
1035
+ msgstr "切换普通模式"
1036
+
1037
+ # @ backwpup
1038
+ #: ../inc/class-destination-ftp.php:322
1039
+ msgid "Cannot enter normal mode"
1040
+ msgstr "无法切换到普通模式"
1041
+
1042
+ #: ../inc/class-destination-ftp.php:326
1043
+ msgid "Starting upload to FTP &#160;&hellip;"
1044
+ msgstr "开始上传到FTP..."
1045
+
1046
+ # @ backwpup
1047
+ #: ../inc/class-destination-ftp.php:335
1048
+ msgid "Cannot transfer backup to FTP server!"
1049
+ msgstr "无法发送备份文件到 FTP 服务器!"
1050
+
1051
+ # @ backwpup
1052
+ #: ../inc/class-destination-ftp.php:341
1053
+ #, php-format
1054
+ msgid "Backup transferred to FTP server: %s"
1055
+ msgstr "备份传送到FTP服务器: %s"
1056
+
1057
+ # @ backwpup
1058
+ #: ../inc/class-destination-ftp.php:387
1059
+ #, php-format
1060
+ msgid "Cannot delete \"%s\" on FTP server!"
1061
+ msgstr "无法删除 FTP 服务器的 \"%s\""
1062
+
1063
+ # @ backwpup
1064
+ #: ../inc/class-destination-ftp.php:390
1065
+ #, php-format
1066
+ msgid "One file deleted on FTP server"
1067
+ msgid_plural "%d files deleted on FTP server"
1068
+ msgstr[0] "已删除 FTP 服务器的 1 个文件"
1069
+ msgstr[1] "已删除 FTP 服务器的 %d 个文件"
1070
+
1071
+ # @ backwpup
1072
+ #: ../inc/class-destination-msazure.php:21
1073
+ msgid "MS Azure"
1074
+ msgstr "MS Azure"
1075
+
1076
+ # @ backwpup
1077
+ #: ../inc/class-destination-msazure.php:22
1078
+ msgid "Backup to Microsoft Azure (Blob)"
1079
+ msgstr "备份到 Microsoft Azure (Blob)"
1080
+
1081
+ # @ backwpup
1082
+ #: ../inc/class-destination-msazure.php:44
1083
+ msgid "MS Azure access keys"
1084
+ msgstr "MS Azure access keys"
1085
+
1086
+ # @ backwpup
1087
+ #: ../inc/class-destination-msazure.php:48
1088
+ msgid "Account name"
1089
+ msgstr "账户名称"
1090
+
1091
+ # @ backwpup
1092
+ #: ../inc/class-destination-msazure.php:55
1093
+ msgid "Access key"
1094
+ msgstr "Access key"
1095
+
1096
+ # @ backwpup
1097
+ #: ../inc/class-destination-msazure.php:63
1098
+ msgid "Blob container"
1099
+ msgstr "Blob 容器"
1100
+
1101
+ # @ backwpup
1102
+ #: ../inc/class-destination-msazure.php:67 ../inc/class-destination-rsc.php:78
1103
+ msgid "Container selection"
1104
+ msgstr "容器选择"
1105
+
1106
+ # @ backwpup
1107
+ #: ../inc/class-destination-msazure.php:79 ../inc/class-destination-rsc.php:90
1108
+ msgid "Create a new container"
1109
+ msgstr "新建容器"
1110
+
1111
+ # @ backwpup
1112
+ #: ../inc/class-destination-msazure.php:90
1113
+ msgid "Folder in container"
1114
+ msgstr "容器内部文件夹"
1115
+
1116
+ # @ backwpup
1117
+ #: ../inc/class-destination-msazure.php:96
1118
+ #: ../inc/class-destination-rsc.php:107 ../inc/class-destination-s3-v1.php:166
1119
+ #: ../inc/class-destination-s3.php:171
1120
+ msgid "File deletion"
1121
+ msgstr "文件删除"
1122
+
1123
+ # @ backwpup
1124
+ #: ../inc/class-destination-msazure.php:144
1125
+ #, php-format
1126
+ msgid "MS Azure container \"%s\" created."
1127
+ msgstr "MS Azure 容器 \"%s\" 已创建。"
1128
+
1129
+ # @ backwpup
1130
+ #: ../inc/class-destination-msazure.php:147
1131
+ #, php-format
1132
+ msgid "MS Azure container create: %s"
1133
+ msgstr "MS Azure 容器创建:%s"
1134
+
1135
+ # @ backwpup
1136
+ #: ../inc/class-destination-msazure.php:222
1137
+ #, php-format
1138
+ msgid "%d. Try sending backup to a Microsoft Azure (Blob)&#160;&hellip;"
1139
+ msgstr "%d. 开始发送备份文件到 Microsoft Azure (Blob)…"
1140
+
1141
+ # @ backwpup
1142
+ #: ../inc/class-destination-msazure.php:239
1143
+ #, php-format
1144
+ msgid "MS Azure container \"%s\" does not exist!"
1145
+ msgstr "MS Azure 容器 \"%s\" 不存在!"
1146
+
1147
+ # @ backwpup
1148
+ #: ../inc/class-destination-msazure.php:243
1149
+ #, php-format
1150
+ msgid "Connected to MS Azure container \"%s\"."
1151
+ msgstr "已连接到 MS Azure 容器 \"%s\""
1152
+
1153
+ # @ backwpup
1154
+ #: ../inc/class-destination-msazure.php:247
1155
+ msgid "Starting upload to MS Azure&#160;&hellip;"
1156
+ msgstr "开始上传文件到 Microsoft Azure …"
1157
+
1158
+ # @ backwpup
1159
+ #: ../inc/class-destination-msazure.php:292
1160
+ #, php-format
1161
+ msgid "One file deleted on Microsoft Azure container."
1162
+ msgid_plural "%d files deleted on Microsoft Azure container."
1163
+ msgstr[0] "在 Microsoft Azure 容器删除了 1 个文件。"
1164
+ msgstr[1] "在 Microsoft Azure 容器删除了 %d 个文件。"
1165
+
1166
+ # @ backwpup
1167
+ #: ../inc/class-destination-msazure.php:298
1168
+ #, php-format
1169
+ msgid "Microsoft Azure API: %s"
1170
+ msgstr "Microsoft Azure API: %s"
1171
+
1172
+ # @ backwpup
1173
+ #: ../inc/class-destination-msazure.php:380
1174
+ msgid "Missing account name!"
1175
+ msgstr "缺少帐户名!"
1176
+
1177
+ # @ backwpup
1178
+ #: ../inc/class-destination-msazure.php:382
1179
+ #: ../inc/class-destination-s3-v1.php:587 ../inc/class-destination-s3.php:628
1180
+ msgid "Missing access key!"
1181
+ msgstr "缺少 access key!"
1182
+
1183
+ # @ backwpup
1184
+ #: ../inc/class-destination-msazure.php:386
1185
+ msgid "No container found!"
1186
+ msgstr "未发现容器!"
1187
+
1188
+ # @ backwpup
1189
+ #: ../inc/class-destination-rsc.php:23
1190
+ msgid "RSC"
1191
+ msgstr "RSC"
1192
+
1193
+ # @ backwpup
1194
+ #: ../inc/class-destination-rsc.php:24 ../inc/class-page-about.php:238
1195
+ msgid "Backup to Rackspace Cloud Files"
1196
+ msgstr "备份到 Rackspace Cloud "
1197
+
1198
+ # @ backwpup
1199
+ #: ../inc/class-destination-rsc.php:46
1200
+ msgid "Rack Space Cloud Keys"
1201
+ msgstr "Rack Space Cloud Keys"
1202
+
1203
+ # @ backwpup
1204
+ #: ../inc/class-destination-rsc.php:57
1205
+ msgid "API Key"
1206
+ msgstr "API Key"
1207
+
1208
+ # @ backwpup
1209
+ #: ../inc/class-destination-rsc.php:65
1210
+ msgid "Select region"
1211
+ msgstr "选择地区"
1212
+
1213
+ # @ backwpup
1214
+ #: ../inc/class-destination-rsc.php:69 ../inc/class-destination-rsc.php:71
1215
+ msgid "Rackspace Cloud Files Region"
1216
+ msgstr "Rackspace Cloud 文件区"
1217
+
1218
+ # @ backwpup
1219
+ #: ../inc/class-destination-rsc.php:72
1220
+ msgid "Dallas (DFW)"
1221
+ msgstr "Dallas (DFW)"
1222
+
1223
+ # @ backwpup
1224
+ #: ../inc/class-destination-rsc.php:73
1225
+ msgid "Chicago (ORD)"
1226
+ msgstr "Chicago (ORD)"
1227
+
1228
+ # @ backwpup
1229
+ #: ../inc/class-destination-rsc.php:101 ../inc/class-destination-s3-v1.php:160
1230
+ #: ../inc/class-destination-s3.php:165
1231
+ msgid "Folder in bucket"
1232
+ msgstr "Bucket 内部文件夹"
1233
+
1234
+ # @ backwpup
1235
+ #: ../inc/class-destination-rsc.php:158
1236
+ #, php-format
1237
+ msgid "Rackspace Cloud container \"%s\" created."
1238
+ msgstr "Rackspace Cloud 容器 \"%s\" 已创建。"
1239
+
1240
+ # @ backwpup
1241
+ #: ../inc/class-destination-rsc.php:162 ../inc/class-destination-rsc.php:271
1242
+ #: ../inc/class-destination-rsc.php:299 ../inc/class-destination-rsc.php:347
1243
+ #, php-format
1244
+ msgid "Rackspace Cloud API: %s"
1245
+ msgstr "Rackspace Cloud API: %s"
1246
+
1247
+ # @ backwpup
1248
+ #: ../inc/class-destination-rsc.php:252
1249
+ #, php-format
1250
+ msgid "%d. Trying to send backup file to Rackspace cloud &hellip;"
1251
+ msgstr "%d. 正在尝试发送备份文件到 Rackspace cloud…"
1252
+
1253
+ # @ backwpup
1254
+ #: ../inc/class-destination-rsc.php:268
1255
+ #, php-format
1256
+ msgid "Connected to Rackspace cloud files container %s"
1257
+ msgstr "已连接到 Rackspace Cloud 容器 %s"
1258
+
1259
+ # @ backwpup
1260
+ #: ../inc/class-destination-rsc.php:280
1261
+ msgid "Upload to Rackspace cloud started &hellip;"
1262
+ msgstr "已开始上传到 Rackspace Cloud …"
1263
+
1264
+ # @ backwpup
1265
+ #: ../inc/class-destination-rsc.php:289
1266
+ msgid "Backup File transferred to RSC://"
1267
+ msgstr "备份文件转移到RSC://"
1268
+
1269
+ # @ backwpup
1270
+ #: ../inc/class-destination-rsc.php:293
1271
+ msgid "Cannot transfer backup to Rackspace cloud."
1272
+ msgstr "无法发送备份文件到 Rackspace cloud"
1273
+
1274
+ # @ backwpup
1275
+ #: ../inc/class-destination-rsc.php:341
1276
+ #, php-format
1277
+ msgid "One file deleted on Rackspace cloud container."
1278
+ msgid_plural "%d files deleted on Rackspace cloud container."
1279
+ msgstr[0] "在 Rackspace cloud 容器中已删除 1 个文件"
1280
+ msgstr[1] "在 Rackspace cloud 容器中已删除 %d 个文件"
1281
+
1282
+ # @ backwpup
1283
+ #: ../inc/class-destination-rsc.php:451
1284
+ msgid "Missing username!"
1285
+ msgstr "缺少用户名!"
1286
+
1287
+ # @ backwpup
1288
+ #: ../inc/class-destination-rsc.php:453
1289
+ msgid "Missing API Key!"
1290
+ msgstr "缺少 API Key!"
1291
+
1292
+ # @ backwpup
1293
+ #: ../inc/class-destination-rsc.php:457
1294
+ msgid "A container could not be found!"
1295
+ msgstr "未发现容器!"
1296
+
1297
+ # @ backwpup
1298
+ #: ../inc/class-destination-s3-v1.php:21 ../inc/class-destination-s3-v1.php:84
1299
+ #: ../inc/class-destination-s3.php:26 ../inc/class-destination-s3.php:89
1300
+ msgid "S3 Service"
1301
+ msgstr "S3 服务"
1302
+
1303
+ # @ backwpup
1304
+ #: ../inc/class-destination-s3-v1.php:22 ../inc/class-destination-s3.php:27
1305
+ msgid "Backup to an S3 Service"
1306
+ msgstr "备份到 S3 服务器"
1307
+
1308
+ # @ backwpup
1309
+ #: ../inc/class-destination-s3-v1.php:88 ../inc/class-destination-s3.php:93
1310
+ msgid "Select an S3 service"
1311
+ msgstr "选择一个 S3 服务器"
1312
+
1313
+ # @ backwpup
1314
+ #: ../inc/class-destination-s3-v1.php:90 ../inc/class-destination-s3.php:95
1315
+ msgid "Amazon S3 Region"
1316
+ msgstr "Amazon S3 地区"
1317
+
1318
+ # @ backwpup
1319
+ #: ../inc/class-destination-s3-v1.php:91 ../inc/class-destination-s3.php:96
1320
+ msgid "Amazon S3: US Standard"
1321
+ msgstr "Amazon S3: US Standard"
1322
+
1323
+ # @ backwpup
1324
+ #: ../inc/class-destination-s3-v1.php:92 ../inc/class-destination-s3.php:97
1325
+ msgid "Amazon S3: US West (Northern California)"
1326
+ msgstr "Amazon S3: US West (Northern California)"
1327
+
1328
+ # @ backwpup
1329
+ #: ../inc/class-destination-s3-v1.php:93 ../inc/class-destination-s3.php:98
1330
+ msgid "Amazon S3: US West (Oregon)"
1331
+ msgstr "Amazon S3: US West (Oregon)"
1332
+
1333
+ # @ backwpup
1334
+ #: ../inc/class-destination-s3-v1.php:94 ../inc/class-destination-s3.php:99
1335
+ msgid "Amazon S3: EU (Ireland)"
1336
+ msgstr "Amazon S3: EU (Ireland)"
1337
+
1338
+ # @ backwpup
1339
+ #: ../inc/class-destination-s3-v1.php:95 ../inc/class-destination-s3.php:100
1340
+ msgid "Amazon S3: Asia Pacific (Tokyo)"
1341
+ msgstr "Amazon S3: Asia Pacific (Tokyo)"
1342
+
1343
+ # @ backwpup
1344
+ #: ../inc/class-destination-s3-v1.php:96 ../inc/class-destination-s3.php:101
1345
+ msgid "Amazon S3: Asia Pacific (Singapore)"
1346
+ msgstr "Amazon S3: Asia Pacific (Singapore)"
1347
+
1348
+ # @ backwpup
1349
+ #: ../inc/class-destination-s3-v1.php:97 ../inc/class-destination-s3.php:102
1350
+ msgid "Amazon S3: Asia Pacific (Sydney)"
1351
+ msgstr "Amazon S3: Asia Pacific (Sydney)"
1352
+
1353
+ # @ backwpup
1354
+ #: ../inc/class-destination-s3-v1.php:98 ../inc/class-destination-s3.php:103
1355
+ msgid "Amazon S3: South America (Sao Paulo)"
1356
+ msgstr "Amazon S3: South America (Sao Paulo)"
1357
+
1358
+ # @ backwpup
1359
+ #: ../inc/class-destination-s3-v1.php:99 ../inc/class-destination-s3.php:104
1360
+ msgid "Google Storage (Interoperable Access)"
1361
+ msgstr "Google Storage(可互操作的访问)"
1362
+
1363
+ # @ backwpup
1364
+ #: ../inc/class-destination-s3-v1.php:100 ../inc/class-destination-s3.php:105
1365
+ msgid "Hosteurope Cloud Storage"
1366
+ msgstr "Hosteurope 云存储"
1367
+
1368
+ # @ backwpup
1369
+ #: ../inc/class-destination-s3-v1.php:101 ../inc/class-destination-s3.php:106
1370
+ msgid "Dream Host Cloud Storage"
1371
+ msgstr "Dream Host 云存储"
1372
+
1373
+ # @ backwpup
1374
+ #: ../inc/class-destination-s3-v1.php:106 ../inc/class-destination-s3.php:111
1375
+ msgid "Or an S3 Server URL"
1376
+ msgstr "或者一个 S3 服务器 URL"
1377
+
1378
+ # @ backwpup
1379
+ #: ../inc/class-destination-s3-v1.php:113 ../inc/class-destination-s3.php:118
1380
+ msgid "S3 Access Keys"
1381
+ msgstr "S3 Access Keys"
1382
+
1383
+ # @ backwpup
1384
+ #: ../inc/class-destination-s3-v1.php:117 ../inc/class-destination-s3.php:122
1385
+ msgid "Access Key"
1386
+ msgstr "Access Key"
1387
+
1388
+ # @ backwpup
1389
+ #: ../inc/class-destination-s3-v1.php:124 ../inc/class-destination-s3.php:129
1390
+ msgid "Secret Key"
1391
+ msgstr "Secret Key"
1392
+
1393
+ # @ backwpup
1394
+ #: ../inc/class-destination-s3-v1.php:132 ../inc/class-destination-s3.php:137
1395
+ msgid "S3 Bucket"
1396
+ msgstr "S3 Bucket"
1397
+
1398
+ # @ backwpup
1399
+ #: ../inc/class-destination-s3-v1.php:136 ../inc/class-destination-s3.php:141
1400
+ msgid "Bucket selection"
1401
+ msgstr "Bucket 选择"
1402
+
1403
+ # @ backwpup
1404
+ #: ../inc/class-destination-s3-v1.php:149 ../inc/class-destination-s3.php:154
1405
+ msgid "Create a new bucket"
1406
+ msgstr "新建一个存储库(Bucket)"
1407
+
1408
+ # @ backwpup
1409
+ #: ../inc/class-destination-s3-v1.php:156 ../inc/class-destination-s3.php:161
1410
+ msgid "S3 Backup settings"
1411
+ msgstr "S3 备份设置"
1412
+
1413
+ # @ backwpup
1414
+ #: ../inc/class-destination-s3-v1.php:182 ../inc/class-destination-s3.php:198
1415
+ msgid "Amazon specific settings"
1416
+ msgstr "Amazon 特定设置"
1417
+
1418
+ # @ backwpup
1419
+ #: ../inc/class-destination-s3-v1.php:186
1420
+ #: ../inc/class-destination-s3-v1.php:188 ../inc/class-destination-s3.php:202
1421
+ #: ../inc/class-destination-s3.php:204
1422
+ msgid "Amazon: Storage Class"
1423
+ msgstr "Amazon:存储类"
1424
+
1425
+ # @ backwpup
1426
+ #: ../inc/class-destination-s3-v1.php:190 ../inc/class-destination-s3.php:206
1427
+ msgid "Reduced Redundancy"
1428
+ msgstr "减少冗余"
1429
+
1430
+ # @ backwpup
1431
+ #: ../inc/class-destination-s3-v1.php:195 ../inc/class-destination-s3.php:211
1432
+ msgid "Server side encryption"
1433
+ msgstr "服务器端加密"
1434
+
1435
+ # @ backwpup
1436
+ #: ../inc/class-destination-s3-v1.php:199 ../inc/class-destination-s3.php:215
1437
+ msgid "Save files encrypted (AES256) on server."
1438
+ msgstr "在服务器上加密保存文件(AES256)"
1439
+
1440
+ # @ backwpup
1441
+ #: ../inc/class-destination-s3-v1.php:260 ../inc/class-destination-s3.php:271
1442
+ #, php-format
1443
+ msgid "Bucket %1$s created in %2$s."
1444
+ msgstr "存储库(Bucket) %1$s 已在 %2$s 内创建"
1445
+
1446
+ # @ backwpup
1447
+ #: ../inc/class-destination-s3-v1.php:262 ../inc/class-destination-s3.php:273
1448
+ #, php-format
1449
+ msgid "Bucket %s could not be created."
1450
+ msgstr "Bucket %s 无法创建!"
1451
+
1452
+ # @ backwpup
1453
+ #: ../inc/class-destination-s3-v1.php:309
1454
+ #: ../inc/class-destination-s3-v1.php:431
1455
+ #: ../inc/class-destination-s3-v1.php:482 ../inc/class-destination-s3.php:317
1456
+ #: ../inc/class-destination-s3.php:421 ../inc/class-destination-s3.php:451
1457
+ #: ../inc/class-destination-s3.php:472 ../inc/class-destination-s3.php:531
1458
+ #, php-format
1459
+ msgid "S3 Service API: %s"
1460
+ msgstr "S3服务 API:%s"
1461
+
1462
+ # @ backwpup
1463
+ #: ../inc/class-destination-s3-v1.php:374 ../inc/class-destination-s3.php:380
1464
+ #, php-format
1465
+ msgid "%d. Trying to send backup file to S3 Service&#160;&hellip;"
1466
+ msgstr "%d. 开始发送备份文件到 S3 服务器…"
1467
+
1468
+ # @ backwpup
1469
+ #: ../inc/class-destination-s3-v1.php:395 ../inc/class-destination-s3.php:392
1470
+ #, php-format
1471
+ msgid "Connected to S3 Bucket \"%1$s\" in %2$s"
1472
+ msgstr "已连接到 S3 Bucket \"%1$s\" in %2$s"
1473
+
1474
+ # @ backwpup
1475
+ #: ../inc/class-destination-s3-v1.php:398 ../inc/class-destination-s3.php:395
1476
+ #, php-format
1477
+ msgid "S3 Bucket \"%s\" does not exist!"
1478
+ msgstr "S3 Bucket \"%s\" 不存在!"
1479
+
1480
+ # @ backwpup
1481
+ #: ../inc/class-destination-s3-v1.php:404 ../inc/class-destination-s3.php:401
1482
+ msgid "Starting upload to S3 Service&#160;&hellip;"
1483
+ msgstr "开始上传文件到 S3 服务器 …"
1484
+
1485
+ # @ backwpup
1486
+ #: ../inc/class-destination-s3-v1.php:422 ../inc/class-destination-s3.php:463
1487
+ #, php-format
1488
+ msgid "Backup transferred to %s."
1489
+ msgstr "备份已转移到 %s"
1490
+
1491
+ # @ backwpup
1492
+ #: ../inc/class-destination-s3-v1.php:427 ../inc/class-destination-s3.php:468
1493
+ #, php-format
1494
+ msgid "Cannot transfer backup to S3! (%1$d) %2$s"
1495
+ msgstr "无法发送文件到 S3 服务器! (%1$d) %2$s"
1496
+
1497
+ # @ backwpup
1498
+ #: ../inc/class-destination-s3-v1.php:472 ../inc/class-destination-s3.php:521
1499
+ #, php-format
1500
+ msgid "Cannot delete backup from %s."
1501
+ msgstr "无法从 %s 删除备份"
1502
+
1503
+ # @ backwpup
1504
+ #: ../inc/class-destination-s3-v1.php:476 ../inc/class-destination-s3.php:525
1505
+ #, php-format
1506
+ msgid "One file deleted on S3 Bucket."
1507
+ msgid_plural "%d files deleted on S3 Bucket"
1508
+ msgstr[0] "在 S3 Bucket 中删除了 1 个文件"
1509
+ msgstr[1] "在 S3 Bucket 中删除了 %d 个文件"
1510
+
1511
+ # @ backwpup
1512
+ #: ../inc/class-destination-s3-v1.php:589 ../inc/class-destination-s3.php:630
1513
+ msgid "Missing secret access key!"
1514
+ msgstr "缺少 secret access key!"
1515
+
1516
+ # @ backwpup
1517
+ #: ../inc/class-destination-s3-v1.php:593 ../inc/class-destination-s3.php:634
1518
+ msgid "No bucket found!"
1519
+ msgstr "没有找到 Bucket!"
1520
+
1521
+ # @ backwpup
1522
+ #: ../inc/class-destination-s3.php:187
1523
+ msgid "Multipart Upload"
1524
+ msgstr "多部分上传"
1525
+
1526
+ # @ backwpup
1527
+ #: ../inc/class-destination-s3.php:191
1528
+ msgid "Use multipart upload for uploading a file"
1529
+ msgstr "使用多部分上传来上传文件"
1530
+
1531
+ # @ backwpup
1532
+ #: ../inc/class-destination-s3.php:192
1533
+ msgid ""
1534
+ "Multipart splits file into multiple chunks while uploading. This is "
1535
+ "necessary for displaying the upload process and to transfer bigger files. "
1536
+ "Beware: There is a known issue at Google storage with this option!"
1537
+ msgstr ""
1538
+ "将备份文件切割成多个小文件然后上传,这样有利于大文件的上传。注意:目前已知该"
1539
+ "功能无法在 Google storage 上使用。"
1540
+
1541
+ # @ backwpup
1542
+ #: ../inc/class-destination-s3.php:275
1543
+ #, php-format
1544
+ msgid " %s is not a valid bucket name."
1545
+ msgstr "%s 不是一个有效的 Bucket 名称"
1546
+
1547
+ # @ backwpup
1548
+ #: ../inc/class-destination-sugarsync.php:13
1549
+ msgid "SugarSync"
1550
+ msgstr "SugarSync"
1551
+
1552
+ # @ backwpup
1553
+ #: ../inc/class-destination-sugarsync.php:14 ../inc/class-page-about.php:253
1554
+ msgid "Backup to SugarSync"
1555
+ msgstr "备份到 SugarSync"
1556
+
1557
+ # @ backwpup
1558
+ #: ../inc/class-destination-sugarsync.php:36
1559
+ msgid "Sugarsync Login"
1560
+ msgstr "SugarSync 登录"
1561
+
1562
+ # @ backwpup
1563
+ #: ../inc/class-destination-sugarsync.php:42
1564
+ #: ../inc/class-destination-sugarsync.php:61
1565
+ #: ../inc/class-page-settings.php:318
1566
+ msgid "Authentication"
1567
+ msgstr "认证"
1568
+
1569
+ # @ backwpup
1570
+ #: ../inc/class-destination-sugarsync.php:44
1571
+ msgid "E-Mail address:"
1572
+ msgstr "邮箱地址:"
1573
+
1574
+ # @ backwpup
1575
+ #: ../inc/class-destination-sugarsync.php:48
1576
+ #: ../inc/class-page-settings.php:330
1577
+ msgid "Password:"
1578
+ msgstr "密码:"
1579
+
1580
+ # @ backwpup
1581
+ #: ../inc/class-destination-sugarsync.php:54
1582
+ #: ../inc/class-destination-sugarsync.php:135
1583
+ msgid "Sugarsync authenticate!"
1584
+ msgstr "SugarSync 认证!"
1585
+
1586
+ # @ backwpup
1587
+ #: ../inc/class-destination-sugarsync.php:56
1588
+ #: ../inc/class-destination-sugarsync.php:151
1589
+ msgid "Create Sugarsync account"
1590
+ msgstr "创建 SugarSync 账户"
1591
+
1592
+ # @ backwpup
1593
+ #: ../inc/class-destination-sugarsync.php:65
1594
+ #: ../inc/class-destination-sugarsync.php:147
1595
+ msgid "Delete Sugarsync authentication!"
1596
+ msgstr "删除 SugarSync 认证!"
1597
+
1598
+ # @ backwpup
1599
+ #: ../inc/class-destination-sugarsync.php:71
1600
+ msgid "SugarSync Root"
1601
+ msgstr "SugarSync 根目录"
1602
+
1603
+ # @ backwpup
1604
+ #: ../inc/class-destination-sugarsync.php:75
1605
+ msgid "Sync folder selection"
1606
+ msgstr "选择同步文件夹"
1607
+
1608
+ # @ backwpup
1609
+ #: ../inc/class-destination-sugarsync.php:83
1610
+ msgid "No Syncfolders found!"
1611
+ msgstr "没有找到同步文件夹!"
1612
+
1613
+ # @ backwpup
1614
+ #: ../inc/class-destination-sugarsync.php:104
1615
+ msgid "Folder in root"
1616
+ msgstr "根目录的文件夹"
1617
+
1618
+ # @ backwpup
1619
+ #: ../inc/class-destination-sugarsync.php:243
1620
+ #, php-format
1621
+ msgid "%d. Try to send backup to SugarSync&#160;&hellip;"
1622
+ msgstr "%d. 开始发送备份文件到 SugarSync …"
1623
+
1624
+ # @ backwpup
1625
+ #: ../inc/class-destination-sugarsync.php:250
1626
+ #, php-format
1627
+ msgid "Authenticated to SugarSync with nickname %s"
1628
+ msgstr "SugarSync 用户昵称 %s 已认证"
1629
+
1630
+ #: ../inc/class-destination-sugarsync.php:253
1631
+ #, php-format
1632
+ msgctxt "Available space on SugarSync"
1633
+ msgid "Not enough disk space available on SugarSync. Available: %s."
1634
+ msgstr "你的 SugarSync 没有足够的可用磁盘空间。可供选择:%s"
1635
+
1636
+ # @ backwpup
1637
+ #: ../inc/class-destination-sugarsync.php:259
1638
+ #, php-format
1639
+ msgid "%s available at SugarSync"
1640
+ msgstr "SugarSync 可用空间剩余 %s"
1641
+
1642
+ # @ backwpup
1643
+ #: ../inc/class-destination-sugarsync.php:266
1644
+ msgid "Starting upload to SugarSync&#160;&hellip;"
1645
+ msgstr "开始上传文件到 SugarSync …"
1646
+
1647
+ # @ backwpup
1648
+ #: ../inc/class-destination-sugarsync.php:275
1649
+ msgid "Cannot transfer backup to SugarSync!"
1650
+ msgstr "无法上传文件到 SugarSync !"
1651
+
1652
+ # @ backwpup
1653
+ #: ../inc/class-destination-sugarsync.php:314
1654
+ #, php-format
1655
+ msgid "One file deleted on SugarSync folder"
1656
+ msgid_plural "%d files deleted on SugarSync folder"
1657
+ msgstr[0] "从 SugarSync 文件夹中删除了 1 个文件"
1658
+ msgstr[1] "从 SugarSync 文件夹中删除了 %d 个文件"
1659
+
1660
+ # @ backwpup
1661
+ #: ../inc/class-destination-sugarsync.php:320
1662
+ #, php-format
1663
+ msgid "SugarSync API: %s"
1664
+ msgstr "SugarSync API:%s"
1665
+
1666
+ # @ backwpup
1667
+ #: ../inc/class-help.php:15
1668
+ msgid "Plugin Info"
1669
+ msgstr "插件信息"
1670
+
1671
+ # @ backwpup
1672
+ #: ../inc/class-help.php:17
1673
+ #, php-format
1674
+ msgctxt "Plugin name and link; Plugin Version"
1675
+ msgid ""
1676
+ "%1$s version %2$s. A project by <a href=\"http://inpsyde.com\">Inpsyde GmbH</"
1677
+ "a>. Developed by <a href=\"http://danielhuesken.de\">Daniel Hüsken</a>."
1678
+ msgstr ""
1679
+ "%1$s 版本 %2$s ,<a href=\"http://inpsyde.com\">Inpsyde GmbH</a> 的项目,开发"
1680
+ "者:<a href=\"http://danielhuesken.de\">Daniel Hüsken</a>。"
1681
+
1682
+ # @ backwpup
1683
+ #: ../inc/class-help.php:18
1684
+ msgid ""
1685
+ "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you "
1686
+ "are welcome to redistribute it under certain conditions."
1687
+ msgstr "BackWPup 绝对没有担保。这是自由软件,欢迎你在一定条件下重新发布它。"
1688
+
1689
+ # @ backwpup
1690
+ #: ../inc/class-help.php:21
1691
+ msgid "For more information:"
1692
+ msgstr "欲了解更多信息,请访问:"
1693
+
1694
+ # @ backwpup
1695
+ #: ../inc/class-help.php:23
1696
+ msgid "Plugin on wordpress.org"
1697
+ msgstr "wordpress.org 插件"
1698
+
1699
+ # @ backwpup
1700
+ #: ../inc/class-help.php:24
1701
+ msgid "https://marketpress.com/news/"
1702
+ msgstr "https://marketpress.com/news/"
1703
+
1704
+ # @ backwpup
1705
+ #: ../inc/class-help.php:24
1706
+ msgid "News"
1707
+ msgstr "新闻"
1708
+
1709
+ # @ backwpup
1710
+ #: ../inc/class-help.php:29
1711
+ msgid "Manual"
1712
+ msgstr "手册"
1713
+
1714
+ # @ backwpup
1715
+ #: ../inc/class-install.php:49
1716
+ msgid "BackWPup Admin"
1717
+ msgstr "BackWPup 管理"
1718
+
1719
+ # @ backwpup
1720
+ #: ../inc/class-install.php:62
1721
+ msgid "BackWPup jobs checker"
1722
+ msgstr "BackWPup 计划检查"
1723
+
1724
+ # @ backwpup
1725
+ #: ../inc/class-install.php:75
1726
+ msgid "BackWPup jobs helper"
1727
+ msgstr "BackWPup 计划帮助"
1728
+
1729
+ # @ backwpup
1730
+ #: ../inc/class-job.php:161
1731
+ msgid "Starting job"
1732
+ msgstr "启动计划"
1733
+
1734
+ # @ backwpup
1735
+ #: ../inc/class-job.php:178
1736
+ msgid "Job Start"
1737
+ msgstr "计划启动"
1738
+
1739
+ # @ backwpup
1740
+ #: ../inc/class-job.php:212
1741
+ msgid "Creates archive"
1742
+ msgstr "创建存档"
1743
+
1744
+ # @ backwpup
1745
+ #: ../inc/class-job.php:244
1746
+ msgid "Job End"
1747
+ msgstr "计划已完成"
1748
+
1749
+ # @ backwpup
1750
+ #: ../inc/class-job.php:250
1751
+ #, php-format
1752
+ msgid "BackWPup log for %1$s from %2$s at %3$s"
1753
+ msgstr "BackWPup 日志文件 %1$s 来自 %2$s %3$s"
1754
+
1755
+ # @ backwpup
1756
+ #: ../inc/class-job.php:268
1757
+ #, php-format
1758
+ msgctxt "Plugin name; Plugin Version; WordPress Version"
1759
+ msgid ""
1760
+ "[INFO] %1$s version %2$s; WordPress version %3$s; A project of Inpsyde GmbH "
1761
+ "developed by Daniel Hüsken"
1762
+ msgstr ""
1763
+ "[INFO] %1$s 版本 %2$s; WordPress 版本 %3$s; 一个由 Daniel Hüsken 开发的 "
1764
+ "Inpsyde GmbH 项目。"
1765
+
1766
+ # @ backwpup
1767
+ #: ../inc/class-job.php:269
1768
+ msgid ""
1769
+ "[INFO] This program comes with ABSOLUTELY NO WARRANTY. This is free "
1770
+ "software, and you are welcome to redistribute it under certain conditions."
1771
+ msgstr ""
1772
+ "[INFO] 这个程序是绝对没有担保。这是自由软件,欢迎您在一定条件下重新发布它。"
1773
+
1774
+ # @ backwpup
1775
+ #: ../inc/class-job.php:270
1776
+ #, php-format
1777
+ msgid "[INFO] BackWPup job: %1$s; %2$s"
1778
+ msgstr "[INFO] BackWPup 计划: %1$s; %2$s"
1779
+
1780
+ # @ backwpup
1781
+ #: ../inc/class-job.php:272
1782
+ msgid "[INFO] BackWPup cron:"
1783
+ msgstr "[INFO] BackWPup 定时:"
1784
+
1785
+ # @ backwpup
1786
+ #: ../inc/class-job.php:274
1787
+ msgid "[INFO] BackWPup job started from wp-cron"
1788
+ msgstr "[INFO] BackWPup 计划已根据 wp-cron 启动"
1789
+
1790
+ # @ backwpup
1791
+ #: ../inc/class-job.php:276
1792
+ msgid "[INFO] BackWPup job started manually"
1793
+ msgstr "[INFO] BackWPup 计划已手动启动"
1794
+
1795
+ # @ backwpup
1796
+ #: ../inc/class-job.php:278
1797
+ msgid "[INFO] BackWPup job started from external url"
1798
+ msgstr "[INFO] BackWPup 计划已从外部 URL 启动"
1799
+
1800
+ # @ backwpup
1801
+ #: ../inc/class-job.php:280
1802
+ msgid "[INFO] BackWPup job started form commandline interface"
1803
+ msgstr "[INFO] BackWPup 计划已从命令行界面启动"
1804
+
1805
+ # @ backwpup
1806
+ #: ../inc/class-job.php:281
1807
+ msgid "[INFO] PHP ver.:"
1808
+ msgstr "[INFO] PHP 版本:"
1809
+
1810
+ # @ backwpup
1811
+ #: ../inc/class-job.php:282
1812
+ #, php-format
1813
+ msgid "[INFO] Maximum script execution time is %1$d seconds"
1814
+ msgstr "[INFO] 最大脚本的执行时间是 %1$d 秒"
1815
+
1816
+ # @ backwpup
1817
+ #: ../inc/class-job.php:283
1818
+ #, php-format
1819
+ msgid "[INFO] MySQL ver.: %s"
1820
+ msgstr "[INFO] MySQL 版本:%s"
1821
+
1822
+ # @ backwpup
1823
+ #: ../inc/class-job.php:286
1824
+ #, php-format
1825
+ msgid "[INFO] curl ver.: %1$s; %2$s"
1826
+ msgstr "[INFO] curl 版本:%1$s; %2$s"
1827
+
1828
+ # @ backwpup
1829
+ #: ../inc/class-job.php:288
1830
+ #, php-format
1831
+ msgid "[INFO] Temp folder is: %s"
1832
+ msgstr "[INFO] 临时文件夹是:%s"
1833
+
1834
+ # @ backwpup
1835
+ #: ../inc/class-job.php:289
1836
+ #, php-format
1837
+ msgid "[INFO] Logfile folder is: %s"
1838
+ msgstr "[INFO] 日志文件夹是:%s"
1839
+
1840
+ # @ backwpup
1841
+ #: ../inc/class-job.php:290
1842
+ #, php-format
1843
+ msgid "[INFO] Backup type is: %s"
1844
+ msgstr "[INFO] 备份类型是:%s"
1845
+
1846
+ # @ backwpup
1847
+ #: ../inc/class-job.php:292
1848
+ #, php-format
1849
+ msgid "[INFO] Backup file is: %s"
1850
+ msgstr "[INFO] 备份文件是:%s"
1851
+
1852
+ # @ backwpup
1853
+ #: ../inc/class-job.php:309
1854
+ msgid ""
1855
+ "No destination correctly defined for backup! Please correct job settings."
1856
+ msgstr "没有正确定义备份的目的地!"
1857
+
1858
+ # @ backwpup
1859
+ #: ../inc/class-job.php:438 ../inc/class-job.php:439 ../inc/class-job.php:518
1860
+ #: ../inc/class-job.php:519 ../inc/class-job.php:570
1861
+ msgid "Wrong BackWPup JobID"
1862
+ msgstr "错误的 BackWPup 计划 ID"
1863
+
1864
+ # @ backwpup
1865
+ #: ../inc/class-job.php:443 ../inc/class-job.php:444 ../inc/class-job.php:524
1866
+ #: ../inc/class-job.php:576
1867
+ msgid "Log folder does not exist or is not writable for BackWPup"
1868
+ msgstr "BackWPup 日志文件夹不存在或不可写!"
1869
+
1870
+ # @ backwpup
1871
+ #: ../inc/class-job.php:447 ../inc/class-job.php:448 ../inc/class-job.php:528
1872
+ #: ../inc/class-job.php:581
1873
+ msgid "Temp folder does not exist or is not writable for BackWPup"
1874
+ msgstr "BackWPup 临时文件夹不存在或不可写!"
1875
+
1876
+ # @ backwpup
1877
+ #: ../inc/class-job.php:452 ../inc/class-job.php:453
1878
+ msgid "Backups folder does not exist or is not writable for BackWPup"
1879
+ msgstr "BackWPup 备份文件夹不存在或不可写!"
1880
+
1881
+ # @ backwpup
1882
+ #: ../inc/class-job.php:458 ../inc/class-job.php:459
1883
+ msgid "No BackWPup job running"
1884
+ msgstr "没有 BackWPup 备份计划正在执行"
1885
+
1886
+ # @ backwpup
1887
+ #: ../inc/class-job.php:462 ../inc/class-job.php:463 ../inc/class-job.php:532
1888
+ #: ../inc/class-job.php:533 ../inc/class-job.php:588
1889
+ msgid "A BackWPup job is already running"
1890
+ msgstr "一个 BackWPup 备份计划已在执行"
1891
+
1892
+ # @ backwpup
1893
+ #: ../inc/class-job.php:523
1894
+ msgid "Log folder does not exist or is not writable"
1895
+ msgstr "日志文件夹不存在或不可写"
1896
+
1897
+ # @ backwpup
1898
+ #: ../inc/class-job.php:527
1899
+ msgid "Temp folder does not exist or is not writable"
1900
+ msgstr "临时文件夹不存在或不可写"
1901
+
1902
+ # @ default
1903
+ #: ../inc/class-job.php:539
1904
+ msgid "Job Started"
1905
+ msgstr "计划已启动"
1906
+
1907
+ # @ backwpup
1908
+ #: ../inc/class-job.php:620
1909
+ msgid "Job restart due to inactivity for more than 5 minutes."
1910
+ msgstr "由于闲置超过 5 分钟,计划重新启动。"
1911
+
1912
+ # @ backwpup
1913
+ #: ../inc/class-job.php:623
1914
+ msgid ""
1915
+ "Second process start terminated, because a other job is already running!"
1916
+ msgstr "第二个启动进程已终止,因为其他的计划已在执行!"
1917
+
1918
+ # @ backwpup
1919
+ #: ../inc/class-job.php:731
1920
+ msgid "Step aborted: too many attempts!"
1921
+ msgstr "步骤中止:尝试次数过多!"
1922
+
1923
+ # @ backwpup
1924
+ #: ../inc/class-job.php:875
1925
+ #, php-format
1926
+ msgid "Signal %d is sent to script!"
1927
+ msgstr "信号 %d 已经发送到脚本!"
1928
+
1929
+ # @ backwpup
1930
+ #: ../inc/class-job.php:879
1931
+ msgid "Script stopped! Will start again."
1932
+ msgstr "脚本已停止!将再次尝试。"
1933
+
1934
+ # @ backwpup
1935
+ #: ../inc/class-job.php:904
1936
+ #, php-format
1937
+ msgid "Please use another folder: %1$s"
1938
+ msgstr "请使用其他文件夹:%1$s"
1939
+
1940
+ # @ backwpup
1941
+ #: ../inc/class-job.php:911
1942
+ #, php-format
1943
+ msgid "Cannot create folder: %1$s"
1944
+ msgstr "无法创建文件夹: %1$s"
1945
+
1946
+ # @ backwpup
1947
+ #: ../inc/class-job.php:919
1948
+ #, php-format
1949
+ msgid "Folder \"%1$s\" is not writable"
1950
+ msgstr "文件夹 \"%1$s\" 不可写"
1951
+
1952
+ # @ backwpup
1953
+ #: ../inc/class-job.php:944
1954
+ #, php-format
1955
+ msgid "Exception caught in %1$s: %2$s"
1956
+ msgstr "异常发生于 %1$s: %2$s"
1957
+
1958
+ # @ backwpup
1959
+ #: ../inc/class-job.php:1001 ../inc/class-page-jobs.php:639
1960
+ msgid "WARNING:"
1961
+ msgstr "警告:"
1962
+
1963
+ # @ backwpup
1964
+ #: ../inc/class-job.php:1014
1965
+ msgid "DEPRECATED:"
1966
+ msgstr "弃用:"
1967
+
1968
+ # @ backwpup
1969
+ #: ../inc/class-job.php:1017
1970
+ msgid "STRICT NOTICE:"
1971
+ msgstr "严格注意:"
1972
+
1973
+ # @ backwpup
1974
+ #: ../inc/class-job.php:1020
1975
+ msgid "RECOVERABLE ERROR:"
1976
+ msgstr "可恢复的错误:"
1977
+
1978
+ # @ backwpup
1979
+ #: ../inc/class-job.php:1155
1980
+ #, php-format
1981
+ msgid "One old log deleted"
1982
+ msgid_plural "%d old logs deleted"
1983
+ msgstr[0] "已删除 1 个旧的日志"
1984
+ msgstr[1] "已删除 %d 个旧的日志"
1985
+
1986
+ #: ../inc/class-job.php:1161 ../inc/class-page-jobs.php:637
1987
+ #, php-format
1988
+ msgid ""
1989
+ "Job has ended with errors in %s seconds. You must resolve the errors for "
1990
+ "correct execution."
1991
+ msgstr "计划已结束,用时 %s 秒,有错误。为正确执行,请解决这些错误。"
1992
+
1993
+ #: ../inc/class-job.php:1163 ../inc/class-page-jobs.php:639
1994
+ #, php-format
1995
+ msgid ""
1996
+ "Job has done with warnings in %s seconds. Please resolve them for correct "
1997
+ "execution."
1998
+ msgstr "计划已完成,用时 %s 秒,有警告。为正确执行,请解决这些警告。"
1999
+
2000
+ # @ backwpup
2001
+ #: ../inc/class-job.php:1165 ../inc/class-page-jobs.php:641
2002
+ #, php-format
2003
+ msgid "Job done in %s seconds."
2004
+ msgstr "计划已完成,用时 %s 秒"
2005
+
2006
+ # @ backwpup
2007
+ #: ../inc/class-job.php:1231
2008
+ msgid "SUCCESSFUL"
2009
+ msgstr "成功"
2010
+
2011
+ # @ backwpup
2012
+ #: ../inc/class-job.php:1234
2013
+ msgid "WARNING"
2014
+ msgstr "警告"
2015
+
2016
+ # @ backwpup
2017
+ #: ../inc/class-job.php:1559
2018
+ #, php-format
2019
+ msgctxt "Folder name"
2020
+ msgid "Folder %s not exists"
2021
+ msgstr "文件夹 %s 不存在"
2022
+
2023
+ # @ backwpup
2024
+ #: ../inc/class-job.php:1563
2025
+ #, php-format
2026
+ msgctxt "Folder name"
2027
+ msgid "Folder %s not readable"
2028
+ msgstr "文件夹 %s 不可读"
2029
+
2030
+ # @ backwpup
2031
+ #: ../inc/class-job.php:1579
2032
+ #, php-format
2033
+ msgid "File \"%s\" is not readable!"
2034
+ msgstr "文件 \"%s\" 不可读"
2035
+
2036
+ # @ backwpup
2037
+ #: ../inc/class-job.php:1581
2038
+ #, php-format
2039
+ msgid "Link \"%s\" not followed."
2040
+ msgstr "链接 \"%s\" 没有跟随"
2041
+
2042
+ # @ backwpup
2043
+ #: ../inc/class-job.php:1613
2044
+ #, php-format
2045
+ msgid "%d. Trying to create backup archive &hellip;"
2046
+ msgstr "%d. 正在尝试创建备份存档 …"
2047
+
2048
+ # @ backwpup
2049
+ #: ../inc/class-job.php:1620
2050
+ #, php-format
2051
+ msgctxt "Archive compression method"
2052
+ msgid "Compression method is %s"
2053
+ msgstr "压缩格式为 %s"
2054
+
2055
+ # @ backwpup
2056
+ #: ../inc/class-job.php:1674
2057
+ msgid "Backup archive created."
2058
+ msgstr "备份存档已创建"
2059
+
2060
+ # @ backwpup
2061
+ #: ../inc/class-job.php:1683
2062
+ #, php-format
2063
+ msgid "Archive size is %s."
2064
+ msgstr "存档大小为 %s"
2065
+
2066
+ # @ backwpup
2067
+ #: ../inc/class-job.php:1684
2068
+ #, php-format
2069
+ msgid "%1$d Files with %2$s in Archive."
2070
+ msgstr "%1$d 文件和 %2$s 在存档中"
2071
+
2072
+ # @ backwpup
2073
+ #: ../inc/class-jobtype-dbcheck.php:13
2074
+ msgid "DB Check"
2075
+ msgstr "检查表"
2076
+
2077
+ # @ backwpup
2078
+ #: ../inc/class-jobtype-dbcheck.php:14
2079
+ msgid "Check database tables"
2080
+ msgstr "检查数据表"
2081
+
2082
+ # @ backwpup
2083
+ #: ../inc/class-jobtype-dbcheck.php:35
2084
+ msgid "Settings for database check"
2085
+ msgstr "数据库检查设置"
2086
+
2087
+ # @ backwpup
2088
+ #: ../inc/class-jobtype-dbcheck.php:39 ../inc/class-jobtype-dboptimize.php:40
2089
+ msgid "WordPress tables only"
2090
+ msgstr "仅 WordPress 数据表"
2091
+
2092
+ # @ backwpup
2093
+ #: ../inc/class-jobtype-dbcheck.php:44
2094
+ msgid "Check WordPress database tables only"
2095
+ msgstr "只检查wordpress本身的数据表"
2096
+
2097
+ # @ backwpup
2098
+ #: ../inc/class-jobtype-dbcheck.php:49
2099
+ msgid "Repair"
2100
+ msgstr "修复"
2101
+
2102
+ # @ backwpup
2103
+ #: ../inc/class-jobtype-dbcheck.php:54
2104
+ msgid "Try to repair defect table"
2105
+ msgstr "尝试修复数据表"
2106
+
2107
+ # @ backwpup
2108
+ #: ../inc/class-jobtype-dbcheck.php:79
2109
+ #, php-format
2110
+ msgid "%d. Trying to check database&#160;&hellip;"
2111
+ msgstr "%d. 开始检查数据表 …"
2112
+
2113
+ # @ backwpup
2114
+ #: ../inc/class-jobtype-dbcheck.php:111
2115
+ #, php-format
2116
+ msgid "Table %1$s is a view. Not checked."
2117
+ msgstr "数据表 %1$s 是一个view,不用检查。"
2118
+
2119
+ # @ backwpup
2120
+ #: ../inc/class-jobtype-dbcheck.php:116
2121
+ #, php-format
2122
+ msgid "Table %1$s is not a MyISAM/InnoDB table. Not checked."
2123
+ msgstr "数据表 %1$s 不是一个有效的 MyISAM/InnoDB 表,不进行检查。"
2124
+
2125
+ # @ backwpup
2126
+ #: ../inc/class-jobtype-dbcheck.php:123 ../inc/class-jobtype-dbcheck.php:125
2127
+ #: ../inc/class-jobtype-dbcheck.php:127
2128
+ #, php-format
2129
+ msgid "Result of table check for %1$s is: %2$s"
2130
+ msgstr "检查数据表 %1$s 结果:%2$s"
2131
+
2132
+ # @ backwpup
2133
+ #: ../inc/class-jobtype-dbcheck.php:133 ../inc/class-jobtype-dbcheck.php:135
2134
+ #: ../inc/class-jobtype-dbcheck.php:137
2135
+ #, php-format
2136
+ msgid "Result of table repair for %1$s is: %2$s"
2137
+ msgstr "修复数据表 %1$s 结果::%2$s"
2138
+
2139
+ # @ backwpup
2140
+ #: ../inc/class-jobtype-dbcheck.php:142
2141
+ msgid "Database check done!"
2142
+ msgstr "数据库检查完毕!"
2143
+
2144
+ # @ backwpup
2145
+ #: ../inc/class-jobtype-dbcheck.php:145
2146
+ msgid "No tables to check."
2147
+ msgstr "没有数据表要检查"
2148
+
2149
+ # @ backwpup
2150
+ #: ../inc/class-jobtype-dbdump.php:13
2151
+ msgid "DB Backup"
2152
+ msgstr "数据库"
2153
+
2154
+ # @ backwpup
2155
+ #: ../inc/class-jobtype-dbdump.php:14
2156
+ msgid "Database backup"
2157
+ msgstr "数据库"
2158
+
2159
+ # @ backwpup
2160
+ #: ../inc/class-jobtype-dbdump.php:15
2161
+ msgid "Creates an .sql database dump file"
2162
+ msgstr "创建一个 .sql 数据库转存文件"
2163
+
2164
+ # @ backwpup
2165
+ #: ../inc/class-jobtype-dbdump.php:61
2166
+ msgid "Settings for database backup"
2167
+ msgstr "设置数据库备份"
2168
+
2169
+ # @ backwpup
2170
+ #: ../inc/class-jobtype-dbdump.php:65
2171
+ msgid "Tables to backup"
2172
+ msgstr "选择数据表"
2173
+
2174
+ # @ backwpup
2175
+ #: ../inc/class-jobtype-dbdump.php:67
2176
+ msgid "all"
2177
+ msgstr "全选"
2178
+
2179
+ # @ backwpup
2180
+ #: ../inc/class-jobtype-dbdump.php:92
2181
+ msgid "Dumpfile name"
2182
+ msgstr "转储文件名"
2183
+
2184
+ # @ backwpup
2185
+ #: ../inc/class-jobtype-dbdump.php:100
2186
+ msgid "Dumpfile compression"
2187
+ msgstr "转储文件压缩"
2188
+
2189
+ # @ backwpup
2190
+ #: ../inc/class-jobtype-dbdump.php:105 ../inc/class-jobtype-dbdump.php:107
2191
+ #: ../inc/class-jobtype-wpexp.php:72 ../inc/class-jobtype-wpexp.php:74
2192
+ #: ../inc/class-jobtype-wpplugin.php:58 ../inc/class-jobtype-wpplugin.php:60
2193
+ msgid "GZip"
2194
+ msgstr "GZip"
2195
+
2196
+ # @ backwpup
2197
+ #: ../inc/class-jobtype-dbdump.php:109 ../inc/class-jobtype-dbdump.php:111
2198
+ #: ../inc/class-jobtype-wpexp.php:76 ../inc/class-jobtype-wpexp.php:78
2199
+ #: ../inc/class-jobtype-wpplugin.php:62 ../inc/class-jobtype-wpplugin.php:64
2200
+ msgid "BZip2"
2201
+ msgstr "BZip2"
2202
+
2203
+ # @ backwpup
2204
+ #: ../inc/class-jobtype-dbdump.php:155
2205
+ #, php-format
2206
+ msgid "%d. Try to dump database&#160;&hellip;"
2207
+ msgstr "%d. 开始转储数据表 …"
2208
+
2209
+ # @ backwpup
2210
+ #: ../inc/class-jobtype-dbdump.php:167
2211
+ #, php-format
2212
+ msgid "Connected to database %1$s on %2$s"
2213
+ msgstr "已连接 %1$s 数据库在主机 %2$s "
2214
+
2215
+ # @ backwpup
2216
+ #: ../inc/class-jobtype-dbdump.php:179
2217
+ msgid "No tables to dump."
2218
+ msgstr "没有数据库要转储"
2219
+
2220
+ # @ backwpup
2221
+ #: ../inc/class-jobtype-dbdump.php:188
2222
+ #, php-format
2223
+ msgid "Dump database table \"%s\""
2224
+ msgstr "转储数据表 \"%s\""
2225
+
2226
+ # @ backwpup
2227
+ #: ../inc/class-jobtype-dbdump.php:208
2228
+ #, php-format
2229
+ msgid "Added database dump \"%1$s\" with %2$s to backup file list"
2230
+ msgstr "添加转储数据表列表 \"%1$s\" ,大小 %2$s"
2231
+
2232
+ # @ backwpup
2233
+ #: ../inc/class-jobtype-dbdump.php:211
2234
+ msgid "Database dump done!"
2235
+ msgstr "数据库转储完成!"
2236
+
2237
+ # @ backwpup
2238
+ #: ../inc/class-jobtype-dboptimize.php:13
2239
+ msgid "DB Optimize"
2240
+ msgstr "优化表"
2241
+
2242
+ # @ backwpup
2243
+ #: ../inc/class-jobtype-dboptimize.php:14
2244
+ msgid "Optimize database tables"
2245
+ msgstr "优化数据表"
2246
+
2247
+ # @ backwpup
2248
+ #: ../inc/class-jobtype-dboptimize.php:36
2249
+ msgid "Settings for database optimization"
2250
+ msgstr "数据库优化设置"
2251
+
2252
+ # @ backwpup
2253
+ #: ../inc/class-jobtype-dboptimize.php:45
2254
+ msgid "Optimize WordPress Database tables only"
2255
+ msgstr "仅优化 WordPress 本身数据表"
2256
+
2257
+ # @ backwpup
2258
+ #: ../inc/class-jobtype-dboptimize.php:50
2259
+ #: ../inc/class-jobtype-dboptimize.php:53
2260
+ msgid "Table types to optimize"
2261
+ msgstr "优化的表类型"
2262
+
2263
+ # @ backwpup
2264
+ #: ../inc/class-jobtype-dboptimize.php:57
2265
+ msgid "Optimize MyISAM Tables"
2266
+ msgstr "优化 MyISAM 表"
2267
+
2268
+ # @ backwpup
2269
+ #: ../inc/class-jobtype-dboptimize.php:58
2270
+ msgid "Optimize will be done with OPTIMIZE TABLE `table`."
2271
+ msgstr "优化即将完成 OPTIMIZE TABLE `table`."
2272
+
2273
+ # @ backwpup
2274
+ #: ../inc/class-jobtype-dboptimize.php:62
2275
+ msgid "Optimize InnoDB tables"
2276
+ msgstr "优化 InnoDB 表"
2277
+
2278
+ # @ backwpup
2279
+ #: ../inc/class-jobtype-dboptimize.php:63
2280
+ msgid "Optimize will done with ALTER TABLE `table` ENGINE=InnoDB"
2281
+ msgstr "优化即将完成 ALTER TABLE `table` ENGINE=InnoDB "
2282
+
2283
+ # @ backwpup
2284
+ #: ../inc/class-jobtype-dboptimize.php:90
2285
+ #, php-format
2286
+ msgid "%d. Trying to optimize database&#160;&hellip;"
2287
+ msgstr "%d. 正在优化数据库 …"
2288
+
2289
+ # @ backwpup
2290
+ #: ../inc/class-jobtype-dboptimize.php:119
2291
+ #, php-format
2292
+ msgid "Views cannot optimize! View %1$s"
2293
+ msgstr "Views 无法优化!产看 %1$s"
2294
+
2295
+ # @ backwpup
2296
+ #: ../inc/class-jobtype-dboptimize.php:126
2297
+ #: ../inc/class-jobtype-dboptimize.php:128
2298
+ #: ../inc/class-jobtype-dboptimize.php:130
2299
+ #, php-format
2300
+ msgid "Result of MyISAM table optimize for %1$s is: %2$s"
2301
+ msgstr "MyISAM 数据表 %1$s 优化的结果:%2$s"
2302
+
2303
+ # @ backwpup
2304
+ #: ../inc/class-jobtype-dboptimize.php:135
2305
+ #, php-format
2306
+ msgid "InnoDB Table %1$s optimizing done."
2307
+ msgstr "InnoDB 数据表 %1$s 优化已完成"
2308
+
2309
+ # @ backwpup
2310
+ #: ../inc/class-jobtype-dboptimize.php:138
2311
+ #, php-format
2312
+ msgid "%2$s table %1$s not optimized."
2313
+ msgstr "%2$s 数据表 %1$s 没有优化"
2314
+
2315
+ # @ backwpup
2316
+ #: ../inc/class-jobtype-dboptimize.php:143
2317
+ msgid "Database optimization done!"
2318
+ msgstr "数据库优化已完成!"
2319
+
2320
+ # @ backwpup
2321
+ #: ../inc/class-jobtype-dboptimize.php:146
2322
+ msgid "No tables to optimize."
2323
+ msgstr "没有数据表要优化"
2324
+
2325
+ # @ backwpup
2326
+ #: ../inc/class-jobtype-file.php:13
2327
+ msgid "Files"
2328
+ msgstr "文件"
2329
+
2330
+ # @ backwpup
2331
+ #: ../inc/class-jobtype-file.php:14
2332
+ msgid "File backup"
2333
+ msgstr "文件备份"
2334
+
2335
+ # @ backwpup
2336
+ #: ../inc/class-jobtype-file.php:60
2337
+ msgid "Folders to backup"
2338
+ msgstr "备份的文件夹"
2339
+
2340
+ # @ backwpup
2341
+ #: ../inc/class-jobtype-file.php:64
2342
+ msgid "Backup root folder"
2343
+ msgstr "备份根目录"
2344
+
2345
+ # @ backwpup
2346
+ #: ../inc/class-jobtype-file.php:75 ../inc/class-jobtype-file.php:102
2347
+ #: ../inc/class-jobtype-file.php:129 ../inc/class-jobtype-file.php:156
2348
+ #: ../inc/class-jobtype-file.php:183
2349
+ msgid "Exclude:"
2350
+ msgstr "排除:"
2351
+
2352
+ # @ backwpup
2353
+ #: ../inc/class-jobtype-file.php:91
2354
+ msgid "Backup content folder"
2355
+ msgstr "备份 wp-content 文件夹"
2356
+
2357
+ # @ backwpup
2358
+ #: ../inc/class-jobtype-file.php:118
2359
+ msgid "Backup plugins"
2360
+ msgstr "备份插件"
2361
+
2362
+ # @ backwpup
2363
+ #: ../inc/class-jobtype-file.php:145
2364
+ msgid "Backup themes"
2365
+ msgstr "备份主题"
2366
+
2367
+ # @ backwpup
2368
+ #: ../inc/class-jobtype-file.php:172
2369
+ msgid "Backup uploads folder"
2370
+ msgstr "备份上传文件夹"
2371
+
2372
+ # @ backwpup
2373
+ #: ../inc/class-jobtype-file.php:199
2374
+ msgid "Extra folders to backup"
2375
+ msgstr "排除文件夹"
2376
+
2377
+ # @ backwpup
2378
+ #: ../inc/class-jobtype-file.php:199
2379
+ msgid ""
2380
+ "Separate folder names with a line-break or a comma. Folders must be set with "
2381
+ "their absolute path!"
2382
+ msgstr ""
2383
+ "多个文件夹用英文逗号隔开,或者一行一个文件夹名称。必须设置为文件夹的绝对路"
2384
+ "径!"
2385
+
2386
+ # @ backwpup
2387
+ #: ../inc/class-jobtype-file.php:206
2388
+ msgid "Exclude from backup"
2389
+ msgstr "排除"
2390
+
2391
+ # @ backwpup
2392
+ #: ../inc/class-jobtype-file.php:210
2393
+ msgid "Thumbnails in uploads"
2394
+ msgstr "上传文件夹里的缩略图"
2395
+
2396
+ # @ backwpup
2397
+ #: ../inc/class-jobtype-file.php:214
2398
+ msgid "Don't backup thumbnails from the site's uploads folder."
2399
+ msgstr "不要备份网站上传文件夹的缩略图"
2400
+
2401
+ # @ backwpup
2402
+ #: ../inc/class-jobtype-file.php:214
2403
+ msgid ""
2404
+ "All images with -???x???. will be excluded. Use a plugin like Regenerate "
2405
+ "Thumbnails to rebuild them after a restore."
2406
+ msgstr ""
2407
+ "所有以 -???x??? 命名的图片都会被排除。恢复备份后,请使用插件 Regenerate "
2408
+ "Thumbnails 重新生成缩略图。"
2409
+
2410
+ # @ backwpup
2411
+ #: ../inc/class-jobtype-file.php:218
2412
+ msgid "Exclude files/folders from backup"
2413
+ msgstr "排除文件后缀"
2414
+
2415
+ # @ backwpup
2416
+ #: ../inc/class-jobtype-file.php:218
2417
+ msgid ""
2418
+ "Separate file / folder name parts with a line-break or a comma. For example /"
2419
+ "logs/,.log,.tmp"
2420
+ msgstr "使用英文逗号分隔多个文件/文件名,或者一行一个。例如 /logs/,.log,.tmp"
2421
+
2422
+ # @ backwpup
2423
+ #: ../inc/class-jobtype-file.php:225
2424
+ msgid "Special option"
2425
+ msgstr "特别选项"
2426
+
2427
+ # @ backwpup
2428
+ #: ../inc/class-jobtype-file.php:229
2429
+ msgid "Include special files"
2430
+ msgstr "包含特殊文件"
2431
+
2432
+ # @ backwpup
2433
+ #: ../inc/class-jobtype-file.php:233
2434
+ msgid ""
2435
+ "Backup wp-config.php, robots.txt, .htaccess, .htpasswd and favicon.ico from "
2436
+ "root."
2437
+ msgstr ""
2438
+ "备份下面特殊的系统文件 wp-config.php, robots.txt, .htaccess, .htpasswd ,"
2439
+ "favicon.ico "
2440
+
2441
+ #: ../inc/class-jobtype-file.php:233
2442
+ msgid ""
2443
+ "If the WordPress root folder is not included in this backup job, check this "
2444
+ "option to additionally include wp-config.php, robots.txt, .htaccess, ."
2445
+ "htpasswd and favicon.ico into the backup. Your wp-config.php will be "
2446
+ "included even if you placed it in the parent directory of your root folder."
2447
+ msgstr ""
2448
+ "如果 WordPress 根目录不包含在备份计划中,勾选这个选项以便添加 wp-config.php, "
2449
+ "robots.txt, .htaccess, .htpasswd 和 favicon.ico 到备份计划。你的 wp-config."
2450
+ "php 文件都会被添加,即使你把它放在根目录的父目录。"
2451
+
2452
+ # @ backwpup
2453
+ #: ../inc/class-jobtype-file.php:310
2454
+ #, php-format
2455
+ msgid "%d. Trying to make a list of folders to back up&#160;&hellip;"
2456
+ msgstr "%d. 正在创建需要备份的文件列表 …"
2457
+
2458
+ # @ backwpup
2459
+ #: ../inc/class-jobtype-file.php:392 ../inc/class-jobtype-file.php:399
2460
+ #: ../inc/class-jobtype-file.php:406 ../inc/class-jobtype-file.php:412
2461
+ #: ../inc/class-jobtype-file.php:418 ../inc/class-jobtype-file.php:424
2462
+ #, php-format
2463
+ msgid "Added \"%s\" to backup file list"
2464
+ msgstr "已添加 \"%s\" 到备份文件列表"
2465
+
2466
+ # @ backwpup
2467
+ #: ../inc/class-jobtype-file.php:429
2468
+ msgid "No folder to back up."
2469
+ msgstr "没有文件夹要备份"
2470
+
2471
+ # @ backwpup
2472
+ #: ../inc/class-jobtype-file.php:431
2473
+ #, php-format
2474
+ msgid "%1$d folders to back up."
2475
+ msgstr "%1$d 个文件需要备份"
2476
+
2477
+ # @ backwpup
2478
+ #: ../inc/class-jobtype-file.php:468
2479
+ #, php-format
2480
+ msgid "Folder \"%s\" is not readable!"
2481
+ msgstr "文件夹 \"%s\" 不可读!"
2482
+
2483
+ # @ backwpup
2484
+ #: ../inc/class-jobtype-wpexp.php:13
2485
+ msgid "XML export"
2486
+ msgstr "XML 输出"
2487
+
2488
+ # @ backwpup
2489
+ #: ../inc/class-jobtype-wpexp.php:14 ../inc/class-page-about.php:188
2490
+ msgid "WordPress XML export"
2491
+ msgstr "WordPress XML 输出"
2492
+
2493
+ # @ backwpup
2494
+ #: ../inc/class-jobtype-wpexp.php:46
2495
+ msgid "Items to export"
2496
+ msgstr "要输出的项目"
2497
+
2498
+ # @ backwpup
2499
+ #: ../inc/class-jobtype-wpexp.php:48
2500
+ msgid "All content"
2501
+ msgstr "所有内容"
2502
+
2503
+ # @ backwpup
2504
+ #: ../inc/class-jobtype-wpexp.php:49
2505
+ msgid "Posts"
2506
+ msgstr "文章"
2507
+
2508
+ # @ backwpup
2509
+ #: ../inc/class-jobtype-wpexp.php:50
2510
+ msgid "Pages"
2511
+ msgstr "页面"
2512
+
2513
+ # @ backwpup
2514
+ #: ../inc/class-jobtype-wpexp.php:59
2515
+ msgid "XML Export file name"
2516
+ msgstr "XML 输出文件名"
2517
+
2518
+ # @ backwpup
2519
+ #: ../inc/class-jobtype-wpexp.php:67 ../inc/class-jobtype-wpplugin.php:53
2520
+ msgid "File compression"
2521
+ msgstr "文件压缩"
2522
+
2523
+ # @ backwpup
2524
+ #: ../inc/class-jobtype-wpexp.php:105
2525
+ #, php-format
2526
+ msgid "%d. Trying to create a WordPress export to XML file&#160;&hellip;"
2527
+ msgstr "%d. 正在尝试创建 WordPress 输出到 XML 文件…"
2528
+
2529
+ # @ backwpup
2530
+ #: ../inc/class-jobtype-wpexp.php:126
2531
+ #, php-format
2532
+ msgid "Added XML export \"%1$s\" with %2$s to backup file list."
2533
+ msgstr "已添加 XML 输出 \"%1$s\" 和 %2$s 到备份文件列表"
2534
+
2535
+ # @ backwpup
2536
+ #: ../inc/class-jobtype-wpplugin.php:13
2537
+ msgid "Plugins"
2538
+ msgstr "插件"
2539
+
2540
+ # @ backwpup
2541
+ #: ../inc/class-jobtype-wpplugin.php:14
2542
+ msgid "Installed plugins list"
2543
+ msgstr "已安装的插件"
2544
+
2545
+ # @ backwpup
2546
+ #: ../inc/class-jobtype-wpplugin.php:45
2547
+ msgid "Plugin list file name"
2548
+ msgstr "插件列表文件名"
2549
+
2550
+ # @ backwpup
2551
+ #: ../inc/class-jobtype-wpplugin.php:91
2552
+ #, php-format
2553
+ msgid "%d. Trying to generate a file with installed plugin names&#160;&hellip;"
2554
+ msgstr "%d. 正在尝试生成一个已安装插件的名称的文件…"
2555
+
2556
+ # @ backwpup
2557
+ #: ../inc/class-jobtype-wpplugin.php:118
2558
+ msgid "All plugin information:"
2559
+ msgstr "所有插件信息:"
2560
+
2561
+ # @ backwpup
2562
+ #: ../inc/class-jobtype-wpplugin.php:120
2563
+ #, php-format
2564
+ msgid "from %s"
2565
+ msgstr "从 %s"
2566
+
2567
+ # @ backwpup
2568
+ #: ../inc/class-jobtype-wpplugin.php:122
2569
+ msgid "Active plugins:"
2570
+ msgstr "已启用的插件:"
2571
+
2572
+ # @ backwpup
2573
+ #: ../inc/class-jobtype-wpplugin.php:128
2574
+ msgid "Inactive plugins:"
2575
+ msgstr "未启用的插件:"
2576
+
2577
+ # @ backwpup
2578
+ #: ../inc/class-jobtype-wpplugin.php:140
2579
+ #, php-format
2580
+ msgid "Added plugin list file \"%1$s\" with %2$s to backup file list."
2581
+ msgstr "已添加插件列表文件 \"%1$s\" 和 %2$s 到备份文件列表"
2582
+
2583
+ # @ backwpup
2584
+ #: ../inc/class-mysqldump.php:56
2585
+ msgid "No MySQLi extension found. Please install it."
2586
+ msgstr "没有发现 MySQLi 扩展,请安装它。"
2587
+
2588
+ # @ backwpup
2589
+ #: ../inc/class-mysqldump.php:90
2590
+ #, php-format
2591
+ msgid "Cannot connect to MySQL database %1$d: %2$s"
2592
+ msgstr "无法连接到 MySQL 数据库 %1$d:%2$s"
2593
+
2594
+ # @ backwpup
2595
+ #: ../inc/class-mysqldump.php:96
2596
+ #, php-format
2597
+ msgctxt "Database Charset"
2598
+ msgid "Cannot set DB charset to %s"
2599
+ msgstr "无法设置数据库编码为 %s"
2600
+
2601
+ # @ backwpup
2602
+ #: ../inc/class-mysqldump.php:126
2603
+ msgid "Cannot open dump file"
2604
+ msgstr "无法打开转储文件"
2605
+
2606
+ # @ backwpup
2607
+ #: ../inc/class-mysqldump.php:132 ../inc/class-mysqldump.php:143
2608
+ #: ../inc/class-mysqldump.php:222 ../inc/class-mysqldump.php:235
2609
+ #: ../inc/class-mysqldump.php:249 ../inc/class-mysqldump.php:262
2610
+ #: ../inc/class-mysqldump.php:302 ../inc/class-mysqldump.php:324
2611
+ #: ../inc/class-mysqldump.php:339
2612
+ #, php-format
2613
+ msgid "Database error %1$s for query %2$s"
2614
+ msgstr "数据库错误 %1$s 查询 %2$s"
2615
+
2616
+ # @ backwpup
2617
+ #: ../inc/class-mysqldump.php:401
2618
+ msgid "Error while writing file!"
2619
+ msgstr "写入文件时出错!"
2620
+
2621
+ # @ backwpup
2622
+ #: ../inc/class-option.php:115
2623
+ msgid "New Job"
2624
+ msgstr "新计划"
2625
+
2626
+ # @ backwpup
2627
+ #: ../inc/class-page-about.php:51
2628
+ #, php-format
2629
+ msgid "%s Welcome"
2630
+ msgstr "欢迎使用 %s"
2631
+
2632
+ # @ backwpup
2633
+ #: ../inc/class-page-about.php:57
2634
+ msgid "Heads up! You have updated from version 2.x"
2635
+ msgstr "祝贺你!已经从 2.x 版本升级啦!"
2636
+
2637
+ # @ backwpup
2638
+ #: ../inc/class-page-about.php:58
2639
+ #, php-format
2640
+ msgid ""
2641
+ "Please <a href=\"%s\">check your settings</a> after updating from version 2."
2642
+ "x:"
2643
+ msgstr "从 2.x 升级以后,请 <a href=\"%s\">检查你的设置</a>"
2644
+
2645
+ # @ backwpup
2646
+ #: ../inc/class-page-about.php:59
2647
+ msgid "Dropbox authentication must be re-entered"
2648
+ msgstr "Dropbox 必须重新认证"
2649
+
2650
+ # @ backwpup
2651
+ #: ../inc/class-page-about.php:60
2652
+ msgid "SugarSync authentication must be re-entered"
2653
+ msgstr "SugarSync 必须重新认证"
2654
+
2655
+ # @ backwpup
2656
+ #: ../inc/class-page-about.php:61
2657
+ msgid "S3 Settings"
2658
+ msgstr "S3 设置"
2659
+
2660
+ # @ backwpup
2661
+ #: ../inc/class-page-about.php:62
2662
+ msgid "Google Storage is now a part of S3 service settings"
2663
+ msgstr "Google Storage 现在是 S3 服务器设置的一部分"
2664
+
2665
+ # @ backwpup
2666
+ #: ../inc/class-page-about.php:63
2667
+ msgid "All your passwords"
2668
+ msgstr "所有的密码"
2669
+
2670
+ # @ backwpup
2671
+ #: ../inc/class-page-about.php:72
2672
+ msgid "Welcome to BackWPup Pro"
2673
+ msgstr "欢迎升级到 BackWPup 专业版"
2674
+
2675
+ # @ backwpup
2676
+ #: ../inc/class-page-about.php:73 ../inc/class-page-backwpup.php:86
2677
+ msgid "Here you can schedule backup plans with a wizard."
2678
+ msgstr "这里可以引导你创建备份计划"
2679
+
2680
+ # @ backwpup
2681
+ #: ../inc/class-page-about.php:74 ../inc/class-page-about.php:84
2682
+ #: ../inc/class-page-backwpup.php:87 ../inc/class-page-backwpup.php:93
2683
+ msgid ""
2684
+ "The backup files can be used to save your whole installation including "
2685
+ "<code>/wp-content/</code> and push them to an external Backup Service, if "
2686
+ "you don’t want to save the backups on the same server. With a single backup "
2687
+ "file you are able to restore an installation."
2688
+ msgstr ""
2689
+ "backWPup可以帮你备份整个服务器文件,包括<code>/wp-content/</code> 下的文件,"
2690
+ "既可以保存到本地服务器,又可以备份到线上服务器,轻松又便捷。"
2691
+
2692
+ # @ backwpup
2693
+ #: ../inc/class-page-about.php:75
2694
+ #, php-format
2695
+ msgid ""
2696
+ "First <a href=\"%1$s\">set up a job</a>, and plan what you want to save. You "
2697
+ "can <a href=\"%2$s\">use the wizards</a> or the expert mode."
2698
+ msgstr ""
2699
+ "首先 <a href=\"%1$s\">添加一个备份计划</a>,设置你要备份的文件。你可以使用 "
2700
+ "<a href=\"%2$s\">向导模式</a> 或者专家模式。"
2701
+
2702
+ # @ backwpup
2703
+ #: ../inc/class-page-about.php:82
2704
+ msgid "Welcome to BackWPup"
2705
+ msgstr "欢迎使用 BackWPup"
2706
+
2707
+ # @ backwpup
2708
+ #: ../inc/class-page-about.php:85
2709
+ msgid "First set up a job, and plan what you want to save."
2710
+ msgstr "首先添加一个备份计划,然后计划你要保存什么。"
2711
+
2712
+ # @ backwpup
2713
+ #: ../inc/class-page-about.php:102
2714
+ msgid "Please activate your license"
2715
+ msgstr "请激活您的许可证"
2716
+
2717
+ # @ backwpup
2718
+ #: ../inc/class-page-about.php:103
2719
+ msgid ""
2720
+ "Please go to your plugin page and active the license to have the autoupdates "
2721
+ "enabled."
2722
+ msgstr "请到你的插件页面激活许可证来启用自动更新。"
2723
+
2724
+ # @ backwpup
2725
+ #: ../inc/class-page-about.php:112
2726
+ msgid "Save your database"
2727
+ msgstr "保存你的数据库"
2728
+
2729
+ # @ backwpup
2730
+ #: ../inc/class-page-about.php:115
2731
+ msgid "Save your database regularly"
2732
+ msgstr "定期保存数据库"
2733
+
2734
+ # @ backwpup
2735
+ #: ../inc/class-page-about.php:116
2736
+ #, php-format
2737
+ msgid ""
2738
+ "With BackWPup you can schedule the database backup to run automatically. "
2739
+ "With a single backup file you can restore your database. You should <a href="
2740
+ "\"%s\">set up a backup job</a>, so you will never forget it. There is also "
2741
+ "an option to repair and optimize the database after each backup."
2742
+ msgstr ""
2743
+ "通过 BackWPup,你可以定期自动备份数据库,还可以通过一个简单的备份文件来恢复数"
2744
+ "据库。你应该 <a href=\"%s\">添加一个备份计划</a>,这样你永远不会忘记它。当"
2745
+ "然,你还可以在每次备份数据库时修复和优化它。"
2746
+
2747
+ # @ backwpup
2748
+ #: ../inc/class-page-about.php:121 ../inc/class-page-about.php:125
2749
+ msgid "WordPress XML Export"
2750
+ msgstr "WordPress XML 输出"
2751
+
2752
+ # @ backwpup
2753
+ #: ../inc/class-page-about.php:122
2754
+ msgid ""
2755
+ "You can choose the built-in WordPress export format in addition or exclusive "
2756
+ "to save your data. This works in automated backups too of course. The "
2757
+ "advantage is: you can import these files into a blog with the regular "
2758
+ "WordPress importer."
2759
+ msgstr ""
2760
+ "你可以选择内置的 WordPress 导出格式来保存数据。这样做的好处:你可以通过正规"
2761
+ "的 WordPress 导入接口将这些文件导入网站。 "
2762
+
2763
+ # @ backwpup
2764
+ #: ../inc/class-page-about.php:130
2765
+ msgid "Save all data from the webserver"
2766
+ msgstr "从网络服务器中保存所有的数据"
2767
+
2768
+ # @ backwpup
2769
+ #: ../inc/class-page-about.php:133
2770
+ msgid "Save all files"
2771
+ msgstr "保存所有文件"
2772
+
2773
+ # @ backwpup
2774
+ #: ../inc/class-page-about.php:134
2775
+ #, php-format
2776
+ msgid ""
2777
+ "You can back up all your attachments, also all system files, plugins and "
2778
+ "themes in a single file. You can <a href=\"%s\">create a job</a> to update a "
2779
+ "backup copy of your file system only when files are changed."
2780
+ msgstr ""
2781
+ "你可以备份所有附件、系统文件、插件和主题在一个单独的文件里。你可以 <a href="
2782
+ "\"%s\">创建一个备份计划</a> 来更新你的文件系统的备份副本,只有当文件被更改以"
2783
+ "后。"
2784
+
2785
+ # @ backwpup
2786
+ #: ../inc/class-page-about.php:139 ../inc/class-page-about.php:143
2787
+ msgid "Security!"
2788
+ msgstr "安全!"
2789
+
2790
+ # @ backwpup
2791
+ #: ../inc/class-page-about.php:140
2792
+ msgid ""
2793
+ "By default everything is encrypted: connections to external services, local "
2794
+ "files and access to directories."
2795
+ msgstr "默认情况下,一切都是加密进行的:连接到外部服务,访问本地文件和目录。"
2796
+
2797
+ # @ backwpup
2798
+ #: ../inc/class-page-about.php:148 ../inc/class-page-about.php:151
2799
+ msgid "Cloud Support"
2800
+ msgstr "云支持"
2801
+
2802
+ # @ backwpup
2803
+ #: ../inc/class-page-about.php:152
2804
+ msgid ""
2805
+ "BackWPup supports multiple cloud services in parallel. This ensures the "
2806
+ "backups are redundant."
2807
+ msgstr "BackWPup 支持多个云服务并行。这可确保备份是多余的。"
2808
+
2809
+ # @ backwpup
2810
+ #: ../inc/class-page-about.php:160
2811
+ msgid "Features / differences between Free and Pro"
2812
+ msgstr "免费版和专业版的差异"
2813
+
2814
+ # @ backwpup
2815
+ #: ../inc/class-page-about.php:163
2816
+ msgid "Features"
2817
+ msgstr "特点"
2818
+
2819
+ # @ backwpup
2820
+ #: ../inc/class-page-about.php:164
2821
+ msgid "FREE"
2822
+ msgstr "免费版"
2823
+
2824
+ # @ backwpup
2825
+ #: ../inc/class-page-about.php:165
2826
+ msgid "PRO"
2827
+ msgstr "专业版"
2828
+
2829
+ # @ backwpup
2830
+ #: ../inc/class-page-about.php:168
2831
+ msgid "Complete database backup"
2832
+ msgstr "数据库备份"
2833
+
2834
+ # @ backwpup
2835
+ #: ../inc/class-page-about.php:173
2836
+ msgid "Complete file backup"
2837
+ msgstr "文件备份"
2838
+
2839
+ # @ backwpup
2840
+ #: ../inc/class-page-about.php:178
2841
+ msgid "Database check"
2842
+ msgstr "数据库检查"
2843
+
2844
+ # @ backwpup
2845
+ #: ../inc/class-page-about.php:183
2846
+ msgid "Data compression"
2847
+ msgstr "数据压缩"
2848
+
2849
+ # @ backwpup
2850
+ #: ../inc/class-page-about.php:193
2851
+ msgid "List of installed plugins"
2852
+ msgstr "已安装的插件列表"
2853
+
2854
+ # @ backwpup
2855
+ #: ../inc/class-page-about.php:198
2856
+ msgid "Backup archives management"
2857
+ msgstr "备份存档管理"
2858
+
2859
+ # @ backwpup
2860
+ #: ../inc/class-page-about.php:203
2861
+ msgid "Log file management"
2862
+ msgstr "日志文件管理"
2863
+
2864
+ # @ backwpup
2865
+ #: ../inc/class-page-about.php:208
2866
+ msgid "Start jobs per WP-Cron, URL, system, backend or WP-CLI"
2867
+ msgstr "根据 WP-Cron, URL, 系统, 后端 或 WP-CLI 启动计划"
2868
+
2869
+ # @ backwpup
2870
+ #: ../inc/class-page-about.php:213
2871
+ msgid "Log report via email"
2872
+ msgstr "通过邮件发送日志通告"
2873
+
2874
+ # @ backwpup
2875
+ #: ../inc/class-page-about.php:218
2876
+ msgid "Backup to Microsoft Azure"
2877
+ msgstr "备份到 Microsoft Azure"
2878
+
2879
+ # @ backwpup
2880
+ #: ../inc/class-page-about.php:223
2881
+ msgid "Backup as email"
2882
+ msgstr "备份到 电子邮件"
2883
+
2884
+ # @ backwpup
2885
+ #: ../inc/class-page-about.php:228
2886
+ msgid ""
2887
+ "Backup to S3 services <small>(Amazon, Google Storage, Hosteurope and more)</"
2888
+ "small>"
2889
+ msgstr ""
2890
+ "备份到 S3 服务 <small>(Amazon, Google Storage, Hosteurope and more)</small>"
2891
+
2892
+ # @ backwpup
2893
+ #: ../inc/class-page-about.php:243
2894
+ msgid "Backup to FTP server"
2895
+ msgstr "备份到 FTP 服务器"
2896
+
2897
+ # @ backwpup
2898
+ #: ../inc/class-page-about.php:248
2899
+ msgid "Backup to your web space"
2900
+ msgstr "备份到你的网站空间"
2901
+
2902
+ # @ backwpup
2903
+ #: ../inc/class-page-about.php:258
2904
+ msgid "Custom API keys for DropBox and SugarSync"
2905
+ msgstr "自定义 DropBox 和 SugarSync 的 API keys"
2906
+
2907
+ # @ backwpup
2908
+ #: ../inc/class-page-about.php:263
2909
+ msgid "XML database backup as PHPMyAdmin schema"
2910
+ msgstr "XML 数据库备份为 PHPMyAdmin 架构"
2911
+
2912
+ # @ backwpup
2913
+ #: ../inc/class-page-about.php:268
2914
+ msgid "Database backup as mysqldump per command line"
2915
+ msgstr "使用命令行进行 MySQL 数据库转储备份"
2916
+
2917
+ # @ backwpup
2918
+ #: ../inc/class-page-about.php:273
2919
+ msgid "Database backup for additional MySQL databases"
2920
+ msgstr "备份其他 MySQL 数据库"
2921
+
2922
+ # @ backwpup
2923
+ #: ../inc/class-page-about.php:278
2924
+ msgid "Import and export job settings as XML"
2925
+ msgstr "导入和导出计划设置为 XML 文件"
2926
+
2927
+ # @ backwpup
2928
+ #: ../inc/class-page-about.php:283
2929
+ msgid "Wizard for system tests"
2930
+ msgstr "系统测试向导"
2931
+
2932
+ # @ backwpup
2933
+ #: ../inc/class-page-about.php:288
2934
+ msgid "Wizard for scheduled backup jobs"
2935
+ msgstr "定时备份计划向导"
2936
+
2937
+ # @ backwpup
2938
+ #: ../inc/class-page-about.php:293
2939
+ msgid "Wizard to import settings and backup jobs"
2940
+ msgstr "导入设置和备份计划向导"
2941
+
2942
+ # @ backwpup
2943
+ #: ../inc/class-page-about.php:298
2944
+ msgid "Differential backup of changed directories to Dropbox"
2945
+ msgstr "差异备份更改目录到 Dropbox"
2946
+
2947
+ # @ backwpup
2948
+ #: ../inc/class-page-about.php:303
2949
+ msgid "Differential backup of changed directories to Rackspace Cloud Files"
2950
+ msgstr "差异备份更改目录到 Rackspace Cloud Files"
2951
+
2952
+ # @ backwpup
2953
+ #: ../inc/class-page-about.php:308
2954
+ msgid "Differential backup of changed directories to S3"
2955
+ msgstr "差异备份更改目录到 S3"
2956
+
2957
+ # @ backwpup
2958
+ #: ../inc/class-page-about.php:313
2959
+ msgid "Differential backup of changed directories to MS Azure"
2960
+ msgstr "差异备份更改目录到 MS Azure"
2961
+
2962
+ # @ backwpup
2963
+ #: ../inc/class-page-about.php:318
2964
+ msgid "<strong>Premium support</strong>"
2965
+ msgstr "<strong>付费支持</strong>"
2966
+
2967
+ # @ backwpup
2968
+ #: ../inc/class-page-about.php:323
2969
+ msgid "<strong>Dynamically loaded documentation</strong>"
2970
+ msgstr "<strong>动态加载文件</strong>"
2971
+
2972
+ # @ backwpup
2973
+ #: ../inc/class-page-about.php:328
2974
+ msgid "<strong>Automatic update from MarketPress</strong>"
2975
+ msgstr "<strong>自动从 MarketPress 更新</strong>"
2976
+
2977
+ # @ backwpup
2978
+ #: ../inc/class-page-about.php:335
2979
+ msgid "http://marketpress.com/product/backwpup-pro/"
2980
+ msgstr "http://marketpress.com/product/backwpup-pro/"
2981
+
2982
+ # @ backwpup
2983
+ #: ../inc/class-page-about.php:335
2984
+ msgid "GET PRO"
2985
+ msgstr "获取专业版"
2986
+
2987
+ # @ backwpup
2988
+ #: ../inc/class-page-about.php:342
2989
+ msgid "Backup now!"
2990
+ msgstr "马上备份!"
2991
+
2992
+ # @ backwpup
2993
+ #: ../inc/class-page-backups.php:147
2994
+ msgid "No files could be found. (List will be generated during next backup.)"
2995
+ msgstr "没有备份文件(文件列表将在下次备份时创建)"
2996
+
2997
+ # @ backwpup
2998
+ #: ../inc/class-page-backups.php:159 ../inc/class-page-backups.php:288
2999
+ #: ../inc/class-page-jobs.php:56 ../inc/class-page-jobs.php:130
3000
+ #: ../inc/class-page-logs.php:103 ../inc/class-page-logs.php:185
3001
+ msgid "Delete"
3002
+ msgstr "删除"
3003
+
3004
+ # @ backwpup
3005
+ #: ../inc/class-page-backups.php:189
3006
+ msgid "Change destination"
3007
+ msgstr "更改目的地"
3008
+
3009
+ # @ backwpup
3010
+ #: ../inc/class-page-backups.php:227
3011
+ msgid "File"
3012
+ msgstr "文件"
3013
+
3014
+ # @ backwpup
3015
+ #: ../inc/class-page-backups.php:229 ../inc/class-page-logs.php:118
3016
+ msgid "Size"
3017
+ msgstr "大小"
3018
+
3019
+ # @ backwpup
3020
+ #: ../inc/class-page-backups.php:230 ../inc/class-page-backwpup.php:176
3021
+ #: ../inc/class-page-backwpup.php:237
3022
+ msgid "Time"
3023
+ msgstr "时间"
3024
+
3025
+ # @ backwpup
3026
+ #: ../inc/class-page-backups.php:288
3027
+ msgid ""
3028
+ "You are about to delete this backup archive. \n"
3029
+ " 'Cancel' to stop, 'OK' to delete."
3030
+ msgstr ""
3031
+ "你确认要删除这个存档吗? \n"
3032
+ " 'Cancel' 就取消, 'OK' 就删除。"
3033
+
3034
+ # @ backwpup
3035
+ #: ../inc/class-page-backups.php:290 ../inc/class-page-jobs.php:219
3036
+ #: ../inc/class-page-logs.php:186
3037
+ msgid "Download"
3038
+ msgstr "下载"
3039
+
3040
+ # @ backwpup
3041
+ #: ../inc/class-page-backups.php:305
3042
+ msgid "?"
3043
+ msgstr "?"
3044
+
3045
+ # @ backwpup
3046
+ #: ../inc/class-page-backups.php:312 ../inc/class-page-jobs.php:210
3047
+ #: ../inc/class-page-logs.php:181
3048
+ #, php-format
3049
+ msgid "%1$s at %2$s"
3050
+ msgstr "%1$s %2$s"
3051
+
3052
+ #: ../inc/class-page-backups.php:334 ../inc/class-page-backups.php:346
3053
+ #: ../inc/class-page-editjob.php:41 ../inc/class-page-jobs.php:312
3054
+ msgid "Sorry, you don't have permissions to do that."
3055
+ msgstr "抱歉,你没有权限进行操作。"
3056
+
3057
+ # @ backwpup
3058
+ #: ../inc/class-page-backups.php:412
3059
+ #, php-format
3060
+ msgid "%s Manage Backup Archives"
3061
+ msgstr "%s 管理备份文件"
3062
+
3063
+ # @ backwpup
3064
+ #: ../inc/class-page-backwpup.php:80
3065
+ #, php-format
3066
+ msgid "%s Dashboard"
3067
+ msgstr "%s 仪表盘"
3068
+
3069
+ # @ backwpup
3070
+ #: ../inc/class-page-backwpup.php:88
3071
+ msgid ""
3072
+ "First set up a job, and plan what you want to save. You can use the wizards "
3073
+ "or the normal mode. Please note: the plugin author gives no warranty for "
3074
+ "your data."
3075
+ msgstr ""
3076
+ "首先添加一个备份计划,然后计划你要保存什么。你可以使用向导模式或正常模式。请"
3077
+ "注意:插件作者不为您的数据提供任何保证。"
3078
+
3079
+ # @ backwpup
3080
+ #: ../inc/class-page-backwpup.php:92
3081
+ msgid ""
3082
+ "Use the short links in the <b>First steps</b> box to schedule backup plans."
3083
+ msgstr "请按照右侧<b>第一步</b>的步骤进行设置"
3084
+
3085
+ # @ backwpup
3086
+ #: ../inc/class-page-backwpup.php:94
3087
+ msgid ""
3088
+ "First set up a job, and plan what you want to save. Please note: the plugin "
3089
+ "author gives no warranty for your data."
3090
+ msgstr ""
3091
+ "首先添加一个备份计划,然后计划你要保存什么。提示:该插件作者不为您的数据提供"
3092
+ "任何保证。<br /><br />"
3093
+
3094
+ # @ backwpup
3095
+ #: ../inc/class-page-backwpup.php:122
3096
+ msgid "Start wizard"
3097
+ msgstr "启动向导"
3098
+
3099
+ # @ backwpup
3100
+ #: ../inc/class-page-backwpup.php:131
3101
+ msgid "First Steps"
3102
+ msgstr "第一步"
3103
+
3104
+ # @ backwpup
3105
+ #: ../inc/class-page-backwpup.php:135
3106
+ msgid "Test the installation"
3107
+ msgstr "测试安装"
3108
+
3109
+ # @ backwpup
3110
+ #: ../inc/class-page-backwpup.php:136 ../inc/class-page-backwpup.php:139
3111
+ msgid "Create a Job"
3112
+ msgstr "创建备份计划"
3113
+
3114
+ # @ backwpup
3115
+ #: ../inc/class-page-backwpup.php:138
3116
+ msgid "Check the installation"
3117
+ msgstr "检查安装"
3118
+
3119
+ # @ backwpup
3120
+ #: ../inc/class-page-backwpup.php:141
3121
+ msgid "Run the created job"
3122
+ msgstr "执行已创建的计划"
3123
+
3124
+ # @ backwpup
3125
+ #: ../inc/class-page-backwpup.php:142
3126
+ msgid "Check the job log"
3127
+ msgstr "查看计划日志"
3128
+
3129
+ # @ backwpup
3130
+ #: ../inc/class-page-backwpup.php:150
3131
+ msgid "One click backup"
3132
+ msgstr "一键备份"
3133
+
3134
+ # @ backwpup
3135
+ #: ../inc/class-page-backwpup.php:152
3136
+ msgid ""
3137
+ "Generate a database backup of WordPress tables and download it right away!"
3138
+ msgstr "马上生成 WordPress 数据库备份和下载!"
3139
+
3140
+ # @ backwpup
3141
+ #: ../inc/class-page-backwpup.php:152
3142
+ msgid "Download database backup"
3143
+ msgstr "下载数据库备份"
3144
+
3145
+ # @ backwpup
3146
+ #: ../inc/class-page-backwpup.php:175
3147
+ msgid "Last logs"
3148
+ msgstr "最近日志"
3149
+
3150
+ # @ backwpup
3151
+ #: ../inc/class-page-backwpup.php:176 ../inc/class-page-backwpup.php:238
3152
+ #: ../inc/class-page-logs.php:114
3153
+ msgid "Job"
3154
+ msgstr "计划"
3155
+
3156
+ # @ backwpup
3157
+ #: ../inc/class-page-backwpup.php:176
3158
+ msgid "Result"
3159
+ msgstr "结果"
3160
+
3161
+ # @ backwpup
3162
+ #: ../inc/class-page-backwpup.php:206
3163
+ #, php-format
3164
+ msgid "%d ERROR"
3165
+ msgid_plural "%d ERRORS"
3166
+ msgstr[0] "%d 个错误"
3167
+ msgstr[1] "%d 个错误"
3168
+
3169
+ # @ backwpup
3170
+ #: ../inc/class-page-backwpup.php:208
3171
+ #, php-format
3172
+ msgid "%d WARNING"
3173
+ msgid_plural "%d WARNINGS"
3174
+ msgstr[0] "%d 个警告"
3175
+ msgstr[1] "%d 个警告"
3176
+
3177
+ # @ backwpup
3178
+ #: ../inc/class-page-backwpup.php:210
3179
+ msgid "OK"
3180
+ msgstr "成功"
3181
+
3182
+ # @ backwpup
3183
+ #: ../inc/class-page-backwpup.php:235
3184
+ msgid "Next scheduled jobs"
3185
+ msgstr "下一个预定计划"
3186
+
3187
+ # @ backwpup
3188
+ #: ../inc/class-page-backwpup.php:261
3189
+ #, php-format
3190
+ msgid "working since %d seconds"
3191
+ msgstr "运行自从 %d 秒"
3192
+
3193
+ # @ backwpup
3194
+ #: ../inc/class-page-backwpup.php:263 ../inc/class-page-jobs.php:493
3195
+ msgid "Abort"
3196
+ msgstr "终止"
3197
+
3198
+ # @ backwpup
3199
+ #: ../inc/class-page-backwpup.php:277 ../inc/class-page-jobs.php:197
3200
+ msgid "Not scheduled!"
3201
+ msgstr "预定!"
3202
+
3203
+ # @ backwpup
3204
+ #: ../inc/class-page-backwpup.php:279
3205
+ msgid "Edit Job"
3206
+ msgstr "编辑计划"
3207
+
3208
+ # @ backwpup
3209
+ #: ../inc/class-page-editjob.php:28
3210
+ msgid "Overview"
3211
+ msgstr "预览"
3212
+
3213
+ # @ backwpup
3214
+ #: ../inc/class-page-editjob.php:176
3215
+ #, php-format
3216
+ msgid "Changes for job <i>%s</i> saved."
3217
+ msgstr "计划 <i>%s</i> 更改已经保存"
3218
+
3219
+ # @ backwpup
3220
+ #: ../inc/class-page-editjob.php:309
3221
+ msgid ""
3222
+ "Working as <a href=\"http://wikipedia.org/wiki/Cron\">Cron</a> schedule:"
3223
+ msgstr ""
3224
+ "根据 <a href=\"http://wikipedia.org/wiki/Cron\"> Cron </a> 时间表执行:"
3225
+
3226
+ # @ backwpup
3227
+ #: ../inc/class-page-editjob.php:318
3228
+ #, php-format
3229
+ msgid "ATTENTION: Job runs every %d minutes!"
3230
+ msgstr "警告:计划将会 %d 分钟执行一次!"
3231
+
3232
+ # @ backwpup
3233
+ #: ../inc/class-page-editjob.php:324
3234
+ #, php-format
3235
+ msgid "ATTENTION: Job runs every %d hours!"
3236
+ msgstr "警告:计划将会 %d 小时执行一次!"
3237
+
3238
+ # @ backwpup
3239
+ #: ../inc/class-page-editjob.php:328
3240
+ msgid "ATTENTION: Can't calculate cron!"
3241
+ msgstr "注意:无法计算时间!"
3242
+
3243
+ # @ backwpup
3244
+ #: ../inc/class-page-editjob.php:331
3245
+ msgid "Next runtime:"
3246
+ msgstr "预定时间:"
3247
+
3248
+ # @ backwpup
3249
+ #: ../inc/class-page-editjob.php:369 ../inc/class-page-settings.php:103
3250
+ msgid "General"
3251
+ msgstr "一般"
3252
+
3253
+ # @ backwpup
3254
+ #: ../inc/class-page-editjob.php:369
3255
+ msgid "Schedule"
3256
+ msgstr "时间表"
3257
+
3258
+ # @ backwpup
3259
+ #: ../inc/class-page-editjob.php:384
3260
+ #, php-format
3261
+ msgid "To: %s"
3262
+ msgstr "备份到:%s"
3263
+
3264
+ # @ backwpup
3265
+ #: ../inc/class-page-editjob.php:390
3266
+ #, php-format
3267
+ msgid "%s Job:"
3268
+ msgstr "%s 计划:"
3269
+
3270
+ # @ backwpup
3271
+ #: ../inc/class-page-editjob.php:417 ../inc/class-page-jobs.php:69
3272
+ msgid "Job Name"
3273
+ msgstr "计划名称"
3274
+
3275
+ # @ backwpup
3276
+ #: ../inc/class-page-editjob.php:421
3277
+ msgid "Please name this job."
3278
+ msgstr "计划名称"
3279
+
3280
+ # @ backwpup
3281
+ #: ../inc/class-page-editjob.php:429
3282
+ msgid "Job Tasks"
3283
+ msgstr "计划任务"
3284
+
3285
+ #: ../inc/class-page-editjob.php:433
3286
+ msgid "This job is a&#160;&hellip;"
3287
+ msgstr "计划任务是"
3288
+
3289
+ # @ backwpup
3290
+ #: ../inc/class-page-editjob.php:436
3291
+ msgid "Job tasks"
3292
+ msgstr "计划任务"
3293
+
3294
+ # @ backwpup
3295
+ #: ../inc/class-page-editjob.php:452
3296
+ msgid "Backup File Creation"
3297
+ msgstr "创建备份文件"
3298
+
3299
+ # @ backwpup
3300
+ #: ../inc/class-page-editjob.php:457 ../inc/class-page-editjob.php:460
3301
+ msgid "Backup type"
3302
+ msgstr "备份类型"
3303
+
3304
+ # @ backwpup
3305
+ #: ../inc/class-page-editjob.php:465
3306
+ msgid "Synchronize file by file to destination"
3307
+ msgstr "同步文件到目的地"
3308
+
3309
+ # @ backwpup
3310
+ #: ../inc/class-page-editjob.php:469
3311
+ msgid "Create a backup archive"
3312
+ msgstr "创建备份存档"
3313
+
3314
+ # @ backwpup
3315
+ #: ../inc/class-page-editjob.php:475
3316
+ msgid "Archive name"
3317
+ msgstr "存档名称"
3318
+
3319
+ # @ backwpup
3320
+ #: ../inc/class-page-editjob.php:482
3321
+ #, php-format
3322
+ msgid "%d = Two digit day of the month, with leading zeros"
3323
+ msgstr "%d = 天(两位数,带前缀0,例如 03)"
3324
+
3325
+ # @ backwpup
3326
+ #: ../inc/class-page-editjob.php:483
3327
+ msgid "%j = Day of the month, without leading zeros"
3328
+ msgstr "%j = 天(不带前缀0,例如 3)"
3329
+
3330
+ # @ backwpup
3331
+ #: ../inc/class-page-editjob.php:484
3332
+ msgid "%m = Day of the month, with leading zeros"
3333
+ msgstr "%m = 天(两位数,带前缀0,如 03)"
3334
+
3335
+ # @ backwpup
3336
+ #: ../inc/class-page-editjob.php:485
3337
+ msgid "%n = Representation of the month (without leading zeros)"
3338
+ msgstr "%n = 月份(不带前缀0)"
3339
+
3340
+ # @ backwpup
3341
+ #: ../inc/class-page-editjob.php:486
3342
+ msgid "%Y = Four digit representation for the year"
3343
+ msgstr "%Y = 年份(四位数 如 2013)"
3344
+
3345
+ # @ backwpup
3346
+ #: ../inc/class-page-editjob.php:487
3347
+ msgid "%y = Two digit representation of the year"
3348
+ msgstr "%Y = 年份(两位数 如 13)"
3349
+
3350
+ # @ backwpup
3351
+ #: ../inc/class-page-editjob.php:488
3352
+ msgid "%a = Lowercase ante meridiem (am) and post meridiem (pm)"
3353
+ msgstr "%a = 小写字母 上午(am)和 下午(pm)"
3354
+
3355
+ # @ backwpup
3356
+ #: ../inc/class-page-editjob.php:489
3357
+ msgid "%A = Uppercase ante meridiem (AM) and post meridiem (PM)"
3358
+ msgstr "%A = 大写字母 上午(AM)和 下午(PM)"
3359
+
3360
+ # @ backwpup
3361
+ #: ../inc/class-page-editjob.php:490
3362
+ msgid "%B = Swatch Internet Time"
3363
+ msgstr "%B = 同步网络时间"
3364
+
3365
+ # @ backwpup
3366
+ #: ../inc/class-page-editjob.php:491
3367
+ msgid "%g = Hour in 12-hour format, without leading zeros"
3368
+ msgstr "%g = 时(12小时制,不带前缀0)"
3369
+
3370
+ # @ backwpup
3371
+ #: ../inc/class-page-editjob.php:492
3372
+ msgid "%G = Hour in 24-hour format, without leading zeros"
3373
+ msgstr "%G = 时(24小时制,不带前缀0)"
3374
+
3375
+ # @ backwpup
3376
+ #: ../inc/class-page-editjob.php:493
3377
+ msgid "%h = Hour in 12-hour format, with leading zeros"
3378
+ msgstr "%h = 时(12小时制,带前缀0)"
3379
+
3380
+ # @ backwpup
3381
+ #: ../inc/class-page-editjob.php:494
3382
+ msgid "%H = Hour in 24-hour format, with leading zeros"
3383
+ msgstr "%H = 时(24小时制,带前缀0)"
3384
+
3385
+ # @ backwpup
3386
+ #: ../inc/class-page-editjob.php:495
3387
+ msgid "%i = Two digit representation of the minute"
3388
+ msgstr "%i = 分(两位数,带前缀0)"
3389
+
3390
+ # @ backwpup
3391
+ #: ../inc/class-page-editjob.php:496
3392
+ #, php-format
3393
+ msgid "%s = Two digit representation of the second"
3394
+ msgstr "%s = 秒(两位数,带前缀0)"
3395
+
3396
+ # @ backwpup
3397
+ #: ../inc/class-page-editjob.php:497
3398
+ #, php-format
3399
+ msgid "%u = Two digit representation of the microsecond"
3400
+ msgstr "%u = 微秒(两位数,带前缀0)"
3401
+
3402
+ #: ../inc/class-page-editjob.php:498
3403
+ msgid "%U = UNIX timestamp (seconds since January 1 1970 00:00:00 GMT)"
3404
+ msgstr "%U = UNIX 时间戳 (seconds since January 1 1970 00:00:00 GMT)"
3405
+
3406
+ # @ backwpup
3407
+ #: ../inc/class-page-editjob.php:502
3408
+ msgid "Replacement patterns:"
3409
+ msgstr "替换模式:"
3410
+
3411
+ # @ backwpup
3412
+ #: ../inc/class-page-editjob.php:515 ../inc/class-page-editjob.php:518
3413
+ msgid "Archive Format"
3414
+ msgstr "存档格式"
3415
+
3416
+ # @ backwpup
3417
+ #: ../inc/class-page-editjob.php:521 ../inc/class-page-editjob.php:523
3418
+ msgid "Zip"
3419
+ msgstr "Zip"
3420
+
3421
+ # @ backwpup
3422
+ #: ../inc/class-page-editjob.php:521
3423
+ msgid ""
3424
+ "PHP Zip functions will be used if available (needs less memory). Otherwise "
3425
+ "the PCLZip class will be used."
3426
+ msgstr "使用 PHP ZIP 函数,如果可用(需要更少的内存);否则使用 PCLZip 类。"
3427
+
3428
+ # @ backwpup
3429
+ #: ../inc/class-page-editjob.php:523 ../inc/class-page-editjob.php:528
3430
+ #: ../inc/class-page-editjob.php:532
3431
+ msgid "Disabled due to missing PHP function."
3432
+ msgstr "已禁用,由于缺少所需的 PHP 函数"
3433
+
3434
+ # @ backwpup
3435
+ #: ../inc/class-page-editjob.php:524
3436
+ msgid "Tar"
3437
+ msgstr "Tar"
3438
+
3439
+ # @ backwpup
3440
+ #: ../inc/class-page-editjob.php:524
3441
+ msgid "A tarballed, not compressed archive (fast and less memory)"
3442
+ msgstr "一个压缩包,未压缩存档(快速和更少内存)"
3443
+
3444
+ # @ backwpup
3445
+ #: ../inc/class-page-editjob.php:526 ../inc/class-page-editjob.php:528
3446
+ msgid "Tar GZip"
3447
+ msgstr "Tar GZip"
3448
+
3449
+ # @ backwpup
3450
+ #: ../inc/class-page-editjob.php:526
3451
+ msgid "A tarballed, GZipped archive (fast and less memory)"
3452
+ msgstr "一个压缩包,GZip压缩存档(快速和更少内存)"
3453
+
3454
+ # @ backwpup
3455
+ #: ../inc/class-page-editjob.php:530 ../inc/class-page-editjob.php:532
3456
+ msgid "Tar BZip2"
3457
+ msgstr "Tar BZip2"
3458
+
3459
+ # @ backwpup
3460
+ #: ../inc/class-page-editjob.php:530
3461
+ msgid "A tarballed, BZipped archive (fast and less memory)"
3462
+ msgstr "一个压缩包,BZip压缩存档(快速和更少内存)"
3463
+
3464
+ # @ backwpup
3465
+ #: ../inc/class-page-editjob.php:538
3466
+ msgid "Job Destination"
3467
+ msgstr "目的地"
3468
+
3469
+ #: ../inc/class-page-editjob.php:542 ../inc/class-page-editjob.php:545
3470
+ msgid "Where should your backup file be stored?"
3471
+ msgstr "应该在哪里存储你的备份文件?"
3472
+
3473
+ # @ backwpup
3474
+ #: ../inc/class-page-editjob.php:561
3475
+ msgid "Log Files"
3476
+ msgstr "日志文件"
3477
+
3478
+ # @ backwpup
3479
+ #: ../inc/class-page-editjob.php:565
3480
+ msgid "Send log to e-mail address"
3481
+ msgstr "发送日志到邮箱"
3482
+
3483
+ # @ backwpup
3484
+ #: ../inc/class-page-editjob.php:569
3485
+ msgid "Leave empty to not have log sent."
3486
+ msgstr "留空不发送日志"
3487
+
3488
+ #: ../inc/class-page-editjob.php:573
3489
+ msgid "E-Mail FROM field"
3490
+ msgstr "邮件“来自”字段"
3491
+
3492
+ #: ../inc/class-page-editjob.php:577
3493
+ msgid ""
3494
+ "E-Mail \"From\" field (Name &lt;&#160;you@your-email-address.tld&#160;&gt;)"
3495
+ msgstr "邮件“来自”字段(姓名 &lt;&#160;you@your-email-address.tld&#160;&gt;)"
3496
+
3497
+ # @ backwpup
3498
+ #: ../inc/class-page-editjob.php:581
3499
+ msgid "Errors only"
3500
+ msgstr "仅出错时"
3501
+
3502
+ # @ backwpup
3503
+ #: ../inc/class-page-editjob.php:586
3504
+ msgid "Send e-mail with log only when errors occur during job execution."
3505
+ msgstr "只有在计划执行发生错误时,才发送日志到邮件"
3506
+
3507
+ # @ backwpup
3508
+ #: ../inc/class-page-editjob.php:597
3509
+ msgid "Job Schedule"
3510
+ msgstr "计划时间表"
3511
+
3512
+ # @ backwpup
3513
+ #: ../inc/class-page-editjob.php:601 ../inc/class-page-editjob.php:604
3514
+ msgid "Start job"
3515
+ msgstr "启动计划"
3516
+
3517
+ # @ backwpup
3518
+ #: ../inc/class-page-editjob.php:608
3519
+ msgid "manually only"
3520
+ msgstr "手动执行"
3521
+
3522
+ # @ backwpup
3523
+ #: ../inc/class-page-editjob.php:612
3524
+ msgid "with WordPress cron"
3525
+ msgstr "通过 WordPress cron 定时执行"
3526
+
3527
+ # @ backwpup
3528
+ #: ../inc/class-page-editjob.php:619
3529
+ msgid "with a link"
3530
+ msgstr "点击链接执行"
3531
+
3532
+ # @ backwpup
3533
+ #: ../inc/class-page-editjob.php:621
3534
+ msgid ""
3535
+ "Copy the link for an external start. This option has to be activated to make "
3536
+ "the link work."
3537
+ msgstr "复制链接来外部启动。此选项已被激活,以使链接工作。"
3538
+
3539
+ # @ backwpup
3540
+ #: ../inc/class-page-editjob.php:628
3541
+ msgid "Start job with CLI"
3542
+ msgstr "使用 CLI 启动计划"
3543
+
3544
+ # @ backwpup
3545
+ #: ../inc/class-page-editjob.php:631
3546
+ #, php-format
3547
+ msgid ""
3548
+ "Use <a href=\"http://wp-cli.org/\">WP-CLI</a> to run jobs from commandline "
3549
+ "or <a href=\"%s\">get the start script</a>."
3550
+ msgstr ""
3551
+ "使用<a href=\"http://wp-cli.org/\">WP-CLI</a> 命令来执行计划,或者 <a href="
3552
+ "\"%s\"> 获取启动脚本 </a>。"
3553
+
3554
+ # @ backwpup
3555
+ #: ../inc/class-page-editjob.php:632
3556
+ msgid ""
3557
+ "Generate a server script file to let the job start with the server’s cron on "
3558
+ "command line interface. Alternatively use WP-CLI commands."
3559
+ msgstr ""
3560
+ "创建一个服务器脚本文件,以便让备份计划根据服务器的定时命令执行。此外,也可以"
3561
+ "使用 WP-CLI 命令。"
3562
+
3563
+ # @ backwpup
3564
+ #: ../inc/class-page-editjob.php:637
3565
+ msgid "Schedule execution time"
3566
+ msgstr "计划执行时间"
3567
+
3568
+ # @ backwpup
3569
+ #: ../inc/class-page-editjob.php:641 ../inc/class-page-editjob.php:644
3570
+ msgid "Scheduler type"
3571
+ msgstr "计划类型"
3572
+
3573
+ # @ backwpup
3574
+ #: ../inc/class-page-editjob.php:649
3575
+ msgid "basic"
3576
+ msgstr "基本"
3577
+
3578
+ # @ backwpup
3579
+ #: ../inc/class-page-editjob.php:653
3580
+ msgid "advanced"
3581
+ msgstr "高级"
3582
+
3583
+ # @ backwpup
3584
+ #: ../inc/class-page-editjob.php:682 ../inc/class-page-editjob.php:750
3585
+ msgid "Scheduler"
3586
+ msgstr "设定时间"
3587
+
3588
+ # @ backwpup
3589
+ #: ../inc/class-page-editjob.php:687 ../inc/class-page-jobs.php:70
3590
+ #: ../inc/class-page-logs.php:115
3591
+ msgid "Type"
3592
+ msgstr "类型"
3593
+
3594
+ # @ backwpup
3595
+ #: ../inc/class-page-editjob.php:692
3596
+ msgid "Hour"
3597
+ msgstr "小时"
3598
+
3599
+ # @ backwpup
3600
+ #: ../inc/class-page-editjob.php:695
3601
+ msgid "Minute"
3602
+ msgstr "分钟"
3603
+
3604
+ # @ backwpup
3605
+ #: ../inc/class-page-editjob.php:699
3606
+ msgid "monthly"
3607
+ msgstr "每个月一次"
3608
+
3609
+ # @ backwpup
3610
+ #: ../inc/class-page-editjob.php:701
3611
+ msgid "on"
3612
+ msgstr " "
3613
+
3614
+ # @ backwpup
3615
+ #: ../inc/class-page-editjob.php:711
3616
+ msgid "weekly"
3617
+ msgstr "每周一次"
3618
+
3619
+ # @ backwpup
3620
+ #: ../inc/class-page-editjob.php:713 ../inc/class-page-editjob.php:820
3621
+ msgid "Sunday"
3622
+ msgstr "星期天"
3623
+
3624
+ # @ backwpup
3625
+ #: ../inc/class-page-editjob.php:714 ../inc/class-page-editjob.php:821
3626
+ msgid "Monday"
3627
+ msgstr "星期一"
3628
+
3629
+ # @ backwpup
3630
+ #: ../inc/class-page-editjob.php:715 ../inc/class-page-editjob.php:822
3631
+ msgid "Tuesday"
3632
+ msgstr "星期二"
3633
+
3634
+ # @ backwpup
3635
+ #: ../inc/class-page-editjob.php:716 ../inc/class-page-editjob.php:823
3636
+ msgid "Wednesday"
3637
+ msgstr "星期三"
3638
+
3639
+ # @ backwpup
3640
+ #: ../inc/class-page-editjob.php:717 ../inc/class-page-editjob.php:824
3641
+ msgid "Thursday"
3642
+ msgstr "星期四"
3643
+
3644
+ # @ backwpup
3645
+ #: ../inc/class-page-editjob.php:718 ../inc/class-page-editjob.php:825
3646
+ msgid "Friday"
3647
+ msgstr "星期五"
3648
+
3649
+ # @ backwpup
3650
+ #: ../inc/class-page-editjob.php:719 ../inc/class-page-editjob.php:826
3651
+ msgid "Saturday"
3652
+ msgstr "星期六"
3653
+
3654
+ # @ backwpup
3655
+ #: ../inc/class-page-editjob.php:729
3656
+ msgid "daily"
3657
+ msgstr "每天一次"
3658
+
3659
+ # @ backwpup
3660
+ #: ../inc/class-page-editjob.php:739
3661
+ msgid "hourly"
3662
+ msgstr "每小时一次"
3663
+
3664
+ # @ backwpup
3665
+ #: ../inc/class-page-editjob.php:753
3666
+ msgid "Minutes:"
3667
+ msgstr "分:"
3668
+
3669
+ # @ backwpup
3670
+ #: ../inc/class-page-editjob.php:755 ../inc/class-page-editjob.php:768
3671
+ #: ../inc/class-page-editjob.php:780 ../inc/class-page-editjob.php:794
3672
+ #: ../inc/class-page-editjob.php:816
3673
+ msgid "Any (*)"
3674
+ msgstr "全部 (*)"
3675
+
3676
+ # @ backwpup
3677
+ #: ../inc/class-page-editjob.php:765
3678
+ msgid "Hours:"
3679
+ msgstr "小时:"
3680
+
3681
+ # @ backwpup
3682
+ #: ../inc/class-page-editjob.php:778
3683
+ msgid "Day of Month:"
3684
+ msgstr "天"
3685
+
3686
+ # @ backwpup
3687
+ #: ../inc/class-page-editjob.php:792
3688
+ msgid "Month:"
3689
+ msgstr "月:"
3690
+
3691
+ # @ backwpup
3692
+ #: ../inc/class-page-editjob.php:798
3693
+ msgid "January"
3694
+ msgstr "1月"
3695
+
3696
+ # @ backwpup
3697
+ #: ../inc/class-page-editjob.php:799
3698
+ msgid "February"
3699
+ msgstr "2月"
3700
+
3701
+ # @ backwpup
3702
+ #: ../inc/class-page-editjob.php:800
3703
+ msgid "March"
3704
+ msgstr "3月"
3705
+
3706
+ # @ backwpup
3707
+ #: ../inc/class-page-editjob.php:801
3708
+ msgid "April"
3709
+ msgstr "4月"
3710
+
3711
+ # @ backwpup
3712
+ #: ../inc/class-page-editjob.php:802
3713
+ msgid "May"
3714
+ msgstr "5月"
3715
+
3716
+ # @ backwpup
3717
+ #: ../inc/class-page-editjob.php:803
3718
+ msgid "June"
3719
+ msgstr "6月"
3720
+
3721
+ # @ backwpup
3722
+ #: ../inc/class-page-editjob.php:804
3723
+ msgid "July"
3724
+ msgstr "7月"
3725
+
3726
+ # @ backwpup
3727
+ #: ../inc/class-page-editjob.php:805
3728
+ msgid "August"
3729
+ msgstr "8月"
3730
+
3731
+ # @ backwpup
3732
+ #: ../inc/class-page-editjob.php:806
3733
+ msgid "September"
3734
+ msgstr "9月"
3735
+
3736
+ # @ backwpup
3737
+ #: ../inc/class-page-editjob.php:807
3738
+ msgid "October"
3739
+ msgstr "10月"
3740
+
3741
+ # @ backwpup
3742
+ #: ../inc/class-page-editjob.php:808
3743
+ msgid "November"
3744
+ msgstr "11月"
3745
+
3746
+ # @ backwpup
3747
+ #: ../inc/class-page-editjob.php:809
3748
+ msgid "December"
3749
+ msgstr "12月"
3750
+
3751
+ # @ backwpup
3752
+ #: ../inc/class-page-editjob.php:814
3753
+ msgid "Day of Week:"
3754
+ msgstr "周:"
3755
+
3756
+ # @ backwpup
3757
+ #: ../inc/class-page-editjob.php:850
3758
+ msgid "Save changes"
3759
+ msgstr "保存更改"
3760
+
3761
+ # @ backwpup
3762
+ #: ../inc/class-page-jobs.php:44
3763
+ msgid "No Jobs."
3764
+ msgstr "没有计划"
3765
+
3766
+ # @ backwpup
3767
+ #: ../inc/class-page-jobs.php:68
3768
+ msgid "ID"
3769
+ msgstr "ID"
3770
+
3771
+ # @ backwpup
3772
+ #: ../inc/class-page-jobs.php:71
3773
+ msgid "Destinations"
3774
+ msgstr "目的地"
3775
+
3776
+ # @ backwpup
3777
+ #: ../inc/class-page-jobs.php:72
3778
+ msgid "Next Run"
3779
+ msgstr "下次执行"
3780
+
3781
+ # @ backwpup
3782
+ #: ../inc/class-page-jobs.php:73
3783
+ msgid "Last Run"
3784
+ msgstr "最近执行"
3785
+
3786
+ # @ backwpup
3787
+ #: ../inc/class-page-jobs.php:128
3788
+ msgid "Edit"
3789
+ msgstr "编辑"
3790
+
3791
+ # @ backwpup
3792
+ #: ../inc/class-page-jobs.php:129
3793
+ msgid "Copy"
3794
+ msgstr "复制"
3795
+
3796
+ # @ backwpup
3797
+ #: ../inc/class-page-jobs.php:181
3798
+ msgid "Not needed or set"
3799
+ msgstr "不需要或设置"
3800
+
3801
+ # @ backwpup
3802
+ #: ../inc/class-page-jobs.php:189
3803
+ #, php-format
3804
+ msgid "Running for: %s seconds"
3805
+ msgstr "执行:%s 秒"
3806
+
3807
+ # @ backwpup
3808
+ #: ../inc/class-page-jobs.php:195
3809
+ #, php-format
3810
+ msgid "Cron: %s"
3811
+ msgstr "定时: %s"
3812
+
3813
+ # @ backwpup
3814
+ #: ../inc/class-page-jobs.php:195
3815
+ #, php-format
3816
+ msgid "%1$s at %2$s by WP-Cron"
3817
+ msgstr "%1$s %2$s 使用 WP-Cron 定时备份"
3818
+
3819
+ # @ backwpup
3820
+ #: ../inc/class-page-jobs.php:200
3821
+ msgid "Inactive"
3822
+ msgstr "暂无"
3823
+
3824
+ # @ backwpup
3825
+ #: ../inc/class-page-jobs.php:212
3826
+ #, php-format
3827
+ msgid "Runtime: %d seconds"
3828
+ msgstr "用时:%d 秒"
3829
+
3830
+ # @ backwpup
3831
+ #: ../inc/class-page-jobs.php:215
3832
+ msgid "not yet"
3833
+ msgstr "无"
3834
+
3835
+ # @ backwpup
3836
+ #: ../inc/class-page-jobs.php:219
3837
+ msgid "Download last backup"
3838
+ msgstr "下载最近的备份"
3839
+
3840
+ # @ backwpup
3841
+ #: ../inc/class-page-jobs.php:224
3842
+ msgid "Log"
3843
+ msgstr "日志"
3844
+
3845
+ # @ backwpup
3846
+ #: ../inc/class-page-jobs.php:271
3847
+ msgid "Copy of"
3848
+ msgstr "副本"
3849
+
3850
+ # @ backwpup
3851
+ #: ../inc/class-page-jobs.php:319
3852
+ #, php-format
3853
+ msgid ""
3854
+ "Temp folder %s not read or writable. Please set proper write permissions."
3855
+ msgstr "临时文件夹 %s 不可写,请赋予正确的写入权限。"
3856
+
3857
+ # @ backwpup
3858
+ #: ../inc/class-page-jobs.php:322
3859
+ #, php-format
3860
+ msgid ""
3861
+ "Temp folder %s does not exist and cannot be created. Please create it and "
3862
+ "set proper write permissions."
3863
+ msgstr "临时文件夹 %s 不存在且无法创建,请创建它并赋予正确的写入权限。"
3864
+
3865
+ # @ backwpup
3866
+ #: ../inc/class-page-jobs.php:328
3867
+ #, php-format
3868
+ msgid ""
3869
+ "Logs folder %s is not read or writable. Please set proper write permissions."
3870
+ msgstr "日志文件夹 %s 不可写,请赋予正确的写入权限。"
3871
+
3872
+ # @ backwpup
3873
+ #: ../inc/class-page-jobs.php:331
3874
+ #, php-format
3875
+ msgid ""
3876
+ "Logs folder %s does not exist and cannot be created. Please create it and "
3877
+ "set proper write permissions."
3878
+ msgstr "日志文件夹 %s 不存在且无法创建,请创建它并赋予正确的写入权限。"
3879
+
3880
+ # @ backwpup
3881
+ #: ../inc/class-page-jobs.php:339
3882
+ #, php-format
3883
+ msgid ""
3884
+ "Backups folder %s is not read or writable. Please set proper write "
3885
+ "permissions."
3886
+ msgstr "备份文件夹 %s 不可写,请赋予正确的写入权限。"
3887
+
3888
+ # @ backwpup
3889
+ #: ../inc/class-page-jobs.php:342
3890
+ #, php-format
3891
+ msgid ""
3892
+ "Backups folder %s does not exist and cannot be created. Please create it and "
3893
+ "set proper write permissions."
3894
+ msgstr "备份文件夹 %s 不存在且无法创建,请创建它并赋予正确的写入权限。"
3895
+
3896
+ # @ backwpup
3897
+ #: ../inc/class-page-jobs.php:356 ../inc/class-page-settings.php:379
3898
+ #, php-format
3899
+ msgid "The HTTP response test get a error \"%s\""
3900
+ msgstr "HTTP响应测试得到一个错误 \"%s\""
3901
+
3902
+ # @ backwpup
3903
+ #: ../inc/class-page-jobs.php:358 ../inc/class-page-settings.php:381
3904
+ #, php-format
3905
+ msgid "The HTTP response test get a false http status (%s)"
3906
+ msgstr "HTTP响应测试得到一个错误的HTTP状态(%s)"
3907
+
3908
+ # @ backwpup
3909
+ #: ../inc/class-page-jobs.php:365
3910
+ #, php-format
3911
+ msgid "Job \"%s\" started."
3912
+ msgstr "计划 \"%s\" 已开始"
3913
+
3914
+ # @ backwpup
3915
+ #: ../inc/class-page-jobs.php:402 ../inc/class-wp-cli.php:52
3916
+ msgid "Aborted by user!"
3917
+ msgstr "由用户中止!"
3918
+
3919
+ # @ backwpup
3920
+ #: ../inc/class-page-jobs.php:431 ../inc/class-wp-cli.php:82
3921
+ msgid "Job will be terminated."
3922
+ msgstr "计划将被终止"
3923
+
3924
+ # @ backwpup
3925
+ #: ../inc/class-page-jobs.php:471
3926
+ #, php-format
3927
+ msgid "%s Jobs"
3928
+ msgstr "%s 备份计划"
3929
+
3930
+ # @ backwpup
3931
+ #: ../inc/class-page-jobs.php:489
3932
+ #, php-format
3933
+ msgid "Job currently running: %s"
3934
+ msgstr "当前正在执行的计划: %s"
3935
+
3936
+ # @ backwpup
3937
+ #: ../inc/class-page-jobs.php:490
3938
+ msgid "Warnings:"
3939
+ msgstr "警告:"
3940
+
3941
+ # @ backwpup
3942
+ #: ../inc/class-page-jobs.php:491
3943
+ msgid "Errors:"
3944
+ msgstr "错误:"
3945
+
3946
+ # @ backwpup
3947
+ #: ../inc/class-page-jobs.php:492
3948
+ msgid "Working job log"
3949
+ msgstr "计划执行日志"
3950
+
3951
+ # @ backwpup
3952
+ #: ../inc/class-page-jobs.php:492
3953
+ msgid "Display working log"
3954
+ msgstr "显示执行日志"
3955
+
3956
+ # @ backwpup
3957
+ #: ../inc/class-page-jobs.php:494
3958
+ msgid "Close working screen"
3959
+ msgstr "关闭执行窗口"
3960
+
3961
+ # @ backwpup
3962
+ #: ../inc/class-page-jobs.php:494
3963
+ msgid "close"
3964
+ msgstr "关闭"
3965
+
3966
+ # @ backwpup
3967
+ #: ../inc/class-page-jobs.php:635
3968
+ msgid "Job end"
3969
+ msgstr "计划完成"
3970
+
3971
+ # @ backwpup
3972
+ #: ../inc/class-page-logs.php:91
3973
+ msgid "No Logs."
3974
+ msgstr "没有日志"
3975
+
3976
+ # @ backwpup
3977
+ #: ../inc/class-page-logs.php:116
3978
+ msgid "Backup/Log Date/Time"
3979
+ msgstr "备份/日志/时间"
3980
+
3981
+ # @ backwpup
3982
+ #: ../inc/class-page-logs.php:117
3983
+ msgid "Status"
3984
+ msgstr "状态"
3985
+
3986
+ # @ backwpup
3987
+ #: ../inc/class-page-logs.php:119
3988
+ msgid "Runtime"
3989
+ msgstr "用时"
3990
+
3991
+ # @ backwpup
3992
+ #: ../inc/class-page-logs.php:183
3993
+ msgid "View"
3994
+ msgstr "查看"
3995
+
3996
+ # @ backwpup
3997
+ #: ../inc/class-page-logs.php:193
3998
+ #, php-format
3999
+ msgid "1 ERROR"
4000
+ msgid_plural "%d ERRORS"
4001
+ msgstr[0] "1 个错误"
4002
+ msgstr[1] "%d 个错误"
4003
+
4004
+ # @ backwpup
4005
+ #: ../inc/class-page-logs.php:195
4006
+ #, php-format
4007
+ msgid "1 WARNING"
4008
+ msgid_plural "%d WARNINGS"
4009
+ msgstr[0] "1 个警告"
4010
+ msgstr[1] "%d 个警告"
4011
+
4012
+ # @ backwpup
4013
+ #: ../inc/class-page-logs.php:197
4014
+ msgid "O.K."
4015
+ msgstr "成功"
4016
+
4017
+ # @ backwpup
4018
+ #: ../inc/class-page-logs.php:206
4019
+ msgid "Log only"
4020
+ msgstr "仅日志"
4021
+
4022
+ # @ backwpup
4023
+ #: ../inc/class-page-logs.php:336
4024
+ #, php-format
4025
+ msgid "%s Logs"
4026
+ msgstr "%s 日志"
4027
+
4028
+ # @ backwpup
4029
+ #: ../inc/class-page-settings.php:55
4030
+ msgid "Settings reset to default"
4031
+ msgstr "重置为默认设置"
4032
+
4033
+ # @ backwpup
4034
+ #: ../inc/class-page-settings.php:89
4035
+ msgid "Settings saved"
4036
+ msgstr "设置已保存"
4037
+
4038
+ # @ backwpup
4039
+ #: ../inc/class-page-settings.php:101
4040
+ #, php-format
4041
+ msgid "%s Settings"
4042
+ msgstr "%s 设置"
4043
+
4044
+ # @ backwpup
4045
+ #: ../inc/class-page-settings.php:103
4046
+ msgid "Network"
4047
+ msgstr "网络"
4048
+
4049
+ # @ backwpup
4050
+ #: ../inc/class-page-settings.php:103
4051
+ msgid "API Keys"
4052
+ msgstr "API Keys"
4053
+
4054
+ # @ backwpup
4055
+ #: ../inc/class-page-settings.php:103
4056
+ msgid "Information"
4057
+ msgstr "详情"
4058
+
4059
+ # @ backwpup
4060
+ #: ../inc/class-page-settings.php:120
4061
+ msgid "Display Settings"
4062
+ msgstr "显示设置"
4063
+
4064
+ # @ backwpup
4065
+ #: ../inc/class-page-settings.php:121
4066
+ msgid "Do you want to see BackWPup in the WordPress admin bar?"
4067
+ msgstr "想在顶部管理栏显示 BackWPup 吗?"
4068
+
4069
+ # @ backwpup
4070
+ #: ../inc/class-page-settings.php:124
4071
+ msgid "Admin bar"
4072
+ msgstr "顶部管理栏"
4073
+
4074
+ # @ backwpup
4075
+ #: ../inc/class-page-settings.php:127
4076
+ msgid "Admin Bar"
4077
+ msgstr "顶部管理栏"
4078
+
4079
+ # @ backwpup
4080
+ #: ../inc/class-page-settings.php:132
4081
+ msgid "Show BackWPup links in admin bar."
4082
+ msgstr "在顶部管理栏显示 BackWPup 链接"
4083
+
4084
+ # @ backwpup
4085
+ #: ../inc/class-page-settings.php:137 ../inc/class-page-settings.php:140
4086
+ msgid "Folder sizes"
4087
+ msgstr "文件夹大小"
4088
+
4089
+ #: ../inc/class-page-settings.php:145
4090
+ msgid ""
4091
+ "Display folder sizes on Files tab if job edited. (Might increase loading "
4092
+ "time of Files tab.)"
4093
+ msgstr ""
4094
+ "编辑备份计划时,在“文件”选项卡中显示文件夹大小(可能会增加“文件”选项卡的加载"
4095
+ "时间)"
4096
+
4097
+ # @ backwpup
4098
+ #: ../inc/class-page-settings.php:150
4099
+ msgid "Security"
4100
+ msgstr "安全性"
4101
+
4102
+ # @ backwpup
4103
+ #: ../inc/class-page-settings.php:151
4104
+ msgid "Security option for BackWPup"
4105
+ msgstr "BackWPup 插件安全"
4106
+
4107
+ # @ backwpup
4108
+ #: ../inc/class-page-settings.php:154 ../inc/class-page-settings.php:157
4109
+ msgid "Protect folders"
4110
+ msgstr "保护文件夹"
4111
+
4112
+ # @ backwpup
4113
+ #: ../inc/class-page-settings.php:162
4114
+ msgid ""
4115
+ "Protect BackWPup folders ( Temp, Log and Backups ) with <code>.htaccess</"
4116
+ "code> and <code>index.php</code>"
4117
+ msgstr ""
4118
+ "通过<code>.htaccess</code> 和 <code>index.php</code>保护 BackWPup 目录下的文"
4119
+ "件夹"
4120
+
4121
+ #: ../inc/class-page-settings.php:175
4122
+ msgid ""
4123
+ "Every time BackWPup runs a backup job a log file is being generated. Choose "
4124
+ "where to store your log files and how many of them."
4125
+ msgstr ""
4126
+ "每次 BackWPup 执行备份计划都会生成日志文件。选择存放日志文件的目录和日志数"
4127
+ "量。"
4128
+
4129
+ # @ backwpup
4130
+ #: ../inc/class-page-settings.php:178
4131
+ msgid "Log file folder"
4132
+ msgstr "日志路径"
4133
+
4134
+ # @ backwpup
4135
+ #: ../inc/class-page-settings.php:186
4136
+ msgid "Maximum number of log files in folder"
4137
+ msgstr "最多保存日志文件数量"
4138
+
4139
+ # @ backwpup
4140
+ #: ../inc/class-page-settings.php:191
4141
+ msgid "Oldest files will be deleted first."
4142
+ msgstr "最先保存的将会先删除"
4143
+
4144
+ # @ backwpup
4145
+ #: ../inc/class-page-settings.php:195 ../inc/class-page-settings.php:198
4146
+ msgid "Compression"
4147
+ msgstr "压缩"
4148
+
4149
+ # @ backwpup
4150
+ #: ../inc/class-page-settings.php:203
4151
+ msgid "Compress log files with GZip."
4152
+ msgstr "用 Gzip 压缩日志文件"
4153
+
4154
+ #: ../inc/class-page-settings.php:212
4155
+ msgid "There are a couple of general options for backup jobs. Set them here."
4156
+ msgstr "下面是备份计划的基本选项,请进行设置。"
4157
+
4158
+ # @ backwpup
4159
+ #: ../inc/class-page-settings.php:216
4160
+ msgid "Maximum number of retries for job steps"
4161
+ msgstr "失败重试次数"
4162
+
4163
+ # @ backwpup
4164
+ #: ../inc/class-page-settings.php:224 ../inc/class-page-settings.php:227
4165
+ msgid "Restart on every main step"
4166
+ msgstr "重启主要步骤"
4167
+
4168
+ # @ backwpup
4169
+ #: ../inc/class-page-settings.php:232
4170
+ msgid "Restart the job on every main step on a running job"
4171
+ msgstr "重启每一个计划的重要步骤"
4172
+
4173
+ # @ backwpup
4174
+ #: ../inc/class-page-settings.php:233
4175
+ msgid ""
4176
+ "The job will be restarted on every main step to prevent running in an "
4177
+ "execution time out. This will not work on cli run. If "
4178
+ "<code>ALTERNATE_WP_CRON</code> has been defined, WordPress Cron will be used."
4179
+ msgstr ""
4180
+ "计划将在每个重要步骤重启,以免导致超时。如果 cli 运行,这个设置就没办法生效。"
4181
+ "如果<code>ALTERNATE_WP_CRON</code>已经定义,WordPress Cron 将被使用。"
4182
+
4183
+ # @ backwpup
4184
+ #: ../inc/class-page-settings.php:239 ../inc/class-page-settings.php:242
4185
+ msgid "Restart on archive creation"
4186
+ msgstr "在创建存档时重启"
4187
+
4188
+ #: ../inc/class-page-settings.php:247
4189
+ msgid ""
4190
+ "MB. 0 = disabled. Restart the job once a given number of Megabytes has been "
4191
+ "added to an archive"
4192
+ msgstr ""
4193
+ "MB. 0 = 禁用。一旦添加了所设定大小的新的文件到备份存档时,重启备份计划。"
4194
+
4195
+ # @ backwpup
4196
+ #: ../inc/class-page-settings.php:248
4197
+ msgid ""
4198
+ "The job will be restarted once a given number of Megabytes has been added to "
4199
+ "an archive to prevent running in an execution time out. This will not work "
4200
+ "on cli run. If <code>ALTERNATE_WP_CRON</code> has been defined, WordPress "
4201
+ "Cron will be used."
4202
+ msgstr ""
4203
+ "一旦添加更多的文件到存档时,计划将重启,以免导致超时。如果 cli 运行,这个设置"
4204
+ "就没办法生效。如果<code>ALTERNATE_WP_CRON</code>已经定义,WordPress Cron 将"
4205
+ "被使用。"
4206
+
4207
+ #: ../inc/class-page-settings.php:254 ../inc/class-page-settings.php:257
4208
+ msgid "Method for creating ZIP archive"
4209
+ msgstr "创建ZIP存档的方法"
4210
+
4211
+ #: ../inc/class-page-settings.php:261
4212
+ msgid "Auto"
4213
+ msgstr "自动"
4214
+
4215
+ # @ backwpup
4216
+ #: ../inc/class-page-settings.php:262
4217
+ msgid "ZipArchive"
4218
+ msgstr "Zip存档"
4219
+
4220
+ #: ../inc/class-page-settings.php:263
4221
+ msgid "PclZip"
4222
+ msgstr "PclZip"
4223
+
4224
+ #: ../inc/class-page-settings.php:266
4225
+ msgid ""
4226
+ "Auto = Uses PHP class ZipArchive if available; otherwise uses PclZip.<br /"
4227
+ ">ZipArchive = Uses less memory, but many open files at a time.<br />PclZip = "
4228
+ "Uses more memory, but only 2 open files at a time."
4229
+ msgstr ""
4230
+ "自动 = 使用 PHP 类 ZIP 存档(如果可用),否者使用 PclZip。<br />ZIP 存档 = 使"
4231
+ "用较少的内存,但每次打开多个文件。<br />PclZip = 使用更多的内存,但每次打开 "
4232
+ "2 个文件。"
4233
+
4234
+ # @ backwpup
4235
+ #: ../inc/class-page-settings.php:272
4236
+ msgid "Key to start jobs externally with an URL"
4237
+ msgstr "通过URL启动计划的key"
4238
+
4239
+ # @ backwpup
4240
+ #: ../inc/class-page-settings.php:277
4241
+ msgid ""
4242
+ "empty = deactivated. Will be used to protect job starts from unauthorized "
4243
+ "persons."
4244
+ msgstr "空=停用。将用于保护计划不让未经授权的人使用。"
4245
+
4246
+ # @ backwpup
4247
+ #: ../inc/class-page-settings.php:281
4248
+ msgid "No translation"
4249
+ msgstr "无需翻译"
4250
+
4251
+ # @ backwpup
4252
+ #: ../inc/class-page-settings.php:284
4253
+ msgid "No Translation"
4254
+ msgstr "日志翻译"
4255
+
4256
+ # @ backwpup
4257
+ #: ../inc/class-page-settings.php:289
4258
+ msgid "No translation for the job, the log will be written in English"
4259
+ msgstr "日志将以英文形式保存"
4260
+
4261
+ # @ backwpup
4262
+ #: ../inc/class-page-settings.php:295 ../inc/class-page-settings.php:298
4263
+ msgid "Reduce server load"
4264
+ msgstr "减少服务器负载"
4265
+
4266
+ # @ backwpup
4267
+ #: ../inc/class-page-settings.php:302
4268
+ msgid "disabled"
4269
+ msgstr "禁用"
4270
+
4271
+ # @ backwpup
4272
+ #: ../inc/class-page-settings.php:303
4273
+ msgid "minimum"
4274
+ msgstr "轻微"
4275
+
4276
+ # @ backwpup
4277
+ #: ../inc/class-page-settings.php:304
4278
+ msgid "medium"
4279
+ msgstr "中等"
4280
+
4281
+ # @ backwpup
4282
+ #: ../inc/class-page-settings.php:305
4283
+ msgid "maximum"
4284
+ msgstr "极限"
4285
+
4286
+ # @ backwpup
4287
+ #: ../inc/class-page-settings.php:308
4288
+ msgid ""
4289
+ "This adds short pauses to the process. Can be used to reduce the CPU load. "
4290
+ "Disabled = off, minimum = shortest sleep, maximum = longest sleep"
4291
+ msgstr ""
4292
+ "增加短暂停的到进程中,可以用来减少CPU负载。Disabled = 关闭, minimum = 最短的"
4293
+ "睡眠,maximum = 最长的睡眠"
4294
+
4295
+ # @ backwpup
4296
+ #: ../inc/class-page-settings.php:319
4297
+ msgid ""
4298
+ "Is your blog protected with HTTP basic authentication (.htaccess)? Then "
4299
+ "please set the username and password for authentication here."
4300
+ msgstr ""
4301
+ "如果你的网站已经通过 PHP 基本身份验证 (.htaccess) 设置保护了,那么请在这里设"
4302
+ "计用户名和密码进行认证。"
4303
+
4304
+ # @ backwpup
4305
+ #: ../inc/class-page-settings.php:322
4306
+ msgid "Username:"
4307
+ msgstr "用户名"
4308
+
4309
+ # @ backwpup
4310
+ #: ../inc/class-page-settings.php:350 ../inc/class-page-settings.php:351
4311
+ msgid "Setting"
4312
+ msgstr "设置"
4313
+
4314
+ # @ backwpup
4315
+ #: ../inc/class-page-settings.php:350 ../inc/class-page-settings.php:351
4316
+ msgid "Value"
4317
+ msgstr "值"
4318
+
4319
+ # @ backwpup
4320
+ #: ../inc/class-page-settings.php:352
4321
+ msgid "WordPress version"
4322
+ msgstr "WordPress 版本"
4323
+
4324
+ # @ backwpup
4325
+ #: ../inc/class-page-settings.php:354
4326
+ msgid "BackWPup version"
4327
+ msgstr "BackWPup 版本"
4328
+
4329
+ # @ backwpup
4330
+ #: ../inc/class-page-settings.php:354
4331
+ msgid "Get pro."
4332
+ msgstr "获取专业版"
4333
+
4334
+ # @ backwpup
4335
+ #: ../inc/class-page-settings.php:356
4336
+ msgid "BackWPup Pro version"
4337
+ msgstr "BackWPup Pro 版本"
4338
+
4339
+ # @ backwpup
4340
+ #: ../inc/class-page-settings.php:357
4341
+ msgid "PHP version"
4342
+ msgstr "PHP 版本"
4343
+
4344
+ # @ backwpup
4345
+ #: ../inc/class-page-settings.php:358
4346
+ msgid "MySQL version"
4347
+ msgstr "MySQL 版本"
4348
+
4349
+ # @ backwpup
4350
+ #: ../inc/class-page-settings.php:361 ../inc/class-page-settings.php:365
4351
+ msgid "cURL version"
4352
+ msgstr "cURL 版本"
4353
+
4354
+ # @ backwpup
4355
+ #: ../inc/class-page-settings.php:362
4356
+ msgid "cURL SSL version"
4357
+ msgstr "cURL SSL 版本"
4358
+
4359
+ # @ backwpup
4360
+ #: ../inc/class-page-settings.php:365
4361
+ msgid "unavailable"
4362
+ msgstr "无法使用"
4363
+
4364
+ # @ backwpup
4365
+ #: ../inc/class-page-settings.php:376
4366
+ msgid "Server self connect:"
4367
+ msgstr "服务器自连接:"
4368
+
4369
+ # @ backwpup
4370
+ #: ../inc/class-page-settings.php:384
4371
+ #, php-format
4372
+ msgid "The BackWPup HTTP response header gives back the false value \"%s\""
4373
+ msgstr "BackWPup HTTP响应头返回 false 值 \"%s\""
4374
+
4375
+ # @ backwpup
4376
+ #: ../inc/class-page-settings.php:387
4377
+ msgid "Response Test O.K."
4378
+ msgstr "响应测试成功"
4379
+
4380
+ # @ backwpup
4381
+ #: ../inc/class-page-settings.php:393
4382
+ msgid "Temp folder:"
4383
+ msgstr "临时文件夹:"
4384
+
4385
+ # @ backwpup
4386
+ #: ../inc/class-page-settings.php:395
4387
+ #, php-format
4388
+ msgid "Temp folder %s not exist and can't created."
4389
+ msgstr "临时文件夹 %s 不存在且无法创建"
4390
+
4391
+ # @ backwpup
4392
+ #: ../inc/class-page-settings.php:397
4393
+ #, php-format
4394
+ msgid "Temp folder %s not writable."
4395
+ msgstr "临时文件夹 %s 不可写"
4396
+
4397
+ # @ backwpup
4398
+ #: ../inc/class-page-settings.php:403
4399
+ msgid "Logs folder:"
4400
+ msgstr "日志文件夹:"
4401
+
4402
+ # @ backwpup
4403
+ #: ../inc/class-page-settings.php:405
4404
+ #, php-format
4405
+ msgid "Logs folder %s not exist and can't created."
4406
+ msgstr "日志文件夹 %s 不存在且无法创建"
4407
+
4408
+ # @ backwpup
4409
+ #: ../inc/class-page-settings.php:407
4410
+ #, php-format
4411
+ msgid "Logs folder %s not writable."
4412
+ msgstr "日志文件夹 %s 不可写"
4413
+
4414
+ # @ backwpup
4415
+ #: ../inc/class-page-settings.php:411
4416
+ msgid "Server"
4417
+ msgstr "服务器"
4418
+
4419
+ # @ backwpup
4420
+ #: ../inc/class-page-settings.php:412
4421
+ msgid "Operating System"
4422
+ msgstr "操作系统"
4423
+
4424
+ # @ backwpup
4425
+ #: ../inc/class-page-settings.php:413
4426
+ msgid "PHP SAPI"
4427
+ msgstr "PHP SAPI"
4428
+
4429
+ # @ backwpup
4430
+ #: ../inc/class-page-settings.php:414
4431
+ msgid "Current PHP user"
4432
+ msgstr "当前 PHP 用户"
4433
+
4434
+ # @ backwpup
4435
+ #: ../inc/class-page-settings.php:415 ../inc/class-page-settings.php:419
4436
+ #: ../inc/class-page-settings.php:423
4437
+ msgid "On"
4438
+ msgstr "开启"
4439
+
4440
+ # @ backwpup
4441
+ #: ../inc/class-page-settings.php:415 ../inc/class-page-settings.php:421
4442
+ #: ../inc/class-page-settings.php:425
4443
+ msgid "Off"
4444
+ msgstr "关闭"
4445
+
4446
+ # @ backwpup
4447
+ #: ../inc/class-page-settings.php:416
4448
+ msgid "Safe Mode"
4449
+ msgstr "安全模式"
4450
+
4451
+ # @ backwpup
4452
+ #: ../inc/class-page-settings.php:417
4453
+ msgid "Maximum execution time"
4454
+ msgstr "最大的执行时间"
4455
+
4456
+ # @ backwpup
4457
+ #: ../inc/class-page-settings.php:419 ../inc/class-page-settings.php:421
4458
+ msgid "Alternative WP Cron"
4459
+ msgstr "替换 WP-Cron"
4460
+
4461
+ # @ backwpup
4462
+ #: ../inc/class-page-settings.php:423 ../inc/class-page-settings.php:425
4463
+ msgid "Disabled WP Cron"
4464
+ msgstr "禁用 WP-Cron"
4465
+
4466
+ # @ backwpup
4467
+ #: ../inc/class-page-settings.php:427 ../inc/class-page-settings.php:429
4468
+ msgid "CHMOD Dir"
4469
+ msgstr "目录权限"
4470
+
4471
+ # @ backwpup
4472
+ #: ../inc/class-page-settings.php:431
4473
+ msgid "Server Time"
4474
+ msgstr "服务器时间"
4475
+
4476
+ # @ backwpup
4477
+ #: ../inc/class-page-settings.php:432
4478
+ msgid "Blog Time"
4479
+ msgstr "网站时间"
4480
+
4481
+ # @ backwpup
4482
+ #: ../inc/class-page-settings.php:433
4483
+ msgid "Blog Timezone"
4484
+ msgstr "网站时区"
4485
+
4486
+ # @ backwpup
4487
+ #: ../inc/class-page-settings.php:434
4488
+ msgid "Blog Time offset"
4489
+ msgstr "网站时间偏移"
4490
+
4491
+ # @ backwpup
4492
+ #: ../inc/class-page-settings.php:434
4493
+ #, php-format
4494
+ msgid "%s hours"
4495
+ msgstr "%s 小时"
4496
+
4497
+ # @ backwpup
4498
+ #: ../inc/class-page-settings.php:435
4499
+ msgid "Blog language"
4500
+ msgstr "网站语言"
4501
+
4502
+ # @ backwpup
4503
+ #: ../inc/class-page-settings.php:436
4504
+ msgid "MySQL Client encoding"
4505
+ msgstr "MySQL 客户端编码"
4506
+
4507
+ # @ backwpup
4508
+ #: ../inc/class-page-settings.php:439
4509
+ msgid "Blog charset"
4510
+ msgstr "网站编码"
4511
+
4512
+ # @ backwpup
4513
+ #: ../inc/class-page-settings.php:440
4514
+ msgid "PHP Memory limit"
4515
+ msgstr "PHP 内存限制"
4516
+
4517
+ # @ backwpup
4518
+ #: ../inc/class-page-settings.php:441
4519
+ msgid "WP memory limit"
4520
+ msgstr "WP 内存限制"
4521
+
4522
+ # @ backwpup
4523
+ #: ../inc/class-page-settings.php:442
4524
+ msgid "WP Maximum memory limit"
4525
+ msgstr "WP 最大内存限制"
4526
+
4527
+ # @ backwpup
4528
+ #: ../inc/class-page-settings.php:443
4529
+ msgid "Memory in use"
4530
+ msgstr "已用内存"
4531
+
4532
+ # @ backwpup
4533
+ #: ../inc/class-page-settings.php:448
4534
+ msgid "Disabled PHP Functions:"
4535
+ msgstr "禁用 PHP 函数:"
4536
+
4537
+ # @ backwpup
4538
+ #: ../inc/class-page-settings.php:453
4539
+ msgid "Loaded PHP Extensions:"
4540
+ msgstr "加载的 PHP 扩展:"
4541
+
4542
+ # @ backwpup
4543
+ #: ../inc/class-page-settings.php:465
4544
+ msgid "Save Changes"
4545
+ msgstr "保存更改"
4546
+
4547
+ # @ backwpup
4548
+ #: ../inc/class-page-settings.php:467
4549
+ msgid "Reset all settings to default"
4550
+ msgstr "重置"
4551
+
4552
+ # @ backwpup
4553
+ #: ../inc/class-wp-cli.php:18
4554
+ msgid "A job is already running."
4555
+ msgstr "已经有一个计划在执行"
4556
+
4557
+ # @ backwpup
4558
+ #: ../inc/class-wp-cli.php:21
4559
+ msgid "No job ID specified!"
4560
+ msgstr "没有指定计划ID!"
4561
+
4562
+ # @ backwpup
4563
+ #: ../inc/class-wp-cli.php:25
4564
+ msgid "Job ID does not exist!"
4565
+ msgstr "计划ID不存在!"
4566
+
4567
+ # @ backwpup
4568
+ #: ../inc/class-wp-cli.php:40
4569
+ msgid "Nothing to abort!"
4570
+ msgstr "没有放弃!"
4571
+
4572
+ #: ../inc/class-wp-cli.php:46 ../inc/class-wp-cli.php:115
4573
+ msgid "Running file can't read. tra again."
4574
+ msgstr "执行文件无法读取,请重试。"
4575
+
4576
+ # @ backwpup
4577
+ #: ../inc/class-wp-cli.php:94
4578
+ msgid "List of jobs"
4579
+ msgstr "计划列表"
4580
+
4581
+ # @ backwpup
4582
+ #: ../inc/class-wp-cli.php:97 ../inc/class-wp-cli.php:118
4583
+ #, php-format
4584
+ msgid "ID: %1$d Name: %2$s"
4585
+ msgstr "ID: %1$d 名称: %2$s"
4586
+
4587
+ # @ backwpup
4588
+ #: ../inc/class-wp-cli.php:113
4589
+ msgid "No job running"
4590
+ msgstr "没有计划在执行"
4591
+
4592
+ # @ backwpupadminbar
4593
+ #: ../inc/class-wp-cli.php:116
4594
+ msgid "Running job"
4595
+ msgstr "正在执行的计划"
4596
+
4597
+ # @ backwpup
4598
+ #: ../inc/class-wp-cli.php:119
4599
+ #, php-format
4600
+ msgid "Warnings: %1$d Errors: %2$d"
4601
+ msgstr "警告: %1$d 错误: %2$d"
4602
+
4603
+ # @ backwpup
4604
+ #: ../inc/class-wp-cli.php:120
4605
+ #, php-format
4606
+ msgid "Steps in percent: %1$d percent of step: %2$d"
4607
+ msgstr "步骤: %1$d 步骤: %2$d"
4608
+
4609
+ # @ backwpup
4610
+ #: ../inc/class-wp-cli.php:121
4611
+ #, php-format
4612
+ msgid "On step: %s"
4613
+ msgstr "步骤: %s"
4614
+
4615
+ # @ backwpup
4616
+ #: ../inc/class-wp-cli.php:122
4617
+ #, php-format
4618
+ msgid "Last message: %s"
4619
+ msgstr "最近消息: %s"
languages/default.pot DELETED
@@ -1,4396 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: BackWPup v3.0-alpha-4\n"
4
- "POT-Creation-Date: 2013-01-31 12:17+0100\n"
5
- "PO-Revision-Date: 2013-01-31 12:23+0100\n"
6
- "Last-Translator: Birgit Olzem <coachbirgit@gmail.com>\n"
7
- "Language-Team: INPSYDE <info@inspyde.com>\n"
8
- "Language: German\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-KeywordsList: __;_e;_;gettext;gettext_noop;__ngettext:1,2;_n:1,2;"
14
- "__ngettext_noop:1,2;_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c\n"
15
- "X-Poedit-Basepath: .\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-SearchPath-1: .\n"
20
-
21
- #: ../inc/class-admin.php:95 ../inc/class-help.php:24
22
- msgid "http://marketpress.com/product/backwpup/"
23
- msgstr ""
24
-
25
- #: ../inc/class-admin.php:95 ../inc/class-help.php:24
26
- #: ../inc/features/class-documentation.php:149
27
- #: ../inc/features/class-documentation.php:156
28
- #: ../inc/features/class-features.php:113
29
- msgid "Documentation"
30
- msgstr ""
31
-
32
- #: ../inc/class-admin.php:96 ../inc/class-help.php:22
33
- msgid "http://marketpress.com/news/"
34
- msgstr ""
35
-
36
- #: ../inc/class-admin.php:96 ../inc/class-help.php:23
37
- msgid "Support"
38
- msgstr ""
39
-
40
- #: ../inc/class-admin.php:107 ../inc/class-adminbar.php:58
41
- msgid "BackWPup"
42
- msgstr ""
43
-
44
- #: ../inc/class-admin.php:108 ../inc/class-page-backwpup.php:24
45
- msgid "BackWPup Dashboard"
46
- msgstr ""
47
-
48
- #: ../inc/class-admin.php:108
49
- msgid "Dashboard"
50
- msgstr ""
51
-
52
- #: ../inc/class-admin.php:121 ../inc/class-adminbar.php:80
53
- msgid "Jobs"
54
- msgstr ""
55
-
56
- #: ../inc/class-admin.php:132
57
- msgid "Add New Job"
58
- msgstr ""
59
-
60
- #: ../inc/class-admin.php:144 ../inc/class-adminbar.php:96
61
- #: ../inc/class-page-backups.php:371 ../inc/class-page-logs.php:282
62
- msgid "Logs"
63
- msgstr ""
64
-
65
- #: ../inc/class-admin.php:155 ../inc/class-adminbar.php:104
66
- msgid "Backups"
67
- msgstr ""
68
-
69
- #: ../inc/class-admin.php:166
70
- msgid "Settings"
71
- msgstr ""
72
-
73
- #: ../inc/class-admin.php:211 ../inc/class-admin.php:217
74
- msgid "Cheating Huh?"
75
- msgstr ""
76
-
77
- #: ../inc/class-admin.php:248
78
- msgid "Jobs overview"
79
- msgstr ""
80
-
81
- #: ../inc/class-admin.php:248 ../inc/class-page-jobs.php:141
82
- msgid "Run now"
83
- msgstr ""
84
-
85
- #: ../inc/class-adminbar.php:65
86
- msgid "See Working!"
87
- msgstr ""
88
-
89
- #: ../inc/class-adminbar.php:71
90
- msgid "Abort!"
91
- msgstr ""
92
-
93
- #: ../inc/class-adminbar.php:88
94
- msgid "Add New"
95
- msgstr ""
96
-
97
- #: ../inc/class-adminbar.php:112 ../inc/class-page-backwpup.php:35
98
- #: ../inc/features/class-features.php:101
99
- #: ../inc/features/class-page-wizard.php:239
100
- msgid "Wizards"
101
- msgstr ""
102
-
103
- #: ../inc/class-adminbar.php:146
104
- msgid "Run Now"
105
- msgstr ""
106
-
107
- #: ../inc/class-cron.php:53 ../inc/class-job.php:928
108
- #: ../inc/class-page-jobs.php:360
109
- msgid "ERROR:"
110
- msgstr ""
111
-
112
- #: ../inc/class-cron.php:53
113
- msgid "Aborted, because 2 hours no progress!"
114
- msgstr ""
115
-
116
- #: ../inc/class-cron.php:84 ../inc/class-job.php:1140
117
- #, php-format
118
- msgid "[%3$s] BackWPup log %1$s: %2$s"
119
- msgstr ""
120
-
121
- #: ../inc/class-cron.php:84 ../inc/class-job.php:1136
122
- msgid "ERROR"
123
- msgstr ""
124
-
125
- #: ../inc/class-destination-dropbox.php:15
126
- #: ../inc/features/class-destination-dropbox.php:15
127
- msgid "Dropbox"
128
- msgstr ""
129
-
130
- #: ../inc/class-destination-dropbox.php:16
131
- #: ../inc/features/class-destination-dropbox.php:16
132
- msgid "Backup to Dropbox"
133
- msgstr ""
134
-
135
- #: ../inc/class-destination-dropbox.php:61
136
- #: ../inc/class-destination-dropbox.php:75
137
- #: ../inc/features/class-destination-dropbox.php:67
138
- #: ../inc/features/class-destination-dropbox.php:140
139
- #: ../inc/features/class-destination-dropbox.php:154
140
- msgid "Dropbox authentication complete!"
141
- msgstr ""
142
-
143
- #: ../inc/class-destination-dropbox.php:64
144
- #: ../inc/class-destination-dropbox.php:78
145
- #: ../inc/class-destination-dropbox.php:99
146
- #: ../inc/class-destination-dropbox.php:113
147
- #: ../inc/class-destination-dropbox.php:287
148
- #: ../inc/class-destination-dropbox.php:336
149
- #: ../inc/features/class-destination-dropbox.php:70
150
- #: ../inc/features/class-destination-dropbox.php:90
151
- #: ../inc/features/class-destination-dropbox.php:143
152
- #: ../inc/features/class-destination-dropbox.php:157
153
- #: ../inc/features/class-destination-dropbox.php:178
154
- #: ../inc/features/class-destination-dropbox.php:192
155
- #: ../inc/features/class-destination-dropbox.php:399
156
- #: ../inc/features/class-destination-dropbox.php:448
157
- #: ../inc/features/class-destination-dropbox.php:563
158
- #, php-format
159
- msgid "Dropbox API: %s"
160
- msgstr ""
161
-
162
- #: ../inc/class-destination-dropbox.php:81
163
- #: ../inc/features/class-destination-dropbox.php:73
164
- #: ../inc/features/class-destination-dropbox.php:160
165
- msgid "Wrong Token for Dropbox authentication received!"
166
- msgstr ""
167
-
168
- #: ../inc/class-destination-dropbox.php:117
169
- #: ../inc/features/class-destination-dropbox.php:196
170
- msgid "Login"
171
- msgstr ""
172
-
173
- #: ../inc/class-destination-dropbox.php:121
174
- #: ../inc/features/class-destination-dropbox.php:98
175
- #: ../inc/features/class-destination-dropbox.php:200
176
- msgid "Authenticate"
177
- msgstr ""
178
-
179
- #: ../inc/class-destination-dropbox.php:123
180
- #: ../inc/features/class-destination-dropbox.php:97
181
- #: ../inc/features/class-destination-dropbox.php:202
182
- msgid "Not authenticated!"
183
- msgstr ""
184
-
185
- #: ../inc/class-destination-dropbox.php:123
186
- #: ../inc/features/class-destination-dropbox.php:99
187
- #: ../inc/features/class-destination-dropbox.php:202
188
- msgid "Create Account"
189
- msgstr ""
190
-
191
- #: ../inc/class-destination-dropbox.php:124
192
- #: ../inc/features/class-destination-dropbox.php:203
193
- msgid "Authenticate (Sandbox)"
194
- msgstr ""
195
-
196
- #: ../inc/class-destination-dropbox.php:125
197
- #: ../inc/features/class-destination-dropbox.php:204
198
- msgid "Authenticate (full Dropbox)"
199
- msgstr ""
200
-
201
- #: ../inc/class-destination-dropbox.php:127
202
- #: ../inc/class-destination-sugarsync.php:74
203
- #: ../inc/features/class-destination-dropbox.php:105
204
- #: ../inc/features/class-destination-dropbox.php:206
205
- #: ../inc/features/class-destination-sugarsync.php:71
206
- #: ../inc/features/class-destination-sugarsync.php:146
207
- msgid "Authenticated!"
208
- msgstr ""
209
-
210
- #: ../inc/class-destination-dropbox.php:128
211
- #: ../inc/features/class-destination-dropbox.php:207
212
- msgid "Reauthenticate (Sandbox)"
213
- msgstr ""
214
-
215
- #: ../inc/class-destination-dropbox.php:129
216
- #: ../inc/features/class-destination-dropbox.php:208
217
- msgid "Reauthenticate (full Dropbox)"
218
- msgstr ""
219
-
220
- #: ../inc/class-destination-dropbox.php:136
221
- #: ../inc/class-destination-folder.php:49 ../inc/class-destination-ftp.php:77
222
- #: ../inc/class-destination-msazure.php:97
223
- #: ../inc/class-destination-sugarsync.php:111
224
- #: ../inc/features/class-destination-dropbox.php:215
225
- #: ../inc/features/class-destination-folder.php:79
226
- #: ../inc/features/class-destination-ftp.php:115
227
- #: ../inc/features/class-destination-msazure.php:132
228
- #: ../inc/features/class-destination-sugarsync.php:183
229
- msgid "Backup settings"
230
- msgstr ""
231
-
232
- #: ../inc/class-destination-dropbox.php:140
233
- #: ../inc/features/class-destination-dropbox.php:219
234
- msgid "Folder in Dropbox"
235
- msgstr ""
236
-
237
- #: ../inc/class-destination-dropbox.php:146
238
- #: ../inc/class-destination-folder.php:59 ../inc/class-destination-ftp.php:87
239
- #: ../inc/class-destination-msazure.php:107
240
- #: ../inc/class-destination-rsc.php:115 ../inc/class-destination-s3.php:183
241
- #: ../inc/class-destination-sugarsync.php:121
242
- #: ../inc/features/class-destination-dropbox.php:225
243
- #: ../inc/features/class-destination-folder.php:89
244
- #: ../inc/features/class-destination-ftp.php:125
245
- #: ../inc/features/class-destination-msazure.php:142
246
- #: ../inc/features/class-destination-rsc.php:167
247
- #: ../inc/features/class-destination-s3.php:250
248
- #: ../inc/features/class-destination-sugarsync.php:193
249
- msgid "File Deletion"
250
- msgstr ""
251
-
252
- #: ../inc/class-destination-dropbox.php:152
253
- #: ../inc/class-destination-folder.php:65 ../inc/class-destination-ftp.php:93
254
- #: ../inc/class-destination-msazure.php:113
255
- #: ../inc/class-destination-rsc.php:121 ../inc/class-destination-s3.php:189
256
- #: ../inc/class-destination-sugarsync.php:127
257
- #: ../inc/features/class-destination-dropbox.php:114
258
- #: ../inc/features/class-destination-dropbox.php:231
259
- #: ../inc/features/class-destination-folder.php:63
260
- #: ../inc/features/class-destination-folder.php:95
261
- #: ../inc/features/class-destination-ftp.php:131
262
- #: ../inc/features/class-destination-msazure.php:73
263
- #: ../inc/features/class-destination-msazure.php:148
264
- #: ../inc/features/class-destination-rsc.php:90
265
- #: ../inc/features/class-destination-rsc.php:173
266
- #: ../inc/features/class-destination-s3.php:151
267
- #: ../inc/features/class-destination-s3.php:256
268
- #: ../inc/features/class-destination-sugarsync.php:199
269
- msgid "Number of files to hold in folder."
270
- msgstr ""
271
-
272
- #: ../inc/class-destination-dropbox.php:152
273
- #: ../inc/class-destination-folder.php:65 ../inc/class-destination-ftp.php:93
274
- #: ../inc/class-destination-msazure.php:113
275
- #: ../inc/class-destination-rsc.php:121 ../inc/class-destination-s3.php:189
276
- #: ../inc/class-destination-sugarsync.php:127
277
- #: ../inc/features/class-destination-dropbox.php:114
278
- #: ../inc/features/class-destination-dropbox.php:231
279
- #: ../inc/features/class-destination-folder.php:63
280
- #: ../inc/features/class-destination-folder.php:95
281
- #: ../inc/features/class-destination-ftp.php:131
282
- #: ../inc/features/class-destination-msazure.php:73
283
- #: ../inc/features/class-destination-msazure.php:148
284
- #: ../inc/features/class-destination-rsc.php:90
285
- #: ../inc/features/class-destination-rsc.php:173
286
- #: ../inc/features/class-destination-s3.php:151
287
- #: ../inc/features/class-destination-s3.php:256
288
- #: ../inc/features/class-destination-sugarsync.php:199
289
- msgid "Oldest files will be deleted first. 0 = no deletion"
290
- msgstr ""
291
-
292
- #: ../inc/class-destination-dropbox.php:247
293
- #: ../inc/features/class-destination-dropbox.php:359
294
- #, php-format
295
- msgid "%d. Try to sending backup file to Dropbox..."
296
- msgstr ""
297
-
298
- #: ../inc/class-destination-dropbox.php:255
299
- #: ../inc/features/class-destination-dropbox.php:367
300
- #: ../inc/features/class-destination-dropbox.php:476
301
- #, php-format
302
- msgid "Authed with Dropbox from %s"
303
- msgstr ""
304
-
305
- #: ../inc/class-destination-dropbox.php:260
306
- #: ../inc/features/class-destination-dropbox.php:372
307
- msgid "No free space left on Dropbox!!!"
308
- msgstr ""
309
-
310
- #: ../inc/class-destination-dropbox.php:265
311
- #: ../inc/features/class-destination-dropbox.php:377
312
- #: ../inc/features/class-destination-dropbox.php:480
313
- #, php-format
314
- msgid "%s free on Dropbox"
315
- msgstr ""
316
-
317
- #: ../inc/class-destination-dropbox.php:269
318
- #: ../inc/features/class-destination-dropbox.php:381
319
- msgid "Upload to Dropbox now started... "
320
- msgstr ""
321
-
322
- #: ../inc/class-destination-dropbox.php:275
323
- #: ../inc/class-destination-msazure.php:259
324
- #: ../inc/class-destination-s3.php:438
325
- #: ../inc/class-destination-sugarsync.php:287
326
- #: ../inc/features/class-destination-dropbox.php:387
327
- #: ../inc/features/class-destination-msazure.php:336
328
- #: ../inc/features/class-destination-s3.php:574
329
- #: ../inc/features/class-destination-sugarsync.php:405
330
- #, php-format
331
- msgid "Backup transferred to %s"
332
- msgstr ""
333
-
334
- #: ../inc/class-destination-dropbox.php:279
335
- #: ../inc/features/class-destination-dropbox.php:391
336
- msgid "Uploaded file size and local file size not the same!!!"
337
- msgstr ""
338
-
339
- #: ../inc/class-destination-dropbox.php:281
340
- #: ../inc/features/class-destination-dropbox.php:393
341
- #, php-format
342
- msgid "Error on transfer backup to Dropbox: %s"
343
- msgstr ""
344
-
345
- #: ../inc/class-destination-dropbox.php:327
346
- #: ../inc/features/class-destination-dropbox.php:439
347
- #, php-format
348
- msgid "Error on delete file on Dropbox: %s"
349
- msgstr ""
350
-
351
- #: ../inc/class-destination-dropbox.php:330
352
- #: ../inc/features/class-destination-dropbox.php:442
353
- #, php-format
354
- msgid "One file deleted on Dropbox"
355
- msgid_plural "%d files deleted on Dropbox"
356
- msgstr[0] ""
357
- msgstr[1] ""
358
-
359
- #: ../inc/class-destination-folder.php:15 ../inc/class-page-backups.php:226
360
- #: ../inc/features/class-destination-folder.php:15
361
- msgid "Folder"
362
- msgstr ""
363
-
364
- #: ../inc/class-destination-folder.php:16
365
- #: ../inc/features/class-destination-folder.php:16
366
- msgid "Backup to Folder"
367
- msgstr ""
368
-
369
- #: ../inc/class-destination-folder.php:53
370
- #: ../inc/features/class-destination-folder.php:83
371
- msgid "Folder to store the backups in"
372
- msgstr ""
373
-
374
- #: ../inc/class-destination-folder.php:211
375
- #: ../inc/features/class-destination-folder.php:265
376
- #, php-format
377
- msgid "One backup file deleted"
378
- msgid_plural "%d backup files deleted"
379
- msgstr[0] ""
380
- msgstr[1] ""
381
-
382
- #: ../inc/class-destination-ftp.php:15
383
- #: ../inc/features/class-destination-ftp.php:15
384
- msgid "FTP"
385
- msgstr ""
386
-
387
- #: ../inc/class-destination-ftp.php:16
388
- #: ../inc/features/class-destination-ftp.php:16
389
- msgid "Backup to FTP"
390
- msgstr ""
391
-
392
- #: ../inc/class-destination-ftp.php:48
393
- #: ../inc/features/class-destination-ftp.php:86
394
- msgid "FTP Server and login"
395
- msgstr ""
396
-
397
- #: ../inc/class-destination-ftp.php:52
398
- #: ../inc/features/class-destination-ftp.php:90
399
- msgid "FTP Server"
400
- msgstr ""
401
-
402
- #: ../inc/class-destination-ftp.php:53
403
- #: ../inc/features/class-destination-ftp.php:91
404
- #: ../inc/features/class-jobtype-dbdump.php:131
405
- msgid "Host:"
406
- msgstr ""
407
-
408
- #: ../inc/class-destination-ftp.php:56 ../inc/class-destination-mail.php:129
409
- #: ../inc/features/class-destination-ftp.php:49
410
- #: ../inc/features/class-destination-ftp.php:94
411
- #: ../inc/features/class-destination-mail.php:179
412
- msgid "Port:"
413
- msgstr ""
414
-
415
- #: ../inc/class-destination-ftp.php:62 ../inc/class-destination-rsc.php:58
416
- #: ../inc/features/class-destination-ftp.php:100
417
- #: ../inc/features/class-destination-rsc.php:110
418
- msgid "Username"
419
- msgstr ""
420
-
421
- #: ../inc/class-destination-ftp.php:69
422
- #: ../inc/features/class-destination-ftp.php:107
423
- msgid "Password"
424
- msgstr ""
425
-
426
- #: ../inc/class-destination-ftp.php:81
427
- #: ../inc/features/class-destination-ftp.php:119
428
- msgid "Folder to store files"
429
- msgstr ""
430
-
431
- #: ../inc/class-destination-ftp.php:97 ../inc/class-destination-rsc.php:125
432
- #: ../inc/class-destination-sugarsync.php:131
433
- #: ../inc/features/class-destination-dropbox.php:235
434
- #: ../inc/features/class-destination-folder.php:68
435
- #: ../inc/features/class-destination-folder.php:99
436
- #: ../inc/features/class-destination-ftp.php:135
437
- #: ../inc/features/class-destination-msazure.php:78
438
- #: ../inc/features/class-destination-msazure.php:152
439
- #: ../inc/features/class-destination-rsc.php:95
440
- #: ../inc/features/class-destination-rsc.php:177
441
- #: ../inc/features/class-destination-s3.php:156
442
- #: ../inc/features/class-destination-s3.php:260
443
- #: ../inc/features/class-destination-sugarsync.php:203
444
- msgid "Do not delete files on sync to destination!"
445
- msgstr ""
446
-
447
- #: ../inc/class-destination-ftp.php:103
448
- #: ../inc/features/class-destination-ftp.php:141
449
- msgid "FTP Specific settings"
450
- msgstr ""
451
-
452
- #: ../inc/class-destination-ftp.php:107
453
- #: ../inc/features/class-destination-ftp.php:145
454
- msgid "Timeout for FTP connection"
455
- msgstr ""
456
-
457
- #: ../inc/class-destination-ftp.php:111 ../inc/class-page-jobs.php:223
458
- #: ../inc/class-page-logs.php:206 ../inc/class-page-settings.php:336
459
- #: ../inc/features/class-destination-ftp.php:149
460
- msgid "sec."
461
- msgstr ""
462
-
463
- #: ../inc/class-destination-ftp.php:115
464
- #: ../inc/features/class-destination-ftp.php:153
465
- msgid "SSL-FTP Connection"
466
- msgstr ""
467
-
468
- #: ../inc/class-destination-ftp.php:119
469
- #: ../inc/features/class-destination-ftp.php:157
470
- msgid "Use explicit SSL-FTP Connection."
471
- msgstr ""
472
-
473
- #: ../inc/class-destination-ftp.php:124
474
- #: ../inc/features/class-destination-ftp.php:162
475
- msgid "FTP Passive mode"
476
- msgstr ""
477
-
478
- #: ../inc/class-destination-ftp.php:128
479
- #: ../inc/features/class-destination-ftp.php:166
480
- msgid "Use FTP Passive mode."
481
- msgstr ""
482
-
483
- #: ../inc/class-destination-ftp.php:204
484
- #: ../inc/features/class-destination-ftp.php:271
485
- msgid "Login failure!"
486
- msgstr ""
487
-
488
- #: ../inc/class-destination-ftp.php:227
489
- #: ../inc/features/class-destination-ftp.php:294
490
- #, php-format
491
- msgid "%d. Try to sending backup file to a FTP Server..."
492
- msgstr ""
493
-
494
- #: ../inc/class-destination-ftp.php:233
495
- #: ../inc/features/class-destination-ftp.php:300
496
- #, php-format
497
- msgid "Connected by explicit SSL-FTP to Server: %s"
498
- msgstr ""
499
-
500
- #: ../inc/class-destination-ftp.php:235
501
- #: ../inc/features/class-destination-ftp.php:302
502
- #, php-format
503
- msgid "Can not connect by explicit SSL-FTP to Server: %s"
504
- msgstr ""
505
-
506
- #: ../inc/class-destination-ftp.php:241
507
- #: ../inc/features/class-destination-ftp.php:308
508
- msgid "PHP function to connect with explicit SSL-FTP to server not exists!"
509
- msgstr ""
510
-
511
- #: ../inc/class-destination-ftp.php:249
512
- #: ../inc/features/class-destination-ftp.php:316
513
- #, php-format
514
- msgid "Connected to FTP server: %s"
515
- msgstr ""
516
-
517
- #: ../inc/class-destination-ftp.php:251
518
- #: ../inc/features/class-destination-ftp.php:318
519
- #, php-format
520
- msgid "Can not connect to FTP server: %s"
521
- msgstr ""
522
-
523
- #: ../inc/class-destination-ftp.php:258 ../inc/class-destination-ftp.php:266
524
- #: ../inc/class-destination-ftp.php:277 ../inc/class-destination-ftp.php:313
525
- #: ../inc/features/class-destination-ftp.php:325
526
- #: ../inc/features/class-destination-ftp.php:333
527
- #: ../inc/features/class-destination-ftp.php:344
528
- #: ../inc/features/class-destination-ftp.php:380
529
- #, php-format
530
- msgid "FTP Client command: %s"
531
- msgstr ""
532
-
533
- #: ../inc/class-destination-ftp.php:260 ../inc/class-destination-ftp.php:264
534
- #: ../inc/class-destination-ftp.php:268 ../inc/class-destination-ftp.php:280
535
- #: ../inc/class-destination-ftp.php:282 ../inc/class-destination-ftp.php:316
536
- #: ../inc/class-destination-ftp.php:318 ../inc/class-destination-ftp.php:322
537
- #: ../inc/class-destination-ftp.php:324
538
- #: ../inc/features/class-destination-ftp.php:327
539
- #: ../inc/features/class-destination-ftp.php:331
540
- #: ../inc/features/class-destination-ftp.php:335
541
- #: ../inc/features/class-destination-ftp.php:347
542
- #: ../inc/features/class-destination-ftp.php:349
543
- #: ../inc/features/class-destination-ftp.php:383
544
- #: ../inc/features/class-destination-ftp.php:385
545
- #: ../inc/features/class-destination-ftp.php:389
546
- #: ../inc/features/class-destination-ftp.php:391
547
- #, php-format
548
- msgid "FTP Server reply: %s"
549
- msgstr ""
550
-
551
- #: ../inc/class-destination-ftp.php:282
552
- #: ../inc/features/class-destination-ftp.php:349
553
- msgid "Error getting SYSTYPE"
554
- msgstr ""
555
-
556
- #: ../inc/class-destination-ftp.php:292
557
- #: ../inc/features/class-destination-ftp.php:359
558
- #, php-format
559
- msgid "FTP Folder \"%s\" created!"
560
- msgstr ""
561
-
562
- #: ../inc/class-destination-ftp.php:296
563
- #: ../inc/features/class-destination-ftp.php:363
564
- #, php-format
565
- msgid "FTP Folder \"%s\" can not created!"
566
- msgstr ""
567
-
568
- #: ../inc/class-destination-ftp.php:306
569
- #: ../inc/features/class-destination-ftp.php:373
570
- #, php-format
571
- msgid "FTP current folder is: %s"
572
- msgstr ""
573
-
574
- #: ../inc/class-destination-ftp.php:316
575
- #: ../inc/features/class-destination-ftp.php:383
576
- msgid "Entering Passive Mode"
577
- msgstr ""
578
-
579
- #: ../inc/class-destination-ftp.php:318
580
- #: ../inc/features/class-destination-ftp.php:385
581
- msgid "Can not Entering Passive Mode"
582
- msgstr ""
583
-
584
- #: ../inc/class-destination-ftp.php:322
585
- #: ../inc/features/class-destination-ftp.php:389
586
- msgid "Entering Normal Mode"
587
- msgstr ""
588
-
589
- #: ../inc/class-destination-ftp.php:324
590
- #: ../inc/features/class-destination-ftp.php:391
591
- msgid "Can not Entering Normal Mode"
592
- msgstr ""
593
-
594
- #: ../inc/class-destination-ftp.php:328
595
- #: ../inc/features/class-destination-ftp.php:395
596
- msgid "Upload to FTP now started ... "
597
- msgstr ""
598
-
599
- #: ../inc/class-destination-ftp.php:337
600
- #: ../inc/features/class-destination-ftp.php:404
601
- msgid "Can not transfer backup to FTP server!"
602
- msgstr ""
603
-
604
- #: ../inc/class-destination-ftp.php:343
605
- #: ../inc/features/class-destination-ftp.php:410
606
- #, php-format
607
- msgid "Backup transferred to FTP server: %s"
608
- msgstr ""
609
-
610
- #: ../inc/class-destination-ftp.php:386
611
- #: ../inc/features/class-destination-ftp.php:453
612
- #, php-format
613
- msgid "Can not delete \"%s\" on FTP server!"
614
- msgstr ""
615
-
616
- #: ../inc/class-destination-ftp.php:390
617
- #: ../inc/features/class-destination-ftp.php:457
618
- #, php-format
619
- msgid "One file deleted on FTP Server"
620
- msgid_plural "%d files deleted on FTP Server"
621
- msgstr[0] ""
622
- msgstr[1] ""
623
-
624
- #: ../inc/class-destination-mail.php:21
625
- #: ../inc/features/class-destination-mail.php:21
626
- msgid "Mail"
627
- msgstr ""
628
-
629
- #: ../inc/class-destination-mail.php:22
630
- #: ../inc/features/class-destination-mail.php:22
631
- msgid "Backup to Mail"
632
- msgstr ""
633
-
634
- #: ../inc/class-destination-mail.php:65
635
- #: ../inc/features/class-destination-mail.php:71
636
- #: ../inc/features/class-destination-mail.php:115
637
- msgid "E-Mail-Address"
638
- msgstr ""
639
-
640
- #: ../inc/class-destination-mail.php:68
641
- #: ../inc/features/class-destination-mail.php:74
642
- #: ../inc/features/class-destination-mail.php:118
643
- msgid "E-mail address"
644
- msgstr ""
645
-
646
- #: ../inc/class-destination-mail.php:72
647
- #: ../inc/features/class-destination-mail.php:78
648
- #: ../inc/features/class-destination-mail.php:122
649
- msgid "E-Mail-Address where the Backups send to."
650
- msgstr ""
651
-
652
- #: ../inc/class-destination-mail.php:76 ../inc/class-destination-mail.php:78
653
- #: ../inc/features/class-destination-mail.php:82
654
- #: ../inc/features/class-destination-mail.php:84
655
- #: ../inc/features/class-destination-mail.php:126
656
- #: ../inc/features/class-destination-mail.php:128
657
- msgid "Send test mail"
658
- msgstr ""
659
-
660
- #: ../inc/class-destination-mail.php:83
661
- #: ../inc/features/class-destination-mail.php:89
662
- #: ../inc/features/class-destination-mail.php:133
663
- msgid "Send mail settings"
664
- msgstr ""
665
-
666
- #: ../inc/class-destination-mail.php:86
667
- #: ../inc/features/class-destination-mail.php:92
668
- #: ../inc/features/class-destination-mail.php:136
669
- msgid "Max. file size"
670
- msgstr ""
671
-
672
- #: ../inc/class-destination-mail.php:87
673
- #: ../inc/features/class-destination-mail.php:93
674
- #: ../inc/features/class-destination-mail.php:137
675
- msgid "MB"
676
- msgstr ""
677
-
678
- #: ../inc/class-destination-mail.php:88
679
- #: ../inc/features/class-destination-mail.php:94
680
- #: ../inc/features/class-destination-mail.php:138
681
- msgid "Max. file size where mail send with. 0 = unlimited"
682
- msgstr ""
683
-
684
- #: ../inc/class-destination-mail.php:92
685
- #: ../inc/features/class-destination-mail.php:98
686
- #: ../inc/features/class-destination-mail.php:142
687
- msgid "Sender email"
688
- msgstr ""
689
-
690
- #: ../inc/class-destination-mail.php:96
691
- #: ../inc/features/class-destination-mail.php:102
692
- #: ../inc/features/class-destination-mail.php:146
693
- msgid "Sender E-Mail-Address"
694
- msgstr ""
695
-
696
- #: ../inc/class-destination-mail.php:100
697
- #: ../inc/features/class-destination-mail.php:150
698
- msgid "Send mail method"
699
- msgstr ""
700
-
701
- #: ../inc/class-destination-mail.php:104
702
- #: ../inc/features/class-destination-mail.php:154
703
- msgid "Use Blog settings"
704
- msgstr ""
705
-
706
- #: ../inc/class-destination-mail.php:105
707
- #: ../inc/features/class-destination-mail.php:155
708
- msgid "PHP: mail()"
709
- msgstr ""
710
-
711
- #: ../inc/class-destination-mail.php:106
712
- #: ../inc/features/class-destination-mail.php:156
713
- msgid "Sendmail"
714
- msgstr ""
715
-
716
- #: ../inc/class-destination-mail.php:107
717
- #: ../inc/features/class-destination-mail.php:157
718
- msgid "SMTP"
719
- msgstr ""
720
-
721
- #: ../inc/class-destination-mail.php:110
722
- #: ../inc/features/class-destination-mail.php:160
723
- msgid ""
724
- "- Use Blog settings: gets the settings form blog. -PHP mail(): needs many "
725
- "PHP memory"
726
- msgstr ""
727
-
728
- #: ../inc/class-destination-mail.php:115
729
- #: ../inc/features/class-destination-mail.php:165
730
- msgid "Sendmail path"
731
- msgstr ""
732
-
733
- #: ../inc/class-destination-mail.php:124
734
- #: ../inc/features/class-destination-mail.php:174
735
- msgid "SMTP hostname"
736
- msgstr ""
737
-
738
- #: ../inc/class-destination-mail.php:136
739
- #: ../inc/features/class-destination-mail.php:186
740
- msgid "SMTP secure connection"
741
- msgstr ""
742
-
743
- #: ../inc/class-destination-mail.php:140 ../inc/class-destination-s3.php:202
744
- #: ../inc/class-jobtype-dbdump.php:74 ../inc/class-jobtype-dbdump.php:121
745
- #: ../inc/class-jobtype-wpexp.php:68 ../inc/class-jobtype-wpplugin.php:55
746
- #: ../inc/class-page-backwpup.php:110 ../inc/class-page-backwpup.php:154
747
- #: ../inc/features/class-destination-mail.php:190
748
- #: ../inc/features/class-destination-s3.php:273
749
- #: ../inc/features/class-jobtype-dbdump.php:169
750
- #: ../inc/features/class-jobtype-dbdump.php:235
751
- #: ../inc/features/class-jobtype-wpexp.php:88
752
- #: ../inc/features/class-jobtype-wpplugin.php:64
753
- msgid "none"
754
- msgstr ""
755
-
756
- #: ../inc/class-destination-mail.php:141
757
- #: ../inc/features/class-destination-mail.php:191
758
- msgid "SSL"
759
- msgstr ""
760
-
761
- #: ../inc/class-destination-mail.php:142
762
- #: ../inc/features/class-destination-mail.php:192
763
- msgid "TLS"
764
- msgstr ""
765
-
766
- #: ../inc/class-destination-mail.php:148
767
- #: ../inc/features/class-destination-mail.php:198
768
- msgid "SMTP username"
769
- msgstr ""
770
-
771
- #: ../inc/class-destination-mail.php:156
772
- #: ../inc/features/class-destination-mail.php:206
773
- msgid "SMTP password"
774
- msgstr ""
775
-
776
- #: ../inc/class-destination-mail.php:237
777
- #: ../inc/features/class-destination-mail.php:301
778
- #, php-format
779
- msgid "%d. Try to sending backup with mail..."
780
- msgstr ""
781
-
782
- #: ../inc/class-destination-mail.php:242
783
- #: ../inc/features/class-destination-mail.php:306
784
- msgid "Backup archive too big for sending by mail!"
785
- msgstr ""
786
-
787
- #: ../inc/class-destination-mail.php:249
788
- #: ../inc/features/class-destination-mail.php:313
789
- #, php-format
790
- msgid "Sending mail to %s ..."
791
- msgstr ""
792
-
793
- #: ../inc/class-destination-mail.php:321
794
- #: ../inc/features/class-destination-mail.php:385
795
- #, php-format
796
- msgid "BackWPup archive from %1$s: %2$s"
797
- msgstr ""
798
-
799
- #: ../inc/class-destination-mail.php:324
800
- #: ../inc/features/class-destination-mail.php:388
801
- #, php-format
802
- msgid "Backup archive: %s"
803
- msgstr ""
804
-
805
- #: ../inc/class-destination-mail.php:338 ../inc/class-destination-mail.php:456
806
- #: ../inc/features/class-destination-mail.php:402
807
- #: ../inc/features/class-destination-mail.php:520
808
- msgid "Error on sending mail!"
809
- msgstr ""
810
-
811
- #: ../inc/class-destination-mail.php:344 ../inc/class-destination-mail.php:458
812
- #: ../inc/features/class-destination-mail.php:408
813
- #: ../inc/features/class-destination-mail.php:522
814
- msgid "Mail sent."
815
- msgstr ""
816
-
817
- #: ../inc/class-destination-mail.php:440
818
- #: ../inc/features/class-destination-mail.php:504
819
- msgid "BackWPup archive sending TEST Message"
820
- msgstr ""
821
-
822
- #: ../inc/class-destination-mail.php:443
823
- #: ../inc/features/class-destination-mail.php:507
824
- msgid ""
825
- "If this message arrives you the sending of Backup archives with Mail should "
826
- "normally works."
827
- msgstr ""
828
-
829
- #: ../inc/class-destination-msazure.php:23
830
- #: ../inc/features/class-destination-msazure.php:23
831
- msgid "MS Azure"
832
- msgstr ""
833
-
834
- #: ../inc/class-destination-msazure.php:24
835
- #: ../inc/features/class-destination-msazure.php:24
836
- msgid "Backup to Microsoft Azure (Blob)"
837
- msgstr ""
838
-
839
- #: ../inc/class-destination-msazure.php:55
840
- #: ../inc/features/class-destination-msazure.php:90
841
- msgid "MS Azure Access Keys"
842
- msgstr ""
843
-
844
- #: ../inc/class-destination-msazure.php:59
845
- #: ../inc/features/class-destination-msazure.php:94
846
- msgid "Account Name"
847
- msgstr ""
848
-
849
- #: ../inc/class-destination-msazure.php:66 ../inc/class-destination-s3.php:134
850
- #: ../inc/features/class-destination-msazure.php:101
851
- #: ../inc/features/class-destination-s3.php:201
852
- msgid "Access Key"
853
- msgstr ""
854
-
855
- #: ../inc/class-destination-msazure.php:74
856
- #: ../inc/features/class-destination-msazure.php:109
857
- msgid "Blob Container"
858
- msgstr ""
859
-
860
- #: ../inc/class-destination-msazure.php:78 ../inc/class-destination-rsc.php:86
861
- #: ../inc/features/class-destination-msazure.php:113
862
- #: ../inc/features/class-destination-rsc.php:138
863
- msgid "Container selection"
864
- msgstr ""
865
-
866
- #: ../inc/class-destination-msazure.php:90 ../inc/class-destination-rsc.php:98
867
- #: ../inc/features/class-destination-msazure.php:125
868
- #: ../inc/features/class-destination-rsc.php:150
869
- msgid "Create a new container"
870
- msgstr ""
871
-
872
- #: ../inc/class-destination-msazure.php:101
873
- #: ../inc/features/class-destination-msazure.php:136
874
- msgid "Folder in container"
875
- msgstr ""
876
-
877
- #: ../inc/class-destination-msazure.php:149
878
- #: ../inc/features/class-destination-msazure.php:188
879
- #: ../inc/features/class-destination-msazure.php:225
880
- #, php-format
881
- msgid "MS Azure container \"%s\" created."
882
- msgstr ""
883
-
884
- #: ../inc/class-destination-msazure.php:152
885
- #: ../inc/features/class-destination-msazure.php:191
886
- #: ../inc/features/class-destination-msazure.php:228
887
- #, php-format
888
- msgid "MS Azure container create: %s"
889
- msgstr ""
890
-
891
- #: ../inc/class-destination-msazure.php:231
892
- #: ../inc/features/class-destination-msazure.php:308
893
- #, php-format
894
- msgid "%d. Try sending backup to a Microsoft Azure (Blob)..."
895
- msgstr ""
896
-
897
- #: ../inc/class-destination-msazure.php:248
898
- #: ../inc/features/class-destination-msazure.php:325
899
- #: ../inc/features/class-destination-msazure.php:418
900
- #, php-format
901
- msgid "MS Azure container \"%s\" not exists!"
902
- msgstr ""
903
-
904
- #: ../inc/class-destination-msazure.php:252
905
- #: ../inc/features/class-destination-msazure.php:329
906
- #: ../inc/features/class-destination-msazure.php:422
907
- #, php-format
908
- msgid "Connected to MS Azure container \"%s\""
909
- msgstr ""
910
-
911
- #: ../inc/class-destination-msazure.php:256
912
- #: ../inc/features/class-destination-msazure.php:333
913
- msgid "Upload to MS Azure now started... "
914
- msgstr ""
915
-
916
- #: ../inc/class-destination-msazure.php:300
917
- #: ../inc/features/class-destination-msazure.php:377
918
- #, php-format
919
- msgid "One file deleted on Microsoft Azure container"
920
- msgid_plural "%d files deleted on Microsoft Azure container"
921
- msgstr[0] ""
922
- msgstr[1] ""
923
-
924
- #: ../inc/class-destination-msazure.php:306
925
- #: ../inc/features/class-destination-msazure.php:383
926
- #: ../inc/features/class-destination-msazure.php:482
927
- #, php-format
928
- msgid "Microsoft Azure API: %s"
929
- msgstr ""
930
-
931
- #: ../inc/class-destination-msazure.php:396
932
- #: ../inc/features/class-destination-msazure.php:579
933
- msgid "Missing Account Name!"
934
- msgstr ""
935
-
936
- #: ../inc/class-destination-msazure.php:398
937
- #: ../inc/features/class-destination-msazure.php:581
938
- msgid "Missing Access Key!"
939
- msgstr ""
940
-
941
- #: ../inc/class-destination-msazure.php:402
942
- #: ../inc/features/class-destination-msazure.php:585
943
- msgid "No Container found!"
944
- msgstr ""
945
-
946
- #: ../inc/class-destination-rsc.php:23
947
- #: ../inc/features/class-destination-rsc.php:23
948
- msgid "RSC"
949
- msgstr ""
950
-
951
- #: ../inc/class-destination-rsc.php:24
952
- #: ../inc/features/class-destination-rsc.php:24
953
- msgid "Backup to Rackspace Cloud Files"
954
- msgstr ""
955
-
956
- #: ../inc/class-destination-rsc.php:54
957
- #: ../inc/features/class-destination-rsc.php:106
958
- msgid "Rack Space Cloud Keys"
959
- msgstr ""
960
-
961
- #: ../inc/class-destination-rsc.php:65
962
- #: ../inc/features/class-destination-rsc.php:117
963
- msgid "API Key"
964
- msgstr ""
965
-
966
- #: ../inc/class-destination-rsc.php:73
967
- #: ../inc/features/class-destination-rsc.php:125
968
- msgid "Select region"
969
- msgstr ""
970
-
971
- #: ../inc/class-destination-rsc.php:77 ../inc/class-destination-rsc.php:79
972
- #: ../inc/features/class-destination-rsc.php:68
973
- #: ../inc/features/class-destination-rsc.php:129
974
- #: ../inc/features/class-destination-rsc.php:131
975
- msgid "Rackspace Cloud Files Region"
976
- msgstr ""
977
-
978
- #: ../inc/class-destination-rsc.php:80
979
- #: ../inc/features/class-destination-rsc.php:69
980
- #: ../inc/features/class-destination-rsc.php:132
981
- msgid "Dallas (DFW)"
982
- msgstr ""
983
-
984
- #: ../inc/class-destination-rsc.php:81
985
- #: ../inc/features/class-destination-rsc.php:70
986
- #: ../inc/features/class-destination-rsc.php:133
987
- msgid "Chicago (ORD)"
988
- msgstr ""
989
-
990
- #: ../inc/class-destination-rsc.php:105 ../inc/class-destination-s3.php:173
991
- #: ../inc/features/class-destination-rsc.php:157
992
- #: ../inc/features/class-destination-s3.php:240
993
- msgid "S3 Backup settings"
994
- msgstr ""
995
-
996
- #: ../inc/class-destination-rsc.php:109 ../inc/class-destination-s3.php:177
997
- #: ../inc/features/class-destination-rsc.php:161
998
- #: ../inc/features/class-destination-s3.php:244
999
- msgid "Folder in bucket"
1000
- msgstr ""
1001
-
1002
- #: ../inc/class-destination-rsc.php:167
1003
- #: ../inc/features/class-destination-rsc.php:221
1004
- #: ../inc/features/class-destination-rsc.php:267
1005
- #, php-format
1006
- msgid "Rackspace Cloud container \"%s\" created."
1007
- msgstr ""
1008
-
1009
- #: ../inc/class-destination-rsc.php:171 ../inc/class-destination-rsc.php:287
1010
- #: ../inc/class-destination-rsc.php:315 ../inc/class-destination-rsc.php:362
1011
- #: ../inc/features/class-destination-rsc.php:225
1012
- #: ../inc/features/class-destination-rsc.php:271
1013
- #: ../inc/features/class-destination-rsc.php:387
1014
- #: ../inc/features/class-destination-rsc.php:415
1015
- #: ../inc/features/class-destination-rsc.php:462
1016
- #: ../inc/features/class-destination-rsc.php:496
1017
- #: ../inc/features/class-destination-rsc.php:569
1018
- #, php-format
1019
- msgid "Rackspace Cloud API: %s"
1020
- msgstr ""
1021
-
1022
- #: ../inc/class-destination-rsc.php:268
1023
- #: ../inc/features/class-destination-rsc.php:368
1024
- #, php-format
1025
- msgid "%d. Try to sending backup file to Rackspace cloud..."
1026
- msgstr ""
1027
-
1028
- #: ../inc/class-destination-rsc.php:284
1029
- #: ../inc/features/class-destination-rsc.php:384
1030
- #: ../inc/features/class-destination-rsc.php:493
1031
- #, php-format
1032
- msgid "Connected to Rackspace cloud files container %s"
1033
- msgstr ""
1034
-
1035
- #: ../inc/class-destination-rsc.php:296
1036
- #: ../inc/features/class-destination-rsc.php:396
1037
- msgid "Upload to Rackspace cloud now started ... "
1038
- msgstr ""
1039
-
1040
- #: ../inc/class-destination-rsc.php:305
1041
- #: ../inc/features/class-destination-rsc.php:405
1042
- msgid "Backup File transferred to RSC://"
1043
- msgstr ""
1044
-
1045
- #: ../inc/class-destination-rsc.php:309
1046
- #: ../inc/features/class-destination-rsc.php:409
1047
- msgid "Can not transfer backup to Rackspace cloud."
1048
- msgstr ""
1049
-
1050
- #: ../inc/class-destination-rsc.php:356
1051
- #: ../inc/features/class-destination-rsc.php:456
1052
- #, php-format
1053
- msgid "One file deleted on Rackspace cloud container"
1054
- msgid_plural "%d files deleted on Rackspace cloud container"
1055
- msgstr[0] ""
1056
- msgstr[1] ""
1057
-
1058
- #: ../inc/class-destination-rsc.php:474
1059
- #: ../inc/features/class-destination-rsc.php:681
1060
- msgid "Missing Username!"
1061
- msgstr ""
1062
-
1063
- #: ../inc/class-destination-rsc.php:476
1064
- #: ../inc/features/class-destination-rsc.php:683
1065
- msgid "Missing API Key!"
1066
- msgstr ""
1067
-
1068
- #: ../inc/class-destination-rsc.php:480
1069
- #: ../inc/features/class-destination-rsc.php:687
1070
- msgid "No Container's found!"
1071
- msgstr ""
1072
-
1073
- #: ../inc/class-destination-s3.php:30 ../inc/class-destination-s3.php:101
1074
- #: ../inc/features/class-destination-s3.php:30
1075
- #: ../inc/features/class-destination-s3.php:168
1076
- msgid "S3 Service"
1077
- msgstr ""
1078
-
1079
- #: ../inc/class-destination-s3.php:31
1080
- #: ../inc/features/class-destination-s3.php:31
1081
- msgid "Backup to a S3 Service"
1082
- msgstr ""
1083
-
1084
- #: ../inc/class-destination-s3.php:105
1085
- #: ../inc/features/class-destination-s3.php:172
1086
- msgid "Select a S3 service"
1087
- msgstr ""
1088
-
1089
- #: ../inc/class-destination-s3.php:107
1090
- #: ../inc/features/class-destination-s3.php:109
1091
- #: ../inc/features/class-destination-s3.php:174
1092
- msgid "Amazon S3 Region"
1093
- msgstr ""
1094
-
1095
- #: ../inc/class-destination-s3.php:108
1096
- #: ../inc/features/class-destination-s3.php:110
1097
- #: ../inc/features/class-destination-s3.php:175
1098
- msgid "Amazon S3: US Standard"
1099
- msgstr ""
1100
-
1101
- #: ../inc/class-destination-s3.php:109
1102
- #: ../inc/features/class-destination-s3.php:111
1103
- #: ../inc/features/class-destination-s3.php:176
1104
- msgid "Amazon S3: US West (Northern California)"
1105
- msgstr ""
1106
-
1107
- #: ../inc/class-destination-s3.php:110
1108
- #: ../inc/features/class-destination-s3.php:112
1109
- #: ../inc/features/class-destination-s3.php:177
1110
- msgid "Amazon S3: US West (Oregon)"
1111
- msgstr ""
1112
-
1113
- #: ../inc/class-destination-s3.php:111
1114
- #: ../inc/features/class-destination-s3.php:113
1115
- #: ../inc/features/class-destination-s3.php:178
1116
- msgid "Amazon S3: EU (Ireland)"
1117
- msgstr ""
1118
-
1119
- #: ../inc/class-destination-s3.php:112
1120
- #: ../inc/features/class-destination-s3.php:114
1121
- #: ../inc/features/class-destination-s3.php:179
1122
- msgid "Amazon S3: Asia Pacific (Tokyo)"
1123
- msgstr ""
1124
-
1125
- #: ../inc/class-destination-s3.php:113
1126
- #: ../inc/features/class-destination-s3.php:115
1127
- #: ../inc/features/class-destination-s3.php:180
1128
- msgid "Amazon S3: Asia Pacific (Singapore)"
1129
- msgstr ""
1130
-
1131
- #: ../inc/class-destination-s3.php:114
1132
- #: ../inc/features/class-destination-s3.php:116
1133
- #: ../inc/features/class-destination-s3.php:181
1134
- msgid "Amazon S3: Asia Pacific (Sydney)"
1135
- msgstr ""
1136
-
1137
- #: ../inc/class-destination-s3.php:115
1138
- #: ../inc/features/class-destination-s3.php:117
1139
- #: ../inc/features/class-destination-s3.php:182
1140
- msgid "Amazon S3: South America (Sao Paulo)"
1141
- msgstr ""
1142
-
1143
- #: ../inc/class-destination-s3.php:116
1144
- #: ../inc/features/class-destination-s3.php:118
1145
- #: ../inc/features/class-destination-s3.php:183
1146
- msgid "Amazon S3: GovCloud (US)"
1147
- msgstr ""
1148
-
1149
- #: ../inc/class-destination-s3.php:117
1150
- #: ../inc/features/class-destination-s3.php:119
1151
- #: ../inc/features/class-destination-s3.php:184
1152
- msgid "Google Storage (Interoperable Access)"
1153
- msgstr ""
1154
-
1155
- #: ../inc/class-destination-s3.php:118
1156
- #: ../inc/features/class-destination-s3.php:120
1157
- #: ../inc/features/class-destination-s3.php:185
1158
- msgid "Hosteurope Cloud Storage"
1159
- msgstr ""
1160
-
1161
- #: ../inc/class-destination-s3.php:123
1162
- #: ../inc/features/class-destination-s3.php:190
1163
- msgid "Or a S3 Server url"
1164
- msgstr ""
1165
-
1166
- #: ../inc/class-destination-s3.php:130
1167
- #: ../inc/features/class-destination-s3.php:197
1168
- msgid "S3 Access Keys"
1169
- msgstr ""
1170
-
1171
- #: ../inc/class-destination-s3.php:141
1172
- #: ../inc/features/class-destination-s3.php:208
1173
- msgid "Secret Key"
1174
- msgstr ""
1175
-
1176
- #: ../inc/class-destination-s3.php:149
1177
- #: ../inc/features/class-destination-s3.php:216
1178
- msgid "S3 Bucket"
1179
- msgstr ""
1180
-
1181
- #: ../inc/class-destination-s3.php:153
1182
- #: ../inc/features/class-destination-s3.php:220
1183
- msgid "Bucket selection"
1184
- msgstr ""
1185
-
1186
- #: ../inc/class-destination-s3.php:166
1187
- #: ../inc/features/class-destination-s3.php:233
1188
- msgid "Create a new Bucket"
1189
- msgstr ""
1190
-
1191
- #: ../inc/class-destination-s3.php:195
1192
- #: ../inc/features/class-destination-s3.php:266
1193
- msgid "Amazon Specific settings"
1194
- msgstr ""
1195
-
1196
- #: ../inc/class-destination-s3.php:199 ../inc/class-destination-s3.php:201
1197
- #: ../inc/features/class-destination-s3.php:270
1198
- #: ../inc/features/class-destination-s3.php:272
1199
- msgid "Amazon: Storage Class"
1200
- msgstr ""
1201
-
1202
- #: ../inc/class-destination-s3.php:203
1203
- #: ../inc/features/class-destination-s3.php:274
1204
- msgid "Reduced Redundancy"
1205
- msgstr ""
1206
-
1207
- #: ../inc/class-destination-s3.php:208
1208
- #: ../inc/features/class-destination-s3.php:279
1209
- msgid "Server Side Encryption"
1210
- msgstr ""
1211
-
1212
- #: ../inc/class-destination-s3.php:212
1213
- #: ../inc/features/class-destination-s3.php:283
1214
- msgid "Save Files Server Side Encrypted (AES256)"
1215
- msgstr ""
1216
-
1217
- #: ../inc/class-destination-s3.php:265
1218
- #: ../inc/features/class-destination-s3.php:339
1219
- #: ../inc/features/class-destination-s3.php:401
1220
- #, php-format
1221
- msgid "Bucket %1$s in %2$s created."
1222
- msgstr ""
1223
-
1224
- #: ../inc/class-destination-s3.php:267
1225
- #: ../inc/features/class-destination-s3.php:341
1226
- #: ../inc/features/class-destination-s3.php:403
1227
- #, php-format
1228
- msgid "Bucket %s could not created."
1229
- msgstr ""
1230
-
1231
- #: ../inc/class-destination-s3.php:269
1232
- #: ../inc/features/class-destination-s3.php:343
1233
- #: ../inc/features/class-destination-s3.php:405
1234
- #, php-format
1235
- msgid " %s is not a valid bucket name."
1236
- msgstr ""
1237
-
1238
- #: ../inc/class-destination-s3.php:311 ../inc/class-destination-s3.php:427
1239
- #: ../inc/class-destination-s3.php:447 ../inc/class-destination-s3.php:505
1240
- #: ../inc/features/class-destination-s3.php:447
1241
- #: ../inc/features/class-destination-s3.php:563
1242
- #: ../inc/features/class-destination-s3.php:583
1243
- #: ../inc/features/class-destination-s3.php:641
1244
- #: ../inc/features/class-destination-s3.php:781
1245
- #, php-format
1246
- msgid "S3 Service API: %s"
1247
- msgstr ""
1248
-
1249
- #: ../inc/class-destination-s3.php:377
1250
- #: ../inc/features/class-destination-s3.php:513
1251
- #, php-format
1252
- msgid "%d. Try to sending backup file to S3 Service..."
1253
- msgstr ""
1254
-
1255
- #: ../inc/class-destination-s3.php:390
1256
- #: ../inc/features/class-destination-s3.php:526
1257
- #: ../inc/features/class-destination-s3.php:672
1258
- #, php-format
1259
- msgid "Connected to S3 Bucket \"%1$s\" from \"%3$s\" in %2$s"
1260
- msgstr ""
1261
-
1262
- #: ../inc/class-destination-s3.php:393
1263
- #: ../inc/features/class-destination-s3.php:529
1264
- #: ../inc/features/class-destination-s3.php:675
1265
- #, php-format
1266
- msgid "S3 Bucket \"%s\" not exists!"
1267
- msgstr ""
1268
-
1269
- #: ../inc/class-destination-s3.php:399
1270
- #: ../inc/features/class-destination-s3.php:535
1271
- msgid "Upload to S3 Service now started... "
1272
- msgstr ""
1273
-
1274
- #: ../inc/class-destination-s3.php:443
1275
- #: ../inc/features/class-destination-s3.php:579
1276
- #, php-format
1277
- msgid "Can not transfer backup to S3! (%1$d) %2$s"
1278
- msgstr ""
1279
-
1280
- #: ../inc/class-destination-s3.php:495
1281
- #: ../inc/features/class-destination-s3.php:631
1282
- #, php-format
1283
- msgid "Can not delete backup on %s"
1284
- msgstr ""
1285
-
1286
- #: ../inc/class-destination-s3.php:499
1287
- #: ../inc/features/class-destination-s3.php:635
1288
- #, php-format
1289
- msgid "One file deleted on S3 Bucket"
1290
- msgid_plural "%d files deleted on S3 Bucket"
1291
- msgstr[0] ""
1292
- msgstr[1] ""
1293
-
1294
- #: ../inc/class-destination-s3.php:610
1295
- #: ../inc/features/class-destination-s3.php:884
1296
- msgid "Missing access key!"
1297
- msgstr ""
1298
-
1299
- #: ../inc/class-destination-s3.php:612
1300
- #: ../inc/features/class-destination-s3.php:886
1301
- msgid "Missing secret access key!"
1302
- msgstr ""
1303
-
1304
- #: ../inc/class-destination-s3.php:616
1305
- #: ../inc/features/class-destination-s3.php:890
1306
- msgid "No bucket found!"
1307
- msgstr ""
1308
-
1309
- #: ../inc/class-destination-sugarsync.php:17
1310
- #: ../inc/features/class-destination-sugarsync.php:17
1311
- msgid "SugarSync"
1312
- msgstr ""
1313
-
1314
- #: ../inc/class-destination-sugarsync.php:18
1315
- #: ../inc/features/class-destination-sugarsync.php:18
1316
- msgid "Backup to SugarSync"
1317
- msgstr ""
1318
-
1319
- #: ../inc/class-destination-sugarsync.php:47
1320
- #: ../inc/features/class-destination-sugarsync.php:119
1321
- msgid "Sugarsync Login"
1322
- msgstr ""
1323
-
1324
- #: ../inc/class-destination-sugarsync.php:53
1325
- #: ../inc/class-destination-sugarsync.php:72
1326
- #: ../inc/features/class-destination-sugarsync.php:125
1327
- #: ../inc/features/class-destination-sugarsync.php:144
1328
- msgid "Authentication"
1329
- msgstr ""
1330
-
1331
- #: ../inc/class-destination-sugarsync.php:55
1332
- #: ../inc/features/class-destination-sugarsync.php:56
1333
- #: ../inc/features/class-destination-sugarsync.php:127
1334
- msgid "E-mail address:"
1335
- msgstr ""
1336
-
1337
- #: ../inc/class-destination-sugarsync.php:59
1338
- #: ../inc/class-page-settings.php:285
1339
- #: ../inc/features/class-destination-ftp.php:57
1340
- #: ../inc/features/class-destination-sugarsync.php:59
1341
- #: ../inc/features/class-destination-sugarsync.php:131
1342
- #: ../inc/features/class-jobtype-dbdump.php:137
1343
- msgid "Password:"
1344
- msgstr ""
1345
-
1346
- #: ../inc/class-destination-sugarsync.php:65
1347
- #: ../inc/class-destination-sugarsync.php:146
1348
- #: ../inc/features/class-destination-sugarsync.php:64
1349
- #: ../inc/features/class-destination-sugarsync.php:137
1350
- #: ../inc/features/class-destination-sugarsync.php:216
1351
- #: ../inc/features/class-destination-sugarsync.php:263
1352
- msgid "Sugarsync authenticate!"
1353
- msgstr ""
1354
-
1355
- #: ../inc/class-destination-sugarsync.php:67
1356
- #: ../inc/class-destination-sugarsync.php:162
1357
- #: ../inc/features/class-destination-sugarsync.php:66
1358
- #: ../inc/features/class-destination-sugarsync.php:139
1359
- #: ../inc/features/class-destination-sugarsync.php:232
1360
- #: ../inc/features/class-destination-sugarsync.php:279
1361
- msgid "Create Sugarsync Account"
1362
- msgstr ""
1363
-
1364
- #: ../inc/class-destination-sugarsync.php:76
1365
- #: ../inc/class-destination-sugarsync.php:158
1366
- #: ../inc/features/class-destination-sugarsync.php:73
1367
- #: ../inc/features/class-destination-sugarsync.php:148
1368
- #: ../inc/features/class-destination-sugarsync.php:228
1369
- #: ../inc/features/class-destination-sugarsync.php:275
1370
- msgid "Delete Sugarsync authentication!"
1371
- msgstr ""
1372
-
1373
- #: ../inc/class-destination-sugarsync.php:82
1374
- #: ../inc/features/class-destination-sugarsync.php:154
1375
- msgid "SgarSync Root"
1376
- msgstr ""
1377
-
1378
- #: ../inc/class-destination-sugarsync.php:86
1379
- #: ../inc/features/class-destination-sugarsync.php:158
1380
- msgid "Sync folder selection"
1381
- msgstr ""
1382
-
1383
- #: ../inc/class-destination-sugarsync.php:94
1384
- #: ../inc/features/class-destination-sugarsync.php:82
1385
- #: ../inc/features/class-destination-sugarsync.php:166
1386
- msgid "No Syncfolders found!"
1387
- msgstr ""
1388
-
1389
- #: ../inc/class-destination-sugarsync.php:115
1390
- #: ../inc/features/class-destination-sugarsync.php:187
1391
- msgid "Folder in root"
1392
- msgstr ""
1393
-
1394
- #: ../inc/class-destination-sugarsync.php:258
1395
- #: ../inc/features/class-destination-sugarsync.php:376
1396
- #, php-format
1397
- msgid "%d. Try to sending backup to SugarSync..."
1398
- msgstr ""
1399
-
1400
- #: ../inc/class-destination-sugarsync.php:265
1401
- #: ../inc/features/class-destination-sugarsync.php:383
1402
- #, php-format
1403
- msgid "Authed to SugarSync with Nick %s"
1404
- msgstr ""
1405
-
1406
- #: ../inc/class-destination-sugarsync.php:268
1407
- #: ../inc/features/class-destination-sugarsync.php:386
1408
- msgid "No free space left on SugarSync!!!"
1409
- msgstr ""
1410
-
1411
- #: ../inc/class-destination-sugarsync.php:274
1412
- #: ../inc/features/class-destination-sugarsync.php:392
1413
- #, php-format
1414
- msgid "%s free on SugarSync"
1415
- msgstr ""
1416
-
1417
- #: ../inc/class-destination-sugarsync.php:281
1418
- #: ../inc/features/class-destination-sugarsync.php:399
1419
- msgid "Upload to SugarSync now started... "
1420
- msgstr ""
1421
-
1422
- #: ../inc/class-destination-sugarsync.php:290
1423
- #: ../inc/features/class-destination-sugarsync.php:408
1424
- msgid "Can not transfer backup to SugarSync!"
1425
- msgstr ""
1426
-
1427
- #: ../inc/class-destination-sugarsync.php:328
1428
- #: ../inc/features/class-destination-sugarsync.php:446
1429
- #, php-format
1430
- msgid "One file deleted on SugarSync folder"
1431
- msgid_plural "%d files deleted on SugarSync folder"
1432
- msgstr[0] ""
1433
- msgstr[1] ""
1434
-
1435
- #: ../inc/class-destination-sugarsync.php:334
1436
- #: ../inc/features/class-destination-sugarsync.php:452
1437
- #, php-format
1438
- msgid "SugarSync API: %s"
1439
- msgstr ""
1440
-
1441
- #: ../inc/class-destinations.php:20
1442
- #, php-format
1443
- msgid "Backup to %s"
1444
- msgstr ""
1445
-
1446
- #: ../inc/class-frontend.php:63
1447
- #: ../inc/features/class-wizard-systemtest.php:166
1448
- #: ../inc/features/class-wizard-systemtest.php:175
1449
- msgid "Response Test O.K."
1450
- msgstr ""
1451
-
1452
- #: ../inc/class-help.php:15
1453
- msgid "Plugin Info"
1454
- msgstr ""
1455
-
1456
- #: ../inc/class-help.php:17
1457
- msgid ""
1458
- "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you "
1459
- "are welcome to redistribute it under certain conditions."
1460
- msgstr ""
1461
-
1462
- #: ../inc/class-help.php:20
1463
- msgid "For more information:"
1464
- msgstr ""
1465
-
1466
- #: ../inc/class-help.php:22
1467
- msgid "News"
1468
- msgstr ""
1469
-
1470
- #: ../inc/class-help.php:23
1471
- msgid "http://marketpress.com/support/"
1472
- msgstr ""
1473
-
1474
- #: ../inc/class-install.php:205
1475
- msgid "BackWPup Admin"
1476
- msgstr ""
1477
-
1478
- #: ../inc/class-install.php:218
1479
- msgid "BackWPup jobs checker"
1480
- msgstr ""
1481
-
1482
- #: ../inc/class-install.php:231
1483
- msgid "BackWPup jobs helper"
1484
- msgstr ""
1485
-
1486
- #: ../inc/class-job.php:209
1487
- msgid "Create archive"
1488
- msgstr ""
1489
-
1490
- #: ../inc/class-job.php:245
1491
- msgid "Job End"
1492
- msgstr ""
1493
-
1494
- #: ../inc/class-job.php:253
1495
- #, php-format
1496
- msgid "BackWPup log for %1$s from %2$s at %3$s"
1497
- msgstr ""
1498
-
1499
- #: ../inc/class-job.php:270
1500
- #, php-format
1501
- msgid ""
1502
- "[INFO] BackWPup version %1$s; WordPress version %3$s; Copyright %2$s %4$s"
1503
- msgstr ""
1504
-
1505
- #: ../inc/class-job.php:271
1506
- msgid ""
1507
- "[INFO] This program comes with ABSOLUTELY NO WARRANTY. This is free "
1508
- "software, and you are welcome to redistribute it under certain conditions."
1509
- msgstr ""
1510
-
1511
- #: ../inc/class-job.php:272
1512
- #, php-format
1513
- msgid "[INFO] BackWPup job: %1$s; %2$s"
1514
- msgstr ""
1515
-
1516
- #: ../inc/class-job.php:274
1517
- msgid "[INFO] BackWPup cron:"
1518
- msgstr ""
1519
-
1520
- #: ../inc/class-job.php:276
1521
- msgid "[INFO] BackWPup job started from wp-cron"
1522
- msgstr ""
1523
-
1524
- #: ../inc/class-job.php:278
1525
- msgid "[INFO] BackWPup job started manually"
1526
- msgstr ""
1527
-
1528
- #: ../inc/class-job.php:280
1529
- msgid "[INFO] BackWPup job started from external url"
1530
- msgstr ""
1531
-
1532
- #: ../inc/class-job.php:282
1533
- msgid "[INFO] BackWPup job started form commandline"
1534
- msgstr ""
1535
-
1536
- #: ../inc/class-job.php:283
1537
- msgid "[INFO] PHP ver.:"
1538
- msgstr ""
1539
-
1540
- #: ../inc/class-job.php:284
1541
- #, php-format
1542
- msgid "[INFO] Maximum script execution time is %1$d sec."
1543
- msgstr ""
1544
-
1545
- #: ../inc/class-job.php:285
1546
- #, php-format
1547
- msgid "[INFO] MySQL ver.: %s"
1548
- msgstr ""
1549
-
1550
- #: ../inc/class-job.php:288
1551
- #, php-format
1552
- msgid "[INFO] curl ver.: %1$s; %2$s"
1553
- msgstr ""
1554
-
1555
- #: ../inc/class-job.php:290
1556
- #, php-format
1557
- msgid "[INFO] Temp folder is: %s"
1558
- msgstr ""
1559
-
1560
- #: ../inc/class-job.php:291
1561
- #, php-format
1562
- msgid "[INFO] Logfile folder is: %s"
1563
- msgstr ""
1564
-
1565
- #: ../inc/class-job.php:292
1566
- #, php-format
1567
- msgid "[INFO] Backup type is: %s"
1568
- msgstr ""
1569
-
1570
- #: ../inc/class-job.php:294
1571
- #, php-format
1572
- msgid "[INFO] Backup file is: %s"
1573
- msgstr ""
1574
-
1575
- #: ../inc/class-job.php:307
1576
- msgid "No destination defined for backup!!! Please correct job settings"
1577
- msgstr ""
1578
-
1579
- #: ../inc/class-job.php:415 ../inc/class-job.php:416 ../inc/class-job.php:484
1580
- #: ../inc/class-job.php:485 ../inc/class-job.php:532
1581
- msgid "Wrong BackWPup JobID"
1582
- msgstr ""
1583
-
1584
- #: ../inc/class-job.php:420 ../inc/class-job.php:421 ../inc/class-job.php:490
1585
- #: ../inc/class-job.php:538
1586
- msgid "Log folder not exists or is not writable for BackWPup"
1587
- msgstr ""
1588
-
1589
- #: ../inc/class-job.php:424 ../inc/class-job.php:425 ../inc/class-job.php:494
1590
- #: ../inc/class-job.php:543
1591
- msgid "Temp folder not exists or is not writable for BackWPup"
1592
- msgstr ""
1593
-
1594
- #: ../inc/class-job.php:430 ../inc/class-job.php:431
1595
- msgid "No BackWPup job running"
1596
- msgstr ""
1597
-
1598
- #: ../inc/class-job.php:434 ../inc/class-job.php:435 ../inc/class-job.php:498
1599
- #: ../inc/class-job.php:499 ../inc/class-job.php:550
1600
- msgid "A BackWPup job already running"
1601
- msgstr ""
1602
-
1603
- #: ../inc/class-job.php:489
1604
- msgid "Log folder not exists or is not writable"
1605
- msgstr ""
1606
-
1607
- #: ../inc/class-job.php:493
1608
- msgid "Temp folder not exists or is not writable"
1609
- msgstr ""
1610
-
1611
- #: ../inc/class-job.php:615
1612
- msgid "Job restart terminated, because job runs!"
1613
- msgstr ""
1614
-
1615
- #: ../inc/class-job.php:620
1616
- msgid "Job restart due to inactivity for more than 5 min."
1617
- msgstr ""
1618
-
1619
- #: ../inc/class-job.php:623
1620
- #, php-format
1621
- msgid "Second process is running, but old job runs! Start type is %s"
1622
- msgstr ""
1623
-
1624
- #: ../inc/class-job.php:670
1625
- msgid "Step aborted has too many tries!"
1626
- msgstr ""
1627
-
1628
- #: ../inc/class-job.php:777
1629
- #, php-format
1630
- msgid "Signal %d send to script!"
1631
- msgstr ""
1632
-
1633
- #: ../inc/class-job.php:792
1634
- #, php-format
1635
- msgid "%d. Script stop! Will started again."
1636
- msgstr ""
1637
-
1638
- #: ../inc/class-job.php:821
1639
- #, php-format
1640
- msgid "Please use a other folder: %1$s"
1641
- msgstr ""
1642
-
1643
- #: ../inc/class-job.php:828
1644
- #, php-format
1645
- msgid "Can not create folder: %1$s"
1646
- msgstr ""
1647
-
1648
- #: ../inc/class-job.php:836
1649
- #, php-format
1650
- msgid "Folder \"%1$s\" not writable"
1651
- msgstr ""
1652
-
1653
- #: ../inc/class-job.php:861
1654
- #, php-format
1655
- msgid "Exception caught in %1$s: %2$s"
1656
- msgstr ""
1657
-
1658
- #: ../inc/class-job.php:919
1659
- msgid "WARNING:"
1660
- msgstr ""
1661
-
1662
- #: ../inc/class-job.php:932
1663
- msgid "DEPRECATED:"
1664
- msgstr ""
1665
-
1666
- #: ../inc/class-job.php:935
1667
- msgid "STRICT NOTICE:"
1668
- msgstr ""
1669
-
1670
- #: ../inc/class-job.php:938
1671
- msgid "RECOVERABLE ERROR:"
1672
- msgstr ""
1673
-
1674
- #: ../inc/class-job.php:1062
1675
- #, php-format
1676
- msgid "One old log deleted"
1677
- msgid_plural "%d old logs deleted"
1678
- msgstr[0] ""
1679
- msgstr[1] ""
1680
-
1681
- #: ../inc/class-job.php:1067
1682
- #, php-format
1683
- msgid "Job done in %s sec."
1684
- msgstr ""
1685
-
1686
- #: ../inc/class-job.php:1129
1687
- msgid "SUCCESSFUL"
1688
- msgstr ""
1689
-
1690
- #: ../inc/class-job.php:1132
1691
- msgid "WARNING"
1692
- msgstr ""
1693
-
1694
- #: ../inc/class-job.php:1176
1695
- msgid "Set Blog to maintenance mode"
1696
- msgstr ""
1697
-
1698
- #: ../inc/class-job.php:1185
1699
- msgid "Cannot set Blog to maintenance mode! .maintenance is not writable!"
1700
- msgstr ""
1701
-
1702
- #: ../inc/class-job.php:1190
1703
- msgid "Set Blog to normal mode"
1704
- msgstr ""
1705
-
1706
- #: ../inc/class-job.php:1220
1707
- #, php-format
1708
- msgid "Memory increased from %1$s to %2$s"
1709
- msgstr ""
1710
-
1711
- #: ../inc/class-job.php:1222
1712
- #, php-format
1713
- msgid "Can not increase memory limit is %1$s"
1714
- msgstr ""
1715
-
1716
- #: ../inc/class-job.php:1486
1717
- #, php-format
1718
- msgid "File \"%s\" is not readable!"
1719
- msgstr ""
1720
-
1721
- #: ../inc/class-job.php:1488
1722
- #, php-format
1723
- msgid "Link \"%s\" not followed"
1724
- msgstr ""
1725
-
1726
- #: ../inc/class-job.php:1510
1727
- #, php-format
1728
- msgid "%d. Trying to create backup zip archive..."
1729
- msgstr ""
1730
-
1731
- #: ../inc/class-job.php:1515
1732
- #, php-format
1733
- msgid "Can not create backup zip archive: %d!"
1734
- msgstr ""
1735
-
1736
- #: ../inc/class-job.php:1524 ../inc/class-job.php:1543
1737
- #, php-format
1738
- msgid "Can not add \"%s\" to zip archive!"
1739
- msgstr ""
1740
-
1741
- #: ../inc/class-job.php:1536
1742
- #, php-format
1743
- msgid "Can not add dir \"%s\" to zip archive!"
1744
- msgstr ""
1745
-
1746
- #: ../inc/class-job.php:1552 ../inc/class-job.php:1612
1747
- msgid "(ER_MULTIDISK) Multi-disk zip archives not supported"
1748
- msgstr ""
1749
-
1750
- #: ../inc/class-job.php:1554 ../inc/class-job.php:1614
1751
- msgid "(ER_RENAME) Renaming temporary file failed"
1752
- msgstr ""
1753
-
1754
- #: ../inc/class-job.php:1556 ../inc/class-job.php:1616
1755
- msgid "(ER_CLOSE) Closing zip archive failed"
1756
- msgstr ""
1757
-
1758
- #: ../inc/class-job.php:1558 ../inc/class-job.php:1618
1759
- msgid "(ER_SEEK) Seek error"
1760
- msgstr ""
1761
-
1762
- #: ../inc/class-job.php:1560 ../inc/class-job.php:1620
1763
- msgid "(ER_READ) Read error"
1764
- msgstr ""
1765
-
1766
- #: ../inc/class-job.php:1562 ../inc/class-job.php:1622
1767
- msgid "(ER_WRITE) Write error"
1768
- msgstr ""
1769
-
1770
- #: ../inc/class-job.php:1564 ../inc/class-job.php:1624
1771
- msgid "(ER_CRC) CRC error"
1772
- msgstr ""
1773
-
1774
- #: ../inc/class-job.php:1566 ../inc/class-job.php:1626
1775
- msgid "(ER_ZIPCLOSED) Containing zip archive was closed"
1776
- msgstr ""
1777
-
1778
- #: ../inc/class-job.php:1568 ../inc/class-job.php:1628
1779
- msgid "(ER_NOENT) No such file"
1780
- msgstr ""
1781
-
1782
- #: ../inc/class-job.php:1570 ../inc/class-job.php:1630
1783
- msgid "(ER_EXISTS) File already exists"
1784
- msgstr ""
1785
-
1786
- #: ../inc/class-job.php:1572 ../inc/class-job.php:1632
1787
- msgid "(ER_OPEN) Can't open file"
1788
- msgstr ""
1789
-
1790
- #: ../inc/class-job.php:1574 ../inc/class-job.php:1634
1791
- msgid "(ER_TMPOPEN) Failure to create temporary file"
1792
- msgstr ""
1793
-
1794
- #: ../inc/class-job.php:1576 ../inc/class-job.php:1636
1795
- msgid "(ER_ZLIB) Zlib error"
1796
- msgstr ""
1797
-
1798
- #: ../inc/class-job.php:1578 ../inc/class-job.php:1638
1799
- msgid "(ER_MEMORY) Malloc failure"
1800
- msgstr ""
1801
-
1802
- #: ../inc/class-job.php:1580 ../inc/class-job.php:1640
1803
- msgid "(ER_CHANGED) Entry has been changed"
1804
- msgstr ""
1805
-
1806
- #: ../inc/class-job.php:1582 ../inc/class-job.php:1642
1807
- msgid "(ER_COMPNOTSUPP) Compression method not supported"
1808
- msgstr ""
1809
-
1810
- #: ../inc/class-job.php:1584 ../inc/class-job.php:1644
1811
- msgid "(ER_EOF) Premature EOF"
1812
- msgstr ""
1813
-
1814
- #: ../inc/class-job.php:1586 ../inc/class-job.php:1646
1815
- msgid "(ER_INVAL) Invalid argument"
1816
- msgstr ""
1817
-
1818
- #: ../inc/class-job.php:1588 ../inc/class-job.php:1648
1819
- msgid "(ER_NOZIP) Not a zip archive"
1820
- msgstr ""
1821
-
1822
- #: ../inc/class-job.php:1590 ../inc/class-job.php:1650
1823
- msgid "(ER_INTERNAL) Internal error"
1824
- msgstr ""
1825
-
1826
- #: ../inc/class-job.php:1592 ../inc/class-job.php:1652
1827
- msgid "(ER_INCONS) Zip archive inconsistent"
1828
- msgstr ""
1829
-
1830
- #: ../inc/class-job.php:1594 ../inc/class-job.php:1654
1831
- msgid "(ER_REMOVE) Can't remove file"
1832
- msgstr ""
1833
-
1834
- #: ../inc/class-job.php:1596 ../inc/class-job.php:1656
1835
- msgid "(ER_DELETED) Entry has been deleted"
1836
- msgstr ""
1837
-
1838
- #: ../inc/class-job.php:1597 ../inc/class-job.php:1657
1839
- #, php-format
1840
- msgid "Zip returns status: %s"
1841
- msgstr ""
1842
-
1843
- #: ../inc/class-job.php:1660 ../inc/class-job.php:1703
1844
- msgid "Backup zip archive created"
1845
- msgstr ""
1846
-
1847
- #: ../inc/class-job.php:1671
1848
- #, php-format
1849
- msgid "%d. Trying to create backup zip (PclZip) archive..."
1850
- msgstr ""
1851
-
1852
- #: ../inc/class-job.php:1684 ../inc/class-job.php:1697
1853
- #, php-format
1854
- msgid "Zip archive add error: %s"
1855
- msgstr ""
1856
-
1857
- #: ../inc/class-job.php:1711
1858
- #, php-format
1859
- msgid "%1$d. Trying to create %2$s archive file..."
1860
- msgstr ""
1861
-
1862
- #: ../inc/class-job.php:1747
1863
- #, php-format
1864
- msgid "%s archive created"
1865
- msgstr ""
1866
-
1867
- #: ../inc/class-job.php:1751
1868
- #, php-format
1869
- msgid "Archive size is %s"
1870
- msgstr ""
1871
-
1872
- #: ../inc/class-job.php:1752
1873
- #, php-format
1874
- msgid "%1$d Files with %2$s in Archive"
1875
- msgstr ""
1876
-
1877
- #: ../inc/class-job.php:1779
1878
- #, php-format
1879
- msgid "File name \"%1$s\" to long to save correctly in %2$s archive!"
1880
- msgstr ""
1881
-
1882
- #: ../inc/class-job.php:1781
1883
- #, php-format
1884
- msgid "File path \"%1$s\" to long to save correctly in %2$s archive!"
1885
- msgstr ""
1886
-
1887
- #: ../inc/class-job.php:1789 ../inc/class-job.php:1790
1888
- msgid "Unknown"
1889
- msgstr ""
1890
-
1891
- #: ../inc/class-jobtype-dbcheck.php:12
1892
- #: ../inc/features/class-jobtype-dbcheck.php:12
1893
- msgid "DB Check"
1894
- msgstr ""
1895
-
1896
- #: ../inc/class-jobtype-dbcheck.php:13
1897
- #: ../inc/features/class-jobtype-dbcheck.php:13
1898
- msgid "Check database tables"
1899
- msgstr ""
1900
-
1901
- #: ../inc/class-jobtype-dbcheck.php:43
1902
- #: ../inc/features/class-jobtype-dbcheck.php:40
1903
- #: ../inc/features/class-jobtype-dbcheck.php:89
1904
- msgid "Settings for database check"
1905
- msgstr ""
1906
-
1907
- #: ../inc/class-jobtype-dbcheck.php:47 ../inc/class-jobtype-dbcheck.php:50
1908
- #: ../inc/class-jobtype-dboptimize.php:48
1909
- #: ../inc/class-jobtype-dboptimize.php:51
1910
- #: ../inc/features/class-jobtype-dbcheck.php:44
1911
- #: ../inc/features/class-jobtype-dbcheck.php:47
1912
- #: ../inc/features/class-jobtype-dbcheck.php:93
1913
- #: ../inc/features/class-jobtype-dbcheck.php:96
1914
- #: ../inc/features/class-jobtype-dbdump.php:84
1915
- #: ../inc/features/class-jobtype-dbdump.php:87
1916
- #: ../inc/features/class-jobtype-dboptimize.php:45
1917
- #: ../inc/features/class-jobtype-dboptimize.php:48
1918
- #: ../inc/features/class-jobtype-dboptimize.php:81
1919
- #: ../inc/features/class-jobtype-dboptimize.php:84
1920
- msgid "Only WordPress tables"
1921
- msgstr ""
1922
-
1923
- #: ../inc/class-jobtype-dbcheck.php:54
1924
- #: ../inc/features/class-jobtype-dbcheck.php:51
1925
- #: ../inc/features/class-jobtype-dbcheck.php:100
1926
- msgid "Check only WordPress Database tables"
1927
- msgstr ""
1928
-
1929
- #: ../inc/class-jobtype-dbcheck.php:59 ../inc/class-jobtype-dbcheck.php:62
1930
- #: ../inc/class-jobtype-dbdump.php:98 ../inc/class-jobtype-dbdump.php:101
1931
- #: ../inc/class-jobtype-dboptimize.php:60
1932
- #: ../inc/class-jobtype-dboptimize.php:63
1933
- #: ../inc/features/class-jobtype-dbcheck.php:56
1934
- #: ../inc/features/class-jobtype-dbcheck.php:59
1935
- #: ../inc/features/class-jobtype-dbcheck.php:105
1936
- #: ../inc/features/class-jobtype-dbcheck.php:108
1937
- #: ../inc/features/class-jobtype-dbdump.php:96
1938
- #: ../inc/features/class-jobtype-dbdump.php:99
1939
- #: ../inc/features/class-jobtype-dbdump.php:190
1940
- #: ../inc/features/class-jobtype-dbdump.php:193
1941
- #: ../inc/features/class-jobtype-dboptimize.php:57
1942
- #: ../inc/features/class-jobtype-dboptimize.php:60
1943
- #: ../inc/features/class-jobtype-dboptimize.php:93
1944
- #: ../inc/features/class-jobtype-dboptimize.php:96
1945
- msgid "Maintenance mode"
1946
- msgstr ""
1947
-
1948
- #: ../inc/class-jobtype-dbcheck.php:66
1949
- #: ../inc/features/class-jobtype-dbcheck.php:63
1950
- #: ../inc/features/class-jobtype-dbcheck.php:112
1951
- msgid "Activate Maintenance mode on table check"
1952
- msgstr ""
1953
-
1954
- #: ../inc/class-jobtype-dbcheck.php:71 ../inc/class-jobtype-dbcheck.php:74
1955
- #: ../inc/features/class-jobtype-dbcheck.php:68
1956
- #: ../inc/features/class-jobtype-dbcheck.php:71
1957
- #: ../inc/features/class-jobtype-dbcheck.php:117
1958
- #: ../inc/features/class-jobtype-dbcheck.php:120
1959
- msgid "Repair"
1960
- msgstr ""
1961
-
1962
- #: ../inc/class-jobtype-dbcheck.php:78
1963
- #: ../inc/features/class-jobtype-dbcheck.php:75
1964
- #: ../inc/features/class-jobtype-dbcheck.php:124
1965
- msgid "Try to repair def. table"
1966
- msgstr ""
1967
-
1968
- #: ../inc/class-jobtype-dbcheck.php:110
1969
- #: ../inc/features/class-jobtype-dbcheck.php:167
1970
- #, php-format
1971
- msgid "%d. Try for database check..."
1972
- msgstr ""
1973
-
1974
- #: ../inc/class-jobtype-dbcheck.php:145
1975
- #: ../inc/features/class-jobtype-dbcheck.php:202
1976
- #, php-format
1977
- msgid "Table %1$s is a View. Not checked."
1978
- msgstr ""
1979
-
1980
- #: ../inc/class-jobtype-dbcheck.php:150
1981
- #: ../inc/features/class-jobtype-dbcheck.php:207
1982
- #, php-format
1983
- msgid "Table %1$s is not a MyISAM/InnoDB table. Not checked."
1984
- msgstr ""
1985
-
1986
- #: ../inc/class-jobtype-dbcheck.php:157 ../inc/class-jobtype-dbcheck.php:159
1987
- #: ../inc/class-jobtype-dbcheck.php:161
1988
- #: ../inc/features/class-jobtype-dbcheck.php:214
1989
- #: ../inc/features/class-jobtype-dbcheck.php:216
1990
- #: ../inc/features/class-jobtype-dbcheck.php:218
1991
- #, php-format
1992
- msgid "Result of table check for %1$s is: %2$s"
1993
- msgstr ""
1994
-
1995
- #: ../inc/class-jobtype-dbcheck.php:167 ../inc/class-jobtype-dbcheck.php:169
1996
- #: ../inc/class-jobtype-dbcheck.php:171
1997
- #: ../inc/features/class-jobtype-dbcheck.php:224
1998
- #: ../inc/features/class-jobtype-dbcheck.php:226
1999
- #: ../inc/features/class-jobtype-dbcheck.php:228
2000
- #, php-format
2001
- msgid "Result of table repair for %1$s is: %2$s"
2002
- msgstr ""
2003
-
2004
- #: ../inc/class-jobtype-dbcheck.php:177
2005
- #: ../inc/features/class-jobtype-dbcheck.php:234
2006
- msgid "Database check done!"
2007
- msgstr ""
2008
-
2009
- #: ../inc/class-jobtype-dbcheck.php:180
2010
- #: ../inc/features/class-jobtype-dbcheck.php:237
2011
- msgid "No tables to check"
2012
- msgstr ""
2013
-
2014
- #: ../inc/class-jobtype-dbdump.php:12
2015
- #: ../inc/features/class-jobtype-dbdump.php:12
2016
- msgid "DB Dump"
2017
- msgstr ""
2018
-
2019
- #: ../inc/class-jobtype-dbdump.php:13
2020
- #: ../inc/features/class-jobtype-dbdump.php:13
2021
- msgid "Database backup"
2022
- msgstr ""
2023
-
2024
- #: ../inc/class-jobtype-dbdump.php:14
2025
- msgid "Creates a .sql database dump file"
2026
- msgstr ""
2027
-
2028
- #: ../inc/class-jobtype-dbdump.php:67
2029
- #: ../inc/features/class-jobtype-dbdump.php:80
2030
- #: ../inc/features/class-jobtype-dbdump.php:119
2031
- msgid "Settings for database dump"
2032
- msgstr ""
2033
-
2034
- #: ../inc/class-jobtype-dbdump.php:71
2035
- #: ../inc/features/class-jobtype-dbdump.php:166
2036
- msgid "Tables to dump"
2037
- msgstr ""
2038
-
2039
- #: ../inc/class-jobtype-dbdump.php:73
2040
- #: ../inc/features/class-jobtype-dbdump.php:168
2041
- msgid "all"
2042
- msgstr ""
2043
-
2044
- #: ../inc/class-jobtype-dbdump.php:105
2045
- #: ../inc/features/class-jobtype-dbdump.php:103
2046
- #: ../inc/features/class-jobtype-dbdump.php:197
2047
- msgid "Activate Maintenance mode on database dump"
2048
- msgstr ""
2049
-
2050
- #: ../inc/class-jobtype-dbdump.php:110
2051
- #: ../inc/features/class-jobtype-dbdump.php:224
2052
- msgid "Dumpfile name"
2053
- msgstr ""
2054
-
2055
- #: ../inc/class-jobtype-dbdump.php:118
2056
- #: ../inc/features/class-jobtype-dbdump.php:232
2057
- msgid "Dumpfile compression"
2058
- msgstr ""
2059
-
2060
- #: ../inc/class-jobtype-dbdump.php:123 ../inc/class-jobtype-dbdump.php:125
2061
- #: ../inc/class-jobtype-wpexp.php:70 ../inc/class-jobtype-wpexp.php:72
2062
- #: ../inc/class-jobtype-wpplugin.php:57 ../inc/class-jobtype-wpplugin.php:59
2063
- #: ../inc/features/class-jobtype-dbdump.php:237
2064
- #: ../inc/features/class-jobtype-dbdump.php:239
2065
- #: ../inc/features/class-jobtype-wpexp.php:90
2066
- #: ../inc/features/class-jobtype-wpexp.php:92
2067
- #: ../inc/features/class-jobtype-wpplugin.php:66
2068
- #: ../inc/features/class-jobtype-wpplugin.php:68
2069
- msgid "GZip"
2070
- msgstr ""
2071
-
2072
- #: ../inc/class-jobtype-dbdump.php:127 ../inc/class-jobtype-dbdump.php:129
2073
- #: ../inc/class-jobtype-wpexp.php:74 ../inc/class-jobtype-wpexp.php:76
2074
- #: ../inc/class-jobtype-wpplugin.php:61 ../inc/class-jobtype-wpplugin.php:63
2075
- #: ../inc/features/class-jobtype-dbdump.php:241
2076
- #: ../inc/features/class-jobtype-dbdump.php:243
2077
- #: ../inc/features/class-jobtype-wpexp.php:94
2078
- #: ../inc/features/class-jobtype-wpexp.php:96
2079
- #: ../inc/features/class-jobtype-wpplugin.php:70
2080
- #: ../inc/features/class-jobtype-wpplugin.php:72
2081
- msgid "BZip2"
2082
- msgstr ""
2083
-
2084
- #: ../inc/class-jobtype-dbdump.php:171
2085
- #: ../inc/features/class-jobtype-dbdump.php:477
2086
- #, php-format
2087
- msgid "%d. Try for database dump..."
2088
- msgstr ""
2089
-
2090
- #: ../inc/class-jobtype-dbdump.php:191
2091
- #: ../inc/features/class-jobtype-dbdump.php:497
2092
- #: ../inc/features/class-jobtype-dbdump.php:853
2093
- #, php-format
2094
- msgid "Can not connect to MySQL Database %1$d: %2$s"
2095
- msgstr ""
2096
-
2097
- #: ../inc/class-jobtype-dbdump.php:197
2098
- #: ../inc/features/class-jobtype-dbdump.php:503
2099
- #: ../inc/features/class-jobtype-dbdump.php:859
2100
- #, php-format
2101
- msgid "Connected to database %1$s on %2$s"
2102
- msgstr ""
2103
-
2104
- #: ../inc/class-jobtype-dbdump.php:202 ../inc/class-jobtype-dbdump.php:216
2105
- #: ../inc/class-jobtype-dbdump.php:275 ../inc/class-jobtype-dbdump.php:294
2106
- #: ../inc/class-jobtype-dbdump.php:311
2107
- #: ../inc/features/class-jobtype-dbdump.php:508
2108
- #: ../inc/features/class-jobtype-dbdump.php:522
2109
- #: ../inc/features/class-jobtype-dbdump.php:583
2110
- #: ../inc/features/class-jobtype-dbdump.php:602
2111
- #: ../inc/features/class-jobtype-dbdump.php:619
2112
- #: ../inc/features/class-jobtype-dbdump.php:864
2113
- #: ../inc/features/class-jobtype-dbdump.php:878
2114
- #: ../inc/features/class-jobtype-dbdump.php:927
2115
- #: ../inc/features/class-jobtype-dbdump.php:944
2116
- #: ../inc/features/class-jobtype-dbdump.php:985
2117
- #, php-format
2118
- msgid "Database error %1$s for query %2$s"
2119
- msgstr ""
2120
-
2121
- #: ../inc/class-jobtype-dbdump.php:223
2122
- #: ../inc/features/class-jobtype-dbdump.php:529
2123
- msgid "No tables to dump"
2124
- msgstr ""
2125
-
2126
- #: ../inc/class-jobtype-dbdump.php:267
2127
- #: ../inc/features/class-jobtype-dbdump.php:575
2128
- #, php-format
2129
- msgid "Dump database view \"%s\""
2130
- msgstr ""
2131
-
2132
- #: ../inc/class-jobtype-dbdump.php:286
2133
- #: ../inc/features/class-jobtype-dbdump.php:594
2134
- #, php-format
2135
- msgid "Dump database table \"%s\""
2136
- msgstr ""
2137
-
2138
- #: ../inc/class-jobtype-dbdump.php:387
2139
- #: ../inc/features/class-jobtype-dbdump.php:695
2140
- #: ../inc/features/class-jobtype-dbdump.php:809
2141
- #, php-format
2142
- msgid "Added database dump \"%1$s\" with %2$s to backup file list"
2143
- msgstr ""
2144
-
2145
- #: ../inc/class-jobtype-dbdump.php:390
2146
- #: ../inc/features/class-jobtype-dbdump.php:698
2147
- #: ../inc/features/class-jobtype-dbdump.php:812
2148
- msgid "Database dump done!"
2149
- msgstr ""
2150
-
2151
- #: ../inc/class-jobtype-dboptimize.php:12
2152
- #: ../inc/features/class-jobtype-dboptimize.php:12
2153
- msgid "DB Optimize"
2154
- msgstr ""
2155
-
2156
- #: ../inc/class-jobtype-dboptimize.php:13
2157
- #: ../inc/features/class-jobtype-dboptimize.php:13
2158
- msgid "Optimize database tables"
2159
- msgstr ""
2160
-
2161
- #: ../inc/class-jobtype-dboptimize.php:44
2162
- #: ../inc/features/class-jobtype-dboptimize.php:41
2163
- #: ../inc/features/class-jobtype-dboptimize.php:77
2164
- msgid "Settings for database optimization"
2165
- msgstr ""
2166
-
2167
- #: ../inc/class-jobtype-dboptimize.php:55
2168
- #: ../inc/features/class-jobtype-dboptimize.php:52
2169
- #: ../inc/features/class-jobtype-dboptimize.php:88
2170
- msgid "Optimize only WordPress Database tables"
2171
- msgstr ""
2172
-
2173
- #: ../inc/class-jobtype-dboptimize.php:67
2174
- #: ../inc/features/class-jobtype-dboptimize.php:64
2175
- #: ../inc/features/class-jobtype-dboptimize.php:100
2176
- msgid "Activate Maintenance mode on table optimize"
2177
- msgstr ""
2178
-
2179
- #: ../inc/class-jobtype-dboptimize.php:73
2180
- #: ../inc/class-jobtype-dboptimize.php:76
2181
- #: ../inc/features/class-jobtype-dboptimize.php:106
2182
- #: ../inc/features/class-jobtype-dboptimize.php:109
2183
- msgid "Table types to optimize"
2184
- msgstr ""
2185
-
2186
- #: ../inc/class-jobtype-dboptimize.php:80
2187
- #: ../inc/features/class-jobtype-dboptimize.php:113
2188
- msgid "Optimize MyISAM Tables"
2189
- msgstr ""
2190
-
2191
- #: ../inc/class-jobtype-dboptimize.php:81
2192
- #: ../inc/features/class-jobtype-dboptimize.php:114
2193
- msgid "Optimize will done with OPTIMIZE TABLE `table\"` "
2194
- msgstr ""
2195
-
2196
- #: ../inc/class-jobtype-dboptimize.php:85
2197
- #: ../inc/features/class-jobtype-dboptimize.php:118
2198
- msgid "Optimize InnoDB tables"
2199
- msgstr ""
2200
-
2201
- #: ../inc/class-jobtype-dboptimize.php:86
2202
- #: ../inc/features/class-jobtype-dboptimize.php:119
2203
- msgid "Optimize will done with ALTER TABLE `table` ENGINE=InnoDB "
2204
- msgstr ""
2205
-
2206
- #: ../inc/class-jobtype-dboptimize.php:113
2207
- #: ../inc/features/class-jobtype-dboptimize.php:156
2208
- #, php-format
2209
- msgid "%d. Try for database optimize..."
2210
- msgstr ""
2211
-
2212
- #: ../inc/class-jobtype-dboptimize.php:145
2213
- #: ../inc/features/class-jobtype-dboptimize.php:188
2214
- #, php-format
2215
- msgid "Views can't optimize! View %1$s"
2216
- msgstr ""
2217
-
2218
- #: ../inc/class-jobtype-dboptimize.php:152
2219
- #: ../inc/class-jobtype-dboptimize.php:154
2220
- #: ../inc/class-jobtype-dboptimize.php:156
2221
- #: ../inc/features/class-jobtype-dboptimize.php:195
2222
- #: ../inc/features/class-jobtype-dboptimize.php:197
2223
- #: ../inc/features/class-jobtype-dboptimize.php:199
2224
- #, php-format
2225
- msgid "Result of MyISAM table optimize for %1$s is: %2$s"
2226
- msgstr ""
2227
-
2228
- #: ../inc/class-jobtype-dboptimize.php:161
2229
- #: ../inc/features/class-jobtype-dboptimize.php:204
2230
- #, php-format
2231
- msgid "InnoDB Table %1$s optimize done"
2232
- msgstr ""
2233
-
2234
- #: ../inc/class-jobtype-dboptimize.php:164
2235
- #: ../inc/features/class-jobtype-dboptimize.php:207
2236
- #, php-format
2237
- msgid "%2$s table %1$s not optimized"
2238
- msgstr ""
2239
-
2240
- #: ../inc/class-jobtype-dboptimize.php:169
2241
- #: ../inc/features/class-jobtype-dboptimize.php:212
2242
- msgid "Database optimize done!"
2243
- msgstr ""
2244
-
2245
- #: ../inc/class-jobtype-dboptimize.php:173
2246
- #: ../inc/features/class-jobtype-dboptimize.php:216
2247
- msgid "No tables to optimize"
2248
- msgstr ""
2249
-
2250
- #: ../inc/class-jobtype-file.php:12 ../inc/features/class-jobtype-file.php:12
2251
- msgid "Files"
2252
- msgstr ""
2253
-
2254
- #: ../inc/class-jobtype-file.php:13 ../inc/features/class-jobtype-file.php:13
2255
- msgid "File backup"
2256
- msgstr ""
2257
-
2258
- #: ../inc/class-jobtype-file.php:55 ../inc/features/class-jobtype-file.php:80
2259
- msgid "Blog Folders to Backup:"
2260
- msgstr ""
2261
-
2262
- #: ../inc/class-jobtype-file.php:60 ../inc/features/class-jobtype-file.php:85
2263
- msgid "root"
2264
- msgstr ""
2265
-
2266
- #: ../inc/class-jobtype-file.php:65 ../inc/class-jobtype-file.php:89
2267
- #: ../inc/class-jobtype-file.php:113 ../inc/class-jobtype-file.php:134
2268
- #: ../inc/class-jobtype-file.php:158 ../inc/features/class-jobtype-file.php:90
2269
- #: ../inc/features/class-jobtype-file.php:114
2270
- #: ../inc/features/class-jobtype-file.php:138
2271
- #: ../inc/features/class-jobtype-file.php:159
2272
- #: ../inc/features/class-jobtype-file.php:183
2273
- msgid "Exclude:"
2274
- msgstr ""
2275
-
2276
- #: ../inc/class-jobtype-file.php:84 ../inc/features/class-jobtype-file.php:109
2277
- msgid "Content"
2278
- msgstr ""
2279
-
2280
- #: ../inc/class-jobtype-file.php:108 ../inc/class-jobtype-wpplugin.php:12
2281
- #: ../inc/features/class-jobtype-file.php:133
2282
- #: ../inc/features/class-jobtype-wpplugin.php:12
2283
- msgid "Plugins"
2284
- msgstr ""
2285
-
2286
- #: ../inc/class-jobtype-file.php:129
2287
- #: ../inc/features/class-jobtype-file.php:154
2288
- msgid "Themes"
2289
- msgstr ""
2290
-
2291
- #: ../inc/class-jobtype-file.php:153
2292
- #: ../inc/features/class-jobtype-file.php:178
2293
- msgid "Blog uploads"
2294
- msgstr ""
2295
-
2296
- #: ../inc/class-jobtype-file.php:178
2297
- #: ../inc/features/class-jobtype-file.php:203
2298
- msgid "Don't backup folder with backup, cache, or temp in its name."
2299
- msgstr ""
2300
-
2301
- #: ../inc/class-jobtype-file.php:183
2302
- #: ../inc/features/class-jobtype-file.php:208
2303
- msgid "Don't backup thumbnails in blog uploads folder"
2304
- msgstr ""
2305
-
2306
- #: ../inc/class-jobtype-file.php:188
2307
- #: ../inc/features/class-jobtype-file.php:213
2308
- msgid ""
2309
- "Backup wp-config.php, robots.txt, .htaccess, .htpasswd and favicon.ico form "
2310
- "root if it not selected"
2311
- msgstr ""
2312
-
2313
- #: ../inc/class-jobtype-file.php:190
2314
- #: ../inc/features/class-jobtype-file.php:215
2315
- msgid "Include folders to backup:"
2316
- msgstr ""
2317
-
2318
- #: ../inc/class-jobtype-file.php:191 ../inc/class-jobtype-file.php:196
2319
- #: ../inc/features/class-jobtype-file.php:216
2320
- #: ../inc/features/class-jobtype-file.php:221
2321
- msgid "Example:"
2322
- msgstr ""
2323
-
2324
- #: ../inc/class-jobtype-file.php:195
2325
- #: ../inc/features/class-jobtype-file.php:220
2326
- msgid "Exclude files/folders from backup:"
2327
- msgstr ""
2328
-
2329
- #: ../inc/class-jobtype-file.php:273
2330
- #: ../inc/features/class-jobtype-file.php:326
2331
- #, php-format
2332
- msgid "%d. Try to make list of folder to backup...."
2333
- msgstr ""
2334
-
2335
- #: ../inc/class-jobtype-file.php:358 ../inc/class-jobtype-file.php:364
2336
- #: ../inc/class-jobtype-file.php:370 ../inc/class-jobtype-file.php:376
2337
- #: ../inc/class-jobtype-file.php:382 ../inc/class-jobtype-file.php:388
2338
- #: ../inc/features/class-jobtype-file.php:411
2339
- #: ../inc/features/class-jobtype-file.php:417
2340
- #: ../inc/features/class-jobtype-file.php:423
2341
- #: ../inc/features/class-jobtype-file.php:429
2342
- #: ../inc/features/class-jobtype-file.php:435
2343
- #: ../inc/features/class-jobtype-file.php:441
2344
- #, php-format
2345
- msgid "Added \"%s\" to backup file list"
2346
- msgstr ""
2347
-
2348
- #: ../inc/class-jobtype-file.php:393
2349
- #: ../inc/features/class-jobtype-file.php:446
2350
- msgid "No Folder to backup"
2351
- msgstr ""
2352
-
2353
- #: ../inc/class-jobtype-file.php:395
2354
- #: ../inc/features/class-jobtype-file.php:448
2355
- #, php-format
2356
- msgid "%1$d Folders to backup"
2357
- msgstr ""
2358
-
2359
- #: ../inc/class-jobtype-file.php:433
2360
- #: ../inc/features/class-jobtype-file.php:486
2361
- #, php-format
2362
- msgid "Folder \"%s\" is not readable!"
2363
- msgstr ""
2364
-
2365
- #: ../inc/class-jobtype-wpexp.php:12
2366
- #: ../inc/features/class-jobtype-wpexp.php:12
2367
- msgid "XML export"
2368
- msgstr ""
2369
-
2370
- #: ../inc/class-jobtype-wpexp.php:13
2371
- #: ../inc/features/class-jobtype-wpexp.php:13
2372
- msgid "WordPress XML export"
2373
- msgstr ""
2374
-
2375
- #: ../inc/class-jobtype-wpexp.php:50
2376
- #: ../inc/features/class-jobtype-wpexp.php:50
2377
- #: ../inc/features/class-jobtype-wpexp.php:70
2378
- msgid "What to export:"
2379
- msgstr ""
2380
-
2381
- #: ../inc/class-jobtype-wpexp.php:52
2382
- #: ../inc/features/class-jobtype-wpexp.php:52
2383
- #: ../inc/features/class-jobtype-wpexp.php:72
2384
- msgid "All content"
2385
- msgstr ""
2386
-
2387
- #: ../inc/class-jobtype-wpexp.php:53
2388
- #: ../inc/features/class-jobtype-wpexp.php:53
2389
- #: ../inc/features/class-jobtype-wpexp.php:73
2390
- msgid "Posts"
2391
- msgstr ""
2392
-
2393
- #: ../inc/class-jobtype-wpexp.php:54
2394
- #: ../inc/features/class-jobtype-wpexp.php:54
2395
- #: ../inc/features/class-jobtype-wpexp.php:74
2396
- msgid "Pages"
2397
- msgstr ""
2398
-
2399
- #: ../inc/class-jobtype-wpexp.php:62
2400
- #: ../inc/features/class-jobtype-wpexp.php:82
2401
- msgid "Filename for the WP export file:"
2402
- msgstr ""
2403
-
2404
- #: ../inc/class-jobtype-wpexp.php:67 ../inc/class-jobtype-wpplugin.php:54
2405
- #: ../inc/features/class-jobtype-wpexp.php:87
2406
- #: ../inc/features/class-jobtype-wpplugin.php:63
2407
- msgid "Compression:"
2408
- msgstr ""
2409
-
2410
- #: ../inc/class-jobtype-wpexp.php:100
2411
- #: ../inc/features/class-jobtype-wpexp.php:132
2412
- #, php-format
2413
- msgid "%d. Try to make a WordPress Export to XML file..."
2414
- msgstr ""
2415
-
2416
- #: ../inc/class-jobtype-wpexp.php:124
2417
- #: ../inc/features/class-jobtype-wpexp.php:156
2418
- #, php-format
2419
- msgid "Added XML export \"%1$s\" with %2$s to backup file list"
2420
- msgstr ""
2421
-
2422
- #: ../inc/class-jobtype-wpplugin.php:13
2423
- #: ../inc/features/class-jobtype-wpplugin.php:13
2424
- msgid "Installed plugins list"
2425
- msgstr ""
2426
-
2427
- #: ../inc/class-jobtype-wpplugin.php:49
2428
- #: ../inc/features/class-jobtype-wpplugin.php:58
2429
- msgid "Filename for export a list of installed plugins:"
2430
- msgstr ""
2431
-
2432
- #: ../inc/class-jobtype-wpplugin.php:87
2433
- #: ../inc/features/class-jobtype-wpplugin.php:107
2434
- #, php-format
2435
- msgid "%d. Try to generate a file with installed Plugin names..."
2436
- msgstr ""
2437
-
2438
- #: ../inc/class-jobtype-wpplugin.php:114
2439
- #: ../inc/features/class-jobtype-wpplugin.php:134
2440
- msgid "All plugins information:"
2441
- msgstr ""
2442
-
2443
- #: ../inc/class-jobtype-wpplugin.php:116
2444
- #: ../inc/features/class-jobtype-wpplugin.php:136
2445
- #, php-format
2446
- msgid "from %s"
2447
- msgstr ""
2448
-
2449
- #: ../inc/class-jobtype-wpplugin.php:118
2450
- #: ../inc/features/class-jobtype-wpplugin.php:138
2451
- msgid "Active plugins:"
2452
- msgstr ""
2453
-
2454
- #: ../inc/class-jobtype-wpplugin.php:124
2455
- #: ../inc/features/class-jobtype-wpplugin.php:144
2456
- msgid "Inactive plugins:"
2457
- msgstr ""
2458
-
2459
- #: ../inc/class-jobtype-wpplugin.php:136
2460
- #: ../inc/features/class-jobtype-wpplugin.php:156
2461
- #, php-format
2462
- msgid "Added plugin list file \"%1$s\" with %2$s to backup file list"
2463
- msgstr ""
2464
-
2465
- #: ../inc/class-option.php:112
2466
- msgid "New"
2467
- msgstr ""
2468
-
2469
- #: ../inc/class-page-backups.php:153
2470
- msgid "No Files found. (List will be generated on next backup)"
2471
- msgstr ""
2472
-
2473
- #: ../inc/class-page-backups.php:162 ../inc/class-page-backups.php:286
2474
- #: ../inc/class-page-jobs.php:63 ../inc/class-page-jobs.php:137
2475
- #: ../inc/class-page-logs.php:97 ../inc/class-page-logs.php:179
2476
- msgid "Delete"
2477
- msgstr ""
2478
-
2479
- #: ../inc/class-page-backups.php:185
2480
- msgid "Change Destination"
2481
- msgstr ""
2482
-
2483
- #: ../inc/class-page-backups.php:225
2484
- msgid "File"
2485
- msgstr ""
2486
-
2487
- #: ../inc/class-page-backups.php:227 ../inc/class-page-logs.php:112
2488
- msgid "Size"
2489
- msgstr ""
2490
-
2491
- #: ../inc/class-page-backups.php:228 ../inc/class-page-backwpup.php:82
2492
- #: ../inc/class-page-backwpup.php:83 ../inc/class-page-backwpup.php:119
2493
- #: ../inc/class-page-backwpup.php:120
2494
- msgid "Time"
2495
- msgstr ""
2496
-
2497
- #: ../inc/class-page-backups.php:286
2498
- msgid ""
2499
- "You are about to delete this Backup Archive. \n"
2500
- " 'Cancel' to stop, 'OK' to delete."
2501
- msgstr ""
2502
-
2503
- #: ../inc/class-page-backups.php:288 ../inc/class-page-jobs.php:230
2504
- #: ../inc/class-page-logs.php:180
2505
- msgid "Download"
2506
- msgstr ""
2507
-
2508
- #: ../inc/class-page-backups.php:303
2509
- msgid "?"
2510
- msgstr ""
2511
-
2512
- #: ../inc/class-page-backups.php:331 ../inc/class-page-backups.php:343
2513
- #: ../inc/class-page-editjob.php:44 ../inc/class-page-jobs.php:327
2514
- msgid "No rights!"
2515
- msgstr ""
2516
-
2517
- #: ../inc/class-page-backups.php:365 ../inc/class-page-editjob.php:31
2518
- #: ../inc/class-page-jobs.php:399 ../inc/class-page-logs.php:277
2519
- #: ../inc/class-page-settings.php:15 ../inc/features/class-page-wizard.php:12
2520
- msgid "Overview"
2521
- msgstr ""
2522
-
2523
- #: ../inc/class-page-backups.php:367
2524
- msgid ""
2525
- "Here you see a list of backup files. Change the destination to jobname:"
2526
- "destination to become a list of backups from other destinations and jobs. "
2527
- "Then you can delete or download backup files. <br />NOTE: The lists will be "
2528
- "only generated on backup jobs to reduce traffic."
2529
- msgstr ""
2530
-
2531
- #: ../inc/class-page-backups.php:416
2532
- msgid "BackWPup Manage Backups"
2533
- msgstr ""
2534
-
2535
- #: ../inc/class-page-backwpup.php:27
2536
- msgid "Welcome to BackWPup"
2537
- msgstr ""
2538
-
2539
- #: ../inc/class-page-backwpup.php:28
2540
- msgid ""
2541
- "BackWPup is a genius solution for your backups. You can schedule backup "
2542
- "plans with a wizard. \n"
2543
- "The backup files can be used to save your whole installation incl. /wp-"
2544
- "content/ and push them to an external Backup Service, \n"
2545
- "if you don´t want to save the backups on the same server. With the single "
2546
- "backup .zip file you are able to restore an installation. "
2547
- msgstr ""
2548
-
2549
- #: ../inc/class-page-backwpup.php:31
2550
- msgid ""
2551
- "At first set up a job, what you want to save. You can use the wizards or the "
2552
- "expertmode. Please note: the plugin author gives no warranty for your data. "
2553
- msgstr ""
2554
-
2555
- #: ../inc/class-page-backwpup.php:57 ../inc/features/class-page-wizard.php:262
2556
- msgid "Start wizard"
2557
- msgstr ""
2558
-
2559
- #: ../inc/class-page-backwpup.php:67
2560
- msgid "First steps ..."
2561
- msgstr ""
2562
-
2563
- #: ../inc/class-page-backwpup.php:70
2564
- msgid "Test the installation"
2565
- msgstr ""
2566
-
2567
- #: ../inc/class-page-backwpup.php:71
2568
- msgid "Create a Job"
2569
- msgstr ""
2570
-
2571
- #: ../inc/class-page-backwpup.php:72
2572
- msgid "Run the created job"
2573
- msgstr ""
2574
-
2575
- #: ../inc/class-page-backwpup.php:73
2576
- msgid "Check the log of the job"
2577
- msgstr ""
2578
-
2579
- #: ../inc/class-page-backwpup.php:80
2580
- msgid "Next scheduled jobs"
2581
- msgstr ""
2582
-
2583
- #: ../inc/class-page-backwpup.php:82 ../inc/class-page-backwpup.php:83
2584
- #: ../inc/class-page-backwpup.php:119 ../inc/class-page-backwpup.php:120
2585
- #: ../inc/class-page-logs.php:108 ../inc/class-page-settings.php:107
2586
- msgid "Job"
2587
- msgstr ""
2588
-
2589
- #: ../inc/class-page-backwpup.php:97
2590
- #, php-format
2591
- msgid "working since %d sec."
2592
- msgstr ""
2593
-
2594
- #: ../inc/class-page-backwpup.php:99 ../inc/class-page-jobs.php:458
2595
- msgid "Abort"
2596
- msgstr ""
2597
-
2598
- #: ../inc/class-page-backwpup.php:106
2599
- msgid "Edit Job"
2600
- msgstr ""
2601
-
2602
- #: ../inc/class-page-backwpup.php:117
2603
- msgid "Last logs"
2604
- msgstr ""
2605
-
2606
- #: ../inc/class-page-backwpup.php:119 ../inc/class-page-backwpup.php:120
2607
- msgid "Result"
2608
- msgstr ""
2609
-
2610
- #: ../inc/class-page-backwpup.php:142 ../inc/class-page-logs.php:187
2611
- #, php-format
2612
- msgid "%d ERROR"
2613
- msgid_plural "%d ERRORS"
2614
- msgstr[0] ""
2615
- msgstr[1] ""
2616
-
2617
- #: ../inc/class-page-backwpup.php:144 ../inc/class-page-logs.php:189
2618
- #, php-format
2619
- msgid "%d WARNING"
2620
- msgid_plural "%d WARNINGS"
2621
- msgstr[0] ""
2622
- msgstr[1] ""
2623
-
2624
- #: ../inc/class-page-backwpup.php:146 ../inc/class-page-logs.php:191
2625
- msgid "O.K."
2626
- msgstr ""
2627
-
2628
- #: ../inc/class-page-editjob.php:177
2629
- #, php-format
2630
- msgid "Changes for job <i>%s</i> saved."
2631
- msgstr ""
2632
-
2633
- #: ../inc/class-page-editjob.php:310
2634
- msgid ""
2635
- "Working as <a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank"
2636
- "\">Cron</a> schedule:"
2637
- msgstr ""
2638
-
2639
- #: ../inc/class-page-editjob.php:319
2640
- #, php-format
2641
- msgid "ATTENTION: Job runs every %d mins.!"
2642
- msgstr ""
2643
-
2644
- #: ../inc/class-page-editjob.php:325
2645
- #, php-format
2646
- msgid "ATTENTION: Job runs every %d hours.!"
2647
- msgstr ""
2648
-
2649
- #: ../inc/class-page-editjob.php:329
2650
- msgid "ATTENTION: Can't calculate cron!"
2651
- msgstr ""
2652
-
2653
- #: ../inc/class-page-editjob.php:332
2654
- msgid "Next runtime:"
2655
- msgstr ""
2656
-
2657
- #: ../inc/class-page-editjob.php:370 ../inc/class-page-settings.php:107
2658
- msgid "General"
2659
- msgstr ""
2660
-
2661
- #: ../inc/class-page-editjob.php:370
2662
- msgid "Schedule"
2663
- msgstr ""
2664
-
2665
- #: ../inc/class-page-editjob.php:385
2666
- #, php-format
2667
- msgid "To: %s"
2668
- msgstr ""
2669
-
2670
- #: ../inc/class-page-editjob.php:418
2671
- msgid "The name of this job"
2672
- msgstr ""
2673
-
2674
- #: ../inc/class-page-editjob.php:422
2675
- msgid "Job name"
2676
- msgstr ""
2677
-
2678
- #: ../inc/class-page-editjob.php:430
2679
- msgid "What did the job do"
2680
- msgstr ""
2681
-
2682
- #: ../inc/class-page-editjob.php:434 ../inc/class-page-editjob.php:437
2683
- #: ../inc/features/class-wizard-job.php:235
2684
- msgid "Job tasks"
2685
- msgstr ""
2686
-
2687
- #: ../inc/class-page-editjob.php:453
2688
- msgid "Backup file creation settings"
2689
- msgstr ""
2690
-
2691
- #: ../inc/class-page-editjob.php:458 ../inc/class-page-editjob.php:461
2692
- #: ../inc/features/class-wizard-job.php:361
2693
- #: ../inc/features/class-wizard-job.php:364
2694
- msgid "Backup type"
2695
- msgstr ""
2696
-
2697
- #: ../inc/class-page-editjob.php:466 ../inc/features/class-wizard-job.php:368
2698
- msgid "Sync file by file to destination"
2699
- msgstr ""
2700
-
2701
- #: ../inc/class-page-editjob.php:470 ../inc/features/class-wizard-job.php:372
2702
- msgid "Create a backup archive"
2703
- msgstr ""
2704
-
2705
- #: ../inc/class-page-editjob.php:476
2706
- msgid "Archive Name"
2707
- msgstr ""
2708
-
2709
- #: ../inc/class-page-editjob.php:480
2710
- msgid ""
2711
- "Replaced will be %d, %j, %m, %n, %Y, %y, %a, %A, %B, %g, %G, %h, %H, %i, %s, "
2712
- "%u, %U with the same values as the PHP <a href=\"http://www.php.net/manual/"
2713
- "en/function.date.php\">date()</a> function prarmater (without the %)."
2714
- msgstr ""
2715
-
2716
- #: ../inc/class-page-editjob.php:491 ../inc/class-page-editjob.php:494
2717
- msgid "Archive Formart"
2718
- msgstr ""
2719
-
2720
- #: ../inc/class-page-editjob.php:497 ../inc/class-page-editjob.php:499
2721
- #: ../inc/features/class-wizard-job.php:381
2722
- #: ../inc/features/class-wizard-job.php:383
2723
- msgid "Zip"
2724
- msgstr ""
2725
-
2726
- #: ../inc/class-page-editjob.php:497 ../inc/features/class-wizard-job.php:381
2727
- msgid ""
2728
- "PHP Zip functions will be used if available (memory lees). Else PCLZip Class "
2729
- "will used."
2730
- msgstr ""
2731
-
2732
- #: ../inc/class-page-editjob.php:499 ../inc/class-page-editjob.php:504
2733
- #: ../inc/class-page-editjob.php:508 ../inc/features/class-wizard-job.php:383
2734
- #: ../inc/features/class-wizard-job.php:388
2735
- #: ../inc/features/class-wizard-job.php:392
2736
- msgid "Disabled because missing PHP function."
2737
- msgstr ""
2738
-
2739
- #: ../inc/class-page-editjob.php:500 ../inc/features/class-wizard-job.php:384
2740
- msgid "Tar"
2741
- msgstr ""
2742
-
2743
- #: ../inc/class-page-editjob.php:500 ../inc/features/class-wizard-job.php:384
2744
- msgid "Tar (fast and memory less)"
2745
- msgstr ""
2746
-
2747
- #: ../inc/class-page-editjob.php:502 ../inc/class-page-editjob.php:504
2748
- #: ../inc/features/class-wizard-job.php:386
2749
- #: ../inc/features/class-wizard-job.php:388
2750
- msgid "Tar GZip"
2751
- msgstr ""
2752
-
2753
- #: ../inc/class-page-editjob.php:502 ../inc/features/class-wizard-job.php:386
2754
- msgid "A tared and GZipped archive (fast and memory less)"
2755
- msgstr ""
2756
-
2757
- #: ../inc/class-page-editjob.php:506 ../inc/class-page-editjob.php:508
2758
- #: ../inc/features/class-wizard-job.php:390
2759
- #: ../inc/features/class-wizard-job.php:392
2760
- msgid "Tar BZip2"
2761
- msgstr ""
2762
-
2763
- #: ../inc/class-page-editjob.php:506 ../inc/features/class-wizard-job.php:390
2764
- msgid "A tared and BZipped archive (fast and memory less)"
2765
- msgstr ""
2766
-
2767
- #: ../inc/class-page-editjob.php:514 ../inc/features/class-wizard-job.php:406
2768
- msgid "Where to store the files"
2769
- msgstr ""
2770
-
2771
- #: ../inc/class-page-editjob.php:518 ../inc/class-page-editjob.php:521
2772
- #: ../inc/class-page-jobs.php:78 ../inc/features/class-wizard-job.php:54
2773
- #: ../inc/features/class-wizard-job.php:409
2774
- msgid "Destinations"
2775
- msgstr ""
2776
-
2777
- #: ../inc/class-page-editjob.php:537
2778
- msgid "Send log to E-mail Address"
2779
- msgstr ""
2780
-
2781
- #: ../inc/class-page-editjob.php:541
2782
- msgid "E-mail Address"
2783
- msgstr ""
2784
-
2785
- #: ../inc/class-page-editjob.php:545
2786
- msgid "Leave empty for don't sending log"
2787
- msgstr ""
2788
-
2789
- #: ../inc/class-page-editjob.php:549 ../inc/class-page-editjob.php:552
2790
- msgid "When to send"
2791
- msgstr ""
2792
-
2793
- #: ../inc/class-page-editjob.php:556
2794
- msgid "Send mail with log only on errors on job execution."
2795
- msgstr ""
2796
-
2797
- #: ../inc/class-page-editjob.php:567
2798
- msgid "Schedule start setting"
2799
- msgstr ""
2800
-
2801
- #: ../inc/class-page-editjob.php:571 ../inc/class-page-editjob.php:574
2802
- msgid "Start job"
2803
- msgstr ""
2804
-
2805
- #: ../inc/class-page-editjob.php:579
2806
- msgid "only manually"
2807
- msgstr ""
2808
-
2809
- #: ../inc/class-page-editjob.php:583
2810
- msgid "with WordPress Cron"
2811
- msgstr ""
2812
-
2813
- #: ../inc/class-page-editjob.php:590
2814
- msgid "with a link"
2815
- msgstr ""
2816
-
2817
- #: ../inc/class-page-editjob.php:591
2818
- msgid "start link"
2819
- msgstr ""
2820
-
2821
- #: ../inc/class-page-editjob.php:593
2822
- msgid "Copy the \"start link\" to get the link for external start with a link."
2823
- msgstr ""
2824
-
2825
- #: ../inc/class-page-editjob.php:599
2826
- msgid "from commandline"
2827
- msgstr ""
2828
-
2829
- #: ../inc/class-page-editjob.php:600
2830
- msgid "get start script"
2831
- msgstr ""
2832
-
2833
- #: ../inc/class-page-editjob.php:605
2834
- msgid "Schedule execution time"
2835
- msgstr ""
2836
-
2837
- #: ../inc/class-page-editjob.php:609 ../inc/class-page-editjob.php:612
2838
- msgid "Scheduler type"
2839
- msgstr ""
2840
-
2841
- #: ../inc/class-page-editjob.php:617
2842
- msgid "basic"
2843
- msgstr ""
2844
-
2845
- #: ../inc/class-page-editjob.php:621
2846
- msgid "advanced"
2847
- msgstr ""
2848
-
2849
- #: ../inc/class-page-editjob.php:650 ../inc/class-page-editjob.php:718
2850
- #: ../inc/features/class-wizard-job.php:286
2851
- msgid "Scheduler"
2852
- msgstr ""
2853
-
2854
- #: ../inc/class-page-editjob.php:655 ../inc/class-page-jobs.php:77
2855
- #: ../inc/class-page-logs.php:109 ../inc/features/class-wizard-job.php:291
2856
- msgid "Type"
2857
- msgstr ""
2858
-
2859
- #: ../inc/class-page-editjob.php:660 ../inc/features/class-wizard-job.php:296
2860
- msgid "Hour"
2861
- msgstr ""
2862
-
2863
- #: ../inc/class-page-editjob.php:663 ../inc/features/class-wizard-job.php:299
2864
- msgid "Minute"
2865
- msgstr ""
2866
-
2867
- #: ../inc/class-page-editjob.php:667 ../inc/features/class-wizard-job.php:303
2868
- msgid "monthly"
2869
- msgstr ""
2870
-
2871
- #: ../inc/class-page-editjob.php:669 ../inc/features/class-wizard-job.php:305
2872
- msgid "on"
2873
- msgstr ""
2874
-
2875
- #: ../inc/class-page-editjob.php:679 ../inc/features/class-wizard-job.php:315
2876
- msgid "weekly"
2877
- msgstr ""
2878
-
2879
- #: ../inc/class-page-editjob.php:681 ../inc/class-page-editjob.php:788
2880
- #: ../inc/features/class-wizard-job.php:317
2881
- msgid "Sunday"
2882
- msgstr ""
2883
-
2884
- #: ../inc/class-page-editjob.php:682 ../inc/class-page-editjob.php:789
2885
- #: ../inc/features/class-wizard-job.php:318
2886
- msgid "Monday"
2887
- msgstr ""
2888
-
2889
- #: ../inc/class-page-editjob.php:683 ../inc/class-page-editjob.php:790
2890
- #: ../inc/features/class-wizard-job.php:319
2891
- msgid "Tuesday"
2892
- msgstr ""
2893
-
2894
- #: ../inc/class-page-editjob.php:684 ../inc/class-page-editjob.php:791
2895
- #: ../inc/features/class-wizard-job.php:320
2896
- msgid "Wednesday"
2897
- msgstr ""
2898
-
2899
- #: ../inc/class-page-editjob.php:685 ../inc/class-page-editjob.php:792
2900
- #: ../inc/features/class-wizard-job.php:321
2901
- msgid "Thursday"
2902
- msgstr ""
2903
-
2904
- #: ../inc/class-page-editjob.php:686 ../inc/class-page-editjob.php:793
2905
- #: ../inc/features/class-wizard-job.php:322
2906
- msgid "Friday"
2907
- msgstr ""
2908
-
2909
- #: ../inc/class-page-editjob.php:687 ../inc/class-page-editjob.php:794
2910
- #: ../inc/features/class-wizard-job.php:323
2911
- msgid "Saturday"
2912
- msgstr ""
2913
-
2914
- #: ../inc/class-page-editjob.php:697 ../inc/features/class-wizard-job.php:333
2915
- msgid "daily"
2916
- msgstr ""
2917
-
2918
- #: ../inc/class-page-editjob.php:707 ../inc/features/class-wizard-job.php:343
2919
- msgid "hourly"
2920
- msgstr ""
2921
-
2922
- #: ../inc/class-page-editjob.php:721
2923
- msgid "Minutes: "
2924
- msgstr ""
2925
-
2926
- #: ../inc/class-page-editjob.php:723 ../inc/class-page-editjob.php:736
2927
- #: ../inc/class-page-editjob.php:748 ../inc/class-page-editjob.php:762
2928
- #: ../inc/class-page-editjob.php:784
2929
- msgid "Any (*)"
2930
- msgstr ""
2931
-
2932
- #: ../inc/class-page-editjob.php:733
2933
- msgid "Hours:"
2934
- msgstr ""
2935
-
2936
- #: ../inc/class-page-editjob.php:746
2937
- msgid "Day of Month:"
2938
- msgstr ""
2939
-
2940
- #: ../inc/class-page-editjob.php:760
2941
- msgid "Month:"
2942
- msgstr ""
2943
-
2944
- #: ../inc/class-page-editjob.php:766
2945
- msgid "January"
2946
- msgstr ""
2947
-
2948
- #: ../inc/class-page-editjob.php:767
2949
- msgid "February"
2950
- msgstr ""
2951
-
2952
- #: ../inc/class-page-editjob.php:768
2953
- msgid "March"
2954
- msgstr ""
2955
-
2956
- #: ../inc/class-page-editjob.php:769
2957
- msgid "April"
2958
- msgstr ""
2959
-
2960
- #: ../inc/class-page-editjob.php:770
2961
- msgid "May"
2962
- msgstr ""
2963
-
2964
- #: ../inc/class-page-editjob.php:771
2965
- msgid "June"
2966
- msgstr ""
2967
-
2968
- #: ../inc/class-page-editjob.php:772
2969
- msgid "July"
2970
- msgstr ""
2971
-
2972
- #: ../inc/class-page-editjob.php:773
2973
- msgid "Augest"
2974
- msgstr ""
2975
-
2976
- #: ../inc/class-page-editjob.php:774
2977
- msgid "September"
2978
- msgstr ""
2979
-
2980
- #: ../inc/class-page-editjob.php:775
2981
- msgid "October"
2982
- msgstr ""
2983
-
2984
- #: ../inc/class-page-editjob.php:776
2985
- msgid "November"
2986
- msgstr ""
2987
-
2988
- #: ../inc/class-page-editjob.php:777
2989
- msgid "December"
2990
- msgstr ""
2991
-
2992
- #: ../inc/class-page-editjob.php:782
2993
- msgid "Day of Week:"
2994
- msgstr ""
2995
-
2996
- #: ../inc/class-page-editjob.php:818 ../inc/class-page-settings.php:421
2997
- msgid "Save Changes"
2998
- msgstr ""
2999
-
3000
- #: ../inc/class-page-jobs.php:54
3001
- msgid "No Jobs."
3002
- msgstr ""
3003
-
3004
- #: ../inc/class-page-jobs.php:75 ../inc/class-page-settings.php:386
3005
- #: ../inc/class-page-settings.php:387 ../inc/class-page-settings.php:401
3006
- #: ../inc/class-page-settings.php:402
3007
- msgid "ID"
3008
- msgstr ""
3009
-
3010
- #: ../inc/class-page-jobs.php:76
3011
- msgid "Job Name"
3012
- msgstr ""
3013
-
3014
- #: ../inc/class-page-jobs.php:79
3015
- msgid "Next Run"
3016
- msgstr ""
3017
-
3018
- #: ../inc/class-page-jobs.php:80
3019
- msgid "Last Run"
3020
- msgstr ""
3021
-
3022
- #: ../inc/class-page-jobs.php:135
3023
- msgid "Edit"
3024
- msgstr ""
3025
-
3026
- #: ../inc/class-page-jobs.php:136
3027
- msgid "Copy"
3028
- msgstr ""
3029
-
3030
- #: ../inc/class-page-jobs.php:188
3031
- msgid "Not needed or set"
3032
- msgstr ""
3033
-
3034
- #: ../inc/class-page-jobs.php:196
3035
- #, php-format
3036
- msgid "Running since: %s sec."
3037
- msgstr ""
3038
-
3039
- #: ../inc/class-page-jobs.php:205
3040
- msgid "Not scheduled!"
3041
- msgstr ""
3042
-
3043
- #: ../inc/class-page-jobs.php:209
3044
- msgid "Inactive"
3045
- msgstr ""
3046
-
3047
- #: ../inc/class-page-jobs.php:212
3048
- msgid "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
3049
- msgstr ""
3050
-
3051
- #: ../inc/class-page-jobs.php:223
3052
- msgid "Runtime:"
3053
- msgstr ""
3054
-
3055
- #: ../inc/class-page-jobs.php:226
3056
- msgid "None"
3057
- msgstr ""
3058
-
3059
- #: ../inc/class-page-jobs.php:230
3060
- msgid "Download last Backup"
3061
- msgstr ""
3062
-
3063
- #: ../inc/class-page-jobs.php:235 ../inc/class-page-settings.php:107
3064
- msgid "Log"
3065
- msgstr ""
3066
-
3067
- #: ../inc/class-page-jobs.php:282
3068
- msgid "Copy of"
3069
- msgstr ""
3070
-
3071
- #: ../inc/class-page-jobs.php:333
3072
- #, php-format
3073
- msgid "Job \"%s\" is started."
3074
- msgstr ""
3075
-
3076
- #: ../inc/class-page-jobs.php:360
3077
- msgid "Aborted by user!"
3078
- msgstr ""
3079
-
3080
- #: ../inc/class-page-jobs.php:389
3081
- msgid "Job will be terminated."
3082
- msgstr ""
3083
-
3084
- #: ../inc/class-page-jobs.php:401
3085
- msgid ""
3086
- "Here can see some information about the jobs. How many can be switched with "
3087
- "the view button. Also you can manage the jobs and abort working. With the "
3088
- "links you have direct access to the last log or download."
3089
- msgstr ""
3090
-
3091
- #: ../inc/class-page-jobs.php:437
3092
- msgid "BackWPup Jobs"
3093
- msgstr ""
3094
-
3095
- #: ../inc/class-page-jobs.php:454
3096
- #, php-format
3097
- msgid "Job currently working: %s"
3098
- msgstr ""
3099
-
3100
- #: ../inc/class-page-jobs.php:455
3101
- msgid "Warnings:"
3102
- msgstr ""
3103
-
3104
- #: ../inc/class-page-jobs.php:456
3105
- msgid "Errors:"
3106
- msgstr ""
3107
-
3108
- #: ../inc/class-page-jobs.php:457
3109
- msgid "Display working log"
3110
- msgstr ""
3111
-
3112
- #: ../inc/class-page-logs.php:89
3113
- msgid "No Logs."
3114
- msgstr ""
3115
-
3116
- #: ../inc/class-page-logs.php:110
3117
- msgid "Backup/Log Date/Time"
3118
- msgstr ""
3119
-
3120
- #: ../inc/class-page-logs.php:111
3121
- msgid "Status"
3122
- msgstr ""
3123
-
3124
- #: ../inc/class-page-logs.php:113
3125
- msgid "Runtime"
3126
- msgstr ""
3127
-
3128
- #: ../inc/class-page-logs.php:177
3129
- msgid "View"
3130
- msgstr ""
3131
-
3132
- #: ../inc/class-page-logs.php:200
3133
- msgid "only Log"
3134
- msgstr ""
3135
-
3136
- #: ../inc/class-page-logs.php:278
3137
- msgid ""
3138
- "Here you can manage the log files of the jobs. You can download, view, or "
3139
- "delete them."
3140
- msgstr ""
3141
-
3142
- #: ../inc/class-page-logs.php:336
3143
- msgid "BackWPup Logs"
3144
- msgstr ""
3145
-
3146
- #: ../inc/class-page-settings.php:64
3147
- msgid "No Rights!"
3148
- msgstr ""
3149
-
3150
- #: ../inc/class-page-settings.php:94
3151
- msgid "Settings saved"
3152
- msgstr ""
3153
-
3154
- #: ../inc/class-page-settings.php:107
3155
- msgid "Network"
3156
- msgstr ""
3157
-
3158
- #: ../inc/class-page-settings.php:107
3159
- msgid "API Keys"
3160
- msgstr ""
3161
-
3162
- #: ../inc/class-page-settings.php:107
3163
- msgid "Information"
3164
- msgstr ""
3165
-
3166
- #: ../inc/class-page-settings.php:124 ../inc/class-page-settings.php:128
3167
- #: ../inc/class-page-settings.php:131
3168
- msgid "Admin Bar"
3169
- msgstr ""
3170
-
3171
- #: ../inc/class-page-settings.php:125
3172
- msgid "Will you see BackWPup in the WordPress Admin Bar?"
3173
- msgstr ""
3174
-
3175
- #: ../inc/class-page-settings.php:136
3176
- msgid "Show BackWPup Links in Admin Bar."
3177
- msgstr ""
3178
-
3179
- #: ../inc/class-page-settings.php:141 ../inc/class-page-settings.php:144
3180
- msgid "Protect Folders"
3181
- msgstr ""
3182
-
3183
- #: ../inc/class-page-settings.php:149
3184
- msgid ""
3185
- "Protect BackWPup folders ( Temp, Log and Backups ) with .htaccess and index."
3186
- "php"
3187
- msgstr ""
3188
-
3189
- #: ../inc/class-page-settings.php:162
3190
- msgid "Here you can set Logfile related options."
3191
- msgstr ""
3192
-
3193
- #: ../inc/class-page-settings.php:165
3194
- msgid "Log file Folder"
3195
- msgstr ""
3196
-
3197
- #: ../inc/class-page-settings.php:173
3198
- msgid "Max. Log Files in Folder"
3199
- msgstr ""
3200
-
3201
- #: ../inc/class-page-settings.php:178
3202
- msgid "Oldest files will deleted first."
3203
- msgstr ""
3204
-
3205
- #: ../inc/class-page-settings.php:182 ../inc/class-page-settings.php:185
3206
- msgid "Compression"
3207
- msgstr ""
3208
-
3209
- #: ../inc/class-page-settings.php:190
3210
- msgid "Gzip Log files!"
3211
- msgstr ""
3212
-
3213
- #: ../inc/class-page-settings.php:199
3214
- msgid "Here you can set Job related options."
3215
- msgstr ""
3216
-
3217
- #: ../inc/class-page-settings.php:203
3218
- msgid "Max. retry´s for job steps"
3219
- msgstr ""
3220
-
3221
- #: ../inc/class-page-settings.php:211 ../inc/class-page-settings.php:214
3222
- msgid "Restart on every main step"
3223
- msgstr ""
3224
-
3225
- #: ../inc/class-page-settings.php:219
3226
- msgid "Restart the job on every main step on a working job"
3227
- msgstr ""
3228
-
3229
- #: ../inc/class-page-settings.php:220
3230
- msgid ""
3231
- "The job will be restated on every main step to prevent run in a execution "
3232
- "time out. Not working on cmd run and if ALTERNATE_WP_CRON defined."
3233
- msgstr ""
3234
-
3235
- #: ../inc/class-page-settings.php:227
3236
- msgid "Key for start jobs external with a URL"
3237
- msgstr ""
3238
-
3239
- #: ../inc/class-page-settings.php:232
3240
- #, php-format
3241
- msgid "A unique key is: %s"
3242
- msgstr ""
3243
-
3244
- #: ../inc/class-page-settings.php:233
3245
- msgid ""
3246
- "empty = deactivated. Will be used for, that nobody else can use the job "
3247
- "start URLs."
3248
- msgstr ""
3249
-
3250
- #: ../inc/class-page-settings.php:237 ../inc/class-page-settings.php:240
3251
- msgid "No Translation"
3252
- msgstr ""
3253
-
3254
- #: ../inc/class-page-settings.php:245
3255
- msgid "No Translation for job so that the log is in English"
3256
- msgstr ""
3257
-
3258
- #: ../inc/class-page-settings.php:251 ../inc/class-page-settings.php:254
3259
- msgid "Reduce Server load"
3260
- msgstr ""
3261
-
3262
- #: ../inc/class-page-settings.php:258
3263
- msgid "disabled"
3264
- msgstr ""
3265
-
3266
- #: ../inc/class-page-settings.php:259
3267
- msgid "minimum"
3268
- msgstr ""
3269
-
3270
- #: ../inc/class-page-settings.php:260
3271
- msgid "medium"
3272
- msgstr ""
3273
-
3274
- #: ../inc/class-page-settings.php:261
3275
- msgid "maximal"
3276
- msgstr ""
3277
-
3278
- #: ../inc/class-page-settings.php:273
3279
- msgid "Autentication"
3280
- msgstr ""
3281
-
3282
- #: ../inc/class-page-settings.php:274
3283
- msgid ""
3284
- "Is your blog behind a http basic authentication (.htaccess)? Only then you "
3285
- "must set the username and password for authentication to get jobs working."
3286
- msgstr ""
3287
-
3288
- #: ../inc/class-page-settings.php:277
3289
- #: ../inc/features/class-destination-ftp.php:53
3290
- #: ../inc/features/class-destination-rsc.php:61
3291
- msgid "Username:"
3292
- msgstr ""
3293
-
3294
- #: ../inc/class-page-settings.php:304
3295
- msgid "System Information"
3296
- msgstr ""
3297
-
3298
- #: ../inc/class-page-settings.php:306 ../inc/class-page-settings.php:307
3299
- msgid "Setting of"
3300
- msgstr ""
3301
-
3302
- #: ../inc/class-page-settings.php:306 ../inc/class-page-settings.php:307
3303
- msgid "Value"
3304
- msgstr ""
3305
-
3306
- #: ../inc/class-page-settings.php:309
3307
- msgid "WordPress Version"
3308
- msgstr ""
3309
-
3310
- #: ../inc/class-page-settings.php:311
3311
- msgid "BackWPup Version"
3312
- msgstr ""
3313
-
3314
- #: ../inc/class-page-settings.php:311
3315
- msgid "http://marketpress.com"
3316
- msgstr ""
3317
-
3318
- #: ../inc/class-page-settings.php:311
3319
- msgid "Get pro."
3320
- msgstr ""
3321
-
3322
- #: ../inc/class-page-settings.php:313
3323
- msgid "BackWPup Pro Version"
3324
- msgstr ""
3325
-
3326
- #: ../inc/class-page-settings.php:317
3327
- msgid "PHP Version"
3328
- msgstr ""
3329
-
3330
- #: ../inc/class-page-settings.php:319
3331
- msgid "MySQL Version"
3332
- msgstr ""
3333
-
3334
- #: ../inc/class-page-settings.php:322 ../inc/class-page-settings.php:326
3335
- msgid "cURL Version"
3336
- msgstr ""
3337
-
3338
- #: ../inc/class-page-settings.php:323
3339
- msgid "cURL SSL Version"
3340
- msgstr ""
3341
-
3342
- #: ../inc/class-page-settings.php:326
3343
- msgid "unavailable"
3344
- msgstr ""
3345
-
3346
- #: ../inc/class-page-settings.php:328
3347
- msgid "Server"
3348
- msgstr ""
3349
-
3350
- #: ../inc/class-page-settings.php:329
3351
- msgid "Operating System"
3352
- msgstr ""
3353
-
3354
- #: ../inc/class-page-settings.php:330
3355
- msgid "PHP SAPI"
3356
- msgstr ""
3357
-
3358
- #: ../inc/class-page-settings.php:331
3359
- msgid "Current PHP user"
3360
- msgstr ""
3361
-
3362
- #: ../inc/class-page-settings.php:333 ../inc/class-page-settings.php:338
3363
- #: ../inc/class-page-settings.php:342
3364
- msgid "On"
3365
- msgstr ""
3366
-
3367
- #: ../inc/class-page-settings.php:333 ../inc/class-page-settings.php:340
3368
- #: ../inc/class-page-settings.php:344
3369
- msgid "Off"
3370
- msgstr ""
3371
-
3372
- #: ../inc/class-page-settings.php:334
3373
- msgid "Safe Mode"
3374
- msgstr ""
3375
-
3376
- #: ../inc/class-page-settings.php:336
3377
- msgid "Max. execution time"
3378
- msgstr ""
3379
-
3380
- #: ../inc/class-page-settings.php:338 ../inc/class-page-settings.php:340
3381
- msgid "Alternative WP Cron"
3382
- msgstr ""
3383
-
3384
- #: ../inc/class-page-settings.php:342 ../inc/class-page-settings.php:344
3385
- msgid "Disable WP Cron"
3386
- msgstr ""
3387
-
3388
- #: ../inc/class-page-settings.php:346 ../inc/class-page-settings.php:348
3389
- msgid "CHMOD Dir"
3390
- msgstr ""
3391
-
3392
- #: ../inc/class-page-settings.php:350
3393
- msgid "Server Time"
3394
- msgstr ""
3395
-
3396
- #: ../inc/class-page-settings.php:351
3397
- msgid "Blog Time"
3398
- msgstr ""
3399
-
3400
- #: ../inc/class-page-settings.php:352
3401
- msgid "Blog Timezone"
3402
- msgstr ""
3403
-
3404
- #: ../inc/class-page-settings.php:353
3405
- msgid "Blog Time offset"
3406
- msgstr ""
3407
-
3408
- #: ../inc/class-page-settings.php:353
3409
- #, php-format
3410
- msgid "%s hours"
3411
- msgstr ""
3412
-
3413
- #: ../inc/class-page-settings.php:354
3414
- msgid "Blog language"
3415
- msgstr ""
3416
-
3417
- #: ../inc/class-page-settings.php:355
3418
- msgid "MySQL Client encoding"
3419
- msgstr ""
3420
-
3421
- #: ../inc/class-page-settings.php:356
3422
- msgid "Blog charset"
3423
- msgstr ""
3424
-
3425
- #: ../inc/class-page-settings.php:358
3426
- msgid "PHP Memory limit"
3427
- msgstr ""
3428
-
3429
- #: ../inc/class-page-settings.php:359
3430
- msgid "WP Memory limit"
3431
- msgstr ""
3432
-
3433
- #: ../inc/class-page-settings.php:360
3434
- msgid "Memory in use"
3435
- msgstr ""
3436
-
3437
- #: ../inc/class-page-settings.php:366
3438
- msgid "Disabled PHP Functions:"
3439
- msgstr ""
3440
-
3441
- #: ../inc/class-page-settings.php:371
3442
- msgid "Loaded PHP Extensions:"
3443
- msgstr ""
3444
-
3445
- #: ../inc/class-page-settings.php:384 ../inc/features/class-wizard-job.php:38
3446
- msgid "Job Types"
3447
- msgstr ""
3448
-
3449
- #: ../inc/class-page-settings.php:386 ../inc/class-page-settings.php:387
3450
- #: ../inc/class-page-settings.php:401 ../inc/class-page-settings.php:402
3451
- msgid "Name"
3452
- msgstr ""
3453
-
3454
- #: ../inc/class-page-settings.php:386 ../inc/class-page-settings.php:387
3455
- #: ../inc/class-page-settings.php:401 ../inc/class-page-settings.php:402
3456
- msgid "Version"
3457
- msgstr ""
3458
-
3459
- #: ../inc/class-page-settings.php:386 ../inc/class-page-settings.php:387
3460
- #: ../inc/class-page-settings.php:401 ../inc/class-page-settings.php:402
3461
- msgid "Author"
3462
- msgstr ""
3463
-
3464
- #: ../inc/class-page-settings.php:399
3465
- msgid "Job Destinations"
3466
- msgstr ""
3467
-
3468
- #: ../inc/features/class-auto-update.php:344
3469
- #: ../inc/features/class-auto-update.php:359
3470
- msgid "Your license for the plugin "
3471
- msgstr ""
3472
-
3473
- #: ../inc/features/class-auto-update.php:350
3474
- msgid ""
3475
- "You are currently using a valid key for this plugin. You are able to renew "
3476
- "the key in the MarketPress Dashboard. Or if you want to add an other valid "
3477
- "code use the form below."
3478
- msgstr ""
3479
-
3480
- #: ../inc/features/class-auto-update.php:365
3481
- #, php-format
3482
- msgid ""
3483
- "You are currently using a valid key for this plugin. You are able to renew "
3484
- "the key below or you can delete the key by <a href=\"%s\">clicking here</a>."
3485
- msgstr ""
3486
-
3487
- #: ../inc/features/class-auto-update.php:372
3488
- msgid "License Key"
3489
- msgstr ""
3490
-
3491
- #: ../inc/features/class-auto-update.php:375
3492
- msgid "Activate"
3493
- msgstr ""
3494
-
3495
- #: ../inc/features/class-auto-update.php:544
3496
- msgid "The License has been deleted."
3497
- msgstr ""
3498
-
3499
- #: ../inc/features/class-auto-update.php:551
3500
- msgid "Plugin successfully activated."
3501
- msgstr ""
3502
-
3503
- #: ../inc/features/class-auto-update.php:558
3504
- msgid "The entered license key is wrong."
3505
- msgstr ""
3506
-
3507
- #: ../inc/features/class-auto-update.php:565
3508
- msgid ""
3509
- "You have reached the limit of urls. Please update your license at <a href="
3510
- "\"http://marketpress.com\">marketpress.com</a>."
3511
- msgstr ""
3512
-
3513
- #: ../inc/features/class-auto-update.php:572
3514
- msgid ""
3515
- "Something went wrong. Please try again later or contact the <a href=\"http://"
3516
- "marketpress.com/support/\">marketpress team</a>."
3517
- msgstr ""
3518
-
3519
- #: ../inc/features/class-auto-update.php:579
3520
- msgid ""
3521
- "Due to a wrong license you are not allowed to activate this plugin. Please "
3522
- "update your license at <a href=\"http://marketpress.com\">marketpress.com</"
3523
- "a>."
3524
- msgstr ""
3525
-
3526
- #: ../inc/features/class-destination-dropbox.php:96
3527
- #: ../inc/features/class-destination-dropbox.php:104
3528
- #: ../inc/features/class-destination-sugarsync.php:70
3529
- msgid "Login:"
3530
- msgstr ""
3531
-
3532
- #: ../inc/features/class-destination-dropbox.php:106
3533
- msgid "Reauthenticate"
3534
- msgstr ""
3535
-
3536
- #: ../inc/features/class-destination-dropbox.php:108
3537
- #: ../inc/features/class-destination-sugarsync.php:97
3538
- msgid "Folder:"
3539
- msgstr ""
3540
-
3541
- #: ../inc/features/class-destination-dropbox.php:116
3542
- #: ../inc/features/class-destination-ftp.php:75
3543
- #: ../inc/features/class-destination-sugarsync.php:108
3544
- msgid "Do not delete files on sync destination!"
3545
- msgstr ""
3546
-
3547
- #: ../inc/features/class-destination-dropbox.php:468
3548
- #, php-format
3549
- msgid "%d. Try to Sync files to Dropbox..."
3550
- msgstr ""
3551
-
3552
- #: ../inc/features/class-destination-dropbox.php:483
3553
- msgid "Getting files list from Dropbox"
3554
- msgstr ""
3555
-
3556
- #: ../inc/features/class-destination-dropbox.php:488
3557
- msgid "Upload changed files to Dropbox"
3558
- msgstr ""
3559
-
3560
- #: ../inc/features/class-destination-dropbox.php:498
3561
- #, php-format
3562
- msgid "File %s uploaded to Dropbox"
3563
- msgstr ""
3564
-
3565
- #: ../inc/features/class-destination-dropbox.php:513
3566
- #, php-format
3567
- msgid "Extra File %s Uploaded to Dropbox"
3568
- msgstr ""
3569
-
3570
- #: ../inc/features/class-destination-dropbox.php:523
3571
- msgid "Delete not existing files on Dropbox"
3572
- msgstr ""
3573
-
3574
- #: ../inc/features/class-destination-dropbox.php:538
3575
- #, php-format
3576
- msgid "Folder %s deleted on Dropbox"
3577
- msgstr ""
3578
-
3579
- #: ../inc/features/class-destination-dropbox.php:556
3580
- #, php-format
3581
- msgid "File %s deleted on Dropbox"
3582
- msgstr ""
3583
-
3584
- #: ../inc/features/class-destination-folder.php:56
3585
- msgid "Full Path to folder for Backup Files:"
3586
- msgstr ""
3587
-
3588
- #: ../inc/features/class-destination-folder.php:284
3589
- #, php-format
3590
- msgid "%d. Try to Sync files to Folder ..."
3591
- msgstr ""
3592
-
3593
- #: ../inc/features/class-destination-folder.php:287
3594
- msgid "Getting files list from folder"
3595
- msgstr ""
3596
-
3597
- #: ../inc/features/class-destination-folder.php:292
3598
- msgid "Copy changed files to Folder"
3599
- msgstr ""
3600
-
3601
- #: ../inc/features/class-destination-folder.php:305
3602
- #, php-format
3603
- msgid "File %s copied"
3604
- msgstr ""
3605
-
3606
- #: ../inc/features/class-destination-folder.php:316
3607
- msgid "Delete not existing files in Folder"
3608
- msgstr ""
3609
-
3610
- #: ../inc/features/class-destination-folder.php:319
3611
- #, php-format
3612
- msgid "Extra File %s copied"
3613
- msgstr ""
3614
-
3615
- #: ../inc/features/class-destination-folder.php:330
3616
- #, php-format
3617
- msgid "File %s deleted in folder"
3618
- msgstr ""
3619
-
3620
- #: ../inc/features/class-destination-folder.php:382
3621
- #, php-format
3622
- msgid "Empty folder %s deleted"
3623
- msgstr ""
3624
-
3625
- #: ../inc/features/class-destination-ftp.php:45
3626
- msgid "Hostname:"
3627
- msgstr ""
3628
-
3629
- #: ../inc/features/class-destination-ftp.php:61
3630
- msgid "Folder on Server:"
3631
- msgstr ""
3632
-
3633
- #: ../inc/features/class-destination-ftp.php:67
3634
- msgid "Max. backup files in FTP folder:"
3635
- msgstr ""
3636
-
3637
- #: ../inc/features/class-destination-ftp.php:71
3638
- #: ../inc/features/class-destination-sugarsync.php:103
3639
- msgid "(Oldest files will be deleted first.)"
3640
- msgstr ""
3641
-
3642
- #: ../inc/features/class-destination-msazure.php:54
3643
- msgid "Account Name:"
3644
- msgstr ""
3645
-
3646
- #: ../inc/features/class-destination-msazure.php:56
3647
- #: ../inc/features/class-destination-s3.php:126
3648
- msgid "Access Key:"
3649
- msgstr ""
3650
-
3651
- #: ../inc/features/class-destination-msazure.php:58
3652
- #: ../inc/features/class-destination-rsc.php:72
3653
- msgid "Container:"
3654
- msgstr ""
3655
-
3656
- #: ../inc/features/class-destination-msazure.php:65
3657
- #: ../inc/features/class-destination-rsc.php:81
3658
- msgid "Create Container:"
3659
- msgstr ""
3660
-
3661
- #: ../inc/features/class-destination-msazure.php:67
3662
- msgid "Folder in Container:"
3663
- msgstr ""
3664
-
3665
- #: ../inc/features/class-destination-msazure.php:400
3666
- #, php-format
3667
- msgid "%d. Try sync files with Microsoft Azure (Blob)..."
3668
- msgstr ""
3669
-
3670
- #: ../inc/features/class-destination-msazure.php:427
3671
- msgid "Getting files list from MS Azure"
3672
- msgstr ""
3673
-
3674
- #: ../inc/features/class-destination-msazure.php:441
3675
- msgid "Upload changed files to MS Azure"
3676
- msgstr ""
3677
-
3678
- #: ../inc/features/class-destination-msazure.php:450
3679
- #, php-format
3680
- msgid "File %s Uploaded to MS Azure"
3681
- msgstr ""
3682
-
3683
- #: ../inc/features/class-destination-msazure.php:463
3684
- #, php-format
3685
- msgid "Extra file %s uploaded to MS Azure"
3686
- msgstr ""
3687
-
3688
- #: ../inc/features/class-destination-msazure.php:472
3689
- msgid "Delete not existing files on MS Azure"
3690
- msgstr ""
3691
-
3692
- #: ../inc/features/class-destination-msazure.php:475
3693
- #, php-format
3694
- msgid "File %s deleted on MS Azure"
3695
- msgstr ""
3696
-
3697
- #: ../inc/features/class-destination-rsc.php:64
3698
- msgid "API Key:"
3699
- msgstr ""
3700
-
3701
- #: ../inc/features/class-destination-rsc.php:83
3702
- msgid "Folder in container:"
3703
- msgstr ""
3704
-
3705
- #: ../inc/features/class-destination-rsc.php:479
3706
- #, php-format
3707
- msgid "%d. Try to Sync files to Rackspace cloud..."
3708
- msgstr ""
3709
-
3710
- #: ../inc/features/class-destination-rsc.php:503
3711
- msgid "Getting files list from Rackspace Cloud"
3712
- msgstr ""
3713
-
3714
- #: ../inc/features/class-destination-rsc.php:514
3715
- msgid "Upload changed files to Rackspace Cloud"
3716
- msgstr ""
3717
-
3718
- #: ../inc/features/class-destination-rsc.php:528
3719
- #, php-format
3720
- msgid "File %s Uploaded to Rackspace Cloud"
3721
- msgstr ""
3722
-
3723
- #: ../inc/features/class-destination-rsc.php:548
3724
- #, php-format
3725
- msgid "Extra file %s uploaded to Rackspace Cloud"
3726
- msgstr ""
3727
-
3728
- #: ../inc/features/class-destination-rsc.php:558
3729
- msgid "Delete not existing files on Rackspace Cloud"
3730
- msgstr ""
3731
-
3732
- #: ../inc/features/class-destination-rsc.php:562
3733
- #, php-format
3734
- msgid "File %s deleted on Rackspace Cloud"
3735
- msgstr ""
3736
-
3737
- #: ../inc/features/class-destination-s3.php:108
3738
- msgid "Select a S3 service:"
3739
- msgstr ""
3740
-
3741
- #: ../inc/features/class-destination-s3.php:121
3742
- msgid "Dream Host Cloud Storage"
3743
- msgstr ""
3744
-
3745
- #: ../inc/features/class-destination-s3.php:123
3746
- msgid "or set a S3 Server url:"
3747
- msgstr ""
3748
-
3749
- #: ../inc/features/class-destination-s3.php:129
3750
- msgid "Secret Key:"
3751
- msgstr ""
3752
-
3753
- #: ../inc/features/class-destination-s3.php:132
3754
- msgid "Bucket:"
3755
- msgstr ""
3756
-
3757
- #: ../inc/features/class-destination-s3.php:142
3758
- msgid "New Bucket:"
3759
- msgstr ""
3760
-
3761
- #: ../inc/features/class-destination-s3.php:144
3762
- msgid "Folder in bucket:"
3763
- msgstr ""
3764
-
3765
- #: ../inc/features/class-destination-s3.php:659
3766
- #, php-format
3767
- msgid "%d. Try to Sync files to S3 Service..."
3768
- msgstr ""
3769
-
3770
- #: ../inc/features/class-destination-s3.php:682
3771
- msgid "Getting files list from S3"
3772
- msgstr ""
3773
-
3774
- #: ../inc/features/class-destination-s3.php:729
3775
- msgid "Upload changed files to S3"
3776
- msgstr ""
3777
-
3778
- #: ../inc/features/class-destination-s3.php:741
3779
- #, php-format
3780
- msgid "File %s Uploaded to S3"
3781
- msgstr ""
3782
-
3783
- #: ../inc/features/class-destination-s3.php:758
3784
- #, php-format
3785
- msgid "Extra file %s uploaded to S3"
3786
- msgstr ""
3787
-
3788
- #: ../inc/features/class-destination-s3.php:767
3789
- msgid "Delete not existing files on S3"
3790
- msgstr ""
3791
-
3792
- #: ../inc/features/class-destination-s3.php:774
3793
- #, php-format
3794
- msgid "File %s deleted on S3"
3795
- msgstr ""
3796
-
3797
- #: ../inc/features/class-destination-sugarsync.php:75
3798
- msgid "Root:"
3799
- msgstr ""
3800
-
3801
- #: ../inc/features/class-destination-sugarsync.php:100
3802
- msgid "Max. backup files in folder:"
3803
- msgstr ""
3804
-
3805
- #: ../inc/features/class-documentation.php:186
3806
- msgid "Loading Menu ..."
3807
- msgstr ""
3808
-
3809
- #: ../inc/features/class-documentation.php:226
3810
- #: ../inc/features/class-documentation.php:322
3811
- msgid "Could not connect to remote host. Please try again later."
3812
- msgstr ""
3813
-
3814
- #: ../inc/features/class-documentation.php:272
3815
- #: ../inc/features/class-documentation.php:280
3816
- msgid "Loading Content ..."
3817
- msgstr ""
3818
-
3819
- #: ../inc/features/class-export-jobs.php:12
3820
- #: ../inc/features/class-export-jobs.php:23
3821
- msgid "Export"
3822
- msgstr ""
3823
-
3824
- #: ../inc/features/class-jobtype-dbdump.php:14
3825
- msgid "Creates a database dump file (.sql, .xml)"
3826
- msgstr ""
3827
-
3828
- #: ../inc/features/class-jobtype-dbdump.php:91
3829
- msgid "Dump only WordPress Database tables"
3830
- msgstr ""
3831
-
3832
- #: ../inc/features/class-jobtype-dbdump.php:123
3833
- msgid "Database connection"
3834
- msgstr ""
3835
-
3836
- #: ../inc/features/class-jobtype-dbdump.php:127
3837
- msgid "Use WordPress database connection."
3838
- msgstr ""
3839
-
3840
- #: ../inc/features/class-jobtype-dbdump.php:134
3841
- msgid "User:"
3842
- msgstr ""
3843
-
3844
- #: ../inc/features/class-jobtype-dbdump.php:141
3845
- msgid "Charset:"
3846
- msgstr ""
3847
-
3848
- #: ../inc/features/class-jobtype-dbdump.php:153
3849
- msgid "Database:"
3850
- msgstr ""
3851
-
3852
- #: ../inc/features/class-jobtype-dbdump.php:202
3853
- msgid "Dump type"
3854
- msgstr ""
3855
-
3856
- #: ../inc/features/class-jobtype-dbdump.php:205
3857
- msgid "SQL (PHP)"
3858
- msgstr ""
3859
-
3860
- #: ../inc/features/class-jobtype-dbdump.php:209
3861
- msgid "SQL (System: mysqldump)"
3862
- msgstr ""
3863
-
3864
- #: ../inc/features/class-jobtype-dbdump.php:210
3865
- msgid "XML (phpMyAdmin schema)"
3866
- msgstr ""
3867
-
3868
- #: ../inc/features/class-jobtype-dbdump.php:215
3869
- msgid "Path to <i>mysqldump</i> file"
3870
- msgstr ""
3871
-
3872
- #: ../inc/features/class-jobtype-dbdump.php:220
3873
- msgid "Path to the mysqldump file so that a dump can made with it."
3874
- msgstr ""
3875
-
3876
- #: ../inc/features/class-jobtype-dbdump.php:719
3877
- #, php-format
3878
- msgid "%d. Try for MySQL System dump..."
3879
- msgstr ""
3880
-
3881
- #: ../inc/features/class-jobtype-dbdump.php:786
3882
- #, php-format
3883
- msgid "Exec: %s"
3884
- msgstr ""
3885
-
3886
- #: ../inc/features/class-jobtype-dbdump.php:793
3887
- msgid "Compressing file..."
3888
- msgstr ""
3889
-
3890
- #: ../inc/features/class-jobtype-dbdump.php:796
3891
- msgid "Problem on Compressing file"
3892
- msgstr ""
3893
-
3894
- #: ../inc/features/class-jobtype-dbdump.php:800
3895
- msgid "Compressing done."
3896
- msgstr ""
3897
-
3898
- #: ../inc/features/class-jobtype-dbdump.php:830
3899
- #, php-format
3900
- msgid "%d. Try for database XML dump..."
3901
- msgstr ""
3902
-
3903
- #: ../inc/features/class-jobtype-dbdump.php:885
3904
- msgid "No tables for XML dump"
3905
- msgstr ""
3906
-
3907
- #: ../inc/features/class-jobtype-dbdump.php:922
3908
- #, php-format
3909
- msgid "Dump database create view \"%s\""
3910
- msgstr ""
3911
-
3912
- #: ../inc/features/class-jobtype-dbdump.php:939
3913
- #, php-format
3914
- msgid "Dump database create table \"%s\""
3915
- msgstr ""
3916
-
3917
- #: ../inc/features/class-jobtype-dbdump.php:979
3918
- #, php-format
3919
- msgid "Dump table \"%s\" data"
3920
- msgstr ""
3921
-
3922
- #: ../inc/features/class-jobtype-dbdump.php:1048
3923
- #, php-format
3924
- msgid "Added database XML dump \"%1$s\" with %2$s to backup file list"
3925
- msgstr ""
3926
-
3927
- #: ../inc/features/class-jobtype-dbdump.php:1051
3928
- msgid "Database XML dump done!"
3929
- msgstr ""
3930
-
3931
- #: ../inc/features/class-jobtype-file.php:54
3932
- msgid "Backup WordPress Main Files"
3933
- msgstr ""
3934
-
3935
- #: ../inc/features/class-jobtype-file.php:58
3936
- msgid "Backup Blog content folder"
3937
- msgstr ""
3938
-
3939
- #: ../inc/features/class-jobtype-file.php:62
3940
- msgid "Backup Blog Plugins"
3941
- msgstr ""
3942
-
3943
- #: ../inc/features/class-jobtype-file.php:66
3944
- msgid "Backup Blog Themes"
3945
- msgstr ""
3946
-
3947
- #: ../inc/features/class-jobtype-file.php:70
3948
- msgid "Backup Blog uploads folder"
3949
- msgstr ""
3950
-
3951
- #: ../inc/features/class-jobtype-wpplugin.php:49
3952
- msgid "Nothing to configure"
3953
- msgstr ""
3954
-
3955
- #: ../inc/features/class-page-wizard.php:141
3956
- #: ../inc/features/class-page-wizard.php:336
3957
- #: ../inc/features/class-page-wizard.php:367
3958
- msgid "Next >"
3959
- msgstr ""
3960
-
3961
- #: ../inc/features/class-page-wizard.php:154
3962
- #: ../inc/features/class-page-wizard.php:332
3963
- msgid "< Previous"
3964
- msgstr ""
3965
-
3966
- #: ../inc/features/class-page-wizard.php:167
3967
- #: ../inc/features/class-page-wizard.php:341
3968
- msgid "Cancel"
3969
- msgstr ""
3970
-
3971
- #: ../inc/features/class-page-wizard.php:344
3972
- msgid "Back"
3973
- msgstr ""
3974
-
3975
- #: ../inc/features/class-settings-apikeys.php:28
3976
- msgid "Dropbox API Keys"
3977
- msgstr ""
3978
-
3979
- #: ../inc/features/class-settings-apikeys.php:29
3980
- msgid ""
3981
- "If you would set you own Dropbox API Keys you can do it her. You need only "
3982
- "the key pear where you would to auth for. Leave empty for default."
3983
- msgstr ""
3984
-
3985
- #: ../inc/features/class-settings-apikeys.php:32
3986
- msgid "Full Dropbox App key:"
3987
- msgstr ""
3988
-
3989
- #: ../inc/features/class-settings-apikeys.php:40
3990
- msgid "Full Dropbox App secret:"
3991
- msgstr ""
3992
-
3993
- #: ../inc/features/class-settings-apikeys.php:48
3994
- msgid "Sandbox App key:"
3995
- msgstr ""
3996
-
3997
- #: ../inc/features/class-settings-apikeys.php:56
3998
- msgid "Sandbox App secret:"
3999
- msgstr ""
4000
-
4001
- #: ../inc/features/class-settings-apikeys.php:69
4002
- msgid "SugarSync API Keys"
4003
- msgstr ""
4004
-
4005
- #: ../inc/features/class-settings-apikeys.php:70
4006
- msgid ""
4007
- "If you would set you own SugarSync API Keys you can do it her. Leave empty "
4008
- "to for default."
4009
- msgstr ""
4010
-
4011
- #: ../inc/features/class-settings-apikeys.php:73
4012
- msgid "Access Key ID:"
4013
- msgstr ""
4014
-
4015
- #: ../inc/features/class-settings-apikeys.php:81
4016
- msgid "Private Access Key:"
4017
- msgstr ""
4018
-
4019
- #: ../inc/features/class-settings-apikeys.php:88
4020
- msgid "App ID:"
4021
- msgstr ""
4022
-
4023
- #: ../inc/features/class-wizard-job.php:9
4024
- msgid "Wizard to setup a BackWPup job"
4025
- msgstr ""
4026
-
4027
- #: ../inc/features/class-wizard-job.php:10
4028
- msgid "Configure a ...."
4029
- msgstr ""
4030
-
4031
- #: ../inc/features/class-wizard-job.php:38
4032
- msgid "Select what the job has to do."
4033
- msgstr ""
4034
-
4035
- #: ../inc/features/class-wizard-job.php:52
4036
- msgid "Archive Settings"
4037
- msgstr ""
4038
-
4039
- #: ../inc/features/class-wizard-job.php:52
4040
- msgid "Settings for the Backup Archive"
4041
- msgstr ""
4042
-
4043
- #: ../inc/features/class-wizard-job.php:54
4044
- msgid "Select where to store the Backup file."
4045
- msgstr ""
4046
-
4047
- #: ../inc/features/class-wizard-job.php:64
4048
- #: ../inc/features/class-wizard-job.php:280
4049
- msgid "Scheduling"
4050
- msgstr ""
4051
-
4052
- #: ../inc/features/class-wizard-job.php:64
4053
- msgid "When to start the job"
4054
- msgstr ""
4055
-
4056
- #: ../inc/features/class-wizard-job.php:232
4057
- msgid "What have the job to do?"
4058
- msgstr ""
4059
-
4060
- #: ../inc/features/class-wizard-job.php:233
4061
- msgid "Select the points, what you want to save to your backup"
4062
- msgstr ""
4063
-
4064
- #: ../inc/features/class-wizard-job.php:283
4065
- #: ../inc/features/class-wizard-job.php:284
4066
- msgid "Activate scheduling"
4067
- msgstr ""
4068
-
4069
- #: ../inc/features/class-wizard-job.php:376
4070
- msgid "Select a compression type for the backup archive"
4071
- msgstr ""
4072
-
4073
- #: ../inc/features/class-wizard-job.php:378
4074
- msgid "Archive compression type"
4075
- msgstr ""
4076
-
4077
- #: ../inc/features/class-wizard-job.php:569
4078
- #, php-format
4079
- msgid "Wizard: %1$s"
4080
- msgstr ""
4081
-
4082
- #: ../inc/features/class-wizard-job.php:588
4083
- #, php-format
4084
- msgid "New job with Name %s generated."
4085
- msgstr ""
4086
-
4087
- #: ../inc/features/class-wizard-job.php:600
4088
- msgid "Create Job"
4089
- msgstr ""
4090
-
4091
- #: ../inc/features/class-wizard-job.php:624
4092
- msgid "Configure all self"
4093
- msgstr ""
4094
-
4095
- #: ../inc/features/class-wizard-job.php:629
4096
- msgid "Database Backup and XML Export (Daily)"
4097
- msgstr ""
4098
-
4099
- #: ../inc/features/class-wizard-job.php:646
4100
- msgid "All Files Backup"
4101
- msgstr ""
4102
-
4103
- #: ../inc/features/class-wizard-job.php:661
4104
- msgid "Uploads Backup"
4105
- msgstr ""
4106
-
4107
- #: ../inc/features/class-wizard-job.php:676
4108
- msgid "Needed Files Backup Plugins as List only"
4109
- msgstr ""
4110
-
4111
- #: ../inc/features/class-wizard-job.php:692
4112
- msgid "Database Check and Optimization (Weekly)"
4113
- msgstr ""
4114
-
4115
- #: ../inc/features/class-wizard-jobimport.php:11
4116
- msgid "XML job import"
4117
- msgstr ""
4118
-
4119
- #: ../inc/features/class-wizard-jobimport.php:12
4120
- msgid "Wizard for Importing BackWPup Jobs from XML File"
4121
- msgstr ""
4122
-
4123
- #: ../inc/features/class-wizard-jobimport.php:29
4124
- #: ../inc/features/class-wizard-jobimport.php:84
4125
- msgid "Import"
4126
- msgstr ""
4127
-
4128
- #: ../inc/features/class-wizard-jobimport.php:46
4129
- msgid "Import File"
4130
- msgstr ""
4131
-
4132
- #: ../inc/features/class-wizard-jobimport.php:46
4133
- msgid "Upload XML Job File for Import"
4134
- msgstr ""
4135
-
4136
- #: ../inc/features/class-wizard-jobimport.php:47
4137
- msgid "Select what to Import"
4138
- msgstr ""
4139
-
4140
- #: ../inc/features/class-wizard-jobimport.php:47
4141
- msgid "Select with job should Imported or Overwritten."
4142
- msgstr ""
4143
-
4144
- #: ../inc/features/class-wizard-jobimport.php:62
4145
- msgid ""
4146
- "Howdy! Upload your BackWPup job XML export file and we&#8217;ll import the "
4147
- "jobs into BackWPup."
4148
- msgstr ""
4149
-
4150
- #: ../inc/features/class-wizard-jobimport.php:64
4151
- msgid "Choose a file from your computer:"
4152
- msgstr ""
4153
-
4154
- #: ../inc/features/class-wizard-jobimport.php:64
4155
- #, php-format
4156
- msgid "Maximum size: %s"
4157
- msgstr ""
4158
-
4159
- #: ../inc/features/class-wizard-jobimport.php:77
4160
- msgid "Import Jobs"
4161
- msgstr ""
4162
-
4163
- #: ../inc/features/class-wizard-jobimport.php:80
4164
- msgid "Import Type"
4165
- msgstr ""
4166
-
4167
- #: ../inc/features/class-wizard-jobimport.php:80
4168
- msgid "No Import"
4169
- msgstr ""
4170
-
4171
- #: ../inc/features/class-wizard-jobimport.php:82
4172
- msgid "Overwrite"
4173
- msgstr ""
4174
-
4175
- #: ../inc/features/class-wizard-jobimport.php:82
4176
- msgid "Append"
4177
- msgstr ""
4178
-
4179
- #: ../inc/features/class-wizard-jobimport.php:92
4180
- msgid "Import Config"
4181
- msgstr ""
4182
-
4183
- #: ../inc/features/class-wizard-jobimport.php:95
4184
- msgid "Import BackWPup configuration"
4185
- msgstr ""
4186
-
4187
- #: ../inc/features/class-wizard-jobimport.php:113
4188
- msgid ""
4189
- "File is empty. Please upload something more substantial. This error could "
4190
- "also be caused by uploads being disabled in your php.ini or by post_max_size "
4191
- "being defined as smaller than upload_max_filesize in php.ini."
4192
- msgstr ""
4193
-
4194
- #: ../inc/features/class-wizard-jobimport.php:128
4195
- #, php-format
4196
- msgid ""
4197
- "The export file could not be found at <code>%s</code>. It is likely that "
4198
- "this was caused by a permissions problem."
4199
- msgstr ""
4200
-
4201
- #: ../inc/features/class-wizard-jobimport.php:135
4202
- msgid "Sorry, there has been an phrase error."
4203
- msgstr ""
4204
-
4205
- #: ../inc/features/class-wizard-jobimport.php:142
4206
- #, php-format
4207
- msgid ""
4208
- "This Export file (version %s) may not be supported by this version of the "
4209
- "importer."
4210
- msgstr ""
4211
-
4212
- #: ../inc/features/class-wizard-jobimport.php:148
4213
- msgid "This is not a BackWPup XML File"
4214
- msgstr ""
4215
-
4216
- #: ../inc/features/class-wizard-jobimport.php:210
4217
- #, php-format
4218
- msgid "Job %1$s with id %2$d imported"
4219
- msgstr ""
4220
-
4221
- #: ../inc/features/class-wizard-jobimport.php:218
4222
- msgid "BackWPup config imported"
4223
- msgstr ""
4224
-
4225
- #: ../inc/features/class-wizard-systemtest.php:11
4226
- msgid "System Test"
4227
- msgstr ""
4228
-
4229
- #: ../inc/features/class-wizard-systemtest.php:12
4230
- msgid "Wizard to test if BackWPup can work properly"
4231
- msgstr ""
4232
-
4233
- #: ../inc/features/class-wizard-systemtest.php:29
4234
- msgid "Run tests"
4235
- msgstr ""
4236
-
4237
- #: ../inc/features/class-wizard-systemtest.php:47
4238
- msgid "Environment"
4239
- msgstr ""
4240
-
4241
- #: ../inc/features/class-wizard-systemtest.php:47
4242
- msgid "System Environment"
4243
- msgstr ""
4244
-
4245
- #: ../inc/features/class-wizard-systemtest.php:60
4246
- msgid "Testing if BackWPup can work without problems."
4247
- msgstr ""
4248
-
4249
- #: ../inc/features/class-wizard-systemtest.php:91
4250
- #, php-format
4251
- msgid ""
4252
- "You must have WordPress Version 3.2 or higher to use these Plugin. You have "
4253
- "Version %s."
4254
- msgstr ""
4255
-
4256
- #: ../inc/features/class-wizard-systemtest.php:96
4257
- msgid ""
4258
- "You must have PHP Version 5.2.5 or higher to use these Plugin. You have "
4259
- "Version $s."
4260
- msgstr ""
4261
-
4262
- #: ../inc/features/class-wizard-systemtest.php:100
4263
- msgid ""
4264
- "It is recommend that you use a PHP Version above 5.3.2 to have full Plugin "
4265
- "functionality. You have Version $s."
4266
- msgstr ""
4267
-
4268
- #: ../inc/features/class-wizard-systemtest.php:105
4269
- #, php-format
4270
- msgid ""
4271
- "You must have installed MySQLi Extension and MySQL Server Version 5.0.7 or "
4272
- "higher to use these Plugin. You have Version %s."
4273
- msgstr ""
4274
-
4275
- #: ../inc/features/class-wizard-systemtest.php:110
4276
- msgid ""
4277
- "You must have installed the PHP cURL extension to use these Plugin with full "
4278
- "functionality."
4279
- msgstr ""
4280
-
4281
- #: ../inc/features/class-wizard-systemtest.php:115
4282
- msgid ""
4283
- "It is recommend to have installed the PHP ZIP extension for better Archiving "
4284
- "in Zip files."
4285
- msgstr ""
4286
-
4287
- #: ../inc/features/class-wizard-systemtest.php:120
4288
- msgid ""
4289
- "It is recommend to have installed the PHP GZ extension for use Archiving in "
4290
- "tar.gz files."
4291
- msgstr ""
4292
-
4293
- #: ../inc/features/class-wizard-systemtest.php:125
4294
- msgid ""
4295
- "It is recommend to have installed the PHP bzip2 extension for use Archiving "
4296
- "in tar.bz2 files."
4297
- msgstr ""
4298
-
4299
- #: ../inc/features/class-wizard-systemtest.php:130
4300
- msgid "Safe Mode is on must be disabled."
4301
- msgstr ""
4302
-
4303
- #: ../inc/features/class-wizard-systemtest.php:135
4304
- msgid ""
4305
- "It is recommend to have installed the PHP FTP extension for use FTP backup "
4306
- "destination."
4307
- msgstr ""
4308
-
4309
- #: ../inc/features/class-wizard-systemtest.php:142
4310
- #, php-format
4311
- msgid "Temp folder %s not writeable. Please him the write permissions."
4312
- msgstr ""
4313
-
4314
- #: ../inc/features/class-wizard-systemtest.php:146
4315
- #, php-format
4316
- msgid ""
4317
- "Temp folder %s not exist and can't created. Please create it and give him "
4318
- "write permissions."
4319
- msgstr ""
4320
-
4321
- #: ../inc/features/class-wizard-systemtest.php:153
4322
- #, php-format
4323
- msgid "Logs folder %s not writeable. Please him the write permissions."
4324
- msgstr ""
4325
-
4326
- #: ../inc/features/class-wizard-systemtest.php:157
4327
- #, php-format
4328
- msgid ""
4329
- "Logs folder %s not exist and can't created. Please create it and give him "
4330
- "write permissions."
4331
- msgstr ""
4332
-
4333
- #: ../inc/features/class-wizard-systemtest.php:168
4334
- #, php-format
4335
- msgid ""
4336
- "The HTTP response test get a error \"%s\". For best functionality it must "
4337
- "work without error."
4338
- msgstr ""
4339
-
4340
- #: ../inc/features/class-wizard-systemtest.php:172
4341
- #, php-format
4342
- msgid ""
4343
- "The HTTP response test get a false http status (%s). For best functionality "
4344
- "it must retrieve (200)."
4345
- msgstr ""
4346
-
4347
- #: ../inc/features/class-wizard-systemtest.php:176
4348
- #, php-format
4349
- msgid ""
4350
- "The HTTP response gives back the false body \"%s\". For best functionality "
4351
- "it must get the correct."
4352
- msgstr ""
4353
-
4354
- #: ../inc/features/class-wizard-systemtest.php:189
4355
- msgid ""
4356
- "WP-Cron seems to bee not working. But it is needed for making scheduled jobs."
4357
- msgstr ""
4358
-
4359
- #: ../inc/features/class-wizard-systemtest.php:194
4360
- msgid "All test passed without error."
4361
- msgstr ""
4362
-
4363
- #: ../inc/features/class-wizard-systemtest.php:197
4364
- msgid ""
4365
- "There is no error, but some warnings. BackWPup works mostly but with "
4366
- "limitations."
4367
- msgstr ""
4368
-
4369
- #: ../inc/features/class-wizard-systemtest.php:200
4370
- msgid "There are errors Please correct them, else BackWPup can't work."
4371
- msgstr ""
4372
-
4373
- #: ../inc/features/class-wizards.php:12
4374
- #, php-format
4375
- msgid "Wizard for %s"
4376
- msgstr ""
4377
-
4378
- #: ../inc/features/class-wizards.php:38
4379
- msgid "No steps"
4380
- msgstr ""
4381
-
4382
- #: ../inc/features/class-wizards.php:38
4383
- msgid "Wizard Method for get steps not overwritten!"
4384
- msgstr ""
4385
-
4386
- #: ../inc/features/class-wizards.php:72
4387
- msgid "Wizard Method for page not overwritten!"
4388
- msgstr ""
4389
-
4390
- #: ../inc/features/class-wizards.php:98
4391
- msgid "Wizard Method for execute not overwritten!"
4392
- msgstr ""
4393
-
4394
- #: ../inc/features/class-wizards.php:119
4395
- msgid "Close"
4396
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -1,19 +1,19 @@
1
- === BackWPup ===
2
  Contributors: inpsyde, danielhuesken, Bueltge, nullbyte
3
- Tags: backup, dump, database, file, ftp, xml, time, upload, multisite, cloud, dropbox, storage, S3
4
  Requires at least: 3.2
5
  Tested up to: 3.5.1
6
- Stable tag: 3.0.10
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
10
- Flexible, scheduled WordPress backups to any location
11
 
12
  == Description ==
13
 
14
- The backup files can be used to save your whole installation including `/wp-content/`
15
- and push them to an external Backup Service, if you don’t want to save the backups on
16
- the same server. With the single backup .zip file you are able to restore an installation.
17
 
18
  * Database Backup *(needs mysqli)*
19
  * WordPress XML Export
@@ -24,27 +24,34 @@ the same server. With the single backup .zip file you are able to restore an ins
24
  * Backups in zip, tar, tar.gz, tar.bz2 format *(needs gz, bz2, ZipArchive)*
25
  * Store backup to directory
26
  * Store backup to FTP server *(needs ftp)*
 
27
  * Store backup to S3 services *(needs curl)*
28
  * Store backup to Microsoft Azure (Blob) *(needs PHP 5.3.2, curl)*
29
  * Store backup to RackSpaceCloud *(needs PHP 5.3.2, curl)*
30
- * Store backup to Dropbox *(needs curl)*
31
  * Store backup to SugarSync *(needs curl)*
32
  * Send logs and backups by email
33
  * Multi-site support only as network admin
 
34
 
35
- Get the Pro Version: http://marketpress.com/product/backwpup-pro/
 
 
 
 
 
36
 
37
- **WordPress 3.2 and PHP 5.2.6 required!**
 
 
 
38
 
39
- **To use the Plugin with full functionality PHP 5.3.3 with mysqli, FTP,gz, bz2, ZipArchive and curl is needed.**
40
 
41
- **Plugin functions that don't work will be not displayed.**
42
-
43
- **Test your Backups!**
44
 
45
  **Made by [Inpsyde](http://inpsyde.com) &middot; We love WordPress**
46
 
47
- Have a look at the premium plugins in our [market](http://marketpress.com).
48
 
49
  == Frequently Asked Questions ==
50
 
@@ -81,7 +88,6 @@ Not really a solution, but a way to identify the real problem: see remarks on WP
81
  = I get this error message: `The HTTP response test get a error "Connection time-out"` =
82
 
83
  BackWPup performs a simple HTTP request to the server itself every time you click `run now` or whenever a backup job starts automatically. The HTTP response test message could mean:
84
-
85
  * Your host does not allow *loop back connections*. (If you know what `WP_ALTERNATE_CRON` is, try it.)
86
  * Your WordPress root directory or backup directory requires authetification. Set username and password in Settings->Network.
87
  * The Server can’t resolve its own hostname.
@@ -118,12 +124,10 @@ Go to Settings->Jobs and try a different option for “Reduce server load”.
118
 
119
 
120
  = Can I cancel a running backup job via FTP? =
121
-
122
  Yes. Go to your BackWPup temp directory and find a file named `backwpup-xyz-working.php` where “xyz” is a random string of numbers and characters. Delete that file to cancel the currently running backup job.
123
 
124
 
125
  = Can I move the temp directory to a different location? =
126
-
127
  Yes. You need to have writing access to the wp-config.php file (usually residing in the root directory of your WordPress installation).
128
 
129
  * Open wp-config.php and find the line where it says `if ( !defined('ABSPATH') )`.
@@ -179,14 +183,22 @@ Please check all settings after the update:
179
 
180
 
181
  == Changelog ==
 
 
 
 
 
 
182
  = Version 3.0.11 =
183
  * Improved: About page will only be shown after install
184
  * Updated: AWS SDK to Version 2.3.1 (PHP 5.3.3+)
185
  * Fixed: some notices and warnings
186
  * Fixed: Change of BackWPup role for other users
187
  * Added: Message for Pro version to support plugin
 
188
  = Version 3.0.10 =
189
  * Fixed only Version on WordPress.org because of SVN upload problems with Symfony folder from AWS
 
190
  = Version 3.0.9 =
191
  * Fixed: Fixed bug in Dropbox temp file fallback
192
  * Fixed: Not working if WP-Cron Control active
1
+ === BackWPup - WordPress Backup Plugin ===
2
  Contributors: inpsyde, danielhuesken, Bueltge, nullbyte
3
+ Tags: Amazon, Amazon S3, back up, backup, chinese, cloud, cloud files, database, db backup, dropbox, dump, file, french, ftp, ftps, german, migrate, multisite, russian, schedule, sftp, storage, S3, time, upload, xml
4
  Requires at least: 3.2
5
  Tested up to: 3.5.1
6
+ Stable tag: 3.0.12
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
10
+ Schedule easy, and complete automatic backups for your WordPress installation. Decide which content will be stored where and when (Dropbox, S3, FTP).
11
 
12
  == Description ==
13
 
14
+ The **backup plugin** **[BackWPup](http://marketpress.com/product/backwpup-pro/)** can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like **Dropbox**, **S3**, **FTP** and many more, see list below. With a single backup .zip file you are able to easily restore an installation.
15
+
16
+ BackWPup is the number 1 backup-plugin for WordPress with more than 60.000 users, 750.000 downloads and in the top 50 of all WordPress Plugins (checked on rankwp.com)
17
 
18
  * Database Backup *(needs mysqli)*
19
  * WordPress XML Export
24
  * Backups in zip, tar, tar.gz, tar.bz2 format *(needs gz, bz2, ZipArchive)*
25
  * Store backup to directory
26
  * Store backup to FTP server *(needs ftp)*
27
+ * Store backup to Dropbox *(needs curl)*
28
  * Store backup to S3 services *(needs curl)*
29
  * Store backup to Microsoft Azure (Blob) *(needs PHP 5.3.2, curl)*
30
  * Store backup to RackSpaceCloud *(needs PHP 5.3.2, curl)*
 
31
  * Store backup to SugarSync *(needs curl)*
32
  * Send logs and backups by email
33
  * Multi-site support only as network admin
34
+ * Pro version and support available - [BackWPup Pro](http://marketpress.com/product/backwpup-pro/)
35
 
36
+ = Available languages =
37
+ * english (standard)
38
+ * french / français (fr_FR)
39
+ * german / deutsch (de_DE)
40
+ * russian / pоссия (ru_RU)
41
+ * simplified chinese (zh_CN)
42
 
43
+ = Requirements =
44
+ * WordPress 3.2 and PHP 5.2.6 required!
45
+ * To use the Plugin with full functionality PHP 5.3.3 with mysqli, FTP,gz, bz2, ZipArchive and curl is needed.
46
+ * Plugin functions that don't work because of your server settings, will not be displayed in admin area.
47
 
48
+ **Remember: The most expensive backup is the one you never did! And please test your backups!**
49
 
50
+ Get the [BackWPup Pro](http://marketpress.com/product/backwpup-pro/) Version with more features on [MarketPress.com](http://marketpress.com/product/backwpup-pro/)
 
 
51
 
52
  **Made by [Inpsyde](http://inpsyde.com) &middot; We love WordPress**
53
 
54
+ Have a look at our other premium plugins at [MarketPress.com](http://marketpress.com).
55
 
56
  == Frequently Asked Questions ==
57
 
88
  = I get this error message: `The HTTP response test get a error "Connection time-out"` =
89
 
90
  BackWPup performs a simple HTTP request to the server itself every time you click `run now` or whenever a backup job starts automatically. The HTTP response test message could mean:
 
91
  * Your host does not allow *loop back connections*. (If you know what `WP_ALTERNATE_CRON` is, try it.)
92
  * Your WordPress root directory or backup directory requires authetification. Set username and password in Settings->Network.
93
  * The Server can’t resolve its own hostname.
124
 
125
 
126
  = Can I cancel a running backup job via FTP? =
 
127
  Yes. Go to your BackWPup temp directory and find a file named `backwpup-xyz-working.php` where “xyz” is a random string of numbers and characters. Delete that file to cancel the currently running backup job.
128
 
129
 
130
  = Can I move the temp directory to a different location? =
 
131
  Yes. You need to have writing access to the wp-config.php file (usually residing in the root directory of your WordPress installation).
132
 
133
  * Open wp-config.php and find the line where it says `if ( !defined('ABSPATH') )`.
183
 
184
 
185
  == Changelog ==
186
+ = Version 3.0.12 =
187
+ * Fixed: Redirect when accessing the WordPress backend
188
+ * Added: Russian translation
189
+ * Added: Simplified chinese translation
190
+ * Fixed: German log string typo
191
+
192
  = Version 3.0.11 =
193
  * Improved: About page will only be shown after install
194
  * Updated: AWS SDK to Version 2.3.1 (PHP 5.3.3+)
195
  * Fixed: some notices and warnings
196
  * Fixed: Change of BackWPup role for other users
197
  * Added: Message for Pro version to support plugin
198
+
199
  = Version 3.0.10 =
200
  * Fixed only Version on WordPress.org because of SVN upload problems with Symfony folder from AWS
201
+
202
  = Version 3.0.9 =
203
  * Fixed: Fixed bug in Dropbox temp file fallback
204
  * Fixed: Not working if WP-Cron Control active