Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.12.4

Version Description

*Release Date - June 14, 2016

  • UPDATE : Migrate database export to use wpdb query utility
  • UPDATE : add SQLi detection and error logging
  • UPDATE : Minor job updates to support wpbackitup-safe
  • UPDATE : Enhancements to scheduling engine
  • UPDATE : Add new background processing engine to minimize WPCron Dependency
  • UPDATE : Move options table restore to last pass to minimize migration issues
  • UPDATE : Significant performance improvements to scheduled backups
  • FIX : Fix issue with single file backup set settings and manifest
Download this release

Release Info

Developer cssimmon
Plugin Icon 128x128 Backup and Restore WordPress – WPBackItUp Backup Plugin
Version 1.12.4
Comparing to
See all releases

Code changes from version 1.12.3 to 1.12.4

js/wpbackitup_admin.js CHANGED
@@ -87,6 +87,16 @@
87
  cb = $(this);
88
  cb.val(cb.prop('checked')=== true? 1: 0);
89
  });
 
 
 
 
 
 
 
 
 
 
90
 
91
  /* settings filters */
92
  $('#wpbackitup_backup_plugins_filter').tagit();
87
  cb = $(this);
88
  cb.val(cb.prop('checked')=== true? 1: 0);
89
  });
90
+
91
+ $('#wpbackitup_rversion_compare').change(function(){
92
+ cb = $(this);
93
+ cb.val(cb.prop('checked')=== true? 1: 0);
94
+ });
95
+
96
+ $('#wpbackitup_single_file_backupset').change(function(){
97
+ cb = $(this);
98
+ cb.val(cb.prop('checked')=== true ? 1: 0);
99
+ });
100
 
101
  /* settings filters */
102
  $('#wpbackitup_backup_plugins_filter').tagit();
languages/wp-backitup-bn_BD.mo CHANGED
Binary file
languages/wp-backitup-bn_BD.po CHANGED
@@ -4,8 +4,8 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
- "POT-Creation-Date: 2016-03-07 10:10-0500\n"
8
- "PO-Revision-Date: 2016-03-07 10:10-0500\n"
9
  "Last-Translator: MD. AL-AMIN <alamin_opu@yahoo.com>\n"
10
  "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/bn_BD/)\n"
@@ -14,18 +14,23 @@ msgstr ""
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.8.7\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-KeywordsList: _;__;_e\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
 
 
 
 
 
22
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277 views/backup.php:283
23
- #: views/backup.php:348 views/restore.php:99 wp-backitup.php:110
24
  msgid "Backup"
25
  msgstr "ব্যাকআপ"
26
 
27
  #: lib/includes/class-wpbackitup-admin.php:215 lib/includes/class-wpbackitup-admin.php:253
28
- #: views/restore.php:136 wp-backitup.php:124
29
  msgid "Restore"
30
  msgstr "পুনরুদ্ধার"
31
 
@@ -114,79 +119,79 @@ msgstr "নতুন ব্যাকঅাপ !"
114
  msgid "Uploaded Backup"
115
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:595
118
  msgid "Backup Queued"
119
  msgstr "ব্যাকঅাপ অপেক্ষমান"
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:598
122
  msgid "Backup could not be queued"
123
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:609
126
  msgid "Job is already in queue."
127
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:641
130
  msgid "No backup file selected."
131
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:648
134
  msgid "No user id found."
135
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:670
138
  msgid "Restore Queued"
139
  msgstr "পুনরুদ্ধার অপেক্ষমান"
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:673
142
  msgid "Restore could not be queued"
143
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:678
146
  msgid "Restore already in queue"
147
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:705
150
  msgid "No job id posted"
151
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
154
  msgid "Backup Cancelled"
155
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:715
158
  msgid "Backup job not found"
159
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:896
162
  msgid "No response log found."
163
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:998
166
- #: lib/includes/class-wpbackitup-admin.php:1006
167
- #: lib/includes/class-wpbackitup-admin.php:1046
168
- #: lib/includes/class-wpbackitup-admin.php:1053
169
- #: lib/includes/class-wpbackitup-admin.php:1060
170
- #: lib/includes/class-wpbackitup-admin.php:1067
171
- #: lib/includes/class-wpbackitup-admin.php:1074
172
  msgid "Please enter a number"
173
  msgstr "একটি নাম্বার প্রবেশ করুন "
174
 
175
- #: lib/includes/class-wpbackitup-admin.php:1027
176
- #: lib/includes/class-wpbackitup-admin.php:1183
177
  msgid "Please enter a valid email"
178
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
179
 
180
- #: lib/includes/class-wpbackitup-admin.php:1190
181
  msgid "Please enter your support ticket id"
182
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
183
 
184
- #: lib/includes/class-wpbackitup-admin.php:1195
185
  msgid "Please only enter numbers in this field"
186
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
187
 
188
- #: lib/includes/class-wpbackitup-admin.php:1947
189
- #: lib/includes/class-wpbackitup-admin.php:1970
190
  msgid ""
191
  "License could not be activated. Please try again in a few hours and contact support if "
192
  "this error continues."
@@ -194,15 +199,15 @@ msgstr ""
194
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
195
  "জন্য যোগাযোগ করুন । "
196
 
197
- #: lib/includes/class-wpbackitup-admin.php:2019
198
  msgid "License is invalid."
199
  msgstr "লাইসেন্স সঠিক নয়।"
200
 
201
- #: lib/includes/class-wpbackitup-admin.php:2024
202
  msgid "License has expired."
203
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
204
 
205
- #: lib/includes/class-wpbackitup-admin.php:2027
206
  #, php-format
207
  msgid ""
208
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
@@ -213,15 +218,15 @@ msgstr ""
213
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
214
  "সহায়তা নিন । "
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2041
217
  msgid "License Expired: Scheduled backups are no longer active."
218
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2049
221
  msgid "Activation limit has been reached."
222
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
223
 
224
- #: lib/includes/class-wpbackitup-admin.php:2055
225
  msgid "Your Activation limit has been reached"
226
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
227
 
@@ -250,7 +255,7 @@ msgstr "অাপলোড WP BackitUp ব্যাকঅাপের সংর
250
  msgid "Could not import file into WPBackItUp backup set."
251
  msgstr "WP BackItUp ব্যাকআপ সেট এর মধ্যে ফাইল ইম্পোর্ট করা যায়নি."
252
 
253
- #: lib/includes/job_backup.php:1126
254
  #, php-format
255
  msgid ""
256
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your license has "
@@ -265,51 +270,51 @@ msgstr ""
265
  "আমাদের বিশ্বমানের সহায়তা দলের সহায়তার জন্য <strong><a href=\"%s\" target=\"blank\"> "
266
  "নবায়ন</a></strong> করুন । <br/><br/>"
267
 
268
- #: lib/includes/job_backup.php:1131
269
  #, php-format
270
  msgid "%s - Backup completed successfully."
271
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে। "
272
 
273
- #: lib/includes/job_backup.php:1132
274
  msgid "Your backup completed successfully."
275
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়েছে। "
276
 
277
- #: lib/includes/job_backup.php:1135
278
  #, php-format
279
  msgid "%s - Backup did not complete successfully."
280
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়নি। "
281
 
282
- #: lib/includes/job_backup.php:1136
283
  msgid "Your backup did not complete successfully."
284
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়নি। "
285
 
286
- #: lib/includes/job_backup.php:1143
287
  #, php-format
288
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
289
  msgstr "ওয়ার্ডপ্রেস সাইট: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
290
 
291
- #: lib/includes/job_backup.php:1144
292
  msgid "Backup date:"
293
  msgstr "ব্যাকআপের তারিখ:"
294
 
295
- #: lib/includes/job_backup.php:1145
296
  msgid "Number of backups completed with WPBackItUp:"
297
  msgstr "WP BackItUp দিয়ে ব্যাকঅাপ সম্পন্ন করা হয়েছে:"
298
 
299
- #: lib/includes/job_backup.php:1147
300
  msgid "Completion Code:"
301
  msgstr "পরিপূর্ন কোড:"
302
 
303
- #: lib/includes/job_backup.php:1148
304
  msgid "WPBackItUp Version:"
305
  msgstr "WP BackItUp ভার্সন:"
306
 
307
- #: lib/includes/job_backup.php:1160
308
  #, php-format
309
  msgid "Checkout %s for info about WPBackItUp and our other products."
310
  msgstr "WP BackItUp এবং অামাদের অন্যান্য প্রোডাক্ট সম্পর্কে জানতে %s দেখুন।"
311
 
312
- #: lib/includes/job_backup.php:1327
313
  msgid ""
314
  "(101) Unable to create a new directory for backup. Please check your CHMOD settings of "
315
  "your wp-backitup backup directory"
@@ -317,7 +322,7 @@ msgstr ""
317
  "(101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
318
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
319
 
320
- #: lib/includes/job_backup.php:1328
321
  msgid ""
322
  "(102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
323
  "backitup plugin directory"
@@ -325,39 +330,39 @@ msgstr ""
325
  "(102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
326
  "CHMOD সেটিংস যাচাই করুন"
327
 
328
- #: lib/includes/job_backup.php:1329
329
  msgid "(103) Unable to backup your files. Please try again"
330
  msgstr "(103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
331
 
332
- #: lib/includes/job_backup.php:1330
333
  msgid "(104) Unable to export your database. Please try again"
334
  msgstr "(104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
335
 
336
- #: lib/includes/job_backup.php:1331
337
  msgid "(105) Unable to export site information file. Please try again"
338
  msgstr "(105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
339
 
340
- #: lib/includes/job_backup.php:1332
341
  msgid "(106) Unable to cleanup your backup directory"
342
  msgstr "(106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছে নাহ।"
343
 
344
- #: lib/includes/job_backup.php:1333
345
  msgid "(107) Unable to compress(zip) your backup. Please try again"
346
  msgstr "(107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
347
 
348
- #: lib/includes/job_backup.php:1334
349
  msgid "(108) Unable to backup your site data files. Please try again"
350
  msgstr "(108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
351
 
352
- #: lib/includes/job_backup.php:1335
353
  msgid "(109) Unable to finalize backup. Please try again"
354
  msgstr "(109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
355
 
356
- #: lib/includes/job_backup.php:1336
357
  msgid "(110) Unable to create backup manifest. Please try again"
358
  msgstr "(110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
359
 
360
- #: lib/includes/job_backup.php:1337
361
  msgid ""
362
  "(114) Your database was accessible but an export could not be created. Please contact "
363
  "support by clicking the get support link on the right. Please let us know who your host "
@@ -366,23 +371,23 @@ msgstr ""
366
  "(114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
367
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
368
 
369
- #: lib/includes/job_backup.php:1338
370
  msgid "(120) Unable to backup your themes. Please try again"
371
  msgstr "(120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
372
 
373
- #: lib/includes/job_backup.php:1339
374
  msgid "(121) Unable to backup your plugins. Please try again"
375
  msgstr "(121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
376
 
377
- #: lib/includes/job_backup.php:1340
378
  msgid "(122) Unable to backup your uploads. Please try again"
379
  msgstr "(122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
380
 
381
- #: lib/includes/job_backup.php:1341
382
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
383
  msgstr "(123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
384
 
385
- #: lib/includes/job_backup.php:1342
386
  msgid ""
387
  "(125) Unable to compress your backup because there is no zip utility available. Please "
388
  "contact support"
@@ -390,19 +395,19 @@ msgstr ""
390
  "(125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
391
  "support এ যোগাযোগ করুন ।"
392
 
393
- #: lib/includes/job_backup.php:1343
394
  msgid "(126) Unable to validate your backup. Please try again"
395
  msgstr "(126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
396
 
397
- #: lib/includes/job_backup.php:1344
398
  msgid "(127) Unable to create inventory of files to backup. Please try again"
399
  msgstr "(127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
400
 
401
- #: lib/includes/job_backup.php:1345
402
  msgid "(128) Unable to create job control record. Please try again"
403
  msgstr "(128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
404
 
405
- #: lib/includes/job_backup.php:1347
406
  msgid ""
407
  "(2101) Unable to create a new directory for backup. Please check your CHMOD settings of "
408
  "your wp-backitup backup directory"
@@ -410,7 +415,7 @@ msgstr ""
410
  "(2101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
411
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
412
 
413
- #: lib/includes/job_backup.php:1348
414
  msgid ""
415
  "(2102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
416
  "backitup plugin directory"
@@ -418,39 +423,39 @@ msgstr ""
418
  "(2102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
419
  "CHMOD সেটিংস যাচাই করুন"
420
 
421
- #: lib/includes/job_backup.php:1349
422
  msgid "(2103) Unable to backup your files. Please try again"
423
  msgstr "(2103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
424
 
425
- #: lib/includes/job_backup.php:1350
426
  msgid "(2104) Unable to export your database. Please try again"
427
  msgstr "(2104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছেনা। দয়াকরে অাবার চেষ্টা করুন। "
428
 
429
- #: lib/includes/job_backup.php:1351
430
  msgid "(2105) Unable to export site information file. Please try again"
431
  msgstr "(2105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
432
 
433
- #: lib/includes/job_backup.php:1352
434
  msgid "(2106) Unable to cleanup your backup directory"
435
  msgstr "(2106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছেনা।"
436
 
437
- #: lib/includes/job_backup.php:1353
438
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
439
  msgstr "(2107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
440
 
441
- #: lib/includes/job_backup.php:1354
442
  msgid "(2108) Unable to backup your site data files. Please try again"
443
  msgstr "(2108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
444
 
445
- #: lib/includes/job_backup.php:1355
446
  msgid "(2109) Unable to finalize backup. Please try again"
447
  msgstr "(2109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন। "
448
 
449
- #: lib/includes/job_backup.php:1356
450
  msgid "(2110) Unable to create backup manifest. Please try again"
451
  msgstr "(2110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
452
 
453
- #: lib/includes/job_backup.php:1357
454
  msgid ""
455
  "(2114) Your database was accessible but an export could not be created. Please contact "
456
  "support by clicking the get support link on the right. Please let us know who your host "
@@ -459,23 +464,23 @@ msgstr ""
459
  "(2114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
460
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
461
 
462
- #: lib/includes/job_backup.php:1358
463
  msgid "(2120) Unable to backup your themes. Please try again"
464
  msgstr "(2120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
465
 
466
- #: lib/includes/job_backup.php:1359
467
  msgid "(2121) Unable to backup your plugins. Please try again"
468
  msgstr "(2121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
469
 
470
- #: lib/includes/job_backup.php:1360
471
  msgid "(2122) Unable to backup your uploads. Please try again"
472
  msgstr "(2122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
473
 
474
- #: lib/includes/job_backup.php:1361
475
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
476
  msgstr "(2123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
477
 
478
- #: lib/includes/job_backup.php:1362
479
  msgid ""
480
  "(2125) Unable to compress your backup because there is no zip utility available. "
481
  "Please contact support"
@@ -483,19 +488,19 @@ msgstr ""
483
  "(2125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
484
  "support এ যোগাযোগ করুন ।"
485
 
486
- #: lib/includes/job_backup.php:1363
487
  msgid "(2126) Unable to validate your backup. Please try again"
488
  msgstr "(2126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
489
 
490
- #: lib/includes/job_backup.php:1364
491
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
492
  msgstr "(2127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
493
 
494
- #: lib/includes/job_backup.php:1365
495
  msgid "(2128) Unable to create job control record. Please try again"
496
  msgstr "(2128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
497
 
498
- #: lib/includes/job_backup.php:1368
499
  msgid "(999) Unexpected error"
500
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
501
 
@@ -1351,20 +1356,20 @@ msgstr ""
1351
  msgid "%s Settings"
1352
  msgstr "%s সেটিংস"
1353
 
1354
- #: views/settings.php:46
1355
  msgid "Settings updated successfully!"
1356
  msgstr "সেটিংস হালনাগাদ সফল হয়েছে।"
1357
 
1358
- #: views/settings.php:59
1359
  msgid "Email Notifications"
1360
  msgstr "ইমেইল বিজ্ঞপ্তি"
1361
 
1362
- #: views/settings.php:60
1363
  msgid ""
1364
  "Please enter your email address if you would like to receive backup email notifications."
1365
  msgstr "আপনি যদি ইমেইলে ব্যাকআপ বিজ্ঞপ্তি পেতে চান তাহলে আপনার ইমেল ঠিকানা লিখুন."
1366
 
1367
- #: views/settings.php:61
1368
  msgid ""
1369
  "Backup email notifications will be sent for every backup and will contain status "
1370
  "information related to the backup."
@@ -1372,21 +1377,21 @@ msgstr ""
1372
  "ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
1373
  "সংক্রান্ত তথ্য উপস্থিত থাকবে."
1374
 
1375
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1376
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1377
- #: views/settings.php:217 views/settings.php:226
1378
  msgid "Save"
1379
  msgstr "সংরক্ষণ করুন"
1380
 
1381
- #: views/settings.php:79
1382
  msgid "Backup Retention"
1383
  msgstr "ব্যাকআপ ধারণ"
1384
 
1385
- #: views/settings.php:80
1386
  msgid "Enter the number of backup archives that you would like to remain on the server."
1387
  msgstr "আপনি সার্ভারে যে সংখ্যক ব্যাকআপ আর্কাইভ চান তার সংখ্যা লিখুন । "
1388
 
1389
- #: views/settings.php:81
1390
  msgid ""
1391
  "Many hosts limit the amount of space that you can take up on their servers. This option "
1392
  "tells WPBackItUp the maximum number of backup archives that should remain on your hosts "
@@ -1396,15 +1401,15 @@ msgstr ""
1396
  "বিকল্পটি WP BackItUp কে আপনার হোস্ট সার্ভারে ব্যাকআপ আর্কাইভের সর্বোচ্চ যে সংখ্যা থাকা উচিত তা "
1397
  "বলে দেয় । চিন্তা করবেন না, সবসময় প্রথম পুরনো ব্যাকআপ আর্কাইভ মুছে ফেলা হবে । "
1398
 
1399
- #: views/settings.php:100
1400
  msgid "Logging?"
1401
  msgstr "লগিং?"
1402
 
1403
- #: views/settings.php:101
1404
  msgid "Turn on WPBackItUp logging."
1405
  msgstr "WP BackItUp লগিং চালু করুন?"
1406
 
1407
- #: views/settings.php:102
1408
  msgid ""
1409
  "This option should only be turned on by advanced users or when troubleshooting issues "
1410
  "with WPBackItUp support."
@@ -1412,23 +1417,33 @@ msgstr ""
1412
  "এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা WPBackItUp সমর্থন সমস্যা সমাধানের সময় চালু করা "
1413
  "উচিত । "
1414
 
1415
- #: views/settings.php:103
1416
  msgid "Yes"
1417
  msgstr "হ্যাঁ"
1418
 
1419
- #: views/settings.php:104
1420
  msgid "No"
1421
  msgstr "না"
1422
 
1423
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1424
  msgid "Single File Backup Set"
1425
  msgstr "একক ফাইল ব্যাকআপ সেট"
1426
 
1427
- #: views/settings.php:112
1428
  msgid "Check this box if you would like WPBackItUp to create a single file backup set."
1429
  msgstr "এই বক্স চেক করুন যদি আপনি চান WPBackItUp একটি একক ফাইল ব্যাকআপ সেট তৈরি করুক"
1430
 
1431
- #: views/settings.php:113
1432
  msgid ""
1433
  "When this setting is turned on WPBackItUp will attempt to create a single file backup "
1434
  "set. If WPBackItUp is unable to create a single file backup set then it will turn this "
@@ -1440,15 +1455,15 @@ msgstr ""
1440
  "সমস্ত host মেমরি utilization কঠোরভাবে সীমিত করে দেয়, তাতে একটি একক ফাইল ব্যাকআপ সেট "
1441
  "তৈরি সম্ভব নাও হতে পারে. "
1442
 
1443
- #: views/settings.php:118
1444
  msgid "Batch Size"
1445
  msgstr "ব্যাচ আকার"
1446
 
1447
- #: views/settings.php:119
1448
  msgid "Enter the batch size for each of your content items."
1449
  msgstr "আপনার প্রতিটি কন্টেন্ট আইটেম এর জন্য ব্যাচ আকার লিখুন । "
1450
 
1451
- #: views/settings.php:120
1452
  msgid ""
1453
  "These settings tell WPBackItUp how many items that should be added to the backup at a "
1454
  "time. If you experience timeouts while running a backup then these settings can be "
@@ -1459,27 +1474,27 @@ msgstr ""
1459
  "সময়সীমা উত্তীর্ণ অভিজ্ঞতা লাভ করেন তাহলে এই সেটিংগুলো প্রতিটি ব্যাকআপের জন্য WP BackItUp এর যে "
1460
  "সময় লাগে তা হ্রাস করতে সহায়ক ভূমিকা পালন করবে। "
1461
 
1462
- #: views/settings.php:123
1463
  msgid "DB Tables Batch Size"
1464
  msgstr "ডিবি টেবিল ব্যাচ আকার"
1465
 
1466
- #: views/settings.php:128
1467
  msgid "Plugins Batch Size"
1468
  msgstr "প্লাগইন ব্যাচ আকার"
1469
 
1470
- #: views/settings.php:133
1471
  msgid "Themes Batch Size"
1472
  msgstr "থিম ব্যাচ আকার"
1473
 
1474
- #: views/settings.php:138
1475
  msgid "Uploads Batch Size"
1476
  msgstr "আপলোড ব্যাচ আকার"
1477
 
1478
- #: views/settings.php:143
1479
  msgid "Others Batch Size"
1480
  msgstr "অন্যদের ব্যাচ আকার"
1481
 
1482
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1483
  msgid ""
1484
  "* These settings should only be modified by advanced users or when when working with "
1485
  "WPBackItUp support."
@@ -1487,16 +1502,16 @@ msgstr ""
1487
  "WP BackItUp সমর্থনের সঙ্গে কাজ করার সময় শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা এই অপশন পরিবর্তন "
1488
  "করা উচিত । "
1489
 
1490
- #: views/settings.php:158
1491
  msgid "Filter Your Folders"
1492
  msgstr "আপনার ফোল্ডারসমূহ ফিল্টার করুন "
1493
 
1494
- #: views/settings.php:159
1495
  msgid "Enter a comma separated list of folders that should be excluded from your backups."
1496
  msgstr ""
1497
  "আপনার ব্যাকআপ থেকে বাদ দেওয়া উচিত যে ফোল্ডারসমুহ এর একটি তালিকা কমা দিয়ে পৃথক করে লিখুন । "
1498
 
1499
- #: views/settings.php:160
1500
  msgid ""
1501
  "It is important to note that when a folder name is present in this list any occurrence "
1502
  "of that folder, and all its contents, will be excluded from the backup."
@@ -1504,31 +1519,31 @@ msgstr ""
1504
  "এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
1505
  "সংঘটন ,এবং এর সমস্ত সামগ্রী ব্যাকআপ থেকে বাদ দেওয়া হবে । "
1506
 
1507
- #: views/settings.php:162
1508
  msgid "Plugin Folders Filter"
1509
  msgstr "প্লাগইন ফোল্ডার ফিল্টার"
1510
 
1511
- #: views/settings.php:167
1512
  msgid "Theme Folders Filter"
1513
  msgstr "থিম ফোল্ডার ফিল্টার"
1514
 
1515
- #: views/settings.php:172
1516
  msgid "Upload Folders Filter"
1517
  msgstr "আপলোড ফোল্ডার ফিল্টার"
1518
 
1519
- #: views/settings.php:176
1520
  msgid "Other Folders Filter"
1521
  msgstr "অন্যান্য ফোল্ডার ফিল্টার"
1522
 
1523
- #: views/settings.php:185
1524
  msgid "Filter Your Database Tables"
1525
  msgstr "আপনার ডাটাবেজ টেবিলসমূহ ফিল্টার করুন "
1526
 
1527
- #: views/settings.php:186
1528
  msgid "Exclude custom database tables from the backup."
1529
  msgstr "ব্যাকআপ থেকে কাস্টম ডাটাবেজ বাদ দিন । "
1530
 
1531
- #: views/settings.php:187
1532
  msgid ""
1533
  "If you would like to exclude a custom table from the backup then simply drag it to the "
1534
  "list on the right. WordPress core tables may not be excluded from the backup. "
@@ -1537,11 +1552,11 @@ msgstr ""
1537
  "আনুন । \n"
1538
  "ওয়ার্ডপ্রেস কোর টেবিল ব্যাকআপ থেকে বাদ দেওয়া নাও হতে পারে । "
1539
 
1540
- #: views/settings.php:223
1541
  msgid "Remove Data on Uninstall?"
1542
  msgstr "আনইনস্টলে তথ্য অপসারণ ?"
1543
 
1544
- #: views/settings.php:225
1545
  msgid ""
1546
  "Check this box if you would like WPBackItUp to completely remove all of its data when "
1547
  "the plugin is deleted."
@@ -1606,30 +1621,34 @@ msgstr "সমর্থন অ্যাক্সেস জন্য আপনা
1606
  msgid "Premium customers receive priority support."
1607
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
1608
 
1609
- #: wp-backitup.php:90 wp-backitup.php:91
1610
  #, php-format
1611
  msgid "Every %s hours"
1612
  msgstr "প্রতি %s ঘন্টা"
1613
 
1614
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1615
- #: wp-backitup.php:96
1616
  #, php-format
1617
  msgid "WPBUP - Every %s minutes"
1618
  msgstr "WPBUP - প্রতি %s মিনিট "
1619
 
1620
- #: wp-backitup.php:98
1621
  msgid "WPBUP - Once Weekly"
1622
  msgstr "WPBUP - সপ্তাহে একবার "
1623
 
1624
- #: wp-backitup.php:99
1625
  msgid "WPBUP - Once Monthly"
1626
  msgstr "WPBUP - মাসে একবার "
1627
 
1628
- #: wp-backitup.php:100 wp-backitup.php:101
1629
  #, php-format
1630
  msgid "WPBUP - Every %s hours"
1631
  msgstr "WPBUP - প্রতি %s ঘণ্টা "
1632
 
1633
- #: wp-backitup.php:138
 
 
 
 
1634
  msgid "Cleanup"
1635
  msgstr "পরিষ্করণ"
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-06-14 08:33-0400\n"
8
+ "PO-Revision-Date: 2016-06-14 08:33-0400\n"
9
  "Last-Translator: MD. AL-AMIN <alamin_opu@yahoo.com>\n"
10
  "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/bn_BD/)\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.8.8\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-KeywordsList: _;__;_e\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: lib/background-processing/class-background-process.php:408
23
+ #, php-format
24
+ msgid "Every %d Minutes"
25
+ msgstr ""
26
+
27
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277 views/backup.php:283
28
+ #: views/backup.php:348 views/restore.php:99 wp-backitup.php:142
29
  msgid "Backup"
30
  msgstr "ব্যাকআপ"
31
 
32
  #: lib/includes/class-wpbackitup-admin.php:215 lib/includes/class-wpbackitup-admin.php:253
33
+ #: views/restore.php:136 wp-backitup.php:156
34
  msgid "Restore"
35
  msgstr "পুনরুদ্ধার"
36
 
119
  msgid "Uploaded Backup"
120
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
121
 
122
+ #: lib/includes/class-wpbackitup-admin.php:601
123
  msgid "Backup Queued"
124
  msgstr "ব্যাকঅাপ অপেক্ষমান"
125
 
126
+ #: lib/includes/class-wpbackitup-admin.php:610
127
  msgid "Backup could not be queued"
128
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:622
131
  msgid "Job is already in queue."
132
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:660
135
  msgid "No backup file selected."
136
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:667
139
  msgid "No user id found."
140
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:690
143
  msgid "Restore Queued"
144
  msgstr "পুনরুদ্ধার অপেক্ষমান"
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:699
147
  msgid "Restore could not be queued"
148
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:705
151
  msgid "Restore already in queue"
152
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:737
155
  msgid "No job id posted"
156
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
159
  msgid "Backup Cancelled"
160
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:747
163
  msgid "Backup job not found"
164
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:908
167
  msgid "No response log found."
168
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:1010
171
+ #: lib/includes/class-wpbackitup-admin.php:1018
172
+ #: lib/includes/class-wpbackitup-admin.php:1064
173
+ #: lib/includes/class-wpbackitup-admin.php:1071
174
+ #: lib/includes/class-wpbackitup-admin.php:1078
175
+ #: lib/includes/class-wpbackitup-admin.php:1085
176
+ #: lib/includes/class-wpbackitup-admin.php:1092
177
  msgid "Please enter a number"
178
  msgstr "একটি নাম্বার প্রবেশ করুন "
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:1039
181
+ #: lib/includes/class-wpbackitup-admin.php:1201
182
  msgid "Please enter a valid email"
183
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:1208
186
  msgid "Please enter your support ticket id"
187
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1213
190
  msgid "Please only enter numbers in this field"
191
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:2003
194
+ #: lib/includes/class-wpbackitup-admin.php:2023
195
  msgid ""
196
  "License could not be activated. Please try again in a few hours and contact support if "
197
  "this error continues."
199
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
200
  "জন্য যোগাযোগ করুন । "
201
 
202
+ #: lib/includes/class-wpbackitup-admin.php:2072
203
  msgid "License is invalid."
204
  msgstr "লাইসেন্স সঠিক নয়।"
205
 
206
+ #: lib/includes/class-wpbackitup-admin.php:2077
207
  msgid "License has expired."
208
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
209
 
210
+ #: lib/includes/class-wpbackitup-admin.php:2080
211
  #, php-format
212
  msgid ""
213
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
218
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
219
  "সহায়তা নিন । "
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2094
222
  msgid "License Expired: Scheduled backups are no longer active."
223
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2102
226
  msgid "Activation limit has been reached."
227
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2108
230
  msgid "Your Activation limit has been reached"
231
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
232
 
255
  msgid "Could not import file into WPBackItUp backup set."
256
  msgstr "WP BackItUp ব্যাকআপ সেট এর মধ্যে ফাইল ইম্পোর্ট করা যায়নি."
257
 
258
+ #: lib/includes/job_backup.php:1135
259
  #, php-format
260
  msgid ""
261
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your license has "
270
  "আমাদের বিশ্বমানের সহায়তা দলের সহায়তার জন্য <strong><a href=\"%s\" target=\"blank\"> "
271
  "নবায়ন</a></strong> করুন । <br/><br/>"
272
 
273
+ #: lib/includes/job_backup.php:1140
274
  #, php-format
275
  msgid "%s - Backup completed successfully."
276
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে। "
277
 
278
+ #: lib/includes/job_backup.php:1141
279
  msgid "Your backup completed successfully."
280
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়েছে। "
281
 
282
+ #: lib/includes/job_backup.php:1144
283
  #, php-format
284
  msgid "%s - Backup did not complete successfully."
285
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়নি। "
286
 
287
+ #: lib/includes/job_backup.php:1145
288
  msgid "Your backup did not complete successfully."
289
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়নি। "
290
 
291
+ #: lib/includes/job_backup.php:1152
292
  #, php-format
293
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
294
  msgstr "ওয়ার্ডপ্রেস সাইট: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
295
 
296
+ #: lib/includes/job_backup.php:1153
297
  msgid "Backup date:"
298
  msgstr "ব্যাকআপের তারিখ:"
299
 
300
+ #: lib/includes/job_backup.php:1154
301
  msgid "Number of backups completed with WPBackItUp:"
302
  msgstr "WP BackItUp দিয়ে ব্যাকঅাপ সম্পন্ন করা হয়েছে:"
303
 
304
+ #: lib/includes/job_backup.php:1156
305
  msgid "Completion Code:"
306
  msgstr "পরিপূর্ন কোড:"
307
 
308
+ #: lib/includes/job_backup.php:1157
309
  msgid "WPBackItUp Version:"
310
  msgstr "WP BackItUp ভার্সন:"
311
 
312
+ #: lib/includes/job_backup.php:1169
313
  #, php-format
314
  msgid "Checkout %s for info about WPBackItUp and our other products."
315
  msgstr "WP BackItUp এবং অামাদের অন্যান্য প্রোডাক্ট সম্পর্কে জানতে %s দেখুন।"
316
 
317
+ #: lib/includes/job_backup.php:1336
318
  msgid ""
319
  "(101) Unable to create a new directory for backup. Please check your CHMOD settings of "
320
  "your wp-backitup backup directory"
322
  "(101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
323
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
324
 
325
+ #: lib/includes/job_backup.php:1337
326
  msgid ""
327
  "(102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
328
  "backitup plugin directory"
330
  "(102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
331
  "CHMOD সেটিংস যাচাই করুন"
332
 
333
+ #: lib/includes/job_backup.php:1338
334
  msgid "(103) Unable to backup your files. Please try again"
335
  msgstr "(103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
336
 
337
+ #: lib/includes/job_backup.php:1339
338
  msgid "(104) Unable to export your database. Please try again"
339
  msgstr "(104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
340
 
341
+ #: lib/includes/job_backup.php:1340
342
  msgid "(105) Unable to export site information file. Please try again"
343
  msgstr "(105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
344
 
345
+ #: lib/includes/job_backup.php:1341
346
  msgid "(106) Unable to cleanup your backup directory"
347
  msgstr "(106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছে নাহ।"
348
 
349
+ #: lib/includes/job_backup.php:1342
350
  msgid "(107) Unable to compress(zip) your backup. Please try again"
351
  msgstr "(107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
352
 
353
+ #: lib/includes/job_backup.php:1343
354
  msgid "(108) Unable to backup your site data files. Please try again"
355
  msgstr "(108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
356
 
357
+ #: lib/includes/job_backup.php:1344
358
  msgid "(109) Unable to finalize backup. Please try again"
359
  msgstr "(109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
360
 
361
+ #: lib/includes/job_backup.php:1345
362
  msgid "(110) Unable to create backup manifest. Please try again"
363
  msgstr "(110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
364
 
365
+ #: lib/includes/job_backup.php:1346
366
  msgid ""
367
  "(114) Your database was accessible but an export could not be created. Please contact "
368
  "support by clicking the get support link on the right. Please let us know who your host "
371
  "(114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
372
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
373
 
374
+ #: lib/includes/job_backup.php:1347
375
  msgid "(120) Unable to backup your themes. Please try again"
376
  msgstr "(120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
377
 
378
+ #: lib/includes/job_backup.php:1348
379
  msgid "(121) Unable to backup your plugins. Please try again"
380
  msgstr "(121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
381
 
382
+ #: lib/includes/job_backup.php:1349
383
  msgid "(122) Unable to backup your uploads. Please try again"
384
  msgstr "(122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
385
 
386
+ #: lib/includes/job_backup.php:1350
387
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
388
  msgstr "(123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
389
 
390
+ #: lib/includes/job_backup.php:1351
391
  msgid ""
392
  "(125) Unable to compress your backup because there is no zip utility available. Please "
393
  "contact support"
395
  "(125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
396
  "support এ যোগাযোগ করুন ।"
397
 
398
+ #: lib/includes/job_backup.php:1352
399
  msgid "(126) Unable to validate your backup. Please try again"
400
  msgstr "(126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
401
 
402
+ #: lib/includes/job_backup.php:1353
403
  msgid "(127) Unable to create inventory of files to backup. Please try again"
404
  msgstr "(127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
405
 
406
+ #: lib/includes/job_backup.php:1354
407
  msgid "(128) Unable to create job control record. Please try again"
408
  msgstr "(128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
409
 
410
+ #: lib/includes/job_backup.php:1356
411
  msgid ""
412
  "(2101) Unable to create a new directory for backup. Please check your CHMOD settings of "
413
  "your wp-backitup backup directory"
415
  "(2101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
416
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
417
 
418
+ #: lib/includes/job_backup.php:1357
419
  msgid ""
420
  "(2102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
421
  "backitup plugin directory"
423
  "(2102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
424
  "CHMOD সেটিংস যাচাই করুন"
425
 
426
+ #: lib/includes/job_backup.php:1358
427
  msgid "(2103) Unable to backup your files. Please try again"
428
  msgstr "(2103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
429
 
430
+ #: lib/includes/job_backup.php:1359
431
  msgid "(2104) Unable to export your database. Please try again"
432
  msgstr "(2104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছেনা। দয়াকরে অাবার চেষ্টা করুন। "
433
 
434
+ #: lib/includes/job_backup.php:1360
435
  msgid "(2105) Unable to export site information file. Please try again"
436
  msgstr "(2105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
437
 
438
+ #: lib/includes/job_backup.php:1361
439
  msgid "(2106) Unable to cleanup your backup directory"
440
  msgstr "(2106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছেনা।"
441
 
442
+ #: lib/includes/job_backup.php:1362
443
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
444
  msgstr "(2107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
445
 
446
+ #: lib/includes/job_backup.php:1363
447
  msgid "(2108) Unable to backup your site data files. Please try again"
448
  msgstr "(2108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
449
 
450
+ #: lib/includes/job_backup.php:1364
451
  msgid "(2109) Unable to finalize backup. Please try again"
452
  msgstr "(2109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন। "
453
 
454
+ #: lib/includes/job_backup.php:1365
455
  msgid "(2110) Unable to create backup manifest. Please try again"
456
  msgstr "(2110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
457
 
458
+ #: lib/includes/job_backup.php:1366
459
  msgid ""
460
  "(2114) Your database was accessible but an export could not be created. Please contact "
461
  "support by clicking the get support link on the right. Please let us know who your host "
464
  "(2114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
465
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
466
 
467
+ #: lib/includes/job_backup.php:1367
468
  msgid "(2120) Unable to backup your themes. Please try again"
469
  msgstr "(2120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
470
 
471
+ #: lib/includes/job_backup.php:1368
472
  msgid "(2121) Unable to backup your plugins. Please try again"
473
  msgstr "(2121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
474
 
475
+ #: lib/includes/job_backup.php:1369
476
  msgid "(2122) Unable to backup your uploads. Please try again"
477
  msgstr "(2122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
478
 
479
+ #: lib/includes/job_backup.php:1370
480
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
481
  msgstr "(2123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
482
 
483
+ #: lib/includes/job_backup.php:1371
484
  msgid ""
485
  "(2125) Unable to compress your backup because there is no zip utility available. "
486
  "Please contact support"
488
  "(2125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
489
  "support এ যোগাযোগ করুন ।"
490
 
491
+ #: lib/includes/job_backup.php:1372
492
  msgid "(2126) Unable to validate your backup. Please try again"
493
  msgstr "(2126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
494
 
495
+ #: lib/includes/job_backup.php:1373
496
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
497
  msgstr "(2127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
498
 
499
+ #: lib/includes/job_backup.php:1374
500
  msgid "(2128) Unable to create job control record. Please try again"
501
  msgstr "(2128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
502
 
503
+ #: lib/includes/job_backup.php:1377
504
  msgid "(999) Unexpected error"
505
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
506
 
1356
  msgid "%s Settings"
1357
  msgstr "%s সেটিংস"
1358
 
1359
+ #: views/settings.php:48
1360
  msgid "Settings updated successfully!"
1361
  msgstr "সেটিংস হালনাগাদ সফল হয়েছে।"
1362
 
1363
+ #: views/settings.php:61
1364
  msgid "Email Notifications"
1365
  msgstr "ইমেইল বিজ্ঞপ্তি"
1366
 
1367
+ #: views/settings.php:62
1368
  msgid ""
1369
  "Please enter your email address if you would like to receive backup email notifications."
1370
  msgstr "আপনি যদি ইমেইলে ব্যাকআপ বিজ্ঞপ্তি পেতে চান তাহলে আপনার ইমেল ঠিকানা লিখুন."
1371
 
1372
+ #: views/settings.php:63
1373
  msgid ""
1374
  "Backup email notifications will be sent for every backup and will contain status "
1375
  "information related to the backup."
1377
  "ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
1378
  "সংক্রান্ত তথ্য উপস্থিত থাকবে."
1379
 
1380
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1381
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1382
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1383
  msgid "Save"
1384
  msgstr "সংরক্ষণ করুন"
1385
 
1386
+ #: views/settings.php:81
1387
  msgid "Backup Retention"
1388
  msgstr "ব্যাকআপ ধারণ"
1389
 
1390
+ #: views/settings.php:82
1391
  msgid "Enter the number of backup archives that you would like to remain on the server."
1392
  msgstr "আপনি সার্ভারে যে সংখ্যক ব্যাকআপ আর্কাইভ চান তার সংখ্যা লিখুন । "
1393
 
1394
+ #: views/settings.php:83
1395
  msgid ""
1396
  "Many hosts limit the amount of space that you can take up on their servers. This option "
1397
  "tells WPBackItUp the maximum number of backup archives that should remain on your hosts "
1401
  "বিকল্পটি WP BackItUp কে আপনার হোস্ট সার্ভারে ব্যাকআপ আর্কাইভের সর্বোচ্চ যে সংখ্যা থাকা উচিত তা "
1402
  "বলে দেয় । চিন্তা করবেন না, সবসময় প্রথম পুরনো ব্যাকআপ আর্কাইভ মুছে ফেলা হবে । "
1403
 
1404
+ #: views/settings.php:102
1405
  msgid "Logging?"
1406
  msgstr "লগিং?"
1407
 
1408
+ #: views/settings.php:103
1409
  msgid "Turn on WPBackItUp logging."
1410
  msgstr "WP BackItUp লগিং চালু করুন?"
1411
 
1412
+ #: views/settings.php:104
1413
  msgid ""
1414
  "This option should only be turned on by advanced users or when troubleshooting issues "
1415
  "with WPBackItUp support."
1417
  "এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা WPBackItUp সমর্থন সমস্যা সমাধানের সময় চালু করা "
1418
  "উচিত । "
1419
 
1420
+ #: views/settings.php:105
1421
  msgid "Yes"
1422
  msgstr "হ্যাঁ"
1423
 
1424
+ #: views/settings.php:106
1425
  msgid "No"
1426
  msgstr "না"
1427
 
1428
+ #: views/settings.php:112
1429
+ msgid "Disable restore version compare?"
1430
+ msgstr ""
1431
+
1432
+ #: views/settings.php:114
1433
+ msgid ""
1434
+ "Check this box if you would like WPBackItUp not to check major version issue. This "
1435
+ "could be dangerous, you can disable it with your own risk."
1436
+ msgstr ""
1437
+
1438
+ #: views/settings.php:119
1439
  msgid "Single File Backup Set"
1440
  msgstr "একক ফাইল ব্যাকআপ সেট"
1441
 
1442
+ #: views/settings.php:121
1443
  msgid "Check this box if you would like WPBackItUp to create a single file backup set."
1444
  msgstr "এই বক্স চেক করুন যদি আপনি চান WPBackItUp একটি একক ফাইল ব্যাকআপ সেট তৈরি করুক"
1445
 
1446
+ #: views/settings.php:122
1447
  msgid ""
1448
  "When this setting is turned on WPBackItUp will attempt to create a single file backup "
1449
  "set. If WPBackItUp is unable to create a single file backup set then it will turn this "
1455
  "সমস্ত host মেমরি utilization কঠোরভাবে সীমিত করে দেয়, তাতে একটি একক ফাইল ব্যাকআপ সেট "
1456
  "তৈরি সম্ভব নাও হতে পারে. "
1457
 
1458
+ #: views/settings.php:127
1459
  msgid "Batch Size"
1460
  msgstr "ব্যাচ আকার"
1461
 
1462
+ #: views/settings.php:128
1463
  msgid "Enter the batch size for each of your content items."
1464
  msgstr "আপনার প্রতিটি কন্টেন্ট আইটেম এর জন্য ব্যাচ আকার লিখুন । "
1465
 
1466
+ #: views/settings.php:129
1467
  msgid ""
1468
  "These settings tell WPBackItUp how many items that should be added to the backup at a "
1469
  "time. If you experience timeouts while running a backup then these settings can be "
1474
  "সময়সীমা উত্তীর্ণ অভিজ্ঞতা লাভ করেন তাহলে এই সেটিংগুলো প্রতিটি ব্যাকআপের জন্য WP BackItUp এর যে "
1475
  "সময় লাগে তা হ্রাস করতে সহায়ক ভূমিকা পালন করবে। "
1476
 
1477
+ #: views/settings.php:132
1478
  msgid "DB Tables Batch Size"
1479
  msgstr "ডিবি টেবিল ব্যাচ আকার"
1480
 
1481
+ #: views/settings.php:137
1482
  msgid "Plugins Batch Size"
1483
  msgstr "প্লাগইন ব্যাচ আকার"
1484
 
1485
+ #: views/settings.php:142
1486
  msgid "Themes Batch Size"
1487
  msgstr "থিম ব্যাচ আকার"
1488
 
1489
+ #: views/settings.php:147
1490
  msgid "Uploads Batch Size"
1491
  msgstr "আপলোড ব্যাচ আকার"
1492
 
1493
+ #: views/settings.php:152
1494
  msgid "Others Batch Size"
1495
  msgstr "অন্যদের ব্যাচ আকার"
1496
 
1497
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1498
  msgid ""
1499
  "* These settings should only be modified by advanced users or when when working with "
1500
  "WPBackItUp support."
1502
  "WP BackItUp সমর্থনের সঙ্গে কাজ করার সময় শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা এই অপশন পরিবর্তন "
1503
  "করা উচিত । "
1504
 
1505
+ #: views/settings.php:167
1506
  msgid "Filter Your Folders"
1507
  msgstr "আপনার ফোল্ডারসমূহ ফিল্টার করুন "
1508
 
1509
+ #: views/settings.php:168
1510
  msgid "Enter a comma separated list of folders that should be excluded from your backups."
1511
  msgstr ""
1512
  "আপনার ব্যাকআপ থেকে বাদ দেওয়া উচিত যে ফোল্ডারসমুহ এর একটি তালিকা কমা দিয়ে পৃথক করে লিখুন । "
1513
 
1514
+ #: views/settings.php:169
1515
  msgid ""
1516
  "It is important to note that when a folder name is present in this list any occurrence "
1517
  "of that folder, and all its contents, will be excluded from the backup."
1519
  "এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
1520
  "সংঘটন ,এবং এর সমস্ত সামগ্রী ব্যাকআপ থেকে বাদ দেওয়া হবে । "
1521
 
1522
+ #: views/settings.php:171
1523
  msgid "Plugin Folders Filter"
1524
  msgstr "প্লাগইন ফোল্ডার ফিল্টার"
1525
 
1526
+ #: views/settings.php:176
1527
  msgid "Theme Folders Filter"
1528
  msgstr "থিম ফোল্ডার ফিল্টার"
1529
 
1530
+ #: views/settings.php:181
1531
  msgid "Upload Folders Filter"
1532
  msgstr "আপলোড ফোল্ডার ফিল্টার"
1533
 
1534
+ #: views/settings.php:185
1535
  msgid "Other Folders Filter"
1536
  msgstr "অন্যান্য ফোল্ডার ফিল্টার"
1537
 
1538
+ #: views/settings.php:194
1539
  msgid "Filter Your Database Tables"
1540
  msgstr "আপনার ডাটাবেজ টেবিলসমূহ ফিল্টার করুন "
1541
 
1542
+ #: views/settings.php:195
1543
  msgid "Exclude custom database tables from the backup."
1544
  msgstr "ব্যাকআপ থেকে কাস্টম ডাটাবেজ বাদ দিন । "
1545
 
1546
+ #: views/settings.php:196
1547
  msgid ""
1548
  "If you would like to exclude a custom table from the backup then simply drag it to the "
1549
  "list on the right. WordPress core tables may not be excluded from the backup. "
1552
  "আনুন । \n"
1553
  "ওয়ার্ডপ্রেস কোর টেবিল ব্যাকআপ থেকে বাদ দেওয়া নাও হতে পারে । "
1554
 
1555
+ #: views/settings.php:232
1556
  msgid "Remove Data on Uninstall?"
1557
  msgstr "আনইনস্টলে তথ্য অপসারণ ?"
1558
 
1559
+ #: views/settings.php:234
1560
  msgid ""
1561
  "Check this box if you would like WPBackItUp to completely remove all of its data when "
1562
  "the plugin is deleted."
1621
  msgid "Premium customers receive priority support."
1622
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
1623
 
1624
+ #: wp-backitup.php:93 wp-backitup.php:94
1625
  #, php-format
1626
  msgid "Every %s hours"
1627
  msgstr "প্রতি %s ঘন্টা"
1628
 
1629
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1630
+ #: wp-backitup.php:99
1631
  #, php-format
1632
  msgid "WPBUP - Every %s minutes"
1633
  msgstr "WPBUP - প্রতি %s মিনিট "
1634
 
1635
+ #: wp-backitup.php:101
1636
  msgid "WPBUP - Once Weekly"
1637
  msgstr "WPBUP - সপ্তাহে একবার "
1638
 
1639
+ #: wp-backitup.php:102
1640
  msgid "WPBUP - Once Monthly"
1641
  msgstr "WPBUP - মাসে একবার "
1642
 
1643
+ #: wp-backitup.php:103 wp-backitup.php:104
1644
  #, php-format
1645
  msgid "WPBUP - Every %s hours"
1646
  msgstr "WPBUP - প্রতি %s ঘণ্টা "
1647
 
1648
+ #: wp-backitup.php:113
1649
+ msgid "Local File"
1650
+ msgstr ""
1651
+
1652
+ #: wp-backitup.php:170
1653
  msgid "Cleanup"
1654
  msgstr "পরিষ্করণ"
languages/wp-backitup-de_DE.mo CHANGED
Binary file
languages/wp-backitup-de_DE.po CHANGED
@@ -6,8 +6,8 @@
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WPBackItUp\n"
9
- "POT-Creation-Date: 2016-03-07 10:10-0500\n"
10
- "PO-Revision-Date: 2016-03-07 10:10-0500\n"
11
  "Last-Translator: Stefan Apel <apel.s@sebakmt.com>\n"
12
  "Language-Team: German (Germany) (http://www.transifex.com/wp-translations/wp-"
13
  "backitup/language/de_DE/)\n"
@@ -16,20 +16,25 @@ msgstr ""
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 1.8.7\n"
20
  "X-Poedit-Basepath: ..\n"
21
  "X-Poedit-KeywordsList: _;__;_e\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
 
 
 
 
 
24
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
25
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
26
- #: wp-backitup.php:110
27
  msgid "Backup"
28
  msgstr "Sichern"
29
 
30
  #: lib/includes/class-wpbackitup-admin.php:215
31
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
32
- #: wp-backitup.php:124
33
  msgid "Restore"
34
  msgstr "Wiederherstellen"
35
 
@@ -122,79 +127,79 @@ msgstr "Neues Backup!"
122
  msgid "Uploaded Backup"
123
  msgstr "Hochgeladenes Backup"
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:595
126
  msgid "Backup Queued"
127
  msgstr "Geplantes Backup"
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:598
130
  msgid "Backup could not be queued"
131
  msgstr "Backup konnte nicht geplant werden"
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:609
134
  msgid "Job is already in queue."
135
  msgstr "Der Auftrag ist bereits in der Warteschlange."
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:641
138
  msgid "No backup file selected."
139
  msgstr "Keine Backup-Datei ausgewählt."
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:648
142
  msgid "No user id found."
143
  msgstr "Keine Nutzer-ID gefunden."
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:670
146
  msgid "Restore Queued"
147
  msgstr "Wiederherstellung geplant"
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:673
150
  msgid "Restore could not be queued"
151
  msgstr "Wiederherstellung konnte nicht geplant werden"
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:678
154
  msgid "Restore already in queue"
155
  msgstr "Wiederherstellung bereits geplant"
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:705
158
  msgid "No job id posted"
159
  msgstr "Keine Auftrags-ID gesendet"
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
162
  msgid "Backup Cancelled"
163
  msgstr "Backup abgebrochen"
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:715
166
  msgid "Backup job not found"
167
  msgstr "Backup-Auftrag nicht gefunden"
168
 
169
- #: lib/includes/class-wpbackitup-admin.php:896
170
  msgid "No response log found."
171
  msgstr "Kein Antwortprotokoll gefunden."
172
 
173
- #: lib/includes/class-wpbackitup-admin.php:998
174
- #: lib/includes/class-wpbackitup-admin.php:1006
175
- #: lib/includes/class-wpbackitup-admin.php:1046
176
- #: lib/includes/class-wpbackitup-admin.php:1053
177
- #: lib/includes/class-wpbackitup-admin.php:1060
178
- #: lib/includes/class-wpbackitup-admin.php:1067
179
- #: lib/includes/class-wpbackitup-admin.php:1074
180
  msgid "Please enter a number"
181
  msgstr "Bitte eine Nummer eingeben"
182
 
183
- #: lib/includes/class-wpbackitup-admin.php:1027
184
- #: lib/includes/class-wpbackitup-admin.php:1183
185
  msgid "Please enter a valid email"
186
  msgstr "Bitte eine gültige Email eingeben"
187
 
188
- #: lib/includes/class-wpbackitup-admin.php:1190
189
  msgid "Please enter your support ticket id"
190
  msgstr "Bitte ID des Support-Tickets eingeben"
191
 
192
- #: lib/includes/class-wpbackitup-admin.php:1195
193
  msgid "Please only enter numbers in this field"
194
  msgstr "Bitte Nummern in dieses Feld eingeben"
195
 
196
- #: lib/includes/class-wpbackitup-admin.php:1947
197
- #: lib/includes/class-wpbackitup-admin.php:1970
198
  msgid ""
199
  "License could not be activated. Please try again in a few hours and contact "
200
  "support if this error continues."
@@ -203,15 +208,15 @@ msgstr ""
203
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
204
  "weiter bestehen sollte."
205
 
206
- #: lib/includes/class-wpbackitup-admin.php:2019
207
  msgid "License is invalid."
208
  msgstr "Lizenz ist nicht gültig"
209
 
210
- #: lib/includes/class-wpbackitup-admin.php:2024
211
  msgid "License has expired."
212
  msgstr "Lizenz ist abgelaufen"
213
 
214
- #: lib/includes/class-wpbackitup-admin.php:2027
215
  #, php-format
216
  msgid ""
217
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -223,15 +228,15 @@ msgstr ""
223
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
224
  "strong>."
225
 
226
- #: lib/includes/class-wpbackitup-admin.php:2041
227
  msgid "License Expired: Scheduled backups are no longer active."
228
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
229
 
230
- #: lib/includes/class-wpbackitup-admin.php:2049
231
  msgid "Activation limit has been reached."
232
  msgstr "Aktivierungs-Limit wurde erreicht"
233
 
234
- #: lib/includes/class-wpbackitup-admin.php:2055
235
  msgid "Your Activation limit has been reached"
236
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
237
 
@@ -264,7 +269,7 @@ msgstr ""
264
  msgid "Could not import file into WPBackItUp backup set."
265
  msgstr "Datei konnte nicht in den WPBackItUp Sicherungssatz importiert werden."
266
 
267
- #: lib/includes/job_backup.php:1126
268
  #, php-format
269
  msgid ""
270
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -280,51 +285,51 @@ msgstr ""
280
  "Lizenz für ein weiteres Jahr mit Produkt-Updates und Support durch unser "
281
  "erstklassiges Kundendienstteam.<br/><br/>"
282
 
283
- #: lib/includes/job_backup.php:1131
284
  #, php-format
285
  msgid "%s - Backup completed successfully."
286
  msgstr "%s - Sicherung erfolgreich abgeschlossen."
287
 
288
- #: lib/includes/job_backup.php:1132
289
  msgid "Your backup completed successfully."
290
  msgstr "Die Sicherung wurde erfolgreich abgeschlossen."
291
 
292
- #: lib/includes/job_backup.php:1135
293
  #, php-format
294
  msgid "%s - Backup did not complete successfully."
295
  msgstr "%s - Sicherung nicht erfolgreich abgeschlossen."
296
 
297
- #: lib/includes/job_backup.php:1136
298
  msgid "Your backup did not complete successfully."
299
  msgstr "Die Sicherung wurde nicht erfolgreich abgeschlossen."
300
 
301
- #: lib/includes/job_backup.php:1143
302
  #, php-format
303
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
304
  msgstr "WordPress-Seite: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
305
 
306
- #: lib/includes/job_backup.php:1144
307
  msgid "Backup date:"
308
  msgstr "Sicherungs-Datum:"
309
 
310
- #: lib/includes/job_backup.php:1145
311
  msgid "Number of backups completed with WPBackItUp:"
312
  msgstr "Anzahl der Sicherungen, welche mit WPBackItUp durchgeführt wurden:"
313
 
314
- #: lib/includes/job_backup.php:1147
315
  msgid "Completion Code:"
316
  msgstr "Komplettierungs-Code:"
317
 
318
- #: lib/includes/job_backup.php:1148
319
  msgid "WPBackItUp Version:"
320
  msgstr "WPBackItUp Version:"
321
 
322
- #: lib/includes/job_backup.php:1160
323
  #, php-format
324
  msgid "Checkout %s for info about WPBackItUp and our other products."
325
  msgstr "Besuchen Sie %s für Infos über WPBackItUp und unsere anderen Produkte."
326
 
327
- #: lib/includes/job_backup.php:1327
328
  msgid ""
329
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
330
  "settings of your wp-backitup backup directory"
@@ -332,7 +337,7 @@ msgstr ""
332
  "(101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
333
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
334
 
335
- #: lib/includes/job_backup.php:1328
336
  msgid ""
337
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
338
  "your wp-backitup plugin directory"
@@ -340,47 +345,47 @@ msgstr ""
340
  "(102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
341
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
342
 
343
- #: lib/includes/job_backup.php:1329
344
  msgid "(103) Unable to backup your files. Please try again"
345
  msgstr "(103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
346
 
347
- #: lib/includes/job_backup.php:1330
348
  msgid "(104) Unable to export your database. Please try again"
349
  msgstr ""
350
  "(104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
351
 
352
- #: lib/includes/job_backup.php:1331
353
  msgid "(105) Unable to export site information file. Please try again"
354
  msgstr ""
355
  "(105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
356
  "versuchen."
357
 
358
- #: lib/includes/job_backup.php:1332
359
  msgid "(106) Unable to cleanup your backup directory"
360
  msgstr "(106) Sicherungs-Verzeichnis konnte nicht geleert werden."
361
 
362
- #: lib/includes/job_backup.php:1333
363
  msgid "(107) Unable to compress(zip) your backup. Please try again"
364
  msgstr ""
365
  "(107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
366
 
367
- #: lib/includes/job_backup.php:1334
368
  msgid "(108) Unable to backup your site data files. Please try again"
369
  msgstr ""
370
  "(108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
371
  "Bitte erneut versuchen."
372
 
373
- #: lib/includes/job_backup.php:1335
374
  msgid "(109) Unable to finalize backup. Please try again"
375
  msgstr ""
376
  "(109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
377
 
378
- #: lib/includes/job_backup.php:1336
379
  msgid "(110) Unable to create backup manifest. Please try again"
380
  msgstr ""
381
  "(110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
382
 
383
- #: lib/includes/job_backup.php:1337
384
  msgid ""
385
  "(114) Your database was accessible but an export could not be created. "
386
  "Please contact support by clicking the get support link on the right. Please "
@@ -391,25 +396,25 @@ msgstr ""
391
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
392
  "und wann die Anfrage gesendet wurde."
393
 
394
- #: lib/includes/job_backup.php:1338
395
  msgid "(120) Unable to backup your themes. Please try again"
396
  msgstr "(120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
397
 
398
- #: lib/includes/job_backup.php:1339
399
  msgid "(121) Unable to backup your plugins. Please try again"
400
  msgstr "(121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
401
 
402
- #: lib/includes/job_backup.php:1340
403
  msgid "(122) Unable to backup your uploads. Please try again"
404
  msgstr "(122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
405
 
406
- #: lib/includes/job_backup.php:1341
407
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
408
  msgstr ""
409
  "(123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
410
  "versuchen."
411
 
412
- #: lib/includes/job_backup.php:1342
413
  msgid ""
414
  "(125) Unable to compress your backup because there is no zip utility "
415
  "available. Please contact support"
@@ -417,23 +422,23 @@ msgstr ""
417
  "(125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
418
  "verfügbar ist"
419
 
420
- #: lib/includes/job_backup.php:1343
421
  msgid "(126) Unable to validate your backup. Please try again"
422
  msgstr "(126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
423
 
424
- #: lib/includes/job_backup.php:1344
425
  msgid "(127) Unable to create inventory of files to backup. Please try again"
426
  msgstr ""
427
  "(127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
428
  "Bitte erneut versuchen."
429
 
430
- #: lib/includes/job_backup.php:1345
431
  msgid "(128) Unable to create job control record. Please try again"
432
  msgstr ""
433
  "(128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte erneut "
434
  "versuchen."
435
 
436
- #: lib/includes/job_backup.php:1347
437
  msgid ""
438
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
439
  "settings of your wp-backitup backup directory"
@@ -441,7 +446,7 @@ msgstr ""
441
  "(2101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
442
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
443
 
444
- #: lib/includes/job_backup.php:1348
445
  msgid ""
446
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
447
  "your wp-backitup plugin directory"
@@ -449,47 +454,47 @@ msgstr ""
449
  "(2102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
450
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
451
 
452
- #: lib/includes/job_backup.php:1349
453
  msgid "(2103) Unable to backup your files. Please try again"
454
  msgstr "(2103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
455
 
456
- #: lib/includes/job_backup.php:1350
457
  msgid "(2104) Unable to export your database. Please try again"
458
  msgstr ""
459
  "(2104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
460
 
461
- #: lib/includes/job_backup.php:1351
462
  msgid "(2105) Unable to export site information file. Please try again"
463
  msgstr ""
464
  "(2105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
465
  "versuchen."
466
 
467
- #: lib/includes/job_backup.php:1352
468
  msgid "(2106) Unable to cleanup your backup directory"
469
  msgstr "(2106) Sicherungs-Verzeichnis konnte nicht geleert werden."
470
 
471
- #: lib/includes/job_backup.php:1353
472
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
473
  msgstr ""
474
  "(2107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
475
 
476
- #: lib/includes/job_backup.php:1354
477
  msgid "(2108) Unable to backup your site data files. Please try again"
478
  msgstr ""
479
  "(2108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
480
  "Bitte erneut versuchen."
481
 
482
- #: lib/includes/job_backup.php:1355
483
  msgid "(2109) Unable to finalize backup. Please try again"
484
  msgstr ""
485
  "(2109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
486
 
487
- #: lib/includes/job_backup.php:1356
488
  msgid "(2110) Unable to create backup manifest. Please try again"
489
  msgstr ""
490
  "(2110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
491
 
492
- #: lib/includes/job_backup.php:1357
493
  msgid ""
494
  "(2114) Your database was accessible but an export could not be created. "
495
  "Please contact support by clicking the get support link on the right. Please "
@@ -500,25 +505,25 @@ msgstr ""
500
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
501
  "und wann die Anfrage gesendet wurde."
502
 
503
- #: lib/includes/job_backup.php:1358
504
  msgid "(2120) Unable to backup your themes. Please try again"
505
  msgstr "(2120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
506
 
507
- #: lib/includes/job_backup.php:1359
508
  msgid "(2121) Unable to backup your plugins. Please try again"
509
  msgstr "(2121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
510
 
511
- #: lib/includes/job_backup.php:1360
512
  msgid "(2122) Unable to backup your uploads. Please try again"
513
  msgstr "(2122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
514
 
515
- #: lib/includes/job_backup.php:1361
516
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
517
  msgstr ""
518
  "(2123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
519
  "versuchen."
520
 
521
- #: lib/includes/job_backup.php:1362
522
  msgid ""
523
  "(2125) Unable to compress your backup because there is no zip utility "
524
  "available. Please contact support"
@@ -526,23 +531,23 @@ msgstr ""
526
  "(2125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
527
  "verfügbar ist"
528
 
529
- #: lib/includes/job_backup.php:1363
530
  msgid "(2126) Unable to validate your backup. Please try again"
531
  msgstr "(2126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
532
 
533
- #: lib/includes/job_backup.php:1364
534
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
535
  msgstr ""
536
  "(2127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
537
  "Bitte erneut versuchen."
538
 
539
- #: lib/includes/job_backup.php:1365
540
  msgid "(2128) Unable to create job control record. Please try again"
541
  msgstr ""
542
  "(2128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte "
543
  "erneut versuchen."
544
 
545
- #: lib/includes/job_backup.php:1368
546
  msgid "(999) Unexpected error"
547
  msgstr "(999) Unerwarteter Fehler"
548
 
@@ -1486,15 +1491,15 @@ msgstr ""
1486
  msgid "%s Settings"
1487
  msgstr "%s Einstellungen"
1488
 
1489
- #: views/settings.php:46
1490
  msgid "Settings updated successfully!"
1491
  msgstr "Einstellungen erfolgreich aktualisiert!"
1492
 
1493
- #: views/settings.php:59
1494
  msgid "Email Notifications"
1495
  msgstr "Email-Benachrichtigungen"
1496
 
1497
- #: views/settings.php:60
1498
  msgid ""
1499
  "Please enter your email address if you would like to receive backup email "
1500
  "notifications."
@@ -1502,7 +1507,7 @@ msgstr ""
1502
  "Bitte geben Sie Ihre Email-Adresse ein, wenn Sie per Email über Sicherungen "
1503
  "benachrichtigt werden wollen."
1504
 
1505
- #: views/settings.php:61
1506
  msgid ""
1507
  "Backup email notifications will be sent for every backup and will contain "
1508
  "status information related to the backup."
@@ -1510,17 +1515,17 @@ msgstr ""
1510
  "Email-Benachrichtigungen werden zu jeder Sicherung versandt und enthalten "
1511
  "Status-Informationen zu dieser Sicherung."
1512
 
1513
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1514
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1515
- #: views/settings.php:217 views/settings.php:226
1516
  msgid "Save"
1517
  msgstr "Speichern"
1518
 
1519
- #: views/settings.php:79
1520
  msgid "Backup Retention"
1521
  msgstr "Sicherung-Aufbewahrung"
1522
 
1523
- #: views/settings.php:80
1524
  msgid ""
1525
  "Enter the number of backup archives that you would like to remain on the "
1526
  "server."
@@ -1528,7 +1533,7 @@ msgstr ""
1528
  "Geben Sie die Anzahl der Sicherungen ein, welche auf dem Server verbleiben "
1529
  "sollen."
1530
 
1531
- #: views/settings.php:81
1532
  msgid ""
1533
  "Many hosts limit the amount of space that you can take up on their servers. "
1534
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1541,15 +1546,15 @@ msgstr ""
1541
  "keine Angst: es werden immer die jeweils ältesten Sicherungen zuerst "
1542
  "gelöscht."
1543
 
1544
- #: views/settings.php:100
1545
  msgid "Logging?"
1546
  msgstr "Protokollierung?"
1547
 
1548
- #: views/settings.php:101
1549
  msgid "Turn on WPBackItUp logging."
1550
  msgstr "WPBackItUp Protokollierung einschalten."
1551
 
1552
- #: views/settings.php:102
1553
  msgid ""
1554
  "This option should only be turned on by advanced users or when "
1555
  "troubleshooting issues with WPBackItUp support."
@@ -1557,19 +1562,29 @@ msgstr ""
1557
  "Diese Option sollte nur von erfahrenen Nutzern eingeschaltet werden, oder "
1558
  "wenn gemeinsam mit dem WPBackItUp-Kundendienst nach Problemen gesucht wird."
1559
 
1560
- #: views/settings.php:103
1561
  msgid "Yes"
1562
  msgstr "Ja"
1563
 
1564
- #: views/settings.php:104
1565
  msgid "No"
1566
  msgstr "Nein"
1567
 
1568
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1569
  msgid "Single File Backup Set"
1570
  msgstr "Sicherungssatz aus einer Datei"
1571
 
1572
- #: views/settings.php:112
1573
  msgid ""
1574
  "Check this box if you would like WPBackItUp to create a single file backup "
1575
  "set."
@@ -1577,7 +1592,7 @@ msgstr ""
1577
  "Aktivieren Sie diese Checkbox, wenn WPBackItUp den Sicherungssatz aus nur "
1578
  "einer Datei erstellen soll."
1579
 
1580
- #: views/settings.php:113
1581
  msgid ""
1582
  "When this setting is turned on WPBackItUp will attempt to create a single "
1583
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1589,15 +1604,15 @@ msgstr ""
1589
  "möglich ist (z.B. bei einem Hoster, welcher die maximale Dateigröße "
1590
  "limitiert), wird WPBackItUp die Einstellung selbstständig deaktivieren. "
1591
 
1592
- #: views/settings.php:118
1593
  msgid "Batch Size"
1594
  msgstr "Batch-Größe"
1595
 
1596
- #: views/settings.php:119
1597
  msgid "Enter the batch size for each of your content items."
1598
  msgstr "Geben Sie die Batch-Größe für jedes Ihrer Inhaltselemente ein."
1599
 
1600
- #: views/settings.php:120
1601
  msgid ""
1602
  "These settings tell WPBackItUp how many items that should be added to the "
1603
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1610,27 +1625,27 @@ msgstr ""
1610
  "Einstellung die für die einzelnen Sicherungsaufgaben erforderliche Zeit "
1611
  "verringern."
1612
 
1613
- #: views/settings.php:123
1614
  msgid "DB Tables Batch Size"
1615
  msgstr "Batch-Größe der DB-Tabellen"
1616
 
1617
- #: views/settings.php:128
1618
  msgid "Plugins Batch Size"
1619
  msgstr "Batch-Größe Plugins"
1620
 
1621
- #: views/settings.php:133
1622
  msgid "Themes Batch Size"
1623
  msgstr "Batch-Größe Themes"
1624
 
1625
- #: views/settings.php:138
1626
  msgid "Uploads Batch Size"
1627
  msgstr "Batch-Größe Uploads"
1628
 
1629
- #: views/settings.php:143
1630
  msgid "Others Batch Size"
1631
  msgstr "Batch-Größe Sonstiges"
1632
 
1633
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1634
  msgid ""
1635
  "* These settings should only be modified by advanced users or when when "
1636
  "working with WPBackItUp support."
@@ -1638,11 +1653,11 @@ msgstr ""
1638
  "* Diese Einstellung sollte nur durch erfahrene Nutzer oder auf Anweisung des "
1639
  "WPBackItUp-Kundendienstes angepasst werden."
1640
 
1641
- #: views/settings.php:158
1642
  msgid "Filter Your Folders"
1643
  msgstr "Filtern Sie Ihre Verzeichnisse"
1644
 
1645
- #: views/settings.php:159
1646
  msgid ""
1647
  "Enter a comma separated list of folders that should be excluded from your "
1648
  "backups."
@@ -1650,7 +1665,7 @@ msgstr ""
1650
  "Geben Sie die Liste der Verzeichnisses ein (getrennt durch Komma), welche "
1651
  "von der Sicherung ausgeschlossen werden sollen."
1652
 
1653
- #: views/settings.php:160
1654
  msgid ""
1655
  "It is important to note that when a folder name is present in this list any "
1656
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1659,31 +1674,31 @@ msgstr ""
1659
  "Bedenken Sie, dass alle Verzeichnisse mit diesem Namen und auch der gesamte "
1660
  "Inhalt der Verzeichnisse von der Sicherung ausgeschlossen werden."
1661
 
1662
- #: views/settings.php:162
1663
  msgid "Plugin Folders Filter"
1664
  msgstr "Filter für Plugin-Verzeichnisse"
1665
 
1666
- #: views/settings.php:167
1667
  msgid "Theme Folders Filter"
1668
  msgstr "Filter für Themes-Verzeichnisse"
1669
 
1670
- #: views/settings.php:172
1671
  msgid "Upload Folders Filter"
1672
  msgstr "Filter für Upload-Verzeichnisse"
1673
 
1674
- #: views/settings.php:176
1675
  msgid "Other Folders Filter"
1676
  msgstr "Filter für sonstige Verzeichnisse"
1677
 
1678
- #: views/settings.php:185
1679
  msgid "Filter Your Database Tables"
1680
  msgstr "Filtern Sie Ihre Datenbank-Tabellen"
1681
 
1682
- #: views/settings.php:186
1683
  msgid "Exclude custom database tables from the backup."
1684
  msgstr "Datenbank-Tabellen von der Sicherung ausschließen"
1685
 
1686
- #: views/settings.php:187
1687
  msgid ""
1688
  "If you would like to exclude a custom table from the backup then simply drag "
1689
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1693,11 +1708,11 @@ msgstr ""
1693
  "ziehen Sie sie einfach in die Liste auf der rechten Seite. Elementare "
1694
  "Tabellen von Wordpress sollten nicht von der Sicherung ausgeschlossen werden."
1695
 
1696
- #: views/settings.php:223
1697
  msgid "Remove Data on Uninstall?"
1698
  msgstr "Sämtliche Daten bei einer Deinstallation löschen?"
1699
 
1700
- #: views/settings.php:225
1701
  msgid ""
1702
  "Check this box if you would like WPBackItUp to completely remove all of its "
1703
  "data when the plugin is deleted."
@@ -1767,30 +1782,34 @@ msgstr ""
1767
  msgid "Premium customers receive priority support."
1768
  msgstr "Premium-Kunden erhalten bevorzugten Support."
1769
 
1770
- #: wp-backitup.php:90 wp-backitup.php:91
1771
  #, php-format
1772
  msgid "Every %s hours"
1773
  msgstr "Alle %s Stunden"
1774
 
1775
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1776
- #: wp-backitup.php:96
1777
  #, php-format
1778
  msgid "WPBUP - Every %s minutes"
1779
  msgstr "WPBUP - Alle %s Minuten"
1780
 
1781
- #: wp-backitup.php:98
1782
  msgid "WPBUP - Once Weekly"
1783
  msgstr "WPBUP - Einmal wöchentlich"
1784
 
1785
- #: wp-backitup.php:99
1786
  msgid "WPBUP - Once Monthly"
1787
  msgstr "WPBUP - Einmal monatlich"
1788
 
1789
- #: wp-backitup.php:100 wp-backitup.php:101
1790
  #, php-format
1791
  msgid "WPBUP - Every %s hours"
1792
  msgstr "WPBUP - Alle %s Stunden"
1793
 
1794
- #: wp-backitup.php:138
 
 
 
 
1795
  msgid "Cleanup"
1796
  msgstr "Bereinigung"
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WPBackItUp\n"
9
+ "POT-Creation-Date: 2016-06-14 08:33-0400\n"
10
+ "PO-Revision-Date: 2016-06-14 08:33-0400\n"
11
  "Last-Translator: Stefan Apel <apel.s@sebakmt.com>\n"
12
  "Language-Team: German (Germany) (http://www.transifex.com/wp-translations/wp-"
13
  "backitup/language/de_DE/)\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.8.8\n"
20
  "X-Poedit-Basepath: ..\n"
21
  "X-Poedit-KeywordsList: _;__;_e\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: lib/background-processing/class-background-process.php:408
25
+ #, php-format
26
+ msgid "Every %d Minutes"
27
+ msgstr ""
28
+
29
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
30
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
31
+ #: wp-backitup.php:142
32
  msgid "Backup"
33
  msgstr "Sichern"
34
 
35
  #: lib/includes/class-wpbackitup-admin.php:215
36
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
37
+ #: wp-backitup.php:156
38
  msgid "Restore"
39
  msgstr "Wiederherstellen"
40
 
127
  msgid "Uploaded Backup"
128
  msgstr "Hochgeladenes Backup"
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:601
131
  msgid "Backup Queued"
132
  msgstr "Geplantes Backup"
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:610
135
  msgid "Backup could not be queued"
136
  msgstr "Backup konnte nicht geplant werden"
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:622
139
  msgid "Job is already in queue."
140
  msgstr "Der Auftrag ist bereits in der Warteschlange."
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:660
143
  msgid "No backup file selected."
144
  msgstr "Keine Backup-Datei ausgewählt."
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:667
147
  msgid "No user id found."
148
  msgstr "Keine Nutzer-ID gefunden."
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:690
151
  msgid "Restore Queued"
152
  msgstr "Wiederherstellung geplant"
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:699
155
  msgid "Restore could not be queued"
156
  msgstr "Wiederherstellung konnte nicht geplant werden"
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:705
159
  msgid "Restore already in queue"
160
  msgstr "Wiederherstellung bereits geplant"
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:737
163
  msgid "No job id posted"
164
  msgstr "Keine Auftrags-ID gesendet"
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
167
  msgid "Backup Cancelled"
168
  msgstr "Backup abgebrochen"
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:747
171
  msgid "Backup job not found"
172
  msgstr "Backup-Auftrag nicht gefunden"
173
 
174
+ #: lib/includes/class-wpbackitup-admin.php:908
175
  msgid "No response log found."
176
  msgstr "Kein Antwortprotokoll gefunden."
177
 
178
+ #: lib/includes/class-wpbackitup-admin.php:1010
179
+ #: lib/includes/class-wpbackitup-admin.php:1018
180
+ #: lib/includes/class-wpbackitup-admin.php:1064
181
+ #: lib/includes/class-wpbackitup-admin.php:1071
182
+ #: lib/includes/class-wpbackitup-admin.php:1078
183
+ #: lib/includes/class-wpbackitup-admin.php:1085
184
+ #: lib/includes/class-wpbackitup-admin.php:1092
185
  msgid "Please enter a number"
186
  msgstr "Bitte eine Nummer eingeben"
187
 
188
+ #: lib/includes/class-wpbackitup-admin.php:1039
189
+ #: lib/includes/class-wpbackitup-admin.php:1201
190
  msgid "Please enter a valid email"
191
  msgstr "Bitte eine gültige Email eingeben"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:1208
194
  msgid "Please enter your support ticket id"
195
  msgstr "Bitte ID des Support-Tickets eingeben"
196
 
197
+ #: lib/includes/class-wpbackitup-admin.php:1213
198
  msgid "Please only enter numbers in this field"
199
  msgstr "Bitte Nummern in dieses Feld eingeben"
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:2003
202
+ #: lib/includes/class-wpbackitup-admin.php:2023
203
  msgid ""
204
  "License could not be activated. Please try again in a few hours and contact "
205
  "support if this error continues."
208
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
209
  "weiter bestehen sollte."
210
 
211
+ #: lib/includes/class-wpbackitup-admin.php:2072
212
  msgid "License is invalid."
213
  msgstr "Lizenz ist nicht gültig"
214
 
215
+ #: lib/includes/class-wpbackitup-admin.php:2077
216
  msgid "License has expired."
217
  msgstr "Lizenz ist abgelaufen"
218
 
219
+ #: lib/includes/class-wpbackitup-admin.php:2080
220
  #, php-format
221
  msgid ""
222
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
228
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
229
  "strong>."
230
 
231
+ #: lib/includes/class-wpbackitup-admin.php:2094
232
  msgid "License Expired: Scheduled backups are no longer active."
233
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
234
 
235
+ #: lib/includes/class-wpbackitup-admin.php:2102
236
  msgid "Activation limit has been reached."
237
  msgstr "Aktivierungs-Limit wurde erreicht"
238
 
239
+ #: lib/includes/class-wpbackitup-admin.php:2108
240
  msgid "Your Activation limit has been reached"
241
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
242
 
269
  msgid "Could not import file into WPBackItUp backup set."
270
  msgstr "Datei konnte nicht in den WPBackItUp Sicherungssatz importiert werden."
271
 
272
+ #: lib/includes/job_backup.php:1135
273
  #, php-format
274
  msgid ""
275
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
285
  "Lizenz für ein weiteres Jahr mit Produkt-Updates und Support durch unser "
286
  "erstklassiges Kundendienstteam.<br/><br/>"
287
 
288
+ #: lib/includes/job_backup.php:1140
289
  #, php-format
290
  msgid "%s - Backup completed successfully."
291
  msgstr "%s - Sicherung erfolgreich abgeschlossen."
292
 
293
+ #: lib/includes/job_backup.php:1141
294
  msgid "Your backup completed successfully."
295
  msgstr "Die Sicherung wurde erfolgreich abgeschlossen."
296
 
297
+ #: lib/includes/job_backup.php:1144
298
  #, php-format
299
  msgid "%s - Backup did not complete successfully."
300
  msgstr "%s - Sicherung nicht erfolgreich abgeschlossen."
301
 
302
+ #: lib/includes/job_backup.php:1145
303
  msgid "Your backup did not complete successfully."
304
  msgstr "Die Sicherung wurde nicht erfolgreich abgeschlossen."
305
 
306
+ #: lib/includes/job_backup.php:1152
307
  #, php-format
308
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
309
  msgstr "WordPress-Seite: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
310
 
311
+ #: lib/includes/job_backup.php:1153
312
  msgid "Backup date:"
313
  msgstr "Sicherungs-Datum:"
314
 
315
+ #: lib/includes/job_backup.php:1154
316
  msgid "Number of backups completed with WPBackItUp:"
317
  msgstr "Anzahl der Sicherungen, welche mit WPBackItUp durchgeführt wurden:"
318
 
319
+ #: lib/includes/job_backup.php:1156
320
  msgid "Completion Code:"
321
  msgstr "Komplettierungs-Code:"
322
 
323
+ #: lib/includes/job_backup.php:1157
324
  msgid "WPBackItUp Version:"
325
  msgstr "WPBackItUp Version:"
326
 
327
+ #: lib/includes/job_backup.php:1169
328
  #, php-format
329
  msgid "Checkout %s for info about WPBackItUp and our other products."
330
  msgstr "Besuchen Sie %s für Infos über WPBackItUp und unsere anderen Produkte."
331
 
332
+ #: lib/includes/job_backup.php:1336
333
  msgid ""
334
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
335
  "settings of your wp-backitup backup directory"
337
  "(101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
338
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
339
 
340
+ #: lib/includes/job_backup.php:1337
341
  msgid ""
342
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
343
  "your wp-backitup plugin directory"
345
  "(102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
346
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
347
 
348
+ #: lib/includes/job_backup.php:1338
349
  msgid "(103) Unable to backup your files. Please try again"
350
  msgstr "(103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
351
 
352
+ #: lib/includes/job_backup.php:1339
353
  msgid "(104) Unable to export your database. Please try again"
354
  msgstr ""
355
  "(104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
356
 
357
+ #: lib/includes/job_backup.php:1340
358
  msgid "(105) Unable to export site information file. Please try again"
359
  msgstr ""
360
  "(105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
361
  "versuchen."
362
 
363
+ #: lib/includes/job_backup.php:1341
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) Sicherungs-Verzeichnis konnte nicht geleert werden."
366
 
367
+ #: lib/includes/job_backup.php:1342
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr ""
370
  "(107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
371
 
372
+ #: lib/includes/job_backup.php:1343
373
  msgid "(108) Unable to backup your site data files. Please try again"
374
  msgstr ""
375
  "(108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
376
  "Bitte erneut versuchen."
377
 
378
+ #: lib/includes/job_backup.php:1344
379
  msgid "(109) Unable to finalize backup. Please try again"
380
  msgstr ""
381
  "(109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
382
 
383
+ #: lib/includes/job_backup.php:1345
384
  msgid "(110) Unable to create backup manifest. Please try again"
385
  msgstr ""
386
  "(110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
387
 
388
+ #: lib/includes/job_backup.php:1346
389
  msgid ""
390
  "(114) Your database was accessible but an export could not be created. "
391
  "Please contact support by clicking the get support link on the right. Please "
396
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
397
  "und wann die Anfrage gesendet wurde."
398
 
399
+ #: lib/includes/job_backup.php:1347
400
  msgid "(120) Unable to backup your themes. Please try again"
401
  msgstr "(120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
402
 
403
+ #: lib/includes/job_backup.php:1348
404
  msgid "(121) Unable to backup your plugins. Please try again"
405
  msgstr "(121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
406
 
407
+ #: lib/includes/job_backup.php:1349
408
  msgid "(122) Unable to backup your uploads. Please try again"
409
  msgstr "(122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
410
 
411
+ #: lib/includes/job_backup.php:1350
412
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
413
  msgstr ""
414
  "(123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
415
  "versuchen."
416
 
417
+ #: lib/includes/job_backup.php:1351
418
  msgid ""
419
  "(125) Unable to compress your backup because there is no zip utility "
420
  "available. Please contact support"
422
  "(125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
423
  "verfügbar ist"
424
 
425
+ #: lib/includes/job_backup.php:1352
426
  msgid "(126) Unable to validate your backup. Please try again"
427
  msgstr "(126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
428
 
429
+ #: lib/includes/job_backup.php:1353
430
  msgid "(127) Unable to create inventory of files to backup. Please try again"
431
  msgstr ""
432
  "(127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
433
  "Bitte erneut versuchen."
434
 
435
+ #: lib/includes/job_backup.php:1354
436
  msgid "(128) Unable to create job control record. Please try again"
437
  msgstr ""
438
  "(128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte erneut "
439
  "versuchen."
440
 
441
+ #: lib/includes/job_backup.php:1356
442
  msgid ""
443
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
444
  "settings of your wp-backitup backup directory"
446
  "(2101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
447
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
448
 
449
+ #: lib/includes/job_backup.php:1357
450
  msgid ""
451
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
452
  "your wp-backitup plugin directory"
454
  "(2102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
455
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
456
 
457
+ #: lib/includes/job_backup.php:1358
458
  msgid "(2103) Unable to backup your files. Please try again"
459
  msgstr "(2103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
460
 
461
+ #: lib/includes/job_backup.php:1359
462
  msgid "(2104) Unable to export your database. Please try again"
463
  msgstr ""
464
  "(2104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
465
 
466
+ #: lib/includes/job_backup.php:1360
467
  msgid "(2105) Unable to export site information file. Please try again"
468
  msgstr ""
469
  "(2105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
470
  "versuchen."
471
 
472
+ #: lib/includes/job_backup.php:1361
473
  msgid "(2106) Unable to cleanup your backup directory"
474
  msgstr "(2106) Sicherungs-Verzeichnis konnte nicht geleert werden."
475
 
476
+ #: lib/includes/job_backup.php:1362
477
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
478
  msgstr ""
479
  "(2107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
480
 
481
+ #: lib/includes/job_backup.php:1363
482
  msgid "(2108) Unable to backup your site data files. Please try again"
483
  msgstr ""
484
  "(2108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
485
  "Bitte erneut versuchen."
486
 
487
+ #: lib/includes/job_backup.php:1364
488
  msgid "(2109) Unable to finalize backup. Please try again"
489
  msgstr ""
490
  "(2109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
491
 
492
+ #: lib/includes/job_backup.php:1365
493
  msgid "(2110) Unable to create backup manifest. Please try again"
494
  msgstr ""
495
  "(2110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
496
 
497
+ #: lib/includes/job_backup.php:1366
498
  msgid ""
499
  "(2114) Your database was accessible but an export could not be created. "
500
  "Please contact support by clicking the get support link on the right. Please "
505
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
506
  "und wann die Anfrage gesendet wurde."
507
 
508
+ #: lib/includes/job_backup.php:1367
509
  msgid "(2120) Unable to backup your themes. Please try again"
510
  msgstr "(2120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
511
 
512
+ #: lib/includes/job_backup.php:1368
513
  msgid "(2121) Unable to backup your plugins. Please try again"
514
  msgstr "(2121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
515
 
516
+ #: lib/includes/job_backup.php:1369
517
  msgid "(2122) Unable to backup your uploads. Please try again"
518
  msgstr "(2122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
519
 
520
+ #: lib/includes/job_backup.php:1370
521
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
522
  msgstr ""
523
  "(2123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
524
  "versuchen."
525
 
526
+ #: lib/includes/job_backup.php:1371
527
  msgid ""
528
  "(2125) Unable to compress your backup because there is no zip utility "
529
  "available. Please contact support"
531
  "(2125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
532
  "verfügbar ist"
533
 
534
+ #: lib/includes/job_backup.php:1372
535
  msgid "(2126) Unable to validate your backup. Please try again"
536
  msgstr "(2126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
537
 
538
+ #: lib/includes/job_backup.php:1373
539
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
540
  msgstr ""
541
  "(2127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
542
  "Bitte erneut versuchen."
543
 
544
+ #: lib/includes/job_backup.php:1374
545
  msgid "(2128) Unable to create job control record. Please try again"
546
  msgstr ""
547
  "(2128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte "
548
  "erneut versuchen."
549
 
550
+ #: lib/includes/job_backup.php:1377
551
  msgid "(999) Unexpected error"
552
  msgstr "(999) Unerwarteter Fehler"
553
 
1491
  msgid "%s Settings"
1492
  msgstr "%s Einstellungen"
1493
 
1494
+ #: views/settings.php:48
1495
  msgid "Settings updated successfully!"
1496
  msgstr "Einstellungen erfolgreich aktualisiert!"
1497
 
1498
+ #: views/settings.php:61
1499
  msgid "Email Notifications"
1500
  msgstr "Email-Benachrichtigungen"
1501
 
1502
+ #: views/settings.php:62
1503
  msgid ""
1504
  "Please enter your email address if you would like to receive backup email "
1505
  "notifications."
1507
  "Bitte geben Sie Ihre Email-Adresse ein, wenn Sie per Email über Sicherungen "
1508
  "benachrichtigt werden wollen."
1509
 
1510
+ #: views/settings.php:63
1511
  msgid ""
1512
  "Backup email notifications will be sent for every backup and will contain "
1513
  "status information related to the backup."
1515
  "Email-Benachrichtigungen werden zu jeder Sicherung versandt und enthalten "
1516
  "Status-Informationen zu dieser Sicherung."
1517
 
1518
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1519
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1520
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1521
  msgid "Save"
1522
  msgstr "Speichern"
1523
 
1524
+ #: views/settings.php:81
1525
  msgid "Backup Retention"
1526
  msgstr "Sicherung-Aufbewahrung"
1527
 
1528
+ #: views/settings.php:82
1529
  msgid ""
1530
  "Enter the number of backup archives that you would like to remain on the "
1531
  "server."
1533
  "Geben Sie die Anzahl der Sicherungen ein, welche auf dem Server verbleiben "
1534
  "sollen."
1535
 
1536
+ #: views/settings.php:83
1537
  msgid ""
1538
  "Many hosts limit the amount of space that you can take up on their servers. "
1539
  "This option tells WPBackItUp the maximum number of backup archives that "
1546
  "keine Angst: es werden immer die jeweils ältesten Sicherungen zuerst "
1547
  "gelöscht."
1548
 
1549
+ #: views/settings.php:102
1550
  msgid "Logging?"
1551
  msgstr "Protokollierung?"
1552
 
1553
+ #: views/settings.php:103
1554
  msgid "Turn on WPBackItUp logging."
1555
  msgstr "WPBackItUp Protokollierung einschalten."
1556
 
1557
+ #: views/settings.php:104
1558
  msgid ""
1559
  "This option should only be turned on by advanced users or when "
1560
  "troubleshooting issues with WPBackItUp support."
1562
  "Diese Option sollte nur von erfahrenen Nutzern eingeschaltet werden, oder "
1563
  "wenn gemeinsam mit dem WPBackItUp-Kundendienst nach Problemen gesucht wird."
1564
 
1565
+ #: views/settings.php:105
1566
  msgid "Yes"
1567
  msgstr "Ja"
1568
 
1569
+ #: views/settings.php:106
1570
  msgid "No"
1571
  msgstr "Nein"
1572
 
1573
+ #: views/settings.php:112
1574
+ msgid "Disable restore version compare?"
1575
+ msgstr ""
1576
+
1577
+ #: views/settings.php:114
1578
+ msgid ""
1579
+ "Check this box if you would like WPBackItUp not to check major version "
1580
+ "issue. This could be dangerous, you can disable it with your own risk."
1581
+ msgstr ""
1582
+
1583
+ #: views/settings.php:119
1584
  msgid "Single File Backup Set"
1585
  msgstr "Sicherungssatz aus einer Datei"
1586
 
1587
+ #: views/settings.php:121
1588
  msgid ""
1589
  "Check this box if you would like WPBackItUp to create a single file backup "
1590
  "set."
1592
  "Aktivieren Sie diese Checkbox, wenn WPBackItUp den Sicherungssatz aus nur "
1593
  "einer Datei erstellen soll."
1594
 
1595
+ #: views/settings.php:122
1596
  msgid ""
1597
  "When this setting is turned on WPBackItUp will attempt to create a single "
1598
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1604
  "möglich ist (z.B. bei einem Hoster, welcher die maximale Dateigröße "
1605
  "limitiert), wird WPBackItUp die Einstellung selbstständig deaktivieren. "
1606
 
1607
+ #: views/settings.php:127
1608
  msgid "Batch Size"
1609
  msgstr "Batch-Größe"
1610
 
1611
+ #: views/settings.php:128
1612
  msgid "Enter the batch size for each of your content items."
1613
  msgstr "Geben Sie die Batch-Größe für jedes Ihrer Inhaltselemente ein."
1614
 
1615
+ #: views/settings.php:129
1616
  msgid ""
1617
  "These settings tell WPBackItUp how many items that should be added to the "
1618
  "backup at a time. If you experience timeouts while running a backup then "
1625
  "Einstellung die für die einzelnen Sicherungsaufgaben erforderliche Zeit "
1626
  "verringern."
1627
 
1628
+ #: views/settings.php:132
1629
  msgid "DB Tables Batch Size"
1630
  msgstr "Batch-Größe der DB-Tabellen"
1631
 
1632
+ #: views/settings.php:137
1633
  msgid "Plugins Batch Size"
1634
  msgstr "Batch-Größe Plugins"
1635
 
1636
+ #: views/settings.php:142
1637
  msgid "Themes Batch Size"
1638
  msgstr "Batch-Größe Themes"
1639
 
1640
+ #: views/settings.php:147
1641
  msgid "Uploads Batch Size"
1642
  msgstr "Batch-Größe Uploads"
1643
 
1644
+ #: views/settings.php:152
1645
  msgid "Others Batch Size"
1646
  msgstr "Batch-Größe Sonstiges"
1647
 
1648
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1649
  msgid ""
1650
  "* These settings should only be modified by advanced users or when when "
1651
  "working with WPBackItUp support."
1653
  "* Diese Einstellung sollte nur durch erfahrene Nutzer oder auf Anweisung des "
1654
  "WPBackItUp-Kundendienstes angepasst werden."
1655
 
1656
+ #: views/settings.php:167
1657
  msgid "Filter Your Folders"
1658
  msgstr "Filtern Sie Ihre Verzeichnisse"
1659
 
1660
+ #: views/settings.php:168
1661
  msgid ""
1662
  "Enter a comma separated list of folders that should be excluded from your "
1663
  "backups."
1665
  "Geben Sie die Liste der Verzeichnisses ein (getrennt durch Komma), welche "
1666
  "von der Sicherung ausgeschlossen werden sollen."
1667
 
1668
+ #: views/settings.php:169
1669
  msgid ""
1670
  "It is important to note that when a folder name is present in this list any "
1671
  "occurrence of that folder, and all its contents, will be excluded from the "
1674
  "Bedenken Sie, dass alle Verzeichnisse mit diesem Namen und auch der gesamte "
1675
  "Inhalt der Verzeichnisse von der Sicherung ausgeschlossen werden."
1676
 
1677
+ #: views/settings.php:171
1678
  msgid "Plugin Folders Filter"
1679
  msgstr "Filter für Plugin-Verzeichnisse"
1680
 
1681
+ #: views/settings.php:176
1682
  msgid "Theme Folders Filter"
1683
  msgstr "Filter für Themes-Verzeichnisse"
1684
 
1685
+ #: views/settings.php:181
1686
  msgid "Upload Folders Filter"
1687
  msgstr "Filter für Upload-Verzeichnisse"
1688
 
1689
+ #: views/settings.php:185
1690
  msgid "Other Folders Filter"
1691
  msgstr "Filter für sonstige Verzeichnisse"
1692
 
1693
+ #: views/settings.php:194
1694
  msgid "Filter Your Database Tables"
1695
  msgstr "Filtern Sie Ihre Datenbank-Tabellen"
1696
 
1697
+ #: views/settings.php:195
1698
  msgid "Exclude custom database tables from the backup."
1699
  msgstr "Datenbank-Tabellen von der Sicherung ausschließen"
1700
 
1701
+ #: views/settings.php:196
1702
  msgid ""
1703
  "If you would like to exclude a custom table from the backup then simply drag "
1704
  "it to the list on the right. WordPress core tables may not be excluded from "
1708
  "ziehen Sie sie einfach in die Liste auf der rechten Seite. Elementare "
1709
  "Tabellen von Wordpress sollten nicht von der Sicherung ausgeschlossen werden."
1710
 
1711
+ #: views/settings.php:232
1712
  msgid "Remove Data on Uninstall?"
1713
  msgstr "Sämtliche Daten bei einer Deinstallation löschen?"
1714
 
1715
+ #: views/settings.php:234
1716
  msgid ""
1717
  "Check this box if you would like WPBackItUp to completely remove all of its "
1718
  "data when the plugin is deleted."
1782
  msgid "Premium customers receive priority support."
1783
  msgstr "Premium-Kunden erhalten bevorzugten Support."
1784
 
1785
+ #: wp-backitup.php:93 wp-backitup.php:94
1786
  #, php-format
1787
  msgid "Every %s hours"
1788
  msgstr "Alle %s Stunden"
1789
 
1790
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1791
+ #: wp-backitup.php:99
1792
  #, php-format
1793
  msgid "WPBUP - Every %s minutes"
1794
  msgstr "WPBUP - Alle %s Minuten"
1795
 
1796
+ #: wp-backitup.php:101
1797
  msgid "WPBUP - Once Weekly"
1798
  msgstr "WPBUP - Einmal wöchentlich"
1799
 
1800
+ #: wp-backitup.php:102
1801
  msgid "WPBUP - Once Monthly"
1802
  msgstr "WPBUP - Einmal monatlich"
1803
 
1804
+ #: wp-backitup.php:103 wp-backitup.php:104
1805
  #, php-format
1806
  msgid "WPBUP - Every %s hours"
1807
  msgstr "WPBUP - Alle %s Stunden"
1808
 
1809
+ #: wp-backitup.php:113
1810
+ msgid "Local File"
1811
+ msgstr ""
1812
+
1813
+ #: wp-backitup.php:170
1814
  msgid "Cleanup"
1815
  msgstr "Bereinigung"
languages/wp-backitup-en_US.po CHANGED
@@ -1,29 +1,34 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WPBackItUp\n"
4
- "POT-Creation-Date: 2016-03-07 10:10-0500\n"
5
- "PO-Revision-Date: 2016-03-07 10:10-0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
8
  "Language: en_US\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.8.7\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: _;__;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
 
 
 
 
 
18
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
19
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
20
- #: wp-backitup.php:110
21
  msgid "Backup"
22
  msgstr ""
23
 
24
  #: lib/includes/class-wpbackitup-admin.php:215
25
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
26
- #: wp-backitup.php:124
27
  msgid "Restore"
28
  msgstr ""
29
 
@@ -114,93 +119,93 @@ msgstr ""
114
  msgid "Uploaded Backup"
115
  msgstr ""
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:595
118
  msgid "Backup Queued"
119
  msgstr ""
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:598
122
  msgid "Backup could not be queued"
123
  msgstr ""
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:609
126
  msgid "Job is already in queue."
127
  msgstr ""
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:641
130
  msgid "No backup file selected."
131
  msgstr ""
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:648
134
  msgid "No user id found."
135
  msgstr ""
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:670
138
  msgid "Restore Queued"
139
  msgstr ""
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:673
142
  msgid "Restore could not be queued"
143
  msgstr ""
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:678
146
  msgid "Restore already in queue"
147
  msgstr ""
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:705
150
  msgid "No job id posted"
151
  msgstr ""
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
154
  msgid "Backup Cancelled"
155
  msgstr ""
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:715
158
  msgid "Backup job not found"
159
  msgstr ""
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:896
162
  msgid "No response log found."
163
  msgstr ""
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:998
166
- #: lib/includes/class-wpbackitup-admin.php:1006
167
- #: lib/includes/class-wpbackitup-admin.php:1046
168
- #: lib/includes/class-wpbackitup-admin.php:1053
169
- #: lib/includes/class-wpbackitup-admin.php:1060
170
- #: lib/includes/class-wpbackitup-admin.php:1067
171
- #: lib/includes/class-wpbackitup-admin.php:1074
172
  msgid "Please enter a number"
173
  msgstr ""
174
 
175
- #: lib/includes/class-wpbackitup-admin.php:1027
176
- #: lib/includes/class-wpbackitup-admin.php:1183
177
  msgid "Please enter a valid email"
178
  msgstr ""
179
 
180
- #: lib/includes/class-wpbackitup-admin.php:1190
181
  msgid "Please enter your support ticket id"
182
  msgstr ""
183
 
184
- #: lib/includes/class-wpbackitup-admin.php:1195
185
  msgid "Please only enter numbers in this field"
186
  msgstr ""
187
 
188
- #: lib/includes/class-wpbackitup-admin.php:1947
189
- #: lib/includes/class-wpbackitup-admin.php:1970
190
  msgid ""
191
  "License could not be activated. Please try again in a few hours and contact "
192
  "support if this error continues."
193
  msgstr ""
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:2019
196
  msgid "License is invalid."
197
  msgstr ""
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:2024
200
  msgid "License has expired."
201
  msgstr ""
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:2027
204
  #, php-format
205
  msgid ""
206
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -208,15 +213,15 @@ msgid ""
208
  "<strong>world class support</strong> team."
209
  msgstr ""
210
 
211
- #: lib/includes/class-wpbackitup-admin.php:2041
212
  msgid "License Expired: Scheduled backups are no longer active."
213
  msgstr ""
214
 
215
- #: lib/includes/class-wpbackitup-admin.php:2049
216
  msgid "Activation limit has been reached."
217
  msgstr ""
218
 
219
- #: lib/includes/class-wpbackitup-admin.php:2055
220
  msgid "Your Activation limit has been reached"
221
  msgstr ""
222
 
@@ -245,7 +250,7 @@ msgstr ""
245
  msgid "Could not import file into WPBackItUp backup set."
246
  msgstr ""
247
 
248
- #: lib/includes/job_backup.php:1126
249
  #, php-format
250
  msgid ""
251
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -255,221 +260,221 @@ msgid ""
255
  "of product updates and access to our world class support team.<br/><br/>"
256
  msgstr ""
257
 
258
- #: lib/includes/job_backup.php:1131
259
  #, php-format
260
  msgid "%s - Backup completed successfully."
261
  msgstr ""
262
 
263
- #: lib/includes/job_backup.php:1132
264
  msgid "Your backup completed successfully."
265
  msgstr ""
266
 
267
- #: lib/includes/job_backup.php:1135
268
  #, php-format
269
  msgid "%s - Backup did not complete successfully."
270
  msgstr ""
271
 
272
- #: lib/includes/job_backup.php:1136
273
  msgid "Your backup did not complete successfully."
274
  msgstr ""
275
 
276
- #: lib/includes/job_backup.php:1143
277
  #, php-format
278
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
279
  msgstr ""
280
 
281
- #: lib/includes/job_backup.php:1144
282
  msgid "Backup date:"
283
  msgstr ""
284
 
285
- #: lib/includes/job_backup.php:1145
286
  msgid "Number of backups completed with WPBackItUp:"
287
  msgstr ""
288
 
289
- #: lib/includes/job_backup.php:1147
290
  msgid "Completion Code:"
291
  msgstr ""
292
 
293
- #: lib/includes/job_backup.php:1148
294
  msgid "WPBackItUp Version:"
295
  msgstr ""
296
 
297
- #: lib/includes/job_backup.php:1160
298
  #, php-format
299
  msgid "Checkout %s for info about WPBackItUp and our other products."
300
  msgstr ""
301
 
302
- #: lib/includes/job_backup.php:1327
303
  msgid ""
304
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
305
  "settings of your wp-backitup backup directory"
306
  msgstr ""
307
 
308
- #: lib/includes/job_backup.php:1328
309
  msgid ""
310
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
311
  "your wp-backitup plugin directory"
312
  msgstr ""
313
 
314
- #: lib/includes/job_backup.php:1329
315
  msgid "(103) Unable to backup your files. Please try again"
316
  msgstr ""
317
 
318
- #: lib/includes/job_backup.php:1330
319
  msgid "(104) Unable to export your database. Please try again"
320
  msgstr ""
321
 
322
- #: lib/includes/job_backup.php:1331
323
  msgid "(105) Unable to export site information file. Please try again"
324
  msgstr ""
325
 
326
- #: lib/includes/job_backup.php:1332
327
  msgid "(106) Unable to cleanup your backup directory"
328
  msgstr ""
329
 
330
- #: lib/includes/job_backup.php:1333
331
  msgid "(107) Unable to compress(zip) your backup. Please try again"
332
  msgstr ""
333
 
334
- #: lib/includes/job_backup.php:1334
335
  msgid "(108) Unable to backup your site data files. Please try again"
336
  msgstr ""
337
 
338
- #: lib/includes/job_backup.php:1335
339
  msgid "(109) Unable to finalize backup. Please try again"
340
  msgstr ""
341
 
342
- #: lib/includes/job_backup.php:1336
343
  msgid "(110) Unable to create backup manifest. Please try again"
344
  msgstr ""
345
 
346
- #: lib/includes/job_backup.php:1337
347
  msgid ""
348
  "(114) Your database was accessible but an export could not be created. "
349
  "Please contact support by clicking the get support link on the right. Please "
350
  "let us know who your host is when you submit the request"
351
  msgstr ""
352
 
353
- #: lib/includes/job_backup.php:1338
354
  msgid "(120) Unable to backup your themes. Please try again"
355
  msgstr ""
356
 
357
- #: lib/includes/job_backup.php:1339
358
  msgid "(121) Unable to backup your plugins. Please try again"
359
  msgstr ""
360
 
361
- #: lib/includes/job_backup.php:1340
362
  msgid "(122) Unable to backup your uploads. Please try again"
363
  msgstr ""
364
 
365
- #: lib/includes/job_backup.php:1341
366
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
367
  msgstr ""
368
 
369
- #: lib/includes/job_backup.php:1342
370
  msgid ""
371
  "(125) Unable to compress your backup because there is no zip utility "
372
  "available. Please contact support"
373
  msgstr ""
374
 
375
- #: lib/includes/job_backup.php:1343
376
  msgid "(126) Unable to validate your backup. Please try again"
377
  msgstr ""
378
 
379
- #: lib/includes/job_backup.php:1344
380
  msgid "(127) Unable to create inventory of files to backup. Please try again"
381
  msgstr ""
382
 
383
- #: lib/includes/job_backup.php:1345
384
  msgid "(128) Unable to create job control record. Please try again"
385
  msgstr ""
386
 
387
- #: lib/includes/job_backup.php:1347
388
  msgid ""
389
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
390
  "settings of your wp-backitup backup directory"
391
  msgstr ""
392
 
393
- #: lib/includes/job_backup.php:1348
394
  msgid ""
395
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
396
  "your wp-backitup plugin directory"
397
  msgstr ""
398
 
399
- #: lib/includes/job_backup.php:1349
400
  msgid "(2103) Unable to backup your files. Please try again"
401
  msgstr ""
402
 
403
- #: lib/includes/job_backup.php:1350
404
  msgid "(2104) Unable to export your database. Please try again"
405
  msgstr ""
406
 
407
- #: lib/includes/job_backup.php:1351
408
  msgid "(2105) Unable to export site information file. Please try again"
409
  msgstr ""
410
 
411
- #: lib/includes/job_backup.php:1352
412
  msgid "(2106) Unable to cleanup your backup directory"
413
  msgstr ""
414
 
415
- #: lib/includes/job_backup.php:1353
416
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
417
  msgstr ""
418
 
419
- #: lib/includes/job_backup.php:1354
420
  msgid "(2108) Unable to backup your site data files. Please try again"
421
  msgstr ""
422
 
423
- #: lib/includes/job_backup.php:1355
424
  msgid "(2109) Unable to finalize backup. Please try again"
425
  msgstr ""
426
 
427
- #: lib/includes/job_backup.php:1356
428
  msgid "(2110) Unable to create backup manifest. Please try again"
429
  msgstr ""
430
 
431
- #: lib/includes/job_backup.php:1357
432
  msgid ""
433
  "(2114) Your database was accessible but an export could not be created. "
434
  "Please contact support by clicking the get support link on the right. Please "
435
  "let us know who your host is when you submit the request"
436
  msgstr ""
437
 
438
- #: lib/includes/job_backup.php:1358
439
  msgid "(2120) Unable to backup your themes. Please try again"
440
  msgstr ""
441
 
442
- #: lib/includes/job_backup.php:1359
443
  msgid "(2121) Unable to backup your plugins. Please try again"
444
  msgstr ""
445
 
446
- #: lib/includes/job_backup.php:1360
447
  msgid "(2122) Unable to backup your uploads. Please try again"
448
  msgstr ""
449
 
450
- #: lib/includes/job_backup.php:1361
451
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
452
  msgstr ""
453
 
454
- #: lib/includes/job_backup.php:1362
455
  msgid ""
456
  "(2125) Unable to compress your backup because there is no zip utility "
457
  "available. Please contact support"
458
  msgstr ""
459
 
460
- #: lib/includes/job_backup.php:1363
461
  msgid "(2126) Unable to validate your backup. Please try again"
462
  msgstr ""
463
 
464
- #: lib/includes/job_backup.php:1364
465
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
466
  msgstr ""
467
 
468
- #: lib/includes/job_backup.php:1365
469
  msgid "(2128) Unable to create job control record. Please try again"
470
  msgstr ""
471
 
472
- #: lib/includes/job_backup.php:1368
473
  msgid "(999) Unexpected error"
474
  msgstr ""
475
 
@@ -1261,43 +1266,43 @@ msgstr ""
1261
  msgid "%s Settings"
1262
  msgstr ""
1263
 
1264
- #: views/settings.php:46
1265
  msgid "Settings updated successfully!"
1266
  msgstr ""
1267
 
1268
- #: views/settings.php:59
1269
  msgid "Email Notifications"
1270
  msgstr ""
1271
 
1272
- #: views/settings.php:60
1273
  msgid ""
1274
  "Please enter your email address if you would like to receive backup email "
1275
  "notifications."
1276
  msgstr ""
1277
 
1278
- #: views/settings.php:61
1279
  msgid ""
1280
  "Backup email notifications will be sent for every backup and will contain "
1281
  "status information related to the backup."
1282
  msgstr ""
1283
 
1284
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1285
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1286
- #: views/settings.php:217 views/settings.php:226
1287
  msgid "Save"
1288
  msgstr ""
1289
 
1290
- #: views/settings.php:79
1291
  msgid "Backup Retention"
1292
  msgstr ""
1293
 
1294
- #: views/settings.php:80
1295
  msgid ""
1296
  "Enter the number of backup archives that you would like to remain on the "
1297
  "server."
1298
  msgstr ""
1299
 
1300
- #: views/settings.php:81
1301
  msgid ""
1302
  "Many hosts limit the amount of space that you can take up on their servers. "
1303
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1305,39 +1310,49 @@ msgid ""
1305
  "oldest backup archives first."
1306
  msgstr ""
1307
 
1308
- #: views/settings.php:100
1309
  msgid "Logging?"
1310
  msgstr ""
1311
 
1312
- #: views/settings.php:101
1313
  msgid "Turn on WPBackItUp logging."
1314
  msgstr ""
1315
 
1316
- #: views/settings.php:102
1317
  msgid ""
1318
  "This option should only be turned on by advanced users or when "
1319
  "troubleshooting issues with WPBackItUp support."
1320
  msgstr ""
1321
 
1322
- #: views/settings.php:103
1323
  msgid "Yes"
1324
  msgstr ""
1325
 
1326
- #: views/settings.php:104
1327
  msgid "No"
1328
  msgstr ""
1329
 
1330
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1331
  msgid "Single File Backup Set"
1332
  msgstr ""
1333
 
1334
- #: views/settings.php:112
1335
  msgid ""
1336
  "Check this box if you would like WPBackItUp to create a single file backup "
1337
  "set."
1338
  msgstr ""
1339
 
1340
- #: views/settings.php:113
1341
  msgid ""
1342
  "When this setting is turned on WPBackItUp will attempt to create a single "
1343
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1345,15 +1360,15 @@ msgid ""
1345
  "set may not be possible with hosts that strictly limit memory utilization."
1346
  msgstr ""
1347
 
1348
- #: views/settings.php:118
1349
  msgid "Batch Size"
1350
  msgstr ""
1351
 
1352
- #: views/settings.php:119
1353
  msgid "Enter the batch size for each of your content items."
1354
  msgstr ""
1355
 
1356
- #: views/settings.php:120
1357
  msgid ""
1358
  "These settings tell WPBackItUp how many items that should be added to the "
1359
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1361,85 +1376,85 @@ msgid ""
1361
  "WPBackItUp to complete each backup task ."
1362
  msgstr ""
1363
 
1364
- #: views/settings.php:123
1365
  msgid "DB Tables Batch Size"
1366
  msgstr ""
1367
 
1368
- #: views/settings.php:128
1369
  msgid "Plugins Batch Size"
1370
  msgstr ""
1371
 
1372
- #: views/settings.php:133
1373
  msgid "Themes Batch Size"
1374
  msgstr ""
1375
 
1376
- #: views/settings.php:138
1377
  msgid "Uploads Batch Size"
1378
  msgstr ""
1379
 
1380
- #: views/settings.php:143
1381
  msgid "Others Batch Size"
1382
  msgstr ""
1383
 
1384
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1385
  msgid ""
1386
  "* These settings should only be modified by advanced users or when when "
1387
  "working with WPBackItUp support."
1388
  msgstr ""
1389
 
1390
- #: views/settings.php:158
1391
  msgid "Filter Your Folders"
1392
  msgstr ""
1393
 
1394
- #: views/settings.php:159
1395
  msgid ""
1396
  "Enter a comma separated list of folders that should be excluded from your "
1397
  "backups."
1398
  msgstr ""
1399
 
1400
- #: views/settings.php:160
1401
  msgid ""
1402
  "It is important to note that when a folder name is present in this list any "
1403
  "occurrence of that folder, and all its contents, will be excluded from the "
1404
  "backup."
1405
  msgstr ""
1406
 
1407
- #: views/settings.php:162
1408
  msgid "Plugin Folders Filter"
1409
  msgstr ""
1410
 
1411
- #: views/settings.php:167
1412
  msgid "Theme Folders Filter"
1413
  msgstr ""
1414
 
1415
- #: views/settings.php:172
1416
  msgid "Upload Folders Filter"
1417
  msgstr ""
1418
 
1419
- #: views/settings.php:176
1420
  msgid "Other Folders Filter"
1421
  msgstr ""
1422
 
1423
- #: views/settings.php:185
1424
  msgid "Filter Your Database Tables"
1425
  msgstr ""
1426
 
1427
- #: views/settings.php:186
1428
  msgid "Exclude custom database tables from the backup."
1429
  msgstr ""
1430
 
1431
- #: views/settings.php:187
1432
  msgid ""
1433
  "If you would like to exclude a custom table from the backup then simply drag "
1434
  "it to the list on the right. WordPress core tables may not be excluded from "
1435
  "the backup. "
1436
  msgstr ""
1437
 
1438
- #: views/settings.php:223
1439
  msgid "Remove Data on Uninstall?"
1440
  msgstr ""
1441
 
1442
- #: views/settings.php:225
1443
  msgid ""
1444
  "Check this box if you would like WPBackItUp to completely remove all of its "
1445
  "data when the plugin is deleted."
@@ -1499,30 +1514,34 @@ msgstr ""
1499
  msgid "Premium customers receive priority support."
1500
  msgstr ""
1501
 
1502
- #: wp-backitup.php:90 wp-backitup.php:91
1503
  #, php-format
1504
  msgid "Every %s hours"
1505
  msgstr ""
1506
 
1507
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1508
- #: wp-backitup.php:96
1509
  #, php-format
1510
  msgid "WPBUP - Every %s minutes"
1511
  msgstr ""
1512
 
1513
- #: wp-backitup.php:98
1514
  msgid "WPBUP - Once Weekly"
1515
  msgstr ""
1516
 
1517
- #: wp-backitup.php:99
1518
  msgid "WPBUP - Once Monthly"
1519
  msgstr ""
1520
 
1521
- #: wp-backitup.php:100 wp-backitup.php:101
1522
  #, php-format
1523
  msgid "WPBUP - Every %s hours"
1524
  msgstr ""
1525
 
1526
- #: wp-backitup.php:138
 
 
 
 
1527
  msgid "Cleanup"
1528
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WPBackItUp\n"
4
+ "POT-Creation-Date: 2016-06-14 08:33-0400\n"
5
+ "PO-Revision-Date: 2016-06-14 08:33-0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
8
  "Language: en_US\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.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: _;__;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: lib/background-processing/class-background-process.php:408
19
+ #, php-format
20
+ msgid "Every %d Minutes"
21
+ msgstr ""
22
+
23
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
24
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
25
+ #: wp-backitup.php:142
26
  msgid "Backup"
27
  msgstr ""
28
 
29
  #: lib/includes/class-wpbackitup-admin.php:215
30
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
31
+ #: wp-backitup.php:156
32
  msgid "Restore"
33
  msgstr ""
34
 
119
  msgid "Uploaded Backup"
120
  msgstr ""
121
 
122
+ #: lib/includes/class-wpbackitup-admin.php:601
123
  msgid "Backup Queued"
124
  msgstr ""
125
 
126
+ #: lib/includes/class-wpbackitup-admin.php:610
127
  msgid "Backup could not be queued"
128
  msgstr ""
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:622
131
  msgid "Job is already in queue."
132
  msgstr ""
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:660
135
  msgid "No backup file selected."
136
  msgstr ""
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:667
139
  msgid "No user id found."
140
  msgstr ""
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:690
143
  msgid "Restore Queued"
144
  msgstr ""
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:699
147
  msgid "Restore could not be queued"
148
  msgstr ""
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:705
151
  msgid "Restore already in queue"
152
  msgstr ""
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:737
155
  msgid "No job id posted"
156
  msgstr ""
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
159
  msgid "Backup Cancelled"
160
  msgstr ""
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:747
163
  msgid "Backup job not found"
164
  msgstr ""
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:908
167
  msgid "No response log found."
168
  msgstr ""
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:1010
171
+ #: lib/includes/class-wpbackitup-admin.php:1018
172
+ #: lib/includes/class-wpbackitup-admin.php:1064
173
+ #: lib/includes/class-wpbackitup-admin.php:1071
174
+ #: lib/includes/class-wpbackitup-admin.php:1078
175
+ #: lib/includes/class-wpbackitup-admin.php:1085
176
+ #: lib/includes/class-wpbackitup-admin.php:1092
177
  msgid "Please enter a number"
178
  msgstr ""
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:1039
181
+ #: lib/includes/class-wpbackitup-admin.php:1201
182
  msgid "Please enter a valid email"
183
  msgstr ""
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:1208
186
  msgid "Please enter your support ticket id"
187
  msgstr ""
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1213
190
  msgid "Please only enter numbers in this field"
191
  msgstr ""
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:2003
194
+ #: lib/includes/class-wpbackitup-admin.php:2023
195
  msgid ""
196
  "License could not be activated. Please try again in a few hours and contact "
197
  "support if this error continues."
198
  msgstr ""
199
 
200
+ #: lib/includes/class-wpbackitup-admin.php:2072
201
  msgid "License is invalid."
202
  msgstr ""
203
 
204
+ #: lib/includes/class-wpbackitup-admin.php:2077
205
  msgid "License has expired."
206
  msgstr ""
207
 
208
+ #: lib/includes/class-wpbackitup-admin.php:2080
209
  #, php-format
210
  msgid ""
211
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
213
  "<strong>world class support</strong> team."
214
  msgstr ""
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2094
217
  msgid "License Expired: Scheduled backups are no longer active."
218
  msgstr ""
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:2102
221
  msgid "Activation limit has been reached."
222
  msgstr ""
223
 
224
+ #: lib/includes/class-wpbackitup-admin.php:2108
225
  msgid "Your Activation limit has been reached"
226
  msgstr ""
227
 
250
  msgid "Could not import file into WPBackItUp backup set."
251
  msgstr ""
252
 
253
+ #: lib/includes/job_backup.php:1135
254
  #, php-format
255
  msgid ""
256
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
260
  "of product updates and access to our world class support team.<br/><br/>"
261
  msgstr ""
262
 
263
+ #: lib/includes/job_backup.php:1140
264
  #, php-format
265
  msgid "%s - Backup completed successfully."
266
  msgstr ""
267
 
268
+ #: lib/includes/job_backup.php:1141
269
  msgid "Your backup completed successfully."
270
  msgstr ""
271
 
272
+ #: lib/includes/job_backup.php:1144
273
  #, php-format
274
  msgid "%s - Backup did not complete successfully."
275
  msgstr ""
276
 
277
+ #: lib/includes/job_backup.php:1145
278
  msgid "Your backup did not complete successfully."
279
  msgstr ""
280
 
281
+ #: lib/includes/job_backup.php:1152
282
  #, php-format
283
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
284
  msgstr ""
285
 
286
+ #: lib/includes/job_backup.php:1153
287
  msgid "Backup date:"
288
  msgstr ""
289
 
290
+ #: lib/includes/job_backup.php:1154
291
  msgid "Number of backups completed with WPBackItUp:"
292
  msgstr ""
293
 
294
+ #: lib/includes/job_backup.php:1156
295
  msgid "Completion Code:"
296
  msgstr ""
297
 
298
+ #: lib/includes/job_backup.php:1157
299
  msgid "WPBackItUp Version:"
300
  msgstr ""
301
 
302
+ #: lib/includes/job_backup.php:1169
303
  #, php-format
304
  msgid "Checkout %s for info about WPBackItUp and our other products."
305
  msgstr ""
306
 
307
+ #: lib/includes/job_backup.php:1336
308
  msgid ""
309
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
310
  "settings of your wp-backitup backup directory"
311
  msgstr ""
312
 
313
+ #: lib/includes/job_backup.php:1337
314
  msgid ""
315
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
316
  "your wp-backitup plugin directory"
317
  msgstr ""
318
 
319
+ #: lib/includes/job_backup.php:1338
320
  msgid "(103) Unable to backup your files. Please try again"
321
  msgstr ""
322
 
323
+ #: lib/includes/job_backup.php:1339
324
  msgid "(104) Unable to export your database. Please try again"
325
  msgstr ""
326
 
327
+ #: lib/includes/job_backup.php:1340
328
  msgid "(105) Unable to export site information file. Please try again"
329
  msgstr ""
330
 
331
+ #: lib/includes/job_backup.php:1341
332
  msgid "(106) Unable to cleanup your backup directory"
333
  msgstr ""
334
 
335
+ #: lib/includes/job_backup.php:1342
336
  msgid "(107) Unable to compress(zip) your backup. Please try again"
337
  msgstr ""
338
 
339
+ #: lib/includes/job_backup.php:1343
340
  msgid "(108) Unable to backup your site data files. Please try again"
341
  msgstr ""
342
 
343
+ #: lib/includes/job_backup.php:1344
344
  msgid "(109) Unable to finalize backup. Please try again"
345
  msgstr ""
346
 
347
+ #: lib/includes/job_backup.php:1345
348
  msgid "(110) Unable to create backup manifest. Please try again"
349
  msgstr ""
350
 
351
+ #: lib/includes/job_backup.php:1346
352
  msgid ""
353
  "(114) Your database was accessible but an export could not be created. "
354
  "Please contact support by clicking the get support link on the right. Please "
355
  "let us know who your host is when you submit the request"
356
  msgstr ""
357
 
358
+ #: lib/includes/job_backup.php:1347
359
  msgid "(120) Unable to backup your themes. Please try again"
360
  msgstr ""
361
 
362
+ #: lib/includes/job_backup.php:1348
363
  msgid "(121) Unable to backup your plugins. Please try again"
364
  msgstr ""
365
 
366
+ #: lib/includes/job_backup.php:1349
367
  msgid "(122) Unable to backup your uploads. Please try again"
368
  msgstr ""
369
 
370
+ #: lib/includes/job_backup.php:1350
371
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
372
  msgstr ""
373
 
374
+ #: lib/includes/job_backup.php:1351
375
  msgid ""
376
  "(125) Unable to compress your backup because there is no zip utility "
377
  "available. Please contact support"
378
  msgstr ""
379
 
380
+ #: lib/includes/job_backup.php:1352
381
  msgid "(126) Unable to validate your backup. Please try again"
382
  msgstr ""
383
 
384
+ #: lib/includes/job_backup.php:1353
385
  msgid "(127) Unable to create inventory of files to backup. Please try again"
386
  msgstr ""
387
 
388
+ #: lib/includes/job_backup.php:1354
389
  msgid "(128) Unable to create job control record. Please try again"
390
  msgstr ""
391
 
392
+ #: lib/includes/job_backup.php:1356
393
  msgid ""
394
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
395
  "settings of your wp-backitup backup directory"
396
  msgstr ""
397
 
398
+ #: lib/includes/job_backup.php:1357
399
  msgid ""
400
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
401
  "your wp-backitup plugin directory"
402
  msgstr ""
403
 
404
+ #: lib/includes/job_backup.php:1358
405
  msgid "(2103) Unable to backup your files. Please try again"
406
  msgstr ""
407
 
408
+ #: lib/includes/job_backup.php:1359
409
  msgid "(2104) Unable to export your database. Please try again"
410
  msgstr ""
411
 
412
+ #: lib/includes/job_backup.php:1360
413
  msgid "(2105) Unable to export site information file. Please try again"
414
  msgstr ""
415
 
416
+ #: lib/includes/job_backup.php:1361
417
  msgid "(2106) Unable to cleanup your backup directory"
418
  msgstr ""
419
 
420
+ #: lib/includes/job_backup.php:1362
421
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
422
  msgstr ""
423
 
424
+ #: lib/includes/job_backup.php:1363
425
  msgid "(2108) Unable to backup your site data files. Please try again"
426
  msgstr ""
427
 
428
+ #: lib/includes/job_backup.php:1364
429
  msgid "(2109) Unable to finalize backup. Please try again"
430
  msgstr ""
431
 
432
+ #: lib/includes/job_backup.php:1365
433
  msgid "(2110) Unable to create backup manifest. Please try again"
434
  msgstr ""
435
 
436
+ #: lib/includes/job_backup.php:1366
437
  msgid ""
438
  "(2114) Your database was accessible but an export could not be created. "
439
  "Please contact support by clicking the get support link on the right. Please "
440
  "let us know who your host is when you submit the request"
441
  msgstr ""
442
 
443
+ #: lib/includes/job_backup.php:1367
444
  msgid "(2120) Unable to backup your themes. Please try again"
445
  msgstr ""
446
 
447
+ #: lib/includes/job_backup.php:1368
448
  msgid "(2121) Unable to backup your plugins. Please try again"
449
  msgstr ""
450
 
451
+ #: lib/includes/job_backup.php:1369
452
  msgid "(2122) Unable to backup your uploads. Please try again"
453
  msgstr ""
454
 
455
+ #: lib/includes/job_backup.php:1370
456
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
457
  msgstr ""
458
 
459
+ #: lib/includes/job_backup.php:1371
460
  msgid ""
461
  "(2125) Unable to compress your backup because there is no zip utility "
462
  "available. Please contact support"
463
  msgstr ""
464
 
465
+ #: lib/includes/job_backup.php:1372
466
  msgid "(2126) Unable to validate your backup. Please try again"
467
  msgstr ""
468
 
469
+ #: lib/includes/job_backup.php:1373
470
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
471
  msgstr ""
472
 
473
+ #: lib/includes/job_backup.php:1374
474
  msgid "(2128) Unable to create job control record. Please try again"
475
  msgstr ""
476
 
477
+ #: lib/includes/job_backup.php:1377
478
  msgid "(999) Unexpected error"
479
  msgstr ""
480
 
1266
  msgid "%s Settings"
1267
  msgstr ""
1268
 
1269
+ #: views/settings.php:48
1270
  msgid "Settings updated successfully!"
1271
  msgstr ""
1272
 
1273
+ #: views/settings.php:61
1274
  msgid "Email Notifications"
1275
  msgstr ""
1276
 
1277
+ #: views/settings.php:62
1278
  msgid ""
1279
  "Please enter your email address if you would like to receive backup email "
1280
  "notifications."
1281
  msgstr ""
1282
 
1283
+ #: views/settings.php:63
1284
  msgid ""
1285
  "Backup email notifications will be sent for every backup and will contain "
1286
  "status information related to the backup."
1287
  msgstr ""
1288
 
1289
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1290
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1291
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1292
  msgid "Save"
1293
  msgstr ""
1294
 
1295
+ #: views/settings.php:81
1296
  msgid "Backup Retention"
1297
  msgstr ""
1298
 
1299
+ #: views/settings.php:82
1300
  msgid ""
1301
  "Enter the number of backup archives that you would like to remain on the "
1302
  "server."
1303
  msgstr ""
1304
 
1305
+ #: views/settings.php:83
1306
  msgid ""
1307
  "Many hosts limit the amount of space that you can take up on their servers. "
1308
  "This option tells WPBackItUp the maximum number of backup archives that "
1310
  "oldest backup archives first."
1311
  msgstr ""
1312
 
1313
+ #: views/settings.php:102
1314
  msgid "Logging?"
1315
  msgstr ""
1316
 
1317
+ #: views/settings.php:103
1318
  msgid "Turn on WPBackItUp logging."
1319
  msgstr ""
1320
 
1321
+ #: views/settings.php:104
1322
  msgid ""
1323
  "This option should only be turned on by advanced users or when "
1324
  "troubleshooting issues with WPBackItUp support."
1325
  msgstr ""
1326
 
1327
+ #: views/settings.php:105
1328
  msgid "Yes"
1329
  msgstr ""
1330
 
1331
+ #: views/settings.php:106
1332
  msgid "No"
1333
  msgstr ""
1334
 
1335
+ #: views/settings.php:112
1336
+ msgid "Disable restore version compare?"
1337
+ msgstr ""
1338
+
1339
+ #: views/settings.php:114
1340
+ msgid ""
1341
+ "Check this box if you would like WPBackItUp not to check major version "
1342
+ "issue. This could be dangerous, you can disable it with your own risk."
1343
+ msgstr ""
1344
+
1345
+ #: views/settings.php:119
1346
  msgid "Single File Backup Set"
1347
  msgstr ""
1348
 
1349
+ #: views/settings.php:121
1350
  msgid ""
1351
  "Check this box if you would like WPBackItUp to create a single file backup "
1352
  "set."
1353
  msgstr ""
1354
 
1355
+ #: views/settings.php:122
1356
  msgid ""
1357
  "When this setting is turned on WPBackItUp will attempt to create a single "
1358
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1360
  "set may not be possible with hosts that strictly limit memory utilization."
1361
  msgstr ""
1362
 
1363
+ #: views/settings.php:127
1364
  msgid "Batch Size"
1365
  msgstr ""
1366
 
1367
+ #: views/settings.php:128
1368
  msgid "Enter the batch size for each of your content items."
1369
  msgstr ""
1370
 
1371
+ #: views/settings.php:129
1372
  msgid ""
1373
  "These settings tell WPBackItUp how many items that should be added to the "
1374
  "backup at a time. If you experience timeouts while running a backup then "
1376
  "WPBackItUp to complete each backup task ."
1377
  msgstr ""
1378
 
1379
+ #: views/settings.php:132
1380
  msgid "DB Tables Batch Size"
1381
  msgstr ""
1382
 
1383
+ #: views/settings.php:137
1384
  msgid "Plugins Batch Size"
1385
  msgstr ""
1386
 
1387
+ #: views/settings.php:142
1388
  msgid "Themes Batch Size"
1389
  msgstr ""
1390
 
1391
+ #: views/settings.php:147
1392
  msgid "Uploads Batch Size"
1393
  msgstr ""
1394
 
1395
+ #: views/settings.php:152
1396
  msgid "Others Batch Size"
1397
  msgstr ""
1398
 
1399
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1400
  msgid ""
1401
  "* These settings should only be modified by advanced users or when when "
1402
  "working with WPBackItUp support."
1403
  msgstr ""
1404
 
1405
+ #: views/settings.php:167
1406
  msgid "Filter Your Folders"
1407
  msgstr ""
1408
 
1409
+ #: views/settings.php:168
1410
  msgid ""
1411
  "Enter a comma separated list of folders that should be excluded from your "
1412
  "backups."
1413
  msgstr ""
1414
 
1415
+ #: views/settings.php:169
1416
  msgid ""
1417
  "It is important to note that when a folder name is present in this list any "
1418
  "occurrence of that folder, and all its contents, will be excluded from the "
1419
  "backup."
1420
  msgstr ""
1421
 
1422
+ #: views/settings.php:171
1423
  msgid "Plugin Folders Filter"
1424
  msgstr ""
1425
 
1426
+ #: views/settings.php:176
1427
  msgid "Theme Folders Filter"
1428
  msgstr ""
1429
 
1430
+ #: views/settings.php:181
1431
  msgid "Upload Folders Filter"
1432
  msgstr ""
1433
 
1434
+ #: views/settings.php:185
1435
  msgid "Other Folders Filter"
1436
  msgstr ""
1437
 
1438
+ #: views/settings.php:194
1439
  msgid "Filter Your Database Tables"
1440
  msgstr ""
1441
 
1442
+ #: views/settings.php:195
1443
  msgid "Exclude custom database tables from the backup."
1444
  msgstr ""
1445
 
1446
+ #: views/settings.php:196
1447
  msgid ""
1448
  "If you would like to exclude a custom table from the backup then simply drag "
1449
  "it to the list on the right. WordPress core tables may not be excluded from "
1450
  "the backup. "
1451
  msgstr ""
1452
 
1453
+ #: views/settings.php:232
1454
  msgid "Remove Data on Uninstall?"
1455
  msgstr ""
1456
 
1457
+ #: views/settings.php:234
1458
  msgid ""
1459
  "Check this box if you would like WPBackItUp to completely remove all of its "
1460
  "data when the plugin is deleted."
1514
  msgid "Premium customers receive priority support."
1515
  msgstr ""
1516
 
1517
+ #: wp-backitup.php:93 wp-backitup.php:94
1518
  #, php-format
1519
  msgid "Every %s hours"
1520
  msgstr ""
1521
 
1522
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1523
+ #: wp-backitup.php:99
1524
  #, php-format
1525
  msgid "WPBUP - Every %s minutes"
1526
  msgstr ""
1527
 
1528
+ #: wp-backitup.php:101
1529
  msgid "WPBUP - Once Weekly"
1530
  msgstr ""
1531
 
1532
+ #: wp-backitup.php:102
1533
  msgid "WPBUP - Once Monthly"
1534
  msgstr ""
1535
 
1536
+ #: wp-backitup.php:103 wp-backitup.php:104
1537
  #, php-format
1538
  msgid "WPBUP - Every %s hours"
1539
  msgstr ""
1540
 
1541
+ #: wp-backitup.php:113
1542
+ msgid "Local File"
1543
+ msgstr ""
1544
+
1545
+ #: wp-backitup.php:170
1546
  msgid "Cleanup"
1547
  msgstr ""
languages/wp-backitup-es_ES.mo CHANGED
Binary file
languages/wp-backitup-es_ES.po CHANGED
@@ -4,8 +4,8 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
- "POT-Creation-Date: 2016-03-07 10:10-0500\n"
8
- "PO-Revision-Date: 2016-03-07 10:10-0500\n"
9
  "Last-Translator: Germán Suárez <germansc.upwork@gmail.com>\n"
10
  "Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/es_ES/)\n"
@@ -14,20 +14,25 @@ msgstr ""
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.8.7\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-KeywordsList: _;__;_e\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
 
 
 
 
 
22
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
23
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
24
- #: wp-backitup.php:110
25
  msgid "Backup"
26
  msgstr "Copia de seguridad"
27
 
28
  #: lib/includes/class-wpbackitup-admin.php:215
29
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
30
- #: wp-backitup.php:124
31
  msgid "Restore"
32
  msgstr "Restaurar"
33
 
@@ -120,79 +125,79 @@ msgstr "¡Nueva copia de seguridad!"
120
  msgid "Uploaded Backup"
121
  msgstr "Copia de seguridad subida"
122
 
123
- #: lib/includes/class-wpbackitup-admin.php:595
124
  msgid "Backup Queued"
125
  msgstr "Copia de seguridad puesta en la cola"
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:598
128
  msgid "Backup could not be queued"
129
  msgstr "No se puede poner en la cola la copia de seguridad"
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:609
132
  msgid "Job is already in queue."
133
  msgstr "La tarea ya está en la cola."
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:641
136
  msgid "No backup file selected."
137
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:648
140
  msgid "No user id found."
141
  msgstr "No se ha encontrado la id de usuario."
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:670
144
  msgid "Restore Queued"
145
  msgstr "Restauración en la cola"
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:673
148
  msgid "Restore could not be queued"
149
  msgstr "La restauración no se ha podido poner en cola"
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:678
152
  msgid "Restore already in queue"
153
  msgstr "La restauración ya está en la cola"
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:705
156
  msgid "No job id posted"
157
  msgstr "Id de la tarea no publicado"
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
160
  msgid "Backup Cancelled"
161
  msgstr "Copia de seguridad cancelada"
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:715
164
  msgid "Backup job not found"
165
  msgstr "No se ha encontrado la tarea de copia de seguridad"
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:896
168
  msgid "No response log found."
169
  msgstr "No se ha enontrado ningún registro."
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:998
172
- #: lib/includes/class-wpbackitup-admin.php:1006
173
- #: lib/includes/class-wpbackitup-admin.php:1046
174
- #: lib/includes/class-wpbackitup-admin.php:1053
175
- #: lib/includes/class-wpbackitup-admin.php:1060
176
- #: lib/includes/class-wpbackitup-admin.php:1067
177
- #: lib/includes/class-wpbackitup-admin.php:1074
178
  msgid "Please enter a number"
179
  msgstr "Por favor, introduzca un número"
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1027
182
- #: lib/includes/class-wpbackitup-admin.php:1183
183
  msgid "Please enter a valid email"
184
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1190
187
  msgid "Please enter your support ticket id"
188
  msgstr "Por favor, introduzca el id de la incidencia"
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1195
191
  msgid "Please only enter numbers in this field"
192
  msgstr "Por favor, sólo introduzca números en este campo"
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1947
195
- #: lib/includes/class-wpbackitup-admin.php:1970
196
  msgid ""
197
  "License could not be activated. Please try again in a few hours and contact "
198
  "support if this error continues."
@@ -200,15 +205,15 @@ msgstr ""
200
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
201
  "unas pocas horas y contacte con el soporte técnico si el error continua."
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:2019
204
  msgid "License is invalid."
205
  msgstr "Licencia no válida"
206
 
207
- #: lib/includes/class-wpbackitup-admin.php:2024
208
  msgid "License has expired."
209
  msgstr "La licencia ha caducado."
210
 
211
- #: lib/includes/class-wpbackitup-admin.php:2027
212
  #, php-format
213
  msgid ""
214
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -219,17 +224,17 @@ msgstr ""
219
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
220
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
221
 
222
- #: lib/includes/class-wpbackitup-admin.php:2041
223
  msgid "License Expired: Scheduled backups are no longer active."
224
  msgstr ""
225
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
226
  "activas."
227
 
228
- #: lib/includes/class-wpbackitup-admin.php:2049
229
  msgid "Activation limit has been reached."
230
  msgstr "Se ha llegado al límite de activaciones."
231
 
232
- #: lib/includes/class-wpbackitup-admin.php:2055
233
  msgid "Your Activation limit has been reached"
234
  msgstr "Se ha llegado a su límite de activaciones"
235
 
@@ -262,7 +267,7 @@ msgstr ""
262
  "No se ha podido importar el archivo dentro del conjunto de copias de "
263
  "seguridad de WPBackItUp."
264
 
265
- #: lib/includes/job_backup.php:1126
266
  #, php-format
267
  msgid ""
268
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -278,52 +283,52 @@ msgstr ""
278
  "a></strong> para otro año de actualizaciones y acceso a nuestro equipo de "
279
  "soporte de primer nivel.<br/><br/>"
280
 
281
- #: lib/includes/job_backup.php:1131
282
  #, php-format
283
  msgid "%s - Backup completed successfully."
284
  msgstr "%s - de la copia de seguridad completada con éxito."
285
 
286
- #: lib/includes/job_backup.php:1132
287
  msgid "Your backup completed successfully."
288
  msgstr "Su copia de seguridad se ha completado con éxito."
289
 
290
- #: lib/includes/job_backup.php:1135
291
  #, php-format
292
  msgid "%s - Backup did not complete successfully."
293
  msgstr "%s - de la copia de seguridad no se ha completado con éxito."
294
 
295
- #: lib/includes/job_backup.php:1136
296
  msgid "Your backup did not complete successfully."
297
  msgstr "Su copia de seguridad no se ha completado con éxito."
298
 
299
- #: lib/includes/job_backup.php:1143
300
  #, php-format
301
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
302
  msgstr "Web de WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
303
 
304
- #: lib/includes/job_backup.php:1144
305
  msgid "Backup date:"
306
  msgstr "Fecha de la copia de seguridad:"
307
 
308
- #: lib/includes/job_backup.php:1145
309
  msgid "Number of backups completed with WPBackItUp:"
310
  msgstr "Número de copias de seguridad realizadas con WPBackItUp:"
311
 
312
- #: lib/includes/job_backup.php:1147
313
  msgid "Completion Code:"
314
  msgstr "Código de finalización:"
315
 
316
- #: lib/includes/job_backup.php:1148
317
  msgid "WPBackItUp Version:"
318
  msgstr "Versión de WPBackItUp:"
319
 
320
- #: lib/includes/job_backup.php:1160
321
  #, php-format
322
  msgid "Checkout %s for info about WPBackItUp and our other products."
323
  msgstr ""
324
  "Comprueba %s para información sobre WPBackItUp y nuestros otros productos."
325
 
326
- #: lib/includes/job_backup.php:1327
327
  msgid ""
328
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
329
  "settings of your wp-backitup backup directory"
@@ -331,7 +336,7 @@ msgstr ""
331
  "(101) No se puede crear un nuevo directorio para las copias de seguridad. "
332
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
333
 
334
- #: lib/includes/job_backup.php:1328
335
  msgid ""
336
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
337
  "your wp-backitup plugin directory"
@@ -339,48 +344,48 @@ msgstr ""
339
  "(102) No se ha podido crear el directorio para las copias de seguridad. "
340
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
341
 
342
- #: lib/includes/job_backup.php:1329
343
  msgid "(103) Unable to backup your files. Please try again"
344
  msgstr ""
345
  "(103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
346
  "nuevo"
347
 
348
- #: lib/includes/job_backup.php:1330
349
  msgid "(104) Unable to export your database. Please try again"
350
  msgstr "(104) No se puede exportar su base de datos. Inténtelo de nuevo"
351
 
352
- #: lib/includes/job_backup.php:1331
353
  msgid "(105) Unable to export site information file. Please try again"
354
  msgstr ""
355
  "(105) No se puede exportar el archivo de información del sitio web. "
356
  "Inténtelo de nuevo"
357
 
358
- #: lib/includes/job_backup.php:1332
359
  msgid "(106) Unable to cleanup your backup directory"
360
  msgstr "(106) No se puede limpiar su directorio de copias de seguridad"
361
 
362
- #: lib/includes/job_backup.php:1333
363
  msgid "(107) Unable to compress(zip) your backup. Please try again"
364
  msgstr ""
365
  "(107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
366
 
367
- #: lib/includes/job_backup.php:1334
368
  msgid "(108) Unable to backup your site data files. Please try again"
369
  msgstr ""
370
  "(108) No se puede realizar la copia de seguridad de los archivos de datos de "
371
  "su sitio web. Inténtelo de nuevo"
372
 
373
- #: lib/includes/job_backup.php:1335
374
  msgid "(109) Unable to finalize backup. Please try again"
375
  msgstr "(109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
376
 
377
- #: lib/includes/job_backup.php:1336
378
  msgid "(110) Unable to create backup manifest. Please try again"
379
  msgstr ""
380
  "(110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
381
  "inténtelo de nuevo."
382
 
383
- #: lib/includes/job_backup.php:1337
384
  msgid ""
385
  "(114) Your database was accessible but an export could not be created. "
386
  "Please contact support by clicking the get support link on the right. Please "
@@ -392,31 +397,31 @@ msgstr ""
392
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
393
  "petición"
394
 
395
- #: lib/includes/job_backup.php:1338
396
  msgid "(120) Unable to backup your themes. Please try again"
397
  msgstr ""
398
  "(120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
399
  "nuevo"
400
 
401
- #: lib/includes/job_backup.php:1339
402
  msgid "(121) Unable to backup your plugins. Please try again"
403
  msgstr ""
404
  "(121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
405
  "de nuevo"
406
 
407
- #: lib/includes/job_backup.php:1340
408
  msgid "(122) Unable to backup your uploads. Please try again"
409
  msgstr ""
410
  "(122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
411
  "de nuevo"
412
 
413
- #: lib/includes/job_backup.php:1341
414
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
415
  msgstr ""
416
  "(123) No se puede realizar la copia de seguridad de archivos diversos. "
417
  "Inténtelo de nuevo"
418
 
419
- #: lib/includes/job_backup.php:1342
420
  msgid ""
421
  "(125) Unable to compress your backup because there is no zip utility "
422
  "available. Please contact support"
@@ -424,22 +429,22 @@ msgstr ""
424
  "(125) No se puede comprimir su copia de seguridad debido a que no está "
425
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
426
 
427
- #: lib/includes/job_backup.php:1343
428
  msgid "(126) Unable to validate your backup. Please try again"
429
  msgstr "(126) No se puede validar su copia de seguridad. Inténtelo de nuevo."
430
 
431
- #: lib/includes/job_backup.php:1344
432
  msgid "(127) Unable to create inventory of files to backup. Please try again"
433
  msgstr ""
434
  "(127) No se puede crear el inventario de archivos que se deben añadir a la "
435
  "copia de seguridad. Inténtelo de nuevo"
436
 
437
- #: lib/includes/job_backup.php:1345
438
  msgid "(128) Unable to create job control record. Please try again"
439
  msgstr ""
440
  "(128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
441
 
442
- #: lib/includes/job_backup.php:1347
443
  msgid ""
444
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
445
  "settings of your wp-backitup backup directory"
@@ -447,7 +452,7 @@ msgstr ""
447
  "(2101) No se puede crear un nuevo directorio para las copias de seguridad. "
448
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
449
 
450
- #: lib/includes/job_backup.php:1348
451
  msgid ""
452
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
453
  "your wp-backitup plugin directory"
@@ -455,48 +460,48 @@ msgstr ""
455
  "(2102) No se ha podido crear el directorio para las copias de seguridad. "
456
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
457
 
458
- #: lib/includes/job_backup.php:1349
459
  msgid "(2103) Unable to backup your files. Please try again"
460
  msgstr ""
461
  "(2103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
462
  "nuevo"
463
 
464
- #: lib/includes/job_backup.php:1350
465
  msgid "(2104) Unable to export your database. Please try again"
466
  msgstr "(2104) No se puede exportar su base de datos. Inténtelo de nuevo"
467
 
468
- #: lib/includes/job_backup.php:1351
469
  msgid "(2105) Unable to export site information file. Please try again"
470
  msgstr ""
471
  "(2105) No se puede exportar el archivo de información del sitio web. "
472
  "Inténtelo de nuevo"
473
 
474
- #: lib/includes/job_backup.php:1352
475
  msgid "(2106) Unable to cleanup your backup directory"
476
  msgstr "(2106) No se puede limpiar su directorio de copias de seguridad"
477
 
478
- #: lib/includes/job_backup.php:1353
479
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
480
  msgstr ""
481
  "(2107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
482
 
483
- #: lib/includes/job_backup.php:1354
484
  msgid "(2108) Unable to backup your site data files. Please try again"
485
  msgstr ""
486
  "(2108) No se puede realizar la copia de seguridad de los archivos de datos "
487
  "de su sitio web. Inténtelo de nuevo"
488
 
489
- #: lib/includes/job_backup.php:1355
490
  msgid "(2109) Unable to finalize backup. Please try again"
491
  msgstr "(2109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
492
 
493
- #: lib/includes/job_backup.php:1356
494
  msgid "(2110) Unable to create backup manifest. Please try again"
495
  msgstr ""
496
  "(2110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
497
  "inténtelo de nuevo."
498
 
499
- #: lib/includes/job_backup.php:1357
500
  msgid ""
501
  "(2114) Your database was accessible but an export could not be created. "
502
  "Please contact support by clicking the get support link on the right. Please "
@@ -508,31 +513,31 @@ msgstr ""
508
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
509
  "petición"
510
 
511
- #: lib/includes/job_backup.php:1358
512
  msgid "(2120) Unable to backup your themes. Please try again"
513
  msgstr ""
514
  "(2120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
515
  "nuevo"
516
 
517
- #: lib/includes/job_backup.php:1359
518
  msgid "(2121) Unable to backup your plugins. Please try again"
519
  msgstr ""
520
  "(2121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
521
  "de nuevo"
522
 
523
- #: lib/includes/job_backup.php:1360
524
  msgid "(2122) Unable to backup your uploads. Please try again"
525
  msgstr ""
526
  "(2122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
527
  "de nuevo."
528
 
529
- #: lib/includes/job_backup.php:1361
530
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
531
  msgstr ""
532
  "(2123) No se puede realizar la copia de seguridad de archivos diversos. "
533
  "Inténtelo de nuevo"
534
 
535
- #: lib/includes/job_backup.php:1362
536
  msgid ""
537
  "(2125) Unable to compress your backup because there is no zip utility "
538
  "available. Please contact support"
@@ -540,22 +545,22 @@ msgstr ""
540
  "(2125) No se puede comprimir su copia de seguridad debido a que no está "
541
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
542
 
543
- #: lib/includes/job_backup.php:1363
544
  msgid "(2126) Unable to validate your backup. Please try again"
545
  msgstr "(2126) No se puede validar su copia de seguridad. Inténtelo de nuevo"
546
 
547
- #: lib/includes/job_backup.php:1364
548
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
549
  msgstr ""
550
  "(2127) No se puede crear el inventario de archivos que se deben añadir a la "
551
  "copia de seguridad. Inténtelo de nuevo"
552
 
553
- #: lib/includes/job_backup.php:1365
554
  msgid "(2128) Unable to create job control record. Please try again"
555
  msgstr ""
556
  "(2128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
557
 
558
- #: lib/includes/job_backup.php:1368
559
  msgid "(999) Unexpected error"
560
  msgstr "(999) Error inesperado"
561
 
@@ -1493,15 +1498,15 @@ msgstr ""
1493
  msgid "%s Settings"
1494
  msgstr "%s Ajustes"
1495
 
1496
- #: views/settings.php:46
1497
  msgid "Settings updated successfully!"
1498
  msgstr "¡La configuración se ha actualizado con éxito!"
1499
 
1500
- #: views/settings.php:59
1501
  msgid "Email Notifications"
1502
  msgstr "Notificaciones por correo electrónico"
1503
 
1504
- #: views/settings.php:60
1505
  msgid ""
1506
  "Please enter your email address if you would like to receive backup email "
1507
  "notifications."
@@ -1509,7 +1514,7 @@ msgstr ""
1509
  "Por favor, introduzca su dirección de correo electrónico si quiere recibir "
1510
  "notificacions por correo de sus copias de seguridad"
1511
 
1512
- #: views/settings.php:61
1513
  msgid ""
1514
  "Backup email notifications will be sent for every backup and will contain "
1515
  "status information related to the backup."
@@ -1518,17 +1523,17 @@ msgstr ""
1518
  "enviaran por cada copia de seguridad y contendrán información relacionada "
1519
  "con el estado de la copia de seguridad"
1520
 
1521
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1522
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1523
- #: views/settings.php:217 views/settings.php:226
1524
  msgid "Save"
1525
  msgstr "Guardar"
1526
 
1527
- #: views/settings.php:79
1528
  msgid "Backup Retention"
1529
  msgstr "Retención de la copia de seguridad"
1530
 
1531
- #: views/settings.php:80
1532
  msgid ""
1533
  "Enter the number of backup archives that you would like to remain on the "
1534
  "server."
@@ -1536,7 +1541,7 @@ msgstr ""
1536
  "Introduzca el número de copias de seguridad que quiere que permanezcan en su "
1537
  "servidor."
1538
 
1539
- #: views/settings.php:81
1540
  msgid ""
1541
  "Many hosts limit the amount of space that you can take up on their servers. "
1542
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1548,15 +1553,15 @@ msgstr ""
1548
  "copias de seguridad que pueden permanecer en los servidores. No se preocupe, "
1549
  "siempre eliminaremos primero las copias de seguridad más antiguas."
1550
 
1551
- #: views/settings.php:100
1552
  msgid "Logging?"
1553
  msgstr "Registrarse?"
1554
 
1555
- #: views/settings.php:101
1556
  msgid "Turn on WPBackItUp logging."
1557
  msgstr "Activar el registro de WPBackItUp."
1558
 
1559
- #: views/settings.php:102
1560
  msgid ""
1561
  "This option should only be turned on by advanced users or when "
1562
  "troubleshooting issues with WPBackItUp support."
@@ -1564,19 +1569,29 @@ msgstr ""
1564
  "Esta opción solo debería activarse por usuarios avanzados o durante la "
1565
  "solución de problemas con el soporte de WPBackItUp."
1566
 
1567
- #: views/settings.php:103
1568
  msgid "Yes"
1569
  msgstr "Sí"
1570
 
1571
- #: views/settings.php:104
1572
  msgid "No"
1573
  msgstr "No"
1574
 
1575
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1576
  msgid "Single File Backup Set"
1577
  msgstr "Grupo de copias de seguridad de un solo archivo"
1578
 
1579
- #: views/settings.php:112
1580
  msgid ""
1581
  "Check this box if you would like WPBackItUp to create a single file backup "
1582
  "set."
@@ -1584,7 +1599,7 @@ msgstr ""
1584
  "Seleccione esta casilla si quiere que WPBackItUp cree un grupo de copia de "
1585
  "seguridad de un solo archivo."
1586
 
1587
- #: views/settings.php:113
1588
  msgid ""
1589
  "When this setting is turned on WPBackItUp will attempt to create a single "
1590
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1598,16 +1613,16 @@ msgstr ""
1598
  "archivo puede no ser posible en proveedores de hosting con límites estrictos "
1599
  "de uso de memoria. "
1600
 
1601
- #: views/settings.php:118
1602
  msgid "Batch Size"
1603
  msgstr "Tamaño del lote"
1604
 
1605
- #: views/settings.php:119
1606
  msgid "Enter the batch size for each of your content items."
1607
  msgstr ""
1608
  "Introduzca el tamaño del lote de cada uno de sus elementos de contenido."
1609
 
1610
- #: views/settings.php:120
1611
  msgid ""
1612
  "These settings tell WPBackItUp how many items that should be added to the "
1613
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1620,27 +1635,27 @@ msgstr ""
1620
  "puede usar para reducir la cantidad de tiempo que tarda WPBackItUp en "
1621
  "completar cada copia de seguridad."
1622
 
1623
- #: views/settings.php:123
1624
  msgid "DB Tables Batch Size"
1625
  msgstr "Tamaño del lote de las tablas de la base de datos"
1626
 
1627
- #: views/settings.php:128
1628
  msgid "Plugins Batch Size"
1629
  msgstr "Tamaño del lote de plugins"
1630
 
1631
- #: views/settings.php:133
1632
  msgid "Themes Batch Size"
1633
  msgstr "Tamaño del lote de temas"
1634
 
1635
- #: views/settings.php:138
1636
  msgid "Uploads Batch Size"
1637
  msgstr "Tamaño del lote de subidas"
1638
 
1639
- #: views/settings.php:143
1640
  msgid "Others Batch Size"
1641
  msgstr "Tamaño del lote de otros"
1642
 
1643
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1644
  msgid ""
1645
  "* These settings should only be modified by advanced users or when when "
1646
  "working with WPBackItUp support."
@@ -1648,11 +1663,11 @@ msgstr ""
1648
  "* Esta configuración solo se debería modificar por usuarios avanzados o "
1649
  "cuando trabaje con el soporte de WPBackItUp."
1650
 
1651
- #: views/settings.php:158
1652
  msgid "Filter Your Folders"
1653
  msgstr "Filtrar sus carpetas"
1654
 
1655
- #: views/settings.php:159
1656
  msgid ""
1657
  "Enter a comma separated list of folders that should be excluded from your "
1658
  "backups."
@@ -1660,7 +1675,7 @@ msgstr ""
1660
  "Introduzca una lista de las carpetas, separadas por comas, que deben ser "
1661
  "excluidas de sus copias de seguridad."
1662
 
1663
- #: views/settings.php:160
1664
  msgid ""
1665
  "It is important to note that when a folder name is present in this list any "
1666
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1670,32 +1685,32 @@ msgstr ""
1670
  "encuentra en esta lista, todo lo que ocurra en ella y a su contenido será "
1671
  "excluido de la copia de seguridad."
1672
 
1673
- #: views/settings.php:162
1674
  msgid "Plugin Folders Filter"
1675
  msgstr "Filtro de la carpeta de plugins"
1676
 
1677
- #: views/settings.php:167
1678
  msgid "Theme Folders Filter"
1679
  msgstr "Filtro de la carpeta de temas"
1680
 
1681
- #: views/settings.php:172
1682
  msgid "Upload Folders Filter"
1683
  msgstr "Filtro de la carpeta de subidas"
1684
 
1685
- #: views/settings.php:176
1686
  msgid "Other Folders Filter"
1687
  msgstr "Filtro de otras carpetas"
1688
 
1689
- #: views/settings.php:185
1690
  msgid "Filter Your Database Tables"
1691
  msgstr "Filtrar sus tablas de la base de datos"
1692
 
1693
- #: views/settings.php:186
1694
  msgid "Exclude custom database tables from the backup."
1695
  msgstr ""
1696
  "Excluir de su copia de seguridad tablas personalizadas de la base de datos."
1697
 
1698
- #: views/settings.php:187
1699
  msgid ""
1700
  "If you would like to exclude a custom table from the backup then simply drag "
1701
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1705,11 +1720,11 @@ msgstr ""
1705
  "simplemente arrástrela a la lista de la derecha. Las tablas propias de "
1706
  "WordPress no se pueden excluir."
1707
 
1708
- #: views/settings.php:223
1709
  msgid "Remove Data on Uninstall?"
1710
  msgstr "¿Borrar datos al desinstalar?"
1711
 
1712
- #: views/settings.php:225
1713
  msgid ""
1714
  "Check this box if you would like WPBackItUp to completely remove all of its "
1715
  "data when the plugin is deleted."
@@ -1778,30 +1793,34 @@ msgstr "Por favor, registre su versión de WPBackItUp para acceder al soporte."
1778
  msgid "Premium customers receive priority support."
1779
  msgstr "Los clientes premium reciben soporte técnico prioritario."
1780
 
1781
- #: wp-backitup.php:90 wp-backitup.php:91
1782
  #, php-format
1783
  msgid "Every %s hours"
1784
  msgstr "Cada %s horas"
1785
 
1786
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1787
- #: wp-backitup.php:96
1788
  #, php-format
1789
  msgid "WPBUP - Every %s minutes"
1790
  msgstr "WPBUP - Cada %s minutos"
1791
 
1792
- #: wp-backitup.php:98
1793
  msgid "WPBUP - Once Weekly"
1794
  msgstr "WPBUP - Semanalmente"
1795
 
1796
- #: wp-backitup.php:99
1797
  msgid "WPBUP - Once Monthly"
1798
  msgstr "WPBUP - Mensualmente"
1799
 
1800
- #: wp-backitup.php:100 wp-backitup.php:101
1801
  #, php-format
1802
  msgid "WPBUP - Every %s hours"
1803
  msgstr "WPBUP - Cada %s horas"
1804
 
1805
- #: wp-backitup.php:138
 
 
 
 
1806
  msgid "Cleanup"
1807
  msgstr "Limpiar"
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-06-14 08:32-0400\n"
8
+ "PO-Revision-Date: 2016-06-14 08:32-0400\n"
9
  "Last-Translator: Germán Suárez <germansc.upwork@gmail.com>\n"
10
  "Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/es_ES/)\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.8.8\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-KeywordsList: _;__;_e\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: lib/background-processing/class-background-process.php:408
23
+ #, php-format
24
+ msgid "Every %d Minutes"
25
+ msgstr ""
26
+
27
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
28
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
+ #: wp-backitup.php:142
30
  msgid "Backup"
31
  msgstr "Copia de seguridad"
32
 
33
  #: lib/includes/class-wpbackitup-admin.php:215
34
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
35
+ #: wp-backitup.php:156
36
  msgid "Restore"
37
  msgstr "Restaurar"
38
 
125
  msgid "Uploaded Backup"
126
  msgstr "Copia de seguridad subida"
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:601
129
  msgid "Backup Queued"
130
  msgstr "Copia de seguridad puesta en la cola"
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:610
133
  msgid "Backup could not be queued"
134
  msgstr "No se puede poner en la cola la copia de seguridad"
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:622
137
  msgid "Job is already in queue."
138
  msgstr "La tarea ya está en la cola."
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:660
141
  msgid "No backup file selected."
142
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:667
145
  msgid "No user id found."
146
  msgstr "No se ha encontrado la id de usuario."
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:690
149
  msgid "Restore Queued"
150
  msgstr "Restauración en la cola"
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:699
153
  msgid "Restore could not be queued"
154
  msgstr "La restauración no se ha podido poner en cola"
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:705
157
  msgid "Restore already in queue"
158
  msgstr "La restauración ya está en la cola"
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:737
161
  msgid "No job id posted"
162
  msgstr "Id de la tarea no publicado"
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
165
  msgid "Backup Cancelled"
166
  msgstr "Copia de seguridad cancelada"
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:747
169
  msgid "Backup job not found"
170
  msgstr "No se ha encontrado la tarea de copia de seguridad"
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:908
173
  msgid "No response log found."
174
  msgstr "No se ha enontrado ningún registro."
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:1010
177
+ #: lib/includes/class-wpbackitup-admin.php:1018
178
+ #: lib/includes/class-wpbackitup-admin.php:1064
179
+ #: lib/includes/class-wpbackitup-admin.php:1071
180
+ #: lib/includes/class-wpbackitup-admin.php:1078
181
+ #: lib/includes/class-wpbackitup-admin.php:1085
182
+ #: lib/includes/class-wpbackitup-admin.php:1092
183
  msgid "Please enter a number"
184
  msgstr "Por favor, introduzca un número"
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1039
187
+ #: lib/includes/class-wpbackitup-admin.php:1201
188
  msgid "Please enter a valid email"
189
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1208
192
  msgid "Please enter your support ticket id"
193
  msgstr "Por favor, introduzca el id de la incidencia"
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1213
196
  msgid "Please only enter numbers in this field"
197
  msgstr "Por favor, sólo introduzca números en este campo"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:2003
200
+ #: lib/includes/class-wpbackitup-admin.php:2023
201
  msgid ""
202
  "License could not be activated. Please try again in a few hours and contact "
203
  "support if this error continues."
205
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
206
  "unas pocas horas y contacte con el soporte técnico si el error continua."
207
 
208
+ #: lib/includes/class-wpbackitup-admin.php:2072
209
  msgid "License is invalid."
210
  msgstr "Licencia no válida"
211
 
212
+ #: lib/includes/class-wpbackitup-admin.php:2077
213
  msgid "License has expired."
214
  msgstr "La licencia ha caducado."
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2080
217
  #, php-format
218
  msgid ""
219
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
224
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
225
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
226
 
227
+ #: lib/includes/class-wpbackitup-admin.php:2094
228
  msgid "License Expired: Scheduled backups are no longer active."
229
  msgstr ""
230
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
231
  "activas."
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2102
234
  msgid "Activation limit has been reached."
235
  msgstr "Se ha llegado al límite de activaciones."
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2108
238
  msgid "Your Activation limit has been reached"
239
  msgstr "Se ha llegado a su límite de activaciones"
240
 
267
  "No se ha podido importar el archivo dentro del conjunto de copias de "
268
  "seguridad de WPBackItUp."
269
 
270
+ #: lib/includes/job_backup.php:1135
271
  #, php-format
272
  msgid ""
273
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
283
  "a></strong> para otro año de actualizaciones y acceso a nuestro equipo de "
284
  "soporte de primer nivel.<br/><br/>"
285
 
286
+ #: lib/includes/job_backup.php:1140
287
  #, php-format
288
  msgid "%s - Backup completed successfully."
289
  msgstr "%s - de la copia de seguridad completada con éxito."
290
 
291
+ #: lib/includes/job_backup.php:1141
292
  msgid "Your backup completed successfully."
293
  msgstr "Su copia de seguridad se ha completado con éxito."
294
 
295
+ #: lib/includes/job_backup.php:1144
296
  #, php-format
297
  msgid "%s - Backup did not complete successfully."
298
  msgstr "%s - de la copia de seguridad no se ha completado con éxito."
299
 
300
+ #: lib/includes/job_backup.php:1145
301
  msgid "Your backup did not complete successfully."
302
  msgstr "Su copia de seguridad no se ha completado con éxito."
303
 
304
+ #: lib/includes/job_backup.php:1152
305
  #, php-format
306
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
307
  msgstr "Web de WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
308
 
309
+ #: lib/includes/job_backup.php:1153
310
  msgid "Backup date:"
311
  msgstr "Fecha de la copia de seguridad:"
312
 
313
+ #: lib/includes/job_backup.php:1154
314
  msgid "Number of backups completed with WPBackItUp:"
315
  msgstr "Número de copias de seguridad realizadas con WPBackItUp:"
316
 
317
+ #: lib/includes/job_backup.php:1156
318
  msgid "Completion Code:"
319
  msgstr "Código de finalización:"
320
 
321
+ #: lib/includes/job_backup.php:1157
322
  msgid "WPBackItUp Version:"
323
  msgstr "Versión de WPBackItUp:"
324
 
325
+ #: lib/includes/job_backup.php:1169
326
  #, php-format
327
  msgid "Checkout %s for info about WPBackItUp and our other products."
328
  msgstr ""
329
  "Comprueba %s para información sobre WPBackItUp y nuestros otros productos."
330
 
331
+ #: lib/includes/job_backup.php:1336
332
  msgid ""
333
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
334
  "settings of your wp-backitup backup directory"
336
  "(101) No se puede crear un nuevo directorio para las copias de seguridad. "
337
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
338
 
339
+ #: lib/includes/job_backup.php:1337
340
  msgid ""
341
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
342
  "your wp-backitup plugin directory"
344
  "(102) No se ha podido crear el directorio para las copias de seguridad. "
345
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
346
 
347
+ #: lib/includes/job_backup.php:1338
348
  msgid "(103) Unable to backup your files. Please try again"
349
  msgstr ""
350
  "(103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
351
  "nuevo"
352
 
353
+ #: lib/includes/job_backup.php:1339
354
  msgid "(104) Unable to export your database. Please try again"
355
  msgstr "(104) No se puede exportar su base de datos. Inténtelo de nuevo"
356
 
357
+ #: lib/includes/job_backup.php:1340
358
  msgid "(105) Unable to export site information file. Please try again"
359
  msgstr ""
360
  "(105) No se puede exportar el archivo de información del sitio web. "
361
  "Inténtelo de nuevo"
362
 
363
+ #: lib/includes/job_backup.php:1341
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) No se puede limpiar su directorio de copias de seguridad"
366
 
367
+ #: lib/includes/job_backup.php:1342
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr ""
370
  "(107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
371
 
372
+ #: lib/includes/job_backup.php:1343
373
  msgid "(108) Unable to backup your site data files. Please try again"
374
  msgstr ""
375
  "(108) No se puede realizar la copia de seguridad de los archivos de datos de "
376
  "su sitio web. Inténtelo de nuevo"
377
 
378
+ #: lib/includes/job_backup.php:1344
379
  msgid "(109) Unable to finalize backup. Please try again"
380
  msgstr "(109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
381
 
382
+ #: lib/includes/job_backup.php:1345
383
  msgid "(110) Unable to create backup manifest. Please try again"
384
  msgstr ""
385
  "(110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
386
  "inténtelo de nuevo."
387
 
388
+ #: lib/includes/job_backup.php:1346
389
  msgid ""
390
  "(114) Your database was accessible but an export could not be created. "
391
  "Please contact support by clicking the get support link on the right. Please "
397
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
398
  "petición"
399
 
400
+ #: lib/includes/job_backup.php:1347
401
  msgid "(120) Unable to backup your themes. Please try again"
402
  msgstr ""
403
  "(120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
404
  "nuevo"
405
 
406
+ #: lib/includes/job_backup.php:1348
407
  msgid "(121) Unable to backup your plugins. Please try again"
408
  msgstr ""
409
  "(121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
410
  "de nuevo"
411
 
412
+ #: lib/includes/job_backup.php:1349
413
  msgid "(122) Unable to backup your uploads. Please try again"
414
  msgstr ""
415
  "(122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
416
  "de nuevo"
417
 
418
+ #: lib/includes/job_backup.php:1350
419
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
420
  msgstr ""
421
  "(123) No se puede realizar la copia de seguridad de archivos diversos. "
422
  "Inténtelo de nuevo"
423
 
424
+ #: lib/includes/job_backup.php:1351
425
  msgid ""
426
  "(125) Unable to compress your backup because there is no zip utility "
427
  "available. Please contact support"
429
  "(125) No se puede comprimir su copia de seguridad debido a que no está "
430
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
431
 
432
+ #: lib/includes/job_backup.php:1352
433
  msgid "(126) Unable to validate your backup. Please try again"
434
  msgstr "(126) No se puede validar su copia de seguridad. Inténtelo de nuevo."
435
 
436
+ #: lib/includes/job_backup.php:1353
437
  msgid "(127) Unable to create inventory of files to backup. Please try again"
438
  msgstr ""
439
  "(127) No se puede crear el inventario de archivos que se deben añadir a la "
440
  "copia de seguridad. Inténtelo de nuevo"
441
 
442
+ #: lib/includes/job_backup.php:1354
443
  msgid "(128) Unable to create job control record. Please try again"
444
  msgstr ""
445
  "(128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
446
 
447
+ #: lib/includes/job_backup.php:1356
448
  msgid ""
449
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
450
  "settings of your wp-backitup backup directory"
452
  "(2101) No se puede crear un nuevo directorio para las copias de seguridad. "
453
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
454
 
455
+ #: lib/includes/job_backup.php:1357
456
  msgid ""
457
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
458
  "your wp-backitup plugin directory"
460
  "(2102) No se ha podido crear el directorio para las copias de seguridad. "
461
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
462
 
463
+ #: lib/includes/job_backup.php:1358
464
  msgid "(2103) Unable to backup your files. Please try again"
465
  msgstr ""
466
  "(2103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
467
  "nuevo"
468
 
469
+ #: lib/includes/job_backup.php:1359
470
  msgid "(2104) Unable to export your database. Please try again"
471
  msgstr "(2104) No se puede exportar su base de datos. Inténtelo de nuevo"
472
 
473
+ #: lib/includes/job_backup.php:1360
474
  msgid "(2105) Unable to export site information file. Please try again"
475
  msgstr ""
476
  "(2105) No se puede exportar el archivo de información del sitio web. "
477
  "Inténtelo de nuevo"
478
 
479
+ #: lib/includes/job_backup.php:1361
480
  msgid "(2106) Unable to cleanup your backup directory"
481
  msgstr "(2106) No se puede limpiar su directorio de copias de seguridad"
482
 
483
+ #: lib/includes/job_backup.php:1362
484
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
485
  msgstr ""
486
  "(2107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
487
 
488
+ #: lib/includes/job_backup.php:1363
489
  msgid "(2108) Unable to backup your site data files. Please try again"
490
  msgstr ""
491
  "(2108) No se puede realizar la copia de seguridad de los archivos de datos "
492
  "de su sitio web. Inténtelo de nuevo"
493
 
494
+ #: lib/includes/job_backup.php:1364
495
  msgid "(2109) Unable to finalize backup. Please try again"
496
  msgstr "(2109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
497
 
498
+ #: lib/includes/job_backup.php:1365
499
  msgid "(2110) Unable to create backup manifest. Please try again"
500
  msgstr ""
501
  "(2110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
502
  "inténtelo de nuevo."
503
 
504
+ #: lib/includes/job_backup.php:1366
505
  msgid ""
506
  "(2114) Your database was accessible but an export could not be created. "
507
  "Please contact support by clicking the get support link on the right. Please "
513
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
514
  "petición"
515
 
516
+ #: lib/includes/job_backup.php:1367
517
  msgid "(2120) Unable to backup your themes. Please try again"
518
  msgstr ""
519
  "(2120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
520
  "nuevo"
521
 
522
+ #: lib/includes/job_backup.php:1368
523
  msgid "(2121) Unable to backup your plugins. Please try again"
524
  msgstr ""
525
  "(2121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
526
  "de nuevo"
527
 
528
+ #: lib/includes/job_backup.php:1369
529
  msgid "(2122) Unable to backup your uploads. Please try again"
530
  msgstr ""
531
  "(2122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
532
  "de nuevo."
533
 
534
+ #: lib/includes/job_backup.php:1370
535
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
536
  msgstr ""
537
  "(2123) No se puede realizar la copia de seguridad de archivos diversos. "
538
  "Inténtelo de nuevo"
539
 
540
+ #: lib/includes/job_backup.php:1371
541
  msgid ""
542
  "(2125) Unable to compress your backup because there is no zip utility "
543
  "available. Please contact support"
545
  "(2125) No se puede comprimir su copia de seguridad debido a que no está "
546
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
547
 
548
+ #: lib/includes/job_backup.php:1372
549
  msgid "(2126) Unable to validate your backup. Please try again"
550
  msgstr "(2126) No se puede validar su copia de seguridad. Inténtelo de nuevo"
551
 
552
+ #: lib/includes/job_backup.php:1373
553
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
554
  msgstr ""
555
  "(2127) No se puede crear el inventario de archivos que se deben añadir a la "
556
  "copia de seguridad. Inténtelo de nuevo"
557
 
558
+ #: lib/includes/job_backup.php:1374
559
  msgid "(2128) Unable to create job control record. Please try again"
560
  msgstr ""
561
  "(2128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
562
 
563
+ #: lib/includes/job_backup.php:1377
564
  msgid "(999) Unexpected error"
565
  msgstr "(999) Error inesperado"
566
 
1498
  msgid "%s Settings"
1499
  msgstr "%s Ajustes"
1500
 
1501
+ #: views/settings.php:48
1502
  msgid "Settings updated successfully!"
1503
  msgstr "¡La configuración se ha actualizado con éxito!"
1504
 
1505
+ #: views/settings.php:61
1506
  msgid "Email Notifications"
1507
  msgstr "Notificaciones por correo electrónico"
1508
 
1509
+ #: views/settings.php:62
1510
  msgid ""
1511
  "Please enter your email address if you would like to receive backup email "
1512
  "notifications."
1514
  "Por favor, introduzca su dirección de correo electrónico si quiere recibir "
1515
  "notificacions por correo de sus copias de seguridad"
1516
 
1517
+ #: views/settings.php:63
1518
  msgid ""
1519
  "Backup email notifications will be sent for every backup and will contain "
1520
  "status information related to the backup."
1523
  "enviaran por cada copia de seguridad y contendrán información relacionada "
1524
  "con el estado de la copia de seguridad"
1525
 
1526
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1527
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1528
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1529
  msgid "Save"
1530
  msgstr "Guardar"
1531
 
1532
+ #: views/settings.php:81
1533
  msgid "Backup Retention"
1534
  msgstr "Retención de la copia de seguridad"
1535
 
1536
+ #: views/settings.php:82
1537
  msgid ""
1538
  "Enter the number of backup archives that you would like to remain on the "
1539
  "server."
1541
  "Introduzca el número de copias de seguridad que quiere que permanezcan en su "
1542
  "servidor."
1543
 
1544
+ #: views/settings.php:83
1545
  msgid ""
1546
  "Many hosts limit the amount of space that you can take up on their servers. "
1547
  "This option tells WPBackItUp the maximum number of backup archives that "
1553
  "copias de seguridad que pueden permanecer en los servidores. No se preocupe, "
1554
  "siempre eliminaremos primero las copias de seguridad más antiguas."
1555
 
1556
+ #: views/settings.php:102
1557
  msgid "Logging?"
1558
  msgstr "Registrarse?"
1559
 
1560
+ #: views/settings.php:103
1561
  msgid "Turn on WPBackItUp logging."
1562
  msgstr "Activar el registro de WPBackItUp."
1563
 
1564
+ #: views/settings.php:104
1565
  msgid ""
1566
  "This option should only be turned on by advanced users or when "
1567
  "troubleshooting issues with WPBackItUp support."
1569
  "Esta opción solo debería activarse por usuarios avanzados o durante la "
1570
  "solución de problemas con el soporte de WPBackItUp."
1571
 
1572
+ #: views/settings.php:105
1573
  msgid "Yes"
1574
  msgstr "Sí"
1575
 
1576
+ #: views/settings.php:106
1577
  msgid "No"
1578
  msgstr "No"
1579
 
1580
+ #: views/settings.php:112
1581
+ msgid "Disable restore version compare?"
1582
+ msgstr ""
1583
+
1584
+ #: views/settings.php:114
1585
+ msgid ""
1586
+ "Check this box if you would like WPBackItUp not to check major version "
1587
+ "issue. This could be dangerous, you can disable it with your own risk."
1588
+ msgstr ""
1589
+
1590
+ #: views/settings.php:119
1591
  msgid "Single File Backup Set"
1592
  msgstr "Grupo de copias de seguridad de un solo archivo"
1593
 
1594
+ #: views/settings.php:121
1595
  msgid ""
1596
  "Check this box if you would like WPBackItUp to create a single file backup "
1597
  "set."
1599
  "Seleccione esta casilla si quiere que WPBackItUp cree un grupo de copia de "
1600
  "seguridad de un solo archivo."
1601
 
1602
+ #: views/settings.php:122
1603
  msgid ""
1604
  "When this setting is turned on WPBackItUp will attempt to create a single "
1605
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1613
  "archivo puede no ser posible en proveedores de hosting con límites estrictos "
1614
  "de uso de memoria. "
1615
 
1616
+ #: views/settings.php:127
1617
  msgid "Batch Size"
1618
  msgstr "Tamaño del lote"
1619
 
1620
+ #: views/settings.php:128
1621
  msgid "Enter the batch size for each of your content items."
1622
  msgstr ""
1623
  "Introduzca el tamaño del lote de cada uno de sus elementos de contenido."
1624
 
1625
+ #: views/settings.php:129
1626
  msgid ""
1627
  "These settings tell WPBackItUp how many items that should be added to the "
1628
  "backup at a time. If you experience timeouts while running a backup then "
1635
  "puede usar para reducir la cantidad de tiempo que tarda WPBackItUp en "
1636
  "completar cada copia de seguridad."
1637
 
1638
+ #: views/settings.php:132
1639
  msgid "DB Tables Batch Size"
1640
  msgstr "Tamaño del lote de las tablas de la base de datos"
1641
 
1642
+ #: views/settings.php:137
1643
  msgid "Plugins Batch Size"
1644
  msgstr "Tamaño del lote de plugins"
1645
 
1646
+ #: views/settings.php:142
1647
  msgid "Themes Batch Size"
1648
  msgstr "Tamaño del lote de temas"
1649
 
1650
+ #: views/settings.php:147
1651
  msgid "Uploads Batch Size"
1652
  msgstr "Tamaño del lote de subidas"
1653
 
1654
+ #: views/settings.php:152
1655
  msgid "Others Batch Size"
1656
  msgstr "Tamaño del lote de otros"
1657
 
1658
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1659
  msgid ""
1660
  "* These settings should only be modified by advanced users or when when "
1661
  "working with WPBackItUp support."
1663
  "* Esta configuración solo se debería modificar por usuarios avanzados o "
1664
  "cuando trabaje con el soporte de WPBackItUp."
1665
 
1666
+ #: views/settings.php:167
1667
  msgid "Filter Your Folders"
1668
  msgstr "Filtrar sus carpetas"
1669
 
1670
+ #: views/settings.php:168
1671
  msgid ""
1672
  "Enter a comma separated list of folders that should be excluded from your "
1673
  "backups."
1675
  "Introduzca una lista de las carpetas, separadas por comas, que deben ser "
1676
  "excluidas de sus copias de seguridad."
1677
 
1678
+ #: views/settings.php:169
1679
  msgid ""
1680
  "It is important to note that when a folder name is present in this list any "
1681
  "occurrence of that folder, and all its contents, will be excluded from the "
1685
  "encuentra en esta lista, todo lo que ocurra en ella y a su contenido será "
1686
  "excluido de la copia de seguridad."
1687
 
1688
+ #: views/settings.php:171
1689
  msgid "Plugin Folders Filter"
1690
  msgstr "Filtro de la carpeta de plugins"
1691
 
1692
+ #: views/settings.php:176
1693
  msgid "Theme Folders Filter"
1694
  msgstr "Filtro de la carpeta de temas"
1695
 
1696
+ #: views/settings.php:181
1697
  msgid "Upload Folders Filter"
1698
  msgstr "Filtro de la carpeta de subidas"
1699
 
1700
+ #: views/settings.php:185
1701
  msgid "Other Folders Filter"
1702
  msgstr "Filtro de otras carpetas"
1703
 
1704
+ #: views/settings.php:194
1705
  msgid "Filter Your Database Tables"
1706
  msgstr "Filtrar sus tablas de la base de datos"
1707
 
1708
+ #: views/settings.php:195
1709
  msgid "Exclude custom database tables from the backup."
1710
  msgstr ""
1711
  "Excluir de su copia de seguridad tablas personalizadas de la base de datos."
1712
 
1713
+ #: views/settings.php:196
1714
  msgid ""
1715
  "If you would like to exclude a custom table from the backup then simply drag "
1716
  "it to the list on the right. WordPress core tables may not be excluded from "
1720
  "simplemente arrástrela a la lista de la derecha. Las tablas propias de "
1721
  "WordPress no se pueden excluir."
1722
 
1723
+ #: views/settings.php:232
1724
  msgid "Remove Data on Uninstall?"
1725
  msgstr "¿Borrar datos al desinstalar?"
1726
 
1727
+ #: views/settings.php:234
1728
  msgid ""
1729
  "Check this box if you would like WPBackItUp to completely remove all of its "
1730
  "data when the plugin is deleted."
1793
  msgid "Premium customers receive priority support."
1794
  msgstr "Los clientes premium reciben soporte técnico prioritario."
1795
 
1796
+ #: wp-backitup.php:93 wp-backitup.php:94
1797
  #, php-format
1798
  msgid "Every %s hours"
1799
  msgstr "Cada %s horas"
1800
 
1801
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1802
+ #: wp-backitup.php:99
1803
  #, php-format
1804
  msgid "WPBUP - Every %s minutes"
1805
  msgstr "WPBUP - Cada %s minutos"
1806
 
1807
+ #: wp-backitup.php:101
1808
  msgid "WPBUP - Once Weekly"
1809
  msgstr "WPBUP - Semanalmente"
1810
 
1811
+ #: wp-backitup.php:102
1812
  msgid "WPBUP - Once Monthly"
1813
  msgstr "WPBUP - Mensualmente"
1814
 
1815
+ #: wp-backitup.php:103 wp-backitup.php:104
1816
  #, php-format
1817
  msgid "WPBUP - Every %s hours"
1818
  msgstr "WPBUP - Cada %s horas"
1819
 
1820
+ #: wp-backitup.php:113
1821
+ msgid "Local File"
1822
+ msgstr ""
1823
+
1824
+ #: wp-backitup.php:170
1825
  msgid "Cleanup"
1826
  msgstr "Limpiar"
languages/wp-backitup-fr_FR.mo CHANGED
Binary file
languages/wp-backitup-fr_FR.po CHANGED
@@ -9,8 +9,8 @@
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: WPBackItUp\n"
12
- "POT-Creation-Date: 2016-03-07 10:09-0500\n"
13
- "PO-Revision-Date: 2016-03-07 10:09-0500\n"
14
  "Last-Translator: Paulette Decroix <pomme.decroix@hotmail.fr>\n"
15
  "Language-Team: French (France) (http://www.transifex.com/wp-translations/wp-"
16
  "backitup/language/fr_FR/)\n"
@@ -19,20 +19,25 @@ msgstr ""
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
  "Content-Transfer-Encoding: 8bit\n"
21
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
22
- "X-Generator: Poedit 1.8.7\n"
23
  "X-Poedit-Basepath: ..\n"
24
  "X-Poedit-KeywordsList: _;__;_e\n"
25
  "X-Poedit-SearchPath-0: .\n"
26
 
 
 
 
 
 
27
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
28
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
- #: wp-backitup.php:110
30
  msgid "Backup"
31
  msgstr "Sauvegarder"
32
 
33
  #: lib/includes/class-wpbackitup-admin.php:215
34
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
35
- #: wp-backitup.php:124
36
  msgid "Restore"
37
  msgstr "Rétablir"
38
 
@@ -125,79 +130,79 @@ msgstr "Nouvelle sauvegarde !"
125
  msgid "Uploaded Backup"
126
  msgstr "Sauvegarde mise en ligne."
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:595
129
  msgid "Backup Queued"
130
  msgstr "Sauvegarde mise en file d'attente."
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:598
133
  msgid "Backup could not be queued"
134
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:609
137
  msgid "Job is already in queue."
138
  msgstr "La tâche est déjà en file d'attente."
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:641
141
  msgid "No backup file selected."
142
  msgstr "Aucun fichier de sauvegarde sélectionné."
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:648
145
  msgid "No user id found."
146
  msgstr "Aucun identifiant d'utilisateur trouvé."
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:670
149
  msgid "Restore Queued"
150
  msgstr "Restauration mise en file d'attente."
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:673
153
  msgid "Restore could not be queued"
154
  msgstr "La restauration n'a pas pu être mise en file d'attente."
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:678
157
  msgid "Restore already in queue"
158
  msgstr "La restauration est déjà en file d'attente."
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:705
161
  msgid "No job id posted"
162
  msgstr "Nouvel id de tâche publié. "
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
165
  msgid "Backup Cancelled"
166
  msgstr "Sauvegarde annulée."
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:715
169
  msgid "Backup job not found"
170
  msgstr "Tâche de sauvegarde non trouvée. "
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:896
173
  msgid "No response log found."
174
  msgstr "Pas de réponse de journal trouvée."
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:998
177
- #: lib/includes/class-wpbackitup-admin.php:1006
178
- #: lib/includes/class-wpbackitup-admin.php:1046
179
- #: lib/includes/class-wpbackitup-admin.php:1053
180
- #: lib/includes/class-wpbackitup-admin.php:1060
181
- #: lib/includes/class-wpbackitup-admin.php:1067
182
- #: lib/includes/class-wpbackitup-admin.php:1074
183
  msgid "Please enter a number"
184
  msgstr "Veuillez saisir un chiffre."
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1027
187
- #: lib/includes/class-wpbackitup-admin.php:1183
188
  msgid "Please enter a valid email"
189
  msgstr "Veuillez saisir une adresse de messagerie valide."
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1190
192
  msgid "Please enter your support ticket id"
193
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1195
196
  msgid "Please only enter numbers in this field"
197
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:1947
200
- #: lib/includes/class-wpbackitup-admin.php:1970
201
  msgid ""
202
  "License could not be activated. Please try again in a few hours and contact "
203
  "support if this error continues."
@@ -205,15 +210,15 @@ msgstr ""
205
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
206
  "et contacter l'assistance si cette erreur persiste. "
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2019
209
  msgid "License is invalid."
210
  msgstr "La licence n'est pas valide."
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2024
213
  msgid "License has expired."
214
  msgstr "La licence est expirée."
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2027
217
  #, php-format
218
  msgid ""
219
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -225,16 +230,16 @@ msgstr ""
225
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
226
  "mondiale</strong>."
227
 
228
- #: lib/includes/class-wpbackitup-admin.php:2041
229
  msgid "License Expired: Scheduled backups are no longer active."
230
  msgstr ""
231
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
232
 
233
- #: lib/includes/class-wpbackitup-admin.php:2049
234
  msgid "Activation limit has been reached."
235
  msgstr "La limite d'activation a été atteinte."
236
 
237
- #: lib/includes/class-wpbackitup-admin.php:2055
238
  msgid "Your Activation limit has been reached"
239
  msgstr "Votre limite d'activation a été atteinte."
240
 
@@ -268,7 +273,7 @@ msgid "Could not import file into WPBackItUp backup set."
268
  msgstr ""
269
  "Le fichier n'a pas pu être importé dans le jeu de sauvegarde WPBackItUp."
270
 
271
- #: lib/includes/job_backup.php:1126
272
  #, php-format
273
  msgid ""
274
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -284,52 +289,52 @@ msgstr ""
284
  "\">renouveller</a></strong> une nouvelle année de mises à jour du produit et "
285
  "accéder à notre équipe de support de premier niveau.<br/><br/>"
286
 
287
- #: lib/includes/job_backup.php:1131
288
  #, php-format
289
  msgid "%s - Backup completed successfully."
290
  msgstr "%s - La sauvegarde a été correctement effectuée."
291
 
292
- #: lib/includes/job_backup.php:1132
293
  msgid "Your backup completed successfully."
294
  msgstr "Votre sauvegarde a été correctement effectuée."
295
 
296
- #: lib/includes/job_backup.php:1135
297
  #, php-format
298
  msgid "%s - Backup did not complete successfully."
299
  msgstr "%s - La sauvegarde n'a pas été correctement effectuée."
300
 
301
- #: lib/includes/job_backup.php:1136
302
  msgid "Your backup did not complete successfully."
303
  msgstr "Votre sauvegarde n'a pas été correctement effectuée."
304
 
305
- #: lib/includes/job_backup.php:1143
306
  #, php-format
307
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
308
  msgstr "Site WordPress&nbsp;: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
309
 
310
- #: lib/includes/job_backup.php:1144
311
  msgid "Backup date:"
312
  msgstr "Date de la sauvegarde&nbsp;:"
313
 
314
- #: lib/includes/job_backup.php:1145
315
  msgid "Number of backups completed with WPBackItUp:"
316
  msgstr "Nombre de sauvegardes effectuées avec WPBackItUp :"
317
 
318
- #: lib/includes/job_backup.php:1147
319
  msgid "Completion Code:"
320
  msgstr "Code de réussite&nbsp;:"
321
 
322
- #: lib/includes/job_backup.php:1148
323
  msgid "WPBackItUp Version:"
324
  msgstr "Version de WPBackItUp :"
325
 
326
- #: lib/includes/job_backup.php:1160
327
  #, php-format
328
  msgid "Checkout %s for info about WPBackItUp and our other products."
329
  msgstr ""
330
  "Consultez %s pour en savoir plus sur WPBackItUp et nos autres produits."
331
 
332
- #: lib/includes/job_backup.php:1327
333
  msgid ""
334
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
335
  "settings of your wp-backitup backup directory"
@@ -337,7 +342,7 @@ msgstr ""
337
  "(101) Impossible de créer un nouveau répertoire pour la sauvegarde. Veuillez "
338
  "vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-backitup."
339
 
340
- #: lib/includes/job_backup.php:1328
341
  msgid ""
342
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
343
  "your wp-backitup plugin directory"
@@ -345,46 +350,46 @@ msgstr ""
345
  "(102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier vos "
346
  "réglages CHMOD du répertoire de l'extension wp-backitup."
347
 
348
- #: lib/includes/job_backup.php:1329
349
  msgid "(103) Unable to backup your files. Please try again"
350
  msgstr "(103) Impossible de sauvegarder vos fichiers. Veuillez réessayer."
351
 
352
- #: lib/includes/job_backup.php:1330
353
  msgid "(104) Unable to export your database. Please try again"
354
  msgstr ""
355
  "(104) Impossible d'exporter votre base de données. Veuillez réessayer. "
356
 
357
- #: lib/includes/job_backup.php:1331
358
  msgid "(105) Unable to export site information file. Please try again"
359
  msgstr ""
360
  "(105) Impossible d'exporter le fichier d'informations du site. Veuillez "
361
  "réessayer."
362
 
363
- #: lib/includes/job_backup.php:1332
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) Impossible de nettoyer votre répertoire de sauvegarde."
366
 
367
- #: lib/includes/job_backup.php:1333
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr ""
370
  "(107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
371
 
372
- #: lib/includes/job_backup.php:1334
373
  msgid "(108) Unable to backup your site data files. Please try again"
374
  msgstr ""
375
  "(108) Impossible de sauvegarder les fichiers de données de votre site. "
376
  "Veuillez réessayer."
377
 
378
- #: lib/includes/job_backup.php:1335
379
  msgid "(109) Unable to finalize backup. Please try again"
380
  msgstr "(109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
381
 
382
- #: lib/includes/job_backup.php:1336
383
  msgid "(110) Unable to create backup manifest. Please try again"
384
  msgstr ""
385
  "(110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
386
 
387
- #: lib/includes/job_backup.php:1337
388
  msgid ""
389
  "(114) Your database was accessible but an export could not be created. "
390
  "Please contact support by clicking the get support link on the right. Please "
@@ -395,25 +400,25 @@ msgstr ""
395
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
396
  "moment où vous avez effectué la requête."
397
 
398
- #: lib/includes/job_backup.php:1338
399
  msgid "(120) Unable to backup your themes. Please try again"
400
  msgstr "(120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
401
 
402
- #: lib/includes/job_backup.php:1339
403
  msgid "(121) Unable to backup your plugins. Please try again"
404
  msgstr "(121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
405
 
406
- #: lib/includes/job_backup.php:1340
407
  msgid "(122) Unable to backup your uploads. Please try again"
408
  msgstr ""
409
  "(122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
410
 
411
- #: lib/includes/job_backup.php:1341
412
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
413
  msgstr ""
414
  "(123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
415
 
416
- #: lib/includes/job_backup.php:1342
417
  msgid ""
418
  "(125) Unable to compress your backup because there is no zip utility "
419
  "available. Please contact support"
@@ -421,23 +426,23 @@ msgstr ""
421
  "(125) Impossible de compresser votre sauvegarde car il n'y a pas "
422
  "d'utilitaire zip disponible. Veuillez réessayer."
423
 
424
- #: lib/includes/job_backup.php:1343
425
  msgid "(126) Unable to validate your backup. Please try again"
426
  msgstr "(126) Impossible de valider votre sauvegarde. Veuillez réessayer."
427
 
428
- #: lib/includes/job_backup.php:1344
429
  msgid "(127) Unable to create inventory of files to backup. Please try again"
430
  msgstr ""
431
  "(127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
432
  "réessayer."
433
 
434
- #: lib/includes/job_backup.php:1345
435
  msgid "(128) Unable to create job control record. Please try again"
436
  msgstr ""
437
  "(128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
438
  "réessayer."
439
 
440
- #: lib/includes/job_backup.php:1347
441
  msgid ""
442
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
443
  "settings of your wp-backitup backup directory"
@@ -446,7 +451,7 @@ msgstr ""
446
  "Veuillez vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-"
447
  "backitup."
448
 
449
- #: lib/includes/job_backup.php:1348
450
  msgid ""
451
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
452
  "your wp-backitup plugin directory"
@@ -454,46 +459,46 @@ msgstr ""
454
  "(2102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier "
455
  "vos réglages CHMOD du répertoire de l'extension wp-backitup."
456
 
457
- #: lib/includes/job_backup.php:1349
458
  msgid "(2103) Unable to backup your files. Please try again"
459
  msgstr "(2103) Impossible de sauvegarder vos fichiers. Veuillez réessayer. "
460
 
461
- #: lib/includes/job_backup.php:1350
462
  msgid "(2104) Unable to export your database. Please try again"
463
  msgstr ""
464
  "(2104) Impossible d'exporter votre base de données. Veuillez réessayer."
465
 
466
- #: lib/includes/job_backup.php:1351
467
  msgid "(2105) Unable to export site information file. Please try again"
468
  msgstr ""
469
  "(2105) Impossible d'exporter le fichier d'informations du site. Veuillez "
470
  "réessayer."
471
 
472
- #: lib/includes/job_backup.php:1352
473
  msgid "(2106) Unable to cleanup your backup directory"
474
  msgstr "(2106) Impossible de nettoyer votre répertoire de sauvegarde."
475
 
476
- #: lib/includes/job_backup.php:1353
477
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
478
  msgstr ""
479
  "(2107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
480
 
481
- #: lib/includes/job_backup.php:1354
482
  msgid "(2108) Unable to backup your site data files. Please try again"
483
  msgstr ""
484
  "(2108) Impossible de sauvegarder les fichiers de données de votre site. "
485
  "Veuillez réessayer."
486
 
487
- #: lib/includes/job_backup.php:1355
488
  msgid "(2109) Unable to finalize backup. Please try again"
489
  msgstr "(2109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
490
 
491
- #: lib/includes/job_backup.php:1356
492
  msgid "(2110) Unable to create backup manifest. Please try again"
493
  msgstr ""
494
  "(2110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
495
 
496
- #: lib/includes/job_backup.php:1357
497
  msgid ""
498
  "(2114) Your database was accessible but an export could not be created. "
499
  "Please contact support by clicking the get support link on the right. Please "
@@ -504,25 +509,25 @@ msgstr ""
504
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
505
  "moment où vous avez effectué la requête."
506
 
507
- #: lib/includes/job_backup.php:1358
508
  msgid "(2120) Unable to backup your themes. Please try again"
509
  msgstr "(2120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
510
 
511
- #: lib/includes/job_backup.php:1359
512
  msgid "(2121) Unable to backup your plugins. Please try again"
513
  msgstr "(2121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
514
 
515
- #: lib/includes/job_backup.php:1360
516
  msgid "(2122) Unable to backup your uploads. Please try again"
517
  msgstr ""
518
  "(2122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
519
 
520
- #: lib/includes/job_backup.php:1361
521
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
522
  msgstr ""
523
  "(2123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
524
 
525
- #: lib/includes/job_backup.php:1362
526
  msgid ""
527
  "(2125) Unable to compress your backup because there is no zip utility "
528
  "available. Please contact support"
@@ -530,23 +535,23 @@ msgstr ""
530
  "(2125) Impossible de compresser votre sauvegarde car il n'y a pas "
531
  "d'utilitaire zip disponible. Veuillez réessayer."
532
 
533
- #: lib/includes/job_backup.php:1363
534
  msgid "(2126) Unable to validate your backup. Please try again"
535
  msgstr "(2126) Impossible de valider votre sauvegarde. Veuillez réessayer."
536
 
537
- #: lib/includes/job_backup.php:1364
538
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
539
  msgstr ""
540
  "(2127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
541
  "réessayer."
542
 
543
- #: lib/includes/job_backup.php:1365
544
  msgid "(2128) Unable to create job control record. Please try again"
545
  msgstr ""
546
  "(2128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
547
  "réessayer."
548
 
549
- #: lib/includes/job_backup.php:1368
550
  msgid "(999) Unexpected error"
551
  msgstr "(999) Erreur inattendue"
552
 
@@ -1494,15 +1499,15 @@ msgstr ""
1494
  msgid "%s Settings"
1495
  msgstr "Réglages de %s"
1496
 
1497
- #: views/settings.php:46
1498
  msgid "Settings updated successfully!"
1499
  msgstr "Les réglages ont été mis à jour avec succès!"
1500
 
1501
- #: views/settings.php:59
1502
  msgid "Email Notifications"
1503
  msgstr "Notifications par e-mail"
1504
 
1505
- #: views/settings.php:60
1506
  msgid ""
1507
  "Please enter your email address if you would like to receive backup email "
1508
  "notifications."
@@ -1510,7 +1515,7 @@ msgstr ""
1510
  "Veuillez saisir votre adresse de messagerie si vous souhaitez recevoir par e-"
1511
  "mail les notifications de vos sauvegardes."
1512
 
1513
- #: views/settings.php:61
1514
  msgid ""
1515
  "Backup email notifications will be sent for every backup and will contain "
1516
  "status information related to the backup."
@@ -1518,17 +1523,17 @@ msgstr ""
1518
  "Les e-mails de notification de sauvegarde seront envoyés à chaque sauvegarde "
1519
  "et contiendront des informations sur l'état de la sauvegarde."
1520
 
1521
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1522
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1523
- #: views/settings.php:217 views/settings.php:226
1524
  msgid "Save"
1525
  msgstr "Enregistrer"
1526
 
1527
- #: views/settings.php:79
1528
  msgid "Backup Retention"
1529
  msgstr "Rétention de sauvegarde"
1530
 
1531
- #: views/settings.php:80
1532
  msgid ""
1533
  "Enter the number of backup archives that you would like to remain on the "
1534
  "server."
@@ -1536,7 +1541,7 @@ msgstr ""
1536
  "Saisissez le nombre d'archives de sauvegarde que vous souhaitez conserver "
1537
  "sur le serveur."
1538
 
1539
- #: views/settings.php:81
1540
  msgid ""
1541
  "Many hosts limit the amount of space that you can take up on their servers. "
1542
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1549,15 +1554,15 @@ msgstr ""
1549
  "Ne vous inquiétez pas, nous supprimons toujours les plus anciennes archives "
1550
  "de sauvegarde en premier."
1551
 
1552
- #: views/settings.php:100
1553
  msgid "Logging?"
1554
  msgstr "Journalisation ?"
1555
 
1556
- #: views/settings.php:101
1557
  msgid "Turn on WPBackItUp logging."
1558
  msgstr "Activer la journalisation de WPBackItUP ?"
1559
 
1560
- #: views/settings.php:102
1561
  msgid ""
1562
  "This option should only be turned on by advanced users or when "
1563
  "troubleshooting issues with WPBackItUp support."
@@ -1565,19 +1570,29 @@ msgstr ""
1565
  "Cette option ne devrait uniquement être activée par les utilisateurs avancés "
1566
  "ou lors de la résolution des problèmes avec le support WPBackItUp."
1567
 
1568
- #: views/settings.php:103
1569
  msgid "Yes"
1570
  msgstr "Oui"
1571
 
1572
- #: views/settings.php:104
1573
  msgid "No"
1574
  msgstr "Non"
1575
 
1576
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1577
  msgid "Single File Backup Set"
1578
  msgstr "Jeu de sauvegardes à fichier unique"
1579
 
1580
- #: views/settings.php:112
1581
  msgid ""
1582
  "Check this box if you would like WPBackItUp to create a single file backup "
1583
  "set."
@@ -1585,7 +1600,7 @@ msgstr ""
1585
  "Cochez cette case si vous souhaitez que WPBackItUp crée une jeu de "
1586
  "sauvegarde à fichier unique."
1587
 
1588
- #: views/settings.php:113
1589
  msgid ""
1590
  "When this setting is turned on WPBackItUp will attempt to create a single "
1591
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1599,15 +1614,15 @@ msgstr ""
1599
  "pas être possible avec des hébergeurs limitant strictement l'utilisation de "
1600
  "mémoire."
1601
 
1602
- #: views/settings.php:118
1603
  msgid "Batch Size"
1604
  msgstr "Taille du lot."
1605
 
1606
- #: views/settings.php:119
1607
  msgid "Enter the batch size for each of your content items."
1608
  msgstr "Entrez la taille du lot pour chacun de vos éléments de contenu. "
1609
 
1610
- #: views/settings.php:120
1611
  msgid ""
1612
  "These settings tell WPBackItUp how many items that should be added to the "
1613
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1620,27 +1635,27 @@ msgstr ""
1620
  "aider à réduire le temps que prend WPBackItUp pour terminer chaque tâche de "
1621
  "sauvegarde. "
1622
 
1623
- #: views/settings.php:123
1624
  msgid "DB Tables Batch Size"
1625
  msgstr "Taille du lot des tables DB"
1626
 
1627
- #: views/settings.php:128
1628
  msgid "Plugins Batch Size"
1629
  msgstr "Taille du lot des extensions"
1630
 
1631
- #: views/settings.php:133
1632
  msgid "Themes Batch Size"
1633
  msgstr "Taille du lot des thèmes"
1634
 
1635
- #: views/settings.php:138
1636
  msgid "Uploads Batch Size"
1637
  msgstr "Taille du lot des pièces jointes"
1638
 
1639
- #: views/settings.php:143
1640
  msgid "Others Batch Size"
1641
  msgstr "Taille des autres lots"
1642
 
1643
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1644
  msgid ""
1645
  "* These settings should only be modified by advanced users or when when "
1646
  "working with WPBackItUp support."
@@ -1648,11 +1663,11 @@ msgstr ""
1648
  "*Ces paramètres devraient uniquement être modifiés par des utilisateurs "
1649
  "avancés ou en collaboration avec l'assistance WPBackItUp."
1650
 
1651
- #: views/settings.php:158
1652
  msgid "Filter Your Folders"
1653
  msgstr "Filtrez vos dossiers"
1654
 
1655
- #: views/settings.php:159
1656
  msgid ""
1657
  "Enter a comma separated list of folders that should be excluded from your "
1658
  "backups."
@@ -1660,7 +1675,7 @@ msgstr ""
1660
  "Entrez une liste séparée par des virgules de dossiers à exclure de vos "
1661
  "sauvegardes. "
1662
 
1663
- #: views/settings.php:160
1664
  msgid ""
1665
  "It is important to note that when a folder name is present in this list any "
1666
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1670,32 +1685,32 @@ msgstr ""
1670
  "cette liste toute occurrence de ce dossier, ainsi que tous ses contenus "
1671
  "seront exclus de la sauvegarde. "
1672
 
1673
- #: views/settings.php:162
1674
  msgid "Plugin Folders Filter"
1675
  msgstr "Filtre plugin des dossiers"
1676
 
1677
- #: views/settings.php:167
1678
  msgid "Theme Folders Filter"
1679
  msgstr "Filtre plugin de thème"
1680
 
1681
- #: views/settings.php:172
1682
  msgid "Upload Folders Filter"
1683
  msgstr "Filtre upload de dossiers"
1684
 
1685
- #: views/settings.php:176
1686
  msgid "Other Folders Filter"
1687
  msgstr "Filtre autres dossiers"
1688
 
1689
- #: views/settings.php:185
1690
  msgid "Filter Your Database Tables"
1691
  msgstr "Filtrez les tables de votre base de données"
1692
 
1693
- #: views/settings.php:186
1694
  msgid "Exclude custom database tables from the backup."
1695
  msgstr ""
1696
  "Exclure les tables de base de données personnalisées de la sauvegarde. "
1697
 
1698
- #: views/settings.php:187
1699
  msgid ""
1700
  "If you would like to exclude a custom table from the backup then simply drag "
1701
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1705,11 +1720,11 @@ msgstr ""
1705
  "la simplement glisser vers la liste sur la droite. Les tables WordPress de "
1706
  "base pourraient ne pas être exclues de la sauvegarde. "
1707
 
1708
- #: views/settings.php:223
1709
  msgid "Remove Data on Uninstall?"
1710
  msgstr "Supprimer les données lors de la désinstallation&nbsp;?"
1711
 
1712
- #: views/settings.php:225
1713
  msgid ""
1714
  "Check this box if you would like WPBackItUp to completely remove all of its "
1715
  "data when the plugin is deleted."
@@ -1780,30 +1795,34 @@ msgstr ""
1780
  msgid "Premium customers receive priority support."
1781
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
1782
 
1783
- #: wp-backitup.php:90 wp-backitup.php:91
1784
  #, php-format
1785
  msgid "Every %s hours"
1786
  msgstr "Toutes les %s heures"
1787
 
1788
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1789
- #: wp-backitup.php:96
1790
  #, php-format
1791
  msgid "WPBUP - Every %s minutes"
1792
  msgstr "WPBUP - Toutes les %s minutes"
1793
 
1794
- #: wp-backitup.php:98
1795
  msgid "WPBUP - Once Weekly"
1796
  msgstr "WPBUP - Une fois par semaine"
1797
 
1798
- #: wp-backitup.php:99
1799
  msgid "WPBUP - Once Monthly"
1800
  msgstr "WPBUP - Une fois par mois"
1801
 
1802
- #: wp-backitup.php:100 wp-backitup.php:101
1803
  #, php-format
1804
  msgid "WPBUP - Every %s hours"
1805
  msgstr "WPBUP - Toutes les %s heures"
1806
 
1807
- #: wp-backitup.php:138
 
 
 
 
1808
  msgid "Cleanup"
1809
  msgstr "Nettoyage"
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: WPBackItUp\n"
12
+ "POT-Creation-Date: 2016-06-14 08:32-0400\n"
13
+ "PO-Revision-Date: 2016-06-14 08:32-0400\n"
14
  "Last-Translator: Paulette Decroix <pomme.decroix@hotmail.fr>\n"
15
  "Language-Team: French (France) (http://www.transifex.com/wp-translations/wp-"
16
  "backitup/language/fr_FR/)\n"
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
  "Content-Transfer-Encoding: 8bit\n"
21
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
22
+ "X-Generator: Poedit 1.8.8\n"
23
  "X-Poedit-Basepath: ..\n"
24
  "X-Poedit-KeywordsList: _;__;_e\n"
25
  "X-Poedit-SearchPath-0: .\n"
26
 
27
+ #: lib/background-processing/class-background-process.php:408
28
+ #, php-format
29
+ msgid "Every %d Minutes"
30
+ msgstr ""
31
+
32
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
33
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
34
+ #: wp-backitup.php:142
35
  msgid "Backup"
36
  msgstr "Sauvegarder"
37
 
38
  #: lib/includes/class-wpbackitup-admin.php:215
39
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
40
+ #: wp-backitup.php:156
41
  msgid "Restore"
42
  msgstr "Rétablir"
43
 
130
  msgid "Uploaded Backup"
131
  msgstr "Sauvegarde mise en ligne."
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:601
134
  msgid "Backup Queued"
135
  msgstr "Sauvegarde mise en file d'attente."
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:610
138
  msgid "Backup could not be queued"
139
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:622
142
  msgid "Job is already in queue."
143
  msgstr "La tâche est déjà en file d'attente."
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:660
146
  msgid "No backup file selected."
147
  msgstr "Aucun fichier de sauvegarde sélectionné."
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:667
150
  msgid "No user id found."
151
  msgstr "Aucun identifiant d'utilisateur trouvé."
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:690
154
  msgid "Restore Queued"
155
  msgstr "Restauration mise en file d'attente."
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:699
158
  msgid "Restore could not be queued"
159
  msgstr "La restauration n'a pas pu être mise en file d'attente."
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:705
162
  msgid "Restore already in queue"
163
  msgstr "La restauration est déjà en file d'attente."
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:737
166
  msgid "No job id posted"
167
  msgstr "Nouvel id de tâche publié. "
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
170
  msgid "Backup Cancelled"
171
  msgstr "Sauvegarde annulée."
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:747
174
  msgid "Backup job not found"
175
  msgstr "Tâche de sauvegarde non trouvée. "
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:908
178
  msgid "No response log found."
179
  msgstr "Pas de réponse de journal trouvée."
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:1010
182
+ #: lib/includes/class-wpbackitup-admin.php:1018
183
+ #: lib/includes/class-wpbackitup-admin.php:1064
184
+ #: lib/includes/class-wpbackitup-admin.php:1071
185
+ #: lib/includes/class-wpbackitup-admin.php:1078
186
+ #: lib/includes/class-wpbackitup-admin.php:1085
187
+ #: lib/includes/class-wpbackitup-admin.php:1092
188
  msgid "Please enter a number"
189
  msgstr "Veuillez saisir un chiffre."
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1039
192
+ #: lib/includes/class-wpbackitup-admin.php:1201
193
  msgid "Please enter a valid email"
194
  msgstr "Veuillez saisir une adresse de messagerie valide."
195
 
196
+ #: lib/includes/class-wpbackitup-admin.php:1208
197
  msgid "Please enter your support ticket id"
198
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
199
 
200
+ #: lib/includes/class-wpbackitup-admin.php:1213
201
  msgid "Please only enter numbers in this field"
202
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
203
 
204
+ #: lib/includes/class-wpbackitup-admin.php:2003
205
+ #: lib/includes/class-wpbackitup-admin.php:2023
206
  msgid ""
207
  "License could not be activated. Please try again in a few hours and contact "
208
  "support if this error continues."
210
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
211
  "et contacter l'assistance si cette erreur persiste. "
212
 
213
+ #: lib/includes/class-wpbackitup-admin.php:2072
214
  msgid "License is invalid."
215
  msgstr "La licence n'est pas valide."
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2077
218
  msgid "License has expired."
219
  msgstr "La licence est expirée."
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2080
222
  #, php-format
223
  msgid ""
224
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
230
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
231
  "mondiale</strong>."
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2094
234
  msgid "License Expired: Scheduled backups are no longer active."
235
  msgstr ""
236
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
237
 
238
+ #: lib/includes/class-wpbackitup-admin.php:2102
239
  msgid "Activation limit has been reached."
240
  msgstr "La limite d'activation a été atteinte."
241
 
242
+ #: lib/includes/class-wpbackitup-admin.php:2108
243
  msgid "Your Activation limit has been reached"
244
  msgstr "Votre limite d'activation a été atteinte."
245
 
273
  msgstr ""
274
  "Le fichier n'a pas pu être importé dans le jeu de sauvegarde WPBackItUp."
275
 
276
+ #: lib/includes/job_backup.php:1135
277
  #, php-format
278
  msgid ""
279
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
289
  "\">renouveller</a></strong> une nouvelle année de mises à jour du produit et "
290
  "accéder à notre équipe de support de premier niveau.<br/><br/>"
291
 
292
+ #: lib/includes/job_backup.php:1140
293
  #, php-format
294
  msgid "%s - Backup completed successfully."
295
  msgstr "%s - La sauvegarde a été correctement effectuée."
296
 
297
+ #: lib/includes/job_backup.php:1141
298
  msgid "Your backup completed successfully."
299
  msgstr "Votre sauvegarde a été correctement effectuée."
300
 
301
+ #: lib/includes/job_backup.php:1144
302
  #, php-format
303
  msgid "%s - Backup did not complete successfully."
304
  msgstr "%s - La sauvegarde n'a pas été correctement effectuée."
305
 
306
+ #: lib/includes/job_backup.php:1145
307
  msgid "Your backup did not complete successfully."
308
  msgstr "Votre sauvegarde n'a pas été correctement effectuée."
309
 
310
+ #: lib/includes/job_backup.php:1152
311
  #, php-format
312
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
313
  msgstr "Site WordPress&nbsp;: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
314
 
315
+ #: lib/includes/job_backup.php:1153
316
  msgid "Backup date:"
317
  msgstr "Date de la sauvegarde&nbsp;:"
318
 
319
+ #: lib/includes/job_backup.php:1154
320
  msgid "Number of backups completed with WPBackItUp:"
321
  msgstr "Nombre de sauvegardes effectuées avec WPBackItUp :"
322
 
323
+ #: lib/includes/job_backup.php:1156
324
  msgid "Completion Code:"
325
  msgstr "Code de réussite&nbsp;:"
326
 
327
+ #: lib/includes/job_backup.php:1157
328
  msgid "WPBackItUp Version:"
329
  msgstr "Version de WPBackItUp :"
330
 
331
+ #: lib/includes/job_backup.php:1169
332
  #, php-format
333
  msgid "Checkout %s for info about WPBackItUp and our other products."
334
  msgstr ""
335
  "Consultez %s pour en savoir plus sur WPBackItUp et nos autres produits."
336
 
337
+ #: lib/includes/job_backup.php:1336
338
  msgid ""
339
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
340
  "settings of your wp-backitup backup directory"
342
  "(101) Impossible de créer un nouveau répertoire pour la sauvegarde. Veuillez "
343
  "vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-backitup."
344
 
345
+ #: lib/includes/job_backup.php:1337
346
  msgid ""
347
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
348
  "your wp-backitup plugin directory"
350
  "(102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier vos "
351
  "réglages CHMOD du répertoire de l'extension wp-backitup."
352
 
353
+ #: lib/includes/job_backup.php:1338
354
  msgid "(103) Unable to backup your files. Please try again"
355
  msgstr "(103) Impossible de sauvegarder vos fichiers. Veuillez réessayer."
356
 
357
+ #: lib/includes/job_backup.php:1339
358
  msgid "(104) Unable to export your database. Please try again"
359
  msgstr ""
360
  "(104) Impossible d'exporter votre base de données. Veuillez réessayer. "
361
 
362
+ #: lib/includes/job_backup.php:1340
363
  msgid "(105) Unable to export site information file. Please try again"
364
  msgstr ""
365
  "(105) Impossible d'exporter le fichier d'informations du site. Veuillez "
366
  "réessayer."
367
 
368
+ #: lib/includes/job_backup.php:1341
369
  msgid "(106) Unable to cleanup your backup directory"
370
  msgstr "(106) Impossible de nettoyer votre répertoire de sauvegarde."
371
 
372
+ #: lib/includes/job_backup.php:1342
373
  msgid "(107) Unable to compress(zip) your backup. Please try again"
374
  msgstr ""
375
  "(107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
376
 
377
+ #: lib/includes/job_backup.php:1343
378
  msgid "(108) Unable to backup your site data files. Please try again"
379
  msgstr ""
380
  "(108) Impossible de sauvegarder les fichiers de données de votre site. "
381
  "Veuillez réessayer."
382
 
383
+ #: lib/includes/job_backup.php:1344
384
  msgid "(109) Unable to finalize backup. Please try again"
385
  msgstr "(109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
386
 
387
+ #: lib/includes/job_backup.php:1345
388
  msgid "(110) Unable to create backup manifest. Please try again"
389
  msgstr ""
390
  "(110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
391
 
392
+ #: lib/includes/job_backup.php:1346
393
  msgid ""
394
  "(114) Your database was accessible but an export could not be created. "
395
  "Please contact support by clicking the get support link on the right. Please "
400
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
401
  "moment où vous avez effectué la requête."
402
 
403
+ #: lib/includes/job_backup.php:1347
404
  msgid "(120) Unable to backup your themes. Please try again"
405
  msgstr "(120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
406
 
407
+ #: lib/includes/job_backup.php:1348
408
  msgid "(121) Unable to backup your plugins. Please try again"
409
  msgstr "(121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
410
 
411
+ #: lib/includes/job_backup.php:1349
412
  msgid "(122) Unable to backup your uploads. Please try again"
413
  msgstr ""
414
  "(122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
415
 
416
+ #: lib/includes/job_backup.php:1350
417
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
418
  msgstr ""
419
  "(123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
420
 
421
+ #: lib/includes/job_backup.php:1351
422
  msgid ""
423
  "(125) Unable to compress your backup because there is no zip utility "
424
  "available. Please contact support"
426
  "(125) Impossible de compresser votre sauvegarde car il n'y a pas "
427
  "d'utilitaire zip disponible. Veuillez réessayer."
428
 
429
+ #: lib/includes/job_backup.php:1352
430
  msgid "(126) Unable to validate your backup. Please try again"
431
  msgstr "(126) Impossible de valider votre sauvegarde. Veuillez réessayer."
432
 
433
+ #: lib/includes/job_backup.php:1353
434
  msgid "(127) Unable to create inventory of files to backup. Please try again"
435
  msgstr ""
436
  "(127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
437
  "réessayer."
438
 
439
+ #: lib/includes/job_backup.php:1354
440
  msgid "(128) Unable to create job control record. Please try again"
441
  msgstr ""
442
  "(128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
443
  "réessayer."
444
 
445
+ #: lib/includes/job_backup.php:1356
446
  msgid ""
447
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
448
  "settings of your wp-backitup backup directory"
451
  "Veuillez vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-"
452
  "backitup."
453
 
454
+ #: lib/includes/job_backup.php:1357
455
  msgid ""
456
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
457
  "your wp-backitup plugin directory"
459
  "(2102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier "
460
  "vos réglages CHMOD du répertoire de l'extension wp-backitup."
461
 
462
+ #: lib/includes/job_backup.php:1358
463
  msgid "(2103) Unable to backup your files. Please try again"
464
  msgstr "(2103) Impossible de sauvegarder vos fichiers. Veuillez réessayer. "
465
 
466
+ #: lib/includes/job_backup.php:1359
467
  msgid "(2104) Unable to export your database. Please try again"
468
  msgstr ""
469
  "(2104) Impossible d'exporter votre base de données. Veuillez réessayer."
470
 
471
+ #: lib/includes/job_backup.php:1360
472
  msgid "(2105) Unable to export site information file. Please try again"
473
  msgstr ""
474
  "(2105) Impossible d'exporter le fichier d'informations du site. Veuillez "
475
  "réessayer."
476
 
477
+ #: lib/includes/job_backup.php:1361
478
  msgid "(2106) Unable to cleanup your backup directory"
479
  msgstr "(2106) Impossible de nettoyer votre répertoire de sauvegarde."
480
 
481
+ #: lib/includes/job_backup.php:1362
482
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
483
  msgstr ""
484
  "(2107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
485
 
486
+ #: lib/includes/job_backup.php:1363
487
  msgid "(2108) Unable to backup your site data files. Please try again"
488
  msgstr ""
489
  "(2108) Impossible de sauvegarder les fichiers de données de votre site. "
490
  "Veuillez réessayer."
491
 
492
+ #: lib/includes/job_backup.php:1364
493
  msgid "(2109) Unable to finalize backup. Please try again"
494
  msgstr "(2109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
495
 
496
+ #: lib/includes/job_backup.php:1365
497
  msgid "(2110) Unable to create backup manifest. Please try again"
498
  msgstr ""
499
  "(2110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
500
 
501
+ #: lib/includes/job_backup.php:1366
502
  msgid ""
503
  "(2114) Your database was accessible but an export could not be created. "
504
  "Please contact support by clicking the get support link on the right. Please "
509
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
510
  "moment où vous avez effectué la requête."
511
 
512
+ #: lib/includes/job_backup.php:1367
513
  msgid "(2120) Unable to backup your themes. Please try again"
514
  msgstr "(2120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
515
 
516
+ #: lib/includes/job_backup.php:1368
517
  msgid "(2121) Unable to backup your plugins. Please try again"
518
  msgstr "(2121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
519
 
520
+ #: lib/includes/job_backup.php:1369
521
  msgid "(2122) Unable to backup your uploads. Please try again"
522
  msgstr ""
523
  "(2122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
524
 
525
+ #: lib/includes/job_backup.php:1370
526
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
527
  msgstr ""
528
  "(2123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
529
 
530
+ #: lib/includes/job_backup.php:1371
531
  msgid ""
532
  "(2125) Unable to compress your backup because there is no zip utility "
533
  "available. Please contact support"
535
  "(2125) Impossible de compresser votre sauvegarde car il n'y a pas "
536
  "d'utilitaire zip disponible. Veuillez réessayer."
537
 
538
+ #: lib/includes/job_backup.php:1372
539
  msgid "(2126) Unable to validate your backup. Please try again"
540
  msgstr "(2126) Impossible de valider votre sauvegarde. Veuillez réessayer."
541
 
542
+ #: lib/includes/job_backup.php:1373
543
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
544
  msgstr ""
545
  "(2127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
546
  "réessayer."
547
 
548
+ #: lib/includes/job_backup.php:1374
549
  msgid "(2128) Unable to create job control record. Please try again"
550
  msgstr ""
551
  "(2128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
552
  "réessayer."
553
 
554
+ #: lib/includes/job_backup.php:1377
555
  msgid "(999) Unexpected error"
556
  msgstr "(999) Erreur inattendue"
557
 
1499
  msgid "%s Settings"
1500
  msgstr "Réglages de %s"
1501
 
1502
+ #: views/settings.php:48
1503
  msgid "Settings updated successfully!"
1504
  msgstr "Les réglages ont été mis à jour avec succès!"
1505
 
1506
+ #: views/settings.php:61
1507
  msgid "Email Notifications"
1508
  msgstr "Notifications par e-mail"
1509
 
1510
+ #: views/settings.php:62
1511
  msgid ""
1512
  "Please enter your email address if you would like to receive backup email "
1513
  "notifications."
1515
  "Veuillez saisir votre adresse de messagerie si vous souhaitez recevoir par e-"
1516
  "mail les notifications de vos sauvegardes."
1517
 
1518
+ #: views/settings.php:63
1519
  msgid ""
1520
  "Backup email notifications will be sent for every backup and will contain "
1521
  "status information related to the backup."
1523
  "Les e-mails de notification de sauvegarde seront envoyés à chaque sauvegarde "
1524
  "et contiendront des informations sur l'état de la sauvegarde."
1525
 
1526
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1527
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1528
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1529
  msgid "Save"
1530
  msgstr "Enregistrer"
1531
 
1532
+ #: views/settings.php:81
1533
  msgid "Backup Retention"
1534
  msgstr "Rétention de sauvegarde"
1535
 
1536
+ #: views/settings.php:82
1537
  msgid ""
1538
  "Enter the number of backup archives that you would like to remain on the "
1539
  "server."
1541
  "Saisissez le nombre d'archives de sauvegarde que vous souhaitez conserver "
1542
  "sur le serveur."
1543
 
1544
+ #: views/settings.php:83
1545
  msgid ""
1546
  "Many hosts limit the amount of space that you can take up on their servers. "
1547
  "This option tells WPBackItUp the maximum number of backup archives that "
1554
  "Ne vous inquiétez pas, nous supprimons toujours les plus anciennes archives "
1555
  "de sauvegarde en premier."
1556
 
1557
+ #: views/settings.php:102
1558
  msgid "Logging?"
1559
  msgstr "Journalisation ?"
1560
 
1561
+ #: views/settings.php:103
1562
  msgid "Turn on WPBackItUp logging."
1563
  msgstr "Activer la journalisation de WPBackItUP ?"
1564
 
1565
+ #: views/settings.php:104
1566
  msgid ""
1567
  "This option should only be turned on by advanced users or when "
1568
  "troubleshooting issues with WPBackItUp support."
1570
  "Cette option ne devrait uniquement être activée par les utilisateurs avancés "
1571
  "ou lors de la résolution des problèmes avec le support WPBackItUp."
1572
 
1573
+ #: views/settings.php:105
1574
  msgid "Yes"
1575
  msgstr "Oui"
1576
 
1577
+ #: views/settings.php:106
1578
  msgid "No"
1579
  msgstr "Non"
1580
 
1581
+ #: views/settings.php:112
1582
+ msgid "Disable restore version compare?"
1583
+ msgstr ""
1584
+
1585
+ #: views/settings.php:114
1586
+ msgid ""
1587
+ "Check this box if you would like WPBackItUp not to check major version "
1588
+ "issue. This could be dangerous, you can disable it with your own risk."
1589
+ msgstr ""
1590
+
1591
+ #: views/settings.php:119
1592
  msgid "Single File Backup Set"
1593
  msgstr "Jeu de sauvegardes à fichier unique"
1594
 
1595
+ #: views/settings.php:121
1596
  msgid ""
1597
  "Check this box if you would like WPBackItUp to create a single file backup "
1598
  "set."
1600
  "Cochez cette case si vous souhaitez que WPBackItUp crée une jeu de "
1601
  "sauvegarde à fichier unique."
1602
 
1603
+ #: views/settings.php:122
1604
  msgid ""
1605
  "When this setting is turned on WPBackItUp will attempt to create a single "
1606
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1614
  "pas être possible avec des hébergeurs limitant strictement l'utilisation de "
1615
  "mémoire."
1616
 
1617
+ #: views/settings.php:127
1618
  msgid "Batch Size"
1619
  msgstr "Taille du lot."
1620
 
1621
+ #: views/settings.php:128
1622
  msgid "Enter the batch size for each of your content items."
1623
  msgstr "Entrez la taille du lot pour chacun de vos éléments de contenu. "
1624
 
1625
+ #: views/settings.php:129
1626
  msgid ""
1627
  "These settings tell WPBackItUp how many items that should be added to the "
1628
  "backup at a time. If you experience timeouts while running a backup then "
1635
  "aider à réduire le temps que prend WPBackItUp pour terminer chaque tâche de "
1636
  "sauvegarde. "
1637
 
1638
+ #: views/settings.php:132
1639
  msgid "DB Tables Batch Size"
1640
  msgstr "Taille du lot des tables DB"
1641
 
1642
+ #: views/settings.php:137
1643
  msgid "Plugins Batch Size"
1644
  msgstr "Taille du lot des extensions"
1645
 
1646
+ #: views/settings.php:142
1647
  msgid "Themes Batch Size"
1648
  msgstr "Taille du lot des thèmes"
1649
 
1650
+ #: views/settings.php:147
1651
  msgid "Uploads Batch Size"
1652
  msgstr "Taille du lot des pièces jointes"
1653
 
1654
+ #: views/settings.php:152
1655
  msgid "Others Batch Size"
1656
  msgstr "Taille des autres lots"
1657
 
1658
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1659
  msgid ""
1660
  "* These settings should only be modified by advanced users or when when "
1661
  "working with WPBackItUp support."
1663
  "*Ces paramètres devraient uniquement être modifiés par des utilisateurs "
1664
  "avancés ou en collaboration avec l'assistance WPBackItUp."
1665
 
1666
+ #: views/settings.php:167
1667
  msgid "Filter Your Folders"
1668
  msgstr "Filtrez vos dossiers"
1669
 
1670
+ #: views/settings.php:168
1671
  msgid ""
1672
  "Enter a comma separated list of folders that should be excluded from your "
1673
  "backups."
1675
  "Entrez une liste séparée par des virgules de dossiers à exclure de vos "
1676
  "sauvegardes. "
1677
 
1678
+ #: views/settings.php:169
1679
  msgid ""
1680
  "It is important to note that when a folder name is present in this list any "
1681
  "occurrence of that folder, and all its contents, will be excluded from the "
1685
  "cette liste toute occurrence de ce dossier, ainsi que tous ses contenus "
1686
  "seront exclus de la sauvegarde. "
1687
 
1688
+ #: views/settings.php:171
1689
  msgid "Plugin Folders Filter"
1690
  msgstr "Filtre plugin des dossiers"
1691
 
1692
+ #: views/settings.php:176
1693
  msgid "Theme Folders Filter"
1694
  msgstr "Filtre plugin de thème"
1695
 
1696
+ #: views/settings.php:181
1697
  msgid "Upload Folders Filter"
1698
  msgstr "Filtre upload de dossiers"
1699
 
1700
+ #: views/settings.php:185
1701
  msgid "Other Folders Filter"
1702
  msgstr "Filtre autres dossiers"
1703
 
1704
+ #: views/settings.php:194
1705
  msgid "Filter Your Database Tables"
1706
  msgstr "Filtrez les tables de votre base de données"
1707
 
1708
+ #: views/settings.php:195
1709
  msgid "Exclude custom database tables from the backup."
1710
  msgstr ""
1711
  "Exclure les tables de base de données personnalisées de la sauvegarde. "
1712
 
1713
+ #: views/settings.php:196
1714
  msgid ""
1715
  "If you would like to exclude a custom table from the backup then simply drag "
1716
  "it to the list on the right. WordPress core tables may not be excluded from "
1720
  "la simplement glisser vers la liste sur la droite. Les tables WordPress de "
1721
  "base pourraient ne pas être exclues de la sauvegarde. "
1722
 
1723
+ #: views/settings.php:232
1724
  msgid "Remove Data on Uninstall?"
1725
  msgstr "Supprimer les données lors de la désinstallation&nbsp;?"
1726
 
1727
+ #: views/settings.php:234
1728
  msgid ""
1729
  "Check this box if you would like WPBackItUp to completely remove all of its "
1730
  "data when the plugin is deleted."
1795
  msgid "Premium customers receive priority support."
1796
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
1797
 
1798
+ #: wp-backitup.php:93 wp-backitup.php:94
1799
  #, php-format
1800
  msgid "Every %s hours"
1801
  msgstr "Toutes les %s heures"
1802
 
1803
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1804
+ #: wp-backitup.php:99
1805
  #, php-format
1806
  msgid "WPBUP - Every %s minutes"
1807
  msgstr "WPBUP - Toutes les %s minutes"
1808
 
1809
+ #: wp-backitup.php:101
1810
  msgid "WPBUP - Once Weekly"
1811
  msgstr "WPBUP - Une fois par semaine"
1812
 
1813
+ #: wp-backitup.php:102
1814
  msgid "WPBUP - Once Monthly"
1815
  msgstr "WPBUP - Une fois par mois"
1816
 
1817
+ #: wp-backitup.php:103 wp-backitup.php:104
1818
  #, php-format
1819
  msgid "WPBUP - Every %s hours"
1820
  msgstr "WPBUP - Toutes les %s heures"
1821
 
1822
+ #: wp-backitup.php:113
1823
+ msgid "Local File"
1824
+ msgstr ""
1825
+
1826
+ #: wp-backitup.php:170
1827
  msgid "Cleanup"
1828
  msgstr "Nettoyage"
languages/wp-backitup-it_IT.mo CHANGED
Binary file
languages/wp-backitup-it_IT.po CHANGED
@@ -4,8 +4,8 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
- "POT-Creation-Date: 2016-03-10 10:04-0500\n"
8
- "PO-Revision-Date: 2016-03-10 10:04-0500\n"
9
  "Last-Translator: Mara Lucia Ferretti <maralucia.ferretti@poste.it>\n"
10
  "Language-Team: Italian (Italy) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/it_IT/)\n"
@@ -14,20 +14,25 @@ msgstr ""
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.8.7\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-KeywordsList: _;__;_e\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
 
 
 
 
 
22
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
23
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
24
- #: wp-backitup.php:110
25
  msgid "Backup"
26
  msgstr "Backup"
27
 
28
  #: lib/includes/class-wpbackitup-admin.php:215
29
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
30
- #: wp-backitup.php:124
31
  msgid "Restore"
32
  msgstr "Ripristino"
33
 
@@ -120,79 +125,79 @@ msgstr "Nuovo backup!"
120
  msgid "Uploaded Backup"
121
  msgstr "Backup caricato"
122
 
123
- #: lib/includes/class-wpbackitup-admin.php:595
124
  msgid "Backup Queued"
125
  msgstr "Backup accodato"
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:598
128
  msgid "Backup could not be queued"
129
  msgstr "Il backup non può essere accodato"
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:609
132
  msgid "Job is already in queue."
133
  msgstr "Il processo è già in coda"
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:641
136
  msgid "No backup file selected."
137
  msgstr "Nessun file di backup selezionato"
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:648
140
  msgid "No user id found."
141
  msgstr "Nessun utente trovato"
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:670
144
  msgid "Restore Queued"
145
  msgstr "Ripristino accodato"
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:673
148
  msgid "Restore could not be queued"
149
  msgstr "Non si è potuto accodare il ripristino"
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:678
152
  msgid "Restore already in queue"
153
  msgstr "Ripristino già in coda"
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:705
156
  msgid "No job id posted"
157
  msgstr "Nessun job-id assegnato"
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
160
  msgid "Backup Cancelled"
161
  msgstr "Backup cancellato"
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:715
164
  msgid "Backup job not found"
165
  msgstr "Attività di backup non trovata"
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:896
168
  msgid "No response log found."
169
  msgstr "Registro di risposta non trovato"
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:998
172
- #: lib/includes/class-wpbackitup-admin.php:1006
173
- #: lib/includes/class-wpbackitup-admin.php:1046
174
- #: lib/includes/class-wpbackitup-admin.php:1053
175
- #: lib/includes/class-wpbackitup-admin.php:1060
176
- #: lib/includes/class-wpbackitup-admin.php:1067
177
- #: lib/includes/class-wpbackitup-admin.php:1074
178
  msgid "Please enter a number"
179
  msgstr "Per favore inserire un numero"
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1027
182
- #: lib/includes/class-wpbackitup-admin.php:1183
183
  msgid "Please enter a valid email"
184
  msgstr "Per favore inserire un indirizzo di posta elettronica valido"
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1190
187
  msgid "Please enter your support ticket id"
188
  msgstr "Per favore inserire il codice della richiesta di assistenza"
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1195
191
  msgid "Please only enter numbers in this field"
192
  msgstr "Per favore inserire solo numeri in questo campo"
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1947
195
- #: lib/includes/class-wpbackitup-admin.php:1970
196
  msgid ""
197
  "License could not be activated. Please try again in a few hours and contact "
198
  "support if this error continues."
@@ -200,15 +205,15 @@ msgstr ""
200
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
201
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:2019
204
  msgid "License is invalid."
205
  msgstr "Licenza non valida"
206
 
207
- #: lib/includes/class-wpbackitup-admin.php:2024
208
  msgid "License has expired."
209
  msgstr "Licenza scaduta"
210
 
211
- #: lib/includes/class-wpbackitup-admin.php:2027
212
  #, php-format
213
  msgid ""
214
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -220,15 +225,15 @@ msgstr ""
220
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
221
  "livello mondiale</strong> "
222
 
223
- #: lib/includes/class-wpbackitup-admin.php:2041
224
  msgid "License Expired: Scheduled backups are no longer active."
225
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
226
 
227
- #: lib/includes/class-wpbackitup-admin.php:2049
228
  msgid "Activation limit has been reached."
229
  msgstr "Limite di attivazioni raggiunto"
230
 
231
- #: lib/includes/class-wpbackitup-admin.php:2055
232
  msgid "Your Activation limit has been reached"
233
  msgstr "Hai raggiunto il tuo limite di attivazioni"
234
 
@@ -258,7 +263,7 @@ msgstr ""
258
  msgid "Could not import file into WPBackItUp backup set."
259
  msgstr "Non è possibile importare il file nel set di backup di WPBackItUp"
260
 
261
- #: lib/includes/job_backup.php:1126
262
  #, php-format
263
  msgid ""
264
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -274,52 +279,52 @@ msgstr ""
274
  "strong> per poter usufruire di un altro anno di aggiornamenti del prodotto e "
275
  "per accedere al nostro team di assistenza di livello mondiale. <br/><br/>"
276
 
277
- #: lib/includes/job_backup.php:1131
278
  #, php-format
279
  msgid "%s - Backup completed successfully."
280
  msgstr "%s - Backup completato con successo"
281
 
282
- #: lib/includes/job_backup.php:1132
283
  msgid "Your backup completed successfully."
284
  msgstr "Il tuo backup è stato completato con successo"
285
 
286
- #: lib/includes/job_backup.php:1135
287
  #, php-format
288
  msgid "%s - Backup did not complete successfully."
289
  msgstr "%s - Il backup non è stato completato con successo"
290
 
291
- #: lib/includes/job_backup.php:1136
292
  msgid "Your backup did not complete successfully."
293
  msgstr "Il tuo backup non è stato completato con successo"
294
 
295
- #: lib/includes/job_backup.php:1143
296
  #, php-format
297
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
298
  msgstr "Sito WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
299
 
300
- #: lib/includes/job_backup.php:1144
301
  msgid "Backup date:"
302
  msgstr "Data del backup:"
303
 
304
- #: lib/includes/job_backup.php:1145
305
  msgid "Number of backups completed with WPBackItUp:"
306
  msgstr "Numero di backup completati con WPBackItUp:"
307
 
308
- #: lib/includes/job_backup.php:1147
309
  msgid "Completion Code:"
310
  msgstr "Codice di completamento:"
311
 
312
- #: lib/includes/job_backup.php:1148
313
  msgid "WPBackItUp Version:"
314
  msgstr "Versione di WPBackItUp:"
315
 
316
- #: lib/includes/job_backup.php:1160
317
  #, php-format
318
  msgid "Checkout %s for info about WPBackItUp and our other products."
319
  msgstr ""
320
  "Visita %s per avere informazioni su WPBackItUp e sugli altri nostri prodotti."
321
 
322
- #: lib/includes/job_backup.php:1327
323
  msgid ""
324
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
325
  "settings of your wp-backitup backup directory"
@@ -328,7 +333,7 @@ msgstr ""
328
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
329
  "backitup"
330
 
331
- #: lib/includes/job_backup.php:1328
332
  msgid ""
333
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
334
  "your wp-backitup plugin directory"
@@ -336,47 +341,47 @@ msgstr ""
336
  "(102) Non si può creare la directory di backup. Ti preghiamo di controllare "
337
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
338
 
339
- #: lib/includes/job_backup.php:1329
340
  msgid "(103) Unable to backup your files. Please try again"
341
  msgstr ""
342
  "(103) Impossibile eseguire il backup del tuoi file. Ti preghiamo di riprovare"
343
 
344
- #: lib/includes/job_backup.php:1330
345
  msgid "(104) Unable to export your database. Please try again"
346
  msgstr ""
347
  "( 104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
348
 
349
- #: lib/includes/job_backup.php:1331
350
  msgid "(105) Unable to export site information file. Please try again"
351
  msgstr ""
352
  "(105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
353
  "di riprovare"
354
 
355
- #: lib/includes/job_backup.php:1332
356
  msgid "(106) Unable to cleanup your backup directory"
357
  msgstr "(106) Impossibile eseguire la pulizia della tua directory di backup"
358
 
359
- #: lib/includes/job_backup.php:1333
360
  msgid "(107) Unable to compress(zip) your backup. Please try again"
361
  msgstr ""
362
  "(107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
363
  "preghiamo di riprovare"
364
 
365
- #: lib/includes/job_backup.php:1334
366
  msgid "(108) Unable to backup your site data files. Please try again"
367
  msgstr ""
368
  "(108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
369
  "preghiamo di riprovare"
370
 
371
- #: lib/includes/job_backup.php:1335
372
  msgid "(109) Unable to finalize backup. Please try again"
373
  msgstr "(109) Impossibile concludere il backup. Ti preghiamo di riprovare"
374
 
375
- #: lib/includes/job_backup.php:1336
376
  msgid "(110) Unable to create backup manifest. Please try again"
377
  msgstr "(110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
378
 
379
- #: lib/includes/job_backup.php:1337
380
  msgid ""
381
  "(114) Your database was accessible but an export could not be created. "
382
  "Please contact support by clicking the get support link on the right. Please "
@@ -387,30 +392,30 @@ msgstr ""
387
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
388
  "il tuo host quando sottoporrai la richiesta"
389
 
390
- #: lib/includes/job_backup.php:1338
391
  msgid "(120) Unable to backup your themes. Please try again"
392
  msgstr ""
393
  "(120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di riprovare"
394
 
395
- #: lib/includes/job_backup.php:1339
396
  msgid "(121) Unable to backup your plugins. Please try again"
397
  msgstr ""
398
  "(121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
399
  "riprovare"
400
 
401
- #: lib/includes/job_backup.php:1340
402
  msgid "(122) Unable to backup your uploads. Please try again"
403
  msgstr ""
404
  "(122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
405
  "riprovare"
406
 
407
- #: lib/includes/job_backup.php:1341
408
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
409
  msgstr ""
410
  "(123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
411
  "riprovare"
412
 
413
- #: lib/includes/job_backup.php:1342
414
  msgid ""
415
  "(125) Unable to compress your backup because there is no zip utility "
416
  "available. Please contact support"
@@ -418,23 +423,23 @@ msgstr ""
418
  "(125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
419
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
420
 
421
- #: lib/includes/job_backup.php:1343
422
  msgid "(126) Unable to validate your backup. Please try again"
423
  msgstr "(126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
424
 
425
- #: lib/includes/job_backup.php:1344
426
  msgid "(127) Unable to create inventory of files to backup. Please try again"
427
  msgstr ""
428
  "(127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
429
  "di riprovare"
430
 
431
- #: lib/includes/job_backup.php:1345
432
  msgid "(128) Unable to create job control record. Please try again"
433
  msgstr ""
434
  "(128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
435
  "di riprovare"
436
 
437
- #: lib/includes/job_backup.php:1347
438
  msgid ""
439
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
440
  "settings of your wp-backitup backup directory"
@@ -443,7 +448,7 @@ msgstr ""
443
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
444
  "backitup"
445
 
446
- #: lib/includes/job_backup.php:1348
447
  msgid ""
448
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
449
  "your wp-backitup plugin directory"
@@ -451,49 +456,49 @@ msgstr ""
451
  "(2102) Non si può creare la directory di backup. Ti preghiamo di controllare "
452
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
453
 
454
- #: lib/includes/job_backup.php:1349
455
  msgid "(2103) Unable to backup your files. Please try again"
456
  msgstr ""
457
  "(2103) Impossibile eseguire il backup dei tuoi file. Ti preghiamo di "
458
  "riprovare"
459
 
460
- #: lib/includes/job_backup.php:1350
461
  msgid "(2104) Unable to export your database. Please try again"
462
  msgstr ""
463
  "(2104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
464
 
465
- #: lib/includes/job_backup.php:1351
466
  msgid "(2105) Unable to export site information file. Please try again"
467
  msgstr ""
468
  "(2105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
469
  "di riprovare"
470
 
471
- #: lib/includes/job_backup.php:1352
472
  msgid "(2106) Unable to cleanup your backup directory"
473
  msgstr "(2106) Impossibile eseguire la pulizia della tua directory di backup"
474
 
475
- #: lib/includes/job_backup.php:1353
476
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
477
  msgstr ""
478
  "(2107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
479
  "preghiamo di riprovare"
480
 
481
- #: lib/includes/job_backup.php:1354
482
  msgid "(2108) Unable to backup your site data files. Please try again"
483
  msgstr ""
484
  "(2108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
485
  "preghiamo di riprovare"
486
 
487
- #: lib/includes/job_backup.php:1355
488
  msgid "(2109) Unable to finalize backup. Please try again"
489
  msgstr "(2109) Impossibile concludere il backup. Ti preghiamo di riprovare"
490
 
491
- #: lib/includes/job_backup.php:1356
492
  msgid "(2110) Unable to create backup manifest. Please try again"
493
  msgstr ""
494
  "(2110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
495
 
496
- #: lib/includes/job_backup.php:1357
497
  msgid ""
498
  "(2114) Your database was accessible but an export could not be created. "
499
  "Please contact support by clicking the get support link on the right. Please "
@@ -504,31 +509,31 @@ msgstr ""
504
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
505
  "il tuo host quando sottoporrai la richiesta"
506
 
507
- #: lib/includes/job_backup.php:1358
508
  msgid "(2120) Unable to backup your themes. Please try again"
509
  msgstr ""
510
  "(2120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di "
511
  "riprovare"
512
 
513
- #: lib/includes/job_backup.php:1359
514
  msgid "(2121) Unable to backup your plugins. Please try again"
515
  msgstr ""
516
  "(2121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
517
  "riprovare"
518
 
519
- #: lib/includes/job_backup.php:1360
520
  msgid "(2122) Unable to backup your uploads. Please try again"
521
  msgstr ""
522
  "(2122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
523
  "riprovare"
524
 
525
- #: lib/includes/job_backup.php:1361
526
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
527
  msgstr ""
528
  "(2123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
529
  "riprovare"
530
 
531
- #: lib/includes/job_backup.php:1362
532
  msgid ""
533
  "(2125) Unable to compress your backup because there is no zip utility "
534
  "available. Please contact support"
@@ -536,24 +541,24 @@ msgstr ""
536
  "(2125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
537
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
538
 
539
- #: lib/includes/job_backup.php:1363
540
  msgid "(2126) Unable to validate your backup. Please try again"
541
  msgstr ""
542
  "(2126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
543
 
544
- #: lib/includes/job_backup.php:1364
545
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
546
  msgstr ""
547
  "(2127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
548
  "di riprovare"
549
 
550
- #: lib/includes/job_backup.php:1365
551
  msgid "(2128) Unable to create job control record. Please try again"
552
  msgstr ""
553
  "(2128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
554
  "di riprovare"
555
 
556
- #: lib/includes/job_backup.php:1368
557
  msgid "(999) Unexpected error"
558
  msgstr "(999) Errore inaspettato"
559
 
@@ -1488,15 +1493,15 @@ msgstr ""
1488
  msgid "%s Settings"
1489
  msgstr "%s Impostazioni"
1490
 
1491
- #: views/settings.php:46
1492
  msgid "Settings updated successfully!"
1493
  msgstr "Impostazioni aggiornate con successo!"
1494
 
1495
- #: views/settings.php:59
1496
  msgid "Email Notifications"
1497
  msgstr "Notifiche via email"
1498
 
1499
- #: views/settings.php:60
1500
  msgid ""
1501
  "Please enter your email address if you would like to receive backup email "
1502
  "notifications."
@@ -1504,7 +1509,7 @@ msgstr ""
1504
  "Ti preghiamo di inserire il tuo indirizzo di posta elettronica se desideri "
1505
  "ricevere le notifiche di backup via email"
1506
 
1507
- #: views/settings.php:61
1508
  msgid ""
1509
  "Backup email notifications will be sent for every backup and will contain "
1510
  "status information related to the backup."
@@ -1512,24 +1517,24 @@ msgstr ""
1512
  "Le notifiche di backup via email saranno inviate per ogni backup e "
1513
  "conterranno le informazioni di stato relative al backup"
1514
 
1515
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1516
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1517
- #: views/settings.php:217 views/settings.php:226
1518
  msgid "Save"
1519
  msgstr "Salva"
1520
 
1521
- #: views/settings.php:79
1522
  msgid "Backup Retention"
1523
  msgstr "Mantenimento del backup"
1524
 
1525
- #: views/settings.php:80
1526
  msgid ""
1527
  "Enter the number of backup archives that you would like to remain on the "
1528
  "server."
1529
  msgstr ""
1530
  "Inserisci il numero degli archivi di backup che desideri rimangano sul server"
1531
 
1532
- #: views/settings.php:81
1533
  msgid ""
1534
  "Many hosts limit the amount of space that you can take up on their servers. "
1535
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1541,15 +1546,15 @@ msgstr ""
1541
  "archivi di backup che dovrebbero restare sul server dei tuoi host. Non "
1542
  "preoccuparti, prima cancelleremo sempre gli archivi di backup più vecchi."
1543
 
1544
- #: views/settings.php:100
1545
  msgid "Logging?"
1546
  msgstr "Registrazione?"
1547
 
1548
- #: views/settings.php:101
1549
  msgid "Turn on WPBackItUp logging."
1550
  msgstr "Attiva la registrazione su WPBackItUp."
1551
 
1552
- #: views/settings.php:102
1553
  msgid ""
1554
  "This option should only be turned on by advanced users or when "
1555
  "troubleshooting issues with WPBackItUp support."
@@ -1557,19 +1562,29 @@ msgstr ""
1557
  "Questa opzione deve essere attivata soltanto dagli utenti esperti o in caso "
1558
  "di risoluzione dei problemi con l'assistenza di WPBackItUp."
1559
 
1560
- #: views/settings.php:103
1561
  msgid "Yes"
1562
  msgstr "Si"
1563
 
1564
- #: views/settings.php:104
1565
  msgid "No"
1566
  msgstr "No"
1567
 
1568
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1569
  msgid "Single File Backup Set"
1570
  msgstr "Set di backup composto da un unico file"
1571
 
1572
- #: views/settings.php:112
1573
  msgid ""
1574
  "Check this box if you would like WPBackItUp to create a single file backup "
1575
  "set."
@@ -1577,7 +1592,7 @@ msgstr ""
1577
  "Spunta questa casella se vuoi che WPBackItUp crei un set di backup composto "
1578
  "da un unico file."
1579
 
1580
- #: views/settings.php:113
1581
  msgid ""
1582
  "When this setting is turned on WPBackItUp will attempt to create a single "
1583
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1590,16 +1605,16 @@ msgstr ""
1590
  "creazione di un set di backup composto da un solo file potrebbe non essere "
1591
  "possibile con quegli host che limitano strettamente l'utilizzo di memoria."
1592
 
1593
- #: views/settings.php:118
1594
  msgid "Batch Size"
1595
  msgstr "Dimensione di batch"
1596
 
1597
- #: views/settings.php:119
1598
  msgid "Enter the batch size for each of your content items."
1599
  msgstr ""
1600
  "Inserisci la dimensione di batch per ciascuna delle tue voci di contenuto."
1601
 
1602
- #: views/settings.php:120
1603
  msgid ""
1604
  "These settings tell WPBackItUp how many items that should be added to the "
1605
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1611,27 +1626,27 @@ msgstr ""
1611
  "backup, tali impostazioni possono essere usate per aiutare WPBackItUp a "
1612
  "ridurre il tempo necessario per completare ogni attività di backup."
1613
 
1614
- #: views/settings.php:123
1615
  msgid "DB Tables Batch Size"
1616
  msgstr "Dimensione di batch delle tabelle di database"
1617
 
1618
- #: views/settings.php:128
1619
  msgid "Plugins Batch Size"
1620
  msgstr "Dimensione del batch dei plugin"
1621
 
1622
- #: views/settings.php:133
1623
  msgid "Themes Batch Size"
1624
  msgstr "Dimensione del batch dei temi"
1625
 
1626
- #: views/settings.php:138
1627
  msgid "Uploads Batch Size"
1628
  msgstr "Dimensione del batch dei caricamenti"
1629
 
1630
- #: views/settings.php:143
1631
  msgid "Others Batch Size"
1632
  msgstr "Dimensione del batch di altri"
1633
 
1634
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1635
  msgid ""
1636
  "* These settings should only be modified by advanced users or when when "
1637
  "working with WPBackItUp support."
@@ -1639,11 +1654,11 @@ msgstr ""
1639
  "* Queste impostazioni possono essere modificate soltanto dagli utenti "
1640
  "esperti o mentre si lavora con l'assistenza di WPBackItUp."
1641
 
1642
- #: views/settings.php:158
1643
  msgid "Filter Your Folders"
1644
  msgstr "Filtra le tue cartelle"
1645
 
1646
- #: views/settings.php:159
1647
  msgid ""
1648
  "Enter a comma separated list of folders that should be excluded from your "
1649
  "backups."
@@ -1651,7 +1666,7 @@ msgstr ""
1651
  "Inserisci una lista delle cartelle, separata da virgole, che dovranno essere "
1652
  "escluse dai tuoi backup."
1653
 
1654
- #: views/settings.php:160
1655
  msgid ""
1656
  "It is important to note that when a folder name is present in this list any "
1657
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1661,31 +1676,31 @@ msgstr ""
1661
  "elemento di quella cartella e tutti i suoi contenuti saranno esclusi dal "
1662
  "backup."
1663
 
1664
- #: views/settings.php:162
1665
  msgid "Plugin Folders Filter"
1666
  msgstr "Filtro delle cartelle di plugin"
1667
 
1668
- #: views/settings.php:167
1669
  msgid "Theme Folders Filter"
1670
  msgstr "Filtro delle cartelle dei temi"
1671
 
1672
- #: views/settings.php:172
1673
  msgid "Upload Folders Filter"
1674
  msgstr "Filtro delle cartelle di caricamento"
1675
 
1676
- #: views/settings.php:176
1677
  msgid "Other Folders Filter"
1678
  msgstr "Filtro di altre cartelle"
1679
 
1680
- #: views/settings.php:185
1681
  msgid "Filter Your Database Tables"
1682
  msgstr "Filtra le tue tabelle di database"
1683
 
1684
- #: views/settings.php:186
1685
  msgid "Exclude custom database tables from the backup."
1686
  msgstr "Escludi le tabelle personalizzate di database dal backup."
1687
 
1688
- #: views/settings.php:187
1689
  msgid ""
1690
  "If you would like to exclude a custom table from the backup then simply drag "
1691
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1695,11 +1710,11 @@ msgstr ""
1695
  "semplicemente nella lista sulla destra. Le tabelle principali di WordPress "
1696
  "non possono essere escluse dal backup."
1697
 
1698
- #: views/settings.php:223
1699
  msgid "Remove Data on Uninstall?"
1700
  msgstr "Rimuovi Dati durante la disinstallazione?"
1701
 
1702
- #: views/settings.php:225
1703
  msgid ""
1704
  "Check this box if you would like WPBackItUp to completely remove all of its "
1705
  "data when the plugin is deleted."
@@ -1770,30 +1785,34 @@ msgstr ""
1770
  msgid "Premium customers receive priority support."
1771
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
1772
 
1773
- #: wp-backitup.php:90 wp-backitup.php:91
1774
  #, php-format
1775
  msgid "Every %s hours"
1776
  msgstr "Ogni %s ore"
1777
 
1778
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1779
- #: wp-backitup.php:96
1780
  #, php-format
1781
  msgid "WPBUP - Every %s minutes"
1782
  msgstr "WPBUP - Ogni %s minuti"
1783
 
1784
- #: wp-backitup.php:98
1785
  msgid "WPBUP - Once Weekly"
1786
  msgstr "WPBUP - Una volta alla settimana"
1787
 
1788
- #: wp-backitup.php:99
1789
  msgid "WPBUP - Once Monthly"
1790
  msgstr "WPBUP - Una volta al mese"
1791
 
1792
- #: wp-backitup.php:100 wp-backitup.php:101
1793
  #, php-format
1794
  msgid "WPBUP - Every %s hours"
1795
  msgstr "WPBUP - Ogni %s ore"
1796
 
1797
- #: wp-backitup.php:138
 
 
 
 
1798
  msgid "Cleanup"
1799
  msgstr "Pulizia"
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-06-14 08:32-0400\n"
8
+ "PO-Revision-Date: 2016-06-14 08:32-0400\n"
9
  "Last-Translator: Mara Lucia Ferretti <maralucia.ferretti@poste.it>\n"
10
  "Language-Team: Italian (Italy) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/it_IT/)\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.8.8\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-KeywordsList: _;__;_e\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: lib/background-processing/class-background-process.php:408
23
+ #, php-format
24
+ msgid "Every %d Minutes"
25
+ msgstr ""
26
+
27
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
28
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
+ #: wp-backitup.php:142
30
  msgid "Backup"
31
  msgstr "Backup"
32
 
33
  #: lib/includes/class-wpbackitup-admin.php:215
34
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
35
+ #: wp-backitup.php:156
36
  msgid "Restore"
37
  msgstr "Ripristino"
38
 
125
  msgid "Uploaded Backup"
126
  msgstr "Backup caricato"
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:601
129
  msgid "Backup Queued"
130
  msgstr "Backup accodato"
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:610
133
  msgid "Backup could not be queued"
134
  msgstr "Il backup non può essere accodato"
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:622
137
  msgid "Job is already in queue."
138
  msgstr "Il processo è già in coda"
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:660
141
  msgid "No backup file selected."
142
  msgstr "Nessun file di backup selezionato"
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:667
145
  msgid "No user id found."
146
  msgstr "Nessun utente trovato"
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:690
149
  msgid "Restore Queued"
150
  msgstr "Ripristino accodato"
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:699
153
  msgid "Restore could not be queued"
154
  msgstr "Non si è potuto accodare il ripristino"
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:705
157
  msgid "Restore already in queue"
158
  msgstr "Ripristino già in coda"
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:737
161
  msgid "No job id posted"
162
  msgstr "Nessun job-id assegnato"
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
165
  msgid "Backup Cancelled"
166
  msgstr "Backup cancellato"
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:747
169
  msgid "Backup job not found"
170
  msgstr "Attività di backup non trovata"
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:908
173
  msgid "No response log found."
174
  msgstr "Registro di risposta non trovato"
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:1010
177
+ #: lib/includes/class-wpbackitup-admin.php:1018
178
+ #: lib/includes/class-wpbackitup-admin.php:1064
179
+ #: lib/includes/class-wpbackitup-admin.php:1071
180
+ #: lib/includes/class-wpbackitup-admin.php:1078
181
+ #: lib/includes/class-wpbackitup-admin.php:1085
182
+ #: lib/includes/class-wpbackitup-admin.php:1092
183
  msgid "Please enter a number"
184
  msgstr "Per favore inserire un numero"
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1039
187
+ #: lib/includes/class-wpbackitup-admin.php:1201
188
  msgid "Please enter a valid email"
189
  msgstr "Per favore inserire un indirizzo di posta elettronica valido"
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1208
192
  msgid "Please enter your support ticket id"
193
  msgstr "Per favore inserire il codice della richiesta di assistenza"
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1213
196
  msgid "Please only enter numbers in this field"
197
  msgstr "Per favore inserire solo numeri in questo campo"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:2003
200
+ #: lib/includes/class-wpbackitup-admin.php:2023
201
  msgid ""
202
  "License could not be activated. Please try again in a few hours and contact "
203
  "support if this error continues."
205
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
206
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
207
 
208
+ #: lib/includes/class-wpbackitup-admin.php:2072
209
  msgid "License is invalid."
210
  msgstr "Licenza non valida"
211
 
212
+ #: lib/includes/class-wpbackitup-admin.php:2077
213
  msgid "License has expired."
214
  msgstr "Licenza scaduta"
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2080
217
  #, php-format
218
  msgid ""
219
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
225
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
226
  "livello mondiale</strong> "
227
 
228
+ #: lib/includes/class-wpbackitup-admin.php:2094
229
  msgid "License Expired: Scheduled backups are no longer active."
230
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
231
 
232
+ #: lib/includes/class-wpbackitup-admin.php:2102
233
  msgid "Activation limit has been reached."
234
  msgstr "Limite di attivazioni raggiunto"
235
 
236
+ #: lib/includes/class-wpbackitup-admin.php:2108
237
  msgid "Your Activation limit has been reached"
238
  msgstr "Hai raggiunto il tuo limite di attivazioni"
239
 
263
  msgid "Could not import file into WPBackItUp backup set."
264
  msgstr "Non è possibile importare il file nel set di backup di WPBackItUp"
265
 
266
+ #: lib/includes/job_backup.php:1135
267
  #, php-format
268
  msgid ""
269
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
279
  "strong> per poter usufruire di un altro anno di aggiornamenti del prodotto e "
280
  "per accedere al nostro team di assistenza di livello mondiale. <br/><br/>"
281
 
282
+ #: lib/includes/job_backup.php:1140
283
  #, php-format
284
  msgid "%s - Backup completed successfully."
285
  msgstr "%s - Backup completato con successo"
286
 
287
+ #: lib/includes/job_backup.php:1141
288
  msgid "Your backup completed successfully."
289
  msgstr "Il tuo backup è stato completato con successo"
290
 
291
+ #: lib/includes/job_backup.php:1144
292
  #, php-format
293
  msgid "%s - Backup did not complete successfully."
294
  msgstr "%s - Il backup non è stato completato con successo"
295
 
296
+ #: lib/includes/job_backup.php:1145
297
  msgid "Your backup did not complete successfully."
298
  msgstr "Il tuo backup non è stato completato con successo"
299
 
300
+ #: lib/includes/job_backup.php:1152
301
  #, php-format
302
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
303
  msgstr "Sito WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
304
 
305
+ #: lib/includes/job_backup.php:1153
306
  msgid "Backup date:"
307
  msgstr "Data del backup:"
308
 
309
+ #: lib/includes/job_backup.php:1154
310
  msgid "Number of backups completed with WPBackItUp:"
311
  msgstr "Numero di backup completati con WPBackItUp:"
312
 
313
+ #: lib/includes/job_backup.php:1156
314
  msgid "Completion Code:"
315
  msgstr "Codice di completamento:"
316
 
317
+ #: lib/includes/job_backup.php:1157
318
  msgid "WPBackItUp Version:"
319
  msgstr "Versione di WPBackItUp:"
320
 
321
+ #: lib/includes/job_backup.php:1169
322
  #, php-format
323
  msgid "Checkout %s for info about WPBackItUp and our other products."
324
  msgstr ""
325
  "Visita %s per avere informazioni su WPBackItUp e sugli altri nostri prodotti."
326
 
327
+ #: lib/includes/job_backup.php:1336
328
  msgid ""
329
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
330
  "settings of your wp-backitup backup directory"
333
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
334
  "backitup"
335
 
336
+ #: lib/includes/job_backup.php:1337
337
  msgid ""
338
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
339
  "your wp-backitup plugin directory"
341
  "(102) Non si può creare la directory di backup. Ti preghiamo di controllare "
342
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
343
 
344
+ #: lib/includes/job_backup.php:1338
345
  msgid "(103) Unable to backup your files. Please try again"
346
  msgstr ""
347
  "(103) Impossibile eseguire il backup del tuoi file. Ti preghiamo di riprovare"
348
 
349
+ #: lib/includes/job_backup.php:1339
350
  msgid "(104) Unable to export your database. Please try again"
351
  msgstr ""
352
  "( 104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
353
 
354
+ #: lib/includes/job_backup.php:1340
355
  msgid "(105) Unable to export site information file. Please try again"
356
  msgstr ""
357
  "(105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
358
  "di riprovare"
359
 
360
+ #: lib/includes/job_backup.php:1341
361
  msgid "(106) Unable to cleanup your backup directory"
362
  msgstr "(106) Impossibile eseguire la pulizia della tua directory di backup"
363
 
364
+ #: lib/includes/job_backup.php:1342
365
  msgid "(107) Unable to compress(zip) your backup. Please try again"
366
  msgstr ""
367
  "(107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
368
  "preghiamo di riprovare"
369
 
370
+ #: lib/includes/job_backup.php:1343
371
  msgid "(108) Unable to backup your site data files. Please try again"
372
  msgstr ""
373
  "(108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
374
  "preghiamo di riprovare"
375
 
376
+ #: lib/includes/job_backup.php:1344
377
  msgid "(109) Unable to finalize backup. Please try again"
378
  msgstr "(109) Impossibile concludere il backup. Ti preghiamo di riprovare"
379
 
380
+ #: lib/includes/job_backup.php:1345
381
  msgid "(110) Unable to create backup manifest. Please try again"
382
  msgstr "(110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
383
 
384
+ #: lib/includes/job_backup.php:1346
385
  msgid ""
386
  "(114) Your database was accessible but an export could not be created. "
387
  "Please contact support by clicking the get support link on the right. Please "
392
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
393
  "il tuo host quando sottoporrai la richiesta"
394
 
395
+ #: lib/includes/job_backup.php:1347
396
  msgid "(120) Unable to backup your themes. Please try again"
397
  msgstr ""
398
  "(120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di riprovare"
399
 
400
+ #: lib/includes/job_backup.php:1348
401
  msgid "(121) Unable to backup your plugins. Please try again"
402
  msgstr ""
403
  "(121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
404
  "riprovare"
405
 
406
+ #: lib/includes/job_backup.php:1349
407
  msgid "(122) Unable to backup your uploads. Please try again"
408
  msgstr ""
409
  "(122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
410
  "riprovare"
411
 
412
+ #: lib/includes/job_backup.php:1350
413
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
414
  msgstr ""
415
  "(123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
416
  "riprovare"
417
 
418
+ #: lib/includes/job_backup.php:1351
419
  msgid ""
420
  "(125) Unable to compress your backup because there is no zip utility "
421
  "available. Please contact support"
423
  "(125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
424
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
425
 
426
+ #: lib/includes/job_backup.php:1352
427
  msgid "(126) Unable to validate your backup. Please try again"
428
  msgstr "(126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
429
 
430
+ #: lib/includes/job_backup.php:1353
431
  msgid "(127) Unable to create inventory of files to backup. Please try again"
432
  msgstr ""
433
  "(127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
434
  "di riprovare"
435
 
436
+ #: lib/includes/job_backup.php:1354
437
  msgid "(128) Unable to create job control record. Please try again"
438
  msgstr ""
439
  "(128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
440
  "di riprovare"
441
 
442
+ #: lib/includes/job_backup.php:1356
443
  msgid ""
444
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
445
  "settings of your wp-backitup backup directory"
448
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
449
  "backitup"
450
 
451
+ #: lib/includes/job_backup.php:1357
452
  msgid ""
453
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
454
  "your wp-backitup plugin directory"
456
  "(2102) Non si può creare la directory di backup. Ti preghiamo di controllare "
457
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
458
 
459
+ #: lib/includes/job_backup.php:1358
460
  msgid "(2103) Unable to backup your files. Please try again"
461
  msgstr ""
462
  "(2103) Impossibile eseguire il backup dei tuoi file. Ti preghiamo di "
463
  "riprovare"
464
 
465
+ #: lib/includes/job_backup.php:1359
466
  msgid "(2104) Unable to export your database. Please try again"
467
  msgstr ""
468
  "(2104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
469
 
470
+ #: lib/includes/job_backup.php:1360
471
  msgid "(2105) Unable to export site information file. Please try again"
472
  msgstr ""
473
  "(2105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
474
  "di riprovare"
475
 
476
+ #: lib/includes/job_backup.php:1361
477
  msgid "(2106) Unable to cleanup your backup directory"
478
  msgstr "(2106) Impossibile eseguire la pulizia della tua directory di backup"
479
 
480
+ #: lib/includes/job_backup.php:1362
481
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
482
  msgstr ""
483
  "(2107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
484
  "preghiamo di riprovare"
485
 
486
+ #: lib/includes/job_backup.php:1363
487
  msgid "(2108) Unable to backup your site data files. Please try again"
488
  msgstr ""
489
  "(2108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
490
  "preghiamo di riprovare"
491
 
492
+ #: lib/includes/job_backup.php:1364
493
  msgid "(2109) Unable to finalize backup. Please try again"
494
  msgstr "(2109) Impossibile concludere il backup. Ti preghiamo di riprovare"
495
 
496
+ #: lib/includes/job_backup.php:1365
497
  msgid "(2110) Unable to create backup manifest. Please try again"
498
  msgstr ""
499
  "(2110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
500
 
501
+ #: lib/includes/job_backup.php:1366
502
  msgid ""
503
  "(2114) Your database was accessible but an export could not be created. "
504
  "Please contact support by clicking the get support link on the right. Please "
509
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
510
  "il tuo host quando sottoporrai la richiesta"
511
 
512
+ #: lib/includes/job_backup.php:1367
513
  msgid "(2120) Unable to backup your themes. Please try again"
514
  msgstr ""
515
  "(2120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di "
516
  "riprovare"
517
 
518
+ #: lib/includes/job_backup.php:1368
519
  msgid "(2121) Unable to backup your plugins. Please try again"
520
  msgstr ""
521
  "(2121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
522
  "riprovare"
523
 
524
+ #: lib/includes/job_backup.php:1369
525
  msgid "(2122) Unable to backup your uploads. Please try again"
526
  msgstr ""
527
  "(2122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
528
  "riprovare"
529
 
530
+ #: lib/includes/job_backup.php:1370
531
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
532
  msgstr ""
533
  "(2123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
534
  "riprovare"
535
 
536
+ #: lib/includes/job_backup.php:1371
537
  msgid ""
538
  "(2125) Unable to compress your backup because there is no zip utility "
539
  "available. Please contact support"
541
  "(2125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
542
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
543
 
544
+ #: lib/includes/job_backup.php:1372
545
  msgid "(2126) Unable to validate your backup. Please try again"
546
  msgstr ""
547
  "(2126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
548
 
549
+ #: lib/includes/job_backup.php:1373
550
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
551
  msgstr ""
552
  "(2127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
553
  "di riprovare"
554
 
555
+ #: lib/includes/job_backup.php:1374
556
  msgid "(2128) Unable to create job control record. Please try again"
557
  msgstr ""
558
  "(2128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
559
  "di riprovare"
560
 
561
+ #: lib/includes/job_backup.php:1377
562
  msgid "(999) Unexpected error"
563
  msgstr "(999) Errore inaspettato"
564
 
1493
  msgid "%s Settings"
1494
  msgstr "%s Impostazioni"
1495
 
1496
+ #: views/settings.php:48
1497
  msgid "Settings updated successfully!"
1498
  msgstr "Impostazioni aggiornate con successo!"
1499
 
1500
+ #: views/settings.php:61
1501
  msgid "Email Notifications"
1502
  msgstr "Notifiche via email"
1503
 
1504
+ #: views/settings.php:62
1505
  msgid ""
1506
  "Please enter your email address if you would like to receive backup email "
1507
  "notifications."
1509
  "Ti preghiamo di inserire il tuo indirizzo di posta elettronica se desideri "
1510
  "ricevere le notifiche di backup via email"
1511
 
1512
+ #: views/settings.php:63
1513
  msgid ""
1514
  "Backup email notifications will be sent for every backup and will contain "
1515
  "status information related to the backup."
1517
  "Le notifiche di backup via email saranno inviate per ogni backup e "
1518
  "conterranno le informazioni di stato relative al backup"
1519
 
1520
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1521
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1522
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1523
  msgid "Save"
1524
  msgstr "Salva"
1525
 
1526
+ #: views/settings.php:81
1527
  msgid "Backup Retention"
1528
  msgstr "Mantenimento del backup"
1529
 
1530
+ #: views/settings.php:82
1531
  msgid ""
1532
  "Enter the number of backup archives that you would like to remain on the "
1533
  "server."
1534
  msgstr ""
1535
  "Inserisci il numero degli archivi di backup che desideri rimangano sul server"
1536
 
1537
+ #: views/settings.php:83
1538
  msgid ""
1539
  "Many hosts limit the amount of space that you can take up on their servers. "
1540
  "This option tells WPBackItUp the maximum number of backup archives that "
1546
  "archivi di backup che dovrebbero restare sul server dei tuoi host. Non "
1547
  "preoccuparti, prima cancelleremo sempre gli archivi di backup più vecchi."
1548
 
1549
+ #: views/settings.php:102
1550
  msgid "Logging?"
1551
  msgstr "Registrazione?"
1552
 
1553
+ #: views/settings.php:103
1554
  msgid "Turn on WPBackItUp logging."
1555
  msgstr "Attiva la registrazione su WPBackItUp."
1556
 
1557
+ #: views/settings.php:104
1558
  msgid ""
1559
  "This option should only be turned on by advanced users or when "
1560
  "troubleshooting issues with WPBackItUp support."
1562
  "Questa opzione deve essere attivata soltanto dagli utenti esperti o in caso "
1563
  "di risoluzione dei problemi con l'assistenza di WPBackItUp."
1564
 
1565
+ #: views/settings.php:105
1566
  msgid "Yes"
1567
  msgstr "Si"
1568
 
1569
+ #: views/settings.php:106
1570
  msgid "No"
1571
  msgstr "No"
1572
 
1573
+ #: views/settings.php:112
1574
+ msgid "Disable restore version compare?"
1575
+ msgstr ""
1576
+
1577
+ #: views/settings.php:114
1578
+ msgid ""
1579
+ "Check this box if you would like WPBackItUp not to check major version "
1580
+ "issue. This could be dangerous, you can disable it with your own risk."
1581
+ msgstr ""
1582
+
1583
+ #: views/settings.php:119
1584
  msgid "Single File Backup Set"
1585
  msgstr "Set di backup composto da un unico file"
1586
 
1587
+ #: views/settings.php:121
1588
  msgid ""
1589
  "Check this box if you would like WPBackItUp to create a single file backup "
1590
  "set."
1592
  "Spunta questa casella se vuoi che WPBackItUp crei un set di backup composto "
1593
  "da un unico file."
1594
 
1595
+ #: views/settings.php:122
1596
  msgid ""
1597
  "When this setting is turned on WPBackItUp will attempt to create a single "
1598
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1605
  "creazione di un set di backup composto da un solo file potrebbe non essere "
1606
  "possibile con quegli host che limitano strettamente l'utilizzo di memoria."
1607
 
1608
+ #: views/settings.php:127
1609
  msgid "Batch Size"
1610
  msgstr "Dimensione di batch"
1611
 
1612
+ #: views/settings.php:128
1613
  msgid "Enter the batch size for each of your content items."
1614
  msgstr ""
1615
  "Inserisci la dimensione di batch per ciascuna delle tue voci di contenuto."
1616
 
1617
+ #: views/settings.php:129
1618
  msgid ""
1619
  "These settings tell WPBackItUp how many items that should be added to the "
1620
  "backup at a time. If you experience timeouts while running a backup then "
1626
  "backup, tali impostazioni possono essere usate per aiutare WPBackItUp a "
1627
  "ridurre il tempo necessario per completare ogni attività di backup."
1628
 
1629
+ #: views/settings.php:132
1630
  msgid "DB Tables Batch Size"
1631
  msgstr "Dimensione di batch delle tabelle di database"
1632
 
1633
+ #: views/settings.php:137
1634
  msgid "Plugins Batch Size"
1635
  msgstr "Dimensione del batch dei plugin"
1636
 
1637
+ #: views/settings.php:142
1638
  msgid "Themes Batch Size"
1639
  msgstr "Dimensione del batch dei temi"
1640
 
1641
+ #: views/settings.php:147
1642
  msgid "Uploads Batch Size"
1643
  msgstr "Dimensione del batch dei caricamenti"
1644
 
1645
+ #: views/settings.php:152
1646
  msgid "Others Batch Size"
1647
  msgstr "Dimensione del batch di altri"
1648
 
1649
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1650
  msgid ""
1651
  "* These settings should only be modified by advanced users or when when "
1652
  "working with WPBackItUp support."
1654
  "* Queste impostazioni possono essere modificate soltanto dagli utenti "
1655
  "esperti o mentre si lavora con l'assistenza di WPBackItUp."
1656
 
1657
+ #: views/settings.php:167
1658
  msgid "Filter Your Folders"
1659
  msgstr "Filtra le tue cartelle"
1660
 
1661
+ #: views/settings.php:168
1662
  msgid ""
1663
  "Enter a comma separated list of folders that should be excluded from your "
1664
  "backups."
1666
  "Inserisci una lista delle cartelle, separata da virgole, che dovranno essere "
1667
  "escluse dai tuoi backup."
1668
 
1669
+ #: views/settings.php:169
1670
  msgid ""
1671
  "It is important to note that when a folder name is present in this list any "
1672
  "occurrence of that folder, and all its contents, will be excluded from the "
1676
  "elemento di quella cartella e tutti i suoi contenuti saranno esclusi dal "
1677
  "backup."
1678
 
1679
+ #: views/settings.php:171
1680
  msgid "Plugin Folders Filter"
1681
  msgstr "Filtro delle cartelle di plugin"
1682
 
1683
+ #: views/settings.php:176
1684
  msgid "Theme Folders Filter"
1685
  msgstr "Filtro delle cartelle dei temi"
1686
 
1687
+ #: views/settings.php:181
1688
  msgid "Upload Folders Filter"
1689
  msgstr "Filtro delle cartelle di caricamento"
1690
 
1691
+ #: views/settings.php:185
1692
  msgid "Other Folders Filter"
1693
  msgstr "Filtro di altre cartelle"
1694
 
1695
+ #: views/settings.php:194
1696
  msgid "Filter Your Database Tables"
1697
  msgstr "Filtra le tue tabelle di database"
1698
 
1699
+ #: views/settings.php:195
1700
  msgid "Exclude custom database tables from the backup."
1701
  msgstr "Escludi le tabelle personalizzate di database dal backup."
1702
 
1703
+ #: views/settings.php:196
1704
  msgid ""
1705
  "If you would like to exclude a custom table from the backup then simply drag "
1706
  "it to the list on the right. WordPress core tables may not be excluded from "
1710
  "semplicemente nella lista sulla destra. Le tabelle principali di WordPress "
1711
  "non possono essere escluse dal backup."
1712
 
1713
+ #: views/settings.php:232
1714
  msgid "Remove Data on Uninstall?"
1715
  msgstr "Rimuovi Dati durante la disinstallazione?"
1716
 
1717
+ #: views/settings.php:234
1718
  msgid ""
1719
  "Check this box if you would like WPBackItUp to completely remove all of its "
1720
  "data when the plugin is deleted."
1785
  msgid "Premium customers receive priority support."
1786
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
1787
 
1788
+ #: wp-backitup.php:93 wp-backitup.php:94
1789
  #, php-format
1790
  msgid "Every %s hours"
1791
  msgstr "Ogni %s ore"
1792
 
1793
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1794
+ #: wp-backitup.php:99
1795
  #, php-format
1796
  msgid "WPBUP - Every %s minutes"
1797
  msgstr "WPBUP - Ogni %s minuti"
1798
 
1799
+ #: wp-backitup.php:101
1800
  msgid "WPBUP - Once Weekly"
1801
  msgstr "WPBUP - Una volta alla settimana"
1802
 
1803
+ #: wp-backitup.php:102
1804
  msgid "WPBUP - Once Monthly"
1805
  msgstr "WPBUP - Una volta al mese"
1806
 
1807
+ #: wp-backitup.php:103 wp-backitup.php:104
1808
  #, php-format
1809
  msgid "WPBUP - Every %s hours"
1810
  msgstr "WPBUP - Ogni %s ore"
1811
 
1812
+ #: wp-backitup.php:113
1813
+ msgid "Local File"
1814
+ msgstr ""
1815
+
1816
+ #: wp-backitup.php:170
1817
  msgid "Cleanup"
1818
  msgstr "Pulizia"
languages/wp-backitup-ru_RU.mo CHANGED
Binary file
languages/wp-backitup-ru_RU.po CHANGED
@@ -5,8 +5,8 @@
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
- "POT-Creation-Date: 2016-03-07 10:09-0500\n"
9
- "PO-Revision-Date: 2016-03-07 10:09-0500\n"
10
  "Last-Translator: Chris Simmons <chris.simmons01@gmail.com>\n"
11
  "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/wp-"
12
  "backitup/language/ru_RU/)\n"
@@ -17,20 +17,25 @@ msgstr ""
17
  "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
19
  "%100>=11 && n%100<=14)? 2 : 3);\n"
20
- "X-Generator: Poedit 1.8.7\n"
21
  "X-Poedit-Basepath: ..\n"
22
  "X-Poedit-KeywordsList: _;__;_e\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
 
 
 
 
 
25
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
26
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
27
- #: wp-backitup.php:110
28
  msgid "Backup"
29
  msgstr "Резервная копия"
30
 
31
  #: lib/includes/class-wpbackitup-admin.php:215
32
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
33
- #: wp-backitup.php:124
34
  msgid "Restore"
35
  msgstr "Восстановить"
36
 
@@ -123,93 +128,93 @@ msgstr "Новый бекап!"
123
  msgid "Uploaded Backup"
124
  msgstr "Загруженный бекап"
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:595
127
  msgid "Backup Queued"
128
  msgstr ""
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:598
131
  msgid "Backup could not be queued"
132
  msgstr ""
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:609
135
  msgid "Job is already in queue."
136
  msgstr ""
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:641
139
  msgid "No backup file selected."
140
  msgstr ""
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:648
143
  msgid "No user id found."
144
  msgstr "Id пользователя не найдено."
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:670
147
  msgid "Restore Queued"
148
  msgstr ""
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:673
151
  msgid "Restore could not be queued"
152
  msgstr ""
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:678
155
  msgid "Restore already in queue"
156
  msgstr ""
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:705
159
  msgid "No job id posted"
160
  msgstr ""
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
163
  msgid "Backup Cancelled"
164
  msgstr "Бекап отменён"
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:715
167
  msgid "Backup job not found"
168
  msgstr ""
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:896
171
  msgid "No response log found."
172
  msgstr ""
173
 
174
- #: lib/includes/class-wpbackitup-admin.php:998
175
- #: lib/includes/class-wpbackitup-admin.php:1006
176
- #: lib/includes/class-wpbackitup-admin.php:1046
177
- #: lib/includes/class-wpbackitup-admin.php:1053
178
- #: lib/includes/class-wpbackitup-admin.php:1060
179
- #: lib/includes/class-wpbackitup-admin.php:1067
180
- #: lib/includes/class-wpbackitup-admin.php:1074
181
  msgid "Please enter a number"
182
  msgstr "Пожалуйста, введите номер"
183
 
184
- #: lib/includes/class-wpbackitup-admin.php:1027
185
- #: lib/includes/class-wpbackitup-admin.php:1183
186
  msgid "Please enter a valid email"
187
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
188
 
189
- #: lib/includes/class-wpbackitup-admin.php:1190
190
  msgid "Please enter your support ticket id"
191
  msgstr "Пожалуйста, введите id тикета поддержки"
192
 
193
- #: lib/includes/class-wpbackitup-admin.php:1195
194
  msgid "Please only enter numbers in this field"
195
  msgstr "Пожалуйста, введите только цифры в это поле"
196
 
197
- #: lib/includes/class-wpbackitup-admin.php:1947
198
- #: lib/includes/class-wpbackitup-admin.php:1970
199
  msgid ""
200
  "License could not be activated. Please try again in a few hours and contact "
201
  "support if this error continues."
202
  msgstr ""
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:2019
205
  msgid "License is invalid."
206
  msgstr "Лицензия некорректна."
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2024
209
  msgid "License has expired."
210
  msgstr "Лицензия просрочена."
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2027
213
  #, php-format
214
  msgid ""
215
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -217,15 +222,15 @@ msgid ""
217
  "<strong>world class support</strong> team."
218
  msgstr ""
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2041
221
  msgid "License Expired: Scheduled backups are no longer active."
222
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
223
 
224
- #: lib/includes/class-wpbackitup-admin.php:2049
225
  msgid "Activation limit has been reached."
226
  msgstr "Достигнут лимит активаций."
227
 
228
- #: lib/includes/class-wpbackitup-admin.php:2055
229
  msgid "Your Activation limit has been reached"
230
  msgstr "Ваш лимит активаций достигнут"
231
 
@@ -254,7 +259,7 @@ msgstr ""
254
  msgid "Could not import file into WPBackItUp backup set."
255
  msgstr ""
256
 
257
- #: lib/includes/job_backup.php:1126
258
  #, php-format
259
  msgid ""
260
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -264,239 +269,239 @@ msgid ""
264
  "of product updates and access to our world class support team.<br/><br/>"
265
  msgstr ""
266
 
267
- #: lib/includes/job_backup.php:1131
268
  #, php-format
269
  msgid "%s - Backup completed successfully."
270
  msgstr "%s - Бекап успешно завершен."
271
 
272
- #: lib/includes/job_backup.php:1132
273
  msgid "Your backup completed successfully."
274
  msgstr "Ваш бекап успешно завершен."
275
 
276
- #: lib/includes/job_backup.php:1135
277
  #, php-format
278
  msgid "%s - Backup did not complete successfully."
279
  msgstr "%s - Бекап завершен неудачно."
280
 
281
- #: lib/includes/job_backup.php:1136
282
  msgid "Your backup did not complete successfully."
283
  msgstr "Ваш бекап завершен неудачно."
284
 
285
- #: lib/includes/job_backup.php:1143
286
  #, php-format
287
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
288
  msgstr "WordPress сайт: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
289
 
290
- #: lib/includes/job_backup.php:1144
291
  msgid "Backup date:"
292
  msgstr "Дата бекапа:"
293
 
294
- #: lib/includes/job_backup.php:1145
295
  msgid "Number of backups completed with WPBackItUp:"
296
  msgstr ""
297
 
298
- #: lib/includes/job_backup.php:1147
299
  msgid "Completion Code:"
300
  msgstr ""
301
 
302
- #: lib/includes/job_backup.php:1148
303
  msgid "WPBackItUp Version:"
304
  msgstr ""
305
 
306
- #: lib/includes/job_backup.php:1160
307
  #, php-format
308
  msgid "Checkout %s for info about WPBackItUp and our other products."
309
  msgstr ""
310
 
311
- #: lib/includes/job_backup.php:1327
312
  msgid ""
313
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
314
  "settings of your wp-backitup backup directory"
315
  msgstr ""
316
 
317
- #: lib/includes/job_backup.php:1328
318
  msgid ""
319
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
320
  "your wp-backitup plugin directory"
321
  msgstr ""
322
 
323
- #: lib/includes/job_backup.php:1329
324
  msgid "(103) Unable to backup your files. Please try again"
325
  msgstr "(103) Не удалось сделать бекап файлов. Пожалуйста, попробуйте снова"
326
 
327
- #: lib/includes/job_backup.php:1330
328
  msgid "(104) Unable to export your database. Please try again"
329
  msgstr "(104) Не удалось сделать экспорт БД. Пожалуйста, попробуйте снова."
330
 
331
- #: lib/includes/job_backup.php:1331
332
  msgid "(105) Unable to export site information file. Please try again"
333
  msgstr ""
334
  "(105) Не удалось экспортировать файл с информацией о сайте. Пожалуйста, "
335
  "попробуйте снова"
336
 
337
- #: lib/includes/job_backup.php:1332
338
  msgid "(106) Unable to cleanup your backup directory"
339
  msgstr "(106) Не удалось очистить директорию бекапа"
340
 
341
- #: lib/includes/job_backup.php:1333
342
  msgid "(107) Unable to compress(zip) your backup. Please try again"
343
  msgstr "(107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
344
 
345
- #: lib/includes/job_backup.php:1334
346
  msgid "(108) Unable to backup your site data files. Please try again"
347
  msgstr ""
348
  "(108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
349
  "снова"
350
 
351
- #: lib/includes/job_backup.php:1335
352
  msgid "(109) Unable to finalize backup. Please try again"
353
  msgstr "(109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
354
 
355
- #: lib/includes/job_backup.php:1336
356
  msgid "(110) Unable to create backup manifest. Please try again"
357
  msgstr ""
358
 
359
- #: lib/includes/job_backup.php:1337
360
  msgid ""
361
  "(114) Your database was accessible but an export could not be created. "
362
  "Please contact support by clicking the get support link on the right. Please "
363
  "let us know who your host is when you submit the request"
364
  msgstr ""
365
 
366
- #: lib/includes/job_backup.php:1338
367
  msgid "(120) Unable to backup your themes. Please try again"
368
  msgstr "(120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
369
 
370
- #: lib/includes/job_backup.php:1339
371
  msgid "(121) Unable to backup your plugins. Please try again"
372
  msgstr ""
373
  "(121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
374
 
375
- #: lib/includes/job_backup.php:1340
376
  msgid "(122) Unable to backup your uploads. Please try again"
377
  msgstr ""
378
  "(122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
379
 
380
- #: lib/includes/job_backup.php:1341
381
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
382
  msgstr ""
383
  "(123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
384
  "попробуйте снова"
385
 
386
- #: lib/includes/job_backup.php:1342
387
  msgid ""
388
  "(125) Unable to compress your backup because there is no zip utility "
389
  "available. Please contact support"
390
  msgstr ""
391
 
392
- #: lib/includes/job_backup.php:1343
393
  msgid "(126) Unable to validate your backup. Please try again"
394
  msgstr "(126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
395
 
396
- #: lib/includes/job_backup.php:1344
397
  msgid "(127) Unable to create inventory of files to backup. Please try again"
398
  msgstr ""
399
 
400
- #: lib/includes/job_backup.php:1345
401
  msgid "(128) Unable to create job control record. Please try again"
402
  msgstr ""
403
 
404
- #: lib/includes/job_backup.php:1347
405
  msgid ""
406
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
407
  "settings of your wp-backitup backup directory"
408
  msgstr ""
409
 
410
- #: lib/includes/job_backup.php:1348
411
  msgid ""
412
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
413
  "your wp-backitup plugin directory"
414
  msgstr ""
415
 
416
- #: lib/includes/job_backup.php:1349
417
  msgid "(2103) Unable to backup your files. Please try again"
418
  msgstr ""
419
  "(2103) Не удалось сделать бекап ваших файлов. Пожалуйста, попробуйте снова"
420
 
421
- #: lib/includes/job_backup.php:1350
422
  msgid "(2104) Unable to export your database. Please try again"
423
  msgstr "(2104) Не удалось сделать бекап вашей БД. Пожалуйста, попробуйте снова"
424
 
425
- #: lib/includes/job_backup.php:1351
426
  msgid "(2105) Unable to export site information file. Please try again"
427
  msgstr ""
428
  "(2105) Не удалось экспорт файла с информацией о сайте. Пожалуйста, "
429
  "попробуйте снова"
430
 
431
- #: lib/includes/job_backup.php:1352
432
  msgid "(2106) Unable to cleanup your backup directory"
433
  msgstr "(2106) Не удалось очистить вашу директорию бекапа"
434
 
435
- #: lib/includes/job_backup.php:1353
436
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
437
  msgstr "(2107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
438
 
439
- #: lib/includes/job_backup.php:1354
440
  msgid "(2108) Unable to backup your site data files. Please try again"
441
  msgstr ""
442
  "(2108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
443
  "снова"
444
 
445
- #: lib/includes/job_backup.php:1355
446
  msgid "(2109) Unable to finalize backup. Please try again"
447
  msgstr "(2109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
448
 
449
- #: lib/includes/job_backup.php:1356
450
  msgid "(2110) Unable to create backup manifest. Please try again"
451
  msgstr ""
452
 
453
- #: lib/includes/job_backup.php:1357
454
  msgid ""
455
  "(2114) Your database was accessible but an export could not be created. "
456
  "Please contact support by clicking the get support link on the right. Please "
457
  "let us know who your host is when you submit the request"
458
  msgstr ""
459
 
460
- #: lib/includes/job_backup.php:1358
461
  msgid "(2120) Unable to backup your themes. Please try again"
462
  msgstr ""
463
  "(2120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
464
 
465
- #: lib/includes/job_backup.php:1359
466
  msgid "(2121) Unable to backup your plugins. Please try again"
467
  msgstr ""
468
  "(2121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
469
 
470
- #: lib/includes/job_backup.php:1360
471
  msgid "(2122) Unable to backup your uploads. Please try again"
472
  msgstr ""
473
  "(2122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
474
 
475
- #: lib/includes/job_backup.php:1361
476
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
477
  msgstr ""
478
  "(2123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
479
  "попробуйте снова"
480
 
481
- #: lib/includes/job_backup.php:1362
482
  msgid ""
483
  "(2125) Unable to compress your backup because there is no zip utility "
484
  "available. Please contact support"
485
  msgstr ""
486
 
487
- #: lib/includes/job_backup.php:1363
488
  msgid "(2126) Unable to validate your backup. Please try again"
489
  msgstr "(2126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
490
 
491
- #: lib/includes/job_backup.php:1364
492
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
493
  msgstr ""
494
 
495
- #: lib/includes/job_backup.php:1365
496
  msgid "(2128) Unable to create job control record. Please try again"
497
  msgstr ""
498
 
499
- #: lib/includes/job_backup.php:1368
500
  msgid "(999) Unexpected error"
501
  msgstr "(999) Непредвиденная ошибка"
502
 
@@ -1288,43 +1293,43 @@ msgstr ""
1288
  msgid "%s Settings"
1289
  msgstr "Настройки %s"
1290
 
1291
- #: views/settings.php:46
1292
  msgid "Settings updated successfully!"
1293
  msgstr "Настройки успешно сохранены!"
1294
 
1295
- #: views/settings.php:59
1296
  msgid "Email Notifications"
1297
  msgstr "Уведомления по электронной почте"
1298
 
1299
- #: views/settings.php:60
1300
  msgid ""
1301
  "Please enter your email address if you would like to receive backup email "
1302
  "notifications."
1303
  msgstr ""
1304
 
1305
- #: views/settings.php:61
1306
  msgid ""
1307
  "Backup email notifications will be sent for every backup and will contain "
1308
  "status information related to the backup."
1309
  msgstr ""
1310
 
1311
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1312
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1313
- #: views/settings.php:217 views/settings.php:226
1314
  msgid "Save"
1315
  msgstr "Сохранить"
1316
 
1317
- #: views/settings.php:79
1318
  msgid "Backup Retention"
1319
  msgstr ""
1320
 
1321
- #: views/settings.php:80
1322
  msgid ""
1323
  "Enter the number of backup archives that you would like to remain on the "
1324
  "server."
1325
  msgstr ""
1326
 
1327
- #: views/settings.php:81
1328
  msgid ""
1329
  "Many hosts limit the amount of space that you can take up on their servers. "
1330
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1332,39 +1337,49 @@ msgid ""
1332
  "oldest backup archives first."
1333
  msgstr ""
1334
 
1335
- #: views/settings.php:100
1336
  msgid "Logging?"
1337
  msgstr ""
1338
 
1339
- #: views/settings.php:101
1340
  msgid "Turn on WPBackItUp logging."
1341
  msgstr ""
1342
 
1343
- #: views/settings.php:102
1344
  msgid ""
1345
  "This option should only be turned on by advanced users or when "
1346
  "troubleshooting issues with WPBackItUp support."
1347
  msgstr ""
1348
 
1349
- #: views/settings.php:103
1350
  msgid "Yes"
1351
  msgstr "Да"
1352
 
1353
- #: views/settings.php:104
1354
  msgid "No"
1355
  msgstr "Нет"
1356
 
1357
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1358
  msgid "Single File Backup Set"
1359
  msgstr ""
1360
 
1361
- #: views/settings.php:112
1362
  msgid ""
1363
  "Check this box if you would like WPBackItUp to create a single file backup "
1364
  "set."
1365
  msgstr ""
1366
 
1367
- #: views/settings.php:113
1368
  msgid ""
1369
  "When this setting is turned on WPBackItUp will attempt to create a single "
1370
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1372,15 +1387,15 @@ msgid ""
1372
  "set may not be possible with hosts that strictly limit memory utilization."
1373
  msgstr ""
1374
 
1375
- #: views/settings.php:118
1376
  msgid "Batch Size"
1377
  msgstr ""
1378
 
1379
- #: views/settings.php:119
1380
  msgid "Enter the batch size for each of your content items."
1381
  msgstr ""
1382
 
1383
- #: views/settings.php:120
1384
  msgid ""
1385
  "These settings tell WPBackItUp how many items that should be added to the "
1386
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1388,85 +1403,85 @@ msgid ""
1388
  "WPBackItUp to complete each backup task ."
1389
  msgstr ""
1390
 
1391
- #: views/settings.php:123
1392
  msgid "DB Tables Batch Size"
1393
  msgstr ""
1394
 
1395
- #: views/settings.php:128
1396
  msgid "Plugins Batch Size"
1397
  msgstr ""
1398
 
1399
- #: views/settings.php:133
1400
  msgid "Themes Batch Size"
1401
  msgstr ""
1402
 
1403
- #: views/settings.php:138
1404
  msgid "Uploads Batch Size"
1405
  msgstr ""
1406
 
1407
- #: views/settings.php:143
1408
  msgid "Others Batch Size"
1409
  msgstr ""
1410
 
1411
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1412
  msgid ""
1413
  "* These settings should only be modified by advanced users or when when "
1414
  "working with WPBackItUp support."
1415
  msgstr ""
1416
 
1417
- #: views/settings.php:158
1418
  msgid "Filter Your Folders"
1419
  msgstr ""
1420
 
1421
- #: views/settings.php:159
1422
  msgid ""
1423
  "Enter a comma separated list of folders that should be excluded from your "
1424
  "backups."
1425
  msgstr ""
1426
 
1427
- #: views/settings.php:160
1428
  msgid ""
1429
  "It is important to note that when a folder name is present in this list any "
1430
  "occurrence of that folder, and all its contents, will be excluded from the "
1431
  "backup."
1432
  msgstr ""
1433
 
1434
- #: views/settings.php:162
1435
  msgid "Plugin Folders Filter"
1436
  msgstr ""
1437
 
1438
- #: views/settings.php:167
1439
  msgid "Theme Folders Filter"
1440
  msgstr ""
1441
 
1442
- #: views/settings.php:172
1443
  msgid "Upload Folders Filter"
1444
  msgstr ""
1445
 
1446
- #: views/settings.php:176
1447
  msgid "Other Folders Filter"
1448
  msgstr ""
1449
 
1450
- #: views/settings.php:185
1451
  msgid "Filter Your Database Tables"
1452
  msgstr ""
1453
 
1454
- #: views/settings.php:186
1455
  msgid "Exclude custom database tables from the backup."
1456
  msgstr ""
1457
 
1458
- #: views/settings.php:187
1459
  msgid ""
1460
  "If you would like to exclude a custom table from the backup then simply drag "
1461
  "it to the list on the right. WordPress core tables may not be excluded from "
1462
  "the backup. "
1463
  msgstr ""
1464
 
1465
- #: views/settings.php:223
1466
  msgid "Remove Data on Uninstall?"
1467
  msgstr "Удалять данные при деинстолящии?"
1468
 
1469
- #: views/settings.php:225
1470
  msgid ""
1471
  "Check this box if you would like WPBackItUp to completely remove all of its "
1472
  "data when the plugin is deleted."
@@ -1526,30 +1541,34 @@ msgstr ""
1526
  msgid "Premium customers receive priority support."
1527
  msgstr ""
1528
 
1529
- #: wp-backitup.php:90 wp-backitup.php:91
1530
  #, php-format
1531
  msgid "Every %s hours"
1532
  msgstr "Каждые %s часов"
1533
 
1534
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1535
- #: wp-backitup.php:96
1536
  #, php-format
1537
  msgid "WPBUP - Every %s minutes"
1538
  msgstr "WPBUP - Каждые %s минут"
1539
 
1540
- #: wp-backitup.php:98
1541
  msgid "WPBUP - Once Weekly"
1542
  msgstr "WPBUP - Раз в неделю"
1543
 
1544
- #: wp-backitup.php:99
1545
  msgid "WPBUP - Once Monthly"
1546
  msgstr "WPBUP - Раз в месяц"
1547
 
1548
- #: wp-backitup.php:100 wp-backitup.php:101
1549
  #, php-format
1550
  msgid "WPBUP - Every %s hours"
1551
  msgstr "WPBUP - Каждые %s часов"
1552
 
1553
- #: wp-backitup.php:138
 
 
 
 
1554
  msgid "Cleanup"
1555
  msgstr "Очистка"
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-06-14 08:32-0400\n"
9
+ "PO-Revision-Date: 2016-06-14 08:32-0400\n"
10
  "Last-Translator: Chris Simmons <chris.simmons01@gmail.com>\n"
11
  "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/wp-"
12
  "backitup/language/ru_RU/)\n"
17
  "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
19
  "%100>=11 && n%100<=14)? 2 : 3);\n"
20
+ "X-Generator: Poedit 1.8.8\n"
21
  "X-Poedit-Basepath: ..\n"
22
  "X-Poedit-KeywordsList: _;__;_e\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
25
+ #: lib/background-processing/class-background-process.php:408
26
+ #, php-format
27
+ msgid "Every %d Minutes"
28
+ msgstr ""
29
+
30
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
31
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
32
+ #: wp-backitup.php:142
33
  msgid "Backup"
34
  msgstr "Резервная копия"
35
 
36
  #: lib/includes/class-wpbackitup-admin.php:215
37
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
38
+ #: wp-backitup.php:156
39
  msgid "Restore"
40
  msgstr "Восстановить"
41
 
128
  msgid "Uploaded Backup"
129
  msgstr "Загруженный бекап"
130
 
131
+ #: lib/includes/class-wpbackitup-admin.php:601
132
  msgid "Backup Queued"
133
  msgstr ""
134
 
135
+ #: lib/includes/class-wpbackitup-admin.php:610
136
  msgid "Backup could not be queued"
137
  msgstr ""
138
 
139
+ #: lib/includes/class-wpbackitup-admin.php:622
140
  msgid "Job is already in queue."
141
  msgstr ""
142
 
143
+ #: lib/includes/class-wpbackitup-admin.php:660
144
  msgid "No backup file selected."
145
  msgstr ""
146
 
147
+ #: lib/includes/class-wpbackitup-admin.php:667
148
  msgid "No user id found."
149
  msgstr "Id пользователя не найдено."
150
 
151
+ #: lib/includes/class-wpbackitup-admin.php:690
152
  msgid "Restore Queued"
153
  msgstr ""
154
 
155
+ #: lib/includes/class-wpbackitup-admin.php:699
156
  msgid "Restore could not be queued"
157
  msgstr ""
158
 
159
+ #: lib/includes/class-wpbackitup-admin.php:705
160
  msgid "Restore already in queue"
161
  msgstr ""
162
 
163
+ #: lib/includes/class-wpbackitup-admin.php:737
164
  msgid "No job id posted"
165
  msgstr ""
166
 
167
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
168
  msgid "Backup Cancelled"
169
  msgstr "Бекап отменён"
170
 
171
+ #: lib/includes/class-wpbackitup-admin.php:747
172
  msgid "Backup job not found"
173
  msgstr ""
174
 
175
+ #: lib/includes/class-wpbackitup-admin.php:908
176
  msgid "No response log found."
177
  msgstr ""
178
 
179
+ #: lib/includes/class-wpbackitup-admin.php:1010
180
+ #: lib/includes/class-wpbackitup-admin.php:1018
181
+ #: lib/includes/class-wpbackitup-admin.php:1064
182
+ #: lib/includes/class-wpbackitup-admin.php:1071
183
+ #: lib/includes/class-wpbackitup-admin.php:1078
184
+ #: lib/includes/class-wpbackitup-admin.php:1085
185
+ #: lib/includes/class-wpbackitup-admin.php:1092
186
  msgid "Please enter a number"
187
  msgstr "Пожалуйста, введите номер"
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1039
190
+ #: lib/includes/class-wpbackitup-admin.php:1201
191
  msgid "Please enter a valid email"
192
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
193
 
194
+ #: lib/includes/class-wpbackitup-admin.php:1208
195
  msgid "Please enter your support ticket id"
196
  msgstr "Пожалуйста, введите id тикета поддержки"
197
 
198
+ #: lib/includes/class-wpbackitup-admin.php:1213
199
  msgid "Please only enter numbers in this field"
200
  msgstr "Пожалуйста, введите только цифры в это поле"
201
 
202
+ #: lib/includes/class-wpbackitup-admin.php:2003
203
+ #: lib/includes/class-wpbackitup-admin.php:2023
204
  msgid ""
205
  "License could not be activated. Please try again in a few hours and contact "
206
  "support if this error continues."
207
  msgstr ""
208
 
209
+ #: lib/includes/class-wpbackitup-admin.php:2072
210
  msgid "License is invalid."
211
  msgstr "Лицензия некорректна."
212
 
213
+ #: lib/includes/class-wpbackitup-admin.php:2077
214
  msgid "License has expired."
215
  msgstr "Лицензия просрочена."
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2080
218
  #, php-format
219
  msgid ""
220
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
222
  "<strong>world class support</strong> team."
223
  msgstr ""
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2094
226
  msgid "License Expired: Scheduled backups are no longer active."
227
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2102
230
  msgid "Activation limit has been reached."
231
  msgstr "Достигнут лимит активаций."
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2108
234
  msgid "Your Activation limit has been reached"
235
  msgstr "Ваш лимит активаций достигнут"
236
 
259
  msgid "Could not import file into WPBackItUp backup set."
260
  msgstr ""
261
 
262
+ #: lib/includes/job_backup.php:1135
263
  #, php-format
264
  msgid ""
265
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
269
  "of product updates and access to our world class support team.<br/><br/>"
270
  msgstr ""
271
 
272
+ #: lib/includes/job_backup.php:1140
273
  #, php-format
274
  msgid "%s - Backup completed successfully."
275
  msgstr "%s - Бекап успешно завершен."
276
 
277
+ #: lib/includes/job_backup.php:1141
278
  msgid "Your backup completed successfully."
279
  msgstr "Ваш бекап успешно завершен."
280
 
281
+ #: lib/includes/job_backup.php:1144
282
  #, php-format
283
  msgid "%s - Backup did not complete successfully."
284
  msgstr "%s - Бекап завершен неудачно."
285
 
286
+ #: lib/includes/job_backup.php:1145
287
  msgid "Your backup did not complete successfully."
288
  msgstr "Ваш бекап завершен неудачно."
289
 
290
+ #: lib/includes/job_backup.php:1152
291
  #, php-format
292
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
293
  msgstr "WordPress сайт: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
294
 
295
+ #: lib/includes/job_backup.php:1153
296
  msgid "Backup date:"
297
  msgstr "Дата бекапа:"
298
 
299
+ #: lib/includes/job_backup.php:1154
300
  msgid "Number of backups completed with WPBackItUp:"
301
  msgstr ""
302
 
303
+ #: lib/includes/job_backup.php:1156
304
  msgid "Completion Code:"
305
  msgstr ""
306
 
307
+ #: lib/includes/job_backup.php:1157
308
  msgid "WPBackItUp Version:"
309
  msgstr ""
310
 
311
+ #: lib/includes/job_backup.php:1169
312
  #, php-format
313
  msgid "Checkout %s for info about WPBackItUp and our other products."
314
  msgstr ""
315
 
316
+ #: lib/includes/job_backup.php:1336
317
  msgid ""
318
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
319
  "settings of your wp-backitup backup directory"
320
  msgstr ""
321
 
322
+ #: lib/includes/job_backup.php:1337
323
  msgid ""
324
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
325
  "your wp-backitup plugin directory"
326
  msgstr ""
327
 
328
+ #: lib/includes/job_backup.php:1338
329
  msgid "(103) Unable to backup your files. Please try again"
330
  msgstr "(103) Не удалось сделать бекап файлов. Пожалуйста, попробуйте снова"
331
 
332
+ #: lib/includes/job_backup.php:1339
333
  msgid "(104) Unable to export your database. Please try again"
334
  msgstr "(104) Не удалось сделать экспорт БД. Пожалуйста, попробуйте снова."
335
 
336
+ #: lib/includes/job_backup.php:1340
337
  msgid "(105) Unable to export site information file. Please try again"
338
  msgstr ""
339
  "(105) Не удалось экспортировать файл с информацией о сайте. Пожалуйста, "
340
  "попробуйте снова"
341
 
342
+ #: lib/includes/job_backup.php:1341
343
  msgid "(106) Unable to cleanup your backup directory"
344
  msgstr "(106) Не удалось очистить директорию бекапа"
345
 
346
+ #: lib/includes/job_backup.php:1342
347
  msgid "(107) Unable to compress(zip) your backup. Please try again"
348
  msgstr "(107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
349
 
350
+ #: lib/includes/job_backup.php:1343
351
  msgid "(108) Unable to backup your site data files. Please try again"
352
  msgstr ""
353
  "(108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
354
  "снова"
355
 
356
+ #: lib/includes/job_backup.php:1344
357
  msgid "(109) Unable to finalize backup. Please try again"
358
  msgstr "(109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
359
 
360
+ #: lib/includes/job_backup.php:1345
361
  msgid "(110) Unable to create backup manifest. Please try again"
362
  msgstr ""
363
 
364
+ #: lib/includes/job_backup.php:1346
365
  msgid ""
366
  "(114) Your database was accessible but an export could not be created. "
367
  "Please contact support by clicking the get support link on the right. Please "
368
  "let us know who your host is when you submit the request"
369
  msgstr ""
370
 
371
+ #: lib/includes/job_backup.php:1347
372
  msgid "(120) Unable to backup your themes. Please try again"
373
  msgstr "(120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
374
 
375
+ #: lib/includes/job_backup.php:1348
376
  msgid "(121) Unable to backup your plugins. Please try again"
377
  msgstr ""
378
  "(121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
379
 
380
+ #: lib/includes/job_backup.php:1349
381
  msgid "(122) Unable to backup your uploads. Please try again"
382
  msgstr ""
383
  "(122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
384
 
385
+ #: lib/includes/job_backup.php:1350
386
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
387
  msgstr ""
388
  "(123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
389
  "попробуйте снова"
390
 
391
+ #: lib/includes/job_backup.php:1351
392
  msgid ""
393
  "(125) Unable to compress your backup because there is no zip utility "
394
  "available. Please contact support"
395
  msgstr ""
396
 
397
+ #: lib/includes/job_backup.php:1352
398
  msgid "(126) Unable to validate your backup. Please try again"
399
  msgstr "(126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
400
 
401
+ #: lib/includes/job_backup.php:1353
402
  msgid "(127) Unable to create inventory of files to backup. Please try again"
403
  msgstr ""
404
 
405
+ #: lib/includes/job_backup.php:1354
406
  msgid "(128) Unable to create job control record. Please try again"
407
  msgstr ""
408
 
409
+ #: lib/includes/job_backup.php:1356
410
  msgid ""
411
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
412
  "settings of your wp-backitup backup directory"
413
  msgstr ""
414
 
415
+ #: lib/includes/job_backup.php:1357
416
  msgid ""
417
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
418
  "your wp-backitup plugin directory"
419
  msgstr ""
420
 
421
+ #: lib/includes/job_backup.php:1358
422
  msgid "(2103) Unable to backup your files. Please try again"
423
  msgstr ""
424
  "(2103) Не удалось сделать бекап ваших файлов. Пожалуйста, попробуйте снова"
425
 
426
+ #: lib/includes/job_backup.php:1359
427
  msgid "(2104) Unable to export your database. Please try again"
428
  msgstr "(2104) Не удалось сделать бекап вашей БД. Пожалуйста, попробуйте снова"
429
 
430
+ #: lib/includes/job_backup.php:1360
431
  msgid "(2105) Unable to export site information file. Please try again"
432
  msgstr ""
433
  "(2105) Не удалось экспорт файла с информацией о сайте. Пожалуйста, "
434
  "попробуйте снова"
435
 
436
+ #: lib/includes/job_backup.php:1361
437
  msgid "(2106) Unable to cleanup your backup directory"
438
  msgstr "(2106) Не удалось очистить вашу директорию бекапа"
439
 
440
+ #: lib/includes/job_backup.php:1362
441
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
442
  msgstr "(2107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
443
 
444
+ #: lib/includes/job_backup.php:1363
445
  msgid "(2108) Unable to backup your site data files. Please try again"
446
  msgstr ""
447
  "(2108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
448
  "снова"
449
 
450
+ #: lib/includes/job_backup.php:1364
451
  msgid "(2109) Unable to finalize backup. Please try again"
452
  msgstr "(2109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
453
 
454
+ #: lib/includes/job_backup.php:1365
455
  msgid "(2110) Unable to create backup manifest. Please try again"
456
  msgstr ""
457
 
458
+ #: lib/includes/job_backup.php:1366
459
  msgid ""
460
  "(2114) Your database was accessible but an export could not be created. "
461
  "Please contact support by clicking the get support link on the right. Please "
462
  "let us know who your host is when you submit the request"
463
  msgstr ""
464
 
465
+ #: lib/includes/job_backup.php:1367
466
  msgid "(2120) Unable to backup your themes. Please try again"
467
  msgstr ""
468
  "(2120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
469
 
470
+ #: lib/includes/job_backup.php:1368
471
  msgid "(2121) Unable to backup your plugins. Please try again"
472
  msgstr ""
473
  "(2121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
474
 
475
+ #: lib/includes/job_backup.php:1369
476
  msgid "(2122) Unable to backup your uploads. Please try again"
477
  msgstr ""
478
  "(2122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
479
 
480
+ #: lib/includes/job_backup.php:1370
481
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
482
  msgstr ""
483
  "(2123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
484
  "попробуйте снова"
485
 
486
+ #: lib/includes/job_backup.php:1371
487
  msgid ""
488
  "(2125) Unable to compress your backup because there is no zip utility "
489
  "available. Please contact support"
490
  msgstr ""
491
 
492
+ #: lib/includes/job_backup.php:1372
493
  msgid "(2126) Unable to validate your backup. Please try again"
494
  msgstr "(2126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
495
 
496
+ #: lib/includes/job_backup.php:1373
497
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
498
  msgstr ""
499
 
500
+ #: lib/includes/job_backup.php:1374
501
  msgid "(2128) Unable to create job control record. Please try again"
502
  msgstr ""
503
 
504
+ #: lib/includes/job_backup.php:1377
505
  msgid "(999) Unexpected error"
506
  msgstr "(999) Непредвиденная ошибка"
507
 
1293
  msgid "%s Settings"
1294
  msgstr "Настройки %s"
1295
 
1296
+ #: views/settings.php:48
1297
  msgid "Settings updated successfully!"
1298
  msgstr "Настройки успешно сохранены!"
1299
 
1300
+ #: views/settings.php:61
1301
  msgid "Email Notifications"
1302
  msgstr "Уведомления по электронной почте"
1303
 
1304
+ #: views/settings.php:62
1305
  msgid ""
1306
  "Please enter your email address if you would like to receive backup email "
1307
  "notifications."
1308
  msgstr ""
1309
 
1310
+ #: views/settings.php:63
1311
  msgid ""
1312
  "Backup email notifications will be sent for every backup and will contain "
1313
  "status information related to the backup."
1314
  msgstr ""
1315
 
1316
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1317
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1318
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1319
  msgid "Save"
1320
  msgstr "Сохранить"
1321
 
1322
+ #: views/settings.php:81
1323
  msgid "Backup Retention"
1324
  msgstr ""
1325
 
1326
+ #: views/settings.php:82
1327
  msgid ""
1328
  "Enter the number of backup archives that you would like to remain on the "
1329
  "server."
1330
  msgstr ""
1331
 
1332
+ #: views/settings.php:83
1333
  msgid ""
1334
  "Many hosts limit the amount of space that you can take up on their servers. "
1335
  "This option tells WPBackItUp the maximum number of backup archives that "
1337
  "oldest backup archives first."
1338
  msgstr ""
1339
 
1340
+ #: views/settings.php:102
1341
  msgid "Logging?"
1342
  msgstr ""
1343
 
1344
+ #: views/settings.php:103
1345
  msgid "Turn on WPBackItUp logging."
1346
  msgstr ""
1347
 
1348
+ #: views/settings.php:104
1349
  msgid ""
1350
  "This option should only be turned on by advanced users or when "
1351
  "troubleshooting issues with WPBackItUp support."
1352
  msgstr ""
1353
 
1354
+ #: views/settings.php:105
1355
  msgid "Yes"
1356
  msgstr "Да"
1357
 
1358
+ #: views/settings.php:106
1359
  msgid "No"
1360
  msgstr "Нет"
1361
 
1362
+ #: views/settings.php:112
1363
+ msgid "Disable restore version compare?"
1364
+ msgstr ""
1365
+
1366
+ #: views/settings.php:114
1367
+ msgid ""
1368
+ "Check this box if you would like WPBackItUp not to check major version "
1369
+ "issue. This could be dangerous, you can disable it with your own risk."
1370
+ msgstr ""
1371
+
1372
+ #: views/settings.php:119
1373
  msgid "Single File Backup Set"
1374
  msgstr ""
1375
 
1376
+ #: views/settings.php:121
1377
  msgid ""
1378
  "Check this box if you would like WPBackItUp to create a single file backup "
1379
  "set."
1380
  msgstr ""
1381
 
1382
+ #: views/settings.php:122
1383
  msgid ""
1384
  "When this setting is turned on WPBackItUp will attempt to create a single "
1385
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1387
  "set may not be possible with hosts that strictly limit memory utilization."
1388
  msgstr ""
1389
 
1390
+ #: views/settings.php:127
1391
  msgid "Batch Size"
1392
  msgstr ""
1393
 
1394
+ #: views/settings.php:128
1395
  msgid "Enter the batch size for each of your content items."
1396
  msgstr ""
1397
 
1398
+ #: views/settings.php:129
1399
  msgid ""
1400
  "These settings tell WPBackItUp how many items that should be added to the "
1401
  "backup at a time. If you experience timeouts while running a backup then "
1403
  "WPBackItUp to complete each backup task ."
1404
  msgstr ""
1405
 
1406
+ #: views/settings.php:132
1407
  msgid "DB Tables Batch Size"
1408
  msgstr ""
1409
 
1410
+ #: views/settings.php:137
1411
  msgid "Plugins Batch Size"
1412
  msgstr ""
1413
 
1414
+ #: views/settings.php:142
1415
  msgid "Themes Batch Size"
1416
  msgstr ""
1417
 
1418
+ #: views/settings.php:147
1419
  msgid "Uploads Batch Size"
1420
  msgstr ""
1421
 
1422
+ #: views/settings.php:152
1423
  msgid "Others Batch Size"
1424
  msgstr ""
1425
 
1426
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1427
  msgid ""
1428
  "* These settings should only be modified by advanced users or when when "
1429
  "working with WPBackItUp support."
1430
  msgstr ""
1431
 
1432
+ #: views/settings.php:167
1433
  msgid "Filter Your Folders"
1434
  msgstr ""
1435
 
1436
+ #: views/settings.php:168
1437
  msgid ""
1438
  "Enter a comma separated list of folders that should be excluded from your "
1439
  "backups."
1440
  msgstr ""
1441
 
1442
+ #: views/settings.php:169
1443
  msgid ""
1444
  "It is important to note that when a folder name is present in this list any "
1445
  "occurrence of that folder, and all its contents, will be excluded from the "
1446
  "backup."
1447
  msgstr ""
1448
 
1449
+ #: views/settings.php:171
1450
  msgid "Plugin Folders Filter"
1451
  msgstr ""
1452
 
1453
+ #: views/settings.php:176
1454
  msgid "Theme Folders Filter"
1455
  msgstr ""
1456
 
1457
+ #: views/settings.php:181
1458
  msgid "Upload Folders Filter"
1459
  msgstr ""
1460
 
1461
+ #: views/settings.php:185
1462
  msgid "Other Folders Filter"
1463
  msgstr ""
1464
 
1465
+ #: views/settings.php:194
1466
  msgid "Filter Your Database Tables"
1467
  msgstr ""
1468
 
1469
+ #: views/settings.php:195
1470
  msgid "Exclude custom database tables from the backup."
1471
  msgstr ""
1472
 
1473
+ #: views/settings.php:196
1474
  msgid ""
1475
  "If you would like to exclude a custom table from the backup then simply drag "
1476
  "it to the list on the right. WordPress core tables may not be excluded from "
1477
  "the backup. "
1478
  msgstr ""
1479
 
1480
+ #: views/settings.php:232
1481
  msgid "Remove Data on Uninstall?"
1482
  msgstr "Удалять данные при деинстолящии?"
1483
 
1484
+ #: views/settings.php:234
1485
  msgid ""
1486
  "Check this box if you would like WPBackItUp to completely remove all of its "
1487
  "data when the plugin is deleted."
1541
  msgid "Premium customers receive priority support."
1542
  msgstr ""
1543
 
1544
+ #: wp-backitup.php:93 wp-backitup.php:94
1545
  #, php-format
1546
  msgid "Every %s hours"
1547
  msgstr "Каждые %s часов"
1548
 
1549
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1550
+ #: wp-backitup.php:99
1551
  #, php-format
1552
  msgid "WPBUP - Every %s minutes"
1553
  msgstr "WPBUP - Каждые %s минут"
1554
 
1555
+ #: wp-backitup.php:101
1556
  msgid "WPBUP - Once Weekly"
1557
  msgstr "WPBUP - Раз в неделю"
1558
 
1559
+ #: wp-backitup.php:102
1560
  msgid "WPBUP - Once Monthly"
1561
  msgstr "WPBUP - Раз в месяц"
1562
 
1563
+ #: wp-backitup.php:103 wp-backitup.php:104
1564
  #, php-format
1565
  msgid "WPBUP - Every %s hours"
1566
  msgstr "WPBUP - Каждые %s часов"
1567
 
1568
+ #: wp-backitup.php:113
1569
+ msgid "Local File"
1570
+ msgstr ""
1571
+
1572
+ #: wp-backitup.php:170
1573
  msgid "Cleanup"
1574
  msgstr "Очистка"
languages/wp-backitup-tl.mo CHANGED
Binary file
languages/wp-backitup-tl.po CHANGED
@@ -5,8 +5,8 @@
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
- "POT-Creation-Date: 2016-03-07 10:09-0500\n"
9
- "PO-Revision-Date: 2016-03-07 10:09-0500\n"
10
  "Last-Translator: sheisjeremy\n"
11
  "Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
12
  "language/tl/)\n"
@@ -15,20 +15,25 @@ msgstr ""
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
- "X-Generator: Poedit 1.8.7\n"
19
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-KeywordsList: _;__;_e\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
 
 
 
 
 
23
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
24
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
25
- #: wp-backitup.php:110
26
  msgid "Backup"
27
  msgstr "Backup"
28
 
29
  #: lib/includes/class-wpbackitup-admin.php:215
30
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
31
- #: wp-backitup.php:124
32
  msgid "Restore"
33
  msgstr "Ipanumbalik sa orihinal"
34
 
@@ -124,79 +129,79 @@ msgstr "Bagong backup!"
124
  msgid "Uploaded Backup"
125
  msgstr "Na upload na backup"
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:595
128
  msgid "Backup Queued"
129
  msgstr "Ang backup ay nakalinya."
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:598
132
  msgid "Backup could not be queued"
133
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:609
136
  msgid "Job is already in queue."
137
  msgstr "Ang Job ay nasa queue. "
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:641
140
  msgid "No backup file selected."
141
  msgstr "Walang backup file na napili"
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:648
144
  msgid "No user id found."
145
  msgstr "Walang matagpuan na user id"
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:670
148
  msgid "Restore Queued"
149
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:673
152
  msgid "Restore could not be queued"
153
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:678
156
  msgid "Restore already in queue"
157
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:705
160
  msgid "No job id posted"
161
  msgstr "Walang job id na na-i-post"
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
164
  msgid "Backup Cancelled"
165
  msgstr "Nakansela na backup "
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:715
168
  msgid "Backup job not found"
169
  msgstr "Hindi natagpuan ang Backup Job"
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:896
172
  msgid "No response log found."
173
  msgstr "Walang makita na response log."
174
 
175
- #: lib/includes/class-wpbackitup-admin.php:998
176
- #: lib/includes/class-wpbackitup-admin.php:1006
177
- #: lib/includes/class-wpbackitup-admin.php:1046
178
- #: lib/includes/class-wpbackitup-admin.php:1053
179
- #: lib/includes/class-wpbackitup-admin.php:1060
180
- #: lib/includes/class-wpbackitup-admin.php:1067
181
- #: lib/includes/class-wpbackitup-admin.php:1074
182
  msgid "Please enter a number"
183
  msgstr "Maglagay ng numero "
184
 
185
- #: lib/includes/class-wpbackitup-admin.php:1027
186
- #: lib/includes/class-wpbackitup-admin.php:1183
187
  msgid "Please enter a valid email"
188
  msgstr "Ilagay ang tamang email."
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1190
191
  msgid "Please enter your support ticket id"
192
  msgstr "Ilagay ang iyong support ticket id"
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1195
195
  msgid "Please only enter numbers in this field"
196
  msgstr "Ilagay lamang ang numero"
197
 
198
- #: lib/includes/class-wpbackitup-admin.php:1947
199
- #: lib/includes/class-wpbackitup-admin.php:1970
200
  msgid ""
201
  "License could not be activated. Please try again in a few hours and contact "
202
  "support if this error continues."
@@ -204,15 +209,15 @@ msgstr ""
204
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
205
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
206
 
207
- #: lib/includes/class-wpbackitup-admin.php:2019
208
  msgid "License is invalid."
209
  msgstr "Ang lisensya ay hindi wasto"
210
 
211
- #: lib/includes/class-wpbackitup-admin.php:2024
212
  msgid "License has expired."
213
  msgstr "Ang lisensya ay wala ng bisa."
214
 
215
- #: lib/includes/class-wpbackitup-admin.php:2027
216
  #, php-format
217
  msgid ""
218
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -223,17 +228,17 @@ msgstr ""
223
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
224
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
225
 
226
- #: lib/includes/class-wpbackitup-admin.php:2041
227
  msgid "License Expired: Scheduled backups are no longer active."
228
  msgstr ""
229
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
230
  "aktibo. "
231
 
232
- #: lib/includes/class-wpbackitup-admin.php:2049
233
  msgid "Activation limit has been reached."
234
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
235
 
236
- #: lib/includes/class-wpbackitup-admin.php:2055
237
  msgid "Your Activation limit has been reached"
238
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
239
 
@@ -263,7 +268,7 @@ msgstr "Ang upload ay mistulang hindi WPBackItUp backup archive file."
263
  msgid "Could not import file into WPBackItUp backup set."
264
  msgstr "Hindi ma -import ang file sa WPBackItUp backup set"
265
 
266
- #: lib/includes/job_backup.php:1126
267
  #, php-format
268
  msgid ""
269
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -279,53 +284,53 @@ msgstr ""
279
  "target=\"blank\"> i- renew </a></strong> para sa isa pang taon ng mga update "
280
  "sa produkto at access sa ating pinakamahusay na support team.<br/><br/>"
281
 
282
- #: lib/includes/job_backup.php:1131
283
  #, php-format
284
  msgid "%s - Backup completed successfully."
285
  msgstr "%s Matagumpay na nakumpleto ang back up "
286
 
287
- #: lib/includes/job_backup.php:1132
288
  msgid "Your backup completed successfully."
289
  msgstr "Matagumpay na nakumpleto ang iyong backup"
290
 
291
- #: lib/includes/job_backup.php:1135
292
  #, php-format
293
  msgid "%s - Backup did not complete successfully."
294
  msgstr "%s - Ang backup ay hindi matagumpay na nakumpleto"
295
 
296
- #: lib/includes/job_backup.php:1136
297
  msgid "Your backup did not complete successfully."
298
  msgstr "Ang iyong backup ay hindi matagumpay na nakumpleto"
299
 
300
- #: lib/includes/job_backup.php:1143
301
  #, php-format
302
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
303
  msgstr "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
304
 
305
- #: lib/includes/job_backup.php:1144
306
  msgid "Backup date:"
307
  msgstr "Petsa ng backup"
308
 
309
- #: lib/includes/job_backup.php:1145
310
  msgid "Number of backups completed with WPBackItUp:"
311
  msgstr "Bilang ng mga nakumpleto na backup sa WPBackItUp "
312
 
313
- #: lib/includes/job_backup.php:1147
314
  msgid "Completion Code:"
315
  msgstr "Completion Code:"
316
 
317
- #: lib/includes/job_backup.php:1148
318
  msgid "WPBackItUp Version:"
319
  msgstr "Bersyon ng WPBackItUp:"
320
 
321
- #: lib/includes/job_backup.php:1160
322
  #, php-format
323
  msgid "Checkout %s for info about WPBackItUp and our other products."
324
  msgstr ""
325
  "Siyasatin ang %s para sa impormasyon tungkol sa WPBackItUp at ang aming iba "
326
  "pang mga produkto."
327
 
328
- #: lib/includes/job_backup.php:1327
329
  msgid ""
330
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
331
  "settings of your wp-backitup backup directory"
@@ -334,7 +339,7 @@ msgstr ""
334
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
335
  "backitup "
336
 
337
- #: lib/includes/job_backup.php:1328
338
  msgid ""
339
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
340
  "your wp-backitup plugin directory"
@@ -342,41 +347,41 @@ msgstr ""
342
  "(102) Hindi makalikha ng direktoryo para sa backup. Mangyaring suriin ang "
343
  "setting ng CHMOD sa iyong direktoryo ng plugin ng wp-backitup "
344
 
345
- #: lib/includes/job_backup.php:1329
346
  msgid "(103) Unable to backup your files. Please try again"
347
  msgstr "(103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
348
 
349
- #: lib/includes/job_backup.php:1330
350
  msgid "(104) Unable to export your database. Please try again"
351
  msgstr "(104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
352
 
353
- #: lib/includes/job_backup.php:1331
354
  msgid "(105) Unable to export site information file. Please try again"
355
  msgstr ""
356
  "(105) Hindi ma -export ang site information file. Mangyaring subukan muli"
357
 
358
- #: lib/includes/job_backup.php:1332
359
  msgid "(106) Unable to cleanup your backup directory"
360
  msgstr "(106) Hindi malinisan ang iyong direktoryo ng backup"
361
 
362
- #: lib/includes/job_backup.php:1333
363
  msgid "(107) Unable to compress(zip) your backup. Please try again"
364
  msgstr "(107) Hindi masiksik ang iyong backup. Mangyaring subukan muli"
365
 
366
- #: lib/includes/job_backup.php:1334
367
  msgid "(108) Unable to backup your site data files. Please try again"
368
  msgstr ""
369
  "(108) Hindi ma-backup ang iyong site data files .Mangyaring subukan muli"
370
 
371
- #: lib/includes/job_backup.php:1335
372
  msgid "(109) Unable to finalize backup. Please try again"
373
  msgstr "(109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
374
 
375
- #: lib/includes/job_backup.php:1336
376
  msgid "(110) Unable to create backup manifest. Please try again"
377
  msgstr "(110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
378
 
379
- #: lib/includes/job_backup.php:1337
380
  msgid ""
381
  "(114) Your database was accessible but an export could not be created. "
382
  "Please contact support by clicking the get support link on the right. Please "
@@ -387,25 +392,25 @@ msgstr ""
387
  "pamamagitan ng pag-click sa link na ito . Mangyaring ipaalam sa amin kung "
388
  "sino ang iyong host kung magpapadala ng ticket."
389
 
390
- #: lib/includes/job_backup.php:1338
391
  msgid "(120) Unable to backup your themes. Please try again"
392
  msgstr "(120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
393
 
394
- #: lib/includes/job_backup.php:1339
395
  msgid "(121) Unable to backup your plugins. Please try again"
396
  msgstr "(121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
397
 
398
- #: lib/includes/job_backup.php:1340
399
  msgid "(122) Unable to backup your uploads. Please try again"
400
  msgstr "(122) Hindi ma-backup ang iyong mga uploads. Mangyaring subukan muli"
401
 
402
- #: lib/includes/job_backup.php:1341
403
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
404
  msgstr ""
405
  "(123) Hindi ma-backup ang iyong sari-sari na mga file. Mangyaring subukan "
406
  "muli"
407
 
408
- #: lib/includes/job_backup.php:1342
409
  msgid ""
410
  "(125) Unable to compress your backup because there is no zip utility "
411
  "available. Please contact support"
@@ -413,21 +418,21 @@ msgstr ""
413
  "(125) Hindi ma- siksik ang iyong backup dahil walang available na zip "
414
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong. "
415
 
416
- #: lib/includes/job_backup.php:1343
417
  msgid "(126) Unable to validate your backup. Please try again"
418
  msgstr "(126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
419
 
420
- #: lib/includes/job_backup.php:1344
421
  msgid "(127) Unable to create inventory of files to backup. Please try again"
422
  msgstr ""
423
  "(127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
424
  "Mangyaring subukan muli"
425
 
426
- #: lib/includes/job_backup.php:1345
427
  msgid "(128) Unable to create job control record. Please try again"
428
  msgstr "(128) Hindi makalikha ng job control record. Mangyaring subukan muli"
429
 
430
- #: lib/includes/job_backup.php:1347
431
  msgid ""
432
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
433
  "settings of your wp-backitup backup directory"
@@ -436,7 +441,7 @@ msgstr ""
436
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
437
  "backitup "
438
 
439
- #: lib/includes/job_backup.php:1348
440
  msgid ""
441
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
442
  "your wp-backitup plugin directory"
@@ -444,42 +449,42 @@ msgstr ""
444
  "(2102) Hindi makalikha ng direktoryo ng backup. Mangyaring suriin ang mga "
445
  "setting ng CHMOD ng inyong direktoryo ng plugin ng wp-backitup "
446
 
447
- #: lib/includes/job_backup.php:1349
448
  msgid "(2103) Unable to backup your files. Please try again"
449
  msgstr "(2103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
450
 
451
- #: lib/includes/job_backup.php:1350
452
  msgid "(2104) Unable to export your database. Please try again"
453
  msgstr "(2104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
454
 
455
- #: lib/includes/job_backup.php:1351
456
  msgid "(2105) Unable to export site information file. Please try again"
457
  msgstr ""
458
  "(2105) Hindi ma-export and site information file. Mangyaring subukan muli"
459
 
460
- #: lib/includes/job_backup.php:1352
461
  msgid "(2106) Unable to cleanup your backup directory"
462
  msgstr "(2106) Hindi malinisan ang iyong direktoryo ng backup"
463
 
464
- #: lib/includes/job_backup.php:1353
465
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
466
  msgstr ""
467
  "(2107) Hindi ma-siksik sa (zip) ang iyong backup. Mangyaring subukan muli"
468
 
469
- #: lib/includes/job_backup.php:1354
470
  msgid "(2108) Unable to backup your site data files. Please try again"
471
  msgstr ""
472
  "(2108) Hindi ma-backup ang iyong site data files. Mangyaring subukan muli"
473
 
474
- #: lib/includes/job_backup.php:1355
475
  msgid "(2109) Unable to finalize backup. Please try again"
476
  msgstr "(2109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
477
 
478
- #: lib/includes/job_backup.php:1356
479
  msgid "(2110) Unable to create backup manifest. Please try again"
480
  msgstr "(2110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
481
 
482
- #: lib/includes/job_backup.php:1357
483
  msgid ""
484
  "(2114) Your database was accessible but an export could not be created. "
485
  "Please contact support by clicking the get support link on the right. Please "
@@ -490,25 +495,25 @@ msgstr ""
490
  "pamamagitan ng pag-click sa link na get support link . Mangyaring ipaalam "
491
  "sa amin kung sino ang iyong host kung kayo ay magpapadala ng kahilingan."
492
 
493
- #: lib/includes/job_backup.php:1358
494
  msgid "(2120) Unable to backup your themes. Please try again"
495
  msgstr "(2120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
496
 
497
- #: lib/includes/job_backup.php:1359
498
  msgid "(2121) Unable to backup your plugins. Please try again"
499
  msgstr "(2121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
500
 
501
- #: lib/includes/job_backup.php:1360
502
  msgid "(2122) Unable to backup your uploads. Please try again"
503
  msgstr "(2122) Hindi ma-backup ang iyong mga upload. Mangyaring subukan muli"
504
 
505
- #: lib/includes/job_backup.php:1361
506
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
507
  msgstr ""
508
  "(2123) Hindi ma-backup ang iyong mga sari-sari na mga file. Mangyaring "
509
  "subukan muli"
510
 
511
- #: lib/includes/job_backup.php:1362
512
  msgid ""
513
  "(2125) Unable to compress your backup because there is no zip utility "
514
  "available. Please contact support"
@@ -516,21 +521,21 @@ msgstr ""
516
  "(2125) Hindi ma-isiksik ang iyong backup dahil walang magagamit na zip "
517
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong"
518
 
519
- #: lib/includes/job_backup.php:1363
520
  msgid "(2126) Unable to validate your backup. Please try again"
521
  msgstr "(2126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
522
 
523
- #: lib/includes/job_backup.php:1364
524
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
525
  msgstr ""
526
  "(2127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
527
  "Mangyaring subukan muli"
528
 
529
- #: lib/includes/job_backup.php:1365
530
  msgid "(2128) Unable to create job control record. Please try again"
531
  msgstr "(2128) Hindi makalikha ng job control record. Mangyaring subukan muli"
532
 
533
- #: lib/includes/job_backup.php:1368
534
  msgid "(999) Unexpected error"
535
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
536
 
@@ -1471,15 +1476,15 @@ msgstr ""
1471
  msgid "%s Settings"
1472
  msgstr "%s Setting"
1473
 
1474
- #: views/settings.php:46
1475
  msgid "Settings updated successfully!"
1476
  msgstr "Matagumpay na na-i-update ang plugin"
1477
 
1478
- #: views/settings.php:59
1479
  msgid "Email Notifications"
1480
  msgstr "Abiso sa Email"
1481
 
1482
- #: views/settings.php:60
1483
  msgid ""
1484
  "Please enter your email address if you would like to receive backup email "
1485
  "notifications."
@@ -1487,7 +1492,7 @@ msgstr ""
1487
  "Pakilagay ang iyong email address kung nais mong makatanggap ng mga abiso "
1488
  "sa email tungkol sa backup. "
1489
 
1490
- #: views/settings.php:61
1491
  msgid ""
1492
  "Backup email notifications will be sent for every backup and will contain "
1493
  "status information related to the backup."
@@ -1495,23 +1500,23 @@ msgstr ""
1495
  "Magpapadala ng abiso sa email sa bawat backup at naglalaman ito ng "
1496
  "impormasyon na may kaugnayan sa backup."
1497
 
1498
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1499
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1500
- #: views/settings.php:217 views/settings.php:226
1501
  msgid "Save"
1502
  msgstr "I-save"
1503
 
1504
- #: views/settings.php:79
1505
  msgid "Backup Retention"
1506
  msgstr "Backup Retention"
1507
 
1508
- #: views/settings.php:80
1509
  msgid ""
1510
  "Enter the number of backup archives that you would like to remain on the "
1511
  "server."
1512
  msgstr "Ilagay ang bilang ng backup archive na nais mong manatili sa server."
1513
 
1514
- #: views/settings.php:81
1515
  msgid ""
1516
  "Many hosts limit the amount of space that you can take up on their servers. "
1517
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1524,15 +1529,15 @@ msgstr ""
1524
  "host server. Huwag mag-alala, kami ay palaging nagtatanggal muna ng "
1525
  "pinakaluma na backup archives."
1526
 
1527
- #: views/settings.php:100
1528
  msgid "Logging?"
1529
  msgstr "Logging?"
1530
 
1531
- #: views/settings.php:101
1532
  msgid "Turn on WPBackItUp logging."
1533
  msgstr "Mangyaring i-on ang WPBackItUp logging"
1534
 
1535
- #: views/settings.php:102
1536
  msgid ""
1537
  "This option should only be turned on by advanced users or when "
1538
  "troubleshooting issues with WPBackItUp support."
@@ -1540,19 +1545,29 @@ msgstr ""
1540
  "Ang opsyon na ito ay dapat i- on kapag nag -troubleshoot ng mga isyu sa "
1541
  "WPBackItUp Support."
1542
 
1543
- #: views/settings.php:103
1544
  msgid "Yes"
1545
  msgstr "Oo"
1546
 
1547
- #: views/settings.php:104
1548
  msgid "No"
1549
  msgstr "Hindi"
1550
 
1551
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1552
  msgid "Single File Backup Set"
1553
  msgstr "Single File Backup Set"
1554
 
1555
- #: views/settings.php:112
1556
  msgid ""
1557
  "Check this box if you would like WPBackItUp to create a single file backup "
1558
  "set."
@@ -1560,7 +1575,7 @@ msgstr ""
1560
  "Markahan ng tsek kung nais mo na lumikha ang WPBackItUp ng single file "
1561
  "backup set. "
1562
 
1563
- #: views/settings.php:113
1564
  msgid ""
1565
  "When this setting is turned on WPBackItUp will attempt to create a single "
1566
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1573,15 +1588,15 @@ msgstr ""
1573
  "isang solong file backup set ay maaaring hindi posible sa mga host na "
1574
  "mahigpit na limitado ang paggamit ng memory."
1575
 
1576
- #: views/settings.php:118
1577
  msgid "Batch Size"
1578
  msgstr "Laki ng Pangkat"
1579
 
1580
- #: views/settings.php:119
1581
  msgid "Enter the batch size for each of your content items."
1582
  msgstr "Ilagay ang laki ng batch size sa bawat nilalaman na aytem. "
1583
 
1584
- #: views/settings.php:120
1585
  msgid ""
1586
  "These settings tell WPBackItUp how many items that should be added to the "
1587
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1594,27 +1609,27 @@ msgstr ""
1594
  "makatulong na mabawasan ang dami ng oras na aabutin ng WPBackItUp sa "
1595
  "pagkumpleto ng bawat backup na gagawin."
1596
 
1597
- #: views/settings.php:123
1598
  msgid "DB Tables Batch Size"
1599
  msgstr "Laki ng Pangkat ng DB Tables"
1600
 
1601
- #: views/settings.php:128
1602
  msgid "Plugins Batch Size"
1603
  msgstr "Laki ng Pangkat ng Plugins "
1604
 
1605
- #: views/settings.php:133
1606
  msgid "Themes Batch Size"
1607
  msgstr "Laki ng Pangkat ng Tema"
1608
 
1609
- #: views/settings.php:138
1610
  msgid "Uploads Batch Size"
1611
  msgstr "Laki ng Pangkat ng Uploads "
1612
 
1613
- #: views/settings.php:143
1614
  msgid "Others Batch Size"
1615
  msgstr "Iba pang mga Laki ng Pangkat"
1616
 
1617
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1618
  msgid ""
1619
  "* These settings should only be modified by advanced users or when when "
1620
  "working with WPBackItUp support."
@@ -1622,18 +1637,18 @@ msgstr ""
1622
  "Ang opsyon na ito ay babaguhin lamang sa tuwing nakikipagugnayan sa "
1623
  "WPBackItUp support."
1624
 
1625
- #: views/settings.php:158
1626
  msgid "Filter Your Folders"
1627
  msgstr "Salain ang Folders"
1628
 
1629
- #: views/settings.php:159
1630
  msgid ""
1631
  "Enter a comma separated list of folders that should be excluded from your "
1632
  "backups."
1633
  msgstr ""
1634
  "Lagyan ng kuwit ang bawat talaan ng mga folders na hindi isasama sa backup. "
1635
 
1636
- #: views/settings.php:160
1637
  msgid ""
1638
  "It is important to note that when a folder name is present in this list any "
1639
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1643,31 +1658,31 @@ msgstr ""
1643
  "talaan, anumang pangyayari sa folder na iyon, at ang lahat ng mga nilalaman "
1644
  "nito, ay hindi maisasama sa backup."
1645
 
1646
- #: views/settings.php:162
1647
  msgid "Plugin Folders Filter"
1648
  msgstr "Folders Filter ng Plugin"
1649
 
1650
- #: views/settings.php:167
1651
  msgid "Theme Folders Filter"
1652
  msgstr "Folders Filter ng Tema"
1653
 
1654
- #: views/settings.php:172
1655
  msgid "Upload Folders Filter"
1656
  msgstr "Folders Filter ng Uploads"
1657
 
1658
- #: views/settings.php:176
1659
  msgid "Other Folders Filter"
1660
  msgstr "Iba pang mga Folders Filter"
1661
 
1662
- #: views/settings.php:185
1663
  msgid "Filter Your Database Tables"
1664
  msgstr "Salain ang Database Tables "
1665
 
1666
- #: views/settings.php:186
1667
  msgid "Exclude custom database tables from the backup."
1668
  msgstr "Huwag isama ang custom database tables sa backup."
1669
 
1670
- #: views/settings.php:187
1671
  msgid ""
1672
  "If you would like to exclude a custom table from the backup then simply drag "
1673
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1677,11 +1692,11 @@ msgstr ""
1677
  "ito sa talaan sa kanan. Ang WordPress core tables ay hindi maaaring "
1678
  "tanggalin mula sa backup."
1679
 
1680
- #: views/settings.php:223
1681
  msgid "Remove Data on Uninstall?"
1682
  msgstr "Alisin ang Data sa Uninstall?"
1683
 
1684
- #: views/settings.php:225
1685
  msgid ""
1686
  "Check this box if you would like WPBackItUp to completely remove all of its "
1687
  "data when the plugin is deleted."
@@ -1752,30 +1767,34 @@ msgstr ""
1752
  msgid "Premium customers receive priority support."
1753
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
1754
 
1755
- #: wp-backitup.php:90 wp-backitup.php:91
1756
  #, php-format
1757
  msgid "Every %s hours"
1758
  msgstr "Kada %s oras "
1759
 
1760
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1761
- #: wp-backitup.php:96
1762
  #, php-format
1763
  msgid "WPBUP - Every %s minutes"
1764
  msgstr "WPBUP - bawat %s minuto"
1765
 
1766
- #: wp-backitup.php:98
1767
  msgid "WPBUP - Once Weekly"
1768
  msgstr "WPBUP - isang beses bawat linggo"
1769
 
1770
- #: wp-backitup.php:99
1771
  msgid "WPBUP - Once Monthly"
1772
  msgstr "WPBUP - Minsan sa isang buwan "
1773
 
1774
- #: wp-backitup.php:100 wp-backitup.php:101
1775
  #, php-format
1776
  msgid "WPBUP - Every %s hours"
1777
  msgstr "WPBUP - Sa bawat %s oras"
1778
 
1779
- #: wp-backitup.php:138
 
 
 
 
1780
  msgid "Cleanup"
1781
  msgstr "Paglilinis"
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-06-14 08:32-0400\n"
9
+ "PO-Revision-Date: 2016-06-14 08:32-0400\n"
10
  "Last-Translator: sheisjeremy\n"
11
  "Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
12
  "language/tl/)\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Generator: Poedit 1.8.8\n"
19
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-KeywordsList: _;__;_e\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
+ #: lib/background-processing/class-background-process.php:408
24
+ #, php-format
25
+ msgid "Every %d Minutes"
26
+ msgstr ""
27
+
28
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
29
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
30
+ #: wp-backitup.php:142
31
  msgid "Backup"
32
  msgstr "Backup"
33
 
34
  #: lib/includes/class-wpbackitup-admin.php:215
35
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
36
+ #: wp-backitup.php:156
37
  msgid "Restore"
38
  msgstr "Ipanumbalik sa orihinal"
39
 
129
  msgid "Uploaded Backup"
130
  msgstr "Na upload na backup"
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:601
133
  msgid "Backup Queued"
134
  msgstr "Ang backup ay nakalinya."
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:610
137
  msgid "Backup could not be queued"
138
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:622
141
  msgid "Job is already in queue."
142
  msgstr "Ang Job ay nasa queue. "
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:660
145
  msgid "No backup file selected."
146
  msgstr "Walang backup file na napili"
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:667
149
  msgid "No user id found."
150
  msgstr "Walang matagpuan na user id"
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:690
153
  msgid "Restore Queued"
154
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:699
157
  msgid "Restore could not be queued"
158
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:705
161
  msgid "Restore already in queue"
162
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:737
165
  msgid "No job id posted"
166
  msgstr "Walang job id na na-i-post"
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
169
  msgid "Backup Cancelled"
170
  msgstr "Nakansela na backup "
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:747
173
  msgid "Backup job not found"
174
  msgstr "Hindi natagpuan ang Backup Job"
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:908
177
  msgid "No response log found."
178
  msgstr "Walang makita na response log."
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:1010
181
+ #: lib/includes/class-wpbackitup-admin.php:1018
182
+ #: lib/includes/class-wpbackitup-admin.php:1064
183
+ #: lib/includes/class-wpbackitup-admin.php:1071
184
+ #: lib/includes/class-wpbackitup-admin.php:1078
185
+ #: lib/includes/class-wpbackitup-admin.php:1085
186
+ #: lib/includes/class-wpbackitup-admin.php:1092
187
  msgid "Please enter a number"
188
  msgstr "Maglagay ng numero "
189
 
190
+ #: lib/includes/class-wpbackitup-admin.php:1039
191
+ #: lib/includes/class-wpbackitup-admin.php:1201
192
  msgid "Please enter a valid email"
193
  msgstr "Ilagay ang tamang email."
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1208
196
  msgid "Please enter your support ticket id"
197
  msgstr "Ilagay ang iyong support ticket id"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:1213
200
  msgid "Please only enter numbers in this field"
201
  msgstr "Ilagay lamang ang numero"
202
 
203
+ #: lib/includes/class-wpbackitup-admin.php:2003
204
+ #: lib/includes/class-wpbackitup-admin.php:2023
205
  msgid ""
206
  "License could not be activated. Please try again in a few hours and contact "
207
  "support if this error continues."
209
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
210
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
211
 
212
+ #: lib/includes/class-wpbackitup-admin.php:2072
213
  msgid "License is invalid."
214
  msgstr "Ang lisensya ay hindi wasto"
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2077
217
  msgid "License has expired."
218
  msgstr "Ang lisensya ay wala ng bisa."
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:2080
221
  #, php-format
222
  msgid ""
223
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
228
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
229
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
230
 
231
+ #: lib/includes/class-wpbackitup-admin.php:2094
232
  msgid "License Expired: Scheduled backups are no longer active."
233
  msgstr ""
234
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
235
  "aktibo. "
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2102
238
  msgid "Activation limit has been reached."
239
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
240
 
241
+ #: lib/includes/class-wpbackitup-admin.php:2108
242
  msgid "Your Activation limit has been reached"
243
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
244
 
268
  msgid "Could not import file into WPBackItUp backup set."
269
  msgstr "Hindi ma -import ang file sa WPBackItUp backup set"
270
 
271
+ #: lib/includes/job_backup.php:1135
272
  #, php-format
273
  msgid ""
274
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
284
  "target=\"blank\"> i- renew </a></strong> para sa isa pang taon ng mga update "
285
  "sa produkto at access sa ating pinakamahusay na support team.<br/><br/>"
286
 
287
+ #: lib/includes/job_backup.php:1140
288
  #, php-format
289
  msgid "%s - Backup completed successfully."
290
  msgstr "%s Matagumpay na nakumpleto ang back up "
291
 
292
+ #: lib/includes/job_backup.php:1141
293
  msgid "Your backup completed successfully."
294
  msgstr "Matagumpay na nakumpleto ang iyong backup"
295
 
296
+ #: lib/includes/job_backup.php:1144
297
  #, php-format
298
  msgid "%s - Backup did not complete successfully."
299
  msgstr "%s - Ang backup ay hindi matagumpay na nakumpleto"
300
 
301
+ #: lib/includes/job_backup.php:1145
302
  msgid "Your backup did not complete successfully."
303
  msgstr "Ang iyong backup ay hindi matagumpay na nakumpleto"
304
 
305
+ #: lib/includes/job_backup.php:1152
306
  #, php-format
307
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
308
  msgstr "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
309
 
310
+ #: lib/includes/job_backup.php:1153
311
  msgid "Backup date:"
312
  msgstr "Petsa ng backup"
313
 
314
+ #: lib/includes/job_backup.php:1154
315
  msgid "Number of backups completed with WPBackItUp:"
316
  msgstr "Bilang ng mga nakumpleto na backup sa WPBackItUp "
317
 
318
+ #: lib/includes/job_backup.php:1156
319
  msgid "Completion Code:"
320
  msgstr "Completion Code:"
321
 
322
+ #: lib/includes/job_backup.php:1157
323
  msgid "WPBackItUp Version:"
324
  msgstr "Bersyon ng WPBackItUp:"
325
 
326
+ #: lib/includes/job_backup.php:1169
327
  #, php-format
328
  msgid "Checkout %s for info about WPBackItUp and our other products."
329
  msgstr ""
330
  "Siyasatin ang %s para sa impormasyon tungkol sa WPBackItUp at ang aming iba "
331
  "pang mga produkto."
332
 
333
+ #: lib/includes/job_backup.php:1336
334
  msgid ""
335
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
336
  "settings of your wp-backitup backup directory"
339
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
340
  "backitup "
341
 
342
+ #: lib/includes/job_backup.php:1337
343
  msgid ""
344
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
345
  "your wp-backitup plugin directory"
347
  "(102) Hindi makalikha ng direktoryo para sa backup. Mangyaring suriin ang "
348
  "setting ng CHMOD sa iyong direktoryo ng plugin ng wp-backitup "
349
 
350
+ #: lib/includes/job_backup.php:1338
351
  msgid "(103) Unable to backup your files. Please try again"
352
  msgstr "(103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
353
 
354
+ #: lib/includes/job_backup.php:1339
355
  msgid "(104) Unable to export your database. Please try again"
356
  msgstr "(104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
357
 
358
+ #: lib/includes/job_backup.php:1340
359
  msgid "(105) Unable to export site information file. Please try again"
360
  msgstr ""
361
  "(105) Hindi ma -export ang site information file. Mangyaring subukan muli"
362
 
363
+ #: lib/includes/job_backup.php:1341
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) Hindi malinisan ang iyong direktoryo ng backup"
366
 
367
+ #: lib/includes/job_backup.php:1342
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr "(107) Hindi masiksik ang iyong backup. Mangyaring subukan muli"
370
 
371
+ #: lib/includes/job_backup.php:1343
372
  msgid "(108) Unable to backup your site data files. Please try again"
373
  msgstr ""
374
  "(108) Hindi ma-backup ang iyong site data files .Mangyaring subukan muli"
375
 
376
+ #: lib/includes/job_backup.php:1344
377
  msgid "(109) Unable to finalize backup. Please try again"
378
  msgstr "(109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
379
 
380
+ #: lib/includes/job_backup.php:1345
381
  msgid "(110) Unable to create backup manifest. Please try again"
382
  msgstr "(110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
383
 
384
+ #: lib/includes/job_backup.php:1346
385
  msgid ""
386
  "(114) Your database was accessible but an export could not be created. "
387
  "Please contact support by clicking the get support link on the right. Please "
392
  "pamamagitan ng pag-click sa link na ito . Mangyaring ipaalam sa amin kung "
393
  "sino ang iyong host kung magpapadala ng ticket."
394
 
395
+ #: lib/includes/job_backup.php:1347
396
  msgid "(120) Unable to backup your themes. Please try again"
397
  msgstr "(120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
398
 
399
+ #: lib/includes/job_backup.php:1348
400
  msgid "(121) Unable to backup your plugins. Please try again"
401
  msgstr "(121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
402
 
403
+ #: lib/includes/job_backup.php:1349
404
  msgid "(122) Unable to backup your uploads. Please try again"
405
  msgstr "(122) Hindi ma-backup ang iyong mga uploads. Mangyaring subukan muli"
406
 
407
+ #: lib/includes/job_backup.php:1350
408
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
409
  msgstr ""
410
  "(123) Hindi ma-backup ang iyong sari-sari na mga file. Mangyaring subukan "
411
  "muli"
412
 
413
+ #: lib/includes/job_backup.php:1351
414
  msgid ""
415
  "(125) Unable to compress your backup because there is no zip utility "
416
  "available. Please contact support"
418
  "(125) Hindi ma- siksik ang iyong backup dahil walang available na zip "
419
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong. "
420
 
421
+ #: lib/includes/job_backup.php:1352
422
  msgid "(126) Unable to validate your backup. Please try again"
423
  msgstr "(126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
424
 
425
+ #: lib/includes/job_backup.php:1353
426
  msgid "(127) Unable to create inventory of files to backup. Please try again"
427
  msgstr ""
428
  "(127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
429
  "Mangyaring subukan muli"
430
 
431
+ #: lib/includes/job_backup.php:1354
432
  msgid "(128) Unable to create job control record. Please try again"
433
  msgstr "(128) Hindi makalikha ng job control record. Mangyaring subukan muli"
434
 
435
+ #: lib/includes/job_backup.php:1356
436
  msgid ""
437
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
438
  "settings of your wp-backitup backup directory"
441
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
442
  "backitup "
443
 
444
+ #: lib/includes/job_backup.php:1357
445
  msgid ""
446
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
447
  "your wp-backitup plugin directory"
449
  "(2102) Hindi makalikha ng direktoryo ng backup. Mangyaring suriin ang mga "
450
  "setting ng CHMOD ng inyong direktoryo ng plugin ng wp-backitup "
451
 
452
+ #: lib/includes/job_backup.php:1358
453
  msgid "(2103) Unable to backup your files. Please try again"
454
  msgstr "(2103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
455
 
456
+ #: lib/includes/job_backup.php:1359
457
  msgid "(2104) Unable to export your database. Please try again"
458
  msgstr "(2104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
459
 
460
+ #: lib/includes/job_backup.php:1360
461
  msgid "(2105) Unable to export site information file. Please try again"
462
  msgstr ""
463
  "(2105) Hindi ma-export and site information file. Mangyaring subukan muli"
464
 
465
+ #: lib/includes/job_backup.php:1361
466
  msgid "(2106) Unable to cleanup your backup directory"
467
  msgstr "(2106) Hindi malinisan ang iyong direktoryo ng backup"
468
 
469
+ #: lib/includes/job_backup.php:1362
470
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
471
  msgstr ""
472
  "(2107) Hindi ma-siksik sa (zip) ang iyong backup. Mangyaring subukan muli"
473
 
474
+ #: lib/includes/job_backup.php:1363
475
  msgid "(2108) Unable to backup your site data files. Please try again"
476
  msgstr ""
477
  "(2108) Hindi ma-backup ang iyong site data files. Mangyaring subukan muli"
478
 
479
+ #: lib/includes/job_backup.php:1364
480
  msgid "(2109) Unable to finalize backup. Please try again"
481
  msgstr "(2109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
482
 
483
+ #: lib/includes/job_backup.php:1365
484
  msgid "(2110) Unable to create backup manifest. Please try again"
485
  msgstr "(2110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
486
 
487
+ #: lib/includes/job_backup.php:1366
488
  msgid ""
489
  "(2114) Your database was accessible but an export could not be created. "
490
  "Please contact support by clicking the get support link on the right. Please "
495
  "pamamagitan ng pag-click sa link na get support link . Mangyaring ipaalam "
496
  "sa amin kung sino ang iyong host kung kayo ay magpapadala ng kahilingan."
497
 
498
+ #: lib/includes/job_backup.php:1367
499
  msgid "(2120) Unable to backup your themes. Please try again"
500
  msgstr "(2120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
501
 
502
+ #: lib/includes/job_backup.php:1368
503
  msgid "(2121) Unable to backup your plugins. Please try again"
504
  msgstr "(2121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
505
 
506
+ #: lib/includes/job_backup.php:1369
507
  msgid "(2122) Unable to backup your uploads. Please try again"
508
  msgstr "(2122) Hindi ma-backup ang iyong mga upload. Mangyaring subukan muli"
509
 
510
+ #: lib/includes/job_backup.php:1370
511
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
512
  msgstr ""
513
  "(2123) Hindi ma-backup ang iyong mga sari-sari na mga file. Mangyaring "
514
  "subukan muli"
515
 
516
+ #: lib/includes/job_backup.php:1371
517
  msgid ""
518
  "(2125) Unable to compress your backup because there is no zip utility "
519
  "available. Please contact support"
521
  "(2125) Hindi ma-isiksik ang iyong backup dahil walang magagamit na zip "
522
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong"
523
 
524
+ #: lib/includes/job_backup.php:1372
525
  msgid "(2126) Unable to validate your backup. Please try again"
526
  msgstr "(2126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
527
 
528
+ #: lib/includes/job_backup.php:1373
529
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
530
  msgstr ""
531
  "(2127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
532
  "Mangyaring subukan muli"
533
 
534
+ #: lib/includes/job_backup.php:1374
535
  msgid "(2128) Unable to create job control record. Please try again"
536
  msgstr "(2128) Hindi makalikha ng job control record. Mangyaring subukan muli"
537
 
538
+ #: lib/includes/job_backup.php:1377
539
  msgid "(999) Unexpected error"
540
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
541
 
1476
  msgid "%s Settings"
1477
  msgstr "%s Setting"
1478
 
1479
+ #: views/settings.php:48
1480
  msgid "Settings updated successfully!"
1481
  msgstr "Matagumpay na na-i-update ang plugin"
1482
 
1483
+ #: views/settings.php:61
1484
  msgid "Email Notifications"
1485
  msgstr "Abiso sa Email"
1486
 
1487
+ #: views/settings.php:62
1488
  msgid ""
1489
  "Please enter your email address if you would like to receive backup email "
1490
  "notifications."
1492
  "Pakilagay ang iyong email address kung nais mong makatanggap ng mga abiso "
1493
  "sa email tungkol sa backup. "
1494
 
1495
+ #: views/settings.php:63
1496
  msgid ""
1497
  "Backup email notifications will be sent for every backup and will contain "
1498
  "status information related to the backup."
1500
  "Magpapadala ng abiso sa email sa bawat backup at naglalaman ito ng "
1501
  "impormasyon na may kaugnayan sa backup."
1502
 
1503
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1504
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1505
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1506
  msgid "Save"
1507
  msgstr "I-save"
1508
 
1509
+ #: views/settings.php:81
1510
  msgid "Backup Retention"
1511
  msgstr "Backup Retention"
1512
 
1513
+ #: views/settings.php:82
1514
  msgid ""
1515
  "Enter the number of backup archives that you would like to remain on the "
1516
  "server."
1517
  msgstr "Ilagay ang bilang ng backup archive na nais mong manatili sa server."
1518
 
1519
+ #: views/settings.php:83
1520
  msgid ""
1521
  "Many hosts limit the amount of space that you can take up on their servers. "
1522
  "This option tells WPBackItUp the maximum number of backup archives that "
1529
  "host server. Huwag mag-alala, kami ay palaging nagtatanggal muna ng "
1530
  "pinakaluma na backup archives."
1531
 
1532
+ #: views/settings.php:102
1533
  msgid "Logging?"
1534
  msgstr "Logging?"
1535
 
1536
+ #: views/settings.php:103
1537
  msgid "Turn on WPBackItUp logging."
1538
  msgstr "Mangyaring i-on ang WPBackItUp logging"
1539
 
1540
+ #: views/settings.php:104
1541
  msgid ""
1542
  "This option should only be turned on by advanced users or when "
1543
  "troubleshooting issues with WPBackItUp support."
1545
  "Ang opsyon na ito ay dapat i- on kapag nag -troubleshoot ng mga isyu sa "
1546
  "WPBackItUp Support."
1547
 
1548
+ #: views/settings.php:105
1549
  msgid "Yes"
1550
  msgstr "Oo"
1551
 
1552
+ #: views/settings.php:106
1553
  msgid "No"
1554
  msgstr "Hindi"
1555
 
1556
+ #: views/settings.php:112
1557
+ msgid "Disable restore version compare?"
1558
+ msgstr ""
1559
+
1560
+ #: views/settings.php:114
1561
+ msgid ""
1562
+ "Check this box if you would like WPBackItUp not to check major version "
1563
+ "issue. This could be dangerous, you can disable it with your own risk."
1564
+ msgstr ""
1565
+
1566
+ #: views/settings.php:119
1567
  msgid "Single File Backup Set"
1568
  msgstr "Single File Backup Set"
1569
 
1570
+ #: views/settings.php:121
1571
  msgid ""
1572
  "Check this box if you would like WPBackItUp to create a single file backup "
1573
  "set."
1575
  "Markahan ng tsek kung nais mo na lumikha ang WPBackItUp ng single file "
1576
  "backup set. "
1577
 
1578
+ #: views/settings.php:122
1579
  msgid ""
1580
  "When this setting is turned on WPBackItUp will attempt to create a single "
1581
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1588
  "isang solong file backup set ay maaaring hindi posible sa mga host na "
1589
  "mahigpit na limitado ang paggamit ng memory."
1590
 
1591
+ #: views/settings.php:127
1592
  msgid "Batch Size"
1593
  msgstr "Laki ng Pangkat"
1594
 
1595
+ #: views/settings.php:128
1596
  msgid "Enter the batch size for each of your content items."
1597
  msgstr "Ilagay ang laki ng batch size sa bawat nilalaman na aytem. "
1598
 
1599
+ #: views/settings.php:129
1600
  msgid ""
1601
  "These settings tell WPBackItUp how many items that should be added to the "
1602
  "backup at a time. If you experience timeouts while running a backup then "
1609
  "makatulong na mabawasan ang dami ng oras na aabutin ng WPBackItUp sa "
1610
  "pagkumpleto ng bawat backup na gagawin."
1611
 
1612
+ #: views/settings.php:132
1613
  msgid "DB Tables Batch Size"
1614
  msgstr "Laki ng Pangkat ng DB Tables"
1615
 
1616
+ #: views/settings.php:137
1617
  msgid "Plugins Batch Size"
1618
  msgstr "Laki ng Pangkat ng Plugins "
1619
 
1620
+ #: views/settings.php:142
1621
  msgid "Themes Batch Size"
1622
  msgstr "Laki ng Pangkat ng Tema"
1623
 
1624
+ #: views/settings.php:147
1625
  msgid "Uploads Batch Size"
1626
  msgstr "Laki ng Pangkat ng Uploads "
1627
 
1628
+ #: views/settings.php:152
1629
  msgid "Others Batch Size"
1630
  msgstr "Iba pang mga Laki ng Pangkat"
1631
 
1632
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1633
  msgid ""
1634
  "* These settings should only be modified by advanced users or when when "
1635
  "working with WPBackItUp support."
1637
  "Ang opsyon na ito ay babaguhin lamang sa tuwing nakikipagugnayan sa "
1638
  "WPBackItUp support."
1639
 
1640
+ #: views/settings.php:167
1641
  msgid "Filter Your Folders"
1642
  msgstr "Salain ang Folders"
1643
 
1644
+ #: views/settings.php:168
1645
  msgid ""
1646
  "Enter a comma separated list of folders that should be excluded from your "
1647
  "backups."
1648
  msgstr ""
1649
  "Lagyan ng kuwit ang bawat talaan ng mga folders na hindi isasama sa backup. "
1650
 
1651
+ #: views/settings.php:169
1652
  msgid ""
1653
  "It is important to note that when a folder name is present in this list any "
1654
  "occurrence of that folder, and all its contents, will be excluded from the "
1658
  "talaan, anumang pangyayari sa folder na iyon, at ang lahat ng mga nilalaman "
1659
  "nito, ay hindi maisasama sa backup."
1660
 
1661
+ #: views/settings.php:171
1662
  msgid "Plugin Folders Filter"
1663
  msgstr "Folders Filter ng Plugin"
1664
 
1665
+ #: views/settings.php:176
1666
  msgid "Theme Folders Filter"
1667
  msgstr "Folders Filter ng Tema"
1668
 
1669
+ #: views/settings.php:181
1670
  msgid "Upload Folders Filter"
1671
  msgstr "Folders Filter ng Uploads"
1672
 
1673
+ #: views/settings.php:185
1674
  msgid "Other Folders Filter"
1675
  msgstr "Iba pang mga Folders Filter"
1676
 
1677
+ #: views/settings.php:194
1678
  msgid "Filter Your Database Tables"
1679
  msgstr "Salain ang Database Tables "
1680
 
1681
+ #: views/settings.php:195
1682
  msgid "Exclude custom database tables from the backup."
1683
  msgstr "Huwag isama ang custom database tables sa backup."
1684
 
1685
+ #: views/settings.php:196
1686
  msgid ""
1687
  "If you would like to exclude a custom table from the backup then simply drag "
1688
  "it to the list on the right. WordPress core tables may not be excluded from "
1692
  "ito sa talaan sa kanan. Ang WordPress core tables ay hindi maaaring "
1693
  "tanggalin mula sa backup."
1694
 
1695
+ #: views/settings.php:232
1696
  msgid "Remove Data on Uninstall?"
1697
  msgstr "Alisin ang Data sa Uninstall?"
1698
 
1699
+ #: views/settings.php:234
1700
  msgid ""
1701
  "Check this box if you would like WPBackItUp to completely remove all of its "
1702
  "data when the plugin is deleted."
1767
  msgid "Premium customers receive priority support."
1768
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
1769
 
1770
+ #: wp-backitup.php:93 wp-backitup.php:94
1771
  #, php-format
1772
  msgid "Every %s hours"
1773
  msgstr "Kada %s oras "
1774
 
1775
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1776
+ #: wp-backitup.php:99
1777
  #, php-format
1778
  msgid "WPBUP - Every %s minutes"
1779
  msgstr "WPBUP - bawat %s minuto"
1780
 
1781
+ #: wp-backitup.php:101
1782
  msgid "WPBUP - Once Weekly"
1783
  msgstr "WPBUP - isang beses bawat linggo"
1784
 
1785
+ #: wp-backitup.php:102
1786
  msgid "WPBUP - Once Monthly"
1787
  msgstr "WPBUP - Minsan sa isang buwan "
1788
 
1789
+ #: wp-backitup.php:103 wp-backitup.php:104
1790
  #, php-format
1791
  msgid "WPBUP - Every %s hours"
1792
  msgstr "WPBUP - Sa bawat %s oras"
1793
 
1794
+ #: wp-backitup.php:113
1795
+ msgid "Local File"
1796
+ msgstr ""
1797
+
1798
+ #: wp-backitup.php:170
1799
  msgid "Cleanup"
1800
  msgstr "Paglilinis"
languages/wp-backitup.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
- "POT-Creation-Date: 2016-03-02 10:04-0500\n"
6
  "PO-Revision-Date: 2015-08-04 16:26-0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
@@ -10,21 +10,26 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-KeywordsList: _;__;_e\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
19
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
20
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
21
- #: wp-backitup.php:110
22
  msgid "Backup"
23
  msgstr ""
24
 
25
  #: lib/includes/class-wpbackitup-admin.php:215
26
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
27
- #: wp-backitup.php:124
28
  msgid "Restore"
29
  msgstr ""
30
 
@@ -115,93 +120,93 @@ msgstr ""
115
  msgid "Uploaded Backup"
116
  msgstr ""
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:595
119
  msgid "Backup Queued"
120
  msgstr ""
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:598
123
  msgid "Backup could not be queued"
124
  msgstr ""
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:609
127
  msgid "Job is already in queue."
128
  msgstr ""
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:641
131
  msgid "No backup file selected."
132
  msgstr ""
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:648
135
  msgid "No user id found."
136
  msgstr ""
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:670
139
  msgid "Restore Queued"
140
  msgstr ""
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:673
143
  msgid "Restore could not be queued"
144
  msgstr ""
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:678
147
  msgid "Restore already in queue"
148
  msgstr ""
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:705
151
  msgid "No job id posted"
152
  msgstr ""
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:713 views/backup.php:467
155
  msgid "Backup Cancelled"
156
  msgstr ""
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:715
159
  msgid "Backup job not found"
160
  msgstr ""
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:896
163
  msgid "No response log found."
164
  msgstr ""
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:998
167
- #: lib/includes/class-wpbackitup-admin.php:1006
168
- #: lib/includes/class-wpbackitup-admin.php:1046
169
- #: lib/includes/class-wpbackitup-admin.php:1053
170
- #: lib/includes/class-wpbackitup-admin.php:1060
171
- #: lib/includes/class-wpbackitup-admin.php:1067
172
- #: lib/includes/class-wpbackitup-admin.php:1074
173
  msgid "Please enter a number"
174
  msgstr ""
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:1027
177
- #: lib/includes/class-wpbackitup-admin.php:1183
178
  msgid "Please enter a valid email"
179
  msgstr ""
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1190
182
  msgid "Please enter your support ticket id"
183
  msgstr ""
184
 
185
- #: lib/includes/class-wpbackitup-admin.php:1195
186
  msgid "Please only enter numbers in this field"
187
  msgstr ""
188
 
189
- #: lib/includes/class-wpbackitup-admin.php:1947
190
- #: lib/includes/class-wpbackitup-admin.php:1970
191
  msgid ""
192
  "License could not be activated. Please try again in a few hours and contact "
193
  "support if this error continues."
194
  msgstr ""
195
 
196
- #: lib/includes/class-wpbackitup-admin.php:2019
197
  msgid "License is invalid."
198
  msgstr ""
199
 
200
- #: lib/includes/class-wpbackitup-admin.php:2024
201
  msgid "License has expired."
202
  msgstr ""
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:2027
205
  #, php-format
206
  msgid ""
207
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -209,15 +214,15 @@ msgid ""
209
  "<strong>world class support</strong> team."
210
  msgstr ""
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2041
213
  msgid "License Expired: Scheduled backups are no longer active."
214
  msgstr ""
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2049
217
  msgid "Activation limit has been reached."
218
  msgstr ""
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2055
221
  msgid "Your Activation limit has been reached"
222
  msgstr ""
223
 
@@ -246,7 +251,7 @@ msgstr ""
246
  msgid "Could not import file into WPBackItUp backup set."
247
  msgstr ""
248
 
249
- #: lib/includes/job_backup.php:1126
250
  #, php-format
251
  msgid ""
252
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -256,221 +261,221 @@ msgid ""
256
  "of product updates and access to our world class support team.<br/><br/>"
257
  msgstr ""
258
 
259
- #: lib/includes/job_backup.php:1131
260
  #, php-format
261
  msgid "%s - Backup completed successfully."
262
  msgstr ""
263
 
264
- #: lib/includes/job_backup.php:1132
265
  msgid "Your backup completed successfully."
266
  msgstr ""
267
 
268
- #: lib/includes/job_backup.php:1135
269
  #, php-format
270
  msgid "%s - Backup did not complete successfully."
271
  msgstr ""
272
 
273
- #: lib/includes/job_backup.php:1136
274
  msgid "Your backup did not complete successfully."
275
  msgstr ""
276
 
277
- #: lib/includes/job_backup.php:1143
278
  #, php-format
279
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
280
  msgstr ""
281
 
282
- #: lib/includes/job_backup.php:1144
283
  msgid "Backup date:"
284
  msgstr ""
285
 
286
- #: lib/includes/job_backup.php:1145
287
  msgid "Number of backups completed with WPBackItUp:"
288
  msgstr ""
289
 
290
- #: lib/includes/job_backup.php:1147
291
  msgid "Completion Code:"
292
  msgstr ""
293
 
294
- #: lib/includes/job_backup.php:1148
295
  msgid "WPBackItUp Version:"
296
  msgstr ""
297
 
298
- #: lib/includes/job_backup.php:1160
299
  #, php-format
300
  msgid "Checkout %s for info about WPBackItUp and our other products."
301
  msgstr ""
302
 
303
- #: lib/includes/job_backup.php:1327
304
  msgid ""
305
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
306
  "settings of your wp-backitup backup directory"
307
  msgstr ""
308
 
309
- #: lib/includes/job_backup.php:1328
310
  msgid ""
311
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
312
  "your wp-backitup plugin directory"
313
  msgstr ""
314
 
315
- #: lib/includes/job_backup.php:1329
316
  msgid "(103) Unable to backup your files. Please try again"
317
  msgstr ""
318
 
319
- #: lib/includes/job_backup.php:1330
320
  msgid "(104) Unable to export your database. Please try again"
321
  msgstr ""
322
 
323
- #: lib/includes/job_backup.php:1331
324
  msgid "(105) Unable to export site information file. Please try again"
325
  msgstr ""
326
 
327
- #: lib/includes/job_backup.php:1332
328
  msgid "(106) Unable to cleanup your backup directory"
329
  msgstr ""
330
 
331
- #: lib/includes/job_backup.php:1333
332
  msgid "(107) Unable to compress(zip) your backup. Please try again"
333
  msgstr ""
334
 
335
- #: lib/includes/job_backup.php:1334
336
  msgid "(108) Unable to backup your site data files. Please try again"
337
  msgstr ""
338
 
339
- #: lib/includes/job_backup.php:1335
340
  msgid "(109) Unable to finalize backup. Please try again"
341
  msgstr ""
342
 
343
- #: lib/includes/job_backup.php:1336
344
  msgid "(110) Unable to create backup manifest. Please try again"
345
  msgstr ""
346
 
347
- #: lib/includes/job_backup.php:1337
348
  msgid ""
349
  "(114) Your database was accessible but an export could not be created. "
350
  "Please contact support by clicking the get support link on the right. Please "
351
  "let us know who your host is when you submit the request"
352
  msgstr ""
353
 
354
- #: lib/includes/job_backup.php:1338
355
  msgid "(120) Unable to backup your themes. Please try again"
356
  msgstr ""
357
 
358
- #: lib/includes/job_backup.php:1339
359
  msgid "(121) Unable to backup your plugins. Please try again"
360
  msgstr ""
361
 
362
- #: lib/includes/job_backup.php:1340
363
  msgid "(122) Unable to backup your uploads. Please try again"
364
  msgstr ""
365
 
366
- #: lib/includes/job_backup.php:1341
367
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
368
  msgstr ""
369
 
370
- #: lib/includes/job_backup.php:1342
371
  msgid ""
372
  "(125) Unable to compress your backup because there is no zip utility "
373
  "available. Please contact support"
374
  msgstr ""
375
 
376
- #: lib/includes/job_backup.php:1343
377
  msgid "(126) Unable to validate your backup. Please try again"
378
  msgstr ""
379
 
380
- #: lib/includes/job_backup.php:1344
381
  msgid "(127) Unable to create inventory of files to backup. Please try again"
382
  msgstr ""
383
 
384
- #: lib/includes/job_backup.php:1345
385
  msgid "(128) Unable to create job control record. Please try again"
386
  msgstr ""
387
 
388
- #: lib/includes/job_backup.php:1347
389
  msgid ""
390
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
391
  "settings of your wp-backitup backup directory"
392
  msgstr ""
393
 
394
- #: lib/includes/job_backup.php:1348
395
  msgid ""
396
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
397
  "your wp-backitup plugin directory"
398
  msgstr ""
399
 
400
- #: lib/includes/job_backup.php:1349
401
  msgid "(2103) Unable to backup your files. Please try again"
402
  msgstr ""
403
 
404
- #: lib/includes/job_backup.php:1350
405
  msgid "(2104) Unable to export your database. Please try again"
406
  msgstr ""
407
 
408
- #: lib/includes/job_backup.php:1351
409
  msgid "(2105) Unable to export site information file. Please try again"
410
  msgstr ""
411
 
412
- #: lib/includes/job_backup.php:1352
413
  msgid "(2106) Unable to cleanup your backup directory"
414
  msgstr ""
415
 
416
- #: lib/includes/job_backup.php:1353
417
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
418
  msgstr ""
419
 
420
- #: lib/includes/job_backup.php:1354
421
  msgid "(2108) Unable to backup your site data files. Please try again"
422
  msgstr ""
423
 
424
- #: lib/includes/job_backup.php:1355
425
  msgid "(2109) Unable to finalize backup. Please try again"
426
  msgstr ""
427
 
428
- #: lib/includes/job_backup.php:1356
429
  msgid "(2110) Unable to create backup manifest. Please try again"
430
  msgstr ""
431
 
432
- #: lib/includes/job_backup.php:1357
433
  msgid ""
434
  "(2114) Your database was accessible but an export could not be created. "
435
  "Please contact support by clicking the get support link on the right. Please "
436
  "let us know who your host is when you submit the request"
437
  msgstr ""
438
 
439
- #: lib/includes/job_backup.php:1358
440
  msgid "(2120) Unable to backup your themes. Please try again"
441
  msgstr ""
442
 
443
- #: lib/includes/job_backup.php:1359
444
  msgid "(2121) Unable to backup your plugins. Please try again"
445
  msgstr ""
446
 
447
- #: lib/includes/job_backup.php:1360
448
  msgid "(2122) Unable to backup your uploads. Please try again"
449
  msgstr ""
450
 
451
- #: lib/includes/job_backup.php:1361
452
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
453
  msgstr ""
454
 
455
- #: lib/includes/job_backup.php:1362
456
  msgid ""
457
  "(2125) Unable to compress your backup because there is no zip utility "
458
  "available. Please contact support"
459
  msgstr ""
460
 
461
- #: lib/includes/job_backup.php:1363
462
  msgid "(2126) Unable to validate your backup. Please try again"
463
  msgstr ""
464
 
465
- #: lib/includes/job_backup.php:1364
466
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
467
  msgstr ""
468
 
469
- #: lib/includes/job_backup.php:1365
470
  msgid "(2128) Unable to create job control record. Please try again"
471
  msgstr ""
472
 
473
- #: lib/includes/job_backup.php:1368
474
  msgid "(999) Unexpected error"
475
  msgstr ""
476
 
@@ -1262,43 +1267,43 @@ msgstr ""
1262
  msgid "%s Settings"
1263
  msgstr ""
1264
 
1265
- #: views/settings.php:46
1266
  msgid "Settings updated successfully!"
1267
  msgstr ""
1268
 
1269
- #: views/settings.php:59
1270
  msgid "Email Notifications"
1271
  msgstr ""
1272
 
1273
- #: views/settings.php:60
1274
  msgid ""
1275
  "Please enter your email address if you would like to receive backup email "
1276
  "notifications."
1277
  msgstr ""
1278
 
1279
- #: views/settings.php:61
1280
  msgid ""
1281
  "Backup email notifications will be sent for every backup and will contain "
1282
  "status information related to the backup."
1283
  msgstr ""
1284
 
1285
- #: views/settings.php:63 views/settings.php:83 views/settings.php:106
1286
- #: views/settings.php:114 views/settings.php:145 views/settings.php:179
1287
- #: views/settings.php:217 views/settings.php:226
1288
  msgid "Save"
1289
  msgstr ""
1290
 
1291
- #: views/settings.php:79
1292
  msgid "Backup Retention"
1293
  msgstr ""
1294
 
1295
- #: views/settings.php:80
1296
  msgid ""
1297
  "Enter the number of backup archives that you would like to remain on the "
1298
  "server."
1299
  msgstr ""
1300
 
1301
- #: views/settings.php:81
1302
  msgid ""
1303
  "Many hosts limit the amount of space that you can take up on their servers. "
1304
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1306,39 +1311,49 @@ msgid ""
1306
  "oldest backup archives first."
1307
  msgstr ""
1308
 
1309
- #: views/settings.php:100
1310
  msgid "Logging?"
1311
  msgstr ""
1312
 
1313
- #: views/settings.php:101
1314
  msgid "Turn on WPBackItUp logging."
1315
  msgstr ""
1316
 
1317
- #: views/settings.php:102
1318
  msgid ""
1319
  "This option should only be turned on by advanced users or when "
1320
  "troubleshooting issues with WPBackItUp support."
1321
  msgstr ""
1322
 
1323
- #: views/settings.php:103
1324
  msgid "Yes"
1325
  msgstr ""
1326
 
1327
- #: views/settings.php:104
1328
  msgid "No"
1329
  msgstr ""
1330
 
1331
- #: views/settings.php:110
 
 
 
 
 
 
 
 
 
 
1332
  msgid "Single File Backup Set"
1333
  msgstr ""
1334
 
1335
- #: views/settings.php:112
1336
  msgid ""
1337
  "Check this box if you would like WPBackItUp to create a single file backup "
1338
  "set."
1339
  msgstr ""
1340
 
1341
- #: views/settings.php:113
1342
  msgid ""
1343
  "When this setting is turned on WPBackItUp will attempt to create a single "
1344
  "file backup set. If WPBackItUp is unable to create a single file backup set "
@@ -1346,15 +1361,15 @@ msgid ""
1346
  "set may not be possible with hosts that strictly limit memory utilization."
1347
  msgstr ""
1348
 
1349
- #: views/settings.php:118
1350
  msgid "Batch Size"
1351
  msgstr ""
1352
 
1353
- #: views/settings.php:119
1354
  msgid "Enter the batch size for each of your content items."
1355
  msgstr ""
1356
 
1357
- #: views/settings.php:120
1358
  msgid ""
1359
  "These settings tell WPBackItUp how many items that should be added to the "
1360
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1362,85 +1377,85 @@ msgid ""
1362
  "WPBackItUp to complete each backup task ."
1363
  msgstr ""
1364
 
1365
- #: views/settings.php:123
1366
  msgid "DB Tables Batch Size"
1367
  msgstr ""
1368
 
1369
- #: views/settings.php:128
1370
  msgid "Plugins Batch Size"
1371
  msgstr ""
1372
 
1373
- #: views/settings.php:133
1374
  msgid "Themes Batch Size"
1375
  msgstr ""
1376
 
1377
- #: views/settings.php:138
1378
  msgid "Uploads Batch Size"
1379
  msgstr ""
1380
 
1381
- #: views/settings.php:143
1382
  msgid "Others Batch Size"
1383
  msgstr ""
1384
 
1385
- #: views/settings.php:146 views/settings.php:180 views/settings.php:218
1386
  msgid ""
1387
  "* These settings should only be modified by advanced users or when when "
1388
  "working with WPBackItUp support."
1389
  msgstr ""
1390
 
1391
- #: views/settings.php:158
1392
  msgid "Filter Your Folders"
1393
  msgstr ""
1394
 
1395
- #: views/settings.php:159
1396
  msgid ""
1397
  "Enter a comma separated list of folders that should be excluded from your "
1398
  "backups."
1399
  msgstr ""
1400
 
1401
- #: views/settings.php:160
1402
  msgid ""
1403
  "It is important to note that when a folder name is present in this list any "
1404
  "occurrence of that folder, and all its contents, will be excluded from the "
1405
  "backup."
1406
  msgstr ""
1407
 
1408
- #: views/settings.php:162
1409
  msgid "Plugin Folders Filter"
1410
  msgstr ""
1411
 
1412
- #: views/settings.php:167
1413
  msgid "Theme Folders Filter"
1414
  msgstr ""
1415
 
1416
- #: views/settings.php:172
1417
  msgid "Upload Folders Filter"
1418
  msgstr ""
1419
 
1420
- #: views/settings.php:176
1421
  msgid "Other Folders Filter"
1422
  msgstr ""
1423
 
1424
- #: views/settings.php:185
1425
  msgid "Filter Your Database Tables"
1426
  msgstr ""
1427
 
1428
- #: views/settings.php:186
1429
  msgid "Exclude custom database tables from the backup."
1430
  msgstr ""
1431
 
1432
- #: views/settings.php:187
1433
  msgid ""
1434
  "If you would like to exclude a custom table from the backup then simply drag "
1435
  "it to the list on the right. WordPress core tables may not be excluded from "
1436
  "the backup. "
1437
  msgstr ""
1438
 
1439
- #: views/settings.php:223
1440
  msgid "Remove Data on Uninstall?"
1441
  msgstr ""
1442
 
1443
- #: views/settings.php:225
1444
  msgid ""
1445
  "Check this box if you would like WPBackItUp to completely remove all of its "
1446
  "data when the plugin is deleted."
@@ -1500,30 +1515,34 @@ msgstr ""
1500
  msgid "Premium customers receive priority support."
1501
  msgstr ""
1502
 
1503
- #: wp-backitup.php:90 wp-backitup.php:91
1504
  #, php-format
1505
  msgid "Every %s hours"
1506
  msgstr ""
1507
 
1508
- #: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
1509
- #: wp-backitup.php:96
1510
  #, php-format
1511
  msgid "WPBUP - Every %s minutes"
1512
  msgstr ""
1513
 
1514
- #: wp-backitup.php:98
1515
  msgid "WPBUP - Once Weekly"
1516
  msgstr ""
1517
 
1518
- #: wp-backitup.php:99
1519
  msgid "WPBUP - Once Monthly"
1520
  msgstr ""
1521
 
1522
- #: wp-backitup.php:100 wp-backitup.php:101
1523
  #, php-format
1524
  msgid "WPBUP - Every %s hours"
1525
  msgstr ""
1526
 
1527
- #: wp-backitup.php:138
 
 
 
 
1528
  msgid "Cleanup"
1529
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
+ "POT-Creation-Date: 2016-06-14 08:32-0400\n"
6
  "PO-Revision-Date: 2015-08-04 16:26-0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.8\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-KeywordsList: _;__;_e\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: lib/background-processing/class-background-process.php:408
20
+ #, php-format
21
+ msgid "Every %d Minutes"
22
+ msgstr ""
23
+
24
  #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
25
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
26
+ #: wp-backitup.php:142
27
  msgid "Backup"
28
  msgstr ""
29
 
30
  #: lib/includes/class-wpbackitup-admin.php:215
31
  #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
32
+ #: wp-backitup.php:156
33
  msgid "Restore"
34
  msgstr ""
35
 
120
  msgid "Uploaded Backup"
121
  msgstr ""
122
 
123
+ #: lib/includes/class-wpbackitup-admin.php:601
124
  msgid "Backup Queued"
125
  msgstr ""
126
 
127
+ #: lib/includes/class-wpbackitup-admin.php:610
128
  msgid "Backup could not be queued"
129
  msgstr ""
130
 
131
+ #: lib/includes/class-wpbackitup-admin.php:622
132
  msgid "Job is already in queue."
133
  msgstr ""
134
 
135
+ #: lib/includes/class-wpbackitup-admin.php:660
136
  msgid "No backup file selected."
137
  msgstr ""
138
 
139
+ #: lib/includes/class-wpbackitup-admin.php:667
140
  msgid "No user id found."
141
  msgstr ""
142
 
143
+ #: lib/includes/class-wpbackitup-admin.php:690
144
  msgid "Restore Queued"
145
  msgstr ""
146
 
147
+ #: lib/includes/class-wpbackitup-admin.php:699
148
  msgid "Restore could not be queued"
149
  msgstr ""
150
 
151
+ #: lib/includes/class-wpbackitup-admin.php:705
152
  msgid "Restore already in queue"
153
  msgstr ""
154
 
155
+ #: lib/includes/class-wpbackitup-admin.php:737
156
  msgid "No job id posted"
157
  msgstr ""
158
 
159
+ #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
160
  msgid "Backup Cancelled"
161
  msgstr ""
162
 
163
+ #: lib/includes/class-wpbackitup-admin.php:747
164
  msgid "Backup job not found"
165
  msgstr ""
166
 
167
+ #: lib/includes/class-wpbackitup-admin.php:908
168
  msgid "No response log found."
169
  msgstr ""
170
 
171
+ #: lib/includes/class-wpbackitup-admin.php:1010
172
+ #: lib/includes/class-wpbackitup-admin.php:1018
173
+ #: lib/includes/class-wpbackitup-admin.php:1064
174
+ #: lib/includes/class-wpbackitup-admin.php:1071
175
+ #: lib/includes/class-wpbackitup-admin.php:1078
176
+ #: lib/includes/class-wpbackitup-admin.php:1085
177
+ #: lib/includes/class-wpbackitup-admin.php:1092
178
  msgid "Please enter a number"
179
  msgstr ""
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:1039
182
+ #: lib/includes/class-wpbackitup-admin.php:1201
183
  msgid "Please enter a valid email"
184
  msgstr ""
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1208
187
  msgid "Please enter your support ticket id"
188
  msgstr ""
189
 
190
+ #: lib/includes/class-wpbackitup-admin.php:1213
191
  msgid "Please only enter numbers in this field"
192
  msgstr ""
193
 
194
+ #: lib/includes/class-wpbackitup-admin.php:2003
195
+ #: lib/includes/class-wpbackitup-admin.php:2023
196
  msgid ""
197
  "License could not be activated. Please try again in a few hours and contact "
198
  "support if this error continues."
199
  msgstr ""
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:2072
202
  msgid "License is invalid."
203
  msgstr ""
204
 
205
+ #: lib/includes/class-wpbackitup-admin.php:2077
206
  msgid "License has expired."
207
  msgstr ""
208
 
209
+ #: lib/includes/class-wpbackitup-admin.php:2080
210
  #, php-format
211
  msgid ""
212
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
214
  "<strong>world class support</strong> team."
215
  msgstr ""
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2094
218
  msgid "License Expired: Scheduled backups are no longer active."
219
  msgstr ""
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2102
222
  msgid "Activation limit has been reached."
223
  msgstr ""
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2108
226
  msgid "Your Activation limit has been reached"
227
  msgstr ""
228
 
251
  msgid "Could not import file into WPBackItUp backup set."
252
  msgstr ""
253
 
254
+ #: lib/includes/job_backup.php:1135
255
  #, php-format
256
  msgid ""
257
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
261
  "of product updates and access to our world class support team.<br/><br/>"
262
  msgstr ""
263
 
264
+ #: lib/includes/job_backup.php:1140
265
  #, php-format
266
  msgid "%s - Backup completed successfully."
267
  msgstr ""
268
 
269
+ #: lib/includes/job_backup.php:1141
270
  msgid "Your backup completed successfully."
271
  msgstr ""
272
 
273
+ #: lib/includes/job_backup.php:1144
274
  #, php-format
275
  msgid "%s - Backup did not complete successfully."
276
  msgstr ""
277
 
278
+ #: lib/includes/job_backup.php:1145
279
  msgid "Your backup did not complete successfully."
280
  msgstr ""
281
 
282
+ #: lib/includes/job_backup.php:1152
283
  #, php-format
284
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
285
  msgstr ""
286
 
287
+ #: lib/includes/job_backup.php:1153
288
  msgid "Backup date:"
289
  msgstr ""
290
 
291
+ #: lib/includes/job_backup.php:1154
292
  msgid "Number of backups completed with WPBackItUp:"
293
  msgstr ""
294
 
295
+ #: lib/includes/job_backup.php:1156
296
  msgid "Completion Code:"
297
  msgstr ""
298
 
299
+ #: lib/includes/job_backup.php:1157
300
  msgid "WPBackItUp Version:"
301
  msgstr ""
302
 
303
+ #: lib/includes/job_backup.php:1169
304
  #, php-format
305
  msgid "Checkout %s for info about WPBackItUp and our other products."
306
  msgstr ""
307
 
308
+ #: lib/includes/job_backup.php:1336
309
  msgid ""
310
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
311
  "settings of your wp-backitup backup directory"
312
  msgstr ""
313
 
314
+ #: lib/includes/job_backup.php:1337
315
  msgid ""
316
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
317
  "your wp-backitup plugin directory"
318
  msgstr ""
319
 
320
+ #: lib/includes/job_backup.php:1338
321
  msgid "(103) Unable to backup your files. Please try again"
322
  msgstr ""
323
 
324
+ #: lib/includes/job_backup.php:1339
325
  msgid "(104) Unable to export your database. Please try again"
326
  msgstr ""
327
 
328
+ #: lib/includes/job_backup.php:1340
329
  msgid "(105) Unable to export site information file. Please try again"
330
  msgstr ""
331
 
332
+ #: lib/includes/job_backup.php:1341
333
  msgid "(106) Unable to cleanup your backup directory"
334
  msgstr ""
335
 
336
+ #: lib/includes/job_backup.php:1342
337
  msgid "(107) Unable to compress(zip) your backup. Please try again"
338
  msgstr ""
339
 
340
+ #: lib/includes/job_backup.php:1343
341
  msgid "(108) Unable to backup your site data files. Please try again"
342
  msgstr ""
343
 
344
+ #: lib/includes/job_backup.php:1344
345
  msgid "(109) Unable to finalize backup. Please try again"
346
  msgstr ""
347
 
348
+ #: lib/includes/job_backup.php:1345
349
  msgid "(110) Unable to create backup manifest. Please try again"
350
  msgstr ""
351
 
352
+ #: lib/includes/job_backup.php:1346
353
  msgid ""
354
  "(114) Your database was accessible but an export could not be created. "
355
  "Please contact support by clicking the get support link on the right. Please "
356
  "let us know who your host is when you submit the request"
357
  msgstr ""
358
 
359
+ #: lib/includes/job_backup.php:1347
360
  msgid "(120) Unable to backup your themes. Please try again"
361
  msgstr ""
362
 
363
+ #: lib/includes/job_backup.php:1348
364
  msgid "(121) Unable to backup your plugins. Please try again"
365
  msgstr ""
366
 
367
+ #: lib/includes/job_backup.php:1349
368
  msgid "(122) Unable to backup your uploads. Please try again"
369
  msgstr ""
370
 
371
+ #: lib/includes/job_backup.php:1350
372
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
373
  msgstr ""
374
 
375
+ #: lib/includes/job_backup.php:1351
376
  msgid ""
377
  "(125) Unable to compress your backup because there is no zip utility "
378
  "available. Please contact support"
379
  msgstr ""
380
 
381
+ #: lib/includes/job_backup.php:1352
382
  msgid "(126) Unable to validate your backup. Please try again"
383
  msgstr ""
384
 
385
+ #: lib/includes/job_backup.php:1353
386
  msgid "(127) Unable to create inventory of files to backup. Please try again"
387
  msgstr ""
388
 
389
+ #: lib/includes/job_backup.php:1354
390
  msgid "(128) Unable to create job control record. Please try again"
391
  msgstr ""
392
 
393
+ #: lib/includes/job_backup.php:1356
394
  msgid ""
395
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
396
  "settings of your wp-backitup backup directory"
397
  msgstr ""
398
 
399
+ #: lib/includes/job_backup.php:1357
400
  msgid ""
401
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
402
  "your wp-backitup plugin directory"
403
  msgstr ""
404
 
405
+ #: lib/includes/job_backup.php:1358
406
  msgid "(2103) Unable to backup your files. Please try again"
407
  msgstr ""
408
 
409
+ #: lib/includes/job_backup.php:1359
410
  msgid "(2104) Unable to export your database. Please try again"
411
  msgstr ""
412
 
413
+ #: lib/includes/job_backup.php:1360
414
  msgid "(2105) Unable to export site information file. Please try again"
415
  msgstr ""
416
 
417
+ #: lib/includes/job_backup.php:1361
418
  msgid "(2106) Unable to cleanup your backup directory"
419
  msgstr ""
420
 
421
+ #: lib/includes/job_backup.php:1362
422
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
423
  msgstr ""
424
 
425
+ #: lib/includes/job_backup.php:1363
426
  msgid "(2108) Unable to backup your site data files. Please try again"
427
  msgstr ""
428
 
429
+ #: lib/includes/job_backup.php:1364
430
  msgid "(2109) Unable to finalize backup. Please try again"
431
  msgstr ""
432
 
433
+ #: lib/includes/job_backup.php:1365
434
  msgid "(2110) Unable to create backup manifest. Please try again"
435
  msgstr ""
436
 
437
+ #: lib/includes/job_backup.php:1366
438
  msgid ""
439
  "(2114) Your database was accessible but an export could not be created. "
440
  "Please contact support by clicking the get support link on the right. Please "
441
  "let us know who your host is when you submit the request"
442
  msgstr ""
443
 
444
+ #: lib/includes/job_backup.php:1367
445
  msgid "(2120) Unable to backup your themes. Please try again"
446
  msgstr ""
447
 
448
+ #: lib/includes/job_backup.php:1368
449
  msgid "(2121) Unable to backup your plugins. Please try again"
450
  msgstr ""
451
 
452
+ #: lib/includes/job_backup.php:1369
453
  msgid "(2122) Unable to backup your uploads. Please try again"
454
  msgstr ""
455
 
456
+ #: lib/includes/job_backup.php:1370
457
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
458
  msgstr ""
459
 
460
+ #: lib/includes/job_backup.php:1371
461
  msgid ""
462
  "(2125) Unable to compress your backup because there is no zip utility "
463
  "available. Please contact support"
464
  msgstr ""
465
 
466
+ #: lib/includes/job_backup.php:1372
467
  msgid "(2126) Unable to validate your backup. Please try again"
468
  msgstr ""
469
 
470
+ #: lib/includes/job_backup.php:1373
471
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
472
  msgstr ""
473
 
474
+ #: lib/includes/job_backup.php:1374
475
  msgid "(2128) Unable to create job control record. Please try again"
476
  msgstr ""
477
 
478
+ #: lib/includes/job_backup.php:1377
479
  msgid "(999) Unexpected error"
480
  msgstr ""
481
 
1267
  msgid "%s Settings"
1268
  msgstr ""
1269
 
1270
+ #: views/settings.php:48
1271
  msgid "Settings updated successfully!"
1272
  msgstr ""
1273
 
1274
+ #: views/settings.php:61
1275
  msgid "Email Notifications"
1276
  msgstr ""
1277
 
1278
+ #: views/settings.php:62
1279
  msgid ""
1280
  "Please enter your email address if you would like to receive backup email "
1281
  "notifications."
1282
  msgstr ""
1283
 
1284
+ #: views/settings.php:63
1285
  msgid ""
1286
  "Backup email notifications will be sent for every backup and will contain "
1287
  "status information related to the backup."
1288
  msgstr ""
1289
 
1290
+ #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1291
+ #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1292
+ #: views/settings.php:188 views/settings.php:226 views/settings.php:235
1293
  msgid "Save"
1294
  msgstr ""
1295
 
1296
+ #: views/settings.php:81
1297
  msgid "Backup Retention"
1298
  msgstr ""
1299
 
1300
+ #: views/settings.php:82
1301
  msgid ""
1302
  "Enter the number of backup archives that you would like to remain on the "
1303
  "server."
1304
  msgstr ""
1305
 
1306
+ #: views/settings.php:83
1307
  msgid ""
1308
  "Many hosts limit the amount of space that you can take up on their servers. "
1309
  "This option tells WPBackItUp the maximum number of backup archives that "
1311
  "oldest backup archives first."
1312
  msgstr ""
1313
 
1314
+ #: views/settings.php:102
1315
  msgid "Logging?"
1316
  msgstr ""
1317
 
1318
+ #: views/settings.php:103
1319
  msgid "Turn on WPBackItUp logging."
1320
  msgstr ""
1321
 
1322
+ #: views/settings.php:104
1323
  msgid ""
1324
  "This option should only be turned on by advanced users or when "
1325
  "troubleshooting issues with WPBackItUp support."
1326
  msgstr ""
1327
 
1328
+ #: views/settings.php:105
1329
  msgid "Yes"
1330
  msgstr ""
1331
 
1332
+ #: views/settings.php:106
1333
  msgid "No"
1334
  msgstr ""
1335
 
1336
+ #: views/settings.php:112
1337
+ msgid "Disable restore version compare?"
1338
+ msgstr ""
1339
+
1340
+ #: views/settings.php:114
1341
+ msgid ""
1342
+ "Check this box if you would like WPBackItUp not to check major version "
1343
+ "issue. This could be dangerous, you can disable it with your own risk."
1344
+ msgstr ""
1345
+
1346
+ #: views/settings.php:119
1347
  msgid "Single File Backup Set"
1348
  msgstr ""
1349
 
1350
+ #: views/settings.php:121
1351
  msgid ""
1352
  "Check this box if you would like WPBackItUp to create a single file backup "
1353
  "set."
1354
  msgstr ""
1355
 
1356
+ #: views/settings.php:122
1357
  msgid ""
1358
  "When this setting is turned on WPBackItUp will attempt to create a single "
1359
  "file backup set. If WPBackItUp is unable to create a single file backup set "
1361
  "set may not be possible with hosts that strictly limit memory utilization."
1362
  msgstr ""
1363
 
1364
+ #: views/settings.php:127
1365
  msgid "Batch Size"
1366
  msgstr ""
1367
 
1368
+ #: views/settings.php:128
1369
  msgid "Enter the batch size for each of your content items."
1370
  msgstr ""
1371
 
1372
+ #: views/settings.php:129
1373
  msgid ""
1374
  "These settings tell WPBackItUp how many items that should be added to the "
1375
  "backup at a time. If you experience timeouts while running a backup then "
1377
  "WPBackItUp to complete each backup task ."
1378
  msgstr ""
1379
 
1380
+ #: views/settings.php:132
1381
  msgid "DB Tables Batch Size"
1382
  msgstr ""
1383
 
1384
+ #: views/settings.php:137
1385
  msgid "Plugins Batch Size"
1386
  msgstr ""
1387
 
1388
+ #: views/settings.php:142
1389
  msgid "Themes Batch Size"
1390
  msgstr ""
1391
 
1392
+ #: views/settings.php:147
1393
  msgid "Uploads Batch Size"
1394
  msgstr ""
1395
 
1396
+ #: views/settings.php:152
1397
  msgid "Others Batch Size"
1398
  msgstr ""
1399
 
1400
+ #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1401
  msgid ""
1402
  "* These settings should only be modified by advanced users or when when "
1403
  "working with WPBackItUp support."
1404
  msgstr ""
1405
 
1406
+ #: views/settings.php:167
1407
  msgid "Filter Your Folders"
1408
  msgstr ""
1409
 
1410
+ #: views/settings.php:168
1411
  msgid ""
1412
  "Enter a comma separated list of folders that should be excluded from your "
1413
  "backups."
1414
  msgstr ""
1415
 
1416
+ #: views/settings.php:169
1417
  msgid ""
1418
  "It is important to note that when a folder name is present in this list any "
1419
  "occurrence of that folder, and all its contents, will be excluded from the "
1420
  "backup."
1421
  msgstr ""
1422
 
1423
+ #: views/settings.php:171
1424
  msgid "Plugin Folders Filter"
1425
  msgstr ""
1426
 
1427
+ #: views/settings.php:176
1428
  msgid "Theme Folders Filter"
1429
  msgstr ""
1430
 
1431
+ #: views/settings.php:181
1432
  msgid "Upload Folders Filter"
1433
  msgstr ""
1434
 
1435
+ #: views/settings.php:185
1436
  msgid "Other Folders Filter"
1437
  msgstr ""
1438
 
1439
+ #: views/settings.php:194
1440
  msgid "Filter Your Database Tables"
1441
  msgstr ""
1442
 
1443
+ #: views/settings.php:195
1444
  msgid "Exclude custom database tables from the backup."
1445
  msgstr ""
1446
 
1447
+ #: views/settings.php:196
1448
  msgid ""
1449
  "If you would like to exclude a custom table from the backup then simply drag "
1450
  "it to the list on the right. WordPress core tables may not be excluded from "
1451
  "the backup. "
1452
  msgstr ""
1453
 
1454
+ #: views/settings.php:232
1455
  msgid "Remove Data on Uninstall?"
1456
  msgstr ""
1457
 
1458
+ #: views/settings.php:234
1459
  msgid ""
1460
  "Check this box if you would like WPBackItUp to completely remove all of its "
1461
  "data when the plugin is deleted."
1515
  msgid "Premium customers receive priority support."
1516
  msgstr ""
1517
 
1518
+ #: wp-backitup.php:93 wp-backitup.php:94
1519
  #, php-format
1520
  msgid "Every %s hours"
1521
  msgstr ""
1522
 
1523
+ #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1524
+ #: wp-backitup.php:99
1525
  #, php-format
1526
  msgid "WPBUP - Every %s minutes"
1527
  msgstr ""
1528
 
1529
+ #: wp-backitup.php:101
1530
  msgid "WPBUP - Once Weekly"
1531
  msgstr ""
1532
 
1533
+ #: wp-backitup.php:102
1534
  msgid "WPBUP - Once Monthly"
1535
  msgstr ""
1536
 
1537
+ #: wp-backitup.php:103 wp-backitup.php:104
1538
  #, php-format
1539
  msgid "WPBUP - Every %s hours"
1540
  msgstr ""
1541
 
1542
+ #: wp-backitup.php:113
1543
+ msgid "Local File"
1544
+ msgstr ""
1545
+
1546
+ #: wp-backitup.php:170
1547
  msgid "Cleanup"
1548
  msgstr ""
lib/background-processing/class-async-request.php ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Abstract Async Request class
5
+ *
6
+ * @link http://www.wpbackitup.com
7
+ * @since 1.0.0
8
+ *
9
+ * @package WPBackItUp
10
+ * @subpackage WPBackItUp/background-processing
11
+ */
12
+
13
+
14
+ if ( ! class_exists( 'WPBackItUp_Async_Request' ) ) {
15
+ abstract class WPBackItUp_Async_Request {
16
+
17
+ /**
18
+ * @var string
19
+ */
20
+ protected $prefix = 'wp';
21
+
22
+ /**
23
+ * @var string
24
+ */
25
+ protected $action = 'async_request';
26
+
27
+ /**
28
+ * @var string
29
+ */
30
+ protected $identifier;
31
+
32
+ /**
33
+ * @var array
34
+ */
35
+ protected $data = array();
36
+
37
+ /**
38
+ * Initiate new async request
39
+ */
40
+ public function __construct() {
41
+ $this->identifier = $this->prefix . '_' . $this->action;
42
+
43
+ add_action( 'wp_ajax_' . $this->identifier, array( $this, 'maybe_handle' ) );
44
+ add_action( 'wp_ajax_nopriv_' . $this->identifier, array( $this, 'maybe_handle' ) );
45
+ }
46
+
47
+ /**
48
+ * Set data used during the request
49
+ *
50
+ * @param array $data
51
+ *
52
+ * @return $this
53
+ */
54
+ public function data( $data ) {
55
+ $this->data = $data;
56
+
57
+ return $this;
58
+ }
59
+
60
+ /**
61
+ * Dispatch the async request
62
+ *
63
+ * @return array|WP_Error
64
+ */
65
+ public function dispatch() {
66
+ //error_log('dispatch:'. var_export($this->get_query_args(),true));
67
+
68
+ $url = add_query_arg( $this->get_query_args(), $this->get_query_url() );
69
+ $args = $this->get_post_args();
70
+
71
+ // url: wp-admin/admin-ajax.php?action=wpbackitup_background_process&nonce=c103385158
72
+ return wp_remote_post( esc_url_raw( $url ), $args );
73
+ }
74
+
75
+ /**
76
+ * Get query args
77
+ *
78
+ * @return array
79
+ */
80
+ protected function get_query_args() {
81
+ if ( property_exists( $this, 'query_args' ) ) {
82
+ return $this->query_args;
83
+ }
84
+
85
+ return array(
86
+ 'action' => $this->identifier,
87
+ 'nonce' => wp_create_nonce( $this->identifier ),
88
+ );
89
+ }
90
+
91
+ /**
92
+ * Get query URL
93
+ *
94
+ * @return string
95
+ */
96
+ protected function get_query_url() {
97
+ if ( property_exists( $this, 'query_url' ) ) {
98
+ return $this->query_url;
99
+ }
100
+
101
+ return admin_url( 'admin-ajax.php' );
102
+ }
103
+
104
+ /**
105
+ * Get post args
106
+ *
107
+ * @return array
108
+ */
109
+ protected function get_post_args() {
110
+ if ( property_exists( $this, 'post_args' ) ) {
111
+ return $this->post_args;
112
+ }
113
+
114
+ return array(
115
+ 'timeout' => 0.01,
116
+ 'blocking' => false,
117
+ 'body' => $this->data,
118
+ 'cookies' => $_COOKIE,
119
+ 'sslverify' => apply_filters( 'https_local_ssl_verify', false ),
120
+ );
121
+ }
122
+
123
+ /**
124
+ * Maybe handle
125
+ *
126
+ * Check for correct nonce and pass to handler.
127
+ */
128
+ public function maybe_handle() {
129
+ check_ajax_referer( $this->identifier, 'nonce' );
130
+
131
+ $this->handle();
132
+
133
+ wp_die();
134
+ }
135
+
136
+ /**
137
+ * Handle
138
+ *
139
+ * Override this method to perform any actions required
140
+ * during the async request.
141
+ */
142
+ abstract protected function handle();
143
+
144
+ }
145
+ }
lib/background-processing/class-background-process.php ADDED
@@ -0,0 +1,472 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Abstract background processing class
5
+ *
6
+ * @link http://www.wpbackitup.com
7
+ * @since 1.0.0
8
+ *
9
+ * @package WPBackItUp
10
+ * @subpackage WPBackItUp/background-processing
11
+ */
12
+
13
+ if ( ! class_exists( 'WPBackItUp_Background_Process' ) ) {
14
+ abstract class WPBackItUp_Background_Process extends WPBackItUp_Async_Request {
15
+
16
+ /**
17
+ * @var
18
+ */
19
+ protected $action = 'background_process';
20
+
21
+ /**
22
+ * Start time of current process
23
+ *
24
+ * @var int
25
+ */
26
+ protected $start_time = 0;
27
+
28
+ /**
29
+ * @var string
30
+ */
31
+ protected $cron_hook_identifier;
32
+
33
+ /**
34
+ * @var string
35
+ */
36
+ protected $cron_interval_identifier;
37
+
38
+ /**
39
+ * Initiate new background process
40
+ */
41
+ public function __construct() {
42
+ parent::__construct();
43
+
44
+ $this->cron_hook_identifier = $this->identifier . '_cron';
45
+ $this->cron_interval_identifier = $this->identifier . '_cron_interval';
46
+
47
+ add_action( $this->cron_hook_identifier, array( $this, 'handle_cron_healthcheck' ) );
48
+ add_filter( 'cron_schedules', array( $this, 'schedule_cron_healthcheck' ) );
49
+ }
50
+
51
+ /**
52
+ * Dispatch
53
+ *
54
+ * @return array|WP_Error
55
+ */
56
+ public function dispatch() {
57
+ // Schedule the cron healthcheck
58
+ $this->schedule_event();
59
+
60
+ // Perform remote post
61
+ parent::dispatch();
62
+ }
63
+
64
+ /**
65
+ * Push to queue
66
+ *
67
+ * @param mixed $data
68
+ *
69
+ * @return $this
70
+ */
71
+ public function push_to_queue( $data ) {
72
+ $this->data[] = $data;
73
+
74
+ return $this;
75
+ }
76
+
77
+ /**
78
+ * Save queue
79
+ *
80
+ * @return $this
81
+ */
82
+ public function save() {
83
+ $key = $this->generate_key();
84
+
85
+ if ( ! empty( $this->data ) ) {
86
+ update_site_option( $key, $this->data );
87
+ }
88
+
89
+ return $this;
90
+ }
91
+
92
+ /**
93
+ * Update queue
94
+ *
95
+ * @param string $key
96
+ * @param array $data
97
+ *
98
+ * @return $this
99
+ */
100
+ public function update( $key, $data ) {
101
+ if ( ! empty( $data ) ) {
102
+ update_site_option( $key, $data );
103
+ }
104
+
105
+ return $this;
106
+ }
107
+
108
+ /**
109
+ * Delete queue
110
+ *
111
+ * @param string $key
112
+ *
113
+ * @return $this
114
+ */
115
+ public function delete( $key ) {
116
+ delete_site_option( $key );
117
+
118
+ return $this;
119
+ }
120
+
121
+ /**
122
+ * Generate key
123
+ *
124
+ * Generates a unique key based on microtime. Queue items are
125
+ * given a unique key so that they can be merged upon save.
126
+ *
127
+ * @param int $length
128
+ *
129
+ * @return string
130
+ */
131
+ protected function generate_key( $length = 64 ) {
132
+ $unique = md5( microtime() . rand() );
133
+ $prepend = $this->identifier . '_batch_';
134
+
135
+ return substr( $prepend . $unique, 0, $length );
136
+ }
137
+
138
+ /**
139
+ * Maybe process queue
140
+ *
141
+ * Checks whether data exists within the queue and that
142
+ * the process is not already running.
143
+ */
144
+ public function maybe_handle() {
145
+ if ( $this->is_process_running() ) {
146
+ // Background process already running
147
+ wp_die();
148
+ }
149
+
150
+ if ( $this->is_queue_empty() ) {
151
+ // No data to process
152
+ wp_die();
153
+ }
154
+
155
+ check_ajax_referer( $this->identifier, 'nonce' );
156
+
157
+ $this->handle();
158
+
159
+ wp_die();
160
+ }
161
+
162
+ /**
163
+ * Is queue empty
164
+ *
165
+ * @return bool
166
+ */
167
+ protected function is_queue_empty() {
168
+ global $wpdb;
169
+
170
+ $table = $wpdb->options;
171
+ $column = 'option_name';
172
+
173
+ if ( is_multisite() ) {
174
+ $table = $wpdb->sitemeta;
175
+ $column = 'meta_key';
176
+ }
177
+
178
+ $key = $this->identifier . '_batch_%';
179
+
180
+ $sql =$wpdb->prepare( "
181
+ SELECT COUNT(*)
182
+ FROM {$table}
183
+ WHERE {$column} LIKE %s ",
184
+ $key ) ;
185
+
186
+ //error_log($sql);
187
+
188
+ $count = $wpdb->get_var( $sql);
189
+ return ( $count > 0 ) ? false : true;
190
+ }
191
+
192
+ /**
193
+ * Is process running
194
+ *
195
+ * Check whether the current process is already running
196
+ * in a background process.
197
+ */
198
+ protected function is_process_running() {
199
+ if ( get_site_transient( $this->identifier . '_process_lock' ) ) {
200
+ // Process already running
201
+ return true;
202
+ }
203
+
204
+ return false;
205
+ }
206
+
207
+ /**
208
+ * Lock process
209
+ *
210
+ * Lock the process so that multiple instances can't run simultaneously.
211
+ * Override if applicable, but the duration should be greater than that
212
+ * defined in the time_exceeded() method.
213
+ */
214
+ protected function lock_process() {
215
+ $this->start_time = time(); // Set start time of current process
216
+
217
+ $lock_duration = ( property_exists( $this, 'queue_lock_time' ) ) ? $this->queue_lock_time : 60; // 1 minute
218
+ $lock_duration = apply_filters( $this->identifier . '_queue_lock_time', $lock_duration );
219
+
220
+ set_site_transient( $this->identifier . '_process_lock', microtime(), $lock_duration );
221
+ }
222
+
223
+ /**
224
+ * Unlock process
225
+ *
226
+ * Unlock the process so that other instances can spawn.
227
+ *
228
+ * @return $this
229
+ */
230
+ protected function unlock_process() {
231
+ delete_site_transient( $this->identifier . '_process_lock' );
232
+
233
+ return $this;
234
+ }
235
+
236
+ /**
237
+ * Get batch
238
+ *
239
+ * @return stdClass Return the first batch from the queue
240
+ */
241
+ protected function get_batch() {
242
+ global $wpdb;
243
+
244
+ $table = $wpdb->options;
245
+ $column = 'option_name';
246
+ $key_column = 'option_id';
247
+ $value_column = 'option_value';
248
+
249
+ if ( is_multisite() ) {
250
+ $table = $wpdb->sitemeta;
251
+ $column = 'meta_key';
252
+ $key_column = 'meta_id';
253
+ $value_column = 'meta_value';
254
+ }
255
+
256
+ $key = $this->identifier . '_batch_%';
257
+
258
+ $query = $wpdb->get_row( $wpdb->prepare( "
259
+ SELECT *
260
+ FROM {$table}
261
+ WHERE {$column} LIKE %s
262
+ ORDER BY {$key_column} ASC
263
+ LIMIT 1
264
+ ", $key ) );
265
+
266
+ $batch = new stdClass();
267
+ $batch->key = $query->$column;
268
+ $batch->data = maybe_unserialize( $query->$value_column );
269
+
270
+ return $batch;
271
+ }
272
+
273
+ /**
274
+ * Handle
275
+ *
276
+ * Pass each queue item to the task handler, while remaining
277
+ * within server memory and time limit constraints.
278
+ */
279
+ protected function handle() {
280
+ $this->lock_process();
281
+
282
+ do {
283
+ $batch = $this->get_batch();
284
+
285
+ foreach ( $batch->data as $key => $value ) {
286
+ $task = $this->task( $value );
287
+
288
+ if ( false !== $task ) {
289
+ $batch->data[ $key ] = $task;
290
+ } else {
291
+ unset( $batch->data[ $key ] );
292
+ }
293
+
294
+ if ( $this->time_exceeded() || $this->memory_exceeded() ) {
295
+ // Batch limits reached
296
+ break;
297
+ }
298
+ }
299
+
300
+ // Update or delete current batch
301
+ if ( ! empty( $batch->data ) ) {
302
+ $this->update( $batch->key, $batch->data );
303
+ } else {
304
+ $this->delete( $batch->key );
305
+ }
306
+ } while ( ! $this->time_exceeded() && ! $this->memory_exceeded() && ! $this->is_queue_empty() );
307
+
308
+ $this->unlock_process();
309
+
310
+ // Start next batch or complete process
311
+ if ( ! $this->is_queue_empty() ) {
312
+ $this->dispatch();
313
+ } else {
314
+ $this->complete();
315
+ }
316
+
317
+ wp_die();
318
+ }
319
+
320
+ /**
321
+ * Memory exceeded
322
+ *
323
+ * Ensures the batch process never exceeds 90%
324
+ * of the maximum WordPress memory.
325
+ *
326
+ * @return bool
327
+ */
328
+ protected function memory_exceeded() {
329
+ $memory_limit = $this->get_memory_limit() * 0.9; // 90% of max memory
330
+ $current_memory = memory_get_usage( true );
331
+ $return = false;
332
+
333
+ if ( $current_memory >= $memory_limit ) {
334
+ $return = true;
335
+ }
336
+
337
+ return apply_filters( $this->identifier . '_memory_exceeded', $return );
338
+ }
339
+
340
+ /**
341
+ * Get memory limit
342
+ *
343
+ * @return int
344
+ */
345
+ protected function get_memory_limit() {
346
+ if ( function_exists( 'ini_get' ) ) {
347
+ $memory_limit = ini_get( 'memory_limit' );
348
+ } else {
349
+ // Sensible default
350
+ $memory_limit = '128M';
351
+ }
352
+
353
+ if ( ! $memory_limit || -1 == $memory_limit ) {
354
+ // Unlimited, set to 32GB
355
+ $memory_limit = '32000M';
356
+ }
357
+
358
+ return intval( $memory_limit ) * 1024 * 1024;
359
+ }
360
+
361
+ /**
362
+ * Time exceeded
363
+ *
364
+ * Ensures the batch never exceeds a sensible time limit.
365
+ * A timeout limit of 30s is common on shared hosting.
366
+ *
367
+ * @return bool
368
+ */
369
+ protected function time_exceeded() {
370
+ $finish = $this->start_time + apply_filters( $this->identifier . '_default_time_limit', 20 ); // 20 seconds
371
+ $return = false;
372
+
373
+ if ( time() >= $finish ) {
374
+ $return = true;
375
+ }
376
+
377
+ return apply_filters( $this->identifier . '_time_exceeded', $return );
378
+ }
379
+
380
+ /**
381
+ * Complete
382
+ *
383
+ * Override if applicable, but ensure that the below actions are
384
+ * performed, or, call parent::complete().
385
+ */
386
+ protected function complete() {
387
+ // Unschedule the cron healthcheck
388
+ $this->clear_scheduled_event();
389
+ }
390
+
391
+ /**
392
+ * Schedule cron healthcheck
393
+ *
394
+ * @param $schedules
395
+ *
396
+ * @return mixed
397
+ */
398
+ public function schedule_cron_healthcheck( $schedules ) {
399
+ $interval = apply_filters( $this->identifier . '_cron_interval', 1 );
400
+
401
+ if ( property_exists( $this, 'cron_interval' ) ) {
402
+ $interval = apply_filters( $this->identifier . '_cron_interval', $this->cron_interval_identifier );
403
+ }
404
+
405
+ // Adds every 5 minutes to the existing schedules.
406
+ $schedules[ $this->identifier . '_cron_interval' ] = array(
407
+ 'interval' => MINUTE_IN_SECONDS * $interval,
408
+ 'display' => sprintf( __( 'Every %d Minutes' ), $interval ),
409
+ );
410
+
411
+ return $schedules;
412
+ }
413
+
414
+ /**
415
+ * Handle cron healthcheck
416
+ *
417
+ * Restart the background process if not already running
418
+ * and data exists in the queue.
419
+ */
420
+ public function handle_cron_healthcheck() {
421
+ if ( $this->is_process_running() ) {
422
+ // Background process already running
423
+ exit;
424
+ }
425
+
426
+ if ( $this->is_queue_empty() ) {
427
+ // No data to process
428
+ $this->clear_scheduled_event();
429
+ exit;
430
+ }
431
+
432
+ $this->handle();
433
+
434
+ exit;
435
+ }
436
+
437
+ /**
438
+ * Schedule event
439
+ */
440
+ protected function schedule_event() {
441
+ if ( ! wp_next_scheduled( $this->cron_hook_identifier ) ) {
442
+ wp_schedule_event( time(), $this->cron_interval_identifier, $this->cron_hook_identifier );
443
+ }
444
+ }
445
+
446
+ /**
447
+ * Clear scheduled event
448
+ */
449
+ protected function clear_scheduled_event() {
450
+ $timestamp = wp_next_scheduled( $this->cron_hook_identifier );
451
+
452
+ if ( $timestamp ) {
453
+ wp_unschedule_event( $timestamp, $this->cron_hook_identifier );
454
+ }
455
+ }
456
+
457
+ /**
458
+ * Task
459
+ *
460
+ * Override this method to perform any actions required on each
461
+ * queue item. Return the modified item for further processing
462
+ * in the next pass through. Or, return false to remove the
463
+ * item from the queue.
464
+ *
465
+ * @param mixed $item Queue item to iterate over
466
+ *
467
+ * @return mixed
468
+ */
469
+ abstract protected function task( $item );
470
+
471
+ }
472
+ }
lib/background-processing/class-task-processor.php ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Handles background task processing for WPBackItUp
5
+ *
6
+ * This class will be called by the background processor
7
+ *
8
+ * @link http://www.wpbackitup.com
9
+ * @since 1.0.0
10
+ *
11
+ * @package WPBackItUp
12
+ * @subpackage WPBackItUp/background-processing
13
+ */
14
+
15
+ class WPBackItUp_Task_Processor extends WPBackItUp_Background_Process {
16
+
17
+ //override prefix
18
+ protected $prefix = 'wpbackitup';
19
+
20
+ //override action
21
+ protected $action = 'background_process';
22
+
23
+ /**
24
+ * Task
25
+ *
26
+ * Override this method to perform any actions required on each
27
+ * queue item. Return the modified item for further processing
28
+ * in the next pass through. Or, return false to remove the
29
+ * item from the queue.
30
+ *
31
+ * Fetch next task from job manager and invoke.
32
+ * When all tasks are complete, end background processor(return false)
33
+ *
34
+ * @param mixed $item Queue item to iterate over
35
+ *
36
+ * @return mixed
37
+ */
38
+ protected function task( $item ) {
39
+ $logname = 'debug_task_processor';
40
+
41
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__,'Task Processor Event:'. var_export( $item, true ) );
42
+
43
+ try {
44
+
45
+ if (empty($item)){
46
+ WPBackItUp_LoggerV2::log_error($logname,__METHOD__,'NO item passed to task processor.');
47
+ return false;
48
+ }
49
+
50
+ $item_parts = explode('_',$item);
51
+ if (false===$item_parts){
52
+ WPBackItUp_LoggerV2::log_error($logname,__METHOD__,'NO job id passed to task processor.');
53
+ return false;
54
+ }
55
+
56
+ $job_id = end($item_parts);
57
+ if (empty($job_id)){
58
+ WPBackItUp_LoggerV2::log_error($logname,__METHOD__,'NO JOB ID found.');
59
+ return false;
60
+ }
61
+
62
+ //Get the job info
63
+ $job = WPBackItUp_Job::get_job_by_id($job_id);
64
+ if (false===$job){
65
+ WPBackItUp_LoggerV2::log_error($logname,__METHOD__,'NO JOB found:'.$job_id);
66
+ return false;
67
+ }
68
+
69
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__, sprintf('Job found:(%s)',var_export($job,true)));
70
+
71
+ //If job is active or queued then fire task
72
+ if (WPBackItUp_Job::ACTIVE == $job->getJobStatus() || WPBackItUp_Job::QUEUED == $job->getJobStatus()) {
73
+
74
+ //Use the old hook for now
75
+ $job_type=$job->getJobType();
76
+ if (WPBackItUp_Job::BACKUP == $job_type||
77
+ WPBackItUp_Job::RESTORE == $job_type ||
78
+ WPBackItUp_Job::CLEANUP == $job_type) {
79
+
80
+ $query_args= array(
81
+ 'action' => 'wp-backitup_run_task',
82
+ 'job_id' => $job_id,
83
+ //'nonce' => wp_create_nonce( $this->identifier ),
84
+ );
85
+
86
+ $post_args = array(
87
+ 'timeout' => 5,
88
+ 'blocking' => false,
89
+ 'body' => '',
90
+ 'cookies' => $_COOKIE,
91
+ 'sslverify' => apply_filters( 'https_local_ssl_verify', false ),
92
+ );
93
+
94
+
95
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__,'Before Fire Action:wp-backitup_run_task');
96
+
97
+ $url = add_query_arg( $query_args, admin_url( 'admin-ajax.php' ));
98
+ $response = wp_remote_post( esc_url_raw( $url ), $post_args );
99
+
100
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__, sprintf('Wait %s seconds.',WPBACKITUP__TASK_WAIT_SECONDS));
101
+ sleep(WPBACKITUP__TASK_WAIT_SECONDS);//wait N seconds then check again
102
+
103
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__,'After Fire Action:wp-backitup_run_task');
104
+ return $item;
105
+ }
106
+
107
+ //NEW Tasks
108
+
109
+ //get task info
110
+ $task = $job->get_next_task();
111
+ WPBackItUp_LoggerV2::log_info( $logname, __METHOD__, sprintf( '(%s) Task Found: %s', $job->getJobType(), var_export($task,true)));
112
+ if ( false === $task ) {
113
+ //no tasks ready for processing
114
+ //If task is still processing, will timeout in 1 minutes
115
+ //review get_next_task to understand timeout/error
116
+ $wait_seconds= 2;
117
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__, sprintf('No task ready for processing. Wait %s seconds.',$wait_seconds));
118
+ sleep($wait_seconds);//wait 5 seconds then check again
119
+ return $item;
120
+ }
121
+
122
+ //Was there an error on the previous run
123
+ if ( WPBackItUp_Job::ERROR == $task->getStatus() ) {
124
+ WPBackItUp_LoggerV2::log_error($logname,__METHOD__,'Previous Task Error.');
125
+ return false;
126
+ }
127
+
128
+ //Get task Name + add wpb prefix for hook
129
+ $hook_name = 'wpbackitup_' . $task->getTaskName();
130
+
131
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__,sprintf('Before Fire Action:(%s)%s',$job_id,$hook_name));
132
+ $task->increment_retry_count();
133
+ do_action( $hook_name, $task );// RUN TASK
134
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__, sprintf('After Fire Action:(%s)%s',$job_id ,$hook_name));
135
+
136
+ return $item;
137
+
138
+ } else {
139
+ WPBackItUp_LoggerV2::log_info($logname,__METHOD__,'Job Completed:' . $job_id);
140
+ return false; //job has completed
141
+ }
142
+
143
+ } catch (Exception $e) {
144
+ WPBackItUp_LoggerV2::log_error($logname,__METHOD__, $e->getMessage());
145
+ return false;
146
+ }
147
+ }
148
+
149
+ /**
150
+ * Complete
151
+ *
152
+ * Override if applicable, but ensure that the below actions are
153
+ * performed, or, call parent::complete().
154
+ */
155
+ protected function complete() {
156
+ parent::complete();
157
+
158
+ // Show notice to user or perform some other arbitrary task...
159
+ }
160
+
161
+ }
lib/includes/class-backup.php CHANGED
@@ -306,7 +306,6 @@ class WPBackItUp_Backup {
306
  * @return bool|mixed
307
  */
308
  public function export_database_mysqldump($current_job,$content_type, $batch_size, $with_mysqlpath=false){
309
- global $wpdb;
310
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin MYSQLDUMP Database Export.');
311
 
312
  $job_id = $current_job->getJobId();
@@ -470,14 +469,13 @@ class WPBackItUp_Backup {
470
  try {
471
 
472
  //get the list of tables and row sizes
473
- $sqlUtil = new WPBackItUp_SQL();
474
- $db_size_array = $sqlUtil->get_table_rows();
475
 
476
  $datetime1 = new DateTime('now');
477
  $sql="";
478
- $db = new WPBackItUp_DataAccess();
479
- $total_counter=0;
480
 
 
481
  foreach ($db_size_array as $table) {
482
  $table_name = $table['table_name'];
483
  $table_rows=$table['table_rows'];
306
  * @return bool|mixed
307
  */
308
  public function export_database_mysqldump($current_job,$content_type, $batch_size, $with_mysqlpath=false){
 
309
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin MYSQLDUMP Database Export.');
310
 
311
  $job_id = $current_job->getJobId();
469
  try {
470
 
471
  //get the list of tables and row sizes
472
+ $db = new WPBackItUp_DataAccess();
473
+ $db_size_array = $db->get_table_rows();
474
 
475
  $datetime1 = new DateTime('now');
476
  $sql="";
 
 
477
 
478
+ $total_counter=0;
479
  foreach ($db_size_array as $table) {
480
  $table_name = $table['table_name'];
481
  $table_rows=$table['table_rows'];
lib/includes/class-database.php CHANGED
@@ -80,6 +80,40 @@ class WPBackItUp_DataAccess {
80
 
81
  }
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  /**
84
  * Save Batch of SQL values to inventory table with offset
85
  * @param $sql_values
@@ -909,6 +943,28 @@ class WPBackItUp_DataAccess {
909
  return $query_result;
910
  }
911
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
912
 
913
  /**
914
  * Find duplicate profiles
@@ -1219,6 +1275,29 @@ class WPBackItUp_DataAccess {
1219
  return $query_result;
1220
  }
1221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1222
 
1223
  /**
1224
  * Fetch user meta by id
@@ -1350,6 +1429,55 @@ class WPBackItUp_DataAccess {
1350
  return $wpdb->query( "DROP TABLE IF EXISTS " . $wpdb->prefix . $table_name );
1351
  }
1352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1353
  /**
1354
  *
1355
  * PRIVATES
@@ -1364,7 +1492,7 @@ class WPBackItUp_DataAccess {
1364
  * @return mixed
1365
  *
1366
  */
1367
- private function query($sql){
1368
  global $wpdb;
1369
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1370
 
@@ -1389,7 +1517,7 @@ class WPBackItUp_DataAccess {
1389
  * @param $sql
1390
  * @return mixed object|null returned on query
1391
  */
1392
- private function get_row($sql){
1393
  global $wpdb;
1394
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1395
 
@@ -1415,7 +1543,7 @@ class WPBackItUp_DataAccess {
1415
  * @param $sql
1416
  * @return mixed
1417
  */
1418
- private function get_rows($sql,$output=OBJECT){
1419
  global $wpdb;
1420
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1421
 
@@ -1459,6 +1587,25 @@ class WPBackItUp_DataAccess {
1459
 
1460
  }
1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1462
  /**
1463
  * Convert an array to a delimited list with quotes around each values
1464
  * @param $array_list
@@ -1473,6 +1620,4 @@ class WPBackItUp_DataAccess {
1473
  $delimted_list = "'" .implode("', '", $array_list) . "'";
1474
  return $delimted_list;
1475
  }
1476
-
1477
-
1478
- }
80
 
81
  }
82
 
83
+ /**
84
+ * Insert a job item
85
+ *
86
+ * @return bool
87
+ */
88
+ public function insert_job_item($job_id, $group_id, $item, $size_kb, $create_date) {
89
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
90
+ global $wpdb;
91
+
92
+ $sql = $wpdb->prepare(
93
+ "INSERT INTO $wpdb->wpbackitup_job_item
94
+ (job_id,
95
+ group_id,
96
+ item,
97
+ size_kb,
98
+ create_date
99
+ )
100
+ VALUES
101
+ (%d,%s,%s,%d,%s)"
102
+ ,
103
+ $job_id,
104
+ $group_id,
105
+ $item,
106
+ $size_kb,
107
+ $create_date
108
+ );
109
+
110
+ //If inserts return false
111
+ $sql_rtn = $this->query($sql);
112
+ if (false=== $sql_rtn || $sql_rtn==0 ) return false;
113
+ else return true;
114
+
115
+ }
116
+
117
  /**
118
  * Save Batch of SQL values to inventory table with offset
119
  * @param $sql_values
943
  return $query_result;
944
  }
945
 
946
+ /**
947
+ * @param $user_id
948
+ *
949
+ * @return mixed
950
+ */
951
+ public function get_user_by_id( $user_id ) {
952
+ global $wpdb;
953
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
954
+
955
+ $sql = $wpdb->prepare(
956
+ "SELECT *
957
+ FROM $wpdb->users
958
+ WHERE
959
+ ID=%d
960
+ ",$user_id);
961
+
962
+ $query_result=$this->get_row($sql);
963
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Results:'.var_export($query_result,true));
964
+
965
+ return $query_result;
966
+ }
967
+
968
 
969
  /**
970
  * Find duplicate profiles
1275
  return $query_result;
1276
  }
1277
 
1278
+ /**
1279
+ * Fetch option from DB
1280
+ *
1281
+ * @param $option_name
1282
+ *
1283
+ * @return bool
1284
+ */
1285
+ function get_option_value($option_name){
1286
+ global $wpdb;
1287
+
1288
+ $sql = $wpdb->prepare(
1289
+ "SELECT option_value
1290
+ FROM $wpdb->options
1291
+ WHERE option_name =%s"
1292
+ ,$option_name);
1293
+
1294
+ $value = $this->get_scalar($sql);
1295
+ if (empty($value)) {
1296
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Option not found:'. $option_name);
1297
+ }
1298
+
1299
+ return $value;
1300
+ }
1301
 
1302
  /**
1303
  * Fetch user meta by id
1429
  return $wpdb->query( "DROP TABLE IF EXISTS " . $wpdb->prefix . $table_name );
1430
  }
1431
 
1432
+ public function get_table_rows() {
1433
+ global $wpdb;
1434
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1435
+
1436
+ $sql = $wpdb->prepare(
1437
+ "SELECT
1438
+ TABLE_NAME AS table_name,
1439
+ TABLE_ROWS AS table_rows,
1440
+ round(((data_length + index_length) / 1024), 2) AS table_size_kb
1441
+ FROM INFORMATION_SCHEMA.TABLES
1442
+ WHERE TABLE_SCHEMA = %s
1443
+ ORDER BY TABLE_ROWS DESC;"
1444
+ ,DB_NAME);
1445
+
1446
+
1447
+ $table_list = $wpdb->get_results($sql, ARRAY_N);
1448
+
1449
+ // Cycle through "$result" and put content into an array
1450
+ $tables = array();
1451
+ foreach ($table_list as $table) {
1452
+ // echo var_export( $row );
1453
+ // echo '</br/>';
1454
+ $tables[] = array('table_name' => $table[0], 'table_rows' => $table[1], 'table_size_kb'=>$table[2]) ;
1455
+ }
1456
+
1457
+
1458
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Results:'.var_export($table_list,true));
1459
+ return $tables;
1460
+
1461
+ }
1462
+
1463
+ /**
1464
+ * Get path to mySQL install
1465
+ *
1466
+ * @return bool|string
1467
+ */
1468
+ public function get_mysql_path(){
1469
+ $base_directory= $this->get_scalar('select @@basedir');
1470
+
1471
+ if (!empty($base_directory)){
1472
+ $base_directory.='/bin/';
1473
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'MySQL install path found:' .$base_directory);
1474
+ return $base_directory;
1475
+ }
1476
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'MySQL install path NOT found');
1477
+ return false;
1478
+ }
1479
+
1480
+
1481
  /**
1482
  *
1483
  * PRIVATES
1492
  * @return mixed
1493
  *
1494
  */
1495
+ public function query($sql){
1496
  global $wpdb;
1497
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1498
 
1517
  * @param $sql
1518
  * @return mixed object|null returned on query
1519
  */
1520
+ public function get_row($sql){
1521
  global $wpdb;
1522
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1523
 
1543
  * @param $sql
1544
  * @return mixed
1545
  */
1546
+ public function get_rows($sql,$output=OBJECT){
1547
  global $wpdb;
1548
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1549
 
1587
 
1588
  }
1589
 
1590
+
1591
+ /**
1592
+ * Get Scalar value from SQL Statement
1593
+ *
1594
+ * @param $sql
1595
+ *
1596
+ * @return bool|mixed false on failure
1597
+ */
1598
+ private function get_scalar($sql){
1599
+ $result_array= $this->get_col($sql);
1600
+
1601
+ if (!empty($result_array) && is_array($result_array )){
1602
+ return current($result_array);
1603
+ }
1604
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'MySQL install path NOT found');
1605
+ return null;
1606
+
1607
+ }
1608
+
1609
  /**
1610
  * Convert an array to a delimited list with quotes around each values
1611
  * @param $array_list
1620
  $delimted_list = "'" .implode("', '", $array_list) . "'";
1621
  return $delimted_list;
1622
  }
1623
+ }
 
 
lib/includes/class-job.php CHANGED
@@ -273,7 +273,7 @@ class WPBackItUp_Job {
273
  }
274
 
275
  case self::ACTIVE:
276
- //Error if >= 5 minutes since the last update
277
  if (current_time('timestamp')>=$task->getLastUpdatedTimeStamp()+WPBACKITUP__TASK_TIMEOUT_SECONDS){
278
  $task->setStatus(WPBackItUp_Job_Task::ERROR);
279
 
@@ -886,6 +886,67 @@ class WPBackItUp_Job {
886
 
887
  }
888
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
889
  /*******************
890
  * Getters & Setters
891
  ******************/
273
  }
274
 
275
  case self::ACTIVE:
276
+ //Error if >= 1 minutes since the last update
277
  if (current_time('timestamp')>=$task->getLastUpdatedTimeStamp()+WPBACKITUP__TASK_TIMEOUT_SECONDS){
278
  $task->setStatus(WPBackItUp_Job_Task::ERROR);
279
 
886
 
887
  }
888
 
889
+
890
+ /**
891
+ * Get all job tasks for a job type
892
+ *
893
+ * @param $job_type
894
+ *
895
+ * @return array|bool task array on success|False when no tasks found
896
+ */
897
+ public static function get_job_tasks($job_type){
898
+
899
+ switch ($job_type) {
900
+ case self::RESTORE:
901
+ return self::$RESTORE_TASKS;
902
+ break;
903
+
904
+ case self::BACKUP:
905
+ return self::$BACKUP_TASKS;
906
+ break;
907
+
908
+ case self::CLEANUP:
909
+ return self::$CLEANUP_TASKS;
910
+ break;
911
+
912
+ default:
913
+ return false;
914
+ }
915
+ }
916
+
917
+
918
+ /**
919
+ * Get last run datetime for job type.
920
+ *
921
+ * @param $job_type
922
+ *
923
+ * @return mixed timestamp | 0 when none found
924
+ */
925
+ public static function get_job_lastRunDate($job_type) {
926
+ $job_setting = sprintf('%s_%s_lastrun_date',WPBACKITUP__NAMESPACE,$job_type);
927
+ $last_runDate = get_option($job_setting,false);
928
+ if (false===$last_runDate) return 0;
929
+ return $last_runDate;
930
+ }
931
+
932
+ /**
933
+ * Set last run datetime for job type.
934
+ *
935
+ * @param $job_type
936
+ *
937
+ * @param null $timestamp - null defaults to current datetime
938
+ *
939
+ * @return boolean true(success)|false(failure)
940
+ */
941
+ public static function set_job_lastRunDate($job_type, $timestamp=null) {
942
+ if (empty($timestamp)){
943
+ $timestamp=current_time( 'timestamp' );
944
+ }
945
+
946
+ $job_setting = sprintf('%s_%s_lastrun_date',WPBACKITUP__NAMESPACE,$job_type);
947
+ return update_option($job_setting,$timestamp);
948
+ }
949
+
950
  /*******************
951
  * Getters & Setters
952
  ******************/
lib/includes/class-logger.php CHANGED
@@ -78,12 +78,15 @@ class WPBackItUp_Logger {
78
  $this->dfh=null;
79
  }
80
 
81
- function log($message) {
82
  try{
83
  if (true===$this->logging){
84
  if (!is_null($this->dfh) && is_resource($this->dfh)){
85
  //$date = date_i18n('Y-m-d H:i:s',current_time( 'timestamp' ));
86
- $date = date_i18n('Y-m-d H:i:s', current_time('timestamp'));
 
 
 
87
  if( is_array( $message ) || is_object( $message ) ){
88
  fwrite($this->dfh, $date ." " .print_r( $message, true ) . PHP_EOL);
89
  } else {
78
  $this->dfh=null;
79
  }
80
 
81
+ function log($message,$datestamp=true) {
82
  try{
83
  if (true===$this->logging){
84
  if (!is_null($this->dfh) && is_resource($this->dfh)){
85
  //$date = date_i18n('Y-m-d H:i:s',current_time( 'timestamp' ));
86
+
87
+ $date='';
88
+ if ($datestamp) $date = date_i18n('Y-m-d H:i:s', current_time('timestamp'));
89
+
90
  if( is_array( $message ) || is_object( $message ) ){
91
  fwrite($this->dfh, $date ." " .print_r( $message, true ) . PHP_EOL);
92
  } else {
lib/includes/class-loggerV2.php CHANGED
@@ -16,14 +16,15 @@ class WPBackItUp_LoggerV2 {
16
  /**
17
  * Write messages to the log
18
  *
19
- * @param $log_name Log Name
20
- * @param $message Log Message (Array or object) *
 
21
  */
22
- public static function log($log_name,$message) {
23
  try {
24
 
25
  $logger = self::getLogger($log_name);
26
- $logger->log("V2 ".var_export($message,true));
27
 
28
  }catch(Exception $e) {
29
  error_log( $e );
16
  /**
17
  * Write messages to the log
18
  *
19
+ * @param $log_name Log Name
20
+ * @param $message Log Message (Array or object)
21
+ * @param bool $datestamp add date stamp to every log item
22
  */
23
+ public static function log($log_name,$message,$datestamp=true) {
24
  try {
25
 
26
  $logger = self::getLogger($log_name);
27
+ $logger->log("V2 ".var_export($message,true),$datestamp);
28
 
29
  }catch(Exception $e) {
30
  error_log( $e );
lib/includes/class-restore.php CHANGED
@@ -363,6 +363,7 @@ class WPBackItUp_Restore {
363
 
364
  $sql_exists=false;
365
  $sql='';
 
366
  foreach ($sql_files as $sql_file){
367
  $sql_file_name=basename($sql_file);
368
 
@@ -375,12 +376,26 @@ class WPBackItUp_Restore {
375
  };
376
  }
377
 
378
- $file_size=ceil(filesize($sql_file) /1024);//round up
379
- $sql.= "(".$this->backup_id .", '" .WPBackItUp_Job_Item::DATABASE."', '" .$sql_file_name ."', ".$file_size .",'" . current_time('mysql') . "' ),";
380
- $sql_exists=true;
381
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL File:'. var_export($sql_file,true));
 
 
 
 
 
 
 
 
 
 
 
 
 
382
  }
383
 
 
384
  //write to job_item table for restore
385
  if ($sql_exists) {
386
  $db = new WPBackItUp_DataAccess();
@@ -760,6 +775,12 @@ class WPBackItUp_Restore {
760
  // This will prevent wpbackitup options from being inserted IF they are present in a file other than 0.sql
761
  if (false!==strpos($sql_file_name, '_options-') || 0==$remaining_count){
762
 
 
 
 
 
 
 
763
  $stashed_wpbackitup_options = $current_job->getJobMetaValue('wpbackitup_options');
764
  if (!empty($stashed_wpbackitup_options) && true===$this->update_create_options($stashed_wpbackitup_options)){
765
  WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'WPBackItUp Options Updated' );
@@ -934,12 +955,10 @@ class WPBackItUp_Restore {
934
 
935
  //get siteurl
936
  public function get_siteurl(){
937
- global $table_prefix;
938
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
939
 
940
- $sql = "SELECT option_value FROM " .$table_prefix ."options WHERE option_name ='siteurl';";
941
- $dbc = new WPBackItUp_SQL($this->log_name);
942
- $siteurl = $dbc->get_sql_scalar($sql);
943
  if (empty($siteurl)) {
944
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Siteurl not found');
945
  return false;
@@ -954,9 +973,9 @@ class WPBackItUp_Restore {
954
  global $table_prefix;
955
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
956
 
957
- $sql = "SELECT option_value FROM " .$table_prefix ."options WHERE option_name ='home';";
958
- $dbc = new WPBackItUp_SQL($this->log_name);
959
- $homeurl = $dbc->get_sql_scalar($sql);
960
  if (empty($homeurl)) {
961
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Homeurl not found.');
962
  return false;
@@ -1053,180 +1072,6 @@ class WPBackItUp_Restore {
1053
  }
1054
 
1055
 
1056
- //get user login
1057
- function get_user_login($user_id){
1058
- global $table_prefix;
1059
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1060
-
1061
- $sql = "SELECT user_login FROM ". $table_prefix ."users WHERE ID=" .$user_id .";";
1062
-
1063
- $dbc = new WPBackItUp_SQL($this->log_name);
1064
- $user_login = $dbc->get_sql_scalar($sql);
1065
- if (empty($user_login)) {
1066
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User_login not found.');
1067
- return false;
1068
- }
1069
-
1070
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End - User_login found.');
1071
- return $user_login;
1072
- }
1073
-
1074
- //get user pass
1075
- function get_user_pass($user_id){
1076
- global $table_prefix;
1077
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1078
-
1079
- $sql = "SELECT user_pass FROM ". $table_prefix ."users WHERE ID=" .$user_id .";";
1080
-
1081
- $dbc = new WPBackItUp_SQL($this->log_name);
1082
- $user_pass = $dbc->get_sql_scalar($sql);
1083
- if (empty($user_pass)) {
1084
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User_pass not found.');
1085
- return false;
1086
- }
1087
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End - User_pass found.');
1088
- return $user_pass;
1089
- }
1090
-
1091
- //get user email
1092
- function get_user_email($user_id){
1093
- global $table_prefix;
1094
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1095
-
1096
- $sql = "SELECT user_email FROM ". $table_prefix ."users WHERE ID=" .$user_id .";";
1097
- $dbc = new WPBackItUp_SQL($this->log_name);
1098
- $user_email = $dbc->get_sql_scalar($sql);
1099
- if (empty($user_email)) {
1100
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User_email not found.');
1101
- return false;
1102
- }
1103
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End - User_email found.');
1104
- return $user_email;
1105
- }
1106
-
1107
-
1108
- //Update user credentials
1109
- function update_user_credentials($user_id, $user_login, $user_pass_hash, $user_email,$table_prefix){
1110
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1111
-
1112
- //prefer SQL update because password hash is safer than plain text update
1113
- $sql = "UPDATE ". $table_prefix ."users SET user_login='" .$user_login ."', user_pass='" .$user_pass_hash ."', user_email='" .$user_email ."' WHERE ID='" .$user_id ."'";
1114
- $dbc = new WPBackItUp_SQL($this->log_name);
1115
- if (!$dbc->run_sql_command($sql)){
1116
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User Credential database update failed.');
1117
- return false;
1118
- }
1119
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End - User Credential updated in database.');
1120
- return true;
1121
- }
1122
-
1123
- //Create user
1124
- // function create_user_XXX($current_user){
1125
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1126
- //
1127
- // $user_id = wp_insert_user( $current_user ) ;
1128
- // if( is_wp_error($user_id) ) {
1129
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User was not created:' .$user_id->get_error_message());
1130
- // return false;
1131
- // }
1132
- //
1133
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End - New user created:' . $user_id);
1134
- // return true;
1135
- // }
1136
-
1137
-
1138
- /**
1139
- * Update user credential
1140
- *
1141
- * @param $user_id
1142
- * @param $user_login
1143
- * @param $user_pass_hash
1144
- * @param $user_email
1145
- *
1146
- * @return bool
1147
- */
1148
- function update_credentials($user_id, $user_login, $user_pass_hash, $user_email){
1149
- global $table_prefix;
1150
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1151
-
1152
- //prefer SQL update because password hash is safer than plain text update
1153
-
1154
- $dbc = new WPBackItUp_SQL($this->log_name);
1155
-
1156
- //Fetch the user
1157
- $sql = "SELECT id from " . $table_prefix ."users where user_login = '" .$user_login ."'";
1158
- $query_result = $dbc->get_sql_scalar($sql);
1159
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Fetch user by login:' .$query_result);
1160
-
1161
- if (!empty($query_result)) {
1162
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Update User Credentials.');
1163
- //update the user
1164
-
1165
- $sql = "UPDATE ". $table_prefix ."users SET user_login='" .$user_login ."', user_pass='" .$user_pass_hash ."', user_email='" .$user_email ."' WHERE ID='" .$user_id ."'";
1166
- $dbc = new WPBackItUp_SQL($this->log_name);
1167
- if (true===$dbc->run_sql_command($sql)){
1168
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'User Credential updated in database.');
1169
- return true;
1170
- }
1171
- }
1172
-
1173
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User Credential was not updated in database.');
1174
- return false;
1175
-
1176
-
1177
- }
1178
-
1179
- //update/create credentials
1180
- // function create_update_credentials($user_id, $user_login, $user_pass_hash, $user_email){
1181
- // global $table_prefix;
1182
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1183
- //
1184
- // //prefer SQL update because password hash is safer than plain text update
1185
- //
1186
- // $dbc = new WPBackItUp_SQL($this->log_name);
1187
- //
1188
- // //try to update then insert
1189
- // if (false=== empty($this->update_credentials($user_id, $user_login, $user_pass_hash, $user_email))) {
1190
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Create User Credentials.');
1191
- // //Create the user
1192
- // $sql = "INSERT INTO ". $table_prefix ."users (user_login, user_nicename, display_name, user_pass, user_email, user_registered, user_status) values('" .$user_login ."','" .$user_full_name ."','" .$user_full_name ."','" .$user_pass_hash ."','" .$user_email ."','" . date( 'Y-m-d H:i:s') . "','0')";
1193
- // if (!$dbc->run_sql_command($sql)){
1194
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User insert failed.');
1195
- // return false;
1196
- // }else{
1197
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'User inserted in database successfully.');
1198
- // }
1199
- //
1200
- // //Get the new user ID
1201
- // $sql = "SELECT id from " . $table_prefix ."users where user_login = '" .$user_login ."'";
1202
- // $user_id = $dbc->get_sql_scalar($sql);
1203
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Fetch user by id:' .$user_id);
1204
- //
1205
- // $capabilities = $table_prefix . "capabilities";
1206
- // $sql = "INSERT INTO ". $table_prefix ."usermeta (user_id, meta_key, meta_value) values(" .$user_id .",'" . $capabilities . "', 'a:1:{s:13:\"administrator\";s:1:\"1\";}')";
1207
- // if (!$dbc->run_sql_command($sql)){
1208
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'user capabilities insert failed.');
1209
- // return false;
1210
- // }else {
1211
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'User capabilities inserted successfully.');
1212
- // }
1213
- //
1214
- // $user_level = $table_prefix . 'user_level';
1215
- // $sql = "INSERT INTO ". $table_prefix ."usermeta (user_id, meta_key, meta_value) values(" .$user_id .",'" . $user_level . "', '10')";
1216
- // if (!$dbc->run_sql_command($sql)){
1217
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User level insert failed');
1218
- // return false;
1219
- // }else{
1220
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'User level inserted successfully.');
1221
- // }
1222
- //
1223
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End - User created in database successfully.');
1224
- // return true;
1225
- // }
1226
- //
1227
- // }
1228
-
1229
-
1230
  /**
1231
  * Update site URL in option table
1232
  *
363
 
364
  $sql_exists=false;
365
  $sql='';
366
+ $options_files = array();
367
  foreach ($sql_files as $sql_file){
368
  $sql_file_name=basename($sql_file);
369
 
376
  };
377
  }
378
 
379
+ //Save these for last
380
+ if (false===strpos($sql_file_name, '_options-')) {
381
+ $file_size = ceil( filesize( $sql_file ) / 1024 );//round up
382
+ $sql .= "(" . $this->backup_id . ", '" . WPBackItUp_Job_Item::DATABASE . "', '" . $sql_file_name . "', " . $file_size . ",'" . current_time( 'mysql' ) . "' ),";
383
+ $sql_exists = true;
384
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'SQL File:' . var_export( $sql_file, true ) );
385
+ } else{
386
+ $options_files[] = $sql_file;
387
+ }
388
+ }
389
+
390
+ //add option files to bottom
391
+ foreach ($options_files as $option_file){
392
+ $sql_file_name=basename($option_file);
393
+ $file_size = ceil( filesize( $option_file ) / 1024 );//round up
394
+ $sql .= "(" . $this->backup_id . ", '" . WPBackItUp_Job_Item::DATABASE . "', '" . $sql_file_name . "', " . $file_size . ",'" . current_time( 'mysql' ) . "' ),";
395
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'SQL File:' . var_export( $option_file, true ) );
396
  }
397
 
398
+
399
  //write to job_item table for restore
400
  if ($sql_exists) {
401
  $db = new WPBackItUp_DataAccess();
775
  // This will prevent wpbackitup options from being inserted IF they are present in a file other than 0.sql
776
  if (false!==strpos($sql_file_name, '_options-') || 0==$remaining_count){
777
 
778
+ //dispatch background processor - was deleted when options table replaced
779
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Dispatch Background Process:'.$current_job->getJobName() );
780
+ $background_processor = new WPBackItUp_Task_Processor();
781
+ $background_processor->push_to_queue( $current_job->getJobName());
782
+ $background_processor->save()->dispatch();
783
+
784
  $stashed_wpbackitup_options = $current_job->getJobMetaValue('wpbackitup_options');
785
  if (!empty($stashed_wpbackitup_options) && true===$this->update_create_options($stashed_wpbackitup_options)){
786
  WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'WPBackItUp Options Updated' );
955
 
956
  //get siteurl
957
  public function get_siteurl(){
 
958
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
959
 
960
+ $db = new WPBackItUp_DataAccess();
961
+ $siteurl = $db->get_option_value('siteurl');
 
962
  if (empty($siteurl)) {
963
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Siteurl not found');
964
  return false;
973
  global $table_prefix;
974
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
975
 
976
+ $db = new WPBackItUp_DataAccess();
977
+ $homeurl = $db->get_option_value('home');
978
+
979
  if (empty($homeurl)) {
980
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Homeurl not found.');
981
  return false;
1072
  }
1073
 
1074
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1075
  /**
1076
  * Update site URL in option table
1077
  *
lib/includes/class-sql.php CHANGED
@@ -33,8 +33,6 @@ class WPBackItUp_SQL {
33
  }
34
  }
35
 
36
- $this->mysqli = $this->get_mysqli();
37
-
38
  } catch(Exception $e) {
39
  error_log($e);
40
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Constructor Exception: ' .$e);
@@ -48,380 +46,6 @@ class WPBackItUp_SQL {
48
  }
49
  }
50
 
51
- public function mysqldump_export_OLD($sql_file_path,$item_list,$with_mysqlpath=false) {
52
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin.');
53
-
54
- $db_name = DB_NAME;
55
- $db_user = DB_USER;
56
- $db_pass = DB_PASSWORD;
57
- $db_host = $this->get_hostonly(DB_HOST);
58
- $db_port = $this->get_portonly(DB_HOST);
59
-
60
- //This is to ensure that exec() is enabled on the server
61
- if($this->exec_enabled()) {
62
- try {
63
- $mysql_path='';
64
- if ($with_mysqlpath) {
65
- $mysql_path = $this->get_mysql_path();
66
- if ($mysql_path===false) return false;
67
- }
68
-
69
- $process = $mysql_path .'mysqldump';
70
- $command = $process
71
- . ' --host=' . $db_host;
72
-
73
- //Check for port
74
- if (false!==$db_port){
75
- $command .=' --port=' . $db_port;
76
- }
77
-
78
- //get list of tables from inventory
79
- foreach($item_list as $item){
80
- $table = $item->item;
81
- $tables_list[] = $table;
82
- WPBackItUp_LoggerV2::log($this->log_name,$table);
83
- }
84
-
85
- if (is_array($tables_list)){
86
- $tables = implode( " ", $tables_list);
87
- }else{
88
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'No tables found.');
89
- return false;
90
- }
91
-
92
- $command .=
93
- ' --user=' . $db_user
94
- . ' --password=' . $db_pass
95
- . ' ' . $db_name
96
- . ' ' . $tables
97
- . ' >> "' . $sql_file_path .'"';
98
-
99
- if (WPBACKITUP__DEBUG) {
100
- $masked_command = str_replace(array($db_user,$db_pass),'XXXXXX',$command);
101
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Execute command:' . $masked_command);
102
- }
103
-
104
- exec($command,$output,$rtn_var);
105
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Execute output:');
106
- WPBackItUp_LoggerV2::log($this->log_name,$output);
107
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Return Value:' .$rtn_var);
108
-
109
- //0 is success
110
- if ($rtn_var>0){
111
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'EXPORT FAILED return Value:' .$rtn_var);
112
- return false;
113
- }
114
-
115
- //Did the export work
116
- clearstatcache();
117
- if (!file_exists($sql_file_path) || filesize($sql_file_path)<=0) {
118
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'EXPORT FAILED: Dump was empty or missing.');
119
- return false;
120
- }
121
- } catch(Exception $e) {
122
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'EXPORT FAILED Exception: ' .$e);
123
- return false;
124
- }
125
- }
126
- else
127
- {
128
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'EXPORT FAILED Exec() disabled.');
129
- return false;
130
- }
131
-
132
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Dump SUCCESS.');
133
- return true;
134
- }
135
-
136
-
137
-
138
-
139
- /**
140
- *
141
- * Fetch all tables and number of rows in database
142
- *
143
- * @return array|bool
144
- */
145
- public function get_table_rows() {
146
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
147
-
148
- $mysqli = $this->get_mysqli();
149
- if (false === $mysqli) {
150
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'No SQL Connection');
151
- return false;
152
- }
153
- $sql = "SELECT TABLE_NAME,TABLE_ROWS,
154
- round(((data_length + index_length) / 1024), 2)
155
- FROM INFORMATION_SCHEMA.TABLES
156
- WHERE TABLE_SCHEMA = '" . DB_NAME . "'
157
- ORDER BY TABLE_ROWS DESC;";
158
- $result = $mysqli->query($sql);
159
-
160
- // Cycle through "$result" and put content into an array
161
- $tables = array();
162
- while ($row = $result->fetch_row()) {
163
- $tables[] = array("table_name" => $row[0], 'table_rows' => $row[1], 'table_size_kb'=>$row[2]) ;
164
- }
165
-
166
- mysqli_free_result($result);
167
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End');
168
- return $tables;
169
- }
170
-
171
- // public function manual_export_OLD($sql_file_path,$item_list,$total_item_count) {
172
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Export Database');
173
- //
174
- // try{
175
- // $mysqli = $this->get_mysqli();
176
- // if (false===$mysqli) {
177
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'No SQL Connection');
178
- // return false;
179
- // }
180
- // $mysqli->set_charset('utf8');
181
- //
182
- // //if file doesnt exists then write header needed
183
- // $write_header = ! file_exists($sql_file_path);
184
- //
185
- // //open the SQL file - append
186
- // $handle = fopen($sql_file_path,'a');
187
- // if (false===$handle) {
188
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'File could not be opened.');
189
- // return false;
190
- // }
191
- //
192
- // // Script Header Information
193
- // $return = '';
194
- // $return .= "-- ------------------------------------------------------\n";
195
- // $return .= "-- ------------------------------------------------------\n";
196
- // $return .= "--\n";
197
- // $return .= "-- WP BackItUp Manual Database Backup \n";
198
- // $return .= "--\n";
199
- // $return .= '-- Created: ' . date("Y/m/d") . ' on ' . date("h:i") . "\n";
200
- // $return .= "--\n";
201
- // $return .= "-- Database : " . DB_NAME . "\n";
202
- // $return .= "--\n";
203
- // $return .= "-- ------------------------------------------------------\n";
204
- // $return .= "-- ------------------------------------------------------\n";
205
- // $return .= 'SET AUTOCOMMIT = 0 ;' ."\n" ;
206
- // $return .= 'SET FOREIGN_KEY_CHECKS=0 ;' ."\n" ;
207
- // $return .= "\n";
208
- // $return .= '/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' ."\n" ;
209
- // $return .= '/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;' ."\n" ;
210
- // $return .= '/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;' ."\n" ;
211
- // $return .= '/*!40101 SET NAMES utf8 */;' ."\n" ;
212
- //
213
- // //if SQL file doesnt exist then
214
- // if (true===$write_header){
215
- // fwrite($handle,$return); //Write to file
216
- // }
217
- //
218
- // //get list of tables from inventory
219
- // foreach($item_list as $item){
220
- // $table = $item->item;
221
- // $tables_list[] = $table;
222
- // WPBackItUp_LoggerV2::log($this->log_name,$table);
223
- // }
224
- //
225
- // if (!is_array($tables_list)){
226
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'No tables found.');
227
- // return false;
228
- // }
229
- //
230
- // // Cycle through each table
231
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Generate script for each table.');
232
- // foreach($tables_list as $table) {
233
- // WPBackItUp_LoggerV2::log($this->log_name,$table);
234
- //
235
- // // Get content of each table
236
- // $result = $mysqli->query('SELECT * FROM '. $table) ;
237
- //
238
- // // Get number of fields (columns) of each table
239
- // $num_fields = $mysqli->field_count ;
240
- //
241
- // // Add table information
242
- // $return = "--\n" ;
243
- // $return .= '-- Table structure for table `' . $table . '`' . "\n" ;
244
- // $return .= "--\n" ;
245
- // $return .= 'DROP TABLE IF EXISTS `'.$table.'`;' . "\n" ;
246
- //
247
- // // Get the table-shema
248
- // $schema = $mysqli->query('SHOW CREATE TABLE '.$table) ;
249
- //
250
- // // Extract table shema
251
- // $tableschema = $schema->fetch_row() ;
252
- // mysqli_free_result($schema);
253
- //
254
- // // Append table-shema into code
255
- // $return.= $tableschema[1].";" . "\n\n" ;
256
- //
257
- // fwrite($handle,$return); //Write to file
258
- //
259
- // // Cycle through each table-row
260
- // while($rowdata = $result->fetch_row()) {
261
- //
262
- // $return = 'INSERT INTO '.$table.' VALUES(';
263
- // for($j=0; $j<$num_fields; $j++){
264
- // $rowdata[$j] = addslashes($rowdata[$j]);
265
- // $rowdata[$j] = str_replace("\n","\\n",$rowdata[$j]);
266
- //
267
- // if (isset($rowdata[$j])) {
268
- // $return.= '"'.$rowdata[$j].'"' ;
269
- // } else {
270
- // if (is_null($rowdata[$j])) {
271
- // $return.= 'NULL';//Dont think this is working but not causing issues
272
- // } else {
273
- // $return.= '""';
274
- // }
275
- // }
276
- //
277
- // if ($j<($num_fields-1)) { $return.= ','; }
278
- // }
279
- // $return.= ");\n";
280
- //
281
- // fwrite($handle,$return); //Write to file
282
- // }
283
- //
284
- // $return= "\n\n" ;
285
- // fwrite($handle,$return); //Write to file
286
- //
287
- // mysqli_free_result($result);
288
- // }
289
- //
290
- // //if total open items = number in this list then done and can write footer
291
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End of Items:' .count($tables_list) . '-' .$total_item_count );
292
- // if (count($tables_list) == $total_item_count){
293
- // $return .= 'SET FOREIGN_KEY_CHECKS = 1 ; ' . "\n" ;
294
- // $return .= 'COMMIT ; ' . "\n" ;
295
- // $return .= 'SET AUTOCOMMIT = 1 ; ' . "\n" ;
296
- // fwrite($handle,$return);
297
- // }
298
- //
299
- // //close the file
300
- // fclose($handle);
301
- //
302
- // clearstatcache();
303
- //
304
- // //Did the export work
305
- // if (!file_exists($sql_file_path) || filesize($sql_file_path)<=0) {
306
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Failure: SQL Export file was empty or didnt exist.');
307
- // return false;
308
- // }
309
- //
310
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Backup File Created:'.$sql_file_path);
311
- // return true;
312
- //
313
- // }catch(Exception $e) {
314
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Exception: ' .$e);
315
- // return false;
316
- // }
317
- // }
318
-
319
- // public function manual_export_schema($sql_file_path,$item_list) {
320
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Export Database');
321
- //
322
- // try{
323
- // $mysqli = $this->get_mysqli();
324
- // if (false===$mysqli) {
325
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'No SQL Connection');
326
- // return false;
327
- // }
328
- // $mysqli->set_charset('utf8');
329
- //
330
- // //open the SQL file - append
331
- // $handle = fopen($sql_file_path,'a');
332
- // if (false===$handle) {
333
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'File could not be opened.');
334
- // return false;
335
- // }
336
- //
337
- // // Script Header Information
338
- // $return = '';
339
- // $return .= "-- ------------------------------------------------------\n";
340
- // $return .= "-- ------------------------------------------------------\n";
341
- // $return .= "--\n";
342
- // $return .= "-- WP BackItUp Manual Database Backup \n";
343
- // $return .= "--\n";
344
- // $return .= '-- Created: ' . date("Y/m/d") . ' on ' . date("h:i") . "\n";
345
- // $return .= "--\n";
346
- // $return .= "-- Database : " . DB_NAME . "\n";
347
- // $return .= "--\n";
348
- // $return .= "-- ------------------------------------------------------\n";
349
- // $return .= "-- ------------------------------------------------------\n";
350
- // $return .= 'SET AUTOCOMMIT = 0 ;' ."\n" ;
351
- // $return .= 'SET FOREIGN_KEY_CHECKS=0 ;' ."\n" ;
352
- // $return .= "\n";
353
- // $return .= '/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' ."\n" ;
354
- // $return .= '/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;' ."\n" ;
355
- // $return .= '/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;' ."\n" ;
356
- // $return .= '/*!40101 SET NAMES utf8 */;' ."\n" ;
357
- //
358
- //
359
- // fwrite($handle,$return); //Write to file
360
- //
361
- // //get list of tables from inventory
362
- // foreach($item_list as $item){
363
- // $table = $item->item;
364
- // $tables_list[] = $table;
365
- // WPBackItUp_LoggerV2::log($this->log_name,$table);
366
- // }
367
- //
368
- // if (!is_array($tables_list)){
369
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'No tables found.');
370
- // return false;
371
- // }
372
- //
373
- // // Cycle through each table
374
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Generate script for each table.');
375
- // foreach($tables_list as $table) {
376
- // WPBackItUp_LoggerV2::log($this->log_name,$table);
377
- //
378
- // // Add table information
379
- // $return = "--\n" ;
380
- // $return .= '-- Table structure for table `' . $table . '`' . "\n" ;
381
- // $return .= "--\n" ;
382
- // $return .= 'DROP TABLE IF EXISTS `'.$table.'`;' . "\n" ;
383
- //
384
- // // Get the table-shema
385
- // $schema = $mysqli->query('SHOW CREATE TABLE '.$table) ;
386
- //
387
- // // Extract table shema
388
- // $tableschema = $schema->fetch_row() ;
389
- // mysqli_free_result($schema);
390
- //
391
- // // Append table-shema into code
392
- // $return.= $tableschema[1].";" . "\n\n" ;
393
- //
394
- // fwrite($handle,$return); //Write to file
395
- //
396
- // $return= "\n\n" ;
397
- // fwrite($handle,$return); //Write to file
398
- //
399
- // }
400
- //
401
- // $return .= 'SET FOREIGN_KEY_CHECKS = 1 ; ' . "\n" ;
402
- // $return .= 'COMMIT ; ' . "\n" ;
403
- // $return .= 'SET AUTOCOMMIT = 1 ; ' . "\n" ;
404
- // fwrite($handle,$return);
405
- //
406
- // //close the file
407
- // fclose($handle);
408
- //
409
- // clearstatcache();
410
- //
411
- // //Did the export work
412
- // if (!file_exists($sql_file_path) || filesize($sql_file_path)<=0) {
413
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Failure: SQL Export file was empty or didnt exist.');
414
- // return false;
415
- // }
416
- //
417
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Backup File Created:'.$sql_file_path);
418
- // return true;
419
- //
420
- // }catch(Exception $e) {
421
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Exception: ' .$e);
422
- // return false;
423
- // }
424
- // }
425
 
426
  /**
427
  * mysqldump database export
@@ -449,7 +73,8 @@ class WPBackItUp_SQL {
449
  try {
450
  $mysql_path='';
451
  if ($with_mysqlpath) {
452
- $mysql_path = $this->get_mysql_path();
 
453
  if ($mysql_path===false) return false;
454
  }
455
 
@@ -696,7 +321,8 @@ class WPBackItUp_SQL {
696
 
697
  $mysql_path='';
698
  if ($with_mysqlpath) {
699
- $mysql_path = $this->get_mysql_path();
 
700
  if ($mysql_path===false) return false;
701
  }
702
 
@@ -748,63 +374,6 @@ class WPBackItUp_SQL {
748
  return true;
749
  }
750
 
751
- // public function run_sql_manual_OLD($sql_file) {
752
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Execute:' .$sql_file);
753
- //
754
- // //Is the backup sql file empty
755
- // if (!file_exists($sql_file) || filesize($sql_file)<=0) {
756
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Failure: SQL File was empty:' .$sql_file);
757
- // return false;
758
- // }
759
- //
760
- // $query = file_get_contents($sql_file);
761
- // if (empty($query)) return false;
762
- //
763
- // try {
764
- //
765
- // $mysqli = $this->get_mysqli();
766
- // $mysqli->set_charset('utf8');
767
- //
768
- // if (false===$mysqli) {
769
- // return false;
770
- // }
771
- //
772
- // $ctr=1;
773
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'0: here ');
774
- // if($mysqli->multi_query($query))
775
- // {
776
- // do {
777
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'1: ' .$ctr++);
778
- // /* store first result set */
779
- // if($resultSet = $mysqli->store_result())
780
- // {
781
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'2: ');
782
- //
783
- // while($row = $resultSet->fetch_row())
784
- // {
785
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'3: ');
786
- // }
787
- // $resultSet->free();
788
- // }
789
- //
790
- // if (!$mysqli->more_results()) break; //All done
791
- //
792
- // } while ($mysqli->next_result());
793
- //
794
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'4: ');
795
- // $mysqli->close();
796
- // }
797
- //
798
- // }catch(Exception $e) {
799
- // WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Exception: ' .$e);
800
- // return false;
801
- // }
802
- //
803
- // //Success
804
- // WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Executed successfully:' .$sql_file);
805
- // return true;
806
- // }
807
-
808
  function run_sql_manual($sql_file_path, $delimiter = ';')
809
  {
810
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Execute:' .$sql_file_path);
@@ -906,8 +475,14 @@ class WPBackItUp_SQL {
906
  *
907
  * @return bool|mysqli
908
  */
909
- private function get_mysqli() {
910
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Get SQL connection to database.');
 
 
 
 
 
 
911
  $db_name = DB_NAME;
912
  $db_user = DB_USER;
913
  $db_pass = DB_PASSWORD;
@@ -997,34 +572,10 @@ class WPBackItUp_SQL {
997
  return true;
998
  }
999
 
1000
- //Get path to MQSQL Bin
1001
- private function get_mysql_path(){
1002
- $base_directory = $this->get_sql_scalar('select @@basedir');
1003
- if (!empty($base_directory)){
1004
- $base_directory.='/bin/';
1005
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'MySQL install path found:' .$base_directory);
1006
- return $base_directory;
1007
- }
1008
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'MySQL install path NOT found');
1009
- return false;
1010
- }
1011
 
1012
  // Checking exec is disabled or not
1013
  function exec_enabled() {
1014
  $disabled = explode(',', ini_get('disable_functions'));
1015
  return !in_array('exec', $disabled);
1016
  }
1017
-
1018
-
1019
- //This function is untested
1020
- // function get_database_size($dbname) {
1021
- // mysqli_select_db($dbname);
1022
- // $result = mysqli_query("SHOW TABLE STATUS");
1023
- // $dbsize = 0;
1024
- // while($row = mysqli_fetch_array($result)) {
1025
- // $dbsize += $row["Data_length"] + $row["Index_length"];
1026
- // }
1027
- // return $dbsize;
1028
- // }
1029
-
1030
  }
33
  }
34
  }
35
 
 
 
36
  } catch(Exception $e) {
37
  error_log($e);
38
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Constructor Exception: ' .$e);
46
  }
47
  }
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  /**
51
  * mysqldump database export
73
  try {
74
  $mysql_path='';
75
  if ($with_mysqlpath) {
76
+ $db = new WPBackItUp_DataAccess();
77
+ $mysql_path = $db->get_mysql_path();
78
  if ($mysql_path===false) return false;
79
  }
80
 
321
 
322
  $mysql_path='';
323
  if ($with_mysqlpath) {
324
+ $db = new WPBackItUp_DataAccess();
325
+ $mysql_path = $db->get_mysql_path();
326
  if ($mysql_path===false) return false;
327
  }
328
 
374
  return true;
375
  }
376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  function run_sql_manual($sql_file_path, $delimiter = ';')
378
  {
379
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Execute:' .$sql_file_path);
475
  *
476
  * @return bool|mysqli
477
  */
478
+ public function get_mysqli() {
479
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Get SQL connection to database.');
480
+
481
+ if (! function_exists('mysqli_connect')) {
482
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'mySQLi is not installed.');
483
+ return false;
484
+ }
485
+
486
  $db_name = DB_NAME;
487
  $db_user = DB_USER;
488
  $db_pass = DB_PASSWORD;
572
  return true;
573
  }
574
 
 
 
 
 
 
 
 
 
 
 
 
575
 
576
  // Checking exec is disabled or not
577
  function exec_enabled() {
578
  $disabled = explode(',', ini_get('disable_functions'));
579
  return !in_array('exec', $disabled);
580
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
581
  }
lib/includes/class-wpbackitup-admin.php CHANGED
@@ -63,6 +63,7 @@ class WPBackitup_Admin {
63
  'backup_lastrun_date'=>"-2147483648",
64
  'cleanup_lastrun_date'=>"-2147483648",
65
  'delete_all' => 0,
 
66
  'backup_dbtables_batch_size'=> WPBACKITUP__DATABASE_BATCH_SIZE,
67
  'backup_plugins_batch_size'=>WPBACKITUP__PLUGINS_BATCH_SIZE,
68
  'backup_themes_batch_size'=>WPBACKITUP__THEMES_BATCH_SIZE,
@@ -131,8 +132,8 @@ class WPBackitup_Admin {
131
  // delete transient
132
  add_action('wp_ajax_wp-backitup_delete_transient', array( &$this,'ajax_queue_delete_transient'));
133
 
134
- //Load the backup action
135
- add_action('wp_ajax_wp-backitup_backup', array( &$this, 'ajax_queue_backup' ));
136
 
137
  //Load the cancel backup action
138
  add_action('wp_ajax_wp-backitup_cancel_backup', array( &$this, 'ajax_queue_cancel_backup' ));
@@ -143,10 +144,12 @@ class WPBackitup_Admin {
143
  //Load the upload action
144
  add_action('wp_ajax_wp-backitup_plupload_action', array($this,'plupload_action'));
145
 
146
- //Status reader for UI
147
- add_action('wp_ajax_wp-backitup_restore_status_reader', array( &$this,'ajax_get_restore_status'));
 
148
 
149
- add_action('wp_ajax_wp-backitup_backup_status_reader', array( &$this,'ajax_get_backup_status'));
 
150
 
151
  add_action('wp_ajax_wp-backitup_backup_response_reader', array( &$this,'ajax_backup_response_reader'));
152
 
@@ -165,10 +168,6 @@ class WPBackitup_Admin {
165
  //Create Daily backup action
166
  add_action( 'wpbackitup_queue_scheduled_jobs', array( &$this,'wpbackitup_queue_scheduled_jobs'));
167
 
168
- add_action( 'wpbackitup_run_backup_tasks', array( &$this,'wpbackitup_run_backup_tasks'),10,1);
169
-
170
- add_action( 'wpbackitup_run_cleanup_tasks', array( &$this,'wpbackitup_run_cleanup_tasks'),10,1);
171
-
172
  add_action( 'wpbackitup_check_license', array( &$this,'check_license'),10,1);
173
 
174
  // upgrade action hoook
@@ -180,6 +179,7 @@ class WPBackitup_Admin {
180
 
181
  }
182
 
 
183
  /**
184
  * Load any extensions that are included in the /extensions folder
185
  * - extensions must use the namespace prefix in their name
@@ -435,13 +435,23 @@ class WPBackitup_Admin {
435
  }
436
 
437
  public function initialize(){
438
- require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-logger.php' );
439
- require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-loggerV2.php' );
440
- require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job.php' );
441
- require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-task.php' );
 
 
 
 
 
 
 
 
 
442
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-item.php' );
443
 
444
- $languages_path = dirname(dirname(dirname( plugin_basename( __FILE__ )))) . '/languages/';
 
445
 
446
  load_plugin_textdomain(
447
  'wp-backitup',
@@ -453,6 +463,10 @@ class WPBackitup_Admin {
453
  $this->maybe_update(); //Check version and update database if needed
454
 
455
  $this->load_extensions();
 
 
 
 
456
  }
457
 
458
  /**
@@ -489,80 +503,72 @@ class WPBackitup_Admin {
489
  exit;
490
  }
491
 
492
- //BACKUP
493
- $backup_job = WPBackItUp_Job::is_job_queued_active(WPBackItUp_Job::BACKUP);
494
- if (false!==$backup_job){
495
-
496
- if(WPBackItUp_Job::SCHEDULED == $backup_job->getJobRunType() && !wp_next_scheduled( 'wpbackitup_run_backup_tasks',array($backup_job->getJobId()) ) ) {
497
- wp_schedule_single_event( time(), 'wpbackitup_run_backup_tasks', array($backup_job->getJobId()) );
498
- }
499
-
500
- WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'Backup Job already Queued:'. $backup_job->getJobId());
501
- exit;
502
- }
503
-
504
- //CLEANUP
505
- $cleanup_job = WPBackItUp_Job::is_job_queued_active(WPBackItUp_Job::CLEANUP);
506
- if (false!==$cleanup_job){
507
-
508
- if(WPBackItUp_Job::SCHEDULED == $cleanup_job->getJobRunType() && !wp_next_scheduled( 'wpbackitup_run_cleanup_tasks',array($cleanup_job->getJobId()) ) ) {
509
- wp_schedule_single_event( time(), 'wpbackitup_run_cleanup_tasks',array($cleanup_job->getJobId()) );
510
- }
511
-
512
- WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'Cleanup job already Queued:'.$cleanup_job->getJobId());
513
- exit;
514
- }
515
-
516
-
517
- WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'No jobs already queued.');
518
 
 
519
 
520
  //Check Scheduler
521
  $scheduler = new WPBackItUp_Scheduler();
522
 
523
  //BACKUP
524
- if ( $scheduler->isTaskScheduled(WPBackItUp_Job::BACKUP) ) {
 
 
 
525
  $job_id=current_time('timestamp');
526
- $job_name = $this->create_backup_job_name($job_id);
527
 
528
  $backup_tasks= apply_filters( 'wp-backitup_post_backup_tasks', WPBackItUp_Job::$BACKUP_TASKS );
529
  $backup_job = WPBackItUp_Job::queue_job($job_name,$job_id, WPBackItUp_Job::BACKUP,WPBackItUp_Job::SCHEDULED, $backup_tasks);
530
  if (false===$backup_job){
531
  WPBackItUp_LoggerV2::log_error($scheduled_jobs_logname,__METHOD__,'Scheduled backup could not be queued.');
532
  }else {
533
- //Setup the job run event
534
- if(!wp_next_scheduled( 'wpbackitup_run_backup_tasks',array($backup_job->getJobId()) ) ) {
535
- wp_schedule_single_event( time(), 'wpbackitup_run_backup_tasks',array($backup_job->getJobId()));
536
- }
537
 
538
  WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'Backup scheduled to run.');
539
  }
540
 
541
- exit( 0 ); //success
542
  }
543
 
544
  //CLEANUP
545
- if ( $scheduler->isTaskScheduled(WPBackItUp_Job::CLEANUP)){
 
 
546
 
547
- $job_id=current_time('timestamp');
548
- $job_name = sprintf('Cleanup_%s',$job_id);
549
- $cleanup_job = WPBackItUp_Job::queue_job($job_name,$job_id, WPBackItUp_Job::CLEANUP, WPBackItUp_Job::SCHEDULED,WPBackItUp_Job::$CLEANUP_TASKS);
550
- if (false===$cleanup_job){
551
- WPBackItUp_LoggerV2::log_error($scheduled_jobs_logname,__METHOD__,'Scheduled cleanup could not be queued');
552
- }else {
553
- //Setup the job run event
554
- if(!wp_next_scheduled( 'wpbackitup_run_cleanup_tasks',array($cleanup_job->getJobId()) ) ) {
555
- wp_schedule_single_event( time(), 'wpbackitup_run_cleanup_tasks',array($cleanup_job->getJobId()));
556
- }
557
 
558
- WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'Cleanup scheduled to run:'.$cleanup_job->getJobId());
559
- }
560
 
561
- exit( 0 );
 
 
562
  }
563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
 
565
- WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'No jobs scheduled to run.');
 
 
566
  exit(0); //success nothing to schedule
567
  }
568
 
@@ -570,7 +576,7 @@ class WPBackitup_Admin {
570
  * Queue backup job - manual
571
  *
572
  */
573
- public function ajax_queue_backup() {
574
  // Check permissions
575
  if (! self::is_authorized()) exit('Access denied.');
576
 
@@ -587,26 +593,39 @@ class WPBackitup_Admin {
587
  $jobs = WPBackItUp_Job::get_jobs_by_status(WPBackItUp_Job::BACKUP,array(WPBackItUp_Job::ACTIVE,WPBackItUp_Job::QUEUED));
588
  if (false===$jobs){
589
  $job_id=current_time('timestamp');
590
- $job_name = $this->create_backup_job_name($job_id);
591
 
592
  $backup_tasks= apply_filters( 'wp-backitup_post_backup_tasks', WPBackItUp_Job::$BACKUP_TASKS );
593
  if (WPBackItUp_Job::queue_job($job_name,$job_id, WPBackItUp_Job::BACKUP,WPBackItUp_Job::MANUAL, $backup_tasks)){
594
  $rtnData->job_id = $job_id;
595
  $rtnData->message = __('Backup Queued', 'wp-backitup');
 
 
 
 
 
 
596
  }else {
597
  //UI need to show this message
598
  $rtnData->message = __('Backup could not be queued', 'wp-backitup');
599
  }
600
  }else{
 
601
  $current_job = current($jobs);
602
  //set the job type to manual so the job tasks will no longer be scheduled to run
603
  if (WPBackItUp_Job::SCHEDULED==$current_job->getJobRunType()){
604
- wp_clear_scheduled_hook( 'wpbackitup_run_backup_tasks', array($current_job->getJobId()));
605
  $current_job->setJobRunType(WPBackItUp_Job::MANUAL);
606
  }
607
 
608
  $rtnData->job_id = $current_job->getJobId();
609
  $rtnData->message = __('Job is already in queue.', 'wp-backitup');
 
 
 
 
 
 
610
  }
611
 
612
  WPBackItUp_LoggerV2::log_info($events_logname,__METHOD__,'RtnData:' .$rtnData->message);
@@ -660,7 +679,8 @@ class WPBackitup_Admin {
660
  }
661
 
662
  //Check to see if restore queued
663
- if (!WPBackItUp_Job::is_job_queued_active(WPBackItUp_Job::RESTORE) ) {
 
664
  $job_id = current_time('timestamp');
665
  $job_name = sprintf( 'Restore_%s', $job_id );
666
  $job = WPBackItUp_Job::queue_job( $job_name, $job_id, WPBackItUp_Job::RESTORE, WPBackItUp_Job::MANUAL,WPBackItUp_Job::$RESTORE_TASKS );
@@ -669,13 +689,25 @@ class WPBackitup_Admin {
669
  $job->setJobMetaValue( 'user_id', $user_id );
670
  $rtnData->message = __( 'Restore Queued', 'wp-backitup' );
671
  $rtnData->job_id =$job_id;
 
 
 
 
 
 
672
  } else {
673
  $rtnData->message = __( 'Restore could not be queued', 'wp-backitup' );
674
  $rtnData->job_id =0;
675
  }
676
 
677
  }else{
 
678
  $rtnData->message = __('Restore already in queue', 'wp-backitup');
 
 
 
 
 
679
  }
680
  }
681
 
@@ -723,57 +755,40 @@ class WPBackitup_Admin {
723
 
724
 
725
  /**
726
- * Run cleanup tasks - scheduled
 
727
  *
728
- * @param $job_id
729
  */
730
- function wpbackitup_run_cleanup_tasks($job_id) {
731
- // Check permissions
732
- if (! self::is_authorized()) exit('Access denied.');
733
 
734
- if( ! empty($job_id)) {
735
- $this->run_tasks( $job_id,WPBackItUp_Job::CLEANUP, WPBackItUp_Job::SCHEDULED );
 
 
 
736
  }
737
-
738
- }
739
 
740
  /**
741
- * Run backup tasks - scheduled
742
  *
743
- * @param $job_id
744
  */
745
- function wpbackitup_run_backup_tasks($job_id){
746
-
747
- // Check permissions
748
- if (! self::is_authorized()) exit('Access denied.');
749
- if( ! empty($job_id)) {
750
- $this->run_tasks( $job_id,WPBackItUp_Job::BACKUP, WPBackItUp_Job::SCHEDULED );
751
- }
752
-
753
- }
754
-
755
- /**
756
- * Run backup tasks and return status - manual
757
- *
758
- */
759
- public function ajax_get_backup_status() {
760
- @session_write_close();
761
 
762
- // Check permissions
763
- if (! self::is_authorized()) exit('Access denied.');
764
 
765
- $events_logname='debug_events';
766
- WPBackItUp_LoggerV2::log_info($events_logname,__METHOD__, 'User Permissions: ' .current_user_can( 'manage_options' ));
767
 
768
- //Check permissions
769
- if ( current_user_can( 'manage_options' ) ) {
770
 
771
  $job_id = $_POST['job_id'];
772
  if (!empty ($job_id)){
773
- $this->run_tasks($job_id,WPBackItUp_Job::BACKUP,WPBackItUp_Job::MANUAL);
774
-
775
  //Could fetch status from DB at this point
776
-
777
  //return status
778
  $log = WPBACKITUP__PLUGIN_PATH .'/logs/backup_status.log';
779
  if(file_exists($log) ) {
@@ -781,12 +796,11 @@ class WPBackitup_Admin {
781
  readfile($log);
782
  }
783
  }
784
- }
785
-
786
- }
787
 
788
  /**
789
- * Run restore tasks and return status - manual
790
  *
791
  */
792
  public function ajax_get_restore_status() {
@@ -804,8 +818,6 @@ class WPBackitup_Admin {
804
 
805
  $job_id = $_POST['job_id'];
806
  if (!empty ($job_id)) {
807
- $this->run_tasks($job_id, WPBackItUp_Job::RESTORE, WPBackItUp_Job::MANUAL );
808
-
809
  $log = WPBACKITUP__PLUGIN_PATH . 'logs/restore_status.log';
810
  if ( file_exists( $log ) ) {
811
  //Probably should use the database instead now.
@@ -1033,6 +1045,12 @@ class WPBackitup_Admin {
1033
  $data['single_file_backupset'] = 0;
1034
  }
1035
 
 
 
 
 
 
 
1036
  //** VALIDATE delete_all on uninstall **//
1037
  if(empty($data['delete_all']))
1038
  {
@@ -1353,36 +1371,36 @@ class WPBackitup_Admin {
1353
 
1354
  private function register_lite($url,$form_data){
1355
  $registration_logname='debug_registration';
1356
- $post_url = $url . '/api/wpbackitup/register_lite';
1357
-
1358
- WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Lite User Registration Post URL: ' . $post_url );
1359
- WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Lite User Registration Post Form Data: ' );
1360
- WPBackItUp_LoggerV2::log($registration_logname,$form_data );
1361
-
1362
- $response = wp_remote_post( $post_url, array(
1363
- 'method' => 'POST',
1364
- 'timeout' => 45,
1365
- 'blocking' => true,
1366
- 'headers' => array(),
1367
- 'body' => $form_data,
1368
- 'cookies' => array()
1369
- )
1370
- );
1371
 
1372
- if ( is_wp_error( $response ) ) {
1373
- $error_message = $response->get_error_message();
1374
- WPBackItUp_LoggerV2::log_error($registration_logname,__METHOD__, 'Lite User Registration Error: ' . $error_message );
1375
 
1376
  return false;
1377
 
1378
- } else {
1379
- WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Lite User Registered Successfully:' );
1380
- WPBackItUp_LoggerV2::log($registration_logname,$response );
1381
 
1382
  return true;
1383
- }
1384
 
1385
- }
1386
 
1387
  /**
1388
  * Hook into plugin_action_links filter
@@ -1529,6 +1547,30 @@ class WPBackitup_Admin {
1529
  return $this->get('license_key');
1530
  }
1531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1532
  /**
1533
  * Getter - license status message
1534
  */
@@ -1712,12 +1754,23 @@ class WPBackitup_Admin {
1712
  //getter
1713
  public function single_file_backupset(){
1714
 
1715
- return $this->get('single_file_backupset') == 1 ? true : false;
1716
  }
1717
 
1718
  //setter
1719
  public function set_single_file_backupset($value){
1720
- $this->set('single_file_backupset', $value === true ? 1 : 0);
 
 
 
 
 
 
 
 
 
 
 
1721
  }
1722
 
1723
  public function get_backup_list(){
@@ -2182,6 +2235,8 @@ class WPBackitup_Admin {
2182
  }
2183
 
2184
 
 
 
2185
  /**
2186
  * Create unique backup name based on user preferences &job ID
2187
  *
@@ -2189,9 +2244,9 @@ class WPBackitup_Admin {
2189
  *
2190
  * @return string
2191
  */
2192
- private function create_backup_job_name($job_id){
2193
 
2194
- $url = home_url();//fetch home URL - "test-f�r-achtsamkeit.com"
2195
  $url = remove_accents($url);//convert accented characters to ascii equivalent
2196
  $url = str_replace('http://','',$url);//get rid of protocol
2197
  $url = str_replace('https://','',$url);//get rid of protocol
@@ -2202,8 +2257,6 @@ class WPBackitup_Admin {
2202
  return $backup_job_name;
2203
  }
2204
 
2205
- /**STATIC FUNCTIONS**/
2206
-
2207
  public static function is_authorized(){
2208
 
2209
  $permission_logname='debug_permissions';
@@ -2353,35 +2406,30 @@ class WPBackitup_Admin {
2353
  * job_restore.php
2354
  *
2355
  * @param $job_id Job id
2356
- * @param $job_type Job type (constants in job class)
2357
- * @param $job_run_type manual or scheduled
2358
  */
2359
- private function run_tasks($job_id,$job_type,$job_run_type){
2360
  @session_write_close();
2361
 
2362
  global $current_job,$process_id,$events_logname;
2363
  $process_id = uniqid();
2364
 
2365
- $events_logname=sprintf('debug_%s_tasks',$job_type); //Set Log name
2366
- WPBackItUp_LoggerV2::log_info($events_logname,$process_id, sprintf('(%s) Begin:%s-%s',$job_id,$job_type,$job_run_type));
2367
 
2368
  $response = new stdClass();
2369
  $response->success=false; //default to error
2370
 
2371
  if( ! empty($job_id)) {
2372
  $current_job = WPBackItUp_Job::get_job_by_id($job_id);
 
 
 
 
2373
  if (false!==$current_job) {
2374
  WPBackItUp_LoggerV2::log_info($events_logname,$process_id, sprintf('Job found:(%s)',var_export($current_job,true)));
2375
 
2376
  //IF job is active or queued then proceed
2377
  if (WPBackItUp_Job::ACTIVE ==$current_job->getJobStatus() || WPBackItUp_Job::QUEUED==$current_job->getJobStatus() ){
2378
 
2379
- //schedule next check if job is queued or active
2380
- if(WPBackItUp_Job::SCHEDULED==$job_run_type){
2381
- $hook = sprintf($hook = 'wpbackitup_run_%s_tasks',$job_type);
2382
- wp_schedule_single_event( time() + 30,$hook ,array($job_id));
2383
- }
2384
-
2385
  //if job lock acquired run tasks
2386
  if (true===$current_job->get_lock('job_lock')) {
2387
  WPBackItUp_LoggerV2::log_info( $events_logname, $process_id, sprintf('(%s) Job Lock Acquired.',$job_type));
@@ -2407,7 +2455,8 @@ class WPBackitup_Admin {
2407
  $this->backup_type = $job_run_type;
2408
  $job_include_path = sprintf( WPBACKITUP__PLUGIN_PATH . '/lib/includes/job_%s.php', $job_type );
2409
 
2410
- include_once( $job_include_path ); //Run tasks from job file
 
2411
 
2412
  WPBackItUp_LoggerV2::log_info( $events_logname, $process_id, sprintf( '(%s) End Try Run Task:%s', $job_type, $current_task->getTaskId() ) );
2413
  } else {
63
  'backup_lastrun_date'=>"-2147483648",
64
  'cleanup_lastrun_date'=>"-2147483648",
65
  'delete_all' => 0,
66
+ 'rversion_compare' => 0,
67
  'backup_dbtables_batch_size'=> WPBACKITUP__DATABASE_BATCH_SIZE,
68
  'backup_plugins_batch_size'=>WPBACKITUP__PLUGINS_BATCH_SIZE,
69
  'backup_themes_batch_size'=>WPBACKITUP__THEMES_BATCH_SIZE,
132
  // delete transient
133
  add_action('wp_ajax_wp-backitup_delete_transient', array( &$this,'ajax_queue_delete_transient'));
134
 
135
+ //Queue and run backup
136
+ add_action('wp_ajax_wp-backitup_backup', array( &$this, 'ajax_queue_manual_backup' ));
137
 
138
  //Load the cancel backup action
139
  add_action('wp_ajax_wp-backitup_cancel_backup', array( &$this, 'ajax_queue_cancel_backup' ));
144
  //Load the upload action
145
  add_action('wp_ajax_wp-backitup_plupload_action', array($this,'plupload_action'));
146
 
147
+ //Status readers for UI
148
+ add_action('wp_ajax_wp-backitup_backup_status_reader', array( &$this,'ajax_get_backup_status'));
149
+ add_action('wp_ajax_wp-backitup_restore_status_reader', array( &$this,'ajax_get_restore_status'));
150
 
151
+ //Run tasks using new background processing engine
152
+ add_action('wp_ajax_nopriv_wp-backitup_run_task', array( &$this,'ajax_run_task_nopriv'));
153
 
154
  add_action('wp_ajax_wp-backitup_backup_response_reader', array( &$this,'ajax_backup_response_reader'));
155
 
168
  //Create Daily backup action
169
  add_action( 'wpbackitup_queue_scheduled_jobs', array( &$this,'wpbackitup_queue_scheduled_jobs'));
170
 
 
 
 
 
171
  add_action( 'wpbackitup_check_license', array( &$this,'check_license'),10,1);
172
 
173
  // upgrade action hoook
179
 
180
  }
181
 
182
+
183
  /**
184
  * Load any extensions that are included in the /extensions folder
185
  * - extensions must use the namespace prefix in their name
435
  }
436
 
437
  public function initialize(){
438
+
439
+ /**
440
+ * These classes are responsible for async requests & background processing
441
+ */
442
+
443
+ require_once(WPBACKITUP__PLUGIN_PATH . '/lib/background-processing/class-async-request.php');
444
+ require_once(WPBACKITUP__PLUGIN_PATH . '/lib/background-processing/class-background-process.php');
445
+ require_once(WPBACKITUP__PLUGIN_PATH . '/lib/background-processing/class-task-processor.php');
446
+
447
+ require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-logger.php' );
448
+ require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-loggerV2.php' );
449
+ require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job.php' );
450
+ require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-task.php' );
451
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-item.php' );
452
 
453
+
454
+ $languages_path = dirname(dirname(dirname( plugin_basename( __FILE__ )))) . '/languages/';
455
 
456
  load_plugin_textdomain(
457
  'wp-backitup',
463
  $this->maybe_update(); //Check version and update database if needed
464
 
465
  $this->load_extensions();
466
+
467
+ //Create instance to service background tasks(ajax requests)
468
+ $task_processor = new WPBackItUp_Task_Processor();
469
+
470
  }
471
 
472
  /**
503
  exit;
504
  }
505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
 
507
+ $scheduled_jobs=array();
508
 
509
  //Check Scheduler
510
  $scheduler = new WPBackItUp_Scheduler();
511
 
512
  //BACKUP
513
+ //If no backup queued or active & its time to run on then kick it off
514
+ if ( ! WPBackItUp_Job::is_job_queued_active(WPBackItUp_Job::BACKUP) &&
515
+ $scheduler->isTaskScheduled(WPBackItUp_Job::BACKUP) ) {
516
+
517
  $job_id=current_time('timestamp');
518
+ $job_name = self::create_backup_job_name($job_id);
519
 
520
  $backup_tasks= apply_filters( 'wp-backitup_post_backup_tasks', WPBackItUp_Job::$BACKUP_TASKS );
521
  $backup_job = WPBackItUp_Job::queue_job($job_name,$job_id, WPBackItUp_Job::BACKUP,WPBackItUp_Job::SCHEDULED, $backup_tasks);
522
  if (false===$backup_job){
523
  WPBackItUp_LoggerV2::log_error($scheduled_jobs_logname,__METHOD__,'Scheduled backup could not be queued.');
524
  }else {
525
+ //run background processor
526
+ $background_processor = new WPBackItUp_Task_Processor();
527
+ $background_processor->push_to_queue( $job_name);
528
+ $background_processor->save()->dispatch();
529
 
530
  WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'Backup scheduled to run.');
531
  }
532
 
 
533
  }
534
 
535
  //CLEANUP
536
+ //If no cleanup queued or active & its time to run on then kick it off
537
+ if ( ! WPBackItUp_Job::is_job_queued_active(WPBackItUp_Job::CLEANUP) &&
538
+ $scheduler->isTaskScheduled(WPBackItUp_Job::CLEANUP)){
539
 
540
+ //add job to list
541
+ $job_type=WPBackItUp_Job::CLEANUP;
542
+ $job_tasks = WPBackItUp_Job::get_job_tasks($job_type);
543
+ $scheduled_jobs[$job_type]=$job_tasks;
 
 
 
 
 
 
544
 
545
+ }
 
546
 
547
+ //Are there any wpbackitup add ons that need to be kicked off?
548
+ if(has_filter('wpbackitup_scheduled_jobs')) {
549
+ $scheduled_jobs = apply_filters('wpbackitup_scheduled_jobs', $scheduled_jobs);
550
  }
551
 
552
+ foreach ( $scheduled_jobs as $job_type =>$job_tasks ) {
553
+ $job_id=current_time('timestamp');
554
+ $job_name = sprintf('%s_%s',$job_type,$job_id);
555
+
556
+ //queue Job
557
+ $job = WPBackItUp_Job::queue_job($job_name,$job_id, $job_type, WPBackItUp_Job::SCHEDULED,$job_tasks);
558
+ if (false===$job){
559
+ WPBackItUp_LoggerV2::log_error($scheduled_jobs_logname,__METHOD__,'Scheduled job could not be queued:'.$job_type );
560
+ } else {
561
+ //run background processor
562
+ $background_processor = new WPBackItUp_Task_Processor();
563
+ $background_processor->push_to_queue( $job_name);
564
+ $background_processor->save()->dispatch();
565
+
566
+ WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,sprintf('Job queued to run:%s',$job->getJobName()));
567
+ }
568
 
569
+ }
570
+
571
+ WPBackItUp_LoggerV2::log_info($scheduled_jobs_logname,__METHOD__,'End check scheduled jobs.');
572
  exit(0); //success nothing to schedule
573
  }
574
 
576
  * Queue backup job - manual
577
  *
578
  */
579
+ public function ajax_queue_manual_backup() {
580
  // Check permissions
581
  if (! self::is_authorized()) exit('Access denied.');
582
 
593
  $jobs = WPBackItUp_Job::get_jobs_by_status(WPBackItUp_Job::BACKUP,array(WPBackItUp_Job::ACTIVE,WPBackItUp_Job::QUEUED));
594
  if (false===$jobs){
595
  $job_id=current_time('timestamp');
596
+ $job_name = self::create_backup_job_name($job_id);
597
 
598
  $backup_tasks= apply_filters( 'wp-backitup_post_backup_tasks', WPBackItUp_Job::$BACKUP_TASKS );
599
  if (WPBackItUp_Job::queue_job($job_name,$job_id, WPBackItUp_Job::BACKUP,WPBackItUp_Job::MANUAL, $backup_tasks)){
600
  $rtnData->job_id = $job_id;
601
  $rtnData->message = __('Backup Queued', 'wp-backitup');
602
+
603
+ //run background processor
604
+ $background_processor = new WPBackItUp_Task_Processor();
605
+ $background_processor->push_to_queue( $job_name);
606
+ $background_processor->save()->dispatch();
607
+
608
  }else {
609
  //UI need to show this message
610
  $rtnData->message = __('Backup could not be queued', 'wp-backitup');
611
  }
612
  }else{
613
+ //Scheduled job is running already so convert to manual - background processor not needed
614
  $current_job = current($jobs);
615
  //set the job type to manual so the job tasks will no longer be scheduled to run
616
  if (WPBackItUp_Job::SCHEDULED==$current_job->getJobRunType()){
617
+ //wp_clear_scheduled_hook( 'wpbackitup_run_backup_tasks', array($current_job->getJobId()));
618
  $current_job->setJobRunType(WPBackItUp_Job::MANUAL);
619
  }
620
 
621
  $rtnData->job_id = $current_job->getJobId();
622
  $rtnData->message = __('Job is already in queue.', 'wp-backitup');
623
+
624
+ //run background processor
625
+ $background_processor = new WPBackItUp_Task_Processor();
626
+ $background_processor->push_to_queue( $current_job->getJobName());
627
+ $background_processor->save()->dispatch();
628
+
629
  }
630
 
631
  WPBackItUp_LoggerV2::log_info($events_logname,__METHOD__,'RtnData:' .$rtnData->message);
679
  }
680
 
681
  //Check to see if restore queued
682
+ $jobs = WPBackItUp_Job::get_jobs_by_status(WPBackItUp_Job::RESTORE,array(WPBackItUp_Job::ACTIVE,WPBackItUp_Job::QUEUED));
683
+ if (false===$jobs){
684
  $job_id = current_time('timestamp');
685
  $job_name = sprintf( 'Restore_%s', $job_id );
686
  $job = WPBackItUp_Job::queue_job( $job_name, $job_id, WPBackItUp_Job::RESTORE, WPBackItUp_Job::MANUAL,WPBackItUp_Job::$RESTORE_TASKS );
689
  $job->setJobMetaValue( 'user_id', $user_id );
690
  $rtnData->message = __( 'Restore Queued', 'wp-backitup' );
691
  $rtnData->job_id =$job_id;
692
+
693
+ //run background processor
694
+ $background_processor = new WPBackItUp_Task_Processor();
695
+ $background_processor->push_to_queue( $job_name);
696
+ $background_processor->save()->dispatch();
697
+
698
  } else {
699
  $rtnData->message = __( 'Restore could not be queued', 'wp-backitup' );
700
  $rtnData->job_id =0;
701
  }
702
 
703
  }else{
704
+ $current_job = current($jobs);
705
  $rtnData->message = __('Restore already in queue', 'wp-backitup');
706
+
707
+ //run background processor
708
+ $background_processor = new WPBackItUp_Task_Processor();
709
+ $background_processor->push_to_queue( $current_job->getJobName());
710
+ $background_processor->save()->dispatch();
711
  }
712
  }
713
 
755
 
756
 
757
  /**
758
+ * Run backup tasks - from no_priv ajax call
759
+ * - This function will run tasks but not returna response
760
  *
 
761
  */
762
+ public function ajax_run_task_nopriv() {
763
+ @session_write_close();
 
764
 
765
+ $job_id = $_REQUEST['job_id'];
766
+ if (!empty ($job_id)){
767
+ $this->run_tasks($job_id);
768
+ }else{
769
+ exit('Access denied.');
770
  }
771
+ }
 
772
 
773
  /**
774
+ * Fetch backup status and return to UI
775
  *
 
776
  */
777
+ public function ajax_get_backup_status() {
778
+ @session_write_close();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
779
 
780
+ // Check permissions
781
+ if (! self::is_authorized()) exit('Access denied.');
782
 
783
+ $events_logname='debug_events';
784
+ WPBackItUp_LoggerV2::log_info($events_logname,__METHOD__, 'User Permissions: ' .current_user_can( 'manage_options' ));
785
 
786
+ //Check permissions
787
+ if ( current_user_can( 'manage_options' ) ) {
788
 
789
  $job_id = $_POST['job_id'];
790
  if (!empty ($job_id)){
 
 
791
  //Could fetch status from DB at this point
 
792
  //return status
793
  $log = WPBACKITUP__PLUGIN_PATH .'/logs/backup_status.log';
794
  if(file_exists($log) ) {
796
  readfile($log);
797
  }
798
  }
799
+ }
800
+ }
 
801
 
802
  /**
803
+ * Run restore status and return to UI
804
  *
805
  */
806
  public function ajax_get_restore_status() {
818
 
819
  $job_id = $_POST['job_id'];
820
  if (!empty ($job_id)) {
 
 
821
  $log = WPBACKITUP__PLUGIN_PATH . 'logs/restore_status.log';
822
  if ( file_exists( $log ) ) {
823
  //Probably should use the database instead now.
1045
  $data['single_file_backupset'] = 0;
1046
  }
1047
 
1048
+ //** VALIDATE rversion_compare **//
1049
+ if(empty($data['rversion_compare']))
1050
+ {
1051
+ $data['rversion_compare'] = $this->defaults['rversion_compare'];
1052
+ }
1053
+
1054
  //** VALIDATE delete_all on uninstall **//
1055
  if(empty($data['delete_all']))
1056
  {
1371
 
1372
  private function register_lite($url,$form_data){
1373
  $registration_logname='debug_registration';
1374
+ $post_url = $url . '/api/wpbackitup/register_lite';
1375
+
1376
+ WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Lite User Registration Post URL: ' . $post_url );
1377
+ WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Lite User Registration Post Form Data: ' );
1378
+ WPBackItUp_LoggerV2::log($registration_logname,$form_data );
1379
+
1380
+ $response = wp_remote_post( $post_url, array(
1381
+ 'method' => 'POST',
1382
+ 'timeout' => 45,
1383
+ 'blocking' => true,
1384
+ 'headers' => array(),
1385
+ 'body' => $form_data,
1386
+ 'cookies' => array()
1387
+ )
1388
+ );
1389
 
1390
+ if ( is_wp_error( $response ) ) {
1391
+ $error_message = $response->get_error_message();
1392
+ WPBackItUp_LoggerV2::log_error($registration_logname,__METHOD__, 'Lite User Registration Error: ' . $error_message );
1393
 
1394
  return false;
1395
 
1396
+ } else {
1397
+ WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Lite User Registered Successfully:' );
1398
+ WPBackItUp_LoggerV2::log($registration_logname,$response );
1399
 
1400
  return true;
1401
+ }
1402
 
1403
+ }
1404
 
1405
  /**
1406
  * Hook into plugin_action_links filter
1547
  return $this->get('license_key');
1548
  }
1549
 
1550
+
1551
+ /**
1552
+ * License Key Getter
1553
+ *
1554
+ * @return mixed
1555
+ */
1556
+ public static function licenseKey(){
1557
+ return self::getSetting('license_key');
1558
+ }
1559
+
1560
+ /**
1561
+ * Generic static Getter
1562
+ *
1563
+ * returns null if setting not found
1564
+ *
1565
+ */
1566
+ private static function getSetting($option_name) {
1567
+
1568
+ $wp_option_name = WPBACKITUP__NAMESPACE .'_' .$option_name;
1569
+ $option_value = get_option($wp_option_name,null);
1570
+
1571
+ return $option_value;
1572
+ }
1573
+
1574
  /**
1575
  * Getter - license status message
1576
  */
1754
  //getter
1755
  public function single_file_backupset(){
1756
 
1757
+ return $this->get('single_file_backupset') === "1"? 1: 0;
1758
  }
1759
 
1760
  //setter
1761
  public function set_single_file_backupset($value){
1762
+ $this->set('single_file_backupset', $value);
1763
+ }
1764
+
1765
+ //getter
1766
+ public function rversion_compare(){
1767
+
1768
+ return $this->get('rversion_compare');
1769
+ }
1770
+
1771
+ //setter
1772
+ public function set_rversion_compare($value){
1773
+ $this->set('rversion_compare', $value);
1774
  }
1775
 
1776
  public function get_backup_list(){
2235
  }
2236
 
2237
 
2238
+ /**STATIC FUNCTIONS**/
2239
+
2240
  /**
2241
  * Create unique backup name based on user preferences &job ID
2242
  *
2244
  *
2245
  * @return string
2246
  */
2247
+ public static function create_backup_job_name($job_id){
2248
 
2249
+ $url = home_url();//fetch home URL - "test-f�r-achtsamkeit.com"
2250
  $url = remove_accents($url);//convert accented characters to ascii equivalent
2251
  $url = str_replace('http://','',$url);//get rid of protocol
2252
  $url = str_replace('https://','',$url);//get rid of protocol
2257
  return $backup_job_name;
2258
  }
2259
 
 
 
2260
  public static function is_authorized(){
2261
 
2262
  $permission_logname='debug_permissions';
2406
  * job_restore.php
2407
  *
2408
  * @param $job_id Job id
 
 
2409
  */
2410
+ private function run_tasks($job_id){
2411
  @session_write_close();
2412
 
2413
  global $current_job,$process_id,$events_logname;
2414
  $process_id = uniqid();
2415
 
2416
+ $events_logname=sprintf('debug_run_tasks'); //Set Log name
 
2417
 
2418
  $response = new stdClass();
2419
  $response->success=false; //default to error
2420
 
2421
  if( ! empty($job_id)) {
2422
  $current_job = WPBackItUp_Job::get_job_by_id($job_id);
2423
+ $job_type= $current_job->getJobType();
2424
+ $job_run_type= $current_job->getJobRunType();
2425
+ WPBackItUp_LoggerV2::log_info($events_logname,$process_id, sprintf('(%s) Begin:%s-%s',$job_id,$job_type,$job_run_type));
2426
+
2427
  if (false!==$current_job) {
2428
  WPBackItUp_LoggerV2::log_info($events_logname,$process_id, sprintf('Job found:(%s)',var_export($current_job,true)));
2429
 
2430
  //IF job is active or queued then proceed
2431
  if (WPBackItUp_Job::ACTIVE ==$current_job->getJobStatus() || WPBackItUp_Job::QUEUED==$current_job->getJobStatus() ){
2432
 
 
 
 
 
 
 
2433
  //if job lock acquired run tasks
2434
  if (true===$current_job->get_lock('job_lock')) {
2435
  WPBackItUp_LoggerV2::log_info( $events_logname, $process_id, sprintf('(%s) Job Lock Acquired.',$job_type));
2455
  $this->backup_type = $job_run_type;
2456
  $job_include_path = sprintf( WPBACKITUP__PLUGIN_PATH . '/lib/includes/job_%s.php', $job_type );
2457
 
2458
+ //error_log('run script');
2459
+ require_once( $job_include_path ); //Run tasks from job file
2460
 
2461
  WPBackItUp_LoggerV2::log_info( $events_logname, $process_id, sprintf( '(%s) End Try Run Task:%s', $job_type, $current_task->getTaskId() ) );
2462
  } else {
lib/includes/job_backup.php CHANGED
@@ -506,7 +506,7 @@ if ('task_backup_db'==$current_task->getTaskName()) {
506
 
507
  $tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path);
508
 
509
- //if first attempt failed AND dunp type false then try using true
510
  if (false===$tables_remaining_count && false===$db_mysqldump_path){
511
  $db_mysqldump_path=true;
512
  $tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path );
@@ -854,7 +854,16 @@ if ('task_create_backupset'==$current_task->getTaskName()) {
854
  set_status( 'finalize_backup', $active, true );
855
 
856
  WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Create Backup Set? '.var_export($WPBackitup->single_file_backupset(),true));
857
- if (false===$WPBackitup->single_file_backupset()){
 
 
 
 
 
 
 
 
 
858
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
859
  return;
860
  }
@@ -919,7 +928,7 @@ if ('task_create_backupset'==$current_task->getTaskName()) {
919
  $file_system->delete_files(array($backup_set_zip));
920
 
921
  //turn off backup set setting - should we use a counter?
922
- $WPBackitup->set_single_file_backupset(false);
923
  }
924
 
925
  //update task meta
506
 
507
  $tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path);
508
 
509
+ //if first attempt failed AND dump type false then try using true
510
  if (false===$tables_remaining_count && false===$db_mysqldump_path){
511
  $db_mysqldump_path=true;
512
  $tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path );
854
  set_status( 'finalize_backup', $active, true );
855
 
856
  WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Create Backup Set? '.var_export($WPBackitup->single_file_backupset(),true));
857
+ if (0===$WPBackitup->single_file_backupset()){
858
+ //Generate manifest
859
+ if ( ! $wp_backup->create_backup_manifest()) {
860
+ $current_task->setStatus(WPBackItUp_Job_Task::ERROR,109);
861
+
862
+ write_fatal_error_status( '109' );
863
+ end_backup( 109, false );
864
+ return false;
865
+ }
866
+
867
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
868
  return;
869
  }
928
  $file_system->delete_files(array($backup_set_zip));
929
 
930
  //turn off backup set setting - should we use a counter?
931
+ $WPBackitup->set_single_file_backupset(0);
932
  }
933
 
934
  //update task meta
lib/includes/job_restore.php CHANGED
@@ -502,26 +502,28 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
502
  }
503
 
504
  //Check wordpress version
505
- $site_wordpress_version = get_bloginfo('version');
506
- $backup_wordpress_version = $site_info['restore_wp_version'];
507
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Site Wordpress Version:' . $site_wordpress_version);
508
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Backup Wordpress Version:' . $backup_wordpress_version);
509
- if ( ! WPBackItUp_Utility::version_compare($site_wordpress_version, $backup_wordpress_version )) {
510
- WPBackItUp_LoggerV2::log($restore_logname,'*VALIDATE SITEDATA FILE*' );
511
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,226);
512
- fatal_error($task,'226','Backup was created using different version of wordpress');
513
- return false;
514
- }
 
515
 
516
 
517
- $restore_wpbackitup_version = $site_info['restore_wpbackitup_version'];
518
- $current_wpbackitup_version = WPBACKITUP__VERSION;
519
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp current Version:' . $current_wpbackitup_version);
520
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp backup Version:' . $restore_wpbackitup_version);
521
- if (! WPBackItUp_Utility::version_compare($restore_wpbackitup_version, $current_wpbackitup_version )){
522
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,227);
523
- fatal_error($task,'227','Backup was created using different version of WPBackItUp');
524
- return false;
 
525
  }
526
  WPBackItUp_LoggerV2::log($restore_logname,'*END VALIDATE SITEDATA FILE*' );
527
 
502
  }
503
 
504
  //Check wordpress version
505
+ if($WPBackitup->rversion_compare() === 0){
506
+ $site_wordpress_version = get_bloginfo('version');
507
+ $backup_wordpress_version = $site_info['restore_wp_version'];
508
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Site Wordpress Version:' . $site_wordpress_version);
509
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Backup Wordpress Version:' . $backup_wordpress_version);
510
+ if ( ! WPBackItUp_Utility::version_compare($site_wordpress_version, $backup_wordpress_version )) {
511
+ WPBackItUp_LoggerV2::log($restore_logname,'*VALIDATE SITEDATA FILE*' );
512
+ $current_task->setStatus(WPBackItUp_Job_Task::ERROR,226);
513
+ fatal_error($task,'226','Backup was created using different version of wordpress');
514
+ return false;
515
+ }
516
 
517
 
518
+ $restore_wpbackitup_version = $site_info['restore_wpbackitup_version'];
519
+ $current_wpbackitup_version = WPBACKITUP__VERSION;
520
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp current Version:' . $current_wpbackitup_version);
521
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp backup Version:' . $restore_wpbackitup_version);
522
+ if (! WPBackItUp_Utility::version_compare($restore_wpbackitup_version, $current_wpbackitup_version )){
523
+ $current_task->setStatus(WPBackItUp_Job_Task::ERROR,227);
524
+ fatal_error($task,'227','Backup was created using different version of WPBackItUp');
525
+ return false;
526
+ }
527
  }
528
  WPBackItUp_LoggerV2::log($restore_logname,'*END VALIDATE SITEDATA FILE*' );
529
 
readme.txt CHANGED
@@ -2,14 +2,13 @@
2
  Contributors: wpbackitup, cssimmon, alaminopu
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup, backups, restore, migrate, clone, duplicate, multisite, database, archive, malware, download, mysql
5
-
6
  Requires at least: 3.8.0
7
  Tested up to: 4.5
8
- Stable tag: 1.12.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
- Simple & complete backups of your WordPress website with this easy to use plugin.
13
 
14
  == Description ==
15
 
@@ -168,6 +167,18 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
168
 
169
  == Changelog ==
170
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  = 1.12.3 =
172
  *Release Date - April 18, 2016
173
 
2
  Contributors: wpbackitup, cssimmon, alaminopu
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup, backups, restore, migrate, clone, duplicate, multisite, database, archive, malware, download, mysql
 
5
  Requires at least: 3.8.0
6
  Tested up to: 4.5
7
+ Stable tag: 1.12.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Backup plugin to create a full backup (files + database) that can be used to easily restore, duplicate, clone, or migrate any WordPress website.
12
 
13
  == Description ==
14
 
167
 
168
  == Changelog ==
169
 
170
+ = 1.12.4 =
171
+ *Release Date - June 14, 2016
172
+
173
+ * UPDATE : Migrate database export to use wpdb query utility
174
+ * UPDATE : add SQLi detection and error logging
175
+ * UPDATE : Minor job updates to support wpbackitup-safe
176
+ * UPDATE : Enhancements to scheduling engine
177
+ * UPDATE : Add new background processing engine to minimize WPCron Dependency
178
+ * UPDATE : Move options table restore to last pass to minimize migration issues
179
+ * UPDATE : Significant performance improvements to scheduled backups
180
+ * FIX : Fix issue with single file backup set settings and manifest
181
+
182
  = 1.12.3 =
183
  *Release Date - April 18, 2016
184
 
views/settings.php CHANGED
@@ -17,12 +17,14 @@
17
 
18
  $wpbackitup_single_file_backupset = $this->single_file_backupset();
19
 
 
20
  $backup_dbtables_batch_size=$this->backup_dbtables_batch_size();
21
  $backup_plugins_batch_size=$this->backup_plugins_batch_size();
22
  $backup_themes_batch_size=$this->backup_themes_batch_size();
23
  $backup_uploads_batch_size=$this->backup_uploads_batch_size();
24
  $backup_others_batch_size=$this->backup_others_batch_size();
25
  $wpbackitup_delete_all = $this->delete_all();
 
26
 
27
  // Filters
28
  $backup_plugins_filter = $this->backup_plugins_filter();
@@ -106,6 +108,13 @@
106
  <p class="submit"><input type="submit" name="Save_Logging" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></p>
107
  </div>
108
 
 
 
 
 
 
 
 
109
  <div class="widget">
110
  <h3 class="promo"><i class="fa fa-file-archive-o"></i> <?php _e('Single File Backup Set', 'wp-backitup') ?></h3>
111
  <p><input type="checkbox" id="wpbackitup_single_file_backupset" value="1" name="data[single_file_backupset]" <?php if ($wpbackitup_single_file_backupset) echo 'checked'; ?>>
17
 
18
  $wpbackitup_single_file_backupset = $this->single_file_backupset();
19
 
20
+
21
  $backup_dbtables_batch_size=$this->backup_dbtables_batch_size();
22
  $backup_plugins_batch_size=$this->backup_plugins_batch_size();
23
  $backup_themes_batch_size=$this->backup_themes_batch_size();
24
  $backup_uploads_batch_size=$this->backup_uploads_batch_size();
25
  $backup_others_batch_size=$this->backup_others_batch_size();
26
  $wpbackitup_delete_all = $this->delete_all();
27
+ $wpbackitup_rversion_compare = $this->rversion_compare();
28
 
29
  // Filters
30
  $backup_plugins_filter = $this->backup_plugins_filter();
108
  <p class="submit"><input type="submit" name="Save_Logging" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></p>
109
  </div>
110
 
111
+ <div class="widget">
112
+ <h3 class="promo"><i class="fa fa-scissors"></i> <?php _e('Disable restore version compare?', 'wp-backitup') ?></h3>
113
+ <p><input type="checkbox" id="wpbackitup_rversion_compare" value="0" name="data[rversion_compare]" <?php if ($wpbackitup_rversion_compare) echo 'checked'; ?>>
114
+ <label for="wpbackitup_rversion_compare"><?php _e('Check this box if you would like WPBackItUp not to check major version issue. This could be dangerous, you can disable it with your own risk.', 'wp-backitup') ?></label></p>
115
+ <div class="submit"><input type="submit" name="Save_Rversion_compare" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
116
+ </div>
117
+
118
  <div class="widget">
119
  <h3 class="promo"><i class="fa fa-file-archive-o"></i> <?php _e('Single File Backup Set', 'wp-backitup') ?></h3>
120
  <p><input type="checkbox" id="wpbackitup_single_file_backupset" value="1" name="data[single_file_backupset]" <?php if ($wpbackitup_single_file_backupset) echo 'checked'; ?>>
wp-backitup.php CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Backup your content, settings, themes, plugins and media in just a few simple clicks.
7
  * Author: Chris Simmons
8
  * Author URI: https://www.wpbackitup.com
9
- * Version: 1.12.3
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
@@ -32,7 +32,7 @@ define( 'WPBACKITUP__NAMESPACE', 'wp-backitup' );
32
  define( 'WPBACKITUP__CLASSNAMESPACE', 'WPBackItUp' );
33
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
34
  define( 'WPBACKITUP__MINOR_VERSION', 12);
35
- define( 'WPBACKITUP__MAINTENANCE_VERSION', 3); //Dont forget to update version in header on WP release
36
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
37
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));
38
  define( 'WPBACKITUP__DB_VERSION', 4);
@@ -56,6 +56,7 @@ define( 'WPBACKITUP__BACKUP_URL', content_url() . "/" .WPBACKITUP__BACKUP_FOLDER
56
  define( 'WPBACKITUP__BACKUP_PATH',WPBACKITUP__CONTENT_PATH . '/' . WPBACKITUP__BACKUP_FOLDER);
57
  define( 'WPBACKITUP__UPLOAD_FOLDER','TMP_Uploads');
58
  define( 'WPBACKITUP__UPLOAD_PATH',WPBACKITUP__BACKUP_PATH . '/' .WPBACKITUP__UPLOAD_FOLDER);
 
59
 
60
  define( 'WPBACKITUP__RESTORE_FOLDER', 'wpbackitup_restore' );
61
  define( 'WPBACKITUP__RESTORE_PATH',WPBACKITUP__CONTENT_PATH . '/' . WPBACKITUP__RESTORE_FOLDER);
@@ -68,9 +69,11 @@ define( 'WPBACKITUP__SQL_DBBACKUP_FILENAME', 'db-backup.sql');
68
 
69
  define( 'WPBACKITUP__BACKUP_GLOBAL_IGNORE_LIST','.htaccess');//comma separated list with no spaces after comma
70
 
71
- define( 'WPBACKITUP__TASK_TIMEOUT_SECONDS', 300);//300 = 5 minutes
72
  define( 'WPBACKITUP__SCRIPT_TIMEOUT_SECONDS', 900);//900 = 15 minutes
73
 
 
 
74
  define( 'WPBACKITUP__BACKUP_RETAINED_DAYS', 5);//5 days
75
  define( 'WPBACKITUP__SUPPORT_EMAIL', 'wpbackitupcomsupport@wpbackitup.freshdesk.com');
76
 
@@ -106,6 +109,35 @@ add_filter('cron_schedules', 'wpbackitup_modify_cron_schedules', 30);
106
 
107
  function wpbackitup_register_post_types() {
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  $backup_args = array(
110
  'labels' => array( 'name' => __( 'Backup', 'wp-backitup' ) ),
111
  'public' => false,
6
  * Description: Backup your content, settings, themes, plugins and media in just a few simple clicks.
7
  * Author: Chris Simmons
8
  * Author URI: https://www.wpbackitup.com
9
+ * Version: 1.12.4
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
32
  define( 'WPBACKITUP__CLASSNAMESPACE', 'WPBackItUp' );
33
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
34
  define( 'WPBACKITUP__MINOR_VERSION', 12);
35
+ define( 'WPBACKITUP__MAINTENANCE_VERSION', 4); //Dont forget to update version in header on WP release
36
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
37
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));
38
  define( 'WPBACKITUP__DB_VERSION', 4);
56
  define( 'WPBACKITUP__BACKUP_PATH',WPBACKITUP__CONTENT_PATH . '/' . WPBACKITUP__BACKUP_FOLDER);
57
  define( 'WPBACKITUP__UPLOAD_FOLDER','TMP_Uploads');
58
  define( 'WPBACKITUP__UPLOAD_PATH',WPBACKITUP__BACKUP_PATH . '/' .WPBACKITUP__UPLOAD_FOLDER);
59
+ define( 'WPBACKITUP__LOGS_PATH',WPBACKITUP__PLUGIN_PATH . 'logs') ;
60
 
61
  define( 'WPBACKITUP__RESTORE_FOLDER', 'wpbackitup_restore' );
62
  define( 'WPBACKITUP__RESTORE_PATH',WPBACKITUP__CONTENT_PATH . '/' . WPBACKITUP__RESTORE_FOLDER);
69
 
70
  define( 'WPBACKITUP__BACKUP_GLOBAL_IGNORE_LIST','.htaccess');//comma separated list with no spaces after comma
71
 
72
+ define( 'WPBACKITUP__TASK_TIMEOUT_SECONDS', 120);
73
  define( 'WPBACKITUP__SCRIPT_TIMEOUT_SECONDS', 900);//900 = 15 minutes
74
 
75
+ define( 'WPBACKITUP__TASK_WAIT_SECONDS', 2);
76
+
77
  define( 'WPBACKITUP__BACKUP_RETAINED_DAYS', 5);//5 days
78
  define( 'WPBACKITUP__SUPPORT_EMAIL', 'wpbackitupcomsupport@wpbackitup.freshdesk.com');
79
 
109
 
110
  function wpbackitup_register_post_types() {
111
 
112
+ $backup_args = array(
113
+ 'labels' => array( 'name' => __( 'Local File', 'wp-backitup' ) ),
114
+ 'public' => false,
115
+ 'exclude_from_search' => true,
116
+ 'publicly_queryable' => false,
117
+ 'show_ui' => false,
118
+ 'query_var' => false,
119
+ 'rewrite' => false,
120
+ 'capability_type' => 'post',
121
+ 'supports' => array( 'title', 'editor' ),
122
+ 'can_export' => true
123
+ );
124
+ register_post_type( 'wpb_local-file', $backup_args );
125
+
126
+ // $backup_args = array(
127
+ // 'labels' => array( 'name' => __( 'AWS-S3 File', 'wp-backitup' ) ),
128
+ // 'public' => false,
129
+ // 'exclude_from_search' => true,
130
+ // 'publicly_queryable' => false,
131
+ // 'show_ui' => false,
132
+ // 'query_var' => false,
133
+ // 'rewrite' => false,
134
+ // 'capability_type' => 'post',
135
+ // 'supports' => array( 'title', 'editor' ),
136
+ // 'can_export' => true
137
+ // );
138
+ // register_post_type( 'wpb_S3-file', $backup_args );
139
+
140
+
141
  $backup_args = array(
142
  'labels' => array( 'name' => __( 'Backup', 'wp-backitup' ) ),
143
  'public' => false,