backupwordpress.pot
28.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# Copyright (C) 2016 Human Made Limited
# This file is distributed under the GPL-2+.
msgid ""
msgstr ""
"Project-Id-Version: BackUpWordPress 3.6.2\n"
"Report-Msgid-Bugs-To: backupwordpress@hmn.md\n"
"POT-Creation-Date: 2016-08-02 13:42:15+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
"Last-Translator: Human Made Limited\n"
"Language-Team: Human Made Limited\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
#: admin/actions.php:188
msgid "The schedule ID was not provided. Aborting."
msgstr ""
#: admin/actions.php:245
msgid "Backup type cannot be empty"
msgstr ""
#: admin/actions.php:247
msgid "Invalid backup type"
msgstr ""
#: admin/actions.php:258
msgid "Schedule cannot be empty"
msgstr ""
#: admin/actions.php:260
msgid "Invalid schedule"
msgstr ""
#: admin/actions.php:271
msgid "Day of the week must be a valid, lowercase day name"
msgstr ""
#: admin/actions.php:287
msgid "Day of month must be between 1 and 31"
msgstr ""
#: admin/actions.php:303
msgid "Hours must be between 0 and 23"
msgstr ""
#: admin/actions.php:319
msgid "Minutes must be between 0 and 59"
msgstr ""
#: admin/actions.php:330
msgid "Max backups can't be empty"
msgstr ""
#: admin/actions.php:332
msgid "Max backups must be a number"
msgstr ""
#: admin/actions.php:334
msgid "Max backups must be greater than 0"
msgstr ""
#: admin/actions.php:336
msgid ""
"Storing %s backups would use %s of disk space but your server only has %s "
"free."
msgstr ""
#: admin/actions.php:638 admin/actions.php:644
msgid "BackUpWordPress has detected a problem."
msgstr ""
#: admin/actions.php:638
msgid ""
"%1$s is returning a %2$s response which could mean cron jobs aren't getting "
"fired properly. BackUpWordPress relies on wp-cron to run scheduled backups. "
"See the %3$s for more details."
msgstr ""
#: admin/actions.php:644
msgid ""
"%1$s is returning a %2$s response which could mean cron jobs aren't getting "
"fired properly. BackUpWordPress relies on wp-cron to run scheduled backups, "
"and more generally relies on HTTP loopback connections not being blocked "
"for manual backups. See the %3$s for more details."
msgstr ""
#: admin/backups-table.php:14
msgid "Size"
msgstr ""
#: admin/backups-table.php:15 admin/schedule-form-excludes.php:126
msgid "Type"
msgstr ""
#: admin/backups-table.php:16
msgid "Actions"
msgstr ""
#: admin/backups-table.php:41
msgid "This is where your backups will appear once you have some."
msgstr ""
#: admin/backups.php:26
msgid "add schedule"
msgstr ""
#: admin/constants.php:9
msgid ""
"You can %1$s any of the following %2$s in your %3$s to control advanced "
"settings. %4$s. Defined %5$s will be highlighted."
msgstr ""
#: admin/constants.php:9 admin/menu.php:92
msgid "Constants"
msgstr ""
#: admin/constants.php:9
msgid "The Codex can help"
msgstr ""
#: admin/constants.php:20 admin/constants.php:36 admin/constants.php:52
#: admin/constants.php:68 admin/constants.php:84 admin/constants.php:100
#: admin/constants.php:116 classes/class-email-service.php:64
msgid "You've set it to: %s"
msgstr ""
#: admin/constants.php:23
msgid ""
"The path to the folder you would like to store your backup files in, "
"defaults to %s."
msgstr ""
#: admin/constants.php:23 admin/constants.php:39 admin/constants.php:55
#: admin/constants.php:71 admin/constants.php:87 admin/constants.php:103
#: admin/constants.php:119 classes/class-email-service.php:67
msgid "e.g."
msgstr ""
#: admin/constants.php:39
msgid ""
"The path to your %1$s executable. Will be used for the %2$s part of the "
"back up if available."
msgstr ""
#: admin/constants.php:39 admin/constants.php:55
msgid "database"
msgstr ""
#: admin/constants.php:55
msgid ""
"The path to your %1$s executable. Will be used to zip up your %2$s and %3$s "
"if available."
msgstr ""
#: admin/constants.php:55
msgid "files"
msgstr ""
#: admin/constants.php:71
msgid ""
"Comma separated list of files or directories to exclude, the backups "
"directory is automatically excluded."
msgstr ""
#: admin/constants.php:87
msgid "The capability to use when calling %1$s. Defaults to %2$s."
msgstr ""
#: admin/constants.php:103
msgid "The root directory that is backed up. Defaults to %s."
msgstr ""
#: admin/constants.php:119
msgid "The time that your schedules should run. Defaults to %s."
msgstr ""
#: admin/enable-support.php:3
msgid "Enable BackUpWordPress Support"
msgstr ""
#: admin/enable-support.php:5
msgid ""
"BackUpWordPress uses %s to provide support. In addition to allowing you to "
"send and receive messages we also send the following server information "
"along with your requests:"
msgstr ""
#: admin/enable-support.php:58
msgid "You can disable support in the future by deactivating BackUpWordPress."
msgstr ""
#: admin/enable-support.php:60
msgid "No, thanks"
msgstr ""
#: admin/enable-support.php:61
msgid "Yes, I want to enable support"
msgstr ""
#: admin/extensions.php:11
msgid "← Backups"
msgstr ""
#: admin/extensions.php:13 admin/menu.php:17
msgid "BackUpWordPress Extensions"
msgstr ""
#: admin/extensions.php:18
msgid ""
"Extend BackUpWordPress by installing extensions. Extensions allows you to "
"pick and choose the exact features you need whilst also supporting us, the "
"developers, so we can continue working on BackUpWordPress."
msgstr ""
#: admin/extensions.php:36
msgid "Remote Storage"
msgstr ""
#: admin/extensions.php:38
msgid ""
"It's important to store your backups somewhere other than on your site. "
"Using the extensions below you can easily push your backups to one or more "
"Cloud providers."
msgstr ""
#: admin/extensions.php:75
msgid "This extension is already installed"
msgstr ""
#: admin/extensions.php:75
msgid "Installed"
msgstr ""
#: admin/extensions.php:79
msgid "Buy Now $%s"
msgstr ""
#: admin/extensions.php:87
msgid "More information about %s"
msgstr ""
#: admin/extensions.php:87
msgid "More Details"
msgstr ""
#: admin/extensions.php:133
msgid "A newer version (%1$s) is available. <a href=\"%2$s\">Update now!</a>"
msgstr ""
#: admin/extensions.php:136
msgid "You have the latest version"
msgstr ""
#: admin/extensions.php:151
msgid "Last Updated:"
msgstr ""
#: admin/extensions.php:151
msgid "%s ago"
msgstr ""
#: admin/faq.php:2
msgid "Where does BackUpWordPress store the backup files?"
msgstr ""
#: admin/faq.php:4
msgid ""
"Backups are stored on your server in <code>/wp-content/backups</code>, you "
"can change the directory."
msgstr ""
#: admin/faq.php:6
msgid ""
"Important: By default BackUpWordPress backs up everything in your site root "
"as well as your database, this includes any non WordPress folders that "
"happen to be in your site root. This does mean that your backup directory "
"can get quite large."
msgstr ""
#: admin/faq.php:8
msgid "What if I want to back up my site to another destination?"
msgstr ""
#: admin/faq.php:10
msgid ""
"BackUpWordPress Pro supports Dropbox, Google Drive, Amazon S3, Rackspace, "
"Azure, DreamObjects and FTP/SFTP. Check it out here: <a "
"href=\"http://bwp.hmn.md/?utm_source=wordpress-org&utm_medium=plugin-page&"
"utm_campaign=freeplugin\" title=\"BackUpWordPress Homepage\" "
"target=\"_blank\">https://bwp.hmn.md</a>"
msgstr ""
#: admin/faq.php:12
msgid "How do I restore my site from a backup?"
msgstr ""
#: admin/faq.php:14
msgid ""
"You need to download the latest backup file either by clicking download on "
"the backups page or via <code>FTP</code>. <code>Unzip</code> the files and "
"upload all the files to your server overwriting your site. You can then "
"import the database using your hosts database management tool (likely "
"<code>phpMyAdmin</code>)."
msgstr ""
#: admin/faq.php:16
msgid ""
"See this guide for more details - <a "
"href=\"https://bwp.hmn.md/support-center/restore-backup/\" title=\"Go to "
"support center\" target=\"_blank\">How to restore from backup</a>."
msgstr ""
#: admin/faq.php:18
msgid "Does BackUpWordPress back up the backups directory?"
msgstr ""
#: admin/faq.php:20
msgid "No."
msgstr ""
#: admin/faq.php:22
msgid "I'm not receiving my backups by email"
msgstr ""
#: admin/faq.php:24
msgid ""
"Most servers have a filesize limit on email attachments, it's generally "
"about 10mb. If your backup file is over that limit, it won't be sent "
"attached to the email. Instead, you should receive an email with a link to "
"download the backup. If you aren't even receiving that, then you likely "
"have a mail issue on your server that you'll need to contact your host "
"about."
msgstr ""
#: admin/faq.php:26
msgid "How many backups are stored by default?"
msgstr ""
#: admin/faq.php:28
msgid "BackUpWordPress stores the last 10 backups by default."
msgstr ""
#: admin/faq.php:30
msgid "How long should a backup take?"
msgstr ""
#: admin/faq.php:32
msgid ""
"Unless your site is very large (many gigabytes) it should only take a few "
"minutes to perform a backup. If your back up has been running for longer "
"than an hour, it's safe to assume that something has gone wrong. Try "
"de-activating and re-activating the plugin. If it keeps happening, contact "
"support."
msgstr ""
#: admin/faq.php:34
msgid "What do I do if I get the wp-cron error message?"
msgstr ""
#: admin/faq.php:36
msgid ""
"The issue is that your <code>wp-cron.php</code> is not returning a "
"<code>200</code> response when hit with a HTTP request originating from "
"your own server, it could be several things. In most cases, it's an issue "
"with the server / site."
msgstr ""
#: admin/faq.php:38
msgid "There are some things you can test to confirm this is the issue."
msgstr ""
#: admin/faq.php:40
msgid "Are scheduled posts working? (They use wp-cron as well.)"
msgstr ""
#: admin/faq.php:42
msgid ""
"Are you hosted on Heart Internet? (wp-cron may not be supported by Heart "
"Internet, see below for work-around.)"
msgstr ""
#: admin/faq.php:44
msgid "If you click manual backup, does it work?"
msgstr ""
#: admin/faq.php:46
msgid ""
"Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your "
"<code>wp-config.php</code>. Do automatic backups work?"
msgstr ""
#: admin/faq.php:48
msgid ""
"Is your site private (i.e. is it behind some kind of authentication, "
"maintenance plugin, .htaccess)? If so, wp-cron won't work until you remove "
"it. If you are and you temporarily remove the authentication, do backups "
"start working?"
msgstr ""
#: admin/faq.php:50
msgid ""
"Report the results to our support team for further help. To do this, either "
"enable support from your Admin Dashboard (recommended), or email "
"backupwordpress@hmn.md"
msgstr ""
#: admin/faq.php:52
msgid "How to get BackUpWordPress working in Heart Internet"
msgstr ""
#: admin/faq.php:54
msgid ""
"The script to be entered into the Heart Internet cPanel is: "
"<code>/usr/bin/php5 "
"/home/sites/yourdomain.com/public_html/wp-cron.php</code> (note the space "
"between php5 and the location of the file). The file "
"<code>wp-cron.php</code> <code>chmod</code> must be set to <code>711</code>."
msgstr ""
#: admin/faq.php:56
msgid "My backups seem to be failing?"
msgstr ""
#: admin/faq.php:58
msgid ""
"If your backups are failing, it's commonly caused by a lack of available "
"resources on your server. To establish this is the case, exclude the "
"complete (or parts of the) uploads folder and run a backup. If that "
"succeeds, you know it's probably a server issue. If it does not succeed, "
"report the results to our support team for further help. You can contact "
"support by enabling support from your Admin Dashboard (recommended), or "
"emailing backupwordpress@hmn.md"
msgstr ""
#: admin/menu.php:12
msgid "Manage Backups | BackUpWordPress"
msgstr ""
#: admin/menu.php:12 admin/menu.php:14 admin/menu.php:55
msgid "Backups"
msgstr ""
#: admin/menu.php:14
msgid "Manage Backups"
msgstr ""
#: admin/menu.php:17
msgid "Extensions"
msgstr ""
#: admin/menu.php:86
msgid "FAQ"
msgstr ""
#: admin/menu.php:105
msgid "Server Info"
msgstr ""
#: admin/menu.php:112
msgid "For more information:"
msgstr ""
#: admin/menu.php:112
msgid "Support Forums"
msgstr ""
#: admin/menu.php:112
msgid "Help with translation"
msgstr ""
#: admin/page.php:17
msgid "Support"
msgstr ""
#: admin/page.php:20
msgid "Enable Support"
msgstr ""
#: admin/page.php:29
msgid ""
"If you're finding BackUpWordPress useful, please %1$s rate it on the plugin "
"directory%2$s."
msgstr ""
#: admin/schedule-form-excludes.php:11
msgid "Currently Excluded"
msgstr ""
#: admin/schedule-form-excludes.php:15
msgid ""
"We automatically detect and ignore common Version Control Systems folders "
"and other backup plugin folders."
msgstr ""
#: admin/schedule-form-excludes.php:55
msgid "Default rule"
msgstr ""
#: admin/schedule-form-excludes.php:59
msgid "Defined in %s"
msgstr ""
#: admin/schedule-form-excludes.php:67
msgid "Stop excluding"
msgstr ""
#: admin/schedule-form-excludes.php:83
msgid "Your Site"
msgstr ""
#: admin/schedule-form-excludes.php:87
msgid ""
"Here's a directory listing of all files on your site, you can browse "
"through and exclude files or folders that you don't want included in your "
"backup."
msgstr ""
#: admin/schedule-form-excludes.php:123
msgid "Name"
msgstr ""
#: admin/schedule-form-excludes.php:124
msgid "Included Size"
msgstr ""
#: admin/schedule-form-excludes.php:125
msgid "Permissions"
msgstr ""
#: admin/schedule-form-excludes.php:127
msgid "Status"
msgstr ""
#: admin/schedule-form-excludes.php:188 admin/schedule-form-excludes.php:312
#. translators: 1: Excluded size 2: Overall site size
msgid "%1$s of %2$s"
msgstr ""
#: admin/schedule-form-excludes.php:195
msgid "Refresh"
msgstr ""
#: admin/schedule-form-excludes.php:210 admin/schedule-form-excludes.php:349
msgid "Symlink"
msgstr ""
#: admin/schedule-form-excludes.php:212 admin/schedule-form-excludes.php:352
msgid "Folder"
msgstr ""
#: admin/schedule-form-excludes.php:354
msgid "File"
msgstr ""
#: admin/schedule-form-excludes.php:363
msgid "Unreadable files won't be backed up."
msgstr ""
#: admin/schedule-form-excludes.php:364
msgid "Unreadable"
msgstr ""
#: admin/schedule-form-excludes.php:369
msgid "Excluded"
msgstr ""
#: admin/schedule-form-excludes.php:391
msgid "Exclude →"
msgstr ""
#: admin/schedule-form-excludes.php:406
msgid "This folder is empty"
msgstr ""
#: admin/schedule-form-excludes.php:418 admin/schedule-form.php:204
#: admin/schedule-settings.php:85
msgid "Done"
msgstr ""
#: admin/schedule-form.php:7 admin/schedule-settings.php:11
msgid "Settings"
msgstr ""
#: admin/schedule-form.php:42
msgid "Backup"
msgstr ""
#: admin/schedule-form.php:49
msgid "Both Database & files"
msgstr ""
#: admin/schedule-form.php:51
msgid "Files only"
msgstr ""
#: admin/schedule-form.php:53
msgid "Database only"
msgstr ""
#: admin/schedule-form.php:64
msgid "Schedule"
msgstr ""
#: admin/schedule-form.php:71
msgid "Manual Only"
msgstr ""
#: admin/schedule-form.php:98
msgid "Start Day"
msgstr ""
#: admin/schedule-form.php:106
msgid "Monday"
msgstr ""
#: admin/schedule-form.php:107
msgid "Tuesday"
msgstr ""
#: admin/schedule-form.php:108
msgid "Wednesday"
msgstr ""
#: admin/schedule-form.php:109
msgid "Thursday"
msgstr ""
#: admin/schedule-form.php:110
msgid "Friday"
msgstr ""
#: admin/schedule-form.php:111
msgid "Saturday"
msgstr ""
#: admin/schedule-form.php:112
msgid "Sunday"
msgstr ""
#: admin/schedule-form.php:130
msgid "Start Day of Month"
msgstr ""
#: admin/schedule-form.php:142
msgid "Start Time"
msgstr ""
#: admin/schedule-form.php:151
msgid "Hours"
msgstr ""
#: admin/schedule-form.php:155
msgid "Minutes"
msgstr ""
#: admin/schedule-form.php:160
msgid "24-hour format."
msgstr ""
#: admin/schedule-form.php:161
msgid "The second backup will run 12 hours after the first."
msgstr ""
#: admin/schedule-form.php:171
msgid "Number of backups to store on this server"
msgstr ""
#: admin/schedule-form.php:180
msgid "Past this limit older backups will be deleted automatically."
msgstr ""
#: admin/schedule-form.php:187
msgid "This schedule will store a maximum of %s of backups."
msgstr ""
#: admin/schedule-sentence.php:14
msgid "The next backup will be on %1$s at %2$s %3$s"
msgstr ""
#: admin/schedule-sentence.php:24
msgid "hourly on the hour"
msgstr ""
#: admin/schedule-sentence.php:24
msgid "hourly at %s minutes past the hour"
msgstr ""
#: admin/schedule-sentence.php:30
msgid "daily at %s"
msgstr ""
#: admin/schedule-sentence.php:41
msgid "every 12 hours at %1$s & %2$s"
msgstr ""
#: admin/schedule-sentence.php:47
msgid "weekly on %1$s at %2$s"
msgstr ""
#: admin/schedule-sentence.php:53
msgid "every two weeks on %1$s at %2$s"
msgstr ""
#: admin/schedule-sentence.php:59
msgid "on the %1$s of each month at %2$s"
msgstr ""
#: admin/schedule-sentence.php:65 admin/schedule-sentence.php:71
msgid "manually"
msgstr ""
#: admin/schedule-sentence.php:76
msgid "this server"
msgstr ""
#: admin/schedule-sentence.php:84
msgid "store the most recent backup in %s"
msgstr ""
#: admin/schedule-sentence.php:90
msgid "don't store any backups in on this server"
msgstr ""
#: admin/schedule-sentence.php:96
msgid "store the last %1$s backups in %2$s"
msgstr ""
#: admin/schedule-sentence.php:128
msgid "Send a copy of each backup to %s."
msgstr ""
#: admin/schedule-sentence.php:160
msgid "Backups will be compressed and should be smaller than this."
msgstr ""
#: admin/schedule-sentence.php:162
msgid "this shouldn't take long…"
msgstr ""
#: admin/schedule-sentence.php:162
msgid "calculating the size of your site…"
msgstr ""
#: admin/schedule-settings.php:9
msgid "Run now"
msgstr ""
#: admin/schedule-settings.php:17
msgid "Excludes"
msgstr ""
#: admin/schedule-settings.php:30 functions/interface.php:36
msgid "Delete"
msgstr ""
#: admin/upsell.php:9
msgid "Store your backups securely in the Cloud with %1$sour extensions%2$s"
msgstr ""
#: classes/backup/class-backup.php:57
msgid "Backing up database..."
msgstr ""
#: classes/backup/class-backup.php:111
msgid "Backing up files..."
msgstr ""
#: classes/class-backupwordpress-wp-cli-command.php:46
msgid "Backup: Dumping database..."
msgstr ""
#: classes/class-backupwordpress-wp-cli-command.php:50
msgid "Backup: Zipping everything up..."
msgstr ""
#: classes/class-backupwordpress-wp-cli-command.php:64
msgid "Invalid backup path"
msgstr ""
#: classes/class-backupwordpress-wp-cli-command.php:69
msgid "Invalid root path"
msgstr ""
#: classes/class-backupwordpress-wp-cli-command.php:96
msgid "Backup Complete: "
msgstr ""
#: classes/class-backupwordpress-wp-cli-command.php:98
msgid "Backup Failed"
msgstr ""
#: classes/class-email-service.php:30
msgid "Email notification"
msgstr ""
#: classes/class-email-service.php:36
msgid ""
"Receive a notification email when a backup completes. If the backup is "
"small enough (< %s), then it will be attached to the email. Separate "
"multiple email addresses with a comma."
msgstr ""
#: classes/class-email-service.php:67
msgid ""
"The maximum filesize of your backup that will be attached to your "
"notification emails . Defaults to %s."
msgstr ""
#: classes/class-email-service.php:86
msgid "Send an email notification to %s"
msgstr ""
#: classes/class-email-service.php:121
msgid "%s isn't a valid email"
msgstr ""
#: classes/class-email-service.php:177 classes/class-webhook-service.php:59
msgid "Backup of %s Failed"
msgstr ""
#: classes/class-email-service.php:179
msgid "BackUpWordPress was unable to backup your site %1$s."
msgstr ""
#: classes/class-email-service.php:179
msgid "Here are the errors that we've encountered:"
msgstr ""
#: classes/class-email-service.php:179
msgid ""
"If the errors above look like Martian, forward this email to %3$s and we'll "
"take a look"
msgstr ""
#: classes/class-email-service.php:179
msgid ""
"Kind Regards,\n"
"The Apologetic BackUpWordPress Backup Emailing Robot"
msgstr ""
#: classes/class-email-service.php:187
msgid "Backup of %s"
msgstr ""
#: classes/class-email-service.php:192 classes/class-email-service.php:201
msgid "BackUpWordPress has completed a backup of your site %1$s."
msgstr ""
#: classes/class-email-service.php:192
msgid "The backup file should be attached to this email."
msgstr ""
#: classes/class-email-service.php:192 classes/class-email-service.php:201
msgid "You can download the backup file by clicking the link below:"
msgstr ""
#: classes/class-email-service.php:192 classes/class-email-service.php:201
msgid ""
"Kind Regards,\n"
"The Happy BackUpWordPress Backup Emailing Robot"
msgstr ""
#: classes/class-email-service.php:201
msgid "Unfortunately, the backup file was too large to attach to this email."
msgstr ""
#: classes/class-path.php:341
msgid "This %s file ensures that other people cannot download your backup files."
msgstr ""
#: classes/class-plugin.php:241
msgid "Update"
msgstr ""
#: classes/class-plugin.php:242
msgid "Cancel"
msgstr ""
#: classes/class-plugin.php:243
msgid ""
"Are you sure you want to delete this schedule? All of its backups will also "
"be deleted."
msgstr ""
#: classes/class-plugin.php:243 classes/class-plugin.php:244
#: classes/class-plugin.php:245 classes/class-plugin.php:246
msgid "'Cancel' to go back, 'OK' to delete."
msgstr ""
#: classes/class-plugin.php:244
msgid "Are you sure you want to delete this backup?"
msgstr ""
#: classes/class-plugin.php:245
msgid "Are you sure you want to remove this exclude rule?"
msgstr ""
#: classes/class-plugin.php:246
msgid ""
"Reducing the number of backups that are stored on this server will cause "
"some of your existing backups to be deleted. Are you sure that's what you "
"want?"
msgstr ""
#: classes/class-plugin.php:445
#. translators: %1$s and %2$s expand to anchor tags linking to the new
#. extensions page.
msgid ""
"Thanks for updating BackUpWordPress, why not check out %1$sour "
"extensions?%2$s"
msgstr ""
#: classes/class-plugin.php:455
msgid "Dismiss this notice."
msgstr ""
#: classes/class-scheduled-backup.php:321
msgid "Argument 1 for %s must be a valid cron recurrence or \"manually\""
msgstr ""
#: classes/class-scheduled-backup.php:427 functions/interface.php:267
msgid "Starting backup..."
msgstr ""
#: classes/class-scheduled-backup.php:429
#: classes/class-scheduled-backup.php:444
msgid "Deleting old backups..."
msgstr ""
#: classes/class-scheduled-backup.php:544
#. translators: min=minute
msgid "%s min"
msgid_plural "%s mins"
msgstr[0] ""
msgstr[1] ""
#: classes/class-scheduled-backup.php:554
msgid "%s hour"
msgid_plural "%s hours"
msgstr[0] ""
msgstr[1] ""
#: classes/class-scheduled-backup.php:615
msgid "Argument 1 for %s must be a non-empty string"
msgstr ""
#: classes/class-scheduled-backup.php:620
msgid "%s doesn't exist"
msgstr ""
#: classes/class-scheduled-backup.php:625
msgid "That backup wasn't created by this schedule"
msgstr ""
#: classes/class-services.php:81
msgid "Argument 1 for %s must be a valid filepath"
msgstr ""
#: classes/class-services.php:97
msgid "Argument 1 for %s must be a registered service"
msgstr ""
#: classes/class-services.php:115 classes/deprecated.php:81
msgid "Argument 1 for %s must be a valid class"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "BackUpWordPress"
msgstr ""
#: classes/class-setup.php:169
msgid ""
"BackUpWordPress requires PHP version %1$s or later and WordPress version "
"%2$s or later to run. It has not been activated. %3$s%4$s%5$sLearn more%6$s"
msgstr ""
#: classes/class-webhook-service.php:103
msgid "Error: %s"
msgstr ""
#: functions/core.php:331
msgid "BackUpWordPress has set up your default schedules."
msgstr ""
#: functions/core.php:331
msgid ""
"By default BackUpWordPress performs a daily backup of your database and a "
"weekly backup of your database & files. You can modify these schedules."
msgstr ""
#: functions/core.php:347
msgid "Once Hourly"
msgstr ""
#: functions/core.php:348
msgid "Twice Daily"
msgstr ""
#: functions/core.php:349
msgid "Once Daily"
msgstr ""
#: functions/core.php:350
msgid "Once Weekly"
msgstr ""
#: functions/core.php:351
msgid "Once Every Two Weeks"
msgstr ""
#: functions/core.php:352
msgid "Once Monthly"
msgstr ""
#: functions/core.php:371
msgid "You can only delete directories inside your WordPress installation"
msgstr ""
#: functions/interface.php:33
msgid "Download"
msgstr ""
#: functions/interface.php:75
msgid "BackUpWordPress detected issues with your last backup."
msgstr ""
#: functions/interface.php:147
msgid ""
"The backups directory can't be created because your %s directory isn't "
"writable. Please create the folder manually."
msgstr ""
#: functions/interface.php:151
msgid "The backups directory isn't writable. Please fix the permissions."
msgstr ""
#: functions/interface.php:155
msgid ""
"%1$s is running in %2$s, please contact your host and ask them to disable "
"it. BackUpWordPress may not work correctly whilst %3$s is on."
msgstr ""
#: functions/interface.php:155
msgid "http://php.net/manual/en/features.safe-mode.php"
msgstr ""
#: functions/interface.php:155
msgid "Safe Mode"
msgstr ""
#: functions/interface.php:162
msgid ""
"Your server has an %1$s restriction in effect and your custom backups "
"directory (%2$s) is not within the allowed path(s): (%3$s)."
msgstr ""
#: functions/interface.php:165
msgid "Your custom path does not exist"
msgstr ""
#: functions/interface.php:170
msgid ""
"Your custom backups directory %1$s doesn't exist and can't be created, your "
"backups will be saved to %2$s instead."
msgstr ""
#: functions/interface.php:174
msgid ""
"Your custom backups directory %1$s isn't writable, new backups will be "
"saved to %2$s instead."
msgstr ""
#: functions/interface.php:181
msgid "Your site root path %s isn't readable."
msgstr ""
#: functions/interface.php:185 functions/interface.php:189
msgid ""
"Your site cannot be backed up because your server doesn't support %1$s or "
"%2$s. Please contact your host and ask them to enable them."
msgstr ""
#: functions/interface.php:193
msgid ""
"Your server only has %s of disk space left which probably isn't enough to "
"complete a backup. Try deleting some existing backups or other files to "
"free up space."
msgstr ""
#: functions/interface.php:234
msgid "Database and Files"
msgstr ""
#: functions/interface.php:238
msgid "Files"
msgstr ""
#: functions/interface.php:242
msgid "Database"
msgstr ""
#: functions/interface.php:249
msgid "Legacy"
msgstr ""
#: functions/interface.php:266
msgid "Started %s ago"
msgstr ""
#: functions/interface.php:268
msgid "cancel"
msgstr ""
#: functions/interface.php:286
msgid "No backups completed"
msgstr ""
#: functions/interface.php:297
msgid "Complete Hourly"
msgstr ""
#: functions/interface.php:298
msgid "File Hourly"
msgstr ""
#: functions/interface.php:299
msgid "Database Hourly"
msgstr ""
#: functions/interface.php:300
msgid "Complete Twice Daily"
msgstr ""
#: functions/interface.php:301
msgid "File Twice Daily"
msgstr ""
#: functions/interface.php:302
msgid "Database Twice Daily"
msgstr ""
#: functions/interface.php:303
msgid "Complete Daily"
msgstr ""
#: functions/interface.php:304
msgid "File Daily"
msgstr ""
#: functions/interface.php:305
msgid "Database Daily"
msgstr ""
#: functions/interface.php:306
msgid "Complete Weekly"
msgstr ""
#: functions/interface.php:307
msgid "File Weekly"
msgstr ""
#: functions/interface.php:308
msgid "Database Weekly"
msgstr ""
#: functions/interface.php:309
msgid "Complete Every Two Weeks"
msgstr ""
#: functions/interface.php:310
msgid "File Every Two Weeks"
msgstr ""
#: functions/interface.php:311
msgid "Database Every Two Weeks"
msgstr ""
#: functions/interface.php:312
msgid "Complete Monthly"
msgstr ""
#: functions/interface.php:313
msgid "File Monthly"
msgstr ""
#: functions/interface.php:314
msgid "Database Monthly"
msgstr ""
#: functions/interface.php:315
msgid "Complete Manually"
msgstr ""
#: functions/interface.php:316
msgid "File Manually"
msgstr ""
#: functions/interface.php:317
msgid "Database Manually"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "http://bwp.hmn.md/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Simple automated backups of your WordPress powered website. Once activated "
"you'll find me under <strong>Tools → Backups</strong>. On multisite, "
"you'll find me under the Network Settings menu."
msgstr ""
#. Author of the plugin/theme
msgid "Human Made Limited"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://hmn.md/"
msgstr ""
#: admin/schedule-sentence.php:121
msgctxt ""
"1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to "
"store"
msgid "Backup my %1$s %2$s %3$s, %4$s."
msgstr ""
#: functions/interface.php:288
msgctxt "backups count"
msgid "One backup completed"
msgid_plural "%1$s backups completed"
msgstr[0] ""
msgstr[1] ""