Version Description
*Release Date - March 10, 2016
- NEW FEATURE : Add Single backup file feature
- NEW FEATURE : Add import uploaded backup files
- UPDATE : Update job duration formatting to include hours for large sites and long jobs
- UPDATE : Add backup type to available backups grid.
- UPDATE : Change database export to only use one method after successful export of first table
- UPDATE : Add WPBackItUp about page
- UPDATE : Add WPBackItUp logo to notification email
- UPDATE : Allow no uploads on restore
- UPDATE : Refresh backup list on successful backup without page
- UPDATE : Add review plugin button and logo to backup view
- UPDATE : Add site migration link to useful links
- UPDATE : Add background color enhancement to new backups
- UPDATE : Add setting for single file backup set
- UPDATE : Update product name to WPBackItUp
- FIX : Invalid error message on delete backup
Download this release
Release Info
Developer | cssimmon |
Plugin | Backup and Restore WordPress – WPBackItUp Backup Plugin |
Version | 1.12.2 |
Comparing to | |
See all releases |
Code changes from version 1.12.1 to 1.12.2
- css/wpbackitup_admin.css +70 -0
- images/wpbackitup-logo-small.png +0 -0
- images/wpbackitup-logo.png +0 -0
- js/wpbackitup_admin.js +114 -10
- languages/wp-backitup-bn_BD.mo +0 -0
- languages/wp-backitup-bn_BD.po +421 -366
- languages/wp-backitup-de_DE.mo +0 -0
- languages/wp-backitup-de_DE.po +476 -419
- languages/wp-backitup-en_US.po +406 -362
- languages/wp-backitup-es_ES.mo +0 -0
- languages/wp-backitup-es_ES.po +475 -410
- languages/wp-backitup-fr_FR.mo +0 -0
- languages/wp-backitup-fr_FR.po +499 -437
- languages/wp-backitup-it_IT.mo +0 -0
- languages/wp-backitup-it_IT.po +486 -427
- languages/wp-backitup-ru_RU.mo +0 -0
- languages/wp-backitup-ru_RU.po +548 -485
- languages/wp-backitup-tl.mo +0 -0
- languages/wp-backitup-tl.po +512 -456
- languages/wp-backitup.pot +421 -366
- lib/includes/class-backup.php +51 -4
- lib/includes/class-database.php +21 -7
- lib/includes/class-filesystem.php +1 -1
- lib/includes/class-job.php +28 -4
- lib/includes/class-logger.php +1 -1
- lib/includes/class-restore.php +142 -4
- lib/includes/class-sql.php +1 -1
- lib/includes/class-utility.php +2 -2
- lib/includes/class-wpbackitup-admin.php +83 -15
- lib/includes/handler_download.php +6 -1
- lib/includes/handler_upload.php +9 -4
- lib/includes/job_backup.php +133 -24
- lib/includes/job_restore.php +125 -40
- readme.txt +77 -56
- views/backup.php +26 -55
- views/restore.php +22 -16
- views/settings.php +25 -15
- views/support.php +2 -2
- wp-backitup.php +3 -3
css/wpbackitup_admin.css
CHANGED
@@ -261,4 +261,74 @@ ul.tagit input[type="text"] {
|
|
261 |
padding: 5px;
|
262 |
font-size: 1.2em;
|
263 |
width: 280px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
}
|
261 |
padding: 5px;
|
262 |
font-size: 1.2em;
|
263 |
width: 280px;
|
264 |
+
}
|
265 |
+
|
266 |
+
.word-capitalize{
|
267 |
+
text-transform: capitalize;
|
268 |
+
}
|
269 |
+
|
270 |
+
.wpb-badge {
|
271 |
+
position: absolute;
|
272 |
+
right: 0;
|
273 |
+
top: 0;
|
274 |
+
background: url('../images/wpbackitup-logo.png') center top no-repeat;
|
275 |
+
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
|
276 |
+
color: #32828b;
|
277 |
+
display: inline-block;
|
278 |
+
font-size: 14px;
|
279 |
+
font-weight: 600;
|
280 |
+
height: 40px;
|
281 |
+
margin: 5px 0 0;
|
282 |
+
padding-top: 132px;
|
283 |
+
text-align: center;
|
284 |
+
text-rendering: optimizelegibility;
|
285 |
+
width: 150px;
|
286 |
+
}
|
287 |
+
|
288 |
+
.success-grid{
|
289 |
+
color: #4F8A10;
|
290 |
+
background-color: #DFF2BF;
|
291 |
+
font-weight: bold;
|
292 |
+
}
|
293 |
+
|
294 |
+
.wpbackitup-topbar{
|
295 |
+
position: relative;
|
296 |
+
top: 20px;
|
297 |
+
overflow: hidden;
|
298 |
+
clear: both;
|
299 |
+
margin: 0;
|
300 |
+
width: 98%;
|
301 |
+
min-width: 255px;
|
302 |
+
padding: 10px;
|
303 |
+
background: #ddd none repeat scroll 0 0;
|
304 |
+
border-radius: 15px;
|
305 |
+
}
|
306 |
+
.wpbackitup-topbar a,
|
307 |
+
.wpbackitup-topbar h2
|
308 |
+
{
|
309 |
+
float: left;
|
310 |
+
margin-left: 5px;
|
311 |
+
margin-right: 25px;
|
312 |
+
}
|
313 |
+
.wpbackitup-topbar h2{
|
314 |
+
font-size: 25px;
|
315 |
+
font-weight: 600;
|
316 |
+
}
|
317 |
+
.wpbiu-button{
|
318 |
+
float: right !important;
|
319 |
+
margin-right: 15px !important;
|
320 |
+
margin-top: 10px !important;
|
321 |
+
margin-top: 15px !important;
|
322 |
+
}
|
323 |
+
#import-uploads{
|
324 |
+
display: none;
|
325 |
+
}
|
326 |
+
#import-uploads.button-secondary {
|
327 |
+
margin-top: 12px;
|
328 |
+
background: rgb(66, 184, 221) !important;
|
329 |
+
color: #fff !important;
|
330 |
+
}
|
331 |
+
#import-uploads.button-secondary:hover{
|
332 |
+
background: rgb(69, 188, 228) !important;
|
333 |
+
border-color:#aaa !important;
|
334 |
}
|
images/wpbackitup-logo-small.png
ADDED
Binary file
|
images/wpbackitup-logo.png
ADDED
Binary file
|
js/wpbackitup_admin.js
CHANGED
@@ -9,6 +9,8 @@
|
|
9 |
var namespace = 'wp-backitup';
|
10 |
var current_job_id=0;
|
11 |
|
|
|
|
|
12 |
//Add View Log Click event to backup page
|
13 |
wpbackitup_add_viewlog_onclick();
|
14 |
|
@@ -106,18 +108,31 @@
|
|
106 |
|
107 |
});
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
-
|
111 |
$(".viewloglink").click(function(){
|
112 |
var href = $(this).attr("href");
|
113 |
$("#backup_name").val(href);
|
114 |
$("#viewlog").submit();
|
115 |
return false;
|
116 |
});
|
117 |
-
|
118 |
|
119 |
function wpbackitup_add_downloadbackup_onclick(){
|
120 |
-
$(".downloadbackuplink").click
|
121 |
var href = $(this).attr("href");
|
122 |
$("#backup_file").val(href);
|
123 |
$("#download_backup").submit();
|
@@ -125,6 +140,83 @@
|
|
125 |
});
|
126 |
}
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
/* get restore status */
|
129 |
function wpbackitup_get_restore_status() {
|
130 |
|
@@ -704,7 +796,8 @@
|
|
704 |
type: 'post',
|
705 |
data: {action: wpbackitup_get_action_name('delete_file'), filed: filename, post_id: post_id},
|
706 |
success: function(data) {
|
707 |
-
|
|
|
708 |
{
|
709 |
$('#' + row).remove();
|
710 |
}
|
@@ -793,6 +886,7 @@
|
|
793 |
}else{
|
794 |
console.log('uploaded success')
|
795 |
$('#' + file.id + " .progress").css("background-color", "green");
|
|
|
796 |
}
|
797 |
|
798 |
});
|
@@ -841,12 +935,13 @@
|
|
841 |
|
842 |
function wpbackitup_processRow_backup(data)
|
843 |
{
|
|
|
844 |
// decide class of row to be inserted dynamically
|
845 |
var css_class;
|
846 |
-
css_class = '';
|
847 |
|
848 |
if (!$('#datatable tr').first().hasClass('alternate'))
|
849 |
-
css_class = 'class="alternate"';
|
850 |
// decided class of row to be inserted dynamically
|
851 |
|
852 |
// build id of the row to be inserted dynamically
|
@@ -858,15 +953,24 @@
|
|
858 |
{
|
859 |
//var restoreColumn = '<td><a href="#" title="' + data.backupFile + '" class="restoreRow" id="restoreRow' + cur_row + '">Restore</a></td>\n';
|
860 |
|
861 |
-
var viewColumn = '<td
|
|
|
862 |
if(data.backupMessage) {
|
863 |
-
viewColumn += '<td>'+ data.backupMessage +'</td>\n'
|
864 |
}
|
865 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
866 |
var newRow =
|
867 |
'<tr ' + css_class + ' id="row' + cur_row + '">\n\
|
868 |
-
<td><a href="#TB_inline?width=600&height=550&inlineId=
|
869 |
-
newRow +=viewColumn;
|
870 |
//newRow +='<td><a href="#" title="' + data.backupName + '" class="deleteRow" id="deleteRow' + cur_row + '">' + wpbackitup_local.delete + '</a></td>\n';
|
871 |
newRow += '<td> </td>';
|
872 |
newRow +='</tr>';
|
9 |
var namespace = 'wp-backitup';
|
10 |
var current_job_id=0;
|
11 |
|
12 |
+
//$( "#tabs" ).tabs();
|
13 |
+
|
14 |
//Add View Log Click event to backup page
|
15 |
wpbackitup_add_viewlog_onclick();
|
16 |
|
108 |
|
109 |
});
|
110 |
|
111 |
+
// import uploads
|
112 |
+
$('#import-uploads').click(function(){
|
113 |
+
setTimeout(function () {
|
114 |
+
window.location.reload()
|
115 |
+
}, 100);
|
116 |
+
});
|
117 |
+
|
118 |
+
$(document.body).on('click', '.thickbox', function(){
|
119 |
+
var job_id = $(this).data('jobid');
|
120 |
+
console.log(job_id);
|
121 |
+
var job_name = this.name;
|
122 |
+
wpbackitup_get_single_backup_zip_filelist(job_id, job_name);
|
123 |
+
});
|
124 |
|
125 |
+
function wpbackitup_add_viewlog_onclick(){
|
126 |
$(".viewloglink").click(function(){
|
127 |
var href = $(this).attr("href");
|
128 |
$("#backup_name").val(href);
|
129 |
$("#viewlog").submit();
|
130 |
return false;
|
131 |
});
|
132 |
+
}
|
133 |
|
134 |
function wpbackitup_add_downloadbackup_onclick(){
|
135 |
+
$(".downloadbackuplink").bind('click', function(){
|
136 |
var href = $(this).attr("href");
|
137 |
$("#backup_file").val(href);
|
138 |
$("#download_backup").submit();
|
140 |
});
|
141 |
}
|
142 |
|
143 |
+
/* get single backup list */
|
144 |
+
function wpbackitup_get_single_backup_zip_filelist(backup_job_id, job_name){
|
145 |
+
var get_filelist_action = {
|
146 |
+
action: wpbackitup_get_action_name('backup_zip_filelist'),job_id: backup_job_id
|
147 |
+
};
|
148 |
+
|
149 |
+
var inlineId = job_name.replace(/[^A-Za-z0-9\-]/g, '');
|
150 |
+
|
151 |
+
var row_no=0;
|
152 |
+
var html_backupset='';
|
153 |
+
var html_data =
|
154 |
+
'<div id="'+ inlineId +'">\
|
155 |
+
<h2>WP BackItUp Backup Set: <em>'+ job_name +'</em></h2>\
|
156 |
+
<p>Below are the archive files included in this backup set. Click the link to download.</p>\
|
157 |
+
<table class="widefat" id="datatable">\
|
158 |
+
<tbody>';
|
159 |
+
|
160 |
+
$.ajax({
|
161 |
+
url: ajaxurl,
|
162 |
+
type: 'POST',
|
163 |
+
data: {action: wpbackitup_get_action_name('backup_zip_filelist'),job_id: backup_job_id},
|
164 |
+
dataType: "json"
|
165 |
+
})
|
166 |
+
|
167 |
+
//success
|
168 |
+
.done(function( response ) {
|
169 |
+
|
170 |
+
if (response.data){
|
171 |
+
$.each(response.data,function() {
|
172 |
+
var zip_name = $(this)[0].name.split(/[\/]+/).pop();
|
173 |
+
var file_size = $(this)[0].size;
|
174 |
+
console.log(zip_name, file_size);
|
175 |
+
|
176 |
+
if (zip_name.indexOf('-backupset-') > -1 ) {
|
177 |
+
html_backupset='<p><a class="downloadbackuplink" href="'+ zip_name +'"><i class="fa fa-cloud-download fa-3x"></i> <strong>Download a single zip file that contains all these files.</strong></a>\
|
178 |
+
<br><em>* Please note that this is a ' +file_size +' file which may timeout on some hosts.</em></p>';
|
179 |
+
|
180 |
+
}
|
181 |
+
else {
|
182 |
+
row_no++;
|
183 |
+
var classname = '';
|
184 |
+
if(row_no%2!=0){
|
185 |
+
classname ='alternate';
|
186 |
+
}
|
187 |
+
|
188 |
+
html_data += '<tr class="' + classname + '" id="row' + row_no +'">\
|
189 |
+
<td><a class="downloadbackuplink" href="'+ zip_name +'">'+ zip_name +'</a></td> \
|
190 |
+
<td>' + file_size +'</td> \
|
191 |
+
</tr>';
|
192 |
+
}
|
193 |
+
});
|
194 |
+
|
195 |
+
html_data += html_backupset + '</tbody></table></div>';
|
196 |
+
$('#TB_ajaxContent').html(html_data);
|
197 |
+
wpbackitup_add_downloadbackup_onclick();
|
198 |
+
}
|
199 |
+
else {
|
200 |
+
unexpected_alert(response, null, null);
|
201 |
+
}
|
202 |
+
})
|
203 |
+
|
204 |
+
.fail(function(response, textStatus, errorThrown) {
|
205 |
+
unexpected_alert(response, textStatus, errorThrown);
|
206 |
+
});
|
207 |
+
}
|
208 |
+
|
209 |
+
|
210 |
+
function unexpected_alert(response, textStatus, errorThrown){
|
211 |
+
|
212 |
+
var error_message = 'Error-Invalid response from server: ';
|
213 |
+
if (textStatus) error_message += textStatus + '\n';
|
214 |
+
if (errorThrown) error_message += errorThrown + '\n';
|
215 |
+
error_message += '\nResponse: \n\n' +JSON.stringify(response);
|
216 |
+
|
217 |
+
alert(error_message);
|
218 |
+
}
|
219 |
+
|
220 |
/* get restore status */
|
221 |
function wpbackitup_get_restore_status() {
|
222 |
|
796 |
type: 'post',
|
797 |
data: {action: wpbackitup_get_action_name('delete_file'), filed: filename, post_id: post_id},
|
798 |
success: function(data) {
|
799 |
+
var found_pos = data.search("deleted");//must start in pos 0
|
800 |
+
if (found_pos == 0)
|
801 |
{
|
802 |
$('#' + row).remove();
|
803 |
}
|
886 |
}else{
|
887 |
console.log('uploaded success')
|
888 |
$('#' + file.id + " .progress").css("background-color", "green");
|
889 |
+
$('#import-uploads').show();
|
890 |
}
|
891 |
|
892 |
});
|
935 |
|
936 |
function wpbackitup_processRow_backup(data)
|
937 |
{
|
938 |
+
console.log(data);
|
939 |
// decide class of row to be inserted dynamically
|
940 |
var css_class;
|
941 |
+
css_class = 'class="success-grid"';
|
942 |
|
943 |
if (!$('#datatable tr').first().hasClass('alternate'))
|
944 |
+
css_class = 'class="alternate success-grid"';
|
945 |
// decided class of row to be inserted dynamically
|
946 |
|
947 |
// build id of the row to be inserted dynamically
|
953 |
{
|
954 |
//var restoreColumn = '<td><a href="#" title="' + data.backupFile + '" class="restoreRow" id="restoreRow' + cur_row + '">Restore</a></td>\n';
|
955 |
|
956 |
+
var viewColumn = '<td class="word-capitalize">'+ data.backupRuntype +'</td>\n<td>' + data.backupDate + '</td>\n';
|
957 |
+
viewColumn += '<td>'+ data.backupDuration +'</td>\n';
|
958 |
if(data.backupMessage) {
|
959 |
+
viewColumn += '<td>'+ data.backupMessage +'</td>\n';
|
960 |
}
|
961 |
|
962 |
+
// generate inline id
|
963 |
+
var str = data.backupName;
|
964 |
+
var inlineId = str.replace(/[^A-Za-z0-9\-]/g, '');
|
965 |
+
|
966 |
+
var start = str.lastIndexOf("_");
|
967 |
+
var jobId = str.substring(start+1);
|
968 |
+
//var jobId = str.replace(/[^0-9\-]/g, '');
|
969 |
+
|
970 |
var newRow =
|
971 |
'<tr ' + css_class + ' id="row' + cur_row + '">\n\
|
972 |
+
<td><a href="#TB_inline?width=600&height=550&inlineId='+ inlineId + '" class="thickbox" title="Download Backup" name="'+ data.backupName +'" data-jobid="'+jobId+'"><i class="fa fa-download"></i> ' + data.backupName + '</a></td>\n';
|
973 |
+
newRow += viewColumn;
|
974 |
//newRow +='<td><a href="#" title="' + data.backupName + '" class="deleteRow" id="deleteRow' + cur_row + '">' + wpbackitup_local.delete + '</a></td>\n';
|
975 |
newRow += '<td> </td>';
|
976 |
newRow +='</tr>';
|
languages/wp-backitup-bn_BD.mo
CHANGED
Binary file
|
languages/wp-backitup-bn_BD.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
#
|
2 |
# Translators:
|
3 |
-
# MD. AL-AMIN <alamin_opu@yahoo.com>, 2015
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
-
"Project-Id-Version:
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
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,191 +14,195 @@ 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.
|
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:
|
23 |
-
#: views/backup.php:
|
24 |
msgid "Backup"
|
25 |
msgstr "ব্যাকআপ"
|
26 |
|
27 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
28 |
#: views/restore.php:136 wp-backitup.php:124
|
29 |
msgid "Restore"
|
30 |
msgstr "পুনরুদ্ধার"
|
31 |
|
32 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
33 |
msgid "Support"
|
34 |
msgstr "সাহায্য"
|
35 |
|
36 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
37 |
msgid "Settings"
|
38 |
msgstr "সেটিংস"
|
39 |
|
40 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
41 |
msgid "The backup you have selected exceeds what your host allows you to upload."
|
42 |
msgstr ""
|
43 |
"অাপনি যে ব্যাকঅাপটি সিলেক্ট করেছেন সেটি অাপনার হোস্ট যতটুকু অাপলোড করার অনুমতি দেয় তা অতিক্রম "
|
44 |
"করবে।"
|
45 |
|
46 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
47 |
-
#: views/backup.php:
|
48 |
-
#: views/backup.php:
|
49 |
msgid "Warning"
|
50 |
msgstr "সতর্কবার্তা"
|
51 |
|
52 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
53 |
msgid "Error"
|
54 |
msgstr "ত্রুটি"
|
55 |
|
56 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
57 |
msgid "Response"
|
58 |
msgstr "উত্তর"
|
59 |
|
60 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
61 |
-
#: views/restore.php:
|
62 |
msgid "Status"
|
63 |
msgstr "অবস্থা"
|
64 |
|
65 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
66 |
msgid "Download"
|
67 |
msgstr "ডাউনলোড"
|
68 |
|
69 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
70 |
msgid "Delete"
|
71 |
msgstr "মুছুন "
|
72 |
|
73 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
74 |
msgid "(JS997) Unexpected error"
|
75 |
msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
|
76 |
|
77 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
78 |
msgid "(JS998) Unexpected error"
|
79 |
msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
|
80 |
|
81 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
82 |
msgid "(JS999) An unexpected error has occurred"
|
83 |
msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
|
84 |
|
85 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
86 |
msgid "Scheduled has been saved."
|
87 |
msgstr "সুচি সংরক্ষন করা হয়েছে।"
|
88 |
|
89 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
90 |
msgid "Scheduled was not saved."
|
91 |
msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
|
92 |
|
93 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
94 |
msgid "Are you sure you want to restore your site?"
|
95 |
msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
|
96 |
|
97 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
98 |
msgid "Are you sure ?"
|
99 |
msgstr "অাপনি কি নিশ্চিত ? "
|
100 |
|
101 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
102 |
msgid "This file cannot be delete!"
|
103 |
msgstr "এই ফাইলটি মুছা যাবে নাহ !"
|
104 |
|
105 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
106 |
msgid "View Log"
|
107 |
msgstr "লগ দেখুন"
|
108 |
|
109 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
110 |
msgid "New Backup!"
|
111 |
msgstr "নতুন ব্যাকঅাপ !"
|
112 |
|
113 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
114 |
msgid "Uploaded Backup"
|
115 |
msgstr "অাপলোডকৃত ব্যাকঅাপ"
|
116 |
|
117 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
118 |
msgid "Backup Queued"
|
119 |
msgstr "ব্যাকঅাপ অপেক্ষমান"
|
120 |
|
121 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
122 |
msgid "Backup could not be queued"
|
123 |
msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
|
124 |
|
125 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
126 |
msgid "Job is already in queue."
|
127 |
msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
|
128 |
|
129 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
130 |
msgid "No backup file selected."
|
131 |
msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
|
132 |
|
133 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
134 |
msgid "No user id found."
|
135 |
msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
|
136 |
|
137 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
138 |
msgid "Restore Queued"
|
139 |
msgstr "পুনরুদ্ধার অপেক্ষমান"
|
140 |
|
141 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
142 |
msgid "Restore could not be queued"
|
143 |
msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
|
144 |
|
145 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
146 |
msgid "Restore already in queue"
|
147 |
msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
|
148 |
|
149 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
150 |
msgid "No job id posted"
|
151 |
msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
|
152 |
|
153 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
154 |
msgid "Backup Cancelled"
|
155 |
msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
|
156 |
|
157 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
158 |
msgid "Backup job not found"
|
159 |
msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
|
160 |
|
161 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
162 |
msgid "No response log found."
|
163 |
msgstr "রেসপনস লগ পাওয়া যায়নি।"
|
164 |
|
165 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
166 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
167 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
168 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
169 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
|
|
|
|
170 |
msgid "Please enter a number"
|
171 |
msgstr "একটি নাম্বার প্রবেশ করুন "
|
172 |
|
173 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
174 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
175 |
msgid "Please enter a valid email"
|
176 |
msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
|
177 |
|
178 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
179 |
msgid "Please enter your support ticket id"
|
180 |
msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
|
181 |
|
182 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
183 |
msgid "Please only enter numbers in this field"
|
184 |
msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
|
185 |
|
186 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
187 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
188 |
msgid ""
|
189 |
"License could not be activated. Please try again in a few hours and contact support if "
|
190 |
"this error continues."
|
191 |
msgstr ""
|
|
|
|
|
192 |
|
193 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
194 |
msgid "License is invalid."
|
195 |
msgstr "লাইসেন্স সঠিক নয়।"
|
196 |
|
197 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
198 |
msgid "License has expired."
|
199 |
msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
|
200 |
|
201 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
202 |
#, php-format
|
203 |
msgid ""
|
204 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
|
@@ -209,15 +213,15 @@ msgstr ""
|
|
209 |
"strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
|
210 |
"সহায়তা নিন । "
|
211 |
|
212 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
213 |
msgid "License Expired: Scheduled backups are no longer active."
|
214 |
msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
|
215 |
|
216 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
217 |
msgid "Activation limit has been reached."
|
218 |
msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
|
219 |
|
220 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
221 |
msgid "Your Activation limit has been reached"
|
222 |
msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
|
223 |
|
@@ -225,7 +229,7 @@ msgstr "আপনার অ্যাক্টিভেশন শেষ সীম
|
|
225 |
msgid "Invalid Nonce"
|
226 |
msgstr "ভুল Nonce"
|
227 |
|
228 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
229 |
msgid "Upload directory is not writable, or does not exist."
|
230 |
msgstr "অাপলোড ডিরেক্টরি writeable নয় , অথবা এর অস্তিত্ব নেই"
|
231 |
|
@@ -238,15 +242,15 @@ msgstr "ত্রুটি: %s"
|
|
238 |
msgid "File could not be uploaded"
|
239 |
msgstr "ফাইল অাপলোড করা সম্ভব নয়। "
|
240 |
|
241 |
-
#: lib/includes/handler_upload.php:
|
242 |
-
msgid "Upload does not appear to be a
|
243 |
msgstr "অাপলোড WP BackitUp ব্যাকঅাপের সংরক্ষিত ফাইল নয়।"
|
244 |
|
245 |
-
#: lib/includes/handler_upload.php:
|
246 |
-
msgid "Could not import file into
|
247 |
msgstr "WP BackItUp ব্যাকআপ সেট এর মধ্যে ফাইল ইম্পোর্ট করা যায়নি."
|
248 |
|
249 |
-
#: lib/includes/job_backup.php:
|
250 |
#, php-format
|
251 |
msgid ""
|
252 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your license has "
|
@@ -261,51 +265,51 @@ msgstr ""
|
|
261 |
"আমাদের বিশ্বমানের সহায়তা দলের সহায়তার জন্য <strong><a href=\"%s\" target=\"blank\"> "
|
262 |
"নবায়ন</a></strong> করুন । <br/><br/>"
|
263 |
|
264 |
-
#: lib/includes/job_backup.php:
|
265 |
#, php-format
|
266 |
msgid "%s - Backup completed successfully."
|
267 |
msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে। "
|
268 |
|
269 |
-
#: lib/includes/job_backup.php:
|
270 |
msgid "Your backup completed successfully."
|
271 |
msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়েছে। "
|
272 |
|
273 |
-
#: lib/includes/job_backup.php:
|
274 |
#, php-format
|
275 |
msgid "%s - Backup did not complete successfully."
|
276 |
msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়নি। "
|
277 |
|
278 |
-
#: lib/includes/job_backup.php:
|
279 |
msgid "Your backup did not complete successfully."
|
280 |
msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়নি। "
|
281 |
|
282 |
-
#: lib/includes/job_backup.php:
|
283 |
#, php-format
|
284 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
285 |
msgstr "ওয়ার্ডপ্রেস সাইট: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
286 |
|
287 |
-
#: lib/includes/job_backup.php:
|
288 |
msgid "Backup date:"
|
289 |
msgstr "ব্যাকআপের তারিখ:"
|
290 |
|
291 |
-
#: lib/includes/job_backup.php:
|
292 |
-
msgid "Number of backups completed with
|
293 |
msgstr "WP BackItUp দিয়ে ব্যাকঅাপ সম্পন্ন করা হয়েছে:"
|
294 |
|
295 |
-
#: lib/includes/job_backup.php:
|
296 |
msgid "Completion Code:"
|
297 |
msgstr "পরিপূর্ন কোড:"
|
298 |
|
299 |
-
#: lib/includes/job_backup.php:
|
300 |
-
msgid "
|
301 |
msgstr "WP BackItUp ভার্সন:"
|
302 |
|
303 |
-
#: lib/includes/job_backup.php:
|
304 |
#, php-format
|
305 |
-
msgid "Checkout %s for info about
|
306 |
msgstr "WP BackItUp এবং অামাদের অন্যান্য প্রোডাক্ট সম্পর্কে জানতে %s দেখুন।"
|
307 |
|
308 |
-
#: lib/includes/job_backup.php:
|
309 |
msgid ""
|
310 |
"(101) Unable to create a new directory for backup. Please check your CHMOD settings of "
|
311 |
"your wp-backitup backup directory"
|
@@ -313,7 +317,7 @@ msgstr ""
|
|
313 |
"(101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
|
314 |
"ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
|
315 |
|
316 |
-
#: lib/includes/job_backup.php:
|
317 |
msgid ""
|
318 |
"(102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
|
319 |
"backitup plugin directory"
|
@@ -321,35 +325,39 @@ msgstr ""
|
|
321 |
"(102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
|
322 |
"CHMOD সেটিংস যাচাই করুন"
|
323 |
|
324 |
-
#: lib/includes/job_backup.php:
|
325 |
msgid "(103) Unable to backup your files. Please try again"
|
326 |
msgstr "(103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
|
327 |
|
328 |
-
#: lib/includes/job_backup.php:
|
329 |
msgid "(104) Unable to export your database. Please try again"
|
330 |
msgstr "(104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
|
331 |
|
332 |
-
#: lib/includes/job_backup.php:
|
333 |
msgid "(105) Unable to export site information file. Please try again"
|
334 |
msgstr "(105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
|
335 |
|
336 |
-
#: lib/includes/job_backup.php:
|
337 |
msgid "(106) Unable to cleanup your backup directory"
|
338 |
msgstr "(106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছে নাহ।"
|
339 |
|
340 |
-
#: lib/includes/job_backup.php:
|
341 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
342 |
msgstr "(107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
343 |
|
344 |
-
#: lib/includes/job_backup.php:
|
345 |
msgid "(108) Unable to backup your site data files. Please try again"
|
346 |
msgstr "(108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
347 |
|
348 |
-
#: lib/includes/job_backup.php:
|
349 |
msgid "(109) Unable to finalize backup. Please try again"
|
350 |
msgstr "(109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
351 |
|
352 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
353 |
msgid ""
|
354 |
"(114) Your database was accessible but an export could not be created. Please contact "
|
355 |
"support by clicking the get support link on the right. Please let us know who your host "
|
@@ -358,23 +366,23 @@ msgstr ""
|
|
358 |
"(114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
|
359 |
"ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
|
360 |
|
361 |
-
#: lib/includes/job_backup.php:
|
362 |
msgid "(120) Unable to backup your themes. Please try again"
|
363 |
msgstr "(120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
364 |
|
365 |
-
#: lib/includes/job_backup.php:
|
366 |
msgid "(121) Unable to backup your plugins. Please try again"
|
367 |
msgstr "(121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
368 |
|
369 |
-
#: lib/includes/job_backup.php:
|
370 |
msgid "(122) Unable to backup your uploads. Please try again"
|
371 |
msgstr "(122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
372 |
|
373 |
-
#: lib/includes/job_backup.php:
|
374 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
375 |
msgstr "(123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
376 |
|
377 |
-
#: lib/includes/job_backup.php:
|
378 |
msgid ""
|
379 |
"(125) Unable to compress your backup because there is no zip utility available. Please "
|
380 |
"contact support"
|
@@ -382,19 +390,19 @@ msgstr ""
|
|
382 |
"(125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
|
383 |
"support এ যোগাযোগ করুন ।"
|
384 |
|
385 |
-
#: lib/includes/job_backup.php:
|
386 |
msgid "(126) Unable to validate your backup. Please try again"
|
387 |
msgstr "(126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
388 |
|
389 |
-
#: lib/includes/job_backup.php:
|
390 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
391 |
msgstr "(127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
392 |
|
393 |
-
#: lib/includes/job_backup.php:
|
394 |
msgid "(128) Unable to create job control record. Please try again"
|
395 |
msgstr "(128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
396 |
|
397 |
-
#: lib/includes/job_backup.php:
|
398 |
msgid ""
|
399 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD settings of "
|
400 |
"your wp-backitup backup directory"
|
@@ -402,7 +410,7 @@ msgstr ""
|
|
402 |
"(2101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
|
403 |
"ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
|
404 |
|
405 |
-
#: lib/includes/job_backup.php:
|
406 |
msgid ""
|
407 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
|
408 |
"backitup plugin directory"
|
@@ -410,35 +418,39 @@ msgstr ""
|
|
410 |
"(2102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
|
411 |
"CHMOD সেটিংস যাচাই করুন"
|
412 |
|
413 |
-
#: lib/includes/job_backup.php:
|
414 |
msgid "(2103) Unable to backup your files. Please try again"
|
415 |
msgstr "(2103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
|
416 |
|
417 |
-
#: lib/includes/job_backup.php:
|
418 |
msgid "(2104) Unable to export your database. Please try again"
|
419 |
msgstr "(2104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছেনা। দয়াকরে অাবার চেষ্টা করুন। "
|
420 |
|
421 |
-
#: lib/includes/job_backup.php:
|
422 |
msgid "(2105) Unable to export site information file. Please try again"
|
423 |
msgstr "(2105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
|
424 |
|
425 |
-
#: lib/includes/job_backup.php:
|
426 |
msgid "(2106) Unable to cleanup your backup directory"
|
427 |
msgstr "(2106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছেনা।"
|
428 |
|
429 |
-
#: lib/includes/job_backup.php:
|
430 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
431 |
msgstr "(2107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
432 |
|
433 |
-
#: lib/includes/job_backup.php:
|
434 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
435 |
msgstr "(2108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
436 |
|
437 |
-
#: lib/includes/job_backup.php:
|
438 |
msgid "(2109) Unable to finalize backup. Please try again"
|
439 |
msgstr "(2109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন। "
|
440 |
|
441 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
442 |
msgid ""
|
443 |
"(2114) Your database was accessible but an export could not be created. Please contact "
|
444 |
"support by clicking the get support link on the right. Please let us know who your host "
|
@@ -447,23 +459,23 @@ msgstr ""
|
|
447 |
"(2114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
|
448 |
"ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
|
449 |
|
450 |
-
#: lib/includes/job_backup.php:
|
451 |
msgid "(2120) Unable to backup your themes. Please try again"
|
452 |
msgstr "(2120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
453 |
|
454 |
-
#: lib/includes/job_backup.php:
|
455 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
456 |
msgstr "(2121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
457 |
|
458 |
-
#: lib/includes/job_backup.php:
|
459 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
460 |
msgstr "(2122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
461 |
|
462 |
-
#: lib/includes/job_backup.php:
|
463 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
464 |
msgstr "(2123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
465 |
|
466 |
-
#: lib/includes/job_backup.php:
|
467 |
msgid ""
|
468 |
"(2125) Unable to compress your backup because there is no zip utility available. "
|
469 |
"Please contact support"
|
@@ -471,19 +483,19 @@ msgstr ""
|
|
471 |
"(2125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
|
472 |
"support এ যোগাযোগ করুন ।"
|
473 |
|
474 |
-
#: lib/includes/job_backup.php:
|
475 |
msgid "(2126) Unable to validate your backup. Please try again"
|
476 |
msgstr "(2126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
477 |
|
478 |
-
#: lib/includes/job_backup.php:
|
479 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
480 |
msgstr "(2127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
481 |
|
482 |
-
#: lib/includes/job_backup.php:
|
483 |
msgid "(2128) Unable to create job control record. Please try again"
|
484 |
msgstr "(2128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
|
485 |
|
486 |
-
#: lib/includes/job_backup.php:
|
487 |
msgid "(999) Unexpected error"
|
488 |
msgstr "(999) অপ্রত্যাশিত ত্রুটি"
|
489 |
|
@@ -495,24 +507,24 @@ msgstr "(999) অপ্রত্যাশিত ত্রুটি"
|
|
495 |
msgid "%s Dashboard"
|
496 |
msgstr "%s ড্যাশবোর্ড"
|
497 |
|
498 |
-
#: views/backup.php:
|
499 |
msgid "Dismiss"
|
500 |
msgstr "ভন্ডুল"
|
501 |
|
502 |
-
#: views/backup.php:
|
503 |
#, php-format
|
504 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
505 |
msgstr "ব্যাকআপ ফোল্ডার পাওয়া যাচ্ছেনা । দয়াকরে সহায়তার জন্য %s এর সাথে যোগাযোগ করুন."
|
506 |
|
507 |
-
#: views/backup.php:
|
508 |
msgid "support"
|
509 |
msgstr "সাহায্য"
|
510 |
|
511 |
-
#: views/backup.php:
|
512 |
msgid "Close"
|
513 |
msgstr "বন্ধ"
|
514 |
|
515 |
-
#: views/backup.php:
|
516 |
msgid ""
|
517 |
"Click the backup button to create a zipped backup file of this site's database, "
|
518 |
"plugins, themes and settings."
|
@@ -520,7 +532,7 @@ msgstr ""
|
|
520 |
"এই সাইট এর ডাটাবেস, প্লাগিন, থিম এবং সেটিংস এর একটি জিপ করা ব্যাকআপ ফাইল তৈরি করার জন্য "
|
521 |
"ব্যাকআপ বাটনে ক্লিক করুন."
|
522 |
|
523 |
-
#: views/backup.php:
|
524 |
msgid ""
|
525 |
"Once your backup file has been created it will appear in the available backups section "
|
526 |
"below. This file may remain on your hosting providers server but we recommend that you "
|
@@ -530,36 +542,36 @@ msgstr ""
|
|
530 |
"আপনার হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড "
|
531 |
"করুন এবং কোথাও নিরাপদে সংরক্ষণ করুন । "
|
532 |
|
533 |
-
#: views/backup.php:
|
534 |
msgid ""
|
535 |
-
"
|
536 |
-
"
|
537 |
msgstr ""
|
538 |
-
"WP BackItUp প্রিমিয়াম গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার
|
539 |
-
"
|
540 |
|
541 |
-
#: views/backup.php:
|
542 |
msgid "Cancel"
|
543 |
msgstr "বাতিল"
|
544 |
|
545 |
-
#: views/backup.php:
|
546 |
#, php-format
|
547 |
msgid ""
|
548 |
-
"
|
549 |
"Please visit %s for manual restore instructions."
|
550 |
msgstr ""
|
551 |
-
"WP BackItUp সাধারণ গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার
|
552 |
"সঞ্চালন করতে পারেন । দয়াকরে ম্যানুয়াল পুনঃস্থাপন নির্দেশিকার জন্য %s দেখুন । "
|
553 |
|
554 |
-
#: views/backup.php:
|
555 |
msgid "Backup Schedule"
|
556 |
msgstr "ব্যাকআপ সূচী"
|
557 |
|
558 |
-
#: views/backup.php:
|
559 |
msgid "Select the days of the week you would like your backup to run."
|
560 |
msgstr "সপ্তাহের কোন দিনগুলোতে আপনি ব্যাকআপ চালাতে চান তা নির্বাচন করুন । "
|
561 |
|
562 |
-
#: views/backup.php:
|
563 |
msgid ""
|
564 |
"Backup your site once per week or every day, it's up to you. If you have email "
|
565 |
"notifications turned on we'll even send you an email when it's done. Once your backup "
|
@@ -573,172 +585,176 @@ msgstr ""
|
|
573 |
"আপনার হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড "
|
574 |
"করুন এবং কোথাও নিরাপদে সংরক্ষণ করুন । "
|
575 |
|
576 |
-
#: views/backup.php:
|
577 |
msgid "Please make sure to schedule your backup for at least once per week."
|
578 |
msgstr "দয়াকরে প্রতি সপ্তাহে অন্তত একবার আপনার ব্যাকআপ করার সময় নির্ধারণ করতে নিশ্চিত করুন."
|
579 |
|
580 |
-
#: views/backup.php:
|
581 |
msgid "Monday"
|
582 |
msgstr "সোমবার"
|
583 |
|
584 |
-
#: views/backup.php:
|
585 |
msgid "Tuesday"
|
586 |
msgstr "মঙ্গলবার"
|
587 |
|
588 |
-
#: views/backup.php:
|
589 |
msgid "Wednesday"
|
590 |
msgstr "বুধবার"
|
591 |
|
592 |
-
#: views/backup.php:
|
593 |
msgid "Thursday"
|
594 |
msgstr "বৃহস্পতিবার"
|
595 |
|
596 |
-
#: views/backup.php:
|
597 |
msgid "Friday"
|
598 |
msgstr "শুক্রবার"
|
599 |
|
600 |
-
#: views/backup.php:
|
601 |
msgid "Saturday"
|
602 |
msgstr "শনিবার"
|
603 |
|
604 |
-
#: views/backup.php:
|
605 |
msgid "Sunday"
|
606 |
msgstr "রবিবার"
|
607 |
|
608 |
-
#: views/backup.php:
|
609 |
msgid "Save Schedule"
|
610 |
msgstr "সূচী সংরক্ষন করুন"
|
611 |
|
612 |
-
#: views/backup.php:
|
613 |
#, php-format
|
614 |
msgid ""
|
615 |
-
"Scheduled backups are only available to
|
616 |
-
"to get
|
617 |
msgstr ""
|
618 |
"নির্ধারিত ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
|
619 |
"BackItUp পেতে %s এর ভিজিট করুন । "
|
620 |
|
621 |
-
#: views/backup.php:
|
622 |
msgid "Available Backups"
|
623 |
msgstr "যে যে ব্যাকঅাপ আছে"
|
624 |
|
625 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
626 |
msgid "Date"
|
627 |
msgstr "তারিখ"
|
628 |
|
629 |
-
#: views/backup.php:
|
630 |
msgid "Duration"
|
631 |
msgstr "স্থিতিকাল"
|
632 |
|
633 |
-
#: views/backup.php:
|
634 |
msgid "Success"
|
635 |
msgstr "সাফল্য"
|
636 |
|
637 |
-
#: views/backup.php:
|
638 |
msgid "Active"
|
639 |
msgstr "সক্রিয়"
|
640 |
|
641 |
-
#: views/backup.php:
|
642 |
msgid "No backup archives found."
|
643 |
msgstr "কোন ব্যাকআপ আর্কাইভ পাওয়া যায়নি । "
|
644 |
|
645 |
-
#: views/backup.php:
|
646 |
#, php-format
|
647 |
msgid ""
|
648 |
-
"The automated restore feature is only available to
|
649 |
-
"Please visit %s to get
|
650 |
msgstr ""
|
651 |
"স্বয়ংক্রিয় ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
|
652 |
"BackItUp পেতে %s এর ভিজিট করুন । "
|
653 |
|
654 |
-
#: views/backup.php:
|
655 |
msgid "Nothing to report"
|
656 |
msgstr "কোনও প্রতিবেদন নেই । "
|
657 |
|
658 |
-
#: views/backup.php:
|
659 |
msgid "Preparing for backup"
|
660 |
msgstr "ব্যাকঅাপের জন্যে তৈরি হচ্ছে"
|
661 |
|
662 |
-
#: views/backup.php:
|
663 |
-
#: views/backup.php:
|
664 |
-
#: views/backup.php:
|
665 |
-
#: views/restore.php:
|
666 |
-
#: views/restore.php:
|
667 |
-
#: views/restore.php:254
|
668 |
msgid "Done"
|
669 |
msgstr "সম্পন্ন"
|
670 |
|
671 |
-
#: views/backup.php:
|
672 |
-
#: views/backup.php:
|
673 |
-
#: views/backup.php:
|
674 |
-
#: views/restore.php:
|
675 |
-
#: views/restore.php:
|
676 |
-
#: views/restore.php:254
|
677 |
msgid "Failed"
|
678 |
msgstr "ব্যর্থ "
|
679 |
|
680 |
-
#: views/backup.php:
|
681 |
msgid "Creating inventory of files to backup"
|
682 |
msgstr "ব্যাকআপ ফাইলের তালিকা তৈরি হচ্ছে "
|
683 |
|
684 |
-
#: views/backup.php:
|
685 |
msgid "Backing up database"
|
686 |
msgstr "ডাটাবেজ ব্যাকঅাপ হচ্ছে"
|
687 |
|
688 |
-
#: views/backup.php:
|
689 |
msgid "Creating backup information file"
|
690 |
msgstr "ব্যাকঅাপের তথ্য তৈরি হচ্ছে"
|
691 |
|
692 |
-
#: views/backup.php:
|
693 |
msgid "Backing up themes"
|
694 |
msgstr "থিম ব্যাকঅাপ হচ্ছে"
|
695 |
|
696 |
-
#: views/backup.php:
|
697 |
msgid "Backing up plugins"
|
698 |
msgstr "প্লাগিন ব্যাকঅাপ হচ্ছে"
|
699 |
|
700 |
-
#: views/backup.php:
|
701 |
msgid "Backing up uploads"
|
702 |
msgstr "অাপলোড ব্যাকঅাপ হচ্ছে"
|
703 |
|
704 |
-
#: views/backup.php:
|
705 |
msgid "Backing up everything else"
|
706 |
msgstr "বাকিসব ব্যাকঅাপ হচ্ছে"
|
707 |
|
708 |
-
#: views/backup.php:
|
709 |
msgid "Validating backup"
|
710 |
msgstr "ব্যাকঅাপ যাচাই করা হচ্ছে"
|
711 |
|
712 |
-
#: views/backup.php:
|
713 |
msgid "Finalizing backup"
|
714 |
msgstr "ব্যাকঅাপ নেয়া শেষ হচ্ছে"
|
715 |
|
716 |
-
#: views/backup.php:
|
717 |
msgid "Backup completed successfully"
|
718 |
msgstr "সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে"
|
719 |
|
720 |
-
#: views/backup.php:
|
721 |
msgid "Backups"
|
722 |
msgstr "ব্যাকআপসমুহ"
|
723 |
|
724 |
-
#: views/backup.php:
|
725 |
msgid "Version "
|
726 |
msgstr "ভার্সন"
|
727 |
|
728 |
-
#: views/backup.php:
|
729 |
-
msgid "Welcome to
|
730 |
msgstr "WP BackItUp! এ স্বাগতম!"
|
731 |
|
732 |
-
#: views/backup.php:
|
733 |
msgid "The simplest way to backup your WordPress site."
|
734 |
msgstr "আপনার WordPress সাইটের ব্যাকআপের সবচেয়ে সহজ উপায় । "
|
735 |
|
736 |
-
#: views/backup.php:
|
737 |
msgid ""
|
738 |
"Getting started is easy, just click the backup button on the left side of this page."
|
739 |
msgstr "শুরু করা খুব সহজ , শুধু এই পৃষ্ঠার বামদিকে ব্যাকআপ বাটনে ক্লিক করুন."
|
740 |
|
741 |
-
#: views/backup.php:
|
742 |
#, php-format
|
743 |
msgid ""
|
744 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:medium;"
|
@@ -747,36 +763,36 @@ msgstr ""
|
|
747 |
"অভিনন্দন ! আপনি <span style=\"font-weight:bold;font-size:medium;color: green\">%s</span> "
|
748 |
"ব্যাকআপ সফলভাবে সম্পন্ন করেছেন । "
|
749 |
|
750 |
-
#: views/backup.php:
|
751 |
msgid "Tips"
|
752 |
msgstr "পরামর্শ"
|
753 |
|
754 |
-
#: views/backup.php:
|
755 |
msgid "Backup your site at least once per week"
|
756 |
msgstr "সপ্তাহে অন্তত একবার আপনার সাইেটর ব্যাকআপ নিন "
|
757 |
|
758 |
-
#: views/backup.php:
|
759 |
msgid "Download all your backups and store them somewhere safe"
|
760 |
msgstr "আপনার সব ব্যাকআপ ডাউনলোড করুন এবং তাদের কোথাও নিরাপদে সংরক্ষণ করুন "
|
761 |
|
762 |
-
#: views/backup.php:
|
763 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
764 |
msgstr "ফাইেলর ভিতরে দেখে আপনার ব্যাকআপ যাচাই করুন "
|
765 |
|
766 |
-
#: views/backup.php:
|
767 |
#, php-format
|
768 |
msgid "Why not %s and schedule your backups!"
|
769 |
msgstr "কেন নয় %s এবং আপনার ব্যাকআপের সময় নির্ধারণ ! "
|
770 |
|
771 |
-
#: views/backup.php:
|
772 |
msgid "upgrade"
|
773 |
msgstr "আপগ্রেড "
|
774 |
|
775 |
-
#: views/backup.php:
|
776 |
-
msgid "Register
|
777 |
msgstr " WP BackItUp নিবন্ধন করুন "
|
778 |
|
779 |
-
#: views/backup.php:
|
780 |
msgid ""
|
781 |
"Enter your name and email address below to receive <b>special offers</b> and access to "
|
782 |
"our world class <b>support</b> team. <br />\n"
|
@@ -786,81 +802,81 @@ msgstr ""
|
|
786 |
"এবং ইমেইল দিন ।<br />\n"
|
787 |
"<br />এই সাইটে এটি সক্রিয় করার জন্য নিচের আপনার লাইসেন্স কী লিখুন । "
|
788 |
|
789 |
-
#: views/backup.php:
|
790 |
msgid "name"
|
791 |
msgstr "নাম"
|
792 |
|
793 |
-
#: views/backup.php:
|
794 |
msgid "email address"
|
795 |
msgstr "ইমেইল ঠিকানা"
|
796 |
|
797 |
-
#: views/backup.php:
|
798 |
msgid "license key"
|
799 |
msgstr "লাইসেন্স কী"
|
800 |
|
801 |
-
#: views/backup.php:
|
802 |
#, php-format
|
803 |
msgid "%s"
|
804 |
msgstr "%s"
|
805 |
|
806 |
-
#: views/backup.php:
|
807 |
msgid "Free plugin customers do not need to enter license key."
|
808 |
msgstr "ফ্রি প্লাগইন গ্রাহকদের লাইসেন্স কী প্রবেশ করতে হবে না."
|
809 |
|
810 |
-
#: views/backup.php:
|
811 |
msgid "Register"
|
812 |
msgstr "নিবন্ধন করুন"
|
813 |
|
814 |
-
#: views/backup.php:
|
815 |
msgid "License Info"
|
816 |
msgstr "লাইসেন্সের তথ্য"
|
817 |
|
818 |
-
#: views/backup.php:
|
819 |
msgid "Name"
|
820 |
msgstr "নাম"
|
821 |
|
822 |
-
#: views/backup.php:
|
823 |
msgid "Email"
|
824 |
msgstr "ইমেইল"
|
825 |
|
826 |
-
#: views/backup.php:
|
827 |
msgid "License Type"
|
828 |
msgstr "লাইসেন্সের তথ্য"
|
829 |
|
830 |
-
#: views/backup.php:
|
831 |
msgid "Expires"
|
832 |
msgstr "মেয়াদ শেষ হয়"
|
833 |
|
834 |
-
#: views/backup.php:
|
835 |
msgid "Enter license key to activate on this site."
|
836 |
msgstr "এই সাইটে সক্রিয় করতে লাইসেন্স কী দিন । "
|
837 |
|
838 |
-
#: views/backup.php:
|
839 |
msgid "License Active"
|
840 |
msgstr "লাইসেন্স সক্রিয় "
|
841 |
|
842 |
-
#: views/backup.php:
|
843 |
msgid "License expired"
|
844 |
msgstr "লাইসেন্স এর মেয়াদ শেষ "
|
845 |
|
846 |
-
#: views/backup.php:
|
847 |
msgid "Update"
|
848 |
msgstr "হালনাগাদ"
|
849 |
|
850 |
-
#: views/backup.php:
|
851 |
msgid "Activate"
|
852 |
msgstr "সক্রিয় করুন"
|
853 |
|
854 |
-
#: views/backup.php:
|
855 |
#, php-format
|
856 |
msgid "Purchase a %s license using the purchase link above."
|
857 |
msgstr "উপরের লিঙ্ক ব্যবহার করে একটি %s লাইসেন্স কিনুন । "
|
858 |
|
859 |
-
#: views/backup.php:
|
860 |
msgid "no-risk"
|
861 |
msgstr "ঝুঁকিহীন"
|
862 |
|
863 |
-
#: views/backup.php:
|
864 |
#, php-format
|
865 |
msgid ""
|
866 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -870,51 +886,42 @@ msgstr ""
|
|
870 |
"দয়াকরে আরও এক বছরের জন্য<strong> পণ্য আপডেট </strong> <a href=\"%s\" target=\"blank\"> "
|
871 |
"নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের সহায়তা নিন । "
|
872 |
|
873 |
-
#: views/backup.php:
|
874 |
msgid "Useful Links"
|
875 |
msgstr "প্রয়োজনীয় লিঙ্কগুলো "
|
876 |
|
877 |
-
#: views/backup.php:
|
878 |
msgid "Getting Started Video"
|
879 |
-
msgstr ""
|
880 |
|
881 |
-
#: views/backup.php:
|
882 |
msgid "Your account"
|
883 |
msgstr "অাপনার একাউন্ট"
|
884 |
|
885 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
886 |
msgid "Documentation"
|
887 |
msgstr "ডকুমেন্টেশন"
|
888 |
|
889 |
-
#: views/backup.php:
|
890 |
msgid "Get support"
|
891 |
msgstr "সাহায্য নিন"
|
892 |
|
893 |
-
#: views/backup.php:
|
894 |
msgid "Feature request"
|
895 |
msgstr "বৈশিষ্ট্য অনুরোধ"
|
896 |
|
897 |
-
#: views/backup.php:
|
898 |
msgid "Language Translations"
|
899 |
msgstr "ভাষা অনুবাদ"
|
900 |
|
901 |
-
#: views/backup.php:
|
902 |
msgid "Contact"
|
903 |
msgstr "যোগাযোগ"
|
904 |
|
905 |
-
#: views/backup.php:626 views/backup.php:651
|
906 |
-
msgid "WP BackItUp Backup Set"
|
907 |
-
msgstr "WP BackItUp ব্যাকআপ সেট"
|
908 |
-
|
909 |
-
#: views/backup.php:628
|
910 |
-
msgid ""
|
911 |
-
"Below are the archive files included in this backup set. Click the link to download."
|
912 |
-
msgstr "নীচে এই ব্যাকআপ সেট এর অন্তর্ভুক্ত আর্কাইভ ফাইলসমূহ । ডাউনলোড করতে লিংকে ক্লিক করুন."
|
913 |
-
|
914 |
-
#: views/backup.php:652
|
915 |
-
msgid "Please refresh this page to download your new backup files."
|
916 |
-
msgstr "আপনার নতুন ব্যাকআপ ফাইল ডাউনলোড করতে এই পৃষ্ঠাটি রিফ্রেশ করুন । "
|
917 |
-
|
918 |
#: views/restore.php:13
|
919 |
#, php-format
|
920 |
msgid "%s Restore"
|
@@ -938,7 +945,7 @@ msgstr "ত্রুটিঃ পুনরুদ্ধার ফোল্ডা
|
|
938 |
#, php-format
|
939 |
msgid ""
|
940 |
"<p>* The automated restore feature is only available to licensed customers. Please "
|
941 |
-
"visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
942 |
"30 days.</p>"
|
943 |
msgstr ""
|
944 |
"<p>* স্বয়ংক্রিয় ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি "
|
@@ -949,21 +956,21 @@ msgid "Upload"
|
|
949 |
msgstr "আপলোড"
|
950 |
|
951 |
#: views/restore.php:180
|
952 |
-
msgid "Upload
|
953 |
msgstr ""
|
954 |
"আপনার বিদ্যমান ব্যাকআপ তালিকায় WP BackItUp সংরক্ষাণাগার (ZIP) ফাইলগুলো যোগ করতে আপলোড করুন."
|
955 |
|
956 |
#: views/restore.php:197
|
957 |
-
msgid "
|
958 |
msgstr "WP BackItUp - ব্যাকআপ ফাইলসমূহ আপলোড করুন "
|
959 |
|
960 |
#: views/restore.php:198
|
961 |
-
msgid "Backup files may be uploaded into
|
962 |
msgstr "ব্যাকআপ ফাইলসমূহ WP BackItUp এর মধ্যে এই ফর্ম দিয়ে আপলোড করা যেতে পারে । "
|
963 |
|
964 |
#: views/restore.php:198
|
965 |
msgid ""
|
966 |
-
"They may also be uploaded manually into the
|
967 |
"wpbackitup_backups) using FTP. When done uploading all backup files refresh this page."
|
968 |
msgstr ""
|
969 |
"FTP ব্যবহার করে তাদের WP BackItUp ডিরেক্টরির (Wp-content / wpbackitup_backups) মধ্যে "
|
@@ -986,109 +993,113 @@ msgstr ""
|
|
986 |
"* নতুন ব্যাকআপ উপরে উপলব্ধ ব্যাকআপ বিভাগে প্রদর্শিত দেখতে আপলোড সম্পন্ন হলে এই পৃষ্ঠাটি পুনঃ লোড "
|
987 |
"করুন । "
|
988 |
|
989 |
-
#: views/restore.php:
|
990 |
msgid "Preparing for restore"
|
991 |
msgstr "পুনরুদ্ধারের জন্যে তৈরি হচ্ছে"
|
992 |
|
993 |
-
#: views/restore.php:
|
994 |
-
msgid "
|
|
|
|
|
|
|
|
|
995 |
msgstr "Unzipping ব্যাকআপ সেট"
|
996 |
|
997 |
-
#: views/restore.php:
|
998 |
-
msgid "Validating backup
|
999 |
msgstr "ব্যাকঅাপ যাচাই করা হচ্ছে"
|
1000 |
|
1001 |
-
#: views/restore.php:
|
1002 |
msgid "Deactivating plugins"
|
1003 |
msgstr "প্লাগিনসমূহ নিষ্ক্রিয় করা হচ্ছে "
|
1004 |
|
1005 |
-
#: views/restore.php:
|
1006 |
msgid "Creating database restore point"
|
1007 |
msgstr "ডাটাবেস পুনঃস্থাপন পয়েন্ট তৈরি করা হচ্ছে "
|
1008 |
|
1009 |
-
#: views/restore.php:
|
1010 |
msgid "Staging content files"
|
1011 |
msgstr "কন্টেন্ট ফাইলসমূহ উপস্থাপন করা হচ্ছে "
|
1012 |
|
1013 |
-
#: views/restore.php:
|
1014 |
msgid "Restoring content files"
|
1015 |
msgstr "কন্টেন্ট ফাইলসমূহ পুনরুদ্ধার করা হচ্ছে"
|
1016 |
|
1017 |
-
#: views/restore.php:
|
1018 |
msgid "Restoring database"
|
1019 |
msgstr "ডাটাবেস পুনরদ্ধার করা হচ্ছে "
|
1020 |
|
1021 |
-
#: views/restore.php:
|
1022 |
msgid "Updating current user info"
|
1023 |
msgstr "বর্তমান ব্যবহারকারীর তথ্য হালনাগাদ করা হচ্ছে "
|
1024 |
|
1025 |
-
#: views/restore.php:
|
1026 |
msgid "Updating site URL"
|
1027 |
msgstr "সাইট URL হালনাগাদ হচ্ছে "
|
1028 |
|
1029 |
-
#: views/restore.php:
|
1030 |
msgid "Updating permalinks"
|
1031 |
msgstr "permalinks হালনাগাদ হচ্ছে "
|
1032 |
|
1033 |
-
#: views/restore.php:
|
1034 |
msgid "Error 201: No file selected"
|
1035 |
msgstr "ত্রুটি 201: কোন ফাইল নির্বাচন করা হয়নি "
|
1036 |
|
1037 |
-
#: views/restore.php:
|
1038 |
msgid "Error 202: Your file could not be uploaded"
|
1039 |
msgstr "ত্রুটি 202: আপনার ফাইলটি আপলোড করা যায়নি "
|
1040 |
|
1041 |
-
#: views/restore.php:
|
1042 |
msgid "Error 203: Your backup could not be unzipped"
|
1043 |
msgstr "ত্রুটি 203: আপনার ব্যাকআপ unzip করা যায়নি "
|
1044 |
|
1045 |
-
#: views/restore.php:
|
1046 |
msgid ""
|
1047 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a valid backup"
|
1048 |
msgstr ""
|
1049 |
"ত্রুটি 204: আপনার ব্যাকআপ অবৈধ বলে মনে হচ্ছে । দয়াকরে একটি বৈধ ব্যাকআপ নির্বাচন নিশ্চিত করুন "
|
1050 |
|
1051 |
-
#: views/restore.php:
|
1052 |
msgid "Error 205: Cannot create restore point"
|
1053 |
msgstr "থ্রুটি 205: পুনরদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
|
1054 |
|
1055 |
-
#: views/restore.php:
|
1056 |
msgid "Error 206: Unable to connect to your database"
|
1057 |
msgstr "ত্রুটি 206: আপনার ডাটাবেসের সঙ্গে সংযোগ দেয়া যাচ্ছেনা "
|
1058 |
|
1059 |
-
#: views/restore.php:
|
1060 |
msgid "Error 207: Unable to get current site URL from database. Please try again"
|
1061 |
msgstr ""
|
1062 |
"ত্রুটি 207: ডাটাবেস থেকে এই সাইটের বর্তমান URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1063 |
|
1064 |
-
#: views/restore.php:
|
1065 |
msgid "Error 208: Unable to get current home URL from database. Please try again"
|
1066 |
msgstr "ত্রুটি 208: ডাটাবেস থেকে বর্তমান হোম URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1067 |
|
1068 |
-
#: views/restore.php:
|
1069 |
msgid "Error 209: Unable to get current user ID from database. Please try again"
|
1070 |
msgstr ""
|
1071 |
"ত্রুটি 209: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর ID পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1072 |
|
1073 |
-
#: views/restore.php:
|
1074 |
msgid "Error 210: Unable to get current user password from database. Please try again"
|
1075 |
msgstr ""
|
1076 |
"ত্রুটি 210: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর password পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা "
|
1077 |
"করুন "
|
1078 |
|
1079 |
-
#: views/restore.php:
|
1080 |
msgid "Error 211: Unable to get current user email from database. Please try again"
|
1081 |
msgstr ""
|
1082 |
"ত্রুটি 211: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর email পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1083 |
|
1084 |
-
#: views/restore.php:
|
1085 |
msgid ""
|
1086 |
"Error 212: Unable to import your database. This may require importing the file manually"
|
1087 |
msgstr ""
|
1088 |
"ত্রুটি 212: আপনার ডাটাবেস ইম্পোর্ট করা যাচ্ছেনা । এই ফাইল ম্যানুয়ালি ইম্পোর্ট করার প্রয়োজন হতে "
|
1089 |
"পারে "
|
1090 |
|
1091 |
-
#: views/restore.php:
|
1092 |
msgid ""
|
1093 |
"Warning 213: Unable to update your site URL value. Please check your WordPress general "
|
1094 |
"settings to make sure your Site and WordPress URLs are correct"
|
@@ -1096,7 +1107,7 @@ msgstr ""
|
|
1096 |
"বিপদসংকেত 213: আপনার সাইট URL এর ভ্যালু হালনাগাদ করা যাচ্ছেনা । দয়াকরে WordPress সাধারণ "
|
1097 |
"সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
|
1098 |
|
1099 |
-
#: views/restore.php:
|
1100 |
msgid ""
|
1101 |
"Warning 214: Unable to update your home URL value. Please check your WordPress general "
|
1102 |
"settings to make sure your Site and WordPress URLs are correct"
|
@@ -1104,7 +1115,7 @@ msgstr ""
|
|
1104 |
"বিপদসংকেত 214: আপনার হোম URL ভ্যালু হালনাগাদ করা যাচ্ছেনা। দয়াকরে WordPress সাধারণ "
|
1105 |
"সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
|
1106 |
|
1107 |
-
#: views/restore.php:
|
1108 |
msgid ""
|
1109 |
"Warning 215: Unable to update your user information. This may require you to login with "
|
1110 |
"the admin username and password that was used when the backup was created"
|
@@ -1112,15 +1123,15 @@ msgstr ""
|
|
1112 |
"বিপদসঙ্কেত 215: আপনার ব্যবহারকারী তথ্য হালনাগাদ করা যাচ্ছেনা । এই ব্যাকআপ তৈরি করার সময় "
|
1113 |
"ব্যবহৃত অ্যাডমিন ব্যবহারকারীর নাম ও পাসওয়ার্ড দিয়ে লগইন করার প্রয়োজন হতে পারে । "
|
1114 |
|
1115 |
-
#: views/restore.php:
|
1116 |
msgid "Error 216: Database not found in backup"
|
1117 |
msgstr "ত্রুটি 216: ব্যাকআপে ডাটাবেস পাওয়া যায়নি "
|
1118 |
|
1119 |
-
#: views/restore.php:
|
1120 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1121 |
msgstr "বিপদসংকেত 217: বিদ্যমান wp-content ডিরেক্টরি অপসারণ করা যাচ্ছেনা "
|
1122 |
|
1123 |
-
#: views/restore.php:
|
1124 |
msgid ""
|
1125 |
"Error 218: Unable to create new wp-content directory. Please check your CHMOD settings "
|
1126 |
"in /wp-content/"
|
@@ -1128,15 +1139,15 @@ msgstr ""
|
|
1128 |
"ত্রুটি 218: নতুন wp-content ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার /wp-content/ "
|
1129 |
"ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
|
1130 |
|
1131 |
-
#: views/restore.php:
|
1132 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1133 |
msgstr "ত্রুটি 219: wp-content ইম্পোরট করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1134 |
|
1135 |
-
#: views/restore.php:
|
1136 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1137 |
msgstr "বিপদসঙ্কেত 220: ইম্পোর্ট ডিরেক্টরি পরিষ্করণ করা যাচ্ছেনা । কোন প্রক্রিয়ার প্রয়োজন নেই "
|
1138 |
|
1139 |
-
#: views/restore.php:
|
1140 |
#, php-format
|
1141 |
msgid ""
|
1142 |
"Error 221: Table prefix value in wp-config.php is different from backup. This MUST be "
|
@@ -1147,21 +1158,21 @@ msgstr ""
|
|
1147 |
"পুনরুদ্ধার করতে সক্ষম হওয়ার পূর্বে এই wp-config.php ফাইলের মধ্যে অবশ্যই পরিবর্তন করতে হবে । আরও "
|
1148 |
"তথ্যের জন্য www.wpbackitup.com <a href =\"%s\" target=\"_blank\" > FAQs</a> দেখুন । "
|
1149 |
|
1150 |
-
#: views/restore.php:
|
1151 |
msgid "Error 222: Unable to create restore folder"
|
1152 |
msgstr "ত্রুটি 222: পুনরুদ্ধার ফোল্ডার তৈরি করা যাচ্ছেনা "
|
1153 |
|
1154 |
-
#: views/restore.php:
|
1155 |
msgid ""
|
1156 |
-
"Error 223: An error occurred during the restore.
|
1157 |
-
"database to its previous state but were unsuccessful. Please contact
|
1158 |
"customer support and do not attempt to perform any further restores"
|
1159 |
msgstr ""
|
1160 |
"ত্রুটি 223: পুনস্থাপন করার সময় একটি ত্রুটি ঘটেছে । WP BackItUp ডাটাবেসের পূর্ববর্তী অবস্থানে "
|
1161 |
"পুনস্থাপন করতে চেষ্টা করে সফল হয়নি । দয়াকরে WP BackItUp গ্রাহক সহায়তায় যোগাযোগ করুন এবং আর "
|
1162 |
-
"কোন পুনস্থাপনের চেষ্টা থেকে বিরত থাকুন ।
|
1163 |
|
1164 |
-
#: views/restore.php:
|
1165 |
msgid ""
|
1166 |
"Error 224: An error occurred during the restore, however, we have successfully restored "
|
1167 |
"your database to the previous state"
|
@@ -1169,11 +1180,11 @@ msgstr ""
|
|
1169 |
"ত্রুটি 224: পুনস্থাপনের সময় একটি ত্রুটি ঘটেছে, তবুও , আপনার ডাটাবেস পূর্ববর্তী অবস্থানে সফলভাবে "
|
1170 |
"পুনস্থাপিত হয়েছে । "
|
1171 |
|
1172 |
-
#: views/restore.php:
|
1173 |
-
msgid "Error 225: Restore option is only available to licensed
|
1174 |
msgstr "ত্রুটি 225: পুনরুদ্ধার অপশন শুধুমাত্র লাইসেন্সড WP BackItUp ব্যবহারকারীদের জন্য "
|
1175 |
|
1176 |
-
#: views/restore.php:
|
1177 |
msgid ""
|
1178 |
"Error 226: Restore cannot proceed because your backup was created using a different "
|
1179 |
"version of WordPress"
|
@@ -1181,49 +1192,73 @@ msgstr ""
|
|
1181 |
"ত্রুটি 226: পুনরুদ্ধার পুনরারম্ভ করা যাচ্ছেনা কারন আপনার ব্যাকআপ আলাদা সংস্করণের WordPress "
|
1182 |
"ব্যবহার করে করা হয়েছে "
|
1183 |
|
1184 |
-
#: views/restore.php:
|
1185 |
msgid ""
|
1186 |
"Error 227: Restore cannot proceed because your backup was created using a different "
|
1187 |
-
"version of
|
1188 |
"to the current version"
|
1189 |
msgstr ""
|
1190 |
"ত্রুটি 227: পুনস্থাপন আর চালিয়ে নেয়া সম্ভব হচ্ছেনা কারন আপনার ব্যাকআপ অন্য সংস্করণের WP BackItUp "
|
1191 |
"দিয়ে করা হয়েছে । দয়াকরে এই ব্যাকআপকে বর্তমান সংস্করণে পরিবর্তিত করতে WP BackItUp সহায়তায় "
|
1192 |
"যোগাযোগ করুন । "
|
1193 |
|
1194 |
-
#: views/restore.php:
|
1195 |
msgid ""
|
1196 |
-
"Error 230:
|
1197 |
-
"
|
1198 |
-
"
|
1199 |
msgstr ""
|
1200 |
"ত্রুটি 230: ডাটাবেস পুনস্থাপনের সময় WP BackItUp অপ্রত্যাশিত ত্রুটির সম্মুখীন হয়েছে । তবুও ডাটাবেস "
|
1201 |
-
"প্রাথমিক অবস্থানে প্রত্যাবর্তন করা হয়েছে । এই ত্রুটির জন্য ডাটাবেস ম্যানুয়ালি
|
1202 |
"হতে পারে । "
|
1203 |
|
1204 |
-
#: views/restore.php:
|
1205 |
msgid ""
|
1206 |
-
"Error 235:
|
1207 |
"available. Please contact support"
|
1208 |
msgstr ""
|
1209 |
"ত্রুটি 235: WP BackItUp পুনরারম্ভ করা যাচ্ছেনা কারন কোন zip utility পাওয়া যায়নি । দয়াকরে "
|
1210 |
"কন্টাক্ট এর সাথে যোগাযোগ করুন"
|
1211 |
|
1212 |
-
#: views/restore.php:
|
1213 |
msgid ""
|
1214 |
-
"Error 250:
|
1215 |
"Please wait for the backup to complete and then try again"
|
1216 |
msgstr ""
|
1217 |
"ত্রুটি 250: একটি ব্যাকআপ চলার কারনে WP BackItUp পুনস্থাপন শুরু করতে পারছেনা । দয়াকরে ব্যাকআপ "
|
1218 |
"সম্পন্ন হওয়া পর্যন্ত অপেক্ষা করুন এবং তারপর আবারও চেষ্টা করুন । "
|
1219 |
|
1220 |
-
#: views/restore.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1221 |
msgid ""
|
1222 |
-
"Error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1223 |
"empty"
|
1224 |
msgstr "ত্রুটি 251: WP BackItUp পুনরুদ্ধার শুরু করা সম্ভব হচ্ছেনা কারন ব্যাকআপ ম্যানিফেসট খালি "
|
1225 |
|
1226 |
-
#: views/restore.php:
|
1227 |
msgid ""
|
1228 |
"Error 252: At least one zip file is missing from your backup set. Please make sure to "
|
1229 |
"upload all zip files that were part of this backup"
|
@@ -1231,7 +1266,7 @@ msgstr ""
|
|
1231 |
"ত্রুটি 252: কমপক্ষে একটি ZIP ফাইল আপনার ব্যাকআপ সেটে অনুপস্থিত । দয়াকরে এই ব্যাকআপের সমস্ত zip "
|
1232 |
"ফাইল আপলোড নিশ্চিত করুন । "
|
1233 |
|
1234 |
-
#: views/restore.php:
|
1235 |
msgid ""
|
1236 |
"Error 253: Backup set contains a zip file that is not in the manifest. Please make "
|
1237 |
"sure to upload only zip files that were part of this backup"
|
@@ -1239,7 +1274,7 @@ msgstr ""
|
|
1239 |
"ত্রুটি 253: ব্যাকআপ সেটের মধ্যে এমন একটি zip ফাইল রয়েছে যা তালিকাতে নেই । দয়াকরে শুধুমাত্র এই "
|
1240 |
"ব্যাকআপের অন্তর্ভুক্ত zip ফাইল আপলোড নিশ্চিত করুন । "
|
1241 |
|
1242 |
-
#: views/restore.php:
|
1243 |
msgid ""
|
1244 |
"Error 254: The size of one the zip files in this backup set does not match the manifest "
|
1245 |
"so is most likely corrupt. Upload all zip files in this backup set again and attempt "
|
@@ -1248,62 +1283,62 @@ msgstr ""
|
|
1248 |
"ত্রুটি 254: এই ব্যাকআপ সেটে এক ZIP ফাইলের আকার তালিকার সঙ্গে মিলছেনা তাই সম্ভবত দূষিত । এই "
|
1249 |
"ব্যাকআপ সেটের সমস্ত ফাইল আবার আপলোড করুন এবং আরও একবার পুনরূদ্ধার করার চেষ্টা করুন । "
|
1250 |
|
1251 |
-
#: views/restore.php:
|
1252 |
msgid ""
|
1253 |
"Error 255: Backup set does not contain a manifest. Please make sure to upload all zip "
|
1254 |
"files that were part of this backup"
|
1255 |
msgstr ""
|
1256 |
"ত্রুটি 255: ব্যাকআপ সেটে তালিকা নেই ।দয়াকরে এই ব্যাকআপের সমস্ত zip ফাইল আপলোড নিশ্চিত করুন । "
|
1257 |
|
1258 |
-
#: views/restore.php:
|
1259 |
msgid ""
|
1260 |
"Warning 300: Unable to restore all WordPress content. Please review your restore logs "
|
1261 |
-
"to see what
|
1262 |
msgstr ""
|
1263 |
"বিপদসঙ্কেত 300: সমস্ত WordPress কন্টেন্ট পুনস্থাপন করা যাচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs "
|
1264 |
"দেখুন যে WP BackItUp কি পুনস্থাপন করতে পারছেনা । "
|
1265 |
|
1266 |
-
#: views/restore.php:
|
1267 |
msgid ""
|
1268 |
"Warning 305: Unable to restore all plugins. Please review your restore logs to see what "
|
1269 |
-
"
|
1270 |
msgstr ""
|
1271 |
"বিপদসঙ্কেত 305: সমস্ত প্লাগিন পুনস্থাপন সম্ভব হচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs দেখুন যে WP "
|
1272 |
"BackItUp কি পুনস্থাপন করতে পারছেনা । "
|
1273 |
|
1274 |
-
#: views/restore.php:
|
1275 |
msgid "Error 2001: Unable to prepare site for restore"
|
1276 |
msgstr "ত্রুটি 2001: সাইট পুনরুদ্ধার এর জন্য প্রস্তুত করা যাচ্ছেনা "
|
1277 |
|
1278 |
-
#: views/restore.php:
|
1279 |
msgid "Error 2002: Unable to unzip backup"
|
1280 |
msgstr "ত্রুটি 2002: ব্যাকআপ unzip করা যাচ্ছেনা "
|
1281 |
|
1282 |
-
#: views/restore.php:
|
1283 |
msgid "Error 2003: Unable to validate backup"
|
1284 |
msgstr "ত্রুটি 2003: ব্যাকআপ যাচাই করা যাচ্ছেনা "
|
1285 |
|
1286 |
-
#: views/restore.php:
|
1287 |
msgid "Error 2004: Unable to create restore point"
|
1288 |
msgstr "ত্রুটি 2004: পুনরুদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
|
1289 |
|
1290 |
-
#: views/restore.php:
|
1291 |
msgid "Error 2005: Unable to stage wp-content"
|
1292 |
msgstr "ত্রুটি 2005: wp-content পর্যায় করা যাচ্ছেনা ।"
|
1293 |
|
1294 |
-
#: views/restore.php:
|
1295 |
msgid "Error 2006: Unable to restore content files"
|
1296 |
msgstr "ত্রুটি 2006: কন্টেন্ট ফাইলসমূহ পুনস্থাপন করা যাচ্ছেনা "
|
1297 |
|
1298 |
-
#: views/restore.php:
|
1299 |
msgid "Error 2007: Unable to restore database"
|
1300 |
msgstr "ত্রুটি 2007: ডাটাবেস পুনস্থাপন করা যাচ্ছেনা "
|
1301 |
|
1302 |
-
#: views/restore.php:
|
1303 |
msgid "Error 2999: Unexpected error encountered"
|
1304 |
msgstr "ত্রুটি 2999: অপ্রত্যাশিত ত্রুটি ঘটেছে "
|
1305 |
|
1306 |
-
#: views/restore.php:
|
1307 |
msgid ""
|
1308 |
"Restore completed successfully. If you are prompted to login please do so with your "
|
1309 |
"current username and password"
|
@@ -1316,20 +1351,20 @@ msgstr ""
|
|
1316 |
msgid "%s Settings"
|
1317 |
msgstr "%s সেটিংস"
|
1318 |
|
1319 |
-
#: views/settings.php:
|
1320 |
msgid "Settings updated successfully!"
|
1321 |
msgstr "সেটিংস হালনাগাদ সফল হয়েছে।"
|
1322 |
|
1323 |
-
#: views/settings.php:
|
1324 |
msgid "Email Notifications"
|
1325 |
msgstr "ইমেইল বিজ্ঞপ্তি"
|
1326 |
|
1327 |
-
#: views/settings.php:
|
1328 |
msgid ""
|
1329 |
"Please enter your email address if you would like to receive backup email notifications."
|
1330 |
msgstr "আপনি যদি ইমেইলে ব্যাকআপ বিজ্ঞপ্তি পেতে চান তাহলে আপনার ইমেল ঠিকানা লিখুন."
|
1331 |
|
1332 |
-
#: views/settings.php:
|
1333 |
msgid ""
|
1334 |
"Backup email notifications will be sent for every backup and will contain status "
|
1335 |
"information related to the backup."
|
@@ -1337,39 +1372,39 @@ msgstr ""
|
|
1337 |
"ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
|
1338 |
"সংক্রান্ত তথ্য উপস্থিত থাকবে."
|
1339 |
|
1340 |
-
#: views/settings.php:
|
1341 |
-
#: views/settings.php:
|
1342 |
-
#: views/settings.php:
|
1343 |
msgid "Save"
|
1344 |
msgstr "সংরক্ষণ করুন"
|
1345 |
|
1346 |
-
#: views/settings.php:
|
1347 |
msgid "Backup Retention"
|
1348 |
msgstr "ব্যাকআপ ধারণ"
|
1349 |
|
1350 |
-
#: views/settings.php:
|
1351 |
msgid "Enter the number of backup archives that you would like to remain on the server."
|
1352 |
msgstr "আপনি সার্ভারে যে সংখ্যক ব্যাকআপ আর্কাইভ চান তার সংখ্যা লিখুন । "
|
1353 |
|
1354 |
-
#: views/settings.php:
|
1355 |
msgid ""
|
1356 |
"Many hosts limit the amount of space that you can take up on their servers. This option "
|
1357 |
-
"tells
|
1358 |
-
"
|
1359 |
msgstr ""
|
1360 |
"আপনি তাদের সার্ভারে যে পরিমাণ জায়গা নেবেন অনেক হোস্ট তার পরিমাণ নিয়ন্ত্রিত করে দেয় । এই "
|
1361 |
"বিকল্পটি WP BackItUp কে আপনার হোস্ট সার্ভারে ব্যাকআপ আর্কাইভের সর্বোচ্চ যে সংখ্যা থাকা উচিত তা "
|
1362 |
"বলে দেয় । চিন্তা করবেন না, সবসময় প্রথম পুরনো ব্যাকআপ আর্কাইভ মুছে ফেলা হবে । "
|
1363 |
|
1364 |
-
#: views/settings.php:
|
1365 |
-
msgid "
|
1366 |
-
msgstr "
|
1367 |
|
1368 |
-
#: views/settings.php:
|
1369 |
-
msgid "Turn on
|
1370 |
msgstr "WP BackItUp লগিং চালু করুন?"
|
1371 |
|
1372 |
-
#: views/settings.php:
|
1373 |
msgid ""
|
1374 |
"This option should only be turned on by advanced users or when troubleshooting issues "
|
1375 |
"with WPBackItUp support."
|
@@ -1377,71 +1412,91 @@ msgstr ""
|
|
1377 |
"এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা WPBackItUp সমর্থন সমস্যা সমাধানের সময় চালু করা "
|
1378 |
"উচিত । "
|
1379 |
|
1380 |
-
#: views/settings.php:
|
1381 |
msgid "Yes"
|
1382 |
msgstr "হ্যাঁ"
|
1383 |
|
1384 |
-
#: views/settings.php:
|
1385 |
msgid "No"
|
1386 |
msgstr "না"
|
1387 |
|
1388 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1389 |
msgid "Batch Size"
|
1390 |
msgstr "ব্যাচ আকার"
|
1391 |
|
1392 |
-
#: views/settings.php:
|
1393 |
msgid "Enter the batch size for each of your content items."
|
1394 |
msgstr "আপনার প্রতিটি কন্টেন্ট আইটেম এর জন্য ব্যাচ আকার লিখুন । "
|
1395 |
|
1396 |
-
#: views/settings.php:
|
1397 |
msgid ""
|
1398 |
-
"These settings tell
|
1399 |
"time. If you experience timeouts while running a backup then these settings can be "
|
1400 |
-
"used to help reduce the amount of time it takes
|
1401 |
"task ."
|
1402 |
msgstr ""
|
1403 |
-
"এই সেটিংগুলো একই সময়ে কতগুলো আইটেম ব্যাকআপে যোগ হবে
|
1404 |
"সময়সীমা উত্তীর্ণ অভিজ্ঞতা লাভ করেন তাহলে এই সেটিংগুলো প্রতিটি ব্যাকআপের জন্য WP BackItUp এর যে "
|
1405 |
"সময় লাগে তা হ্রাস করতে সহায়ক ভূমিকা পালন করবে। "
|
1406 |
|
1407 |
-
#: views/settings.php:
|
1408 |
msgid "DB Tables Batch Size"
|
1409 |
msgstr "ডিবি টেবিল ব্যাচ আকার"
|
1410 |
|
1411 |
-
#: views/settings.php:
|
1412 |
msgid "Plugins Batch Size"
|
1413 |
msgstr "প্লাগইন ব্যাচ আকার"
|
1414 |
|
1415 |
-
#: views/settings.php:
|
1416 |
msgid "Themes Batch Size"
|
1417 |
msgstr "থিম ব্যাচ আকার"
|
1418 |
|
1419 |
-
#: views/settings.php:
|
1420 |
msgid "Uploads Batch Size"
|
1421 |
msgstr "আপলোড ব্যাচ আকার"
|
1422 |
|
1423 |
-
#: views/settings.php:
|
1424 |
msgid "Others Batch Size"
|
1425 |
msgstr "অন্যদের ব্যাচ আকার"
|
1426 |
|
1427 |
-
#: views/settings.php:
|
1428 |
msgid ""
|
1429 |
-
"* These settings should only be modified by advanced users or when when working with
|
1430 |
-
"
|
1431 |
msgstr ""
|
1432 |
"WP BackItUp সমর্থনের সঙ্গে কাজ করার সময় শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা এই অপশন পরিবর্তন "
|
1433 |
"করা উচিত । "
|
1434 |
|
1435 |
-
#: views/settings.php:
|
1436 |
msgid "Filter Your Folders"
|
1437 |
msgstr "আপনার ফোল্ডারসমূহ ফিল্টার করুন "
|
1438 |
|
1439 |
-
#: views/settings.php:
|
1440 |
msgid "Enter a comma separated list of folders that should be excluded from your backups."
|
1441 |
msgstr ""
|
1442 |
"আপনার ব্যাকআপ থেকে বাদ দেওয়া উচিত যে ফোল্ডারসমুহ এর একটি তালিকা কমা দিয়ে পৃথক করে লিখুন । "
|
1443 |
|
1444 |
-
#: views/settings.php:
|
1445 |
msgid ""
|
1446 |
"It is important to note that when a folder name is present in this list any occurrence "
|
1447 |
"of that folder, and all its contents, will be excluded from the backup."
|
@@ -1449,31 +1504,31 @@ msgstr ""
|
|
1449 |
"এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
|
1450 |
"সংঘটন ,এবং এর সমস্ত সামগ্রী ব্যাকআপ থেকে বাদ দেওয়া হবে । "
|
1451 |
|
1452 |
-
#: views/settings.php:
|
1453 |
msgid "Plugin Folders Filter"
|
1454 |
msgstr "প্লাগইন ফোল্ডার ফিল্টার"
|
1455 |
|
1456 |
-
#: views/settings.php:
|
1457 |
msgid "Theme Folders Filter"
|
1458 |
msgstr "থিম ফোল্ডার ফিল্টার"
|
1459 |
|
1460 |
-
#: views/settings.php:
|
1461 |
msgid "Upload Folders Filter"
|
1462 |
msgstr "আপলোড ফোল্ডার ফিল্টার"
|
1463 |
|
1464 |
-
#: views/settings.php:
|
1465 |
msgid "Other Folders Filter"
|
1466 |
msgstr "অন্যান্য ফোল্ডার ফিল্টার"
|
1467 |
|
1468 |
-
#: views/settings.php:
|
1469 |
msgid "Filter Your Database Tables"
|
1470 |
msgstr "আপনার ডাটাবেজ টেবিলসমূহ ফিল্টার করুন "
|
1471 |
|
1472 |
-
#: views/settings.php:
|
1473 |
msgid "Exclude custom database tables from the backup."
|
1474 |
msgstr "ব্যাকআপ থেকে কাস্টম ডাটাবেজ বাদ দিন । "
|
1475 |
|
1476 |
-
#: views/settings.php:
|
1477 |
msgid ""
|
1478 |
"If you would like to exclude a custom table from the backup then simply drag it to the "
|
1479 |
"list on the right. WordPress core tables may not be excluded from the backup. "
|
@@ -1482,16 +1537,16 @@ msgstr ""
|
|
1482 |
"আনুন । \n"
|
1483 |
"ওয়ার্ডপ্রেস কোর টেবিল ব্যাকআপ থেকে বাদ দেওয়া নাও হতে পারে । "
|
1484 |
|
1485 |
-
#: views/settings.php:
|
1486 |
msgid "Remove Data on Uninstall?"
|
1487 |
msgstr "আনইনস্টলে তথ্য অপসারণ ?"
|
1488 |
|
1489 |
-
#: views/settings.php:
|
1490 |
msgid ""
|
1491 |
-
"Check this box if you would like
|
1492 |
"the plugin is deleted."
|
1493 |
msgstr ""
|
1494 |
-
"WP BackItUp প্লাগিন মুছে ফেলার সময় আপনি যদি সম্পূর্ণরূপে তার সব তথ্য
|
1495 |
"বাক্সে টিক দিন । "
|
1496 |
|
1497 |
#: views/support.php:13
|
@@ -1514,11 +1569,11 @@ msgstr "এই ফর্মটি শুধুমাত্র সমর্থন
|
|
1514 |
#: views/support.php:47
|
1515 |
#, php-format
|
1516 |
msgid ""
|
1517 |
-
"Please make sure to open a support ticket via
|
1518 |
"\"> support portal.</a> before using this form."
|
1519 |
msgstr ""
|
1520 |
"এই ফরমটি ব্যবহারের পূর্বে দয়াকরে WP BackItUp <a href=\"%s\" target=\"_blank\">সমর্থন "
|
1521 |
-
"পোর্টালে</a> একটি সমর্থন টিকেট খোলা নিশ্চিত করুন ।
|
1522 |
|
1523 |
#: views/support.php:48
|
1524 |
msgid ""
|
@@ -1544,8 +1599,8 @@ msgid "Send"
|
|
1544 |
msgstr "পাঠান"
|
1545 |
|
1546 |
#: views/support.php:83
|
1547 |
-
msgid "Please register your version of
|
1548 |
-
msgstr "সমর্থন অ্যাক্সেস জন্য আপনার WP BackItUp
|
1549 |
|
1550 |
#: views/support.php:87
|
1551 |
msgid "Premium customers receive priority support."
|
1 |
#
|
2 |
# Translators:
|
3 |
+
# MD. AL-AMIN <alamin_opu@yahoo.com>, 2015-2016
|
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 |
"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 |
|
32 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
33 |
msgid "Support"
|
34 |
msgstr "সাহায্য"
|
35 |
|
36 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
37 |
msgid "Settings"
|
38 |
msgstr "সেটিংস"
|
39 |
|
40 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
41 |
msgid "The backup you have selected exceeds what your host allows you to upload."
|
42 |
msgstr ""
|
43 |
"অাপনি যে ব্যাকঅাপটি সিলেক্ট করেছেন সেটি অাপনার হোস্ট যতটুকু অাপলোড করার অনুমতি দেয় তা অতিক্রম "
|
44 |
"করবে।"
|
45 |
|
46 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439 views/backup.php:440
|
47 |
+
#: views/backup.php:441 views/backup.php:442 views/backup.php:443 views/backup.php:444
|
48 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447 views/backup.php:448
|
49 |
msgid "Warning"
|
50 |
msgstr "সতর্কবার্তা"
|
51 |
|
52 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253 views/backup.php:376
|
53 |
msgid "Error"
|
54 |
msgstr "ত্রুটি"
|
55 |
|
56 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
57 |
msgid "Response"
|
58 |
msgstr "উত্তর"
|
59 |
|
60 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352 views/backup.php:430
|
61 |
+
#: views/restore.php:230
|
62 |
msgid "Status"
|
63 |
msgstr "অবস্থা"
|
64 |
|
65 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
66 |
msgid "Download"
|
67 |
msgstr "ডাউনলোড"
|
68 |
|
69 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407 views/restore.php:129
|
70 |
msgid "Delete"
|
71 |
msgstr "মুছুন "
|
72 |
|
73 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
74 |
msgid "(JS997) Unexpected error"
|
75 |
msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
|
76 |
|
77 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
78 |
msgid "(JS998) Unexpected error"
|
79 |
msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
|
80 |
|
81 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
82 |
msgid "(JS999) An unexpected error has occurred"
|
83 |
msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
|
84 |
|
85 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
86 |
msgid "Scheduled has been saved."
|
87 |
msgstr "সুচি সংরক্ষন করা হয়েছে।"
|
88 |
|
89 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
90 |
msgid "Scheduled was not saved."
|
91 |
msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
|
92 |
|
93 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
94 |
msgid "Are you sure you want to restore your site?"
|
95 |
msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
|
96 |
|
97 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
98 |
msgid "Are you sure ?"
|
99 |
msgstr "অাপনি কি নিশ্চিত ? "
|
100 |
|
101 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
102 |
msgid "This file cannot be delete!"
|
103 |
msgstr "এই ফাইলটি মুছা যাবে নাহ !"
|
104 |
|
105 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
106 |
msgid "View Log"
|
107 |
msgstr "লগ দেখুন"
|
108 |
|
109 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
110 |
msgid "New Backup!"
|
111 |
msgstr "নতুন ব্যাকঅাপ !"
|
112 |
|
113 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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."
|
193 |
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 |
"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 |
|
229 |
msgid "Invalid Nonce"
|
230 |
msgstr "ভুল Nonce"
|
231 |
|
232 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
233 |
msgid "Upload directory is not writable, or does not exist."
|
234 |
msgstr "অাপলোড ডিরেক্টরি writeable নয় , অথবা এর অস্তিত্ব নেই"
|
235 |
|
242 |
msgid "File could not be uploaded"
|
243 |
msgstr "ফাইল অাপলোড করা সম্ভব নয়। "
|
244 |
|
245 |
+
#: lib/includes/handler_upload.php:146
|
246 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
247 |
msgstr "অাপলোড WP BackitUp ব্যাকঅাপের সংরক্ষিত ফাইল নয়।"
|
248 |
|
249 |
+
#: lib/includes/handler_upload.php:166
|
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 |
"আমাদের বিশ্বমানের সহায়তা দলের সহায়তার জন্য <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 |
"(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 |
"(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 |
"(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 |
"(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 |
"(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 |
"(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 |
"(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 |
"(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 |
|
507 |
msgid "%s Dashboard"
|
508 |
msgstr "%s ড্যাশবোর্ড"
|
509 |
|
510 |
+
#: views/backup.php:242
|
511 |
msgid "Dismiss"
|
512 |
msgstr "ভন্ডুল"
|
513 |
|
514 |
+
#: views/backup.php:254
|
515 |
#, php-format
|
516 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
517 |
msgstr "ব্যাকআপ ফোল্ডার পাওয়া যাচ্ছেনা । দয়াকরে সহায়তার জন্য %s এর সাথে যোগাযোগ করুন."
|
518 |
|
519 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
520 |
msgid "support"
|
521 |
msgstr "সাহায্য"
|
522 |
|
523 |
+
#: views/backup.php:257 views/backup.php:263
|
524 |
msgid "Close"
|
525 |
msgstr "বন্ধ"
|
526 |
|
527 |
+
#: views/backup.php:278
|
528 |
msgid ""
|
529 |
"Click the backup button to create a zipped backup file of this site's database, "
|
530 |
"plugins, themes and settings."
|
532 |
"এই সাইট এর ডাটাবেস, প্লাগিন, থিম এবং সেটিংস এর একটি জিপ করা ব্যাকআপ ফাইল তৈরি করার জন্য "
|
533 |
"ব্যাকআপ বাটনে ক্লিক করুন."
|
534 |
|
535 |
+
#: views/backup.php:279
|
536 |
msgid ""
|
537 |
"Once your backup file has been created it will appear in the available backups section "
|
538 |
"below. This file may remain on your hosting providers server but we recommend that you "
|
542 |
"আপনার হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড "
|
543 |
"করুন এবং কোথাও নিরাপদে সংরক্ষণ করুন । "
|
544 |
|
545 |
+
#: views/backup.php:280
|
546 |
msgid ""
|
547 |
+
"WPBackItUp premium customers can use these backup files to perform an automated restore "
|
548 |
+
"of their site."
|
549 |
msgstr ""
|
550 |
+
"WP BackItUp প্রিমিয়াম গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার করে তাদের সাইটের স্বয়ংক্রিয় পুনঃস্থাপন "
|
551 |
+
"সঞ্চালন করতে পারেন । "
|
552 |
|
553 |
+
#: views/backup.php:284
|
554 |
msgid "Cancel"
|
555 |
msgstr "বাতিল"
|
556 |
|
557 |
+
#: views/backup.php:291
|
558 |
#, php-format
|
559 |
msgid ""
|
560 |
+
"WPBackItUp lite customers may use these backup files to manually restore their site. "
|
561 |
"Please visit %s for manual restore instructions."
|
562 |
msgstr ""
|
563 |
+
"WP BackItUp সাধারণ গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার করে তাদের সাইটের ম্যানুয়ালি পুনঃস্থাপন "
|
564 |
"সঞ্চালন করতে পারেন । দয়াকরে ম্যানুয়াল পুনঃস্থাপন নির্দেশিকার জন্য %s দেখুন । "
|
565 |
|
566 |
+
#: views/backup.php:298
|
567 |
msgid "Backup Schedule"
|
568 |
msgstr "ব্যাকআপ সূচী"
|
569 |
|
570 |
+
#: views/backup.php:300
|
571 |
msgid "Select the days of the week you would like your backup to run."
|
572 |
msgstr "সপ্তাহের কোন দিনগুলোতে আপনি ব্যাকআপ চালাতে চান তা নির্বাচন করুন । "
|
573 |
|
574 |
+
#: views/backup.php:302
|
575 |
msgid ""
|
576 |
"Backup your site once per week or every day, it's up to you. If you have email "
|
577 |
"notifications turned on we'll even send you an email when it's done. Once your backup "
|
585 |
"আপনার হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড "
|
586 |
"করুন এবং কোথাও নিরাপদে সংরক্ষণ করুন । "
|
587 |
|
588 |
+
#: views/backup.php:304
|
589 |
msgid "Please make sure to schedule your backup for at least once per week."
|
590 |
msgstr "দয়াকরে প্রতি সপ্তাহে অন্তত একবার আপনার ব্যাকআপ করার সময় নির্ধারণ করতে নিশ্চিত করুন."
|
591 |
|
592 |
+
#: views/backup.php:308
|
593 |
msgid "Monday"
|
594 |
msgstr "সোমবার"
|
595 |
|
596 |
+
#: views/backup.php:309
|
597 |
msgid "Tuesday"
|
598 |
msgstr "মঙ্গলবার"
|
599 |
|
600 |
+
#: views/backup.php:310
|
601 |
msgid "Wednesday"
|
602 |
msgstr "বুধবার"
|
603 |
|
604 |
+
#: views/backup.php:311
|
605 |
msgid "Thursday"
|
606 |
msgstr "বৃহস্পতিবার"
|
607 |
|
608 |
+
#: views/backup.php:312
|
609 |
msgid "Friday"
|
610 |
msgstr "শুক্রবার"
|
611 |
|
612 |
+
#: views/backup.php:313
|
613 |
msgid "Saturday"
|
614 |
msgstr "শনিবার"
|
615 |
|
616 |
+
#: views/backup.php:314
|
617 |
msgid "Sunday"
|
618 |
msgstr "রবিবার"
|
619 |
|
620 |
+
#: views/backup.php:317
|
621 |
msgid "Save Schedule"
|
622 |
msgstr "সূচী সংরক্ষন করুন"
|
623 |
|
624 |
+
#: views/backup.php:322
|
625 |
#, php-format
|
626 |
msgid ""
|
627 |
+
"Scheduled backups are only available to WPBackItUp premium customers. Please visit %s "
|
628 |
+
"to get WPBackItUp risk free for 30 days."
|
629 |
msgstr ""
|
630 |
"নির্ধারিত ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
|
631 |
"BackItUp পেতে %s এর ভিজিট করুন । "
|
632 |
|
633 |
+
#: views/backup.php:329 views/restore.php:95
|
634 |
msgid "Available Backups"
|
635 |
msgstr "যে যে ব্যাকঅাপ আছে"
|
636 |
|
637 |
+
#: views/backup.php:349
|
638 |
+
msgid "Type"
|
639 |
+
msgstr "ধরণ"
|
640 |
+
|
641 |
+
#: views/backup.php:350 views/restore.php:100
|
642 |
msgid "Date"
|
643 |
msgstr "তারিখ"
|
644 |
|
645 |
+
#: views/backup.php:351
|
646 |
msgid "Duration"
|
647 |
msgstr "স্থিতিকাল"
|
648 |
|
649 |
+
#: views/backup.php:370
|
650 |
msgid "Success"
|
651 |
msgstr "সাফল্য"
|
652 |
|
653 |
+
#: views/backup.php:373
|
654 |
msgid "Active"
|
655 |
msgstr "সক্রিয়"
|
656 |
|
657 |
+
#: views/backup.php:416 views/restore.php:149
|
658 |
msgid "No backup archives found."
|
659 |
msgstr "কোন ব্যাকআপ আর্কাইভ পাওয়া যায়নি । "
|
660 |
|
661 |
+
#: views/backup.php:425
|
662 |
#, php-format
|
663 |
msgid ""
|
664 |
+
"The automated restore feature is only available to WPBackItUp premium customers. "
|
665 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
666 |
msgstr ""
|
667 |
"স্বয়ংক্রিয় ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
|
668 |
"BackItUp পেতে %s এর ভিজিট করুন । "
|
669 |
|
670 |
+
#: views/backup.php:434 views/restore.php:234
|
671 |
msgid "Nothing to report"
|
672 |
msgstr "কোনও প্রতিবেদন নেই । "
|
673 |
|
674 |
+
#: views/backup.php:439
|
675 |
msgid "Preparing for backup"
|
676 |
msgstr "ব্যাকঅাপের জন্যে তৈরি হচ্ছে"
|
677 |
|
678 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441 views/backup.php:442
|
679 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445 views/backup.php:446
|
680 |
+
#: views/backup.php:447 views/backup.php:448 views/restore.php:244 views/restore.php:245
|
681 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248 views/restore.php:249
|
682 |
+
#: views/restore.php:250 views/restore.php:251 views/restore.php:252 views/restore.php:253
|
683 |
+
#: views/restore.php:254 views/restore.php:256
|
684 |
msgid "Done"
|
685 |
msgstr "সম্পন্ন"
|
686 |
|
687 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441 views/backup.php:442
|
688 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445 views/backup.php:446
|
689 |
+
#: views/backup.php:447 views/backup.php:448 views/restore.php:244 views/restore.php:245
|
690 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248 views/restore.php:249
|
691 |
+
#: views/restore.php:250 views/restore.php:251 views/restore.php:252 views/restore.php:253
|
692 |
+
#: views/restore.php:254 views/restore.php:256
|
693 |
msgid "Failed"
|
694 |
msgstr "ব্যর্থ "
|
695 |
|
696 |
+
#: views/backup.php:440
|
697 |
msgid "Creating inventory of files to backup"
|
698 |
msgstr "ব্যাকআপ ফাইলের তালিকা তৈরি হচ্ছে "
|
699 |
|
700 |
+
#: views/backup.php:441
|
701 |
msgid "Backing up database"
|
702 |
msgstr "ডাটাবেজ ব্যাকঅাপ হচ্ছে"
|
703 |
|
704 |
+
#: views/backup.php:442
|
705 |
msgid "Creating backup information file"
|
706 |
msgstr "ব্যাকঅাপের তথ্য তৈরি হচ্ছে"
|
707 |
|
708 |
+
#: views/backup.php:443
|
709 |
msgid "Backing up themes"
|
710 |
msgstr "থিম ব্যাকঅাপ হচ্ছে"
|
711 |
|
712 |
+
#: views/backup.php:444
|
713 |
msgid "Backing up plugins"
|
714 |
msgstr "প্লাগিন ব্যাকঅাপ হচ্ছে"
|
715 |
|
716 |
+
#: views/backup.php:445
|
717 |
msgid "Backing up uploads"
|
718 |
msgstr "অাপলোড ব্যাকঅাপ হচ্ছে"
|
719 |
|
720 |
+
#: views/backup.php:446
|
721 |
msgid "Backing up everything else"
|
722 |
msgstr "বাকিসব ব্যাকঅাপ হচ্ছে"
|
723 |
|
724 |
+
#: views/backup.php:447
|
725 |
msgid "Validating backup"
|
726 |
msgstr "ব্যাকঅাপ যাচাই করা হচ্ছে"
|
727 |
|
728 |
+
#: views/backup.php:448
|
729 |
msgid "Finalizing backup"
|
730 |
msgstr "ব্যাকঅাপ নেয়া শেষ হচ্ছে"
|
731 |
|
732 |
+
#: views/backup.php:458
|
733 |
msgid "Backup completed successfully"
|
734 |
msgstr "সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে"
|
735 |
|
736 |
+
#: views/backup.php:479
|
737 |
msgid "Backups"
|
738 |
msgstr "ব্যাকআপসমুহ"
|
739 |
|
740 |
+
#: views/backup.php:479
|
741 |
msgid "Version "
|
742 |
msgstr "ভার্সন"
|
743 |
|
744 |
+
#: views/backup.php:481
|
745 |
+
msgid "Welcome to WPBackItUp!"
|
746 |
msgstr "WP BackItUp! এ স্বাগতম!"
|
747 |
|
748 |
+
#: views/backup.php:481
|
749 |
msgid "The simplest way to backup your WordPress site."
|
750 |
msgstr "আপনার WordPress সাইটের ব্যাকআপের সবচেয়ে সহজ উপায় । "
|
751 |
|
752 |
+
#: views/backup.php:482
|
753 |
msgid ""
|
754 |
"Getting started is easy, just click the backup button on the left side of this page."
|
755 |
msgstr "শুরু করা খুব সহজ , শুধু এই পৃষ্ঠার বামদিকে ব্যাকআপ বাটনে ক্লিক করুন."
|
756 |
|
757 |
+
#: views/backup.php:486
|
758 |
#, php-format
|
759 |
msgid ""
|
760 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:medium;"
|
763 |
"অভিনন্দন ! আপনি <span style=\"font-weight:bold;font-size:medium;color: green\">%s</span> "
|
764 |
"ব্যাকআপ সফলভাবে সম্পন্ন করেছেন । "
|
765 |
|
766 |
+
#: views/backup.php:487
|
767 |
msgid "Tips"
|
768 |
msgstr "পরামর্শ"
|
769 |
|
770 |
+
#: views/backup.php:488
|
771 |
msgid "Backup your site at least once per week"
|
772 |
msgstr "সপ্তাহে অন্তত একবার আপনার সাইেটর ব্যাকআপ নিন "
|
773 |
|
774 |
+
#: views/backup.php:489
|
775 |
msgid "Download all your backups and store them somewhere safe"
|
776 |
msgstr "আপনার সব ব্যাকআপ ডাউনলোড করুন এবং তাদের কোথাও নিরাপদে সংরক্ষণ করুন "
|
777 |
|
778 |
+
#: views/backup.php:490
|
779 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
780 |
msgstr "ফাইেলর ভিতরে দেখে আপনার ব্যাকআপ যাচাই করুন "
|
781 |
|
782 |
+
#: views/backup.php:495
|
783 |
#, php-format
|
784 |
msgid "Why not %s and schedule your backups!"
|
785 |
msgstr "কেন নয় %s এবং আপনার ব্যাকআপের সময় নির্ধারণ ! "
|
786 |
|
787 |
+
#: views/backup.php:495
|
788 |
msgid "upgrade"
|
789 |
msgstr "আপগ্রেড "
|
790 |
|
791 |
+
#: views/backup.php:504
|
792 |
+
msgid "Register WPBackItUp"
|
793 |
msgstr " WP BackItUp নিবন্ধন করুন "
|
794 |
|
795 |
+
#: views/backup.php:507
|
796 |
msgid ""
|
797 |
"Enter your name and email address below to receive <b>special offers</b> and access to "
|
798 |
"our world class <b>support</b> team. <br />\n"
|
802 |
"এবং ইমেইল দিন ।<br />\n"
|
803 |
"<br />এই সাইটে এটি সক্রিয় করার জন্য নিচের আপনার লাইসেন্স কী লিখুন । "
|
804 |
|
805 |
+
#: views/backup.php:509
|
806 |
msgid "name"
|
807 |
msgstr "নাম"
|
808 |
|
809 |
+
#: views/backup.php:510
|
810 |
msgid "email address"
|
811 |
msgstr "ইমেইল ঠিকানা"
|
812 |
|
813 |
+
#: views/backup.php:511
|
814 |
msgid "license key"
|
815 |
msgstr "লাইসেন্স কী"
|
816 |
|
817 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
818 |
#, php-format
|
819 |
msgid "%s"
|
820 |
msgstr "%s"
|
821 |
|
822 |
+
#: views/backup.php:512
|
823 |
msgid "Free plugin customers do not need to enter license key."
|
824 |
msgstr "ফ্রি প্লাগইন গ্রাহকদের লাইসেন্স কী প্রবেশ করতে হবে না."
|
825 |
|
826 |
+
#: views/backup.php:513
|
827 |
msgid "Register"
|
828 |
msgstr "নিবন্ধন করুন"
|
829 |
|
830 |
+
#: views/backup.php:522
|
831 |
msgid "License Info"
|
832 |
msgstr "লাইসেন্সের তথ্য"
|
833 |
|
834 |
+
#: views/backup.php:544
|
835 |
msgid "Name"
|
836 |
msgstr "নাম"
|
837 |
|
838 |
+
#: views/backup.php:545
|
839 |
msgid "Email"
|
840 |
msgstr "ইমেইল"
|
841 |
|
842 |
+
#: views/backup.php:546
|
843 |
msgid "License Type"
|
844 |
msgstr "লাইসেন্সের তথ্য"
|
845 |
|
846 |
+
#: views/backup.php:547
|
847 |
msgid "Expires"
|
848 |
msgstr "মেয়াদ শেষ হয়"
|
849 |
|
850 |
+
#: views/backup.php:550
|
851 |
msgid "Enter license key to activate on this site."
|
852 |
msgstr "এই সাইটে সক্রিয় করতে লাইসেন্স কী দিন । "
|
853 |
|
854 |
+
#: views/backup.php:557
|
855 |
msgid "License Active"
|
856 |
msgstr "লাইসেন্স সক্রিয় "
|
857 |
|
858 |
+
#: views/backup.php:565
|
859 |
msgid "License expired"
|
860 |
msgstr "লাইসেন্স এর মেয়াদ শেষ "
|
861 |
|
862 |
+
#: views/backup.php:569
|
863 |
msgid "Update"
|
864 |
msgstr "হালনাগাদ"
|
865 |
|
866 |
+
#: views/backup.php:573
|
867 |
msgid "Activate"
|
868 |
msgstr "সক্রিয় করুন"
|
869 |
|
870 |
+
#: views/backup.php:577
|
871 |
#, php-format
|
872 |
msgid "Purchase a %s license using the purchase link above."
|
873 |
msgstr "উপরের লিঙ্ক ব্যবহার করে একটি %s লাইসেন্স কিনুন । "
|
874 |
|
875 |
+
#: views/backup.php:577
|
876 |
msgid "no-risk"
|
877 |
msgstr "ঝুঁকিহীন"
|
878 |
|
879 |
+
#: views/backup.php:583
|
880 |
#, php-format
|
881 |
msgid ""
|
882 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
886 |
"দয়াকরে আরও এক বছরের জন্য<strong> পণ্য আপডেট </strong> <a href=\"%s\" target=\"blank\"> "
|
887 |
"নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের সহায়তা নিন । "
|
888 |
|
889 |
+
#: views/backup.php:594
|
890 |
msgid "Useful Links"
|
891 |
msgstr "প্রয়োজনীয় লিঙ্কগুলো "
|
892 |
|
893 |
+
#: views/backup.php:596
|
894 |
msgid "Getting Started Video"
|
895 |
+
msgstr "প্রারম্ভিক প্রস্তুতি ভিডিও"
|
896 |
|
897 |
+
#: views/backup.php:599
|
898 |
msgid "Your account"
|
899 |
msgstr "অাপনার একাউন্ট"
|
900 |
|
901 |
+
#: views/backup.php:602
|
902 |
+
msgid "Website Migration Service"
|
903 |
+
msgstr "ওয়েবসাইট মাইগ্রেশন সেবা"
|
904 |
+
|
905 |
+
#: views/backup.php:604
|
906 |
msgid "Documentation"
|
907 |
msgstr "ডকুমেন্টেশন"
|
908 |
|
909 |
+
#: views/backup.php:607
|
910 |
msgid "Get support"
|
911 |
msgstr "সাহায্য নিন"
|
912 |
|
913 |
+
#: views/backup.php:610
|
914 |
msgid "Feature request"
|
915 |
msgstr "বৈশিষ্ট্য অনুরোধ"
|
916 |
|
917 |
+
#: views/backup.php:612
|
918 |
msgid "Language Translations"
|
919 |
msgstr "ভাষা অনুবাদ"
|
920 |
|
921 |
+
#: views/backup.php:614
|
922 |
msgid "Contact"
|
923 |
msgstr "যোগাযোগ"
|
924 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
925 |
#: views/restore.php:13
|
926 |
#, php-format
|
927 |
msgid "%s Restore"
|
945 |
#, php-format
|
946 |
msgid ""
|
947 |
"<p>* The automated restore feature is only available to licensed customers. Please "
|
948 |
+
"visit <a href=\"%s\" target=\"_blank\">%s</a> to get license WPBackItUp risk free for "
|
949 |
"30 days.</p>"
|
950 |
msgstr ""
|
951 |
"<p>* স্বয়ংক্রিয় ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি "
|
956 |
msgstr "আপলোড"
|
957 |
|
958 |
#: views/restore.php:180
|
959 |
+
msgid "Upload WPBackItUp archive(zip) files to add to your list of available backups."
|
960 |
msgstr ""
|
961 |
"আপনার বিদ্যমান ব্যাকআপ তালিকায় WP BackItUp সংরক্ষাণাগার (ZIP) ফাইলগুলো যোগ করতে আপলোড করুন."
|
962 |
|
963 |
#: views/restore.php:197
|
964 |
+
msgid "WPBackItUp - Upload backup files"
|
965 |
msgstr "WP BackItUp - ব্যাকআপ ফাইলসমূহ আপলোড করুন "
|
966 |
|
967 |
#: views/restore.php:198
|
968 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
969 |
msgstr "ব্যাকআপ ফাইলসমূহ WP BackItUp এর মধ্যে এই ফর্ম দিয়ে আপলোড করা যেতে পারে । "
|
970 |
|
971 |
#: views/restore.php:198
|
972 |
msgid ""
|
973 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
974 |
"wpbackitup_backups) using FTP. When done uploading all backup files refresh this page."
|
975 |
msgstr ""
|
976 |
"FTP ব্যবহার করে তাদের WP BackItUp ডিরেক্টরির (Wp-content / wpbackitup_backups) মধ্যে "
|
993 |
"* নতুন ব্যাকআপ উপরে উপলব্ধ ব্যাকআপ বিভাগে প্রদর্শিত দেখতে আপলোড সম্পন্ন হলে এই পৃষ্ঠাটি পুনঃ লোড "
|
994 |
"করুন । "
|
995 |
|
996 |
+
#: views/restore.php:244
|
997 |
msgid "Preparing for restore"
|
998 |
msgstr "পুনরুদ্ধারের জন্যে তৈরি হচ্ছে"
|
999 |
|
1000 |
+
#: views/restore.php:245
|
1001 |
+
msgid "Unpacking backup set"
|
1002 |
+
msgstr "ব্যাকআপ সেট আন-প্যাক করা হচ্ছে "
|
1003 |
+
|
1004 |
+
#: views/restore.php:246
|
1005 |
+
msgid "Unzipping backup files"
|
1006 |
msgstr "Unzipping ব্যাকআপ সেট"
|
1007 |
|
1008 |
+
#: views/restore.php:247
|
1009 |
+
msgid "Validating backup files"
|
1010 |
msgstr "ব্যাকঅাপ যাচাই করা হচ্ছে"
|
1011 |
|
1012 |
+
#: views/restore.php:248
|
1013 |
msgid "Deactivating plugins"
|
1014 |
msgstr "প্লাগিনসমূহ নিষ্ক্রিয় করা হচ্ছে "
|
1015 |
|
1016 |
+
#: views/restore.php:249
|
1017 |
msgid "Creating database restore point"
|
1018 |
msgstr "ডাটাবেস পুনঃস্থাপন পয়েন্ট তৈরি করা হচ্ছে "
|
1019 |
|
1020 |
+
#: views/restore.php:250
|
1021 |
msgid "Staging content files"
|
1022 |
msgstr "কন্টেন্ট ফাইলসমূহ উপস্থাপন করা হচ্ছে "
|
1023 |
|
1024 |
+
#: views/restore.php:251
|
1025 |
msgid "Restoring content files"
|
1026 |
msgstr "কন্টেন্ট ফাইলসমূহ পুনরুদ্ধার করা হচ্ছে"
|
1027 |
|
1028 |
+
#: views/restore.php:252
|
1029 |
msgid "Restoring database"
|
1030 |
msgstr "ডাটাবেস পুনরদ্ধার করা হচ্ছে "
|
1031 |
|
1032 |
+
#: views/restore.php:253
|
1033 |
msgid "Updating current user info"
|
1034 |
msgstr "বর্তমান ব্যবহারকারীর তথ্য হালনাগাদ করা হচ্ছে "
|
1035 |
|
1036 |
+
#: views/restore.php:254
|
1037 |
msgid "Updating site URL"
|
1038 |
msgstr "সাইট URL হালনাগাদ হচ্ছে "
|
1039 |
|
1040 |
+
#: views/restore.php:256
|
1041 |
msgid "Updating permalinks"
|
1042 |
msgstr "permalinks হালনাগাদ হচ্ছে "
|
1043 |
|
1044 |
+
#: views/restore.php:262
|
1045 |
msgid "Error 201: No file selected"
|
1046 |
msgstr "ত্রুটি 201: কোন ফাইল নির্বাচন করা হয়নি "
|
1047 |
|
1048 |
+
#: views/restore.php:263
|
1049 |
msgid "Error 202: Your file could not be uploaded"
|
1050 |
msgstr "ত্রুটি 202: আপনার ফাইলটি আপলোড করা যায়নি "
|
1051 |
|
1052 |
+
#: views/restore.php:264
|
1053 |
msgid "Error 203: Your backup could not be unzipped"
|
1054 |
msgstr "ত্রুটি 203: আপনার ব্যাকআপ unzip করা যায়নি "
|
1055 |
|
1056 |
+
#: views/restore.php:265
|
1057 |
msgid ""
|
1058 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a valid backup"
|
1059 |
msgstr ""
|
1060 |
"ত্রুটি 204: আপনার ব্যাকআপ অবৈধ বলে মনে হচ্ছে । দয়াকরে একটি বৈধ ব্যাকআপ নির্বাচন নিশ্চিত করুন "
|
1061 |
|
1062 |
+
#: views/restore.php:266
|
1063 |
msgid "Error 205: Cannot create restore point"
|
1064 |
msgstr "থ্রুটি 205: পুনরদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
|
1065 |
|
1066 |
+
#: views/restore.php:267
|
1067 |
msgid "Error 206: Unable to connect to your database"
|
1068 |
msgstr "ত্রুটি 206: আপনার ডাটাবেসের সঙ্গে সংযোগ দেয়া যাচ্ছেনা "
|
1069 |
|
1070 |
+
#: views/restore.php:268
|
1071 |
msgid "Error 207: Unable to get current site URL from database. Please try again"
|
1072 |
msgstr ""
|
1073 |
"ত্রুটি 207: ডাটাবেস থেকে এই সাইটের বর্তমান URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1074 |
|
1075 |
+
#: views/restore.php:269
|
1076 |
msgid "Error 208: Unable to get current home URL from database. Please try again"
|
1077 |
msgstr "ত্রুটি 208: ডাটাবেস থেকে বর্তমান হোম URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1078 |
|
1079 |
+
#: views/restore.php:270
|
1080 |
msgid "Error 209: Unable to get current user ID from database. Please try again"
|
1081 |
msgstr ""
|
1082 |
"ত্রুটি 209: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর ID পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1083 |
|
1084 |
+
#: views/restore.php:271
|
1085 |
msgid "Error 210: Unable to get current user password from database. Please try again"
|
1086 |
msgstr ""
|
1087 |
"ত্রুটি 210: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর password পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা "
|
1088 |
"করুন "
|
1089 |
|
1090 |
+
#: views/restore.php:272
|
1091 |
msgid "Error 211: Unable to get current user email from database. Please try again"
|
1092 |
msgstr ""
|
1093 |
"ত্রুটি 211: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর email পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1094 |
|
1095 |
+
#: views/restore.php:273
|
1096 |
msgid ""
|
1097 |
"Error 212: Unable to import your database. This may require importing the file manually"
|
1098 |
msgstr ""
|
1099 |
"ত্রুটি 212: আপনার ডাটাবেস ইম্পোর্ট করা যাচ্ছেনা । এই ফাইল ম্যানুয়ালি ইম্পোর্ট করার প্রয়োজন হতে "
|
1100 |
"পারে "
|
1101 |
|
1102 |
+
#: views/restore.php:274
|
1103 |
msgid ""
|
1104 |
"Warning 213: Unable to update your site URL value. Please check your WordPress general "
|
1105 |
"settings to make sure your Site and WordPress URLs are correct"
|
1107 |
"বিপদসংকেত 213: আপনার সাইট URL এর ভ্যালু হালনাগাদ করা যাচ্ছেনা । দয়াকরে WordPress সাধারণ "
|
1108 |
"সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
|
1109 |
|
1110 |
+
#: views/restore.php:275
|
1111 |
msgid ""
|
1112 |
"Warning 214: Unable to update your home URL value. Please check your WordPress general "
|
1113 |
"settings to make sure your Site and WordPress URLs are correct"
|
1115 |
"বিপদসংকেত 214: আপনার হোম URL ভ্যালু হালনাগাদ করা যাচ্ছেনা। দয়াকরে WordPress সাধারণ "
|
1116 |
"সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
|
1117 |
|
1118 |
+
#: views/restore.php:276
|
1119 |
msgid ""
|
1120 |
"Warning 215: Unable to update your user information. This may require you to login with "
|
1121 |
"the admin username and password that was used when the backup was created"
|
1123 |
"বিপদসঙ্কেত 215: আপনার ব্যবহারকারী তথ্য হালনাগাদ করা যাচ্ছেনা । এই ব্যাকআপ তৈরি করার সময় "
|
1124 |
"ব্যবহৃত অ্যাডমিন ব্যবহারকারীর নাম ও পাসওয়ার্ড দিয়ে লগইন করার প্রয়োজন হতে পারে । "
|
1125 |
|
1126 |
+
#: views/restore.php:277
|
1127 |
msgid "Error 216: Database not found in backup"
|
1128 |
msgstr "ত্রুটি 216: ব্যাকআপে ডাটাবেস পাওয়া যায়নি "
|
1129 |
|
1130 |
+
#: views/restore.php:278
|
1131 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1132 |
msgstr "বিপদসংকেত 217: বিদ্যমান wp-content ডিরেক্টরি অপসারণ করা যাচ্ছেনা "
|
1133 |
|
1134 |
+
#: views/restore.php:279
|
1135 |
msgid ""
|
1136 |
"Error 218: Unable to create new wp-content directory. Please check your CHMOD settings "
|
1137 |
"in /wp-content/"
|
1139 |
"ত্রুটি 218: নতুন wp-content ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার /wp-content/ "
|
1140 |
"ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
|
1141 |
|
1142 |
+
#: views/restore.php:280
|
1143 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1144 |
msgstr "ত্রুটি 219: wp-content ইম্পোরট করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
|
1145 |
|
1146 |
+
#: views/restore.php:281
|
1147 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1148 |
msgstr "বিপদসঙ্কেত 220: ইম্পোর্ট ডিরেক্টরি পরিষ্করণ করা যাচ্ছেনা । কোন প্রক্রিয়ার প্রয়োজন নেই "
|
1149 |
|
1150 |
+
#: views/restore.php:282
|
1151 |
#, php-format
|
1152 |
msgid ""
|
1153 |
"Error 221: Table prefix value in wp-config.php is different from backup. This MUST be "
|
1158 |
"পুনরুদ্ধার করতে সক্ষম হওয়ার পূর্বে এই wp-config.php ফাইলের মধ্যে অবশ্যই পরিবর্তন করতে হবে । আরও "
|
1159 |
"তথ্যের জন্য www.wpbackitup.com <a href =\"%s\" target=\"_blank\" > FAQs</a> দেখুন । "
|
1160 |
|
1161 |
+
#: views/restore.php:283
|
1162 |
msgid "Error 222: Unable to create restore folder"
|
1163 |
msgstr "ত্রুটি 222: পুনরুদ্ধার ফোল্ডার তৈরি করা যাচ্ছেনা "
|
1164 |
|
1165 |
+
#: views/restore.php:284
|
1166 |
msgid ""
|
1167 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to restore the "
|
1168 |
+
"database to its previous state but were unsuccessful. Please contact WPBackItUp "
|
1169 |
"customer support and do not attempt to perform any further restores"
|
1170 |
msgstr ""
|
1171 |
"ত্রুটি 223: পুনস্থাপন করার সময় একটি ত্রুটি ঘটেছে । WP BackItUp ডাটাবেসের পূর্ববর্তী অবস্থানে "
|
1172 |
"পুনস্থাপন করতে চেষ্টা করে সফল হয়নি । দয়াকরে WP BackItUp গ্রাহক সহায়তায় যোগাযোগ করুন এবং আর "
|
1173 |
+
"কোন পুনস্থাপনের চেষ্টা থেকে বিরত থাকুন ।"
|
1174 |
|
1175 |
+
#: views/restore.php:285
|
1176 |
msgid ""
|
1177 |
"Error 224: An error occurred during the restore, however, we have successfully restored "
|
1178 |
"your database to the previous state"
|
1180 |
"ত্রুটি 224: পুনস্থাপনের সময় একটি ত্রুটি ঘটেছে, তবুও , আপনার ডাটাবেস পূর্ববর্তী অবস্থানে সফলভাবে "
|
1181 |
"পুনস্থাপিত হয়েছে । "
|
1182 |
|
1183 |
+
#: views/restore.php:286
|
1184 |
+
msgid "Error 225: Restore option is only available to licensed WPBackItUp users"
|
1185 |
msgstr "ত্রুটি 225: পুনরুদ্ধার অপশন শুধুমাত্র লাইসেন্সড WP BackItUp ব্যবহারকারীদের জন্য "
|
1186 |
|
1187 |
+
#: views/restore.php:287
|
1188 |
msgid ""
|
1189 |
"Error 226: Restore cannot proceed because your backup was created using a different "
|
1190 |
"version of WordPress"
|
1192 |
"ত্রুটি 226: পুনরুদ্ধার পুনরারম্ভ করা যাচ্ছেনা কারন আপনার ব্যাকআপ আলাদা সংস্করণের WordPress "
|
1193 |
"ব্যবহার করে করা হয়েছে "
|
1194 |
|
1195 |
+
#: views/restore.php:288
|
1196 |
msgid ""
|
1197 |
"Error 227: Restore cannot proceed because your backup was created using a different "
|
1198 |
+
"version of WPBackItUp. Please contact WPBackItUp support to help convert this backup "
|
1199 |
"to the current version"
|
1200 |
msgstr ""
|
1201 |
"ত্রুটি 227: পুনস্থাপন আর চালিয়ে নেয়া সম্ভব হচ্ছেনা কারন আপনার ব্যাকআপ অন্য সংস্করণের WP BackItUp "
|
1202 |
"দিয়ে করা হয়েছে । দয়াকরে এই ব্যাকআপকে বর্তমান সংস্করণে পরিবর্তিত করতে WP BackItUp সহায়তায় "
|
1203 |
"যোগাযোগ করুন । "
|
1204 |
|
1205 |
+
#: views/restore.php:289
|
1206 |
msgid ""
|
1207 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database restore. However, "
|
1208 |
+
"we were able to successfully revert the database back to its original state . This "
|
1209 |
+
"error may require importing the database manually"
|
1210 |
msgstr ""
|
1211 |
"ত্রুটি 230: ডাটাবেস পুনস্থাপনের সময় WP BackItUp অপ্রত্যাশিত ত্রুটির সম্মুখীন হয়েছে । তবুও ডাটাবেস "
|
1212 |
+
"প্রাথমিক অবস্থানে প্রত্যাবর্তন করা হয়েছে । এই ত্রুটির জন্য ডাটাবেস ম্যানুয়ালি ইম্পোর্ট করার প্রয়োজন "
|
1213 |
"হতে পারে । "
|
1214 |
|
1215 |
+
#: views/restore.php:290
|
1216 |
msgid ""
|
1217 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1218 |
"available. Please contact support"
|
1219 |
msgstr ""
|
1220 |
"ত্রুটি 235: WP BackItUp পুনরারম্ভ করা যাচ্ছেনা কারন কোন zip utility পাওয়া যায়নি । দয়াকরে "
|
1221 |
"কন্টাক্ট এর সাথে যোগাযোগ করুন"
|
1222 |
|
1223 |
+
#: views/restore.php:291
|
1224 |
msgid ""
|
1225 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is running. "
|
1226 |
"Please wait for the backup to complete and then try again"
|
1227 |
msgstr ""
|
1228 |
"ত্রুটি 250: একটি ব্যাকআপ চলার কারনে WP BackItUp পুনস্থাপন শুরু করতে পারছেনা । দয়াকরে ব্যাকআপ "
|
1229 |
"সম্পন্ন হওয়া পর্যন্ত অপেক্ষা করুন এবং তারপর আবারও চেষ্টা করুন । "
|
1230 |
|
1231 |
+
#: views/restore.php:293
|
1232 |
+
msgid ""
|
1233 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please try again "
|
1234 |
+
"and contact support if this issue continues"
|
1235 |
+
msgstr ""
|
1236 |
+
"ত্রুটি 260 ঃ WPBackItUp ব্যাকআপ সেট থেকে আর্কাইভ এক্সট্রাক্ট করতে অক্ষম । অনুগ্রহ করে আবার চেষ্টা "
|
1237 |
+
"করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন । "
|
1238 |
+
|
1239 |
+
#: views/restore.php:294
|
1240 |
msgid ""
|
1241 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please try again "
|
1242 |
+
"and contact support if this issue continues"
|
1243 |
+
msgstr ""
|
1244 |
+
"ত্রুটি 261 ঃ WPBackItUp ব্যাকআপ সেট থেকে আর্কাইভ এক্সট্রাক্ট করতে অক্ষম । অনুগ্রহ করে আবার চেষ্টা "
|
1245 |
+
"করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন "
|
1246 |
+
|
1247 |
+
#: views/restore.php:295
|
1248 |
+
msgid ""
|
1249 |
+
"Error 262: There were no backup files found in the backup folder. Please try again and "
|
1250 |
+
"contact support if this issue continues"
|
1251 |
+
msgstr ""
|
1252 |
+
"ত্রুটি 262 ঃ কোন ব্যাকআপ ফাইল ব্যাকআপ ফোল্ডারে খুঁজে পাওয়া যায়নি . অনুগ্রহ করে আবার চেষ্টা করুন "
|
1253 |
+
"এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন "
|
1254 |
+
|
1255 |
+
#: views/restore.php:297
|
1256 |
+
msgid ""
|
1257 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup manifest is "
|
1258 |
"empty"
|
1259 |
msgstr "ত্রুটি 251: WP BackItUp পুনরুদ্ধার শুরু করা সম্ভব হচ্ছেনা কারন ব্যাকআপ ম্যানিফেসট খালি "
|
1260 |
|
1261 |
+
#: views/restore.php:298
|
1262 |
msgid ""
|
1263 |
"Error 252: At least one zip file is missing from your backup set. Please make sure to "
|
1264 |
"upload all zip files that were part of this backup"
|
1266 |
"ত্রুটি 252: কমপক্ষে একটি ZIP ফাইল আপনার ব্যাকআপ সেটে অনুপস্থিত । দয়াকরে এই ব্যাকআপের সমস্ত zip "
|
1267 |
"ফাইল আপলোড নিশ্চিত করুন । "
|
1268 |
|
1269 |
+
#: views/restore.php:299
|
1270 |
msgid ""
|
1271 |
"Error 253: Backup set contains a zip file that is not in the manifest. Please make "
|
1272 |
"sure to upload only zip files that were part of this backup"
|
1274 |
"ত্রুটি 253: ব্যাকআপ সেটের মধ্যে এমন একটি zip ফাইল রয়েছে যা তালিকাতে নেই । দয়াকরে শুধুমাত্র এই "
|
1275 |
"ব্যাকআপের অন্তর্ভুক্ত zip ফাইল আপলোড নিশ্চিত করুন । "
|
1276 |
|
1277 |
+
#: views/restore.php:300
|
1278 |
msgid ""
|
1279 |
"Error 254: The size of one the zip files in this backup set does not match the manifest "
|
1280 |
"so is most likely corrupt. Upload all zip files in this backup set again and attempt "
|
1283 |
"ত্রুটি 254: এই ব্যাকআপ সেটে এক ZIP ফাইলের আকার তালিকার সঙ্গে মিলছেনা তাই সম্ভবত দূষিত । এই "
|
1284 |
"ব্যাকআপ সেটের সমস্ত ফাইল আবার আপলোড করুন এবং আরও একবার পুনরূদ্ধার করার চেষ্টা করুন । "
|
1285 |
|
1286 |
+
#: views/restore.php:301
|
1287 |
msgid ""
|
1288 |
"Error 255: Backup set does not contain a manifest. Please make sure to upload all zip "
|
1289 |
"files that were part of this backup"
|
1290 |
msgstr ""
|
1291 |
"ত্রুটি 255: ব্যাকআপ সেটে তালিকা নেই ।দয়াকরে এই ব্যাকআপের সমস্ত zip ফাইল আপলোড নিশ্চিত করুন । "
|
1292 |
|
1293 |
+
#: views/restore.php:303
|
1294 |
msgid ""
|
1295 |
"Warning 300: Unable to restore all WordPress content. Please review your restore logs "
|
1296 |
+
"to see what WPBackItUp was unable to restore"
|
1297 |
msgstr ""
|
1298 |
"বিপদসঙ্কেত 300: সমস্ত WordPress কন্টেন্ট পুনস্থাপন করা যাচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs "
|
1299 |
"দেখুন যে WP BackItUp কি পুনস্থাপন করতে পারছেনা । "
|
1300 |
|
1301 |
+
#: views/restore.php:304
|
1302 |
msgid ""
|
1303 |
"Warning 305: Unable to restore all plugins. Please review your restore logs to see what "
|
1304 |
+
"WPBackItUp was unable to restore"
|
1305 |
msgstr ""
|
1306 |
"বিপদসঙ্কেত 305: সমস্ত প্লাগিন পুনস্থাপন সম্ভব হচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs দেখুন যে WP "
|
1307 |
"BackItUp কি পুনস্থাপন করতে পারছেনা । "
|
1308 |
|
1309 |
+
#: views/restore.php:306
|
1310 |
msgid "Error 2001: Unable to prepare site for restore"
|
1311 |
msgstr "ত্রুটি 2001: সাইট পুনরুদ্ধার এর জন্য প্রস্তুত করা যাচ্ছেনা "
|
1312 |
|
1313 |
+
#: views/restore.php:307
|
1314 |
msgid "Error 2002: Unable to unzip backup"
|
1315 |
msgstr "ত্রুটি 2002: ব্যাকআপ unzip করা যাচ্ছেনা "
|
1316 |
|
1317 |
+
#: views/restore.php:308
|
1318 |
msgid "Error 2003: Unable to validate backup"
|
1319 |
msgstr "ত্রুটি 2003: ব্যাকআপ যাচাই করা যাচ্ছেনা "
|
1320 |
|
1321 |
+
#: views/restore.php:309
|
1322 |
msgid "Error 2004: Unable to create restore point"
|
1323 |
msgstr "ত্রুটি 2004: পুনরুদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
|
1324 |
|
1325 |
+
#: views/restore.php:310
|
1326 |
msgid "Error 2005: Unable to stage wp-content"
|
1327 |
msgstr "ত্রুটি 2005: wp-content পর্যায় করা যাচ্ছেনা ।"
|
1328 |
|
1329 |
+
#: views/restore.php:311
|
1330 |
msgid "Error 2006: Unable to restore content files"
|
1331 |
msgstr "ত্রুটি 2006: কন্টেন্ট ফাইলসমূহ পুনস্থাপন করা যাচ্ছেনা "
|
1332 |
|
1333 |
+
#: views/restore.php:312
|
1334 |
msgid "Error 2007: Unable to restore database"
|
1335 |
msgstr "ত্রুটি 2007: ডাটাবেস পুনস্থাপন করা যাচ্ছেনা "
|
1336 |
|
1337 |
+
#: views/restore.php:313
|
1338 |
msgid "Error 2999: Unexpected error encountered"
|
1339 |
msgstr "ত্রুটি 2999: অপ্রত্যাশিত ত্রুটি ঘটেছে "
|
1340 |
|
1341 |
+
#: views/restore.php:320
|
1342 |
msgid ""
|
1343 |
"Restore completed successfully. If you are prompted to login please do so with your "
|
1344 |
"current username and password"
|
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 |
"ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
|
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 "
|
1393 |
+
"server. Don't worry, we will always remove the oldest backup archives first."
|
1394 |
msgstr ""
|
1395 |
"আপনি তাদের সার্ভারে যে পরিমাণ জায়গা নেবেন অনেক হোস্ট তার পরিমাণ নিয়ন্ত্রিত করে দেয় । এই "
|
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 |
"এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা 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 "
|
1435 |
+
"setting off for you. Creating a single file backup set may not be possible with hosts "
|
1436 |
+
"that strictly limit memory utilization."
|
1437 |
+
msgstr ""
|
1438 |
+
"যখন এই সেটিং চালু থাকবে WPBackItUp একটি একক ফাইল ব্যাকআপ সেট তৈরি করার চেষ্টা করবে। যদি "
|
1439 |
+
"WPBackItUp একটি একক ফাইল ব্যাকআপ তৈরি করতে না পারে তাহলে এটি এই সেটিংস্ বন্ধ করে দেবে। যে "
|
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 "
|
1455 |
+
"used to help reduce the amount of time it takes WPBackItUp to complete each backup "
|
1456 |
"task ."
|
1457 |
msgstr ""
|
1458 |
+
"এই সেটিংগুলো একই সময়ে কতগুলো আইটেম ব্যাকআপে যোগ হবে তা WP BackItUp কে বলে দেয় । যদি আপনি "
|
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."
|
1486 |
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 |
"এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
|
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 |
"আনুন । \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."
|
1548 |
msgstr ""
|
1549 |
+
"WP BackItUp প্লাগিন মুছে ফেলার সময় আপনি যদি সম্পূর্ণরূপে তার সব তথ্য মুছে ফেলতে চান তাহলে এই "
|
1550 |
"বাক্সে টিক দিন । "
|
1551 |
|
1552 |
#: views/support.php:13
|
1569 |
#: views/support.php:47
|
1570 |
#, php-format
|
1571 |
msgid ""
|
1572 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" target=\"_blank"
|
1573 |
"\"> support portal.</a> before using this form."
|
1574 |
msgstr ""
|
1575 |
"এই ফরমটি ব্যবহারের পূর্বে দয়াকরে WP BackItUp <a href=\"%s\" target=\"_blank\">সমর্থন "
|
1576 |
+
"পোর্টালে</a> একটি সমর্থন টিকেট খোলা নিশ্চিত করুন । "
|
1577 |
|
1578 |
#: views/support.php:48
|
1579 |
msgid ""
|
1599 |
msgstr "পাঠান"
|
1600 |
|
1601 |
#: views/support.php:83
|
1602 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1603 |
+
msgstr "সমর্থন অ্যাক্সেস জন্য আপনার WP BackItUp সংস্করণ নিবন্ধন করুন."
|
1604 |
|
1605 |
#: views/support.php:87
|
1606 |
msgid "Premium customers receive priority support."
|
languages/wp-backitup-de_DE.mo
CHANGED
Binary file
|
languages/wp-backitup-de_DE.po
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
#
|
2 |
# Translators:
|
3 |
# Sascha Lewandowski <S.Lewandowski@it-lew.de>, 2015
|
4 |
-
# Stefan Apel <apel.s@sebakmt.com>, 2015
|
5 |
# WebSource <info@websource.li>, 2015
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
-
"Project-Id-Version:
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
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,199 +16,202 @@ 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.
|
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:
|
25 |
-
#: views/backup.php:
|
26 |
#: wp-backitup.php:110
|
27 |
msgid "Backup"
|
28 |
msgstr "Sichern"
|
29 |
|
30 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
31 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
32 |
#: wp-backitup.php:124
|
33 |
msgid "Restore"
|
34 |
msgstr "Wiederherstellen"
|
35 |
|
36 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
37 |
msgid "Support"
|
38 |
msgstr "Support"
|
39 |
|
40 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
41 |
msgid "Settings"
|
42 |
msgstr "Einstellungen"
|
43 |
|
44 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
45 |
msgid ""
|
46 |
"The backup you have selected exceeds what your host allows you to upload."
|
47 |
msgstr ""
|
48 |
"Das von Ihnen gewählte Backup übersteigt die von Ihrem Web-Host zum Upload "
|
49 |
"zugelassene Datenmenge."
|
50 |
|
51 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
52 |
-
#: views/backup.php:
|
53 |
-
#: views/backup.php:
|
54 |
-
#: views/backup.php:
|
55 |
msgid "Warning"
|
56 |
msgstr "Warnung"
|
57 |
|
58 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
59 |
-
#: views/backup.php:
|
60 |
msgid "Error"
|
61 |
msgstr "Fehler"
|
62 |
|
63 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
64 |
msgid "Response"
|
65 |
msgstr "Antwort"
|
66 |
|
67 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
68 |
-
#: views/backup.php:
|
69 |
msgid "Status"
|
70 |
msgstr "Status"
|
71 |
|
72 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
73 |
msgid "Download"
|
74 |
msgstr "Download"
|
75 |
|
76 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
77 |
#: views/restore.php:129
|
78 |
msgid "Delete"
|
79 |
msgstr "Löschen"
|
80 |
|
81 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
82 |
msgid "(JS997) Unexpected error"
|
83 |
msgstr "(JS997) Unerwarteter Fehler"
|
84 |
|
85 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
86 |
msgid "(JS998) Unexpected error"
|
87 |
msgstr "(JS998) Unerwarteter Fehler"
|
88 |
|
89 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
90 |
msgid "(JS999) An unexpected error has occurred"
|
91 |
msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
|
92 |
|
93 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
94 |
msgid "Scheduled has been saved."
|
95 |
msgstr "Zeitplan wurde gespeichert."
|
96 |
|
97 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
98 |
msgid "Scheduled was not saved."
|
99 |
msgstr "Zeitplan wurde nicht gespeichert."
|
100 |
|
101 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
102 |
msgid "Are you sure you want to restore your site?"
|
103 |
msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
|
104 |
|
105 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
106 |
msgid "Are you sure ?"
|
107 |
msgstr "Sind Sie sicher?"
|
108 |
|
109 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
110 |
msgid "This file cannot be delete!"
|
111 |
msgstr "Diese Datei kann nicht gelöscht werden!"
|
112 |
|
113 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
114 |
msgid "View Log"
|
115 |
msgstr "Logdatei anzeigen"
|
116 |
|
117 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
118 |
msgid "New Backup!"
|
119 |
msgstr "Neues Backup!"
|
120 |
|
121 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
122 |
msgid "Uploaded Backup"
|
123 |
msgstr "Hochgeladenes Backup"
|
124 |
|
125 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
126 |
msgid "Backup Queued"
|
127 |
msgstr "Geplantes Backup"
|
128 |
|
129 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
130 |
msgid "Backup could not be queued"
|
131 |
msgstr "Backup konnte nicht geplant werden"
|
132 |
|
133 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
134 |
msgid "Job is already in queue."
|
135 |
msgstr "Der Auftrag ist bereits in der Warteschlange."
|
136 |
|
137 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
138 |
msgid "No backup file selected."
|
139 |
msgstr "Keine Backup-Datei ausgewählt."
|
140 |
|
141 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
142 |
msgid "No user id found."
|
143 |
msgstr "Keine Nutzer-ID gefunden."
|
144 |
|
145 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
146 |
msgid "Restore Queued"
|
147 |
msgstr "Wiederherstellung geplant"
|
148 |
|
149 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
150 |
msgid "Restore could not be queued"
|
151 |
msgstr "Wiederherstellung konnte nicht geplant werden"
|
152 |
|
153 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
154 |
msgid "Restore already in queue"
|
155 |
msgstr "Wiederherstellung bereits geplant"
|
156 |
|
157 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
158 |
msgid "No job id posted"
|
159 |
msgstr "Keine Auftrags-ID gesendet"
|
160 |
|
161 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
162 |
msgid "Backup Cancelled"
|
163 |
msgstr "Backup abgebrochen"
|
164 |
|
165 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
166 |
msgid "Backup job not found"
|
167 |
msgstr "Backup-Auftrag nicht gefunden"
|
168 |
|
169 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
170 |
msgid "No response log found."
|
171 |
msgstr "Kein Antwortprotokoll gefunden."
|
172 |
|
173 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
174 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
175 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
178 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
179 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
180 |
msgid "Please enter a number"
|
181 |
msgstr "Bitte eine Nummer eingeben"
|
182 |
|
183 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
184 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
185 |
msgid "Please enter a valid email"
|
186 |
msgstr "Bitte eine gültige Email eingeben"
|
187 |
|
188 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
189 |
msgid "Please enter your support ticket id"
|
190 |
msgstr "Bitte ID des Support-Tickets eingeben"
|
191 |
|
192 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
197 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
198 |
msgid ""
|
199 |
"License could not be activated. Please try again in a few hours and contact "
|
200 |
"support if this error continues."
|
201 |
msgstr ""
|
|
|
|
|
|
|
202 |
|
203 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
204 |
msgid "License is invalid."
|
205 |
msgstr "Lizenz ist nicht gültig"
|
206 |
|
207 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
208 |
msgid "License has expired."
|
209 |
msgstr "Lizenz ist abgelaufen"
|
210 |
|
211 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
212 |
#, php-format
|
213 |
msgid ""
|
214 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -220,15 +223,15 @@ msgstr ""
|
|
220 |
"strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
|
221 |
"strong>."
|
222 |
|
223 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
224 |
msgid "License Expired: Scheduled backups are no longer active."
|
225 |
msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
|
226 |
|
227 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
228 |
msgid "Activation limit has been reached."
|
229 |
msgstr "Aktivierungs-Limit wurde erreicht"
|
230 |
|
231 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
232 |
msgid "Your Activation limit has been reached"
|
233 |
msgstr "Ihr Aktivierungs-Limit wurde erreicht"
|
234 |
|
@@ -236,7 +239,7 @@ msgstr "Ihr Aktivierungs-Limit wurde erreicht"
|
|
236 |
msgid "Invalid Nonce"
|
237 |
msgstr "Ungültige Nonce"
|
238 |
|
239 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
240 |
msgid "Upload directory is not writable, or does not exist."
|
241 |
msgstr ""
|
242 |
"In das Upload-Verzeichnis kann nicht geschrieben werden, oder es existiert "
|
@@ -251,17 +254,17 @@ msgstr "Fehler: %s"
|
|
251 |
msgid "File could not be uploaded"
|
252 |
msgstr "Datei konnte nicht hochgeladen werden"
|
253 |
|
254 |
-
#: lib/includes/handler_upload.php:
|
255 |
-
msgid "Upload does not appear to be a
|
256 |
msgstr ""
|
257 |
-
"Bei der Datei handelt es sich scheinbar nicht um eine
|
258 |
-
"Datei. "
|
259 |
|
260 |
-
#: lib/includes/handler_upload.php:
|
261 |
-
msgid "Could not import file into
|
262 |
-
msgstr "Datei konnte nicht in den
|
263 |
|
264 |
-
#: lib/includes/job_backup.php:
|
265 |
#, php-format
|
266 |
msgid ""
|
267 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -277,51 +280,51 @@ msgstr ""
|
|
277 |
"Lizenz für ein weiteres Jahr mit Produkt-Updates und Support durch unser "
|
278 |
"erstklassiges Kundendienstteam.<br/><br/>"
|
279 |
|
280 |
-
#: lib/includes/job_backup.php:
|
281 |
#, php-format
|
282 |
msgid "%s - Backup completed successfully."
|
283 |
msgstr "%s - Sicherung erfolgreich abgeschlossen."
|
284 |
|
285 |
-
#: lib/includes/job_backup.php:
|
286 |
msgid "Your backup completed successfully."
|
287 |
msgstr "Die Sicherung wurde erfolgreich abgeschlossen."
|
288 |
|
289 |
-
#: lib/includes/job_backup.php:
|
290 |
#, php-format
|
291 |
msgid "%s - Backup did not complete successfully."
|
292 |
msgstr "%s - Sicherung nicht erfolgreich abgeschlossen."
|
293 |
|
294 |
-
#: lib/includes/job_backup.php:
|
295 |
msgid "Your backup did not complete successfully."
|
296 |
msgstr "Die Sicherung wurde nicht erfolgreich abgeschlossen."
|
297 |
|
298 |
-
#: lib/includes/job_backup.php:
|
299 |
#, php-format
|
300 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
301 |
msgstr "WordPress-Seite: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
302 |
|
303 |
-
#: lib/includes/job_backup.php:
|
304 |
msgid "Backup date:"
|
305 |
msgstr "Sicherungs-Datum:"
|
306 |
|
307 |
-
#: lib/includes/job_backup.php:
|
308 |
-
msgid "Number of backups completed with
|
309 |
-
msgstr "Anzahl der Sicherungen, welche mit
|
310 |
|
311 |
-
#: lib/includes/job_backup.php:
|
312 |
msgid "Completion Code:"
|
313 |
msgstr "Komplettierungs-Code:"
|
314 |
|
315 |
-
#: lib/includes/job_backup.php:
|
316 |
-
msgid "
|
317 |
-
msgstr "
|
318 |
|
319 |
-
#: lib/includes/job_backup.php:
|
320 |
#, php-format
|
321 |
-
msgid "Checkout %s for info about
|
322 |
-
msgstr "Besuchen Sie %s für Infos über
|
323 |
|
324 |
-
#: lib/includes/job_backup.php:
|
325 |
msgid ""
|
326 |
"(101) Unable to create a new directory for backup. Please check your CHMOD "
|
327 |
"settings of your wp-backitup backup directory"
|
@@ -329,7 +332,7 @@ msgstr ""
|
|
329 |
"(101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
|
330 |
"prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
|
331 |
|
332 |
-
#: lib/includes/job_backup.php:
|
333 |
msgid ""
|
334 |
"(102) Cannot create backup directory. Please check the CHMOD settings of "
|
335 |
"your wp-backitup plugin directory"
|
@@ -337,42 +340,47 @@ msgstr ""
|
|
337 |
"(102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
|
338 |
"die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
|
339 |
|
340 |
-
#: lib/includes/job_backup.php:
|
341 |
msgid "(103) Unable to backup your files. Please try again"
|
342 |
msgstr "(103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
|
343 |
|
344 |
-
#: lib/includes/job_backup.php:
|
345 |
msgid "(104) Unable to export your database. Please try again"
|
346 |
msgstr ""
|
347 |
"(104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
|
348 |
|
349 |
-
#: lib/includes/job_backup.php:
|
350 |
msgid "(105) Unable to export site information file. Please try again"
|
351 |
msgstr ""
|
352 |
"(105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
|
353 |
"versuchen."
|
354 |
|
355 |
-
#: lib/includes/job_backup.php:
|
356 |
msgid "(106) Unable to cleanup your backup directory"
|
357 |
msgstr "(106) Sicherungs-Verzeichnis konnte nicht geleert werden."
|
358 |
|
359 |
-
#: lib/includes/job_backup.php:
|
360 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
361 |
msgstr ""
|
362 |
"(107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
|
363 |
|
364 |
-
#: lib/includes/job_backup.php:
|
365 |
msgid "(108) Unable to backup your site data files. Please try again"
|
366 |
msgstr ""
|
367 |
"(108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
|
368 |
"Bitte erneut versuchen."
|
369 |
|
370 |
-
#: lib/includes/job_backup.php:
|
371 |
msgid "(109) Unable to finalize backup. Please try again"
|
372 |
msgstr ""
|
373 |
"(109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
|
374 |
|
375 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
|
|
376 |
msgid ""
|
377 |
"(114) Your database was accessible but an export could not be created. "
|
378 |
"Please contact support by clicking the get support link on the right. Please "
|
@@ -383,25 +391,25 @@ msgstr ""
|
|
383 |
"auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
|
384 |
"und wann die Anfrage gesendet wurde."
|
385 |
|
386 |
-
#: lib/includes/job_backup.php:
|
387 |
msgid "(120) Unable to backup your themes. Please try again"
|
388 |
msgstr "(120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
|
389 |
|
390 |
-
#: lib/includes/job_backup.php:
|
391 |
msgid "(121) Unable to backup your plugins. Please try again"
|
392 |
msgstr "(121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
|
393 |
|
394 |
-
#: lib/includes/job_backup.php:
|
395 |
msgid "(122) Unable to backup your uploads. Please try again"
|
396 |
msgstr "(122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
|
397 |
|
398 |
-
#: lib/includes/job_backup.php:
|
399 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
400 |
msgstr ""
|
401 |
"(123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
|
402 |
"versuchen."
|
403 |
|
404 |
-
#: lib/includes/job_backup.php:
|
405 |
msgid ""
|
406 |
"(125) Unable to compress your backup because there is no zip utility "
|
407 |
"available. Please contact support"
|
@@ -409,23 +417,23 @@ msgstr ""
|
|
409 |
"(125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
|
410 |
"verfügbar ist"
|
411 |
|
412 |
-
#: lib/includes/job_backup.php:
|
413 |
msgid "(126) Unable to validate your backup. Please try again"
|
414 |
msgstr "(126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
|
415 |
|
416 |
-
#: lib/includes/job_backup.php:
|
417 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
418 |
msgstr ""
|
419 |
"(127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
|
420 |
"Bitte erneut versuchen."
|
421 |
|
422 |
-
#: lib/includes/job_backup.php:
|
423 |
msgid "(128) Unable to create job control record. Please try again"
|
424 |
msgstr ""
|
425 |
"(128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte erneut "
|
426 |
"versuchen."
|
427 |
|
428 |
-
#: lib/includes/job_backup.php:
|
429 |
msgid ""
|
430 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
431 |
"settings of your wp-backitup backup directory"
|
@@ -433,7 +441,7 @@ msgstr ""
|
|
433 |
"(2101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
|
434 |
"prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
|
435 |
|
436 |
-
#: lib/includes/job_backup.php:
|
437 |
msgid ""
|
438 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
439 |
"your wp-backitup plugin directory"
|
@@ -441,42 +449,47 @@ msgstr ""
|
|
441 |
"(2102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
|
442 |
"die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
|
443 |
|
444 |
-
#: lib/includes/job_backup.php:
|
445 |
msgid "(2103) Unable to backup your files. Please try again"
|
446 |
msgstr "(2103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
|
447 |
|
448 |
-
#: lib/includes/job_backup.php:
|
449 |
msgid "(2104) Unable to export your database. Please try again"
|
450 |
msgstr ""
|
451 |
"(2104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
|
452 |
|
453 |
-
#: lib/includes/job_backup.php:
|
454 |
msgid "(2105) Unable to export site information file. Please try again"
|
455 |
msgstr ""
|
456 |
"(2105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
|
457 |
"versuchen."
|
458 |
|
459 |
-
#: lib/includes/job_backup.php:
|
460 |
msgid "(2106) Unable to cleanup your backup directory"
|
461 |
msgstr "(2106) Sicherungs-Verzeichnis konnte nicht geleert werden."
|
462 |
|
463 |
-
#: lib/includes/job_backup.php:
|
464 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
465 |
msgstr ""
|
466 |
"(2107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
|
467 |
|
468 |
-
#: lib/includes/job_backup.php:
|
469 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
470 |
msgstr ""
|
471 |
"(2108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
|
472 |
"Bitte erneut versuchen."
|
473 |
|
474 |
-
#: lib/includes/job_backup.php:
|
475 |
msgid "(2109) Unable to finalize backup. Please try again"
|
476 |
msgstr ""
|
477 |
"(2109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
|
478 |
|
479 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
|
|
480 |
msgid ""
|
481 |
"(2114) Your database was accessible but an export could not be created. "
|
482 |
"Please contact support by clicking the get support link on the right. Please "
|
@@ -487,25 +500,25 @@ msgstr ""
|
|
487 |
"auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
|
488 |
"und wann die Anfrage gesendet wurde."
|
489 |
|
490 |
-
#: lib/includes/job_backup.php:
|
491 |
msgid "(2120) Unable to backup your themes. Please try again"
|
492 |
msgstr "(2120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
|
493 |
|
494 |
-
#: lib/includes/job_backup.php:
|
495 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
496 |
msgstr "(2121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
|
497 |
|
498 |
-
#: lib/includes/job_backup.php:
|
499 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
500 |
msgstr "(2122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
|
501 |
|
502 |
-
#: lib/includes/job_backup.php:
|
503 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
504 |
msgstr ""
|
505 |
"(2123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
|
506 |
"versuchen."
|
507 |
|
508 |
-
#: lib/includes/job_backup.php:
|
509 |
msgid ""
|
510 |
"(2125) Unable to compress your backup because there is no zip utility "
|
511 |
"available. Please contact support"
|
@@ -513,23 +526,23 @@ msgstr ""
|
|
513 |
"(2125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
|
514 |
"verfügbar ist"
|
515 |
|
516 |
-
#: lib/includes/job_backup.php:
|
517 |
msgid "(2126) Unable to validate your backup. Please try again"
|
518 |
msgstr "(2126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
|
519 |
|
520 |
-
#: lib/includes/job_backup.php:
|
521 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
522 |
msgstr ""
|
523 |
"(2127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
|
524 |
"Bitte erneut versuchen."
|
525 |
|
526 |
-
#: lib/includes/job_backup.php:
|
527 |
msgid "(2128) Unable to create job control record. Please try again"
|
528 |
msgstr ""
|
529 |
"(2128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte "
|
530 |
"erneut versuchen."
|
531 |
|
532 |
-
#: lib/includes/job_backup.php:
|
533 |
msgid "(999) Unexpected error"
|
534 |
msgstr "(999) Unerwarteter Fehler"
|
535 |
|
@@ -541,26 +554,26 @@ msgstr "(999) Unerwarteter Fehler"
|
|
541 |
msgid "%s Dashboard"
|
542 |
msgstr "%s Dashboard"
|
543 |
|
544 |
-
#: views/backup.php:
|
545 |
msgid "Dismiss"
|
546 |
msgstr "Verwerfen"
|
547 |
|
548 |
-
#: views/backup.php:
|
549 |
#, php-format
|
550 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
551 |
msgstr ""
|
552 |
"Das Sicherungs-Verzeichnis existiert nicht. Bitte kontaktieren Sie %s für "
|
553 |
"Hilfestellung."
|
554 |
|
555 |
-
#: views/backup.php:
|
556 |
msgid "support"
|
557 |
msgstr "Support"
|
558 |
|
559 |
-
#: views/backup.php:
|
560 |
msgid "Close"
|
561 |
msgstr "Schließen"
|
562 |
|
563 |
-
#: views/backup.php:
|
564 |
msgid ""
|
565 |
"Click the backup button to create a zipped backup file of this site's "
|
566 |
"database, plugins, themes and settings."
|
@@ -568,7 +581,7 @@ msgstr ""
|
|
568 |
"Auf Sicherung klicken, um Datenbank, Plugins, Themes und Einstellungen "
|
569 |
"dieser Seite in einer komprimierten Datei zu sichern."
|
570 |
|
571 |
-
#: views/backup.php:
|
572 |
msgid ""
|
573 |
"Once your backup file has been created it will appear in the available "
|
574 |
"backups section below. This file may remain on your hosting providers server "
|
@@ -579,38 +592,38 @@ msgstr ""
|
|
579 |
"Server Ihres Hosters liegen lassen. Wir empfehlen allerdings, die Datei "
|
580 |
"herunterzuladen und auch an einem anderen Ort zu speichern."
|
581 |
|
582 |
-
#: views/backup.php:
|
583 |
msgid ""
|
584 |
-
"
|
585 |
"automated restore of their site."
|
586 |
msgstr ""
|
587 |
-
"Premium-Kunden von
|
588 |
"eine automatische Wiederherstellung ihrer Seite durchzuführen."
|
589 |
|
590 |
-
#: views/backup.php:
|
591 |
msgid "Cancel"
|
592 |
msgstr "Abbrechen"
|
593 |
|
594 |
-
#: views/backup.php:
|
595 |
#, php-format
|
596 |
msgid ""
|
597 |
-
"
|
598 |
"their site. Please visit %s for manual restore instructions."
|
599 |
msgstr ""
|
600 |
-
"Nutzer der Lite-Version von
|
601 |
"verwenden, um eine manuelle Wiederherstellung ihrer Seite durchzuführen. "
|
602 |
"Eine Anleitung zur manuellen Wiederherstellung finden Sie unter %s."
|
603 |
|
604 |
-
#: views/backup.php:
|
605 |
msgid "Backup Schedule"
|
606 |
msgstr "Sicherungs-Zeitplan"
|
607 |
|
608 |
-
#: views/backup.php:
|
609 |
msgid "Select the days of the week you would like your backup to run."
|
610 |
msgstr ""
|
611 |
"Wählen Sie die Wochentage, an welchen ein Sicherung durchgeführt werden soll."
|
612 |
|
613 |
-
#: views/backup.php:
|
614 |
msgid ""
|
615 |
"Backup your site once per week or every day, it's up to you. If you have "
|
616 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -626,171 +639,175 @@ msgstr ""
|
|
626 |
"Hosters liegen lassen. Wir empfehlen allerdings, die Datei herunterzuladen "
|
627 |
"und auch an einem anderen Ort zu speichern."
|
628 |
|
629 |
-
#: views/backup.php:
|
630 |
msgid "Please make sure to schedule your backup for at least once per week."
|
631 |
msgstr "Bitte planen Sie mindestens eine Sicherung pro Woche."
|
632 |
|
633 |
-
#: views/backup.php:
|
634 |
msgid "Monday"
|
635 |
msgstr "Montag"
|
636 |
|
637 |
-
#: views/backup.php:
|
638 |
msgid "Tuesday"
|
639 |
msgstr "Dienstag"
|
640 |
|
641 |
-
#: views/backup.php:
|
642 |
msgid "Wednesday"
|
643 |
msgstr "Mittwoch"
|
644 |
|
645 |
-
#: views/backup.php:
|
646 |
msgid "Thursday"
|
647 |
msgstr "Donnerstag"
|
648 |
|
649 |
-
#: views/backup.php:
|
650 |
msgid "Friday"
|
651 |
msgstr "Freitag"
|
652 |
|
653 |
-
#: views/backup.php:
|
654 |
msgid "Saturday"
|
655 |
msgstr "Samstag"
|
656 |
|
657 |
-
#: views/backup.php:
|
658 |
msgid "Sunday"
|
659 |
msgstr "Sonntag"
|
660 |
|
661 |
-
#: views/backup.php:
|
662 |
msgid "Save Schedule"
|
663 |
msgstr "Zeitplan speichern"
|
664 |
|
665 |
-
#: views/backup.php:
|
666 |
#, php-format
|
667 |
msgid ""
|
668 |
-
"Scheduled backups are only available to
|
669 |
-
"Please visit %s to get
|
670 |
msgstr ""
|
671 |
-
"Geplante Sicherungen stehen nur Premium-Kunden von
|
672 |
-
"
|
673 |
-
"ausprobieren zu können."
|
674 |
|
675 |
-
#: views/backup.php:
|
676 |
msgid "Available Backups"
|
677 |
msgstr "Verfügbare Sicherungen"
|
678 |
|
679 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
680 |
msgid "Date"
|
681 |
msgstr "Datum"
|
682 |
|
683 |
-
#: views/backup.php:
|
684 |
msgid "Duration"
|
685 |
msgstr "Dauer"
|
686 |
|
687 |
-
#: views/backup.php:
|
688 |
msgid "Success"
|
689 |
msgstr "Erfolgreich"
|
690 |
|
691 |
-
#: views/backup.php:
|
692 |
msgid "Active"
|
693 |
msgstr "Aktiv"
|
694 |
|
695 |
-
#: views/backup.php:
|
696 |
msgid "No backup archives found."
|
697 |
msgstr "Keine Sicherungs-Archive gefunden."
|
698 |
|
699 |
-
#: views/backup.php:
|
700 |
#, php-format
|
701 |
msgid ""
|
702 |
-
"The automated restore feature is only available to
|
703 |
-
"customers. Please visit %s to get
|
704 |
msgstr ""
|
705 |
-
"
|
706 |
-
"
|
707 |
-
"risikofrei ausprobieren zu können."
|
708 |
|
709 |
-
#: views/backup.php:
|
710 |
msgid "Nothing to report"
|
711 |
msgstr "Nichts zu berichten"
|
712 |
|
713 |
-
#: views/backup.php:
|
714 |
msgid "Preparing for backup"
|
715 |
msgstr "Sicherung wird vorbereitet"
|
716 |
|
717 |
-
#: views/backup.php:
|
718 |
-
#: views/backup.php:
|
719 |
-
#: views/backup.php:
|
720 |
-
#: views/backup.php:
|
721 |
-
#: views/restore.php:
|
722 |
-
#: views/restore.php:
|
723 |
-
#: views/restore.php:
|
|
|
724 |
msgid "Done"
|
725 |
msgstr "Fertig"
|
726 |
|
727 |
-
#: views/backup.php:
|
728 |
-
#: views/backup.php:
|
729 |
-
#: views/backup.php:
|
730 |
-
#: views/backup.php:
|
731 |
-
#: views/restore.php:
|
732 |
-
#: views/restore.php:
|
733 |
-
#: views/restore.php:
|
|
|
734 |
msgid "Failed"
|
735 |
msgstr "Fehlgeschlagen"
|
736 |
|
737 |
-
#: views/backup.php:
|
738 |
msgid "Creating inventory of files to backup"
|
739 |
msgstr "Liste der zu sichernden Dateien wir erstellt"
|
740 |
|
741 |
-
#: views/backup.php:
|
742 |
msgid "Backing up database"
|
743 |
msgstr "Sichere die Datenbank"
|
744 |
|
745 |
-
#: views/backup.php:
|
746 |
msgid "Creating backup information file"
|
747 |
msgstr "Erstelle Datei mit Sicherungs-Informationen"
|
748 |
|
749 |
-
#: views/backup.php:
|
750 |
msgid "Backing up themes"
|
751 |
msgstr "Sichere Themes"
|
752 |
|
753 |
-
#: views/backup.php:
|
754 |
msgid "Backing up plugins"
|
755 |
msgstr "Sichere Plugins"
|
756 |
|
757 |
-
#: views/backup.php:
|
758 |
msgid "Backing up uploads"
|
759 |
msgstr "Sichere Uploads"
|
760 |
|
761 |
-
#: views/backup.php:
|
762 |
msgid "Backing up everything else"
|
763 |
msgstr "Sichere alle weiteren Daten"
|
764 |
|
765 |
-
#: views/backup.php:
|
766 |
msgid "Validating backup"
|
767 |
msgstr "Überprüfe Sicherung"
|
768 |
|
769 |
-
#: views/backup.php:
|
770 |
msgid "Finalizing backup"
|
771 |
msgstr "Schließe Sicherung ab"
|
772 |
|
773 |
-
#: views/backup.php:
|
774 |
msgid "Backup completed successfully"
|
775 |
msgstr "Sicherung erfolgreich abgeschlossen."
|
776 |
|
777 |
-
#: views/backup.php:
|
778 |
msgid "Backups"
|
779 |
msgstr "Sicherungen"
|
780 |
|
781 |
-
#: views/backup.php:
|
782 |
msgid "Version "
|
783 |
msgstr "Version"
|
784 |
|
785 |
-
#: views/backup.php:
|
786 |
-
msgid "Welcome to
|
787 |
-
msgstr "Willkommen bei
|
788 |
|
789 |
-
#: views/backup.php:
|
790 |
msgid "The simplest way to backup your WordPress site."
|
791 |
msgstr "Der einfachste Weg, um Ihre Wordpress-Seite zu sichern."
|
792 |
|
793 |
-
#: views/backup.php:
|
794 |
msgid ""
|
795 |
"Getting started is easy, just click the backup button on the left side of "
|
796 |
"this page."
|
@@ -798,7 +815,7 @@ msgstr ""
|
|
798 |
"Die ersten Schritte sind gar nicht schwer. Drücken Sie einfach den Sicherung-"
|
799 |
"Button links auf dieser Seite."
|
800 |
|
801 |
-
#: views/backup.php:
|
802 |
#, php-format
|
803 |
msgid ""
|
804 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
@@ -807,40 +824,40 @@ msgstr ""
|
|
807 |
"Glückwunsch! Sie haben <span style=\"font-weight:bold;font-size:medium;"
|
808 |
"color: green\">%s</span> erfolgreiche Sicherungen durchgeführt."
|
809 |
|
810 |
-
#: views/backup.php:
|
811 |
msgid "Tips"
|
812 |
msgstr "Tipps"
|
813 |
|
814 |
-
#: views/backup.php:
|
815 |
msgid "Backup your site at least once per week"
|
816 |
msgstr "Sichern Sie Ihre Seite mindestens einmal pro Woche."
|
817 |
|
818 |
-
#: views/backup.php:
|
819 |
msgid "Download all your backups and store them somewhere safe"
|
820 |
msgstr ""
|
821 |
"Laden Sie all Ihre Sicherungen herunter und speichern Sie sie an einem "
|
822 |
"sicheren Ort."
|
823 |
|
824 |
-
#: views/backup.php:
|
825 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
826 |
msgstr ""
|
827 |
"Prüfen Sie, ob Ihr Sicherungs-Dateien in Ordnung sind, indem Sie einen Blick "
|
828 |
"auf den Inhalt werfen."
|
829 |
|
830 |
-
#: views/backup.php:
|
831 |
#, php-format
|
832 |
msgid "Why not %s and schedule your backups!"
|
833 |
msgstr "Wie wäre es mit einem %s und geplanten Sicherungen!"
|
834 |
|
835 |
-
#: views/backup.php:
|
836 |
msgid "upgrade"
|
837 |
msgstr "Upgrade"
|
838 |
|
839 |
-
#: views/backup.php:
|
840 |
-
msgid "Register
|
841 |
-
msgstr "
|
842 |
|
843 |
-
#: views/backup.php:
|
844 |
msgid ""
|
845 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
846 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -853,82 +870,82 @@ msgstr ""
|
|
853 |
"<br />Geben Sie unten Ihren Lizenzschlüssel ein, um ihn für diese Seite zu "
|
854 |
"aktivieren."
|
855 |
|
856 |
-
#: views/backup.php:
|
857 |
msgid "name"
|
858 |
msgstr "Name"
|
859 |
|
860 |
-
#: views/backup.php:
|
861 |
msgid "email address"
|
862 |
msgstr "E-Mail-Adresse"
|
863 |
|
864 |
-
#: views/backup.php:
|
865 |
msgid "license key"
|
866 |
msgstr "Lizenzschlüssel"
|
867 |
|
868 |
-
#: views/backup.php:
|
869 |
#, php-format
|
870 |
msgid "%s"
|
871 |
msgstr "%s"
|
872 |
|
873 |
-
#: views/backup.php:
|
874 |
msgid "Free plugin customers do not need to enter license key."
|
875 |
msgstr ""
|
876 |
"Nutzer der kostenlosen Plugin-Version müssen keinen Lizenzschlüssel eingeben."
|
877 |
|
878 |
-
#: views/backup.php:
|
879 |
msgid "Register"
|
880 |
msgstr "Registrieren"
|
881 |
|
882 |
-
#: views/backup.php:
|
883 |
msgid "License Info"
|
884 |
msgstr "Lizenzinformation"
|
885 |
|
886 |
-
#: views/backup.php:
|
887 |
msgid "Name"
|
888 |
msgstr "Name"
|
889 |
|
890 |
-
#: views/backup.php:
|
891 |
msgid "Email"
|
892 |
msgstr "E-Mail"
|
893 |
|
894 |
-
#: views/backup.php:
|
895 |
msgid "License Type"
|
896 |
msgstr "Lizenztyp"
|
897 |
|
898 |
-
#: views/backup.php:
|
899 |
msgid "Expires"
|
900 |
msgstr "Läuft ab"
|
901 |
|
902 |
-
#: views/backup.php:
|
903 |
msgid "Enter license key to activate on this site."
|
904 |
msgstr "Lizenzschlüssel eingeben und für diese Seite aktivieren"
|
905 |
|
906 |
-
#: views/backup.php:
|
907 |
msgid "License Active"
|
908 |
msgstr "Lizenz aktiv"
|
909 |
|
910 |
-
#: views/backup.php:
|
911 |
msgid "License expired"
|
912 |
msgstr "Lizenz abgelaufen"
|
913 |
|
914 |
-
#: views/backup.php:
|
915 |
msgid "Update"
|
916 |
msgstr "Update"
|
917 |
|
918 |
-
#: views/backup.php:
|
919 |
msgid "Activate"
|
920 |
msgstr "Aktivieren"
|
921 |
|
922 |
-
#: views/backup.php:
|
923 |
#, php-format
|
924 |
msgid "Purchase a %s license using the purchase link above."
|
925 |
msgstr "Erwerben Sie über den obenstehenden Link einen %s Lizenzschlüssel."
|
926 |
|
927 |
-
#: views/backup.php:
|
928 |
msgid "no-risk"
|
929 |
msgstr "kein Risiko"
|
930 |
|
931 |
-
#: views/backup.php:
|
932 |
#, php-format
|
933 |
msgid ""
|
934 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -939,56 +956,42 @@ msgstr ""
|
|
939 |
"ein weiteres Jahr mit <strong>Produkt-Updates</strong> und Unterstützung "
|
940 |
"durch unseren <strong>erstklassigen Kundendienst</strong>."
|
941 |
|
942 |
-
#: views/backup.php:
|
943 |
msgid "Useful Links"
|
944 |
msgstr "Nützliche Links"
|
945 |
|
946 |
-
#: views/backup.php:
|
947 |
msgid "Getting Started Video"
|
948 |
-
msgstr ""
|
949 |
|
950 |
-
#: views/backup.php:
|
951 |
msgid "Your account"
|
952 |
msgstr "Dein Konto"
|
953 |
|
954 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
955 |
msgid "Documentation"
|
956 |
msgstr "Dokumentation"
|
957 |
|
958 |
-
#: views/backup.php:
|
959 |
msgid "Get support"
|
960 |
msgstr "Erhalte Support"
|
961 |
|
962 |
-
#: views/backup.php:
|
963 |
msgid "Feature request"
|
964 |
msgstr "Feature-Anfrage"
|
965 |
|
966 |
-
#: views/backup.php:
|
967 |
msgid "Language Translations"
|
968 |
msgstr "Übersetzungen"
|
969 |
|
970 |
-
#: views/backup.php:
|
971 |
msgid "Contact"
|
972 |
msgstr "Kontakt"
|
973 |
|
974 |
-
#: views/backup.php:626 views/backup.php:651
|
975 |
-
msgid "WP BackItUp Backup Set"
|
976 |
-
msgstr "WP BackItUp Sicherungs-Set"
|
977 |
-
|
978 |
-
#: views/backup.php:628
|
979 |
-
msgid ""
|
980 |
-
"Below are the archive files included in this backup set. Click the link to "
|
981 |
-
"download."
|
982 |
-
msgstr ""
|
983 |
-
"Unten stehen die Archiv-Dateien, welche in diesem Sicherungs-Set enthalten "
|
984 |
-
"sind. Zum Download anklicken."
|
985 |
-
|
986 |
-
#: views/backup.php:652
|
987 |
-
msgid "Please refresh this page to download your new backup files."
|
988 |
-
msgstr ""
|
989 |
-
"Bitte aktualisieren Sie die Seite, um Ihre neuen Sicherungs-Dateien "
|
990 |
-
"herunterzuladen."
|
991 |
-
|
992 |
#: views/restore.php:13
|
993 |
#, php-format
|
994 |
msgid "%s Restore"
|
@@ -1016,13 +1019,12 @@ msgstr ""
|
|
1016 |
#, php-format
|
1017 |
msgid ""
|
1018 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1019 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
1020 |
-
"
|
1021 |
msgstr ""
|
1022 |
-
"<p>* Die Funktion zur automatischen Wiederherstellung steht nur
|
1023 |
-
"Kunden
|
1024 |
-
"
|
1025 |
-
"können.</p>"
|
1026 |
|
1027 |
#: views/restore.php:177
|
1028 |
msgid "Upload"
|
@@ -1030,29 +1032,29 @@ msgstr "Upload"
|
|
1030 |
|
1031 |
#: views/restore.php:180
|
1032 |
msgid ""
|
1033 |
-
"Upload
|
1034 |
"backups."
|
1035 |
msgstr ""
|
1036 |
-
"Laden Sie
|
1037 |
-
"
|
1038 |
|
1039 |
#: views/restore.php:197
|
1040 |
-
msgid "
|
1041 |
-
msgstr "
|
1042 |
|
1043 |
#: views/restore.php:198
|
1044 |
-
msgid "Backup files may be uploaded into
|
1045 |
msgstr ""
|
1046 |
-
"Sicherungs-Dateien können über dieses Formular in
|
1047 |
"werden."
|
1048 |
|
1049 |
#: views/restore.php:198
|
1050 |
msgid ""
|
1051 |
-
"They may also be uploaded manually into the
|
1052 |
-
"
|
1053 |
-
"
|
1054 |
msgstr ""
|
1055 |
-
"Sie können auch manuell über FTP in das
|
1056 |
"wpbackitup_backups) hochgeladen werden. Nachdem alle Dateien hochgeladen "
|
1057 |
"wurden, Seite aktualisieren."
|
1058 |
|
@@ -1073,63 +1075,67 @@ msgstr ""
|
|
1073 |
"* Aktualisieren Sie die Seite nach Abschluss des Uploads, damit die neuen "
|
1074 |
"Sicherungen oben in der Liste der verfügbaren Sicherungen erscheinen."
|
1075 |
|
1076 |
-
#: views/restore.php:
|
1077 |
msgid "Preparing for restore"
|
1078 |
msgstr "Wiederherstellung wird vorbereitet"
|
1079 |
|
1080 |
-
#: views/restore.php:244
|
1081 |
-
msgid "Unzipping backup set"
|
1082 |
-
msgstr "Entpacke Sicherungs-Set"
|
1083 |
-
|
1084 |
#: views/restore.php:245
|
1085 |
-
msgid "
|
1086 |
-
msgstr "
|
1087 |
|
1088 |
#: views/restore.php:246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1089 |
msgid "Deactivating plugins"
|
1090 |
msgstr "Deaktiviere Plugins"
|
1091 |
|
1092 |
-
#: views/restore.php:
|
1093 |
msgid "Creating database restore point"
|
1094 |
msgstr "Erstelle Datenbank-Wiederherstellungspunkt"
|
1095 |
|
1096 |
-
#: views/restore.php:
|
1097 |
msgid "Staging content files"
|
1098 |
msgstr "Stelle Inhaltsdateien bereit"
|
1099 |
|
1100 |
-
#: views/restore.php:
|
1101 |
msgid "Restoring content files"
|
1102 |
msgstr "Stelle Inhaltsdateien wieder her"
|
1103 |
|
1104 |
-
#: views/restore.php:
|
1105 |
msgid "Restoring database"
|
1106 |
msgstr "Stelle Datenbank wieder her"
|
1107 |
|
1108 |
-
#: views/restore.php:
|
1109 |
msgid "Updating current user info"
|
1110 |
msgstr "Aktualisiere Benutzer-Informationen"
|
1111 |
|
1112 |
-
#: views/restore.php:
|
1113 |
msgid "Updating site URL"
|
1114 |
msgstr "Aktualisiere URL der Seite"
|
1115 |
|
1116 |
-
#: views/restore.php:
|
1117 |
msgid "Updating permalinks"
|
1118 |
msgstr "Aktualisiere Permanentlinks"
|
1119 |
|
1120 |
-
#: views/restore.php:
|
1121 |
msgid "Error 201: No file selected"
|
1122 |
msgstr "Fehler 201: Keine Datei ausgewählt"
|
1123 |
|
1124 |
-
#: views/restore.php:
|
1125 |
msgid "Error 202: Your file could not be uploaded"
|
1126 |
msgstr "Fehler 202: Datei konnte nicht hochgeladen werden"
|
1127 |
|
1128 |
-
#: views/restore.php:
|
1129 |
msgid "Error 203: Your backup could not be unzipped"
|
1130 |
msgstr "Fehler 203: Die Sicherung konnte nicht entpackt werden"
|
1131 |
|
1132 |
-
#: views/restore.php:
|
1133 |
msgid ""
|
1134 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1135 |
"valid backup"
|
@@ -1137,37 +1143,37 @@ msgstr ""
|
|
1137 |
"Fehler 204: Die Sicherung schein ungültig zu sein. Bitte stellen Sie sicher, "
|
1138 |
"dass Sie ein gültiges Sicherung ausgewählt haben."
|
1139 |
|
1140 |
-
#: views/restore.php:
|
1141 |
msgid "Error 205: Cannot create restore point"
|
1142 |
msgstr "Fehler 205: Wiederherstellungspunkt kann nicht erstellt werden"
|
1143 |
|
1144 |
-
#: views/restore.php:
|
1145 |
msgid "Error 206: Unable to connect to your database"
|
1146 |
msgstr ""
|
1147 |
"Fehler 206: Es kann keine Verbindung zu Ihrer Datenbank hergestellt werden"
|
1148 |
|
1149 |
-
#: views/restore.php:
|
1150 |
msgid ""
|
1151 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1152 |
msgstr ""
|
1153 |
"Fehler 207: URL der Seite konnte nicht aus Datenbank ausgelesen werden. "
|
1154 |
"Bitte erneut versuchen."
|
1155 |
|
1156 |
-
#: views/restore.php:
|
1157 |
msgid ""
|
1158 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1159 |
msgstr ""
|
1160 |
"Fehler 208: Aktuelle Haupt-URL konnte nicht aus Datenbank ausgelesen werden. "
|
1161 |
"Bitte erneut versuchen."
|
1162 |
|
1163 |
-
#: views/restore.php:
|
1164 |
msgid ""
|
1165 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1166 |
msgstr ""
|
1167 |
"Fehler 209: Aktuelle Benutzer-ID konnte nicht aus Datenbank ausgelesen "
|
1168 |
"werden. Bitte erneut versuchen."
|
1169 |
|
1170 |
-
#: views/restore.php:
|
1171 |
msgid ""
|
1172 |
"Error 210: Unable to get current user password from database. Please try "
|
1173 |
"again"
|
@@ -1175,14 +1181,14 @@ msgstr ""
|
|
1175 |
"Fehler 210: Aktuelle Benutzer-Passwort konnte nicht aus Datenbank ausgelesen "
|
1176 |
"werden. Bitte erneut versuchen."
|
1177 |
|
1178 |
-
#: views/restore.php:
|
1179 |
msgid ""
|
1180 |
"Error 211: Unable to get current user email from database. Please try again"
|
1181 |
msgstr ""
|
1182 |
"Fehler 211: Aktuelle Benutzer-Email konnte nicht aus Datenbank ausgelesen "
|
1183 |
"werden. Bitte erneut versuchen."
|
1184 |
|
1185 |
-
#: views/restore.php:
|
1186 |
msgid ""
|
1187 |
"Error 212: Unable to import your database. This may require importing the "
|
1188 |
"file manually"
|
@@ -1190,7 +1196,7 @@ msgstr ""
|
|
1190 |
"Fehler 212: Datenbank konnte nicht importiert werden. Die Datei muss "
|
1191 |
"wahrscheinlich manuell importiert werden."
|
1192 |
|
1193 |
-
#: views/restore.php:
|
1194 |
msgid ""
|
1195 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1196 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1200,7 +1206,7 @@ msgstr ""
|
|
1200 |
"prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
|
1201 |
"sicher, dass die URLs der Seite und von WordPress richtig sind."
|
1202 |
|
1203 |
-
#: views/restore.php:
|
1204 |
msgid ""
|
1205 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1206 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1210,7 +1216,7 @@ msgstr ""
|
|
1210 |
"prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
|
1211 |
"sicher, dass die URLs der Seite und von WordPress richtig sind."
|
1212 |
|
1213 |
-
#: views/restore.php:
|
1214 |
msgid ""
|
1215 |
"Warning 215: Unable to update your user information. This may require you to "
|
1216 |
"login with the admin username and password that was used when the backup was "
|
@@ -1220,17 +1226,17 @@ msgstr ""
|
|
1220 |
"müssen sich wahrscheinlich mit den Admin-Zugangsdaten einloggen, welche zum "
|
1221 |
"Zeitpunkt des Backups gültig waren."
|
1222 |
|
1223 |
-
#: views/restore.php:
|
1224 |
msgid "Error 216: Database not found in backup"
|
1225 |
msgstr "Fehler 216: Datenbank in der Sicherung nicht gefunden."
|
1226 |
|
1227 |
-
#: views/restore.php:
|
1228 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1229 |
msgstr ""
|
1230 |
"Warnung 217: Das existierende wp-content-Verzeichnis konnte nicht gelöscht "
|
1231 |
"werden"
|
1232 |
|
1233 |
-
#: views/restore.php:
|
1234 |
msgid ""
|
1235 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1236 |
"CHMOD settings in /wp-content/"
|
@@ -1238,19 +1244,19 @@ msgstr ""
|
|
1238 |
"Fehler 218: Neues wp-content-Verzeichnis konnte nicht angelegt werden. Bitte "
|
1239 |
"prüfen Sie die CHMOD-Einstellungen in /wp-content/."
|
1240 |
|
1241 |
-
#: views/restore.php:
|
1242 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1243 |
msgstr ""
|
1244 |
"Fehler 219: wp-content konnte nicht importiert werden. Bitte erneut "
|
1245 |
"versuchen."
|
1246 |
|
1247 |
-
#: views/restore.php:
|
1248 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1249 |
msgstr ""
|
1250 |
"Warnung 220: Import-Verzeichnis konnte nicht geleert werden. Keine Maßnahmen "
|
1251 |
"notwendig."
|
1252 |
|
1253 |
-
#: views/restore.php:
|
1254 |
#, php-format
|
1255 |
msgid ""
|
1256 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1264,23 +1270,23 @@ msgstr ""
|
|
1264 |
"Sie die <a href =\"%s\" target=\"_blank\" > FAQs</a> auf www.wpbackitup.com "
|
1265 |
"für weitere Infos."
|
1266 |
|
1267 |
-
#: views/restore.php:
|
1268 |
msgid "Error 222: Unable to create restore folder"
|
1269 |
msgstr "Fehler 222: Wiederherstellungsverzeichnis konnte nicht erstellt werden"
|
1270 |
|
1271 |
-
#: views/restore.php:
|
1272 |
msgid ""
|
1273 |
-
"Error 223: An error occurred during the restore.
|
1274 |
"restore the database to its previous state but were unsuccessful. Please "
|
1275 |
-
"contact
|
1276 |
"further restores"
|
1277 |
msgstr ""
|
1278 |
-
"Fehler 223: Während der Wiederherstellung ist ein Fehler aufgetreten.
|
1279 |
-
"
|
1280 |
-
"wiederherzustellen. Bitte kontaktieren Sie den Kundendienst von
|
1281 |
-
"und unternehmen Sie vorerst keine weiteren Versuche
|
1282 |
|
1283 |
-
#: views/restore.php:
|
1284 |
msgid ""
|
1285 |
"Error 224: An error occurred during the restore, however, we have "
|
1286 |
"successfully restored your database to the previous state"
|
@@ -1288,14 +1294,14 @@ msgstr ""
|
|
1288 |
"Fehler 224: Ein Fehler ist während der Wiederherstellung aufgetreten. Die "
|
1289 |
"Datenbank konnte allerdings trotzdem erfolgreich wiederhergestellt werden."
|
1290 |
|
1291 |
-
#: views/restore.php:
|
1292 |
msgid ""
|
1293 |
-
"Error 225: Restore option is only available to licensed
|
1294 |
msgstr ""
|
1295 |
"Fehler 225: Die Wiederherstellungs-Funktion steht nur lizensierten Benutzern "
|
1296 |
-
"von
|
1297 |
|
1298 |
-
#: views/restore.php:
|
1299 |
msgid ""
|
1300 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1301 |
"different version of WordPress"
|
@@ -1303,20 +1309,20 @@ msgstr ""
|
|
1303 |
"Fehler 226. Die Wiederherstellung kann nicht fortgesetzt werden, da Sie eine "
|
1304 |
"abweichende Version von WordPress verwenden."
|
1305 |
|
1306 |
-
#: views/restore.php:
|
1307 |
msgid ""
|
1308 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1309 |
-
"different version of
|
1310 |
-
"
|
1311 |
msgstr ""
|
1312 |
"Fehler 227. Die Wiederherstellung kann nicht fortgesetzt werden, da Ihre "
|
1313 |
-
"Sicherung mit einer abweichenden Version von
|
1314 |
-
"Bitte setzen Sie sich mit dem
|
1315 |
-
"
|
1316 |
|
1317 |
-
#: views/restore.php:
|
1318 |
msgid ""
|
1319 |
-
"Error 230:
|
1320 |
"restore. However, we were able to successfully revert the database back to "
|
1321 |
"its original state . This error may require importing the database manually"
|
1322 |
msgstr ""
|
@@ -1325,41 +1331,68 @@ msgstr ""
|
|
1325 |
"ursprünglichen Zustand zurückversetzen. Aufgrund dieses Fehlers ist ein "
|
1326 |
"manueller Import der Datenbank notwendig."
|
1327 |
|
1328 |
-
#: views/restore.php:
|
1329 |
msgid ""
|
1330 |
-
"Error 235:
|
1331 |
-
"
|
1332 |
msgstr ""
|
1333 |
-
"Fehler 235:
|
1334 |
"verfügbar ist. Bitte setzen Sie sich mit dem Kundendienst in Verbindung."
|
1335 |
|
1336 |
-
#: views/restore.php:
|
1337 |
msgid ""
|
1338 |
-
"Error 250:
|
1339 |
"running. Please wait for the backup to complete and then try again"
|
1340 |
msgstr ""
|
1341 |
-
"Fehler 250:
|
1342 |
"eine Sicherung läuft. Bitte warten Sie, bis die Sicherung abgeschlossen "
|
1343 |
"wurde und versuchen Sie es dann erneut."
|
1344 |
|
1345 |
-
#: views/restore.php:
|
1346 |
msgid ""
|
1347 |
-
"Error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1348 |
"manifest is empty"
|
1349 |
msgstr ""
|
1350 |
-
"Fehler 251:
|
1351 |
-
"
|
1352 |
|
1353 |
-
#: views/restore.php:
|
1354 |
msgid ""
|
1355 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1356 |
"make sure to upload all zip files that were part of this backup"
|
1357 |
msgstr ""
|
1358 |
-
"Fehler 252: Mindestens eine ZIP-Datei fehlt in Ihrem
|
1359 |
"stellen Sie sicher, dass alle zu dieser Sicherung gehörenden Dateien "
|
1360 |
"hochgeladen wurden."
|
1361 |
|
1362 |
-
#: views/restore.php:
|
1363 |
msgid ""
|
1364 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1365 |
"Please make sure to upload only zip files that were part of this backup"
|
@@ -1368,78 +1401,78 @@ msgstr ""
|
|
1368 |
"steht. Bitte stellen Sie sicher, dass nur die zu dieser Sicherung gehörenden "
|
1369 |
"Dateien hochgeladen wurden."
|
1370 |
|
1371 |
-
#: views/restore.php:
|
1372 |
msgid ""
|
1373 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1374 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1375 |
"set again and attempt the restore one more time. "
|
1376 |
msgstr ""
|
1377 |
-
"Fehler 254: Eine der ZIP-Dateien in diesem
|
1378 |
"Manifest abweichende Größe und ist wahrscheinlich beschädigt. Bitte laden "
|
1379 |
"Sie alle ZIP-Dateien des Sets nochmal hoch und führen Sie die "
|
1380 |
"Wiederherstellung erneut aus."
|
1381 |
|
1382 |
-
#: views/restore.php:
|
1383 |
msgid ""
|
1384 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1385 |
"upload all zip files that were part of this backup"
|
1386 |
msgstr ""
|
1387 |
-
"Fehler 255:
|
1388 |
"sicher, dass wirklich alle zu diesem Set gehörenden ZIP-Dateien hochgeladen "
|
1389 |
"wurden."
|
1390 |
|
1391 |
-
#: views/restore.php:
|
1392 |
msgid ""
|
1393 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1394 |
-
"restore logs to see what
|
1395 |
msgstr ""
|
1396 |
"Warnung 300: WordPress-Inhalt konnte nicht wiederhergestellt werden. Bitte "
|
1397 |
"schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
|
1398 |
"nicht wiederhergestellt werden konnte."
|
1399 |
|
1400 |
-
#: views/restore.php:
|
1401 |
msgid ""
|
1402 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1403 |
-
"to see what
|
1404 |
msgstr ""
|
1405 |
"Warnung 305: Es konnten nicht alle Plugins wiederhergestellt werden. Bitte "
|
1406 |
"schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
|
1407 |
"nicht wiederhergestellt werden konnte."
|
1408 |
|
1409 |
-
#: views/restore.php:
|
1410 |
msgid "Error 2001: Unable to prepare site for restore"
|
1411 |
msgstr ""
|
1412 |
"Fehler 2001: Seite konnte nicht für Wiederherstellung vorbereitet werden"
|
1413 |
|
1414 |
-
#: views/restore.php:
|
1415 |
msgid "Error 2002: Unable to unzip backup"
|
1416 |
msgstr "Fehler 2002: Sicherung konnte nicht entpackt werden"
|
1417 |
|
1418 |
-
#: views/restore.php:
|
1419 |
msgid "Error 2003: Unable to validate backup"
|
1420 |
msgstr "Fehler 2003: Sicherung konnte nicht geprüft werden"
|
1421 |
|
1422 |
-
#: views/restore.php:
|
1423 |
msgid "Error 2004: Unable to create restore point"
|
1424 |
msgstr "Fehler 2004: Wiederherstellungspunkt kann nicht erstellt werden"
|
1425 |
|
1426 |
-
#: views/restore.php:
|
1427 |
msgid "Error 2005: Unable to stage wp-content"
|
1428 |
msgstr "Fehler 2005: wp-content konnte nicht bereitgestellt werden"
|
1429 |
|
1430 |
-
#: views/restore.php:
|
1431 |
msgid "Error 2006: Unable to restore content files"
|
1432 |
msgstr "Fehler 2006: Inhaltsdateien konnten nicht wiederhergestellt werden"
|
1433 |
|
1434 |
-
#: views/restore.php:
|
1435 |
msgid "Error 2007: Unable to restore database"
|
1436 |
msgstr "Fehler 2007: Datenbank konnte nicht wiederhergestellt werden"
|
1437 |
|
1438 |
-
#: views/restore.php:
|
1439 |
msgid "Error 2999: Unexpected error encountered"
|
1440 |
msgstr "Fehler 2999: Unerwarteter Fehler aufgetreten"
|
1441 |
|
1442 |
-
#: views/restore.php:
|
1443 |
msgid ""
|
1444 |
"Restore completed successfully. If you are prompted to login please do so "
|
1445 |
"with your current username and password"
|
@@ -1453,15 +1486,15 @@ msgstr ""
|
|
1453 |
msgid "%s Settings"
|
1454 |
msgstr "%s Einstellungen"
|
1455 |
|
1456 |
-
#: views/settings.php:
|
1457 |
msgid "Settings updated successfully!"
|
1458 |
msgstr "Einstellungen erfolgreich aktualisiert!"
|
1459 |
|
1460 |
-
#: views/settings.php:
|
1461 |
msgid "Email Notifications"
|
1462 |
msgstr "Email-Benachrichtigungen"
|
1463 |
|
1464 |
-
#: views/settings.php:
|
1465 |
msgid ""
|
1466 |
"Please enter your email address if you would like to receive backup email "
|
1467 |
"notifications."
|
@@ -1469,7 +1502,7 @@ msgstr ""
|
|
1469 |
"Bitte geben Sie Ihre Email-Adresse ein, wenn Sie per Email über Sicherungen "
|
1470 |
"benachrichtigt werden wollen."
|
1471 |
|
1472 |
-
#: views/settings.php:
|
1473 |
msgid ""
|
1474 |
"Backup email notifications will be sent for every backup and will contain "
|
1475 |
"status information related to the backup."
|
@@ -1477,17 +1510,17 @@ msgstr ""
|
|
1477 |
"Email-Benachrichtigungen werden zu jeder Sicherung versandt und enthalten "
|
1478 |
"Status-Informationen zu dieser Sicherung."
|
1479 |
|
1480 |
-
#: views/settings.php:
|
1481 |
-
#: views/settings.php:
|
1482 |
-
#: views/settings.php:
|
1483 |
msgid "Save"
|
1484 |
msgstr "Speichern"
|
1485 |
|
1486 |
-
#: views/settings.php:
|
1487 |
msgid "Backup Retention"
|
1488 |
msgstr "Sicherung-Aufbewahrung"
|
1489 |
|
1490 |
-
#: views/settings.php:
|
1491 |
msgid ""
|
1492 |
"Enter the number of backup archives that you would like to remain on the "
|
1493 |
"server."
|
@@ -1495,28 +1528,28 @@ msgstr ""
|
|
1495 |
"Geben Sie die Anzahl der Sicherungen ein, welche auf dem Server verbleiben "
|
1496 |
"sollen."
|
1497 |
|
1498 |
-
#: views/settings.php:
|
1499 |
msgid ""
|
1500 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1501 |
-
"This option tells
|
1502 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1503 |
"oldest backup archives first."
|
1504 |
msgstr ""
|
1505 |
"Viele Hoster begrenzen den Webspace, welcher Ihnen auf dem Server zur "
|
1506 |
"Verfügung steht. Mit dieser Option können Sie festlegen, wie viele "
|
1507 |
-
"Sicherungs-Archive
|
1508 |
"keine Angst: es werden immer die jeweils ältesten Sicherungen zuerst "
|
1509 |
"gelöscht."
|
1510 |
|
1511 |
-
#: views/settings.php:
|
1512 |
-
msgid "
|
1513 |
-
msgstr "Protokollierung
|
1514 |
|
1515 |
-
#: views/settings.php:
|
1516 |
-
msgid "Turn on
|
1517 |
-
msgstr "
|
1518 |
|
1519 |
-
#: views/settings.php:
|
1520 |
msgid ""
|
1521 |
"This option should only be turned on by advanced users or when "
|
1522 |
"troubleshooting issues with WPBackItUp support."
|
@@ -1524,68 +1557,92 @@ msgstr ""
|
|
1524 |
"Diese Option sollte nur von erfahrenen Nutzern eingeschaltet werden, oder "
|
1525 |
"wenn gemeinsam mit dem WPBackItUp-Kundendienst nach Problemen gesucht wird."
|
1526 |
|
1527 |
-
#: views/settings.php:
|
1528 |
msgid "Yes"
|
1529 |
msgstr "Ja"
|
1530 |
|
1531 |
-
#: views/settings.php:
|
1532 |
msgid "No"
|
1533 |
msgstr "Nein"
|
1534 |
|
1535 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1536 |
msgid "Batch Size"
|
1537 |
msgstr "Batch-Größe"
|
1538 |
|
1539 |
-
#: views/settings.php:
|
1540 |
msgid "Enter the batch size for each of your content items."
|
1541 |
msgstr "Geben Sie die Batch-Größe für jedes Ihrer Inhaltselemente ein."
|
1542 |
|
1543 |
-
#: views/settings.php:
|
1544 |
msgid ""
|
1545 |
-
"These settings tell
|
1546 |
"backup at a time. If you experience timeouts while running a backup then "
|
1547 |
-
"these settings can be used to help reduce the amount of time it takes
|
1548 |
-
"
|
1549 |
msgstr ""
|
1550 |
-
"Diese Einstellung teilt
|
1551 |
"zur Sicherung hinzufügen soll. Wenn während der Sicherung "
|
1552 |
"Zeitüberschreitungen auftreten sollten, dann können Sie mit dieser "
|
1553 |
"Einstellung die für die einzelnen Sicherungsaufgaben erforderliche Zeit "
|
1554 |
"verringern."
|
1555 |
|
1556 |
-
#: views/settings.php:
|
1557 |
msgid "DB Tables Batch Size"
|
1558 |
msgstr "Batch-Größe der DB-Tabellen"
|
1559 |
|
1560 |
-
#: views/settings.php:
|
1561 |
msgid "Plugins Batch Size"
|
1562 |
msgstr "Batch-Größe Plugins"
|
1563 |
|
1564 |
-
#: views/settings.php:
|
1565 |
msgid "Themes Batch Size"
|
1566 |
msgstr "Batch-Größe Themes"
|
1567 |
|
1568 |
-
#: views/settings.php:
|
1569 |
msgid "Uploads Batch Size"
|
1570 |
msgstr "Batch-Größe Uploads"
|
1571 |
|
1572 |
-
#: views/settings.php:
|
1573 |
msgid "Others Batch Size"
|
1574 |
msgstr "Batch-Größe Sonstiges"
|
1575 |
|
1576 |
-
#: views/settings.php:
|
1577 |
msgid ""
|
1578 |
"* These settings should only be modified by advanced users or when when "
|
1579 |
-
"working with
|
1580 |
msgstr ""
|
1581 |
"* Diese Einstellung sollte nur durch erfahrene Nutzer oder auf Anweisung des "
|
1582 |
-
"
|
1583 |
|
1584 |
-
#: views/settings.php:
|
1585 |
msgid "Filter Your Folders"
|
1586 |
msgstr "Filtern Sie Ihre Verzeichnisse"
|
1587 |
|
1588 |
-
#: views/settings.php:
|
1589 |
msgid ""
|
1590 |
"Enter a comma separated list of folders that should be excluded from your "
|
1591 |
"backups."
|
@@ -1593,7 +1650,7 @@ msgstr ""
|
|
1593 |
"Geben Sie die Liste der Verzeichnisses ein (getrennt durch Komma), welche "
|
1594 |
"von der Sicherung ausgeschlossen werden sollen."
|
1595 |
|
1596 |
-
#: views/settings.php:
|
1597 |
msgid ""
|
1598 |
"It is important to note that when a folder name is present in this list any "
|
1599 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
@@ -1602,31 +1659,31 @@ msgstr ""
|
|
1602 |
"Bedenken Sie, dass alle Verzeichnisse mit diesem Namen und auch der gesamte "
|
1603 |
"Inhalt der Verzeichnisse von der Sicherung ausgeschlossen werden."
|
1604 |
|
1605 |
-
#: views/settings.php:
|
1606 |
msgid "Plugin Folders Filter"
|
1607 |
msgstr "Filter für Plugin-Verzeichnisse"
|
1608 |
|
1609 |
-
#: views/settings.php:
|
1610 |
msgid "Theme Folders Filter"
|
1611 |
msgstr "Filter für Themes-Verzeichnisse"
|
1612 |
|
1613 |
-
#: views/settings.php:
|
1614 |
msgid "Upload Folders Filter"
|
1615 |
msgstr "Filter für Upload-Verzeichnisse"
|
1616 |
|
1617 |
-
#: views/settings.php:
|
1618 |
msgid "Other Folders Filter"
|
1619 |
msgstr "Filter für sonstige Verzeichnisse"
|
1620 |
|
1621 |
-
#: views/settings.php:
|
1622 |
msgid "Filter Your Database Tables"
|
1623 |
msgstr "Filtern Sie Ihre Datenbank-Tabellen"
|
1624 |
|
1625 |
-
#: views/settings.php:
|
1626 |
msgid "Exclude custom database tables from the backup."
|
1627 |
msgstr "Datenbank-Tabellen von der Sicherung ausschließen"
|
1628 |
|
1629 |
-
#: views/settings.php:
|
1630 |
msgid ""
|
1631 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1632 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
@@ -1636,17 +1693,17 @@ msgstr ""
|
|
1636 |
"ziehen Sie sie einfach in die Liste auf der rechten Seite. Elementare "
|
1637 |
"Tabellen von Wordpress sollten nicht von der Sicherung ausgeschlossen werden."
|
1638 |
|
1639 |
-
#: views/settings.php:
|
1640 |
msgid "Remove Data on Uninstall?"
|
1641 |
msgstr "Sämtliche Daten bei einer Deinstallation löschen?"
|
1642 |
|
1643 |
-
#: views/settings.php:
|
1644 |
msgid ""
|
1645 |
-
"Check this box if you would like
|
1646 |
"data when the plugin is deleted."
|
1647 |
msgstr ""
|
1648 |
-
"Aktivieren Sie diese Checkbox, wenn beim Löschen des
|
1649 |
-
"
|
1650 |
|
1651 |
#: views/support.php:13
|
1652 |
#, php-format
|
@@ -1670,10 +1727,10 @@ msgstr ""
|
|
1670 |
#: views/support.php:47
|
1671 |
#, php-format
|
1672 |
msgid ""
|
1673 |
-
"Please make sure to open a support ticket via
|
1674 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1675 |
msgstr ""
|
1676 |
-
"Bitte erstellen Sie ein Support-Ticket im
|
1677 |
"\"_blank\">Support-Portal</a>, bevor Sie dieses Formular verwenden."
|
1678 |
|
1679 |
#: views/support.php:48
|
@@ -1701,9 +1758,9 @@ msgid "Send"
|
|
1701 |
msgstr "Senden"
|
1702 |
|
1703 |
#: views/support.php:83
|
1704 |
-
msgid "Please register your version of
|
1705 |
msgstr ""
|
1706 |
-
"Bitte registrieren Sie Ihre Version von
|
1707 |
"Anspruch nehmen zu können."
|
1708 |
|
1709 |
#: views/support.php:87
|
1 |
#
|
2 |
# Translators:
|
3 |
# Sascha Lewandowski <S.Lewandowski@it-lew.de>, 2015
|
4 |
+
# Stefan Apel <apel.s@sebakmt.com>, 2015-2016
|
5 |
# WebSource <info@websource.li>, 2015
|
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 |
"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 |
|
36 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
37 |
msgid "Support"
|
38 |
msgstr "Support"
|
39 |
|
40 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
41 |
msgid "Settings"
|
42 |
msgstr "Einstellungen"
|
43 |
|
44 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
45 |
msgid ""
|
46 |
"The backup you have selected exceeds what your host allows you to upload."
|
47 |
msgstr ""
|
48 |
"Das von Ihnen gewählte Backup übersteigt die von Ihrem Web-Host zum Upload "
|
49 |
"zugelassene Datenmenge."
|
50 |
|
51 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
52 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
53 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
54 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
55 |
msgid "Warning"
|
56 |
msgstr "Warnung"
|
57 |
|
58 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
59 |
+
#: views/backup.php:376
|
60 |
msgid "Error"
|
61 |
msgstr "Fehler"
|
62 |
|
63 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
64 |
msgid "Response"
|
65 |
msgstr "Antwort"
|
66 |
|
67 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
68 |
+
#: views/backup.php:430 views/restore.php:230
|
69 |
msgid "Status"
|
70 |
msgstr "Status"
|
71 |
|
72 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
73 |
msgid "Download"
|
74 |
msgstr "Download"
|
75 |
|
76 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
77 |
#: views/restore.php:129
|
78 |
msgid "Delete"
|
79 |
msgstr "Löschen"
|
80 |
|
81 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
82 |
msgid "(JS997) Unexpected error"
|
83 |
msgstr "(JS997) Unerwarteter Fehler"
|
84 |
|
85 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
86 |
msgid "(JS998) Unexpected error"
|
87 |
msgstr "(JS998) Unerwarteter Fehler"
|
88 |
|
89 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
90 |
msgid "(JS999) An unexpected error has occurred"
|
91 |
msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
|
92 |
|
93 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
94 |
msgid "Scheduled has been saved."
|
95 |
msgstr "Zeitplan wurde gespeichert."
|
96 |
|
97 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
98 |
msgid "Scheduled was not saved."
|
99 |
msgstr "Zeitplan wurde nicht gespeichert."
|
100 |
|
101 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
102 |
msgid "Are you sure you want to restore your site?"
|
103 |
msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
|
104 |
|
105 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
106 |
msgid "Are you sure ?"
|
107 |
msgstr "Sind Sie sicher?"
|
108 |
|
109 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
110 |
msgid "This file cannot be delete!"
|
111 |
msgstr "Diese Datei kann nicht gelöscht werden!"
|
112 |
|
113 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
114 |
msgid "View Log"
|
115 |
msgstr "Logdatei anzeigen"
|
116 |
|
117 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
118 |
msgid "New Backup!"
|
119 |
msgstr "Neues Backup!"
|
120 |
|
121 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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."
|
201 |
msgstr ""
|
202 |
+
"Lizenz konnte nicht aktiviert werden. Bitte versuchen Sie es in einigen "
|
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 |
"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 |
|
239 |
msgid "Invalid Nonce"
|
240 |
msgstr "Ungültige Nonce"
|
241 |
|
242 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
243 |
msgid "Upload directory is not writable, or does not exist."
|
244 |
msgstr ""
|
245 |
"In das Upload-Verzeichnis kann nicht geschrieben werden, oder es existiert "
|
254 |
msgid "File could not be uploaded"
|
255 |
msgstr "Datei konnte nicht hochgeladen werden"
|
256 |
|
257 |
+
#: lib/includes/handler_upload.php:146
|
258 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
259 |
msgstr ""
|
260 |
+
"Bei der hochgeladenen Datei handelt es sich scheinbar nicht um eine "
|
261 |
+
"WPBackItUp Backup-Datei. "
|
262 |
|
263 |
+
#: lib/includes/handler_upload.php:166
|
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 |
"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 |
"(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 |
"(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 |
"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 |
"(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 |
"(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 |
"(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 |
"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 |
"(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 |
|
554 |
msgid "%s Dashboard"
|
555 |
msgstr "%s Dashboard"
|
556 |
|
557 |
+
#: views/backup.php:242
|
558 |
msgid "Dismiss"
|
559 |
msgstr "Verwerfen"
|
560 |
|
561 |
+
#: views/backup.php:254
|
562 |
#, php-format
|
563 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
564 |
msgstr ""
|
565 |
"Das Sicherungs-Verzeichnis existiert nicht. Bitte kontaktieren Sie %s für "
|
566 |
"Hilfestellung."
|
567 |
|
568 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
569 |
msgid "support"
|
570 |
msgstr "Support"
|
571 |
|
572 |
+
#: views/backup.php:257 views/backup.php:263
|
573 |
msgid "Close"
|
574 |
msgstr "Schließen"
|
575 |
|
576 |
+
#: views/backup.php:278
|
577 |
msgid ""
|
578 |
"Click the backup button to create a zipped backup file of this site's "
|
579 |
"database, plugins, themes and settings."
|
581 |
"Auf Sicherung klicken, um Datenbank, Plugins, Themes und Einstellungen "
|
582 |
"dieser Seite in einer komprimierten Datei zu sichern."
|
583 |
|
584 |
+
#: views/backup.php:279
|
585 |
msgid ""
|
586 |
"Once your backup file has been created it will appear in the available "
|
587 |
"backups section below. This file may remain on your hosting providers server "
|
592 |
"Server Ihres Hosters liegen lassen. Wir empfehlen allerdings, die Datei "
|
593 |
"herunterzuladen und auch an einem anderen Ort zu speichern."
|
594 |
|
595 |
+
#: views/backup.php:280
|
596 |
msgid ""
|
597 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
598 |
"automated restore of their site."
|
599 |
msgstr ""
|
600 |
+
"Premium-Kunden von WPBackItUp können diese Sicherungs-Dateien verwenden, um "
|
601 |
"eine automatische Wiederherstellung ihrer Seite durchzuführen."
|
602 |
|
603 |
+
#: views/backup.php:284
|
604 |
msgid "Cancel"
|
605 |
msgstr "Abbrechen"
|
606 |
|
607 |
+
#: views/backup.php:291
|
608 |
#, php-format
|
609 |
msgid ""
|
610 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
611 |
"their site. Please visit %s for manual restore instructions."
|
612 |
msgstr ""
|
613 |
+
"Nutzer der Lite-Version von WPBackItUp können diese Sicherungs-Dateien "
|
614 |
"verwenden, um eine manuelle Wiederherstellung ihrer Seite durchzuführen. "
|
615 |
"Eine Anleitung zur manuellen Wiederherstellung finden Sie unter %s."
|
616 |
|
617 |
+
#: views/backup.php:298
|
618 |
msgid "Backup Schedule"
|
619 |
msgstr "Sicherungs-Zeitplan"
|
620 |
|
621 |
+
#: views/backup.php:300
|
622 |
msgid "Select the days of the week you would like your backup to run."
|
623 |
msgstr ""
|
624 |
"Wählen Sie die Wochentage, an welchen ein Sicherung durchgeführt werden soll."
|
625 |
|
626 |
+
#: views/backup.php:302
|
627 |
msgid ""
|
628 |
"Backup your site once per week or every day, it's up to you. If you have "
|
629 |
"email notifications turned on we'll even send you an email when it's done. "
|
639 |
"Hosters liegen lassen. Wir empfehlen allerdings, die Datei herunterzuladen "
|
640 |
"und auch an einem anderen Ort zu speichern."
|
641 |
|
642 |
+
#: views/backup.php:304
|
643 |
msgid "Please make sure to schedule your backup for at least once per week."
|
644 |
msgstr "Bitte planen Sie mindestens eine Sicherung pro Woche."
|
645 |
|
646 |
+
#: views/backup.php:308
|
647 |
msgid "Monday"
|
648 |
msgstr "Montag"
|
649 |
|
650 |
+
#: views/backup.php:309
|
651 |
msgid "Tuesday"
|
652 |
msgstr "Dienstag"
|
653 |
|
654 |
+
#: views/backup.php:310
|
655 |
msgid "Wednesday"
|
656 |
msgstr "Mittwoch"
|
657 |
|
658 |
+
#: views/backup.php:311
|
659 |
msgid "Thursday"
|
660 |
msgstr "Donnerstag"
|
661 |
|
662 |
+
#: views/backup.php:312
|
663 |
msgid "Friday"
|
664 |
msgstr "Freitag"
|
665 |
|
666 |
+
#: views/backup.php:313
|
667 |
msgid "Saturday"
|
668 |
msgstr "Samstag"
|
669 |
|
670 |
+
#: views/backup.php:314
|
671 |
msgid "Sunday"
|
672 |
msgstr "Sonntag"
|
673 |
|
674 |
+
#: views/backup.php:317
|
675 |
msgid "Save Schedule"
|
676 |
msgstr "Zeitplan speichern"
|
677 |
|
678 |
+
#: views/backup.php:322
|
679 |
#, php-format
|
680 |
msgid ""
|
681 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
682 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
683 |
msgstr ""
|
684 |
+
"Geplante Sicherungen stehen nur Premium-Kunden von WPBackItUp zur Verfügung. "
|
685 |
+
"Besuchen Sie %s, um WPBackItUp für 30 Tage risikofrei ausprobieren zu können."
|
|
|
686 |
|
687 |
+
#: views/backup.php:329 views/restore.php:95
|
688 |
msgid "Available Backups"
|
689 |
msgstr "Verfügbare Sicherungen"
|
690 |
|
691 |
+
#: views/backup.php:349
|
692 |
+
msgid "Type"
|
693 |
+
msgstr "Typ"
|
694 |
+
|
695 |
+
#: views/backup.php:350 views/restore.php:100
|
696 |
msgid "Date"
|
697 |
msgstr "Datum"
|
698 |
|
699 |
+
#: views/backup.php:351
|
700 |
msgid "Duration"
|
701 |
msgstr "Dauer"
|
702 |
|
703 |
+
#: views/backup.php:370
|
704 |
msgid "Success"
|
705 |
msgstr "Erfolgreich"
|
706 |
|
707 |
+
#: views/backup.php:373
|
708 |
msgid "Active"
|
709 |
msgstr "Aktiv"
|
710 |
|
711 |
+
#: views/backup.php:416 views/restore.php:149
|
712 |
msgid "No backup archives found."
|
713 |
msgstr "Keine Sicherungs-Archive gefunden."
|
714 |
|
715 |
+
#: views/backup.php:425
|
716 |
#, php-format
|
717 |
msgid ""
|
718 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
719 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
720 |
msgstr ""
|
721 |
+
"Geplante Sicherungen stehen nur Premium-Kunden von WPBackItUp zur Verfügung. "
|
722 |
+
"Besuchen Sie %s, um WPBackItUp für 30 Tage risikofrei ausprobieren zu können."
|
|
|
723 |
|
724 |
+
#: views/backup.php:434 views/restore.php:234
|
725 |
msgid "Nothing to report"
|
726 |
msgstr "Nichts zu berichten"
|
727 |
|
728 |
+
#: views/backup.php:439
|
729 |
msgid "Preparing for backup"
|
730 |
msgstr "Sicherung wird vorbereitet"
|
731 |
|
732 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
733 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
734 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
735 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
736 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
737 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
738 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
739 |
+
#: views/restore.php:256
|
740 |
msgid "Done"
|
741 |
msgstr "Fertig"
|
742 |
|
743 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
744 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
745 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
746 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
747 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
748 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
749 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
750 |
+
#: views/restore.php:256
|
751 |
msgid "Failed"
|
752 |
msgstr "Fehlgeschlagen"
|
753 |
|
754 |
+
#: views/backup.php:440
|
755 |
msgid "Creating inventory of files to backup"
|
756 |
msgstr "Liste der zu sichernden Dateien wir erstellt"
|
757 |
|
758 |
+
#: views/backup.php:441
|
759 |
msgid "Backing up database"
|
760 |
msgstr "Sichere die Datenbank"
|
761 |
|
762 |
+
#: views/backup.php:442
|
763 |
msgid "Creating backup information file"
|
764 |
msgstr "Erstelle Datei mit Sicherungs-Informationen"
|
765 |
|
766 |
+
#: views/backup.php:443
|
767 |
msgid "Backing up themes"
|
768 |
msgstr "Sichere Themes"
|
769 |
|
770 |
+
#: views/backup.php:444
|
771 |
msgid "Backing up plugins"
|
772 |
msgstr "Sichere Plugins"
|
773 |
|
774 |
+
#: views/backup.php:445
|
775 |
msgid "Backing up uploads"
|
776 |
msgstr "Sichere Uploads"
|
777 |
|
778 |
+
#: views/backup.php:446
|
779 |
msgid "Backing up everything else"
|
780 |
msgstr "Sichere alle weiteren Daten"
|
781 |
|
782 |
+
#: views/backup.php:447
|
783 |
msgid "Validating backup"
|
784 |
msgstr "Überprüfe Sicherung"
|
785 |
|
786 |
+
#: views/backup.php:448
|
787 |
msgid "Finalizing backup"
|
788 |
msgstr "Schließe Sicherung ab"
|
789 |
|
790 |
+
#: views/backup.php:458
|
791 |
msgid "Backup completed successfully"
|
792 |
msgstr "Sicherung erfolgreich abgeschlossen."
|
793 |
|
794 |
+
#: views/backup.php:479
|
795 |
msgid "Backups"
|
796 |
msgstr "Sicherungen"
|
797 |
|
798 |
+
#: views/backup.php:479
|
799 |
msgid "Version "
|
800 |
msgstr "Version"
|
801 |
|
802 |
+
#: views/backup.php:481
|
803 |
+
msgid "Welcome to WPBackItUp!"
|
804 |
+
msgstr "Willkommen bei WPBackItUp!"
|
805 |
|
806 |
+
#: views/backup.php:481
|
807 |
msgid "The simplest way to backup your WordPress site."
|
808 |
msgstr "Der einfachste Weg, um Ihre Wordpress-Seite zu sichern."
|
809 |
|
810 |
+
#: views/backup.php:482
|
811 |
msgid ""
|
812 |
"Getting started is easy, just click the backup button on the left side of "
|
813 |
"this page."
|
815 |
"Die ersten Schritte sind gar nicht schwer. Drücken Sie einfach den Sicherung-"
|
816 |
"Button links auf dieser Seite."
|
817 |
|
818 |
+
#: views/backup.php:486
|
819 |
#, php-format
|
820 |
msgid ""
|
821 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
824 |
"Glückwunsch! Sie haben <span style=\"font-weight:bold;font-size:medium;"
|
825 |
"color: green\">%s</span> erfolgreiche Sicherungen durchgeführt."
|
826 |
|
827 |
+
#: views/backup.php:487
|
828 |
msgid "Tips"
|
829 |
msgstr "Tipps"
|
830 |
|
831 |
+
#: views/backup.php:488
|
832 |
msgid "Backup your site at least once per week"
|
833 |
msgstr "Sichern Sie Ihre Seite mindestens einmal pro Woche."
|
834 |
|
835 |
+
#: views/backup.php:489
|
836 |
msgid "Download all your backups and store them somewhere safe"
|
837 |
msgstr ""
|
838 |
"Laden Sie all Ihre Sicherungen herunter und speichern Sie sie an einem "
|
839 |
"sicheren Ort."
|
840 |
|
841 |
+
#: views/backup.php:490
|
842 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
843 |
msgstr ""
|
844 |
"Prüfen Sie, ob Ihr Sicherungs-Dateien in Ordnung sind, indem Sie einen Blick "
|
845 |
"auf den Inhalt werfen."
|
846 |
|
847 |
+
#: views/backup.php:495
|
848 |
#, php-format
|
849 |
msgid "Why not %s and schedule your backups!"
|
850 |
msgstr "Wie wäre es mit einem %s und geplanten Sicherungen!"
|
851 |
|
852 |
+
#: views/backup.php:495
|
853 |
msgid "upgrade"
|
854 |
msgstr "Upgrade"
|
855 |
|
856 |
+
#: views/backup.php:504
|
857 |
+
msgid "Register WPBackItUp"
|
858 |
+
msgstr "WPBackItUp registrieren"
|
859 |
|
860 |
+
#: views/backup.php:507
|
861 |
msgid ""
|
862 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
863 |
"access to our world class <b>support</b> team. <br />\n"
|
870 |
"<br />Geben Sie unten Ihren Lizenzschlüssel ein, um ihn für diese Seite zu "
|
871 |
"aktivieren."
|
872 |
|
873 |
+
#: views/backup.php:509
|
874 |
msgid "name"
|
875 |
msgstr "Name"
|
876 |
|
877 |
+
#: views/backup.php:510
|
878 |
msgid "email address"
|
879 |
msgstr "E-Mail-Adresse"
|
880 |
|
881 |
+
#: views/backup.php:511
|
882 |
msgid "license key"
|
883 |
msgstr "Lizenzschlüssel"
|
884 |
|
885 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
886 |
#, php-format
|
887 |
msgid "%s"
|
888 |
msgstr "%s"
|
889 |
|
890 |
+
#: views/backup.php:512
|
891 |
msgid "Free plugin customers do not need to enter license key."
|
892 |
msgstr ""
|
893 |
"Nutzer der kostenlosen Plugin-Version müssen keinen Lizenzschlüssel eingeben."
|
894 |
|
895 |
+
#: views/backup.php:513
|
896 |
msgid "Register"
|
897 |
msgstr "Registrieren"
|
898 |
|
899 |
+
#: views/backup.php:522
|
900 |
msgid "License Info"
|
901 |
msgstr "Lizenzinformation"
|
902 |
|
903 |
+
#: views/backup.php:544
|
904 |
msgid "Name"
|
905 |
msgstr "Name"
|
906 |
|
907 |
+
#: views/backup.php:545
|
908 |
msgid "Email"
|
909 |
msgstr "E-Mail"
|
910 |
|
911 |
+
#: views/backup.php:546
|
912 |
msgid "License Type"
|
913 |
msgstr "Lizenztyp"
|
914 |
|
915 |
+
#: views/backup.php:547
|
916 |
msgid "Expires"
|
917 |
msgstr "Läuft ab"
|
918 |
|
919 |
+
#: views/backup.php:550
|
920 |
msgid "Enter license key to activate on this site."
|
921 |
msgstr "Lizenzschlüssel eingeben und für diese Seite aktivieren"
|
922 |
|
923 |
+
#: views/backup.php:557
|
924 |
msgid "License Active"
|
925 |
msgstr "Lizenz aktiv"
|
926 |
|
927 |
+
#: views/backup.php:565
|
928 |
msgid "License expired"
|
929 |
msgstr "Lizenz abgelaufen"
|
930 |
|
931 |
+
#: views/backup.php:569
|
932 |
msgid "Update"
|
933 |
msgstr "Update"
|
934 |
|
935 |
+
#: views/backup.php:573
|
936 |
msgid "Activate"
|
937 |
msgstr "Aktivieren"
|
938 |
|
939 |
+
#: views/backup.php:577
|
940 |
#, php-format
|
941 |
msgid "Purchase a %s license using the purchase link above."
|
942 |
msgstr "Erwerben Sie über den obenstehenden Link einen %s Lizenzschlüssel."
|
943 |
|
944 |
+
#: views/backup.php:577
|
945 |
msgid "no-risk"
|
946 |
msgstr "kein Risiko"
|
947 |
|
948 |
+
#: views/backup.php:583
|
949 |
#, php-format
|
950 |
msgid ""
|
951 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
956 |
"ein weiteres Jahr mit <strong>Produkt-Updates</strong> und Unterstützung "
|
957 |
"durch unseren <strong>erstklassigen Kundendienst</strong>."
|
958 |
|
959 |
+
#: views/backup.php:594
|
960 |
msgid "Useful Links"
|
961 |
msgstr "Nützliche Links"
|
962 |
|
963 |
+
#: views/backup.php:596
|
964 |
msgid "Getting Started Video"
|
965 |
+
msgstr "Einführungsvideo"
|
966 |
|
967 |
+
#: views/backup.php:599
|
968 |
msgid "Your account"
|
969 |
msgstr "Dein Konto"
|
970 |
|
971 |
+
#: views/backup.php:602
|
972 |
+
msgid "Website Migration Service"
|
973 |
+
msgstr "Migrationsservice für Webseiten"
|
974 |
+
|
975 |
+
#: views/backup.php:604
|
976 |
msgid "Documentation"
|
977 |
msgstr "Dokumentation"
|
978 |
|
979 |
+
#: views/backup.php:607
|
980 |
msgid "Get support"
|
981 |
msgstr "Erhalte Support"
|
982 |
|
983 |
+
#: views/backup.php:610
|
984 |
msgid "Feature request"
|
985 |
msgstr "Feature-Anfrage"
|
986 |
|
987 |
+
#: views/backup.php:612
|
988 |
msgid "Language Translations"
|
989 |
msgstr "Übersetzungen"
|
990 |
|
991 |
+
#: views/backup.php:614
|
992 |
msgid "Contact"
|
993 |
msgstr "Kontakt"
|
994 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
995 |
#: views/restore.php:13
|
996 |
#, php-format
|
997 |
msgid "%s Restore"
|
1019 |
#, php-format
|
1020 |
msgid ""
|
1021 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1022 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
1023 |
+
"WPBackItUp risk free for 30 days.</p>"
|
1024 |
msgstr ""
|
1025 |
+
"<p>* Die Funktion zur automatischen Wiederherstellung steht nur lizensierten "
|
1026 |
+
"Kunden zur Verfügung. Besuchen Sie <a href=\"%s\" target=\"_blank\">%s</a>, "
|
1027 |
+
"um WPBackItUp für 30 Tage risikofrei ausprobieren zu können.</p>"
|
|
|
1028 |
|
1029 |
#: views/restore.php:177
|
1030 |
msgid "Upload"
|
1032 |
|
1033 |
#: views/restore.php:180
|
1034 |
msgid ""
|
1035 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
1036 |
"backups."
|
1037 |
msgstr ""
|
1038 |
+
"Laden Sie WPBackItUp Archiv-Dateien (ZIP) hoch, um sie zur Liste verfügbarer "
|
1039 |
+
"Sicherungen hinzuzufügen. "
|
1040 |
|
1041 |
#: views/restore.php:197
|
1042 |
+
msgid "WPBackItUp - Upload backup files"
|
1043 |
+
msgstr "WPBackItUp - Sicherungs-Dateien hochladen"
|
1044 |
|
1045 |
#: views/restore.php:198
|
1046 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
1047 |
msgstr ""
|
1048 |
+
"Sicherungs-Dateien können über dieses Formular in WPBackItUp hochgeladen "
|
1049 |
"werden."
|
1050 |
|
1051 |
#: views/restore.php:198
|
1052 |
msgid ""
|
1053 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
1054 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
1055 |
+
"this page."
|
1056 |
msgstr ""
|
1057 |
+
"Sie können auch manuell über FTP in das WPBackItUp-Verzeichnis (wp-content/"
|
1058 |
"wpbackitup_backups) hochgeladen werden. Nachdem alle Dateien hochgeladen "
|
1059 |
"wurden, Seite aktualisieren."
|
1060 |
|
1075 |
"* Aktualisieren Sie die Seite nach Abschluss des Uploads, damit die neuen "
|
1076 |
"Sicherungen oben in der Liste der verfügbaren Sicherungen erscheinen."
|
1077 |
|
1078 |
+
#: views/restore.php:244
|
1079 |
msgid "Preparing for restore"
|
1080 |
msgstr "Wiederherstellung wird vorbereitet"
|
1081 |
|
|
|
|
|
|
|
|
|
1082 |
#: views/restore.php:245
|
1083 |
+
msgid "Unpacking backup set"
|
1084 |
+
msgstr "Entpacke Sicherungssatz"
|
1085 |
|
1086 |
#: views/restore.php:246
|
1087 |
+
msgid "Unzipping backup files"
|
1088 |
+
msgstr "Entpacke Backup-Dateien"
|
1089 |
+
|
1090 |
+
#: views/restore.php:247
|
1091 |
+
msgid "Validating backup files"
|
1092 |
+
msgstr "Überprüfe Backup-Dateien"
|
1093 |
+
|
1094 |
+
#: views/restore.php:248
|
1095 |
msgid "Deactivating plugins"
|
1096 |
msgstr "Deaktiviere Plugins"
|
1097 |
|
1098 |
+
#: views/restore.php:249
|
1099 |
msgid "Creating database restore point"
|
1100 |
msgstr "Erstelle Datenbank-Wiederherstellungspunkt"
|
1101 |
|
1102 |
+
#: views/restore.php:250
|
1103 |
msgid "Staging content files"
|
1104 |
msgstr "Stelle Inhaltsdateien bereit"
|
1105 |
|
1106 |
+
#: views/restore.php:251
|
1107 |
msgid "Restoring content files"
|
1108 |
msgstr "Stelle Inhaltsdateien wieder her"
|
1109 |
|
1110 |
+
#: views/restore.php:252
|
1111 |
msgid "Restoring database"
|
1112 |
msgstr "Stelle Datenbank wieder her"
|
1113 |
|
1114 |
+
#: views/restore.php:253
|
1115 |
msgid "Updating current user info"
|
1116 |
msgstr "Aktualisiere Benutzer-Informationen"
|
1117 |
|
1118 |
+
#: views/restore.php:254
|
1119 |
msgid "Updating site URL"
|
1120 |
msgstr "Aktualisiere URL der Seite"
|
1121 |
|
1122 |
+
#: views/restore.php:256
|
1123 |
msgid "Updating permalinks"
|
1124 |
msgstr "Aktualisiere Permanentlinks"
|
1125 |
|
1126 |
+
#: views/restore.php:262
|
1127 |
msgid "Error 201: No file selected"
|
1128 |
msgstr "Fehler 201: Keine Datei ausgewählt"
|
1129 |
|
1130 |
+
#: views/restore.php:263
|
1131 |
msgid "Error 202: Your file could not be uploaded"
|
1132 |
msgstr "Fehler 202: Datei konnte nicht hochgeladen werden"
|
1133 |
|
1134 |
+
#: views/restore.php:264
|
1135 |
msgid "Error 203: Your backup could not be unzipped"
|
1136 |
msgstr "Fehler 203: Die Sicherung konnte nicht entpackt werden"
|
1137 |
|
1138 |
+
#: views/restore.php:265
|
1139 |
msgid ""
|
1140 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1141 |
"valid backup"
|
1143 |
"Fehler 204: Die Sicherung schein ungültig zu sein. Bitte stellen Sie sicher, "
|
1144 |
"dass Sie ein gültiges Sicherung ausgewählt haben."
|
1145 |
|
1146 |
+
#: views/restore.php:266
|
1147 |
msgid "Error 205: Cannot create restore point"
|
1148 |
msgstr "Fehler 205: Wiederherstellungspunkt kann nicht erstellt werden"
|
1149 |
|
1150 |
+
#: views/restore.php:267
|
1151 |
msgid "Error 206: Unable to connect to your database"
|
1152 |
msgstr ""
|
1153 |
"Fehler 206: Es kann keine Verbindung zu Ihrer Datenbank hergestellt werden"
|
1154 |
|
1155 |
+
#: views/restore.php:268
|
1156 |
msgid ""
|
1157 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1158 |
msgstr ""
|
1159 |
"Fehler 207: URL der Seite konnte nicht aus Datenbank ausgelesen werden. "
|
1160 |
"Bitte erneut versuchen."
|
1161 |
|
1162 |
+
#: views/restore.php:269
|
1163 |
msgid ""
|
1164 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1165 |
msgstr ""
|
1166 |
"Fehler 208: Aktuelle Haupt-URL konnte nicht aus Datenbank ausgelesen werden. "
|
1167 |
"Bitte erneut versuchen."
|
1168 |
|
1169 |
+
#: views/restore.php:270
|
1170 |
msgid ""
|
1171 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1172 |
msgstr ""
|
1173 |
"Fehler 209: Aktuelle Benutzer-ID konnte nicht aus Datenbank ausgelesen "
|
1174 |
"werden. Bitte erneut versuchen."
|
1175 |
|
1176 |
+
#: views/restore.php:271
|
1177 |
msgid ""
|
1178 |
"Error 210: Unable to get current user password from database. Please try "
|
1179 |
"again"
|
1181 |
"Fehler 210: Aktuelle Benutzer-Passwort konnte nicht aus Datenbank ausgelesen "
|
1182 |
"werden. Bitte erneut versuchen."
|
1183 |
|
1184 |
+
#: views/restore.php:272
|
1185 |
msgid ""
|
1186 |
"Error 211: Unable to get current user email from database. Please try again"
|
1187 |
msgstr ""
|
1188 |
"Fehler 211: Aktuelle Benutzer-Email konnte nicht aus Datenbank ausgelesen "
|
1189 |
"werden. Bitte erneut versuchen."
|
1190 |
|
1191 |
+
#: views/restore.php:273
|
1192 |
msgid ""
|
1193 |
"Error 212: Unable to import your database. This may require importing the "
|
1194 |
"file manually"
|
1196 |
"Fehler 212: Datenbank konnte nicht importiert werden. Die Datei muss "
|
1197 |
"wahrscheinlich manuell importiert werden."
|
1198 |
|
1199 |
+
#: views/restore.php:274
|
1200 |
msgid ""
|
1201 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1202 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1206 |
"prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
|
1207 |
"sicher, dass die URLs der Seite und von WordPress richtig sind."
|
1208 |
|
1209 |
+
#: views/restore.php:275
|
1210 |
msgid ""
|
1211 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1212 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1216 |
"prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
|
1217 |
"sicher, dass die URLs der Seite und von WordPress richtig sind."
|
1218 |
|
1219 |
+
#: views/restore.php:276
|
1220 |
msgid ""
|
1221 |
"Warning 215: Unable to update your user information. This may require you to "
|
1222 |
"login with the admin username and password that was used when the backup was "
|
1226 |
"müssen sich wahrscheinlich mit den Admin-Zugangsdaten einloggen, welche zum "
|
1227 |
"Zeitpunkt des Backups gültig waren."
|
1228 |
|
1229 |
+
#: views/restore.php:277
|
1230 |
msgid "Error 216: Database not found in backup"
|
1231 |
msgstr "Fehler 216: Datenbank in der Sicherung nicht gefunden."
|
1232 |
|
1233 |
+
#: views/restore.php:278
|
1234 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1235 |
msgstr ""
|
1236 |
"Warnung 217: Das existierende wp-content-Verzeichnis konnte nicht gelöscht "
|
1237 |
"werden"
|
1238 |
|
1239 |
+
#: views/restore.php:279
|
1240 |
msgid ""
|
1241 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1242 |
"CHMOD settings in /wp-content/"
|
1244 |
"Fehler 218: Neues wp-content-Verzeichnis konnte nicht angelegt werden. Bitte "
|
1245 |
"prüfen Sie die CHMOD-Einstellungen in /wp-content/."
|
1246 |
|
1247 |
+
#: views/restore.php:280
|
1248 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1249 |
msgstr ""
|
1250 |
"Fehler 219: wp-content konnte nicht importiert werden. Bitte erneut "
|
1251 |
"versuchen."
|
1252 |
|
1253 |
+
#: views/restore.php:281
|
1254 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1255 |
msgstr ""
|
1256 |
"Warnung 220: Import-Verzeichnis konnte nicht geleert werden. Keine Maßnahmen "
|
1257 |
"notwendig."
|
1258 |
|
1259 |
+
#: views/restore.php:282
|
1260 |
#, php-format
|
1261 |
msgid ""
|
1262 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1270 |
"Sie die <a href =\"%s\" target=\"_blank\" > FAQs</a> auf www.wpbackitup.com "
|
1271 |
"für weitere Infos."
|
1272 |
|
1273 |
+
#: views/restore.php:283
|
1274 |
msgid "Error 222: Unable to create restore folder"
|
1275 |
msgstr "Fehler 222: Wiederherstellungsverzeichnis konnte nicht erstellt werden"
|
1276 |
|
1277 |
+
#: views/restore.php:284
|
1278 |
msgid ""
|
1279 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1280 |
"restore the database to its previous state but were unsuccessful. Please "
|
1281 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1282 |
"further restores"
|
1283 |
msgstr ""
|
1284 |
+
"Fehler 223: Während der Wiederherstellung ist ein Fehler aufgetreten. "
|
1285 |
+
"WPBackItUp gelang es nicht, den vorhergegangenen Zustand der Datenbank "
|
1286 |
+
"wiederherzustellen. Bitte kontaktieren Sie den Kundendienst von WPBackItUp "
|
1287 |
+
"und unternehmen Sie vorerst keine weiteren Versuche zur Wiederherstellung."
|
1288 |
|
1289 |
+
#: views/restore.php:285
|
1290 |
msgid ""
|
1291 |
"Error 224: An error occurred during the restore, however, we have "
|
1292 |
"successfully restored your database to the previous state"
|
1294 |
"Fehler 224: Ein Fehler ist während der Wiederherstellung aufgetreten. Die "
|
1295 |
"Datenbank konnte allerdings trotzdem erfolgreich wiederhergestellt werden."
|
1296 |
|
1297 |
+
#: views/restore.php:286
|
1298 |
msgid ""
|
1299 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1300 |
msgstr ""
|
1301 |
"Fehler 225: Die Wiederherstellungs-Funktion steht nur lizensierten Benutzern "
|
1302 |
+
"von WPBackItUp zur Verfügung"
|
1303 |
|
1304 |
+
#: views/restore.php:287
|
1305 |
msgid ""
|
1306 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1307 |
"different version of WordPress"
|
1309 |
"Fehler 226. Die Wiederherstellung kann nicht fortgesetzt werden, da Sie eine "
|
1310 |
"abweichende Version von WordPress verwenden."
|
1311 |
|
1312 |
+
#: views/restore.php:288
|
1313 |
msgid ""
|
1314 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1315 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1316 |
+
"convert this backup to the current version"
|
1317 |
msgstr ""
|
1318 |
"Fehler 227. Die Wiederherstellung kann nicht fortgesetzt werden, da Ihre "
|
1319 |
+
"Sicherung mit einer abweichenden Version von WPBackItUp erstellt wurde. "
|
1320 |
+
"Bitte setzen Sie sich mit dem WPBackItUp-Kundendienst in Verbindung, um sich "
|
1321 |
+
"bei der Konvertierung zur aktuellen Version helfen zu lassen."
|
1322 |
|
1323 |
+
#: views/restore.php:289
|
1324 |
msgid ""
|
1325 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1326 |
"restore. However, we were able to successfully revert the database back to "
|
1327 |
"its original state . This error may require importing the database manually"
|
1328 |
msgstr ""
|
1331 |
"ursprünglichen Zustand zurückversetzen. Aufgrund dieses Fehlers ist ein "
|
1332 |
"manueller Import der Datenbank notwendig."
|
1333 |
|
1334 |
+
#: views/restore.php:290
|
1335 |
msgid ""
|
1336 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1337 |
+
"available. Please contact support"
|
1338 |
msgstr ""
|
1339 |
+
"Fehler 235: WPBackItUp kann nicht fortfahren, da kein ZIP-Dienstprogramm "
|
1340 |
"verfügbar ist. Bitte setzen Sie sich mit dem Kundendienst in Verbindung."
|
1341 |
|
1342 |
+
#: views/restore.php:291
|
1343 |
msgid ""
|
1344 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1345 |
"running. Please wait for the backup to complete and then try again"
|
1346 |
msgstr ""
|
1347 |
+
"Fehler 250: WPBackItUp kann nicht mit der Wiederherstellung beginnen, weil "
|
1348 |
"eine Sicherung läuft. Bitte warten Sie, bis die Sicherung abgeschlossen "
|
1349 |
"wurde und versuchen Sie es dann erneut."
|
1350 |
|
1351 |
+
#: views/restore.php:293
|
1352 |
msgid ""
|
1353 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1354 |
+
"try again and contact support if this issue continues"
|
1355 |
+
msgstr ""
|
1356 |
+
"Fehler 260: WPBackItUp konnte keine Archive aus dem Sicherungssatz "
|
1357 |
+
"extrahieren. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
|
1358 |
+
"Kundendienst, wenn das Problem weiter bestehen sollte."
|
1359 |
+
|
1360 |
+
#: views/restore.php:294
|
1361 |
+
msgid ""
|
1362 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1363 |
+
"try again and contact support if this issue continues"
|
1364 |
+
msgstr ""
|
1365 |
+
"Fehler 261: WPBackItUp konnte keine Archive aus dem Sicherungssatz "
|
1366 |
+
"extrahieren. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
|
1367 |
+
"Kundendienst, wenn das Problem weiter bestehen sollte."
|
1368 |
+
|
1369 |
+
#: views/restore.php:295
|
1370 |
+
msgid ""
|
1371 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1372 |
+
"try again and contact support if this issue continues"
|
1373 |
+
msgstr ""
|
1374 |
+
"Fehler 262: Im Backup-Verzeichnis konnten keine Sicherungsdateien gefunden "
|
1375 |
+
"werden. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
|
1376 |
+
"Kundendienst, wenn das Problem weiter bestehen sollte."
|
1377 |
+
|
1378 |
+
#: views/restore.php:297
|
1379 |
+
msgid ""
|
1380 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1381 |
"manifest is empty"
|
1382 |
msgstr ""
|
1383 |
+
"Fehler 251: WPBackItUp kann nicht mit der Wiederherstellung anfangen, da das "
|
1384 |
+
"Sicherungs-Manifest leer ist."
|
1385 |
|
1386 |
+
#: views/restore.php:298
|
1387 |
msgid ""
|
1388 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1389 |
"make sure to upload all zip files that were part of this backup"
|
1390 |
msgstr ""
|
1391 |
+
"Fehler 252: Mindestens eine ZIP-Datei fehlt in Ihrem Sicherungssatz. Bitte "
|
1392 |
"stellen Sie sicher, dass alle zu dieser Sicherung gehörenden Dateien "
|
1393 |
"hochgeladen wurden."
|
1394 |
|
1395 |
+
#: views/restore.php:299
|
1396 |
msgid ""
|
1397 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1398 |
"Please make sure to upload only zip files that were part of this backup"
|
1401 |
"steht. Bitte stellen Sie sicher, dass nur die zu dieser Sicherung gehörenden "
|
1402 |
"Dateien hochgeladen wurden."
|
1403 |
|
1404 |
+
#: views/restore.php:300
|
1405 |
msgid ""
|
1406 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1407 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1408 |
"set again and attempt the restore one more time. "
|
1409 |
msgstr ""
|
1410 |
+
"Fehler 254: Eine der ZIP-Dateien in diesem Sicherungssatz hat eine vom "
|
1411 |
"Manifest abweichende Größe und ist wahrscheinlich beschädigt. Bitte laden "
|
1412 |
"Sie alle ZIP-Dateien des Sets nochmal hoch und führen Sie die "
|
1413 |
"Wiederherstellung erneut aus."
|
1414 |
|
1415 |
+
#: views/restore.php:301
|
1416 |
msgid ""
|
1417 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1418 |
"upload all zip files that were part of this backup"
|
1419 |
msgstr ""
|
1420 |
+
"Fehler 255: Der Sicherungssatz enthält kein Manifest. Stellen Sie bitte "
|
1421 |
"sicher, dass wirklich alle zu diesem Set gehörenden ZIP-Dateien hochgeladen "
|
1422 |
"wurden."
|
1423 |
|
1424 |
+
#: views/restore.php:303
|
1425 |
msgid ""
|
1426 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1427 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1428 |
msgstr ""
|
1429 |
"Warnung 300: WordPress-Inhalt konnte nicht wiederhergestellt werden. Bitte "
|
1430 |
"schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
|
1431 |
"nicht wiederhergestellt werden konnte."
|
1432 |
|
1433 |
+
#: views/restore.php:304
|
1434 |
msgid ""
|
1435 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1436 |
+
"to see what WPBackItUp was unable to restore"
|
1437 |
msgstr ""
|
1438 |
"Warnung 305: Es konnten nicht alle Plugins wiederhergestellt werden. Bitte "
|
1439 |
"schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
|
1440 |
"nicht wiederhergestellt werden konnte."
|
1441 |
|
1442 |
+
#: views/restore.php:306
|
1443 |
msgid "Error 2001: Unable to prepare site for restore"
|
1444 |
msgstr ""
|
1445 |
"Fehler 2001: Seite konnte nicht für Wiederherstellung vorbereitet werden"
|
1446 |
|
1447 |
+
#: views/restore.php:307
|
1448 |
msgid "Error 2002: Unable to unzip backup"
|
1449 |
msgstr "Fehler 2002: Sicherung konnte nicht entpackt werden"
|
1450 |
|
1451 |
+
#: views/restore.php:308
|
1452 |
msgid "Error 2003: Unable to validate backup"
|
1453 |
msgstr "Fehler 2003: Sicherung konnte nicht geprüft werden"
|
1454 |
|
1455 |
+
#: views/restore.php:309
|
1456 |
msgid "Error 2004: Unable to create restore point"
|
1457 |
msgstr "Fehler 2004: Wiederherstellungspunkt kann nicht erstellt werden"
|
1458 |
|
1459 |
+
#: views/restore.php:310
|
1460 |
msgid "Error 2005: Unable to stage wp-content"
|
1461 |
msgstr "Fehler 2005: wp-content konnte nicht bereitgestellt werden"
|
1462 |
|
1463 |
+
#: views/restore.php:311
|
1464 |
msgid "Error 2006: Unable to restore content files"
|
1465 |
msgstr "Fehler 2006: Inhaltsdateien konnten nicht wiederhergestellt werden"
|
1466 |
|
1467 |
+
#: views/restore.php:312
|
1468 |
msgid "Error 2007: Unable to restore database"
|
1469 |
msgstr "Fehler 2007: Datenbank konnte nicht wiederhergestellt werden"
|
1470 |
|
1471 |
+
#: views/restore.php:313
|
1472 |
msgid "Error 2999: Unexpected error encountered"
|
1473 |
msgstr "Fehler 2999: Unerwarteter Fehler aufgetreten"
|
1474 |
|
1475 |
+
#: views/restore.php:320
|
1476 |
msgid ""
|
1477 |
"Restore completed successfully. If you are prompted to login please do so "
|
1478 |
"with your current username and password"
|
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 |
"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 |
"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 |
"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 "
|
1535 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1536 |
"oldest backup archives first."
|
1537 |
msgstr ""
|
1538 |
"Viele Hoster begrenzen den Webspace, welcher Ihnen auf dem Server zur "
|
1539 |
"Verfügung steht. Mit dieser Option können Sie festlegen, wie viele "
|
1540 |
+
"Sicherungs-Archive WPBackItUp maximal auf dem Server belassen darf. Aber "
|
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 |
"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."
|
1576 |
+
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 "
|
1584 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
1585 |
+
"set may not be possible with hosts that strictly limit memory utilization."
|
1586 |
+
msgstr ""
|
1587 |
+
"Wenn diese Einstellung aktiviert ist, wird WPBackItUp versuchen, einen aus "
|
1588 |
+
"nur einer Datei bestehenden Sicherungssatz zu erstellen. Wenn dies nicht "
|
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 "
|
1604 |
+
"these settings can be used to help reduce the amount of time it takes "
|
1605 |
+
"WPBackItUp to complete each backup task ."
|
1606 |
msgstr ""
|
1607 |
+
"Diese Einstellung teilt WPBackItUp mit, wie viele Elemente es gleichzeitig "
|
1608 |
"zur Sicherung hinzufügen soll. Wenn während der Sicherung "
|
1609 |
"Zeitüberschreitungen auftreten sollten, dann können Sie mit dieser "
|
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."
|
1637 |
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 |
"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 |
"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 |
"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."
|
1704 |
msgstr ""
|
1705 |
+
"Aktivieren Sie diese Checkbox, wenn beim Löschen des WPBackItUp-Plugins auch "
|
1706 |
+
"all seine Daten gelöscht werden sollen."
|
1707 |
|
1708 |
#: views/support.php:13
|
1709 |
#, php-format
|
1727 |
#: views/support.php:47
|
1728 |
#, php-format
|
1729 |
msgid ""
|
1730 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1731 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1732 |
msgstr ""
|
1733 |
+
"Bitte erstellen Sie ein Support-Ticket im WPBackItUp <a href=\"%s\" target="
|
1734 |
"\"_blank\">Support-Portal</a>, bevor Sie dieses Formular verwenden."
|
1735 |
|
1736 |
#: views/support.php:48
|
1758 |
msgstr "Senden"
|
1759 |
|
1760 |
#: views/support.php:83
|
1761 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1762 |
msgstr ""
|
1763 |
+
"Bitte registrieren Sie Ihre Version von WPBackItUp, um den Kundendienst in "
|
1764 |
"Anspruch nehmen zu können."
|
1765 |
|
1766 |
#: views/support.php:87
|
languages/wp-backitup-en_US.po
CHANGED
@@ -1,206 +1,206 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WPBackItUp\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
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.
|
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:
|
19 |
-
#: views/backup.php:
|
20 |
#: wp-backitup.php:110
|
21 |
msgid "Backup"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
25 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
26 |
#: wp-backitup.php:124
|
27 |
msgid "Restore"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
31 |
msgid "Support"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
35 |
msgid "Settings"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
39 |
msgid ""
|
40 |
"The backup you have selected exceeds what your host allows you to upload."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
44 |
-
#: views/backup.php:
|
45 |
-
#: views/backup.php:
|
46 |
-
#: views/backup.php:
|
47 |
msgid "Warning"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
51 |
-
#: views/backup.php:
|
52 |
msgid "Error"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
56 |
msgid "Response"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
60 |
-
#: views/backup.php:
|
61 |
msgid "Status"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
65 |
msgid "Download"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
69 |
#: views/restore.php:129
|
70 |
msgid "Delete"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
74 |
msgid "(JS997) Unexpected error"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
78 |
msgid "(JS998) Unexpected error"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
82 |
msgid "(JS999) An unexpected error has occurred"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
86 |
msgid "Scheduled has been saved."
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
90 |
msgid "Scheduled was not saved."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
94 |
msgid "Are you sure you want to restore your site?"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
98 |
msgid "Are you sure ?"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
102 |
msgid "This file cannot be delete!"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
106 |
msgid "View Log"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
110 |
msgid "New Backup!"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
114 |
msgid "Uploaded Backup"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
118 |
msgid "Backup Queued"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
122 |
msgid "Backup could not be queued"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
126 |
msgid "Job is already in queue."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
130 |
msgid "No backup file selected."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
134 |
msgid "No user id found."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
138 |
msgid "Restore Queued"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
142 |
msgid "Restore could not be queued"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
146 |
msgid "Restore already in queue"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
150 |
msgid "No job id posted"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
154 |
msgid "Backup Cancelled"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
158 |
msgid "Backup job not found"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
162 |
msgid "No response log found."
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
166 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
167 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
168 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
169 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
170 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
171 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
172 |
msgid "Please enter a number"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
msgid "Please enter a valid email"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
181 |
msgid "Please enter your support ticket id"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
185 |
msgid "Please only enter numbers in this field"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
189 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
196 |
msgid "License is invalid."
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
200 |
msgid "License has expired."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
204 |
#, php-format
|
205 |
msgid ""
|
206 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -208,15 +208,15 @@ msgid ""
|
|
208 |
"<strong>world class support</strong> team."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
212 |
msgid "License Expired: Scheduled backups are no longer active."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
216 |
msgid "Activation limit has been reached."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
220 |
msgid "Your Activation limit has been reached"
|
221 |
msgstr ""
|
222 |
|
@@ -224,7 +224,7 @@ msgstr ""
|
|
224 |
msgid "Invalid Nonce"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
228 |
msgid "Upload directory is not writable, or does not exist."
|
229 |
msgstr ""
|
230 |
|
@@ -237,15 +237,15 @@ msgstr ""
|
|
237 |
msgid "File could not be uploaded"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: lib/includes/handler_upload.php:
|
241 |
-
msgid "Upload does not appear to be a
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: lib/includes/handler_upload.php:
|
245 |
-
msgid "Could not import file into
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: lib/includes/job_backup.php:
|
249 |
#, php-format
|
250 |
msgid ""
|
251 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -255,213 +255,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:
|
259 |
#, php-format
|
260 |
msgid "%s - Backup completed successfully."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: lib/includes/job_backup.php:
|
264 |
msgid "Your backup completed successfully."
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: lib/includes/job_backup.php:
|
268 |
#, php-format
|
269 |
msgid "%s - Backup did not complete successfully."
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: lib/includes/job_backup.php:
|
273 |
msgid "Your backup did not complete successfully."
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: lib/includes/job_backup.php:
|
277 |
#, php-format
|
278 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: lib/includes/job_backup.php:
|
282 |
msgid "Backup date:"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: lib/includes/job_backup.php:
|
286 |
-
msgid "Number of backups completed with
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: lib/includes/job_backup.php:
|
290 |
msgid "Completion Code:"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: lib/includes/job_backup.php:
|
294 |
-
msgid "
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: lib/includes/job_backup.php:
|
298 |
#, php-format
|
299 |
-
msgid "Checkout %s for info about
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: lib/includes/job_backup.php:
|
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:
|
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:
|
315 |
msgid "(103) Unable to backup your files. Please try again"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: lib/includes/job_backup.php:
|
319 |
msgid "(104) Unable to export your database. Please try again"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: lib/includes/job_backup.php:
|
323 |
msgid "(105) Unable to export site information file. Please try again"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: lib/includes/job_backup.php:
|
327 |
msgid "(106) Unable to cleanup your backup directory"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: lib/includes/job_backup.php:
|
331 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: lib/includes/job_backup.php:
|
335 |
msgid "(108) Unable to backup your site data files. Please try again"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: lib/includes/job_backup.php:
|
339 |
msgid "(109) Unable to finalize backup. Please try again"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
343 |
msgid ""
|
344 |
"(114) Your database was accessible but an export could not be created. "
|
345 |
"Please contact support by clicking the get support link on the right. Please "
|
346 |
"let us know who your host is when you submit the request"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: lib/includes/job_backup.php:
|
350 |
msgid "(120) Unable to backup your themes. Please try again"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: lib/includes/job_backup.php:
|
354 |
msgid "(121) Unable to backup your plugins. Please try again"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: lib/includes/job_backup.php:
|
358 |
msgid "(122) Unable to backup your uploads. Please try again"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: lib/includes/job_backup.php:
|
362 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: lib/includes/job_backup.php:
|
366 |
msgid ""
|
367 |
"(125) Unable to compress your backup because there is no zip utility "
|
368 |
"available. Please contact support"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: lib/includes/job_backup.php:
|
372 |
msgid "(126) Unable to validate your backup. Please try again"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: lib/includes/job_backup.php:
|
376 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: lib/includes/job_backup.php:
|
380 |
msgid "(128) Unable to create job control record. Please try again"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: lib/includes/job_backup.php:
|
384 |
msgid ""
|
385 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
386 |
"settings of your wp-backitup backup directory"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: lib/includes/job_backup.php:
|
390 |
msgid ""
|
391 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
392 |
"your wp-backitup plugin directory"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: lib/includes/job_backup.php:
|
396 |
msgid "(2103) Unable to backup your files. Please try again"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: lib/includes/job_backup.php:
|
400 |
msgid "(2104) Unable to export your database. Please try again"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: lib/includes/job_backup.php:
|
404 |
msgid "(2105) Unable to export site information file. Please try again"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: lib/includes/job_backup.php:
|
408 |
msgid "(2106) Unable to cleanup your backup directory"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: lib/includes/job_backup.php:
|
412 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: lib/includes/job_backup.php:
|
416 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: lib/includes/job_backup.php:
|
420 |
msgid "(2109) Unable to finalize backup. Please try again"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
424 |
msgid ""
|
425 |
"(2114) Your database was accessible but an export could not be created. "
|
426 |
"Please contact support by clicking the get support link on the right. Please "
|
427 |
"let us know who your host is when you submit the request"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: lib/includes/job_backup.php:
|
431 |
msgid "(2120) Unable to backup your themes. Please try again"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: lib/includes/job_backup.php:
|
435 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: lib/includes/job_backup.php:
|
439 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: lib/includes/job_backup.php:
|
443 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: lib/includes/job_backup.php:
|
447 |
msgid ""
|
448 |
"(2125) Unable to compress your backup because there is no zip utility "
|
449 |
"available. Please contact support"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: lib/includes/job_backup.php:
|
453 |
msgid "(2126) Unable to validate your backup. Please try again"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: lib/includes/job_backup.php:
|
457 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: lib/includes/job_backup.php:
|
461 |
msgid "(2128) Unable to create job control record. Please try again"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: lib/includes/job_backup.php:
|
465 |
msgid "(999) Unexpected error"
|
466 |
msgstr ""
|
467 |
|
@@ -473,62 +481,62 @@ msgstr ""
|
|
473 |
msgid "%s Dashboard"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: views/backup.php:
|
477 |
msgid "Dismiss"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: views/backup.php:
|
481 |
#, php-format
|
482 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: views/backup.php:
|
486 |
msgid "support"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: views/backup.php:
|
490 |
msgid "Close"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: views/backup.php:
|
494 |
msgid ""
|
495 |
"Click the backup button to create a zipped backup file of this site's "
|
496 |
"database, plugins, themes and settings."
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: views/backup.php:
|
500 |
msgid ""
|
501 |
"Once your backup file has been created it will appear in the available "
|
502 |
"backups section below. This file may remain on your hosting providers server "
|
503 |
"but we recommend that you download and save it somewhere safe."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: views/backup.php:
|
507 |
msgid ""
|
508 |
-
"
|
509 |
"automated restore of their site."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: views/backup.php:
|
513 |
msgid "Cancel"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: views/backup.php:
|
517 |
#, php-format
|
518 |
msgid ""
|
519 |
-
"
|
520 |
"their site. Please visit %s for manual restore instructions."
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: views/backup.php:
|
524 |
msgid "Backup Schedule"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: views/backup.php:
|
528 |
msgid "Select the days of the week you would like your backup to run."
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: views/backup.php:
|
532 |
msgid ""
|
533 |
"Backup your site once per week or every day, it's up to you. If you have "
|
534 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -537,207 +545,213 @@ msgid ""
|
|
537 |
"but we recommend that you download and save it somewhere safe."
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: views/backup.php:
|
541 |
msgid "Please make sure to schedule your backup for at least once per week."
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: views/backup.php:
|
545 |
msgid "Monday"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: views/backup.php:
|
549 |
msgid "Tuesday"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: views/backup.php:
|
553 |
msgid "Wednesday"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: views/backup.php:
|
557 |
msgid "Thursday"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: views/backup.php:
|
561 |
msgid "Friday"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: views/backup.php:
|
565 |
msgid "Saturday"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: views/backup.php:
|
569 |
msgid "Sunday"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: views/backup.php:
|
573 |
msgid "Save Schedule"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: views/backup.php:
|
577 |
#, php-format
|
578 |
msgid ""
|
579 |
-
"Scheduled backups are only available to
|
580 |
-
"Please visit %s to get
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: views/backup.php:
|
584 |
msgid "Available Backups"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
588 |
msgid "Date"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: views/backup.php:
|
592 |
msgid "Duration"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: views/backup.php:
|
596 |
msgid "Success"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: views/backup.php:
|
600 |
msgid "Active"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: views/backup.php:
|
604 |
msgid "No backup archives found."
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: views/backup.php:
|
608 |
#, php-format
|
609 |
msgid ""
|
610 |
-
"The automated restore feature is only available to
|
611 |
-
"customers. Please visit %s to get
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: views/backup.php:
|
615 |
msgid "Nothing to report"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: views/backup.php:
|
619 |
msgid "Preparing for backup"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: views/backup.php:
|
623 |
-
#: views/backup.php:
|
624 |
-
#: views/backup.php:
|
625 |
-
#: views/backup.php:
|
626 |
-
#: views/restore.php:
|
627 |
-
#: views/restore.php:
|
628 |
-
#: views/restore.php:
|
|
|
629 |
msgid "Done"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: views/backup.php:
|
633 |
-
#: views/backup.php:
|
634 |
-
#: views/backup.php:
|
635 |
-
#: views/backup.php:
|
636 |
-
#: views/restore.php:
|
637 |
-
#: views/restore.php:
|
638 |
-
#: views/restore.php:
|
|
|
639 |
msgid "Failed"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: views/backup.php:
|
643 |
msgid "Creating inventory of files to backup"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: views/backup.php:
|
647 |
msgid "Backing up database"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: views/backup.php:
|
651 |
msgid "Creating backup information file"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: views/backup.php:
|
655 |
msgid "Backing up themes"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: views/backup.php:
|
659 |
msgid "Backing up plugins"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: views/backup.php:
|
663 |
msgid "Backing up uploads"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: views/backup.php:
|
667 |
msgid "Backing up everything else"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: views/backup.php:
|
671 |
msgid "Validating backup"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: views/backup.php:
|
675 |
msgid "Finalizing backup"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: views/backup.php:
|
679 |
msgid "Backup completed successfully"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: views/backup.php:
|
683 |
msgid "Backups"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: views/backup.php:
|
687 |
msgid "Version "
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: views/backup.php:
|
691 |
-
msgid "Welcome to
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: views/backup.php:
|
695 |
msgid "The simplest way to backup your WordPress site."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: views/backup.php:
|
699 |
msgid ""
|
700 |
"Getting started is easy, just click the backup button on the left side of "
|
701 |
"this page."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: views/backup.php:
|
705 |
#, php-format
|
706 |
msgid ""
|
707 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
708 |
"medium;color: green\">%s</span> successful backups."
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: views/backup.php:
|
712 |
msgid "Tips"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: views/backup.php:
|
716 |
msgid "Backup your site at least once per week"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: views/backup.php:
|
720 |
msgid "Download all your backups and store them somewhere safe"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: views/backup.php:
|
724 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: views/backup.php:
|
728 |
#, php-format
|
729 |
msgid "Why not %s and schedule your backups!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: views/backup.php:
|
733 |
msgid "upgrade"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: views/backup.php:
|
737 |
-
msgid "Register
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: views/backup.php:
|
741 |
msgid ""
|
742 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
743 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -745,81 +759,81 @@ msgid ""
|
|
745 |
"site."
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: views/backup.php:
|
749 |
msgid "name"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: views/backup.php:
|
753 |
msgid "email address"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: views/backup.php:
|
757 |
msgid "license key"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: views/backup.php:
|
761 |
#, php-format
|
762 |
msgid "%s"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: views/backup.php:
|
766 |
msgid "Free plugin customers do not need to enter license key."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: views/backup.php:
|
770 |
msgid "Register"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: views/backup.php:
|
774 |
msgid "License Info"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: views/backup.php:
|
778 |
msgid "Name"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: views/backup.php:
|
782 |
msgid "Email"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: views/backup.php:
|
786 |
msgid "License Type"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: views/backup.php:
|
790 |
msgid "Expires"
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: views/backup.php:
|
794 |
msgid "Enter license key to activate on this site."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: views/backup.php:
|
798 |
msgid "License Active"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: views/backup.php:
|
802 |
msgid "License expired"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: views/backup.php:
|
806 |
msgid "Update"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: views/backup.php:
|
810 |
msgid "Activate"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: views/backup.php:
|
814 |
#, php-format
|
815 |
msgid "Purchase a %s license using the purchase link above."
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: views/backup.php:
|
819 |
msgid "no-risk"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: views/backup.php:
|
823 |
#, php-format
|
824 |
msgid ""
|
825 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -827,52 +841,42 @@ msgid ""
|
|
827 |
"support</strong> team."
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: views/backup.php:
|
831 |
msgid "Useful Links"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: views/backup.php:
|
835 |
msgid "Getting Started Video"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: views/backup.php:
|
839 |
msgid "Your account"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
843 |
msgid "Documentation"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: views/backup.php:
|
847 |
msgid "Get support"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: views/backup.php:
|
851 |
msgid "Feature request"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: views/backup.php:
|
855 |
msgid "Language Translations"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: views/backup.php:
|
859 |
msgid "Contact"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: views/backup.php:626 views/backup.php:651
|
863 |
-
msgid "WP BackItUp Backup Set"
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: views/backup.php:628
|
867 |
-
msgid ""
|
868 |
-
"Below are the archive files included in this backup set. Click the link to "
|
869 |
-
"download."
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: views/backup.php:652
|
873 |
-
msgid "Please refresh this page to download your new backup files."
|
874 |
-
msgstr ""
|
875 |
-
|
876 |
#: views/restore.php:13
|
877 |
#, php-format
|
878 |
msgid "%s Restore"
|
@@ -896,8 +900,8 @@ msgstr ""
|
|
896 |
#, php-format
|
897 |
msgid ""
|
898 |
"<p>* The automated restore feature is only available to licensed customers. "
|
899 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
900 |
-
"
|
901 |
msgstr ""
|
902 |
|
903 |
#: views/restore.php:177
|
@@ -906,23 +910,23 @@ msgstr ""
|
|
906 |
|
907 |
#: views/restore.php:180
|
908 |
msgid ""
|
909 |
-
"Upload
|
910 |
"backups."
|
911 |
msgstr ""
|
912 |
|
913 |
#: views/restore.php:197
|
914 |
-
msgid "
|
915 |
msgstr ""
|
916 |
|
917 |
#: views/restore.php:198
|
918 |
-
msgid "Backup files may be uploaded into
|
919 |
msgstr ""
|
920 |
|
921 |
#: views/restore.php:198
|
922 |
msgid ""
|
923 |
-
"They may also be uploaded manually into the
|
924 |
-
"
|
925 |
-
"
|
926 |
msgstr ""
|
927 |
|
928 |
#: views/restore.php:202
|
@@ -940,152 +944,156 @@ msgid ""
|
|
940 |
"Available Backups section above. "
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: views/restore.php:243
|
944 |
-
msgid "Preparing for restore"
|
945 |
-
msgstr ""
|
946 |
-
|
947 |
#: views/restore.php:244
|
948 |
-
msgid "
|
949 |
msgstr ""
|
950 |
|
951 |
#: views/restore.php:245
|
952 |
-
msgid "
|
953 |
msgstr ""
|
954 |
|
955 |
#: views/restore.php:246
|
956 |
-
msgid "
|
957 |
msgstr ""
|
958 |
|
959 |
#: views/restore.php:247
|
960 |
-
msgid "
|
961 |
msgstr ""
|
962 |
|
963 |
#: views/restore.php:248
|
964 |
-
msgid "
|
965 |
msgstr ""
|
966 |
|
967 |
#: views/restore.php:249
|
968 |
-
msgid "
|
969 |
msgstr ""
|
970 |
|
971 |
#: views/restore.php:250
|
972 |
-
msgid "
|
973 |
msgstr ""
|
974 |
|
975 |
#: views/restore.php:251
|
976 |
-
msgid "
|
977 |
msgstr ""
|
978 |
|
979 |
#: views/restore.php:252
|
980 |
-
msgid "
|
|
|
|
|
|
|
|
|
981 |
msgstr ""
|
982 |
|
983 |
#: views/restore.php:254
|
|
|
|
|
|
|
|
|
984 |
msgid "Updating permalinks"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: views/restore.php:
|
988 |
msgid "Error 201: No file selected"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: views/restore.php:
|
992 |
msgid "Error 202: Your file could not be uploaded"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: views/restore.php:
|
996 |
msgid "Error 203: Your backup could not be unzipped"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: views/restore.php:
|
1000 |
msgid ""
|
1001 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1002 |
"valid backup"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: views/restore.php:
|
1006 |
msgid "Error 205: Cannot create restore point"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: views/restore.php:
|
1010 |
msgid "Error 206: Unable to connect to your database"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: views/restore.php:
|
1014 |
msgid ""
|
1015 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: views/restore.php:
|
1019 |
msgid ""
|
1020 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: views/restore.php:
|
1024 |
msgid ""
|
1025 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: views/restore.php:
|
1029 |
msgid ""
|
1030 |
"Error 210: Unable to get current user password from database. Please try "
|
1031 |
"again"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: views/restore.php:
|
1035 |
msgid ""
|
1036 |
"Error 211: Unable to get current user email from database. Please try again"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: views/restore.php:
|
1040 |
msgid ""
|
1041 |
"Error 212: Unable to import your database. This may require importing the "
|
1042 |
"file manually"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: views/restore.php:
|
1046 |
msgid ""
|
1047 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1048 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1049 |
"correct"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: views/restore.php:
|
1053 |
msgid ""
|
1054 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1055 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1056 |
"correct"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: views/restore.php:
|
1060 |
msgid ""
|
1061 |
"Warning 215: Unable to update your user information. This may require you to "
|
1062 |
"login with the admin username and password that was used when the backup was "
|
1063 |
"created"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
-
#: views/restore.php:
|
1067 |
msgid "Error 216: Database not found in backup"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: views/restore.php:
|
1071 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: views/restore.php:
|
1075 |
msgid ""
|
1076 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1077 |
"CHMOD settings in /wp-content/"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: views/restore.php:
|
1081 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: views/restore.php:
|
1085 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: views/restore.php:
|
1089 |
#, php-format
|
1090 |
msgid ""
|
1091 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1094,137 +1102,155 @@ msgid ""
|
|
1094 |
"> FAQs</a> for more info."
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: views/restore.php:
|
1098 |
msgid "Error 222: Unable to create restore folder"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: views/restore.php:
|
1102 |
msgid ""
|
1103 |
-
"Error 223: An error occurred during the restore.
|
1104 |
"restore the database to its previous state but were unsuccessful. Please "
|
1105 |
-
"contact
|
1106 |
"further restores"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: views/restore.php:
|
1110 |
msgid ""
|
1111 |
"Error 224: An error occurred during the restore, however, we have "
|
1112 |
"successfully restored your database to the previous state"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: views/restore.php:
|
1116 |
msgid ""
|
1117 |
-
"Error 225: Restore option is only available to licensed
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: views/restore.php:
|
1121 |
msgid ""
|
1122 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1123 |
"different version of WordPress"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
#: views/restore.php:
|
1127 |
msgid ""
|
1128 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1129 |
-
"different version of
|
1130 |
-
"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: views/restore.php:
|
1134 |
msgid ""
|
1135 |
-
"Error 230:
|
1136 |
"restore. However, we were able to successfully revert the database back to "
|
1137 |
"its original state . This error may require importing the database manually"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: views/restore.php:
|
1141 |
msgid ""
|
1142 |
-
"Error 235:
|
1143 |
-
"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: views/restore.php:
|
1147 |
msgid ""
|
1148 |
-
"Error 250:
|
1149 |
"running. Please wait for the backup to complete and then try again"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
-
#: views/restore.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1153 |
msgid ""
|
1154 |
-
"Error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1155 |
"manifest is empty"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: views/restore.php:
|
1159 |
msgid ""
|
1160 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1161 |
"make sure to upload all zip files that were part of this backup"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: views/restore.php:
|
1165 |
msgid ""
|
1166 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1167 |
"Please make sure to upload only zip files that were part of this backup"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: views/restore.php:
|
1171 |
msgid ""
|
1172 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1173 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1174 |
"set again and attempt the restore one more time. "
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: views/restore.php:
|
1178 |
msgid ""
|
1179 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1180 |
"upload all zip files that were part of this backup"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: views/restore.php:
|
1184 |
msgid ""
|
1185 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1186 |
-
"restore logs to see what
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: views/restore.php:
|
1190 |
msgid ""
|
1191 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1192 |
-
"to see what
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: views/restore.php:
|
1196 |
msgid "Error 2001: Unable to prepare site for restore"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: views/restore.php:
|
1200 |
msgid "Error 2002: Unable to unzip backup"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: views/restore.php:
|
1204 |
msgid "Error 2003: Unable to validate backup"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: views/restore.php:
|
1208 |
msgid "Error 2004: Unable to create restore point"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: views/restore.php:
|
1212 |
msgid "Error 2005: Unable to stage wp-content"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: views/restore.php:
|
1216 |
msgid "Error 2006: Unable to restore content files"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: views/restore.php:
|
1220 |
msgid "Error 2007: Unable to restore database"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: views/restore.php:
|
1224 |
msgid "Error 2999: Unexpected error encountered"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: views/restore.php:
|
1228 |
msgid ""
|
1229 |
"Restore completed successfully. If you are prompted to login please do so "
|
1230 |
"with your current username and password"
|
@@ -1235,169 +1261,187 @@ msgstr ""
|
|
1235 |
msgid "%s Settings"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: views/settings.php:
|
1239 |
msgid "Settings updated successfully!"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: views/settings.php:
|
1243 |
msgid "Email Notifications"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: views/settings.php:
|
1247 |
msgid ""
|
1248 |
"Please enter your email address if you would like to receive backup email "
|
1249 |
"notifications."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: views/settings.php:
|
1253 |
msgid ""
|
1254 |
"Backup email notifications will be sent for every backup and will contain "
|
1255 |
"status information related to the backup."
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: views/settings.php:
|
1259 |
-
#: views/settings.php:
|
1260 |
-
#: views/settings.php:
|
1261 |
msgid "Save"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: views/settings.php:
|
1265 |
msgid "Backup Retention"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: views/settings.php:
|
1269 |
msgid ""
|
1270 |
"Enter the number of backup archives that you would like to remain on the "
|
1271 |
"server."
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: views/settings.php:
|
1275 |
msgid ""
|
1276 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1277 |
-
"This option tells
|
1278 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1279 |
"oldest backup archives first."
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: views/settings.php:
|
1283 |
-
msgid "
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: views/settings.php:
|
1287 |
-
msgid "Turn on
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: views/settings.php:
|
1291 |
msgid ""
|
1292 |
"This option should only be turned on by advanced users or when "
|
1293 |
"troubleshooting issues with WPBackItUp support."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: views/settings.php:
|
1297 |
msgid "Yes"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: views/settings.php:
|
1301 |
msgid "No"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1305 |
msgid "Batch Size"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: views/settings.php:
|
1309 |
msgid "Enter the batch size for each of your content items."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: views/settings.php:
|
1313 |
msgid ""
|
1314 |
-
"These settings tell
|
1315 |
"backup at a time. If you experience timeouts while running a backup then "
|
1316 |
-
"these settings can be used to help reduce the amount of time it takes
|
1317 |
-
"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: views/settings.php:
|
1321 |
msgid "DB Tables Batch Size"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: views/settings.php:
|
1325 |
msgid "Plugins Batch Size"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: views/settings.php:
|
1329 |
msgid "Themes Batch Size"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: views/settings.php:
|
1333 |
msgid "Uploads Batch Size"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: views/settings.php:
|
1337 |
msgid "Others Batch Size"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: views/settings.php:
|
1341 |
msgid ""
|
1342 |
"* These settings should only be modified by advanced users or when when "
|
1343 |
-
"working with
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: views/settings.php:
|
1347 |
msgid "Filter Your Folders"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#: views/settings.php:
|
1351 |
msgid ""
|
1352 |
"Enter a comma separated list of folders that should be excluded from your "
|
1353 |
"backups."
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: views/settings.php:
|
1357 |
msgid ""
|
1358 |
"It is important to note that when a folder name is present in this list any "
|
1359 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
1360 |
"backup."
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: views/settings.php:
|
1364 |
msgid "Plugin Folders Filter"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: views/settings.php:
|
1368 |
msgid "Theme Folders Filter"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: views/settings.php:
|
1372 |
msgid "Upload Folders Filter"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: views/settings.php:
|
1376 |
msgid "Other Folders Filter"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: views/settings.php:
|
1380 |
msgid "Filter Your Database Tables"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: views/settings.php:
|
1384 |
msgid "Exclude custom database tables from the backup."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: views/settings.php:
|
1388 |
msgid ""
|
1389 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1390 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
1391 |
"the backup. "
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: views/settings.php:
|
1395 |
msgid "Remove Data on Uninstall?"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: views/settings.php:
|
1399 |
msgid ""
|
1400 |
-
"Check this box if you would like
|
1401 |
"data when the plugin is deleted."
|
1402 |
msgstr ""
|
1403 |
|
@@ -1421,7 +1465,7 @@ msgstr ""
|
|
1421 |
#: views/support.php:47
|
1422 |
#, php-format
|
1423 |
msgid ""
|
1424 |
-
"Please make sure to open a support ticket via
|
1425 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1426 |
msgstr ""
|
1427 |
|
@@ -1448,7 +1492,7 @@ msgid "Send"
|
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: views/support.php:83
|
1451 |
-
msgid "Please register your version of
|
1452 |
msgstr ""
|
1453 |
|
1454 |
#: views/support.php:87
|
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 |
|
30 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
31 |
msgid "Support"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
35 |
msgid "Settings"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
39 |
msgid ""
|
40 |
"The backup you have selected exceeds what your host allows you to upload."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
44 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
45 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
46 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
47 |
msgid "Warning"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
51 |
+
#: views/backup.php:376
|
52 |
msgid "Error"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
56 |
msgid "Response"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
60 |
+
#: views/backup.php:430 views/restore.php:230
|
61 |
msgid "Status"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
65 |
msgid "Download"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
69 |
#: views/restore.php:129
|
70 |
msgid "Delete"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
74 |
msgid "(JS997) Unexpected error"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
78 |
msgid "(JS998) Unexpected error"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
82 |
msgid "(JS999) An unexpected error has occurred"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
86 |
msgid "Scheduled has been saved."
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
90 |
msgid "Scheduled was not saved."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
94 |
msgid "Are you sure you want to restore your site?"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
98 |
msgid "Are you sure ?"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
102 |
msgid "This file cannot be delete!"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
106 |
msgid "View Log"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
110 |
msgid "New Backup!"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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 |
"<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 |
|
224 |
msgid "Invalid Nonce"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
228 |
msgid "Upload directory is not writable, or does not exist."
|
229 |
msgstr ""
|
230 |
|
237 |
msgid "File could not be uploaded"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: lib/includes/handler_upload.php:146
|
241 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: lib/includes/handler_upload.php:166
|
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 |
"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 |
|
481 |
msgid "%s Dashboard"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: views/backup.php:242
|
485 |
msgid "Dismiss"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: views/backup.php:254
|
489 |
#, php-format
|
490 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
494 |
msgid "support"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: views/backup.php:257 views/backup.php:263
|
498 |
msgid "Close"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: views/backup.php:278
|
502 |
msgid ""
|
503 |
"Click the backup button to create a zipped backup file of this site's "
|
504 |
"database, plugins, themes and settings."
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: views/backup.php:279
|
508 |
msgid ""
|
509 |
"Once your backup file has been created it will appear in the available "
|
510 |
"backups section below. This file may remain on your hosting providers server "
|
511 |
"but we recommend that you download and save it somewhere safe."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: views/backup.php:280
|
515 |
msgid ""
|
516 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
517 |
"automated restore of their site."
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: views/backup.php:284
|
521 |
msgid "Cancel"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: views/backup.php:291
|
525 |
#, php-format
|
526 |
msgid ""
|
527 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
528 |
"their site. Please visit %s for manual restore instructions."
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: views/backup.php:298
|
532 |
msgid "Backup Schedule"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: views/backup.php:300
|
536 |
msgid "Select the days of the week you would like your backup to run."
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: views/backup.php:302
|
540 |
msgid ""
|
541 |
"Backup your site once per week or every day, it's up to you. If you have "
|
542 |
"email notifications turned on we'll even send you an email when it's done. "
|
545 |
"but we recommend that you download and save it somewhere safe."
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: views/backup.php:304
|
549 |
msgid "Please make sure to schedule your backup for at least once per week."
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: views/backup.php:308
|
553 |
msgid "Monday"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: views/backup.php:309
|
557 |
msgid "Tuesday"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: views/backup.php:310
|
561 |
msgid "Wednesday"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: views/backup.php:311
|
565 |
msgid "Thursday"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: views/backup.php:312
|
569 |
msgid "Friday"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: views/backup.php:313
|
573 |
msgid "Saturday"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: views/backup.php:314
|
577 |
msgid "Sunday"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: views/backup.php:317
|
581 |
msgid "Save Schedule"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: views/backup.php:322
|
585 |
#, php-format
|
586 |
msgid ""
|
587 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
588 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: views/backup.php:329 views/restore.php:95
|
592 |
msgid "Available Backups"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: views/backup.php:349
|
596 |
+
msgid "Type"
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: views/backup.php:350 views/restore.php:100
|
600 |
msgid "Date"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: views/backup.php:351
|
604 |
msgid "Duration"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: views/backup.php:370
|
608 |
msgid "Success"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: views/backup.php:373
|
612 |
msgid "Active"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: views/backup.php:416 views/restore.php:149
|
616 |
msgid "No backup archives found."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: views/backup.php:425
|
620 |
#, php-format
|
621 |
msgid ""
|
622 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
623 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: views/backup.php:434 views/restore.php:234
|
627 |
msgid "Nothing to report"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: views/backup.php:439
|
631 |
msgid "Preparing for backup"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
635 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
636 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
637 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
638 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
639 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
640 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
641 |
+
#: views/restore.php:256
|
642 |
msgid "Done"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
646 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
647 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
648 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
649 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
650 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
651 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
652 |
+
#: views/restore.php:256
|
653 |
msgid "Failed"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: views/backup.php:440
|
657 |
msgid "Creating inventory of files to backup"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: views/backup.php:441
|
661 |
msgid "Backing up database"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: views/backup.php:442
|
665 |
msgid "Creating backup information file"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: views/backup.php:443
|
669 |
msgid "Backing up themes"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: views/backup.php:444
|
673 |
msgid "Backing up plugins"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: views/backup.php:445
|
677 |
msgid "Backing up uploads"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: views/backup.php:446
|
681 |
msgid "Backing up everything else"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: views/backup.php:447
|
685 |
msgid "Validating backup"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: views/backup.php:448
|
689 |
msgid "Finalizing backup"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: views/backup.php:458
|
693 |
msgid "Backup completed successfully"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: views/backup.php:479
|
697 |
msgid "Backups"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: views/backup.php:479
|
701 |
msgid "Version "
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: views/backup.php:481
|
705 |
+
msgid "Welcome to WPBackItUp!"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: views/backup.php:481
|
709 |
msgid "The simplest way to backup your WordPress site."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: views/backup.php:482
|
713 |
msgid ""
|
714 |
"Getting started is easy, just click the backup button on the left side of "
|
715 |
"this page."
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: views/backup.php:486
|
719 |
#, php-format
|
720 |
msgid ""
|
721 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
722 |
"medium;color: green\">%s</span> successful backups."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: views/backup.php:487
|
726 |
msgid "Tips"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: views/backup.php:488
|
730 |
msgid "Backup your site at least once per week"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: views/backup.php:489
|
734 |
msgid "Download all your backups and store them somewhere safe"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: views/backup.php:490
|
738 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: views/backup.php:495
|
742 |
#, php-format
|
743 |
msgid "Why not %s and schedule your backups!"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: views/backup.php:495
|
747 |
msgid "upgrade"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: views/backup.php:504
|
751 |
+
msgid "Register WPBackItUp"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: views/backup.php:507
|
755 |
msgid ""
|
756 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
757 |
"access to our world class <b>support</b> team. <br />\n"
|
759 |
"site."
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: views/backup.php:509
|
763 |
msgid "name"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: views/backup.php:510
|
767 |
msgid "email address"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: views/backup.php:511
|
771 |
msgid "license key"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
775 |
#, php-format
|
776 |
msgid "%s"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: views/backup.php:512
|
780 |
msgid "Free plugin customers do not need to enter license key."
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: views/backup.php:513
|
784 |
msgid "Register"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: views/backup.php:522
|
788 |
msgid "License Info"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: views/backup.php:544
|
792 |
msgid "Name"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: views/backup.php:545
|
796 |
msgid "Email"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: views/backup.php:546
|
800 |
msgid "License Type"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: views/backup.php:547
|
804 |
msgid "Expires"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: views/backup.php:550
|
808 |
msgid "Enter license key to activate on this site."
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: views/backup.php:557
|
812 |
msgid "License Active"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: views/backup.php:565
|
816 |
msgid "License expired"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: views/backup.php:569
|
820 |
msgid "Update"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: views/backup.php:573
|
824 |
msgid "Activate"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: views/backup.php:577
|
828 |
#, php-format
|
829 |
msgid "Purchase a %s license using the purchase link above."
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: views/backup.php:577
|
833 |
msgid "no-risk"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: views/backup.php:583
|
837 |
#, php-format
|
838 |
msgid ""
|
839 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
841 |
"support</strong> team."
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: views/backup.php:594
|
845 |
msgid "Useful Links"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: views/backup.php:596
|
849 |
msgid "Getting Started Video"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: views/backup.php:599
|
853 |
msgid "Your account"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: views/backup.php:602
|
857 |
+
msgid "Website Migration Service"
|
858 |
+
msgstr ""
|
859 |
+
|
860 |
+
#: views/backup.php:604
|
861 |
msgid "Documentation"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: views/backup.php:607
|
865 |
msgid "Get support"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: views/backup.php:610
|
869 |
msgid "Feature request"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: views/backup.php:612
|
873 |
msgid "Language Translations"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: views/backup.php:614
|
877 |
msgid "Contact"
|
878 |
msgstr ""
|
879 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
880 |
#: views/restore.php:13
|
881 |
#, php-format
|
882 |
msgid "%s Restore"
|
900 |
#, php-format
|
901 |
msgid ""
|
902 |
"<p>* The automated restore feature is only available to licensed customers. "
|
903 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
904 |
+
"WPBackItUp risk free for 30 days.</p>"
|
905 |
msgstr ""
|
906 |
|
907 |
#: views/restore.php:177
|
910 |
|
911 |
#: views/restore.php:180
|
912 |
msgid ""
|
913 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
914 |
"backups."
|
915 |
msgstr ""
|
916 |
|
917 |
#: views/restore.php:197
|
918 |
+
msgid "WPBackItUp - Upload backup files"
|
919 |
msgstr ""
|
920 |
|
921 |
#: views/restore.php:198
|
922 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
923 |
msgstr ""
|
924 |
|
925 |
#: views/restore.php:198
|
926 |
msgid ""
|
927 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
928 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
929 |
+
"this page."
|
930 |
msgstr ""
|
931 |
|
932 |
#: views/restore.php:202
|
944 |
"Available Backups section above. "
|
945 |
msgstr ""
|
946 |
|
|
|
|
|
|
|
|
|
947 |
#: views/restore.php:244
|
948 |
+
msgid "Preparing for restore"
|
949 |
msgstr ""
|
950 |
|
951 |
#: views/restore.php:245
|
952 |
+
msgid "Unpacking backup set"
|
953 |
msgstr ""
|
954 |
|
955 |
#: views/restore.php:246
|
956 |
+
msgid "Unzipping backup files"
|
957 |
msgstr ""
|
958 |
|
959 |
#: views/restore.php:247
|
960 |
+
msgid "Validating backup files"
|
961 |
msgstr ""
|
962 |
|
963 |
#: views/restore.php:248
|
964 |
+
msgid "Deactivating plugins"
|
965 |
msgstr ""
|
966 |
|
967 |
#: views/restore.php:249
|
968 |
+
msgid "Creating database restore point"
|
969 |
msgstr ""
|
970 |
|
971 |
#: views/restore.php:250
|
972 |
+
msgid "Staging content files"
|
973 |
msgstr ""
|
974 |
|
975 |
#: views/restore.php:251
|
976 |
+
msgid "Restoring content files"
|
977 |
msgstr ""
|
978 |
|
979 |
#: views/restore.php:252
|
980 |
+
msgid "Restoring database"
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
+
#: views/restore.php:253
|
984 |
+
msgid "Updating current user info"
|
985 |
msgstr ""
|
986 |
|
987 |
#: views/restore.php:254
|
988 |
+
msgid "Updating site URL"
|
989 |
+
msgstr ""
|
990 |
+
|
991 |
+
#: views/restore.php:256
|
992 |
msgid "Updating permalinks"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: views/restore.php:262
|
996 |
msgid "Error 201: No file selected"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: views/restore.php:263
|
1000 |
msgid "Error 202: Your file could not be uploaded"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: views/restore.php:264
|
1004 |
msgid "Error 203: Your backup could not be unzipped"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: views/restore.php:265
|
1008 |
msgid ""
|
1009 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1010 |
"valid backup"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: views/restore.php:266
|
1014 |
msgid "Error 205: Cannot create restore point"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: views/restore.php:267
|
1018 |
msgid "Error 206: Unable to connect to your database"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: views/restore.php:268
|
1022 |
msgid ""
|
1023 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: views/restore.php:269
|
1027 |
msgid ""
|
1028 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: views/restore.php:270
|
1032 |
msgid ""
|
1033 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: views/restore.php:271
|
1037 |
msgid ""
|
1038 |
"Error 210: Unable to get current user password from database. Please try "
|
1039 |
"again"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: views/restore.php:272
|
1043 |
msgid ""
|
1044 |
"Error 211: Unable to get current user email from database. Please try again"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: views/restore.php:273
|
1048 |
msgid ""
|
1049 |
"Error 212: Unable to import your database. This may require importing the "
|
1050 |
"file manually"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: views/restore.php:274
|
1054 |
msgid ""
|
1055 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1056 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1057 |
"correct"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: views/restore.php:275
|
1061 |
msgid ""
|
1062 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1063 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1064 |
"correct"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: views/restore.php:276
|
1068 |
msgid ""
|
1069 |
"Warning 215: Unable to update your user information. This may require you to "
|
1070 |
"login with the admin username and password that was used when the backup was "
|
1071 |
"created"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: views/restore.php:277
|
1075 |
msgid "Error 216: Database not found in backup"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: views/restore.php:278
|
1079 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: views/restore.php:279
|
1083 |
msgid ""
|
1084 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1085 |
"CHMOD settings in /wp-content/"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: views/restore.php:280
|
1089 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: views/restore.php:281
|
1093 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: views/restore.php:282
|
1097 |
#, php-format
|
1098 |
msgid ""
|
1099 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1102 |
"> FAQs</a> for more info."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: views/restore.php:283
|
1106 |
msgid "Error 222: Unable to create restore folder"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: views/restore.php:284
|
1110 |
msgid ""
|
1111 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1112 |
"restore the database to its previous state but were unsuccessful. Please "
|
1113 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1114 |
"further restores"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: views/restore.php:285
|
1118 |
msgid ""
|
1119 |
"Error 224: An error occurred during the restore, however, we have "
|
1120 |
"successfully restored your database to the previous state"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: views/restore.php:286
|
1124 |
msgid ""
|
1125 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: views/restore.php:287
|
1129 |
msgid ""
|
1130 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1131 |
"different version of WordPress"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: views/restore.php:288
|
1135 |
msgid ""
|
1136 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1137 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1138 |
+
"convert this backup to the current version"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: views/restore.php:289
|
1142 |
msgid ""
|
1143 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1144 |
"restore. However, we were able to successfully revert the database back to "
|
1145 |
"its original state . This error may require importing the database manually"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
+
#: views/restore.php:290
|
1149 |
msgid ""
|
1150 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1151 |
+
"available. Please contact support"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: views/restore.php:291
|
1155 |
msgid ""
|
1156 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1157 |
"running. Please wait for the backup to complete and then try again"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: views/restore.php:293
|
1161 |
+
msgid ""
|
1162 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1163 |
+
"try again and contact support if this issue continues"
|
1164 |
+
msgstr ""
|
1165 |
+
|
1166 |
+
#: views/restore.php:294
|
1167 |
msgid ""
|
1168 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1169 |
+
"try again and contact support if this issue continues"
|
1170 |
+
msgstr ""
|
1171 |
+
|
1172 |
+
#: views/restore.php:295
|
1173 |
+
msgid ""
|
1174 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1175 |
+
"try again and contact support if this issue continues"
|
1176 |
+
msgstr ""
|
1177 |
+
|
1178 |
+
#: views/restore.php:297
|
1179 |
+
msgid ""
|
1180 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1181 |
"manifest is empty"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: views/restore.php:298
|
1185 |
msgid ""
|
1186 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1187 |
"make sure to upload all zip files that were part of this backup"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: views/restore.php:299
|
1191 |
msgid ""
|
1192 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1193 |
"Please make sure to upload only zip files that were part of this backup"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: views/restore.php:300
|
1197 |
msgid ""
|
1198 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1199 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1200 |
"set again and attempt the restore one more time. "
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: views/restore.php:301
|
1204 |
msgid ""
|
1205 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1206 |
"upload all zip files that were part of this backup"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: views/restore.php:303
|
1210 |
msgid ""
|
1211 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1212 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: views/restore.php:304
|
1216 |
msgid ""
|
1217 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1218 |
+
"to see what WPBackItUp was unable to restore"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: views/restore.php:306
|
1222 |
msgid "Error 2001: Unable to prepare site for restore"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: views/restore.php:307
|
1226 |
msgid "Error 2002: Unable to unzip backup"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: views/restore.php:308
|
1230 |
msgid "Error 2003: Unable to validate backup"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: views/restore.php:309
|
1234 |
msgid "Error 2004: Unable to create restore point"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: views/restore.php:310
|
1238 |
msgid "Error 2005: Unable to stage wp-content"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: views/restore.php:311
|
1242 |
msgid "Error 2006: Unable to restore content files"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: views/restore.php:312
|
1246 |
msgid "Error 2007: Unable to restore database"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: views/restore.php:313
|
1250 |
msgid "Error 2999: Unexpected error encountered"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: views/restore.php:320
|
1254 |
msgid ""
|
1255 |
"Restore completed successfully. If you are prompted to login please do so "
|
1256 |
"with your current username and password"
|
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 "
|
1304 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
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 "
|
1344 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
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 "
|
1360 |
+
"these settings can be used to help reduce the amount of time it takes "
|
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."
|
1446 |
msgstr ""
|
1447 |
|
1465 |
#: views/support.php:47
|
1466 |
#, php-format
|
1467 |
msgid ""
|
1468 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1469 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1470 |
msgstr ""
|
1471 |
|
1492 |
msgstr ""
|
1493 |
|
1494 |
#: views/support.php:83
|
1495 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1496 |
msgstr ""
|
1497 |
|
1498 |
#: views/support.php:87
|
languages/wp-backitup-es_ES.mo
CHANGED
Binary file
|
languages/wp-backitup-es_ES.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
#
|
2 |
# Translators:
|
3 |
-
# Germán Suárez <germansc.upwork@gmail.com>, 2015
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
-
"Project-Id-Version:
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
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,199 +14,201 @@ 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.
|
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:
|
23 |
-
#: views/backup.php:
|
24 |
#: wp-backitup.php:110
|
25 |
msgid "Backup"
|
26 |
msgstr "Copia de seguridad"
|
27 |
|
28 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
29 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
30 |
#: wp-backitup.php:124
|
31 |
msgid "Restore"
|
32 |
msgstr "Restaurar"
|
33 |
|
34 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
35 |
msgid "Support"
|
36 |
msgstr "Soporte"
|
37 |
|
38 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
39 |
msgid "Settings"
|
40 |
msgstr "Configuración"
|
41 |
|
42 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
43 |
msgid ""
|
44 |
"The backup you have selected exceeds what your host allows you to upload."
|
45 |
msgstr ""
|
46 |
"La copia de seguridad que ha seleccionado excede lo que su servidor le "
|
47 |
"permite subir."
|
48 |
|
49 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
50 |
-
#: views/backup.php:
|
51 |
-
#: views/backup.php:
|
52 |
-
#: views/backup.php:
|
53 |
msgid "Warning"
|
54 |
msgstr "Advertencia"
|
55 |
|
56 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
57 |
-
#: views/backup.php:
|
58 |
msgid "Error"
|
59 |
msgstr "Error"
|
60 |
|
61 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
62 |
msgid "Response"
|
63 |
msgstr "Respuesta"
|
64 |
|
65 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
66 |
-
#: views/backup.php:
|
67 |
msgid "Status"
|
68 |
msgstr "Estado"
|
69 |
|
70 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
71 |
msgid "Download"
|
72 |
msgstr "Descargar"
|
73 |
|
74 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
75 |
#: views/restore.php:129
|
76 |
msgid "Delete"
|
77 |
msgstr "Borrar"
|
78 |
|
79 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
80 |
msgid "(JS997) Unexpected error"
|
81 |
msgstr "(JS997) Error inesperado"
|
82 |
|
83 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
84 |
msgid "(JS998) Unexpected error"
|
85 |
msgstr "(JS998) Error inesperado"
|
86 |
|
87 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
88 |
msgid "(JS999) An unexpected error has occurred"
|
89 |
msgstr "(JS999) Ocurrió un error inesperado"
|
90 |
|
91 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
92 |
msgid "Scheduled has been saved."
|
93 |
msgstr "Se ha guardado la programación."
|
94 |
|
95 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
96 |
msgid "Scheduled was not saved."
|
97 |
msgstr "La programación no se ha guardado."
|
98 |
|
99 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
100 |
msgid "Are you sure you want to restore your site?"
|
101 |
msgstr "¿Está seguro de que quiere restaurar su sitio web?"
|
102 |
|
103 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
104 |
msgid "Are you sure ?"
|
105 |
msgstr "¿Está seguro?"
|
106 |
|
107 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
108 |
msgid "This file cannot be delete!"
|
109 |
msgstr "¡Este archivo no se puede borrar!"
|
110 |
|
111 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
112 |
msgid "View Log"
|
113 |
msgstr "Ver registro"
|
114 |
|
115 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
116 |
msgid "New Backup!"
|
117 |
msgstr "¡Nueva copia de seguridad!"
|
118 |
|
119 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
120 |
msgid "Uploaded Backup"
|
121 |
msgstr "Copia de seguridad subida"
|
122 |
|
123 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
124 |
msgid "Backup Queued"
|
125 |
msgstr "Copia de seguridad puesta en la cola"
|
126 |
|
127 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
132 |
msgid "Job is already in queue."
|
133 |
msgstr "La tarea ya está en la cola."
|
134 |
|
135 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
140 |
msgid "No user id found."
|
141 |
msgstr "No se ha encontrado la id de usuario."
|
142 |
|
143 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
144 |
msgid "Restore Queued"
|
145 |
msgstr "Restauración en la cola"
|
146 |
|
147 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
152 |
msgid "Restore already in queue"
|
153 |
msgstr "La restauración ya está en la cola"
|
154 |
|
155 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
156 |
msgid "No job id posted"
|
157 |
msgstr "Id de la tarea no publicado"
|
158 |
|
159 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
160 |
msgid "Backup Cancelled"
|
161 |
msgstr "Copia de seguridad cancelada"
|
162 |
|
163 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
168 |
msgid "No response log found."
|
169 |
msgstr "No se ha enontrado ningún registro."
|
170 |
|
171 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
172 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
173 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
174 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
175 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
178 |
msgid "Please enter a number"
|
179 |
msgstr "Por favor, introduzca un número"
|
180 |
|
181 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
182 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
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:
|
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:
|
195 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
202 |
msgid "License is invalid."
|
203 |
msgstr "Licencia no válida"
|
204 |
|
205 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
206 |
msgid "License has expired."
|
207 |
msgstr "La licencia ha caducado."
|
208 |
|
209 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
210 |
#, php-format
|
211 |
msgid ""
|
212 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -217,17 +219,17 @@ msgstr ""
|
|
217 |
"a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
|
218 |
"nuestro equipo de <strong>soporte de talla mundial</strong>."
|
219 |
|
220 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
221 |
msgid "License Expired: Scheduled backups are no longer active."
|
222 |
msgstr ""
|
223 |
"La licencia ha caducado. Las copias de seguridad programadas ya no están "
|
224 |
"activas."
|
225 |
|
226 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
227 |
msgid "Activation limit has been reached."
|
228 |
msgstr "Se ha llegado al límite de activaciones."
|
229 |
|
230 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
231 |
msgid "Your Activation limit has been reached"
|
232 |
msgstr "Se ha llegado a su límite de activaciones"
|
233 |
|
@@ -235,7 +237,7 @@ msgstr "Se ha llegado a su límite de activaciones"
|
|
235 |
msgid "Invalid Nonce"
|
236 |
msgstr "Nonce no válido"
|
237 |
|
238 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
239 |
msgid "Upload directory is not writable, or does not exist."
|
240 |
msgstr "El directorio de subida no tiene permisos de escritura, o no existe."
|
241 |
|
@@ -248,17 +250,19 @@ msgstr "Error: %s"
|
|
248 |
msgid "File could not be uploaded"
|
249 |
msgstr "No se ha podido subir el archivo"
|
250 |
|
251 |
-
#: lib/includes/handler_upload.php:
|
252 |
-
msgid "Upload does not appear to be a
|
253 |
-
msgstr "
|
|
|
|
|
254 |
|
255 |
-
#: lib/includes/handler_upload.php:
|
256 |
-
msgid "Could not import file into
|
257 |
msgstr ""
|
258 |
"No se ha podido importar el archivo dentro del conjunto de copias de "
|
259 |
-
"seguridad de
|
260 |
|
261 |
-
#: lib/includes/job_backup.php:
|
262 |
#, php-format
|
263 |
msgid ""
|
264 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -274,52 +278,52 @@ msgstr ""
|
|
274 |
"a></strong> para otro año de actualizaciones y acceso a nuestro equipo de "
|
275 |
"soporte de primer nivel.<br/><br/>"
|
276 |
|
277 |
-
#: lib/includes/job_backup.php:
|
278 |
#, php-format
|
279 |
msgid "%s - Backup completed successfully."
|
280 |
msgstr "%s - de la copia de seguridad completada con éxito."
|
281 |
|
282 |
-
#: lib/includes/job_backup.php:
|
283 |
msgid "Your backup completed successfully."
|
284 |
msgstr "Su copia de seguridad se ha completado con éxito."
|
285 |
|
286 |
-
#: lib/includes/job_backup.php:
|
287 |
#, php-format
|
288 |
msgid "%s - Backup did not complete successfully."
|
289 |
msgstr "%s - de la copia de seguridad no se ha completado con éxito."
|
290 |
|
291 |
-
#: lib/includes/job_backup.php:
|
292 |
msgid "Your backup did not complete successfully."
|
293 |
msgstr "Su copia de seguridad no se ha completado con éxito."
|
294 |
|
295 |
-
#: lib/includes/job_backup.php:
|
296 |
#, php-format
|
297 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
298 |
msgstr "Web de WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
299 |
|
300 |
-
#: lib/includes/job_backup.php:
|
301 |
msgid "Backup date:"
|
302 |
msgstr "Fecha de la copia de seguridad:"
|
303 |
|
304 |
-
#: lib/includes/job_backup.php:
|
305 |
-
msgid "Number of backups completed with
|
306 |
-
msgstr "Número de copias de seguridad realizadas con
|
307 |
|
308 |
-
#: lib/includes/job_backup.php:
|
309 |
msgid "Completion Code:"
|
310 |
msgstr "Código de finalización:"
|
311 |
|
312 |
-
#: lib/includes/job_backup.php:
|
313 |
-
msgid "
|
314 |
-
msgstr "Versión de
|
315 |
|
316 |
-
#: lib/includes/job_backup.php:
|
317 |
#, php-format
|
318 |
-
msgid "Checkout %s for info about
|
319 |
msgstr ""
|
320 |
-
"Comprueba %s para información sobre
|
321 |
|
322 |
-
#: lib/includes/job_backup.php:
|
323 |
msgid ""
|
324 |
"(101) Unable to create a new directory for backup. Please check your CHMOD "
|
325 |
"settings of your wp-backitup backup directory"
|
@@ -327,7 +331,7 @@ msgstr ""
|
|
327 |
"(101) No se puede crear un nuevo directorio para las copias de seguridad. "
|
328 |
"Compruebe la configuración CHMOD del directorio de wp-backitup"
|
329 |
|
330 |
-
#: lib/includes/job_backup.php:
|
331 |
msgid ""
|
332 |
"(102) Cannot create backup directory. Please check the CHMOD settings of "
|
333 |
"your wp-backitup plugin directory"
|
@@ -335,42 +339,48 @@ msgstr ""
|
|
335 |
"(102) No se ha podido crear el directorio para las copias de seguridad. "
|
336 |
"Compruebe la configuración CHMOD del directorio de wp-backitup"
|
337 |
|
338 |
-
#: lib/includes/job_backup.php:
|
339 |
msgid "(103) Unable to backup your files. Please try again"
|
340 |
msgstr ""
|
341 |
"(103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
|
342 |
"nuevo"
|
343 |
|
344 |
-
#: lib/includes/job_backup.php:
|
345 |
msgid "(104) Unable to export your database. Please try again"
|
346 |
msgstr "(104) No se puede exportar su base de datos. Inténtelo de nuevo"
|
347 |
|
348 |
-
#: lib/includes/job_backup.php:
|
349 |
msgid "(105) Unable to export site information file. Please try again"
|
350 |
msgstr ""
|
351 |
"(105) No se puede exportar el archivo de información del sitio web. "
|
352 |
"Inténtelo de nuevo"
|
353 |
|
354 |
-
#: lib/includes/job_backup.php:
|
355 |
msgid "(106) Unable to cleanup your backup directory"
|
356 |
msgstr "(106) No se puede limpiar su directorio de copias de seguridad"
|
357 |
|
358 |
-
#: lib/includes/job_backup.php:
|
359 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
360 |
msgstr ""
|
361 |
"(107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
|
362 |
|
363 |
-
#: lib/includes/job_backup.php:
|
364 |
msgid "(108) Unable to backup your site data files. Please try again"
|
365 |
msgstr ""
|
366 |
"(108) No se puede realizar la copia de seguridad de los archivos de datos de "
|
367 |
"su sitio web. Inténtelo de nuevo"
|
368 |
|
369 |
-
#: lib/includes/job_backup.php:
|
370 |
msgid "(109) Unable to finalize backup. Please try again"
|
371 |
msgstr "(109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
|
372 |
|
373 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
msgid ""
|
375 |
"(114) Your database was accessible but an export could not be created. "
|
376 |
"Please contact support by clicking the get support link on the right. Please "
|
@@ -382,31 +392,31 @@ msgstr ""
|
|
382 |
"Por favor díganos cual es su proveedor de hosting cuando nos envie la "
|
383 |
"petición"
|
384 |
|
385 |
-
#: lib/includes/job_backup.php:
|
386 |
msgid "(120) Unable to backup your themes. Please try again"
|
387 |
msgstr ""
|
388 |
"(120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
|
389 |
"nuevo"
|
390 |
|
391 |
-
#: lib/includes/job_backup.php:
|
392 |
msgid "(121) Unable to backup your plugins. Please try again"
|
393 |
msgstr ""
|
394 |
"(121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
|
395 |
"de nuevo"
|
396 |
|
397 |
-
#: lib/includes/job_backup.php:
|
398 |
msgid "(122) Unable to backup your uploads. Please try again"
|
399 |
msgstr ""
|
400 |
"(122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
|
401 |
"de nuevo"
|
402 |
|
403 |
-
#: lib/includes/job_backup.php:
|
404 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
405 |
msgstr ""
|
406 |
"(123) No se puede realizar la copia de seguridad de archivos diversos. "
|
407 |
"Inténtelo de nuevo"
|
408 |
|
409 |
-
#: lib/includes/job_backup.php:
|
410 |
msgid ""
|
411 |
"(125) Unable to compress your backup because there is no zip utility "
|
412 |
"available. Please contact support"
|
@@ -414,22 +424,22 @@ msgstr ""
|
|
414 |
"(125) No se puede comprimir su copia de seguridad debido a que no está "
|
415 |
"disponible la utilidad zip. Por favor contacte con el soporte técnico"
|
416 |
|
417 |
-
#: lib/includes/job_backup.php:
|
418 |
msgid "(126) Unable to validate your backup. Please try again"
|
419 |
msgstr "(126) No se puede validar su copia de seguridad. Inténtelo de nuevo."
|
420 |
|
421 |
-
#: lib/includes/job_backup.php:
|
422 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
423 |
msgstr ""
|
424 |
"(127) No se puede crear el inventario de archivos que se deben añadir a la "
|
425 |
"copia de seguridad. Inténtelo de nuevo"
|
426 |
|
427 |
-
#: lib/includes/job_backup.php:
|
428 |
msgid "(128) Unable to create job control record. Please try again"
|
429 |
msgstr ""
|
430 |
"(128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
|
431 |
|
432 |
-
#: lib/includes/job_backup.php:
|
433 |
msgid ""
|
434 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
435 |
"settings of your wp-backitup backup directory"
|
@@ -437,7 +447,7 @@ msgstr ""
|
|
437 |
"(2101) No se puede crear un nuevo directorio para las copias de seguridad. "
|
438 |
"Compruebe la configuración CHMOD del directorio de wp-backitup"
|
439 |
|
440 |
-
#: lib/includes/job_backup.php:
|
441 |
msgid ""
|
442 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
443 |
"your wp-backitup plugin directory"
|
@@ -445,42 +455,48 @@ msgstr ""
|
|
445 |
"(2102) No se ha podido crear el directorio para las copias de seguridad. "
|
446 |
"Compruebe la configuración CHMOD del directorio de wp-backitup"
|
447 |
|
448 |
-
#: lib/includes/job_backup.php:
|
449 |
msgid "(2103) Unable to backup your files. Please try again"
|
450 |
msgstr ""
|
451 |
"(2103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
|
452 |
"nuevo"
|
453 |
|
454 |
-
#: lib/includes/job_backup.php:
|
455 |
msgid "(2104) Unable to export your database. Please try again"
|
456 |
msgstr "(2104) No se puede exportar su base de datos. Inténtelo de nuevo"
|
457 |
|
458 |
-
#: lib/includes/job_backup.php:
|
459 |
msgid "(2105) Unable to export site information file. Please try again"
|
460 |
msgstr ""
|
461 |
"(2105) No se puede exportar el archivo de información del sitio web. "
|
462 |
"Inténtelo de nuevo"
|
463 |
|
464 |
-
#: lib/includes/job_backup.php:
|
465 |
msgid "(2106) Unable to cleanup your backup directory"
|
466 |
msgstr "(2106) No se puede limpiar su directorio de copias de seguridad"
|
467 |
|
468 |
-
#: lib/includes/job_backup.php:
|
469 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
470 |
msgstr ""
|
471 |
"(2107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
|
472 |
|
473 |
-
#: lib/includes/job_backup.php:
|
474 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
475 |
msgstr ""
|
476 |
"(2108) No se puede realizar la copia de seguridad de los archivos de datos "
|
477 |
"de su sitio web. Inténtelo de nuevo"
|
478 |
|
479 |
-
#: lib/includes/job_backup.php:
|
480 |
msgid "(2109) Unable to finalize backup. Please try again"
|
481 |
msgstr "(2109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
|
482 |
|
483 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
484 |
msgid ""
|
485 |
"(2114) Your database was accessible but an export could not be created. "
|
486 |
"Please contact support by clicking the get support link on the right. Please "
|
@@ -492,31 +508,31 @@ msgstr ""
|
|
492 |
"Por favor díganos cual es su proveedor de hosting cuando nos envie la "
|
493 |
"petición"
|
494 |
|
495 |
-
#: lib/includes/job_backup.php:
|
496 |
msgid "(2120) Unable to backup your themes. Please try again"
|
497 |
msgstr ""
|
498 |
"(2120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
|
499 |
"nuevo"
|
500 |
|
501 |
-
#: lib/includes/job_backup.php:
|
502 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
503 |
msgstr ""
|
504 |
"(2121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
|
505 |
"de nuevo"
|
506 |
|
507 |
-
#: lib/includes/job_backup.php:
|
508 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
509 |
msgstr ""
|
510 |
"(2122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
|
511 |
"de nuevo."
|
512 |
|
513 |
-
#: lib/includes/job_backup.php:
|
514 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
515 |
msgstr ""
|
516 |
"(2123) No se puede realizar la copia de seguridad de archivos diversos. "
|
517 |
"Inténtelo de nuevo"
|
518 |
|
519 |
-
#: lib/includes/job_backup.php:
|
520 |
msgid ""
|
521 |
"(2125) Unable to compress your backup because there is no zip utility "
|
522 |
"available. Please contact support"
|
@@ -524,22 +540,22 @@ msgstr ""
|
|
524 |
"(2125) No se puede comprimir su copia de seguridad debido a que no está "
|
525 |
"disponible la utilidad zip. Por favor contacte con el soporte técnico"
|
526 |
|
527 |
-
#: lib/includes/job_backup.php:
|
528 |
msgid "(2126) Unable to validate your backup. Please try again"
|
529 |
msgstr "(2126) No se puede validar su copia de seguridad. Inténtelo de nuevo"
|
530 |
|
531 |
-
#: lib/includes/job_backup.php:
|
532 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
533 |
msgstr ""
|
534 |
"(2127) No se puede crear el inventario de archivos que se deben añadir a la "
|
535 |
"copia de seguridad. Inténtelo de nuevo"
|
536 |
|
537 |
-
#: lib/includes/job_backup.php:
|
538 |
msgid "(2128) Unable to create job control record. Please try again"
|
539 |
msgstr ""
|
540 |
"(2128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
|
541 |
|
542 |
-
#: lib/includes/job_backup.php:
|
543 |
msgid "(999) Unexpected error"
|
544 |
msgstr "(999) Error inesperado"
|
545 |
|
@@ -551,26 +567,26 @@ msgstr "(999) Error inesperado"
|
|
551 |
msgid "%s Dashboard"
|
552 |
msgstr "Escritorio de %s"
|
553 |
|
554 |
-
#: views/backup.php:
|
555 |
msgid "Dismiss"
|
556 |
msgstr "Descartar"
|
557 |
|
558 |
-
#: views/backup.php:
|
559 |
#, php-format
|
560 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
561 |
msgstr ""
|
562 |
"La carpeta para las copias de seguridad no existe. Por favor contacte con %s "
|
563 |
"para conseguir ayuda."
|
564 |
|
565 |
-
#: views/backup.php:
|
566 |
msgid "support"
|
567 |
msgstr "soporte"
|
568 |
|
569 |
-
#: views/backup.php:
|
570 |
msgid "Close"
|
571 |
msgstr "Cerrar"
|
572 |
|
573 |
-
#: views/backup.php:
|
574 |
msgid ""
|
575 |
"Click the backup button to create a zipped backup file of this site's "
|
576 |
"database, plugins, themes and settings."
|
@@ -579,7 +595,7 @@ msgstr ""
|
|
579 |
"seguridad de la base de datos, plugins, temas y configuración de este sitio "
|
580 |
"web en un archivo zip."
|
581 |
|
582 |
-
#: views/backup.php:
|
583 |
msgid ""
|
584 |
"Once your backup file has been created it will appear in the available "
|
585 |
"backups section below. This file may remain on your hosting providers server "
|
@@ -590,39 +606,39 @@ msgstr ""
|
|
590 |
"permanecerá en su proveedor de hosting pero se recomienda que lo descargue y "
|
591 |
"guarde en algún lugar seguro."
|
592 |
|
593 |
-
#: views/backup.php:
|
594 |
msgid ""
|
595 |
-
"
|
596 |
"automated restore of their site."
|
597 |
msgstr ""
|
598 |
-
"Los clientes premium de
|
599 |
"de seguridad para restaurar automáticamente su sitio web."
|
600 |
|
601 |
-
#: views/backup.php:
|
602 |
msgid "Cancel"
|
603 |
msgstr "Cancelar"
|
604 |
|
605 |
-
#: views/backup.php:
|
606 |
#, php-format
|
607 |
msgid ""
|
608 |
-
"
|
609 |
"their site. Please visit %s for manual restore instructions."
|
610 |
msgstr ""
|
611 |
-
"Los clientes lite de
|
612 |
"seguridad para restaurar de forma manual su sitio web. Visite %s para saber "
|
613 |
"como realizar la restauración manual."
|
614 |
|
615 |
-
#: views/backup.php:
|
616 |
msgid "Backup Schedule"
|
617 |
msgstr "Copia de seguridad programada"
|
618 |
|
619 |
-
#: views/backup.php:
|
620 |
msgid "Select the days of the week you would like your backup to run."
|
621 |
msgstr ""
|
622 |
"Seleccione los días de la semana que le gustaria que se realizara su copia "
|
623 |
"de seguridad."
|
624 |
|
625 |
-
#: views/backup.php:
|
626 |
msgid ""
|
627 |
"Backup your site once per week or every day, it's up to you. If you have "
|
628 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -637,174 +653,180 @@ msgstr ""
|
|
637 |
"disponibles. El archivo permanecerá en su proveedor de hosting pero se "
|
638 |
"recomienda que descargue y guarde la copia en algún lugar seguro."
|
639 |
|
640 |
-
#: views/backup.php:
|
641 |
msgid "Please make sure to schedule your backup for at least once per week."
|
642 |
msgstr ""
|
643 |
"Por favor, asegúrese de programar su copia de seguridad por lo menos una vez "
|
644 |
"a la semana."
|
645 |
|
646 |
-
#: views/backup.php:
|
647 |
msgid "Monday"
|
648 |
msgstr "Lunes"
|
649 |
|
650 |
-
#: views/backup.php:
|
651 |
msgid "Tuesday"
|
652 |
msgstr "Martes"
|
653 |
|
654 |
-
#: views/backup.php:
|
655 |
msgid "Wednesday"
|
656 |
msgstr "Miércoles"
|
657 |
|
658 |
-
#: views/backup.php:
|
659 |
msgid "Thursday"
|
660 |
msgstr "Jueves"
|
661 |
|
662 |
-
#: views/backup.php:
|
663 |
msgid "Friday"
|
664 |
msgstr "Viernes"
|
665 |
|
666 |
-
#: views/backup.php:
|
667 |
msgid "Saturday"
|
668 |
msgstr "Sábado"
|
669 |
|
670 |
-
#: views/backup.php:
|
671 |
msgid "Sunday"
|
672 |
msgstr "Domingo"
|
673 |
|
674 |
-
#: views/backup.php:
|
675 |
msgid "Save Schedule"
|
676 |
msgstr "Guardar programación"
|
677 |
|
678 |
-
#: views/backup.php:
|
679 |
#, php-format
|
680 |
msgid ""
|
681 |
-
"Scheduled backups are only available to
|
682 |
-
"Please visit %s to get
|
683 |
msgstr ""
|
684 |
"Las copias de seguridad programadas sólo están disponibles para los clientes "
|
685 |
-
"premium de Wp BackItUp. Visite %s para conseguir
|
686 |
"30 días."
|
687 |
|
688 |
-
#: views/backup.php:
|
689 |
msgid "Available Backups"
|
690 |
msgstr "Copias de seguridad disponibles"
|
691 |
|
692 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
693 |
msgid "Date"
|
694 |
msgstr "Fecha"
|
695 |
|
696 |
-
#: views/backup.php:
|
697 |
msgid "Duration"
|
698 |
msgstr "Duración"
|
699 |
|
700 |
-
#: views/backup.php:
|
701 |
msgid "Success"
|
702 |
msgstr "Éxito"
|
703 |
|
704 |
-
#: views/backup.php:
|
705 |
msgid "Active"
|
706 |
msgstr "Activo"
|
707 |
|
708 |
-
#: views/backup.php:
|
709 |
msgid "No backup archives found."
|
710 |
msgstr "No se han encontrado archivos de copia de seguridad."
|
711 |
|
712 |
-
#: views/backup.php:
|
713 |
#, php-format
|
714 |
msgid ""
|
715 |
-
"The automated restore feature is only available to
|
716 |
-
"customers. Please visit %s to get
|
717 |
msgstr ""
|
718 |
"La función de restauración automática sólo está disponible para clientes "
|
719 |
-
"premium de
|
720 |
"30 días."
|
721 |
|
722 |
-
#: views/backup.php:
|
723 |
msgid "Nothing to report"
|
724 |
msgstr "Nada que informar"
|
725 |
|
726 |
-
#: views/backup.php:
|
727 |
msgid "Preparing for backup"
|
728 |
msgstr "Preparándose para la copia de seguridad"
|
729 |
|
730 |
-
#: views/backup.php:
|
731 |
-
#: views/backup.php:
|
732 |
-
#: views/backup.php:
|
733 |
-
#: views/backup.php:
|
734 |
-
#: views/restore.php:
|
735 |
-
#: views/restore.php:
|
736 |
-
#: views/restore.php:
|
|
|
737 |
msgid "Done"
|
738 |
msgstr "Hecho"
|
739 |
|
740 |
-
#: views/backup.php:
|
741 |
-
#: views/backup.php:
|
742 |
-
#: views/backup.php:
|
743 |
-
#: views/backup.php:
|
744 |
-
#: views/restore.php:
|
745 |
-
#: views/restore.php:
|
746 |
-
#: views/restore.php:
|
|
|
747 |
msgid "Failed"
|
748 |
msgstr "Fallido"
|
749 |
|
750 |
-
#: views/backup.php:
|
751 |
msgid "Creating inventory of files to backup"
|
752 |
msgstr "Creando el inventario de archivos a guardar en la copia de seguridad"
|
753 |
|
754 |
-
#: views/backup.php:
|
755 |
msgid "Backing up database"
|
756 |
msgstr "Realizando copia de seguridad de la base de datos"
|
757 |
|
758 |
-
#: views/backup.php:
|
759 |
msgid "Creating backup information file"
|
760 |
msgstr "Creando el archivo de información de la copia de seguridad"
|
761 |
|
762 |
-
#: views/backup.php:
|
763 |
msgid "Backing up themes"
|
764 |
msgstr "Realizando copia de seguridad de los temas"
|
765 |
|
766 |
-
#: views/backup.php:
|
767 |
msgid "Backing up plugins"
|
768 |
msgstr "Realizando copia de seguridad de los plugins"
|
769 |
|
770 |
-
#: views/backup.php:
|
771 |
msgid "Backing up uploads"
|
772 |
msgstr "Realizando copia de seguridad de las subidas"
|
773 |
|
774 |
-
#: views/backup.php:
|
775 |
msgid "Backing up everything else"
|
776 |
msgstr "Realizando copia de seguridad del resto"
|
777 |
|
778 |
-
#: views/backup.php:
|
779 |
msgid "Validating backup"
|
780 |
msgstr "Validando copia de seguridad"
|
781 |
|
782 |
-
#: views/backup.php:
|
783 |
msgid "Finalizing backup"
|
784 |
msgstr "Acabando la copia de seguridad"
|
785 |
|
786 |
-
#: views/backup.php:
|
787 |
msgid "Backup completed successfully"
|
788 |
msgstr "Copia de seguridad completada con éxito."
|
789 |
|
790 |
-
#: views/backup.php:
|
791 |
msgid "Backups"
|
792 |
msgstr "Copias de seguridad"
|
793 |
|
794 |
-
#: views/backup.php:
|
795 |
msgid "Version "
|
796 |
msgstr "Versión"
|
797 |
|
798 |
-
#: views/backup.php:
|
799 |
-
msgid "Welcome to
|
800 |
-
msgstr "Bienvenido a
|
801 |
|
802 |
-
#: views/backup.php:
|
803 |
msgid "The simplest way to backup your WordPress site."
|
804 |
msgstr ""
|
805 |
"La forma más simple de realizar copias de seguridad de su sitio Wordpress."
|
806 |
|
807 |
-
#: views/backup.php:
|
808 |
msgid ""
|
809 |
"Getting started is easy, just click the backup button on the left side of "
|
810 |
"this page."
|
@@ -812,7 +834,7 @@ msgstr ""
|
|
812 |
"Empezar es sencillo, sólo haga clic en el botón de copia de seguridad en el "
|
813 |
"lado izquierdo de esta página."
|
814 |
|
815 |
-
#: views/backup.php:
|
816 |
#, php-format
|
817 |
msgid ""
|
818 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
@@ -821,38 +843,38 @@ msgstr ""
|
|
821 |
"¡Enhorabuena! Ha realizado <span style=\"font-weight:bold;font-size:medium;"
|
822 |
"color: green\">%s</span> copias de seguridad con éxito."
|
823 |
|
824 |
-
#: views/backup.php:
|
825 |
msgid "Tips"
|
826 |
msgstr "Consejos"
|
827 |
|
828 |
-
#: views/backup.php:
|
829 |
msgid "Backup your site at least once per week"
|
830 |
msgstr "Haga una copia de seguridad al menos un vez por semana"
|
831 |
|
832 |
-
#: views/backup.php:
|
833 |
msgid "Download all your backups and store them somewhere safe"
|
834 |
msgstr "Descargue sus copias de seguridad y guárdelas en algún lugar seguro"
|
835 |
|
836 |
-
#: views/backup.php:
|
837 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
838 |
msgstr ""
|
839 |
"Verifique que sus archivos de copia de seguridad estén bien mirando lo que "
|
840 |
"contienen"
|
841 |
|
842 |
-
#: views/backup.php:
|
843 |
#, php-format
|
844 |
msgid "Why not %s and schedule your backups!"
|
845 |
msgstr "¿¡Por qué no %s y programar sus copias de seguridad!?"
|
846 |
|
847 |
-
#: views/backup.php:
|
848 |
msgid "upgrade"
|
849 |
msgstr "actualizar"
|
850 |
|
851 |
-
#: views/backup.php:
|
852 |
-
msgid "Register
|
853 |
-
msgstr "Registrar
|
854 |
|
855 |
-
#: views/backup.php:
|
856 |
msgid ""
|
857 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
858 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -864,83 +886,83 @@ msgstr ""
|
|
864 |
"<b>soporte</b>. <br />\n"
|
865 |
"<br />Entre su clave de licéncia abajo para activarlo en este sitio web."
|
866 |
|
867 |
-
#: views/backup.php:
|
868 |
msgid "name"
|
869 |
msgstr "nombre"
|
870 |
|
871 |
-
#: views/backup.php:
|
872 |
msgid "email address"
|
873 |
msgstr "dirección de correo electrónico"
|
874 |
|
875 |
-
#: views/backup.php:
|
876 |
msgid "license key"
|
877 |
msgstr "clave de licencia"
|
878 |
|
879 |
-
#: views/backup.php:
|
880 |
#, php-format
|
881 |
msgid "%s"
|
882 |
msgstr "%s"
|
883 |
|
884 |
-
#: views/backup.php:
|
885 |
msgid "Free plugin customers do not need to enter license key."
|
886 |
msgstr ""
|
887 |
"Los clientes del plugin gratuito no necesitan introducir la clave de "
|
888 |
"licencia."
|
889 |
|
890 |
-
#: views/backup.php:
|
891 |
msgid "Register"
|
892 |
msgstr "Registrarse"
|
893 |
|
894 |
-
#: views/backup.php:
|
895 |
msgid "License Info"
|
896 |
msgstr "Información de la licencia"
|
897 |
|
898 |
-
#: views/backup.php:
|
899 |
msgid "Name"
|
900 |
msgstr "Nombre"
|
901 |
|
902 |
-
#: views/backup.php:
|
903 |
msgid "Email"
|
904 |
msgstr "Correo"
|
905 |
|
906 |
-
#: views/backup.php:
|
907 |
msgid "License Type"
|
908 |
msgstr "Tipo de licencia"
|
909 |
|
910 |
-
#: views/backup.php:
|
911 |
msgid "Expires"
|
912 |
msgstr "Expira"
|
913 |
|
914 |
-
#: views/backup.php:
|
915 |
msgid "Enter license key to activate on this site."
|
916 |
msgstr "Introduzca la clave de la licencia para activarlo en este sitio web."
|
917 |
|
918 |
-
#: views/backup.php:
|
919 |
msgid "License Active"
|
920 |
msgstr "Licencia activa"
|
921 |
|
922 |
-
#: views/backup.php:
|
923 |
msgid "License expired"
|
924 |
msgstr "Licencia caducada"
|
925 |
|
926 |
-
#: views/backup.php:
|
927 |
msgid "Update"
|
928 |
msgstr "Actualizar"
|
929 |
|
930 |
-
#: views/backup.php:
|
931 |
msgid "Activate"
|
932 |
msgstr "Activar"
|
933 |
|
934 |
-
#: views/backup.php:
|
935 |
#, php-format
|
936 |
msgid "Purchase a %s license using the purchase link above."
|
937 |
msgstr "Compre una licencia %s usando el enlace superior de compra."
|
938 |
|
939 |
-
#: views/backup.php:
|
940 |
msgid "no-risk"
|
941 |
msgstr "sin riesgo"
|
942 |
|
943 |
-
#: views/backup.php:
|
944 |
#, php-format
|
945 |
msgid ""
|
946 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -951,56 +973,42 @@ msgstr ""
|
|
951 |
"de <strong> actualizaciones</strong> y acceso a nuestro equipo de "
|
952 |
"<strong>soporte de talla mundial</strong>."
|
953 |
|
954 |
-
#: views/backup.php:
|
955 |
msgid "Useful Links"
|
956 |
msgstr "Enlaces útiles"
|
957 |
|
958 |
-
#: views/backup.php:
|
959 |
msgid "Getting Started Video"
|
960 |
-
msgstr ""
|
961 |
|
962 |
-
#: views/backup.php:
|
963 |
msgid "Your account"
|
964 |
msgstr "Su cuenta"
|
965 |
|
966 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
967 |
msgid "Documentation"
|
968 |
msgstr "Documentación"
|
969 |
|
970 |
-
#: views/backup.php:
|
971 |
msgid "Get support"
|
972 |
msgstr "Obtener soporte"
|
973 |
|
974 |
-
#: views/backup.php:
|
975 |
msgid "Feature request"
|
976 |
msgstr "Solicite función"
|
977 |
|
978 |
-
#: views/backup.php:
|
979 |
msgid "Language Translations"
|
980 |
msgstr "Traducciones"
|
981 |
|
982 |
-
#: views/backup.php:
|
983 |
msgid "Contact"
|
984 |
msgstr "Contacto"
|
985 |
|
986 |
-
#: views/backup.php:626 views/backup.php:651
|
987 |
-
msgid "WP BackItUp Backup Set"
|
988 |
-
msgstr "Conjunto de copias de seguridad de WP BackItUp"
|
989 |
-
|
990 |
-
#: views/backup.php:628
|
991 |
-
msgid ""
|
992 |
-
"Below are the archive files included in this backup set. Click the link to "
|
993 |
-
"download."
|
994 |
-
msgstr ""
|
995 |
-
"Debajo están los archivos incluidos en esta copia de seguridad. Haga clic en "
|
996 |
-
"el enlace para descargarla."
|
997 |
-
|
998 |
-
#: views/backup.php:652
|
999 |
-
msgid "Please refresh this page to download your new backup files."
|
1000 |
-
msgstr ""
|
1001 |
-
"Por favor, actualice esta página para descargar sus nuevos archivos de copia "
|
1002 |
-
"de seguridad"
|
1003 |
-
|
1004 |
#: views/restore.php:13
|
1005 |
#, php-format
|
1006 |
msgid "%s Restore"
|
@@ -1027,12 +1035,12 @@ msgstr ""
|
|
1027 |
#, php-format
|
1028 |
msgid ""
|
1029 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1030 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
1031 |
-
"
|
1032 |
msgstr ""
|
1033 |
"<p>* La función de restauración automática está disponible sólo para "
|
1034 |
"clientes con licencia. Visite <a href=\"%s\" target=\"_blank\">%s</a> para "
|
1035 |
-
"conseguir una licencia de
|
1036 |
|
1037 |
#: views/restore.php:177
|
1038 |
msgid "Upload"
|
@@ -1040,28 +1048,28 @@ msgstr "Subir"
|
|
1040 |
|
1041 |
#: views/restore.php:180
|
1042 |
msgid ""
|
1043 |
-
"Upload
|
1044 |
"backups."
|
1045 |
msgstr ""
|
1046 |
-
"Suba archivos(zip) de
|
1047 |
"seguridad disponibles."
|
1048 |
|
1049 |
#: views/restore.php:197
|
1050 |
-
msgid "
|
1051 |
-
msgstr "
|
1052 |
|
1053 |
#: views/restore.php:198
|
1054 |
-
msgid "Backup files may be uploaded into
|
1055 |
msgstr ""
|
1056 |
-
"Las copias de seguridad se pueden subir a
|
1057 |
|
1058 |
#: views/restore.php:198
|
1059 |
msgid ""
|
1060 |
-
"They may also be uploaded manually into the
|
1061 |
-
"
|
1062 |
-
"
|
1063 |
msgstr ""
|
1064 |
-
"También se pueden subir manualmente al directorio de
|
1065 |
"wpbackitup_backups) usando FTP. Cuando termine con la subida de todas las "
|
1066 |
"copias de seguridad actualice esta página."
|
1067 |
|
@@ -1082,63 +1090,67 @@ msgstr ""
|
|
1082 |
"* Recargue esta página cuando termine la subida para ver aparecer las nuevas "
|
1083 |
"copias de seguridad en la sección Copias de seguridad disponibles de abajo."
|
1084 |
|
1085 |
-
#: views/restore.php:
|
1086 |
msgid "Preparing for restore"
|
1087 |
msgstr "Preparándose para restaurar"
|
1088 |
|
1089 |
-
#: views/restore.php:244
|
1090 |
-
msgid "Unzipping backup set"
|
1091 |
-
msgstr "Descomprimir copia de seguridad"
|
1092 |
-
|
1093 |
#: views/restore.php:245
|
1094 |
-
msgid "
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
#: views/restore.php:246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1098 |
msgid "Deactivating plugins"
|
1099 |
msgstr "Desactivando plugins"
|
1100 |
|
1101 |
-
#: views/restore.php:
|
1102 |
msgid "Creating database restore point"
|
1103 |
msgstr "Creando un punto de restauración de la base de datos"
|
1104 |
|
1105 |
-
#: views/restore.php:
|
1106 |
msgid "Staging content files"
|
1107 |
msgstr "Archivos de contenidos provisional"
|
1108 |
|
1109 |
-
#: views/restore.php:
|
1110 |
msgid "Restoring content files"
|
1111 |
msgstr "Restaurando archivos de contenidos"
|
1112 |
|
1113 |
-
#: views/restore.php:
|
1114 |
msgid "Restoring database"
|
1115 |
msgstr "Resturando base de datos"
|
1116 |
|
1117 |
-
#: views/restore.php:
|
1118 |
msgid "Updating current user info"
|
1119 |
msgstr "Actualización de la información actual del usuario"
|
1120 |
|
1121 |
-
#: views/restore.php:
|
1122 |
msgid "Updating site URL"
|
1123 |
msgstr "Actualizando dirección URL"
|
1124 |
|
1125 |
-
#: views/restore.php:
|
1126 |
msgid "Updating permalinks"
|
1127 |
msgstr "Actualizando enlaces permanentes"
|
1128 |
|
1129 |
-
#: views/restore.php:
|
1130 |
msgid "Error 201: No file selected"
|
1131 |
msgstr "Error 201: No se ha seleccionado ningún archivo"
|
1132 |
|
1133 |
-
#: views/restore.php:
|
1134 |
msgid "Error 202: Your file could not be uploaded"
|
1135 |
msgstr "Error 202: No se ha podido subir el archivo"
|
1136 |
|
1137 |
-
#: views/restore.php:
|
1138 |
msgid "Error 203: Your backup could not be unzipped"
|
1139 |
msgstr "Error 203: No se puede descomprimir su copia de seguridad"
|
1140 |
|
1141 |
-
#: views/restore.php:
|
1142 |
msgid ""
|
1143 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1144 |
"valid backup"
|
@@ -1146,36 +1158,36 @@ msgstr ""
|
|
1146 |
"Error 204: Su copia de seguridad parece no válida. Asegúrese de seleccionar "
|
1147 |
"una copia de seguridad válida"
|
1148 |
|
1149 |
-
#: views/restore.php:
|
1150 |
msgid "Error 205: Cannot create restore point"
|
1151 |
msgstr "Error 205: No se puede crear un punto de restauración"
|
1152 |
|
1153 |
-
#: views/restore.php:
|
1154 |
msgid "Error 206: Unable to connect to your database"
|
1155 |
msgstr "Error 206: No se puede conectar a su base de datos"
|
1156 |
|
1157 |
-
#: views/restore.php:
|
1158 |
msgid ""
|
1159 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1160 |
msgstr ""
|
1161 |
"Error 207: No se puede conseguir la URL actual desde la base de datos. "
|
1162 |
"Inténtelo de nuevo"
|
1163 |
|
1164 |
-
#: views/restore.php:
|
1165 |
msgid ""
|
1166 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1167 |
msgstr ""
|
1168 |
"Error 208: No se puede conseguir la URL de la página de inicio actual desde "
|
1169 |
"la base de datos. Inténtelo de nuevo"
|
1170 |
|
1171 |
-
#: views/restore.php:
|
1172 |
msgid ""
|
1173 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1174 |
msgstr ""
|
1175 |
"Error 209: No se puede conseguir la ID actual de usuario desde la base de "
|
1176 |
"datos. Inténtelo de nuevo"
|
1177 |
|
1178 |
-
#: views/restore.php:
|
1179 |
msgid ""
|
1180 |
"Error 210: Unable to get current user password from database. Please try "
|
1181 |
"again"
|
@@ -1183,14 +1195,14 @@ msgstr ""
|
|
1183 |
"Error 210: No se puede conseguir la contraseña actual de usuario desde la "
|
1184 |
"base de datos. Inténtelo de nuevo"
|
1185 |
|
1186 |
-
#: views/restore.php:
|
1187 |
msgid ""
|
1188 |
"Error 211: Unable to get current user email from database. Please try again"
|
1189 |
msgstr ""
|
1190 |
"Error 211: No se puede conseguir la dirección de correo electrónico actual "
|
1191 |
"del usuario desde la base de datos. Inténtelo de nuevo"
|
1192 |
|
1193 |
-
#: views/restore.php:
|
1194 |
msgid ""
|
1195 |
"Error 212: Unable to import your database. This may require importing the "
|
1196 |
"file manually"
|
@@ -1198,7 +1210,7 @@ msgstr ""
|
|
1198 |
"Error 212: No se puede importar su base de datos. Esto puede requerir la "
|
1199 |
"importación manual del archivo"
|
1200 |
|
1201 |
-
#: views/restore.php:
|
1202 |
msgid ""
|
1203 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1204 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1208,7 +1220,7 @@ msgstr ""
|
|
1208 |
"Compruebe los ajustes generales de su WordPress para asegurarse de que las "
|
1209 |
"URL de su sitio y de WordPress son correctas"
|
1210 |
|
1211 |
-
#: views/restore.php:
|
1212 |
msgid ""
|
1213 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1214 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1218,7 +1230,7 @@ msgstr ""
|
|
1218 |
"Compruebe los ajustes generales de su WordPress para asegurarse de que las "
|
1219 |
"URL de su sitio y de WordPress son correctas"
|
1220 |
|
1221 |
-
#: views/restore.php:
|
1222 |
msgid ""
|
1223 |
"Warning 215: Unable to update your user information. This may require you to "
|
1224 |
"login with the admin username and password that was used when the backup was "
|
@@ -1228,16 +1240,16 @@ msgstr ""
|
|
1228 |
"puede requerir que inicie sesión con el nombre de usuario y contraseña que "
|
1229 |
"usó cuando se creó la copia de seguridad"
|
1230 |
|
1231 |
-
#: views/restore.php:
|
1232 |
msgid "Error 216: Database not found in backup"
|
1233 |
msgstr "Error 216: No se encuentra la base de datos en la copia de seguridad"
|
1234 |
|
1235 |
-
#: views/restore.php:
|
1236 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1237 |
msgstr ""
|
1238 |
"Advertencia 217: No se puede eliminar el directorio wp-content existente"
|
1239 |
|
1240 |
-
#: views/restore.php:
|
1241 |
msgid ""
|
1242 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1243 |
"CHMOD settings in /wp-content/"
|
@@ -1245,17 +1257,17 @@ msgstr ""
|
|
1245 |
"Error 218: No se puede crear un nuevo directorio wp-content. Revise su "
|
1246 |
"configuración CHMOD en /wp-content/"
|
1247 |
|
1248 |
-
#: views/restore.php:
|
1249 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1250 |
msgstr "Error 219: No se puede importat wp-content. Inténtelo de nuevo"
|
1251 |
|
1252 |
-
#: views/restore.php:
|
1253 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1254 |
msgstr ""
|
1255 |
"Advertencia 220: No se puede limpiar el directorio importado. No se requiere "
|
1256 |
"ninguna acción"
|
1257 |
|
1258 |
-
#: views/restore.php:
|
1259 |
#, php-format
|
1260 |
msgid ""
|
1261 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1268,23 +1280,23 @@ msgstr ""
|
|
1268 |
"de poder restaurar su sitio web. Vea en www.wpbackitup.com las <a href =\"%s"
|
1269 |
"\" target=\"_blank\" > Preguntas frecuentes</a> para más información."
|
1270 |
|
1271 |
-
#: views/restore.php:
|
1272 |
msgid "Error 222: Unable to create restore folder"
|
1273 |
msgstr "Error 222: No se puede crear la carpeta de restauración"
|
1274 |
|
1275 |
-
#: views/restore.php:
|
1276 |
msgid ""
|
1277 |
-
"Error 223: An error occurred during the restore.
|
1278 |
"restore the database to its previous state but were unsuccessful. Please "
|
1279 |
-
"contact
|
1280 |
"further restores"
|
1281 |
msgstr ""
|
1282 |
-
"Error 223: Ha ocurrido un error durante la restauración.
|
1283 |
"intentará restaurar la base de datos a su estado previo pero puede no tener "
|
1284 |
-
"éxito. Por favor, contacte con el soporte al cliente de
|
1285 |
"intente realizar más restauraciones"
|
1286 |
|
1287 |
-
#: views/restore.php:
|
1288 |
msgid ""
|
1289 |
"Error 224: An error occurred during the restore, however, we have "
|
1290 |
"successfully restored your database to the previous state"
|
@@ -1292,14 +1304,14 @@ msgstr ""
|
|
1292 |
"Error 224: Ha ocurrido un error durante la restauración, de todas formas, "
|
1293 |
"hemos restaurado su base de datos a su estado previo con éxito"
|
1294 |
|
1295 |
-
#: views/restore.php:
|
1296 |
msgid ""
|
1297 |
-
"Error 225: Restore option is only available to licensed
|
1298 |
msgstr ""
|
1299 |
"Error 225: La opción de restaurar está disponible sólo para los usuarios con "
|
1300 |
-
"licencia de
|
1301 |
|
1302 |
-
#: views/restore.php:
|
1303 |
msgid ""
|
1304 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1305 |
"different version of WordPress"
|
@@ -1307,54 +1319,81 @@ msgstr ""
|
|
1307 |
"Error 226: No se procederá a la restauración porqué su copia de seguridad se "
|
1308 |
"creó con una versión distinta de WordPress"
|
1309 |
|
1310 |
-
#: views/restore.php:
|
1311 |
msgid ""
|
1312 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1313 |
-
"different version of
|
1314 |
-
"
|
1315 |
msgstr ""
|
1316 |
"Error 227: No se procederá a la restauración porqué su copia de seguridad se "
|
1317 |
-
"creó con una versión distinta de
|
1318 |
-
"
|
1319 |
"versión actual"
|
1320 |
|
1321 |
-
#: views/restore.php:
|
1322 |
msgid ""
|
1323 |
-
"Error 230:
|
1324 |
"restore. However, we were able to successfully revert the database back to "
|
1325 |
"its original state . This error may require importing the database manually"
|
1326 |
msgstr ""
|
1327 |
-
"Error 230:
|
1328 |
-
"
|
1329 |
-
"
|
1330 |
"datos de forma manual"
|
1331 |
|
1332 |
-
#: views/restore.php:
|
1333 |
msgid ""
|
1334 |
-
"Error 235:
|
1335 |
-
"
|
1336 |
msgstr ""
|
1337 |
-
"Error 235:
|
1338 |
"disponible. Por favor, contacte con el soporte"
|
1339 |
|
1340 |
-
#: views/restore.php:
|
1341 |
msgid ""
|
1342 |
-
"Error 250:
|
1343 |
"running. Please wait for the backup to complete and then try again"
|
1344 |
msgstr ""
|
1345 |
-
"Error 250:
|
1346 |
"creando una copia de seguridad. Espere que la copia de seguridad se complete "
|
1347 |
"y entonces inténtelo de nuevo"
|
1348 |
|
1349 |
-
#: views/restore.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1350 |
msgid ""
|
1351 |
-
"Error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1352 |
"manifest is empty"
|
1353 |
msgstr ""
|
1354 |
-
"Error 251:
|
1355 |
"de la copia de seguridad está vacío"
|
1356 |
|
1357 |
-
#: views/restore.php:
|
1358 |
msgid ""
|
1359 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1360 |
"make sure to upload all zip files that were part of this backup"
|
@@ -1363,7 +1402,7 @@ msgstr ""
|
|
1363 |
"seguridad. Por favor, esté seguro de subir todos los ficheros zip que forman "
|
1364 |
"parte de esta copia de seguridad"
|
1365 |
|
1366 |
-
#: views/restore.php:
|
1367 |
msgid ""
|
1368 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1369 |
"Please make sure to upload only zip files that were part of this backup"
|
@@ -1372,7 +1411,7 @@ msgstr ""
|
|
1372 |
"manifiesto. Asegúrese de subir sólo los archivos zip que forman parte de "
|
1373 |
"esta copia de seguridad"
|
1374 |
|
1375 |
-
#: views/restore.php:
|
1376 |
msgid ""
|
1377 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1378 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
@@ -1383,7 +1422,7 @@ msgstr ""
|
|
1383 |
"otra vez todos los archivos zip de esta copia de seguridad e intente la "
|
1384 |
"restauración otra vez."
|
1385 |
|
1386 |
-
#: views/restore.php:
|
1387 |
msgid ""
|
1388 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1389 |
"upload all zip files that were part of this backup"
|
@@ -1392,56 +1431,56 @@ msgstr ""
|
|
1392 |
"asegúrese de subir todos los archivos zip que forman parte de esta copia de "
|
1393 |
"seguridad"
|
1394 |
|
1395 |
-
#: views/restore.php:
|
1396 |
msgid ""
|
1397 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1398 |
-
"restore logs to see what
|
1399 |
msgstr ""
|
1400 |
"Advertencia 300: No se puede restaurar todo el contenido de WordPress. "
|
1401 |
-
"Revise los registros de restauración para ver que no puede restaurar
|
1402 |
-
"
|
1403 |
|
1404 |
-
#: views/restore.php:
|
1405 |
msgid ""
|
1406 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1407 |
-
"to see what
|
1408 |
msgstr ""
|
1409 |
"Advertencia 305: No se pueden restaurar todos los plugins. Revise los "
|
1410 |
-
"registros de restauración para ver que no puede restaurar
|
1411 |
|
1412 |
-
#: views/restore.php:
|
1413 |
msgid "Error 2001: Unable to prepare site for restore"
|
1414 |
msgstr "Error 2001: No se puede preparar el sitio para su restauración"
|
1415 |
|
1416 |
-
#: views/restore.php:
|
1417 |
msgid "Error 2002: Unable to unzip backup"
|
1418 |
msgstr "Error 2002: No se puede descomprimir la copia de seguridad"
|
1419 |
|
1420 |
-
#: views/restore.php:
|
1421 |
msgid "Error 2003: Unable to validate backup"
|
1422 |
msgstr "Error 2003: No se puede validar la copia de seguridad"
|
1423 |
|
1424 |
-
#: views/restore.php:
|
1425 |
msgid "Error 2004: Unable to create restore point"
|
1426 |
msgstr "Error 2004: No se puede crear un punto de restauración"
|
1427 |
|
1428 |
-
#: views/restore.php:
|
1429 |
msgid "Error 2005: Unable to stage wp-content"
|
1430 |
msgstr "Error 2005: No se puede realizar una copia intermedia de wp-content"
|
1431 |
|
1432 |
-
#: views/restore.php:
|
1433 |
msgid "Error 2006: Unable to restore content files"
|
1434 |
msgstr "Error 2006: No se pueden restaurar los archivos de contenidos"
|
1435 |
|
1436 |
-
#: views/restore.php:
|
1437 |
msgid "Error 2007: Unable to restore database"
|
1438 |
msgstr "Error 2007: No se puede restaurar la base de datos"
|
1439 |
|
1440 |
-
#: views/restore.php:
|
1441 |
msgid "Error 2999: Unexpected error encountered"
|
1442 |
msgstr "Error 2999: Se ha encontrado un error inesperado"
|
1443 |
|
1444 |
-
#: views/restore.php:
|
1445 |
msgid ""
|
1446 |
"Restore completed successfully. If you are prompted to login please do so "
|
1447 |
"with your current username and password"
|
@@ -1454,15 +1493,15 @@ msgstr ""
|
|
1454 |
msgid "%s Settings"
|
1455 |
msgstr "%s Ajustes"
|
1456 |
|
1457 |
-
#: views/settings.php:
|
1458 |
msgid "Settings updated successfully!"
|
1459 |
msgstr "¡La configuración se ha actualizado con éxito!"
|
1460 |
|
1461 |
-
#: views/settings.php:
|
1462 |
msgid "Email Notifications"
|
1463 |
msgstr "Notificaciones por correo electrónico"
|
1464 |
|
1465 |
-
#: views/settings.php:
|
1466 |
msgid ""
|
1467 |
"Please enter your email address if you would like to receive backup email "
|
1468 |
"notifications."
|
@@ -1470,7 +1509,7 @@ msgstr ""
|
|
1470 |
"Por favor, introduzca su dirección de correo electrónico si quiere recibir "
|
1471 |
"notificacions por correo de sus copias de seguridad"
|
1472 |
|
1473 |
-
#: views/settings.php:
|
1474 |
msgid ""
|
1475 |
"Backup email notifications will be sent for every backup and will contain "
|
1476 |
"status information related to the backup."
|
@@ -1479,17 +1518,17 @@ msgstr ""
|
|
1479 |
"enviaran por cada copia de seguridad y contendrán información relacionada "
|
1480 |
"con el estado de la copia de seguridad"
|
1481 |
|
1482 |
-
#: views/settings.php:
|
1483 |
-
#: views/settings.php:
|
1484 |
-
#: views/settings.php:
|
1485 |
msgid "Save"
|
1486 |
msgstr "Guardar"
|
1487 |
|
1488 |
-
#: views/settings.php:
|
1489 |
msgid "Backup Retention"
|
1490 |
msgstr "Retención de la copia de seguridad"
|
1491 |
|
1492 |
-
#: views/settings.php:
|
1493 |
msgid ""
|
1494 |
"Enter the number of backup archives that you would like to remain on the "
|
1495 |
"server."
|
@@ -1497,27 +1536,27 @@ msgstr ""
|
|
1497 |
"Introduzca el número de copias de seguridad que quiere que permanezcan en su "
|
1498 |
"servidor."
|
1499 |
|
1500 |
-
#: views/settings.php:
|
1501 |
msgid ""
|
1502 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1503 |
-
"This option tells
|
1504 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1505 |
"oldest backup archives first."
|
1506 |
msgstr ""
|
1507 |
"Muchos proveedores de hosting limitan la cantidad de espacio que puede usar "
|
1508 |
-
"en sus servidores. Esta opción le dice a
|
1509 |
"copias de seguridad que pueden permanecer en los servidores. No se preocupe, "
|
1510 |
"siempre eliminaremos primero las copias de seguridad más antiguas."
|
1511 |
|
1512 |
-
#: views/settings.php:
|
1513 |
-
msgid "
|
1514 |
-
msgstr "
|
1515 |
|
1516 |
-
#: views/settings.php:
|
1517 |
-
msgid "Turn on
|
1518 |
-
msgstr "Activar
|
1519 |
|
1520 |
-
#: views/settings.php:
|
1521 |
msgid ""
|
1522 |
"This option should only be turned on by advanced users or when "
|
1523 |
"troubleshooting issues with WPBackItUp support."
|
@@ -1525,69 +1564,95 @@ msgstr ""
|
|
1525 |
"Esta opción solo debería activarse por usuarios avanzados o durante la "
|
1526 |
"solución de problemas con el soporte de WPBackItUp."
|
1527 |
|
1528 |
-
#: views/settings.php:
|
1529 |
msgid "Yes"
|
1530 |
msgstr "Sí"
|
1531 |
|
1532 |
-
#: views/settings.php:
|
1533 |
msgid "No"
|
1534 |
msgstr "No"
|
1535 |
|
1536 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1537 |
msgid "Batch Size"
|
1538 |
msgstr "Tamaño del lote"
|
1539 |
|
1540 |
-
#: views/settings.php:
|
1541 |
msgid "Enter the batch size for each of your content items."
|
1542 |
msgstr ""
|
1543 |
"Introduzca el tamaño del lote de cada uno de sus elementos de contenido."
|
1544 |
|
1545 |
-
#: views/settings.php:
|
1546 |
msgid ""
|
1547 |
-
"These settings tell
|
1548 |
"backup at a time. If you experience timeouts while running a backup then "
|
1549 |
-
"these settings can be used to help reduce the amount of time it takes
|
1550 |
-
"
|
1551 |
msgstr ""
|
1552 |
-
"Esta configuración le cuenta a
|
1553 |
-
"
|
1554 |
"mientras se realiza la copia de seguridad, entonces esta configuración se "
|
1555 |
-
"puede usar para reducir la cantidad de tiempo que tarda
|
1556 |
"completar cada copia de seguridad."
|
1557 |
|
1558 |
-
#: views/settings.php:
|
1559 |
msgid "DB Tables Batch Size"
|
1560 |
msgstr "Tamaño del lote de las tablas de la base de datos"
|
1561 |
|
1562 |
-
#: views/settings.php:
|
1563 |
msgid "Plugins Batch Size"
|
1564 |
msgstr "Tamaño del lote de plugins"
|
1565 |
|
1566 |
-
#: views/settings.php:
|
1567 |
msgid "Themes Batch Size"
|
1568 |
msgstr "Tamaño del lote de temas"
|
1569 |
|
1570 |
-
#: views/settings.php:
|
1571 |
msgid "Uploads Batch Size"
|
1572 |
msgstr "Tamaño del lote de subidas"
|
1573 |
|
1574 |
-
#: views/settings.php:
|
1575 |
msgid "Others Batch Size"
|
1576 |
msgstr "Tamaño del lote de otros"
|
1577 |
|
1578 |
-
#: views/settings.php:
|
1579 |
msgid ""
|
1580 |
"* These settings should only be modified by advanced users or when when "
|
1581 |
-
"working with
|
1582 |
msgstr ""
|
1583 |
"* Esta configuración solo se debería modificar por usuarios avanzados o "
|
1584 |
-
"cuando trabaje con el soporte de
|
1585 |
|
1586 |
-
#: views/settings.php:
|
1587 |
msgid "Filter Your Folders"
|
1588 |
msgstr "Filtrar sus carpetas"
|
1589 |
|
1590 |
-
#: views/settings.php:
|
1591 |
msgid ""
|
1592 |
"Enter a comma separated list of folders that should be excluded from your "
|
1593 |
"backups."
|
@@ -1595,7 +1660,7 @@ msgstr ""
|
|
1595 |
"Introduzca una lista de las carpetas, separadas por comas, que deben ser "
|
1596 |
"excluidas de sus copias de seguridad."
|
1597 |
|
1598 |
-
#: views/settings.php:
|
1599 |
msgid ""
|
1600 |
"It is important to note that when a folder name is present in this list any "
|
1601 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
@@ -1605,32 +1670,32 @@ msgstr ""
|
|
1605 |
"encuentra en esta lista, todo lo que ocurra en ella y a su contenido será "
|
1606 |
"excluido de la copia de seguridad."
|
1607 |
|
1608 |
-
#: views/settings.php:
|
1609 |
msgid "Plugin Folders Filter"
|
1610 |
msgstr "Filtro de la carpeta de plugins"
|
1611 |
|
1612 |
-
#: views/settings.php:
|
1613 |
msgid "Theme Folders Filter"
|
1614 |
msgstr "Filtro de la carpeta de temas"
|
1615 |
|
1616 |
-
#: views/settings.php:
|
1617 |
msgid "Upload Folders Filter"
|
1618 |
msgstr "Filtro de la carpeta de subidas"
|
1619 |
|
1620 |
-
#: views/settings.php:
|
1621 |
msgid "Other Folders Filter"
|
1622 |
msgstr "Filtro de otras carpetas"
|
1623 |
|
1624 |
-
#: views/settings.php:
|
1625 |
msgid "Filter Your Database Tables"
|
1626 |
msgstr "Filtrar sus tablas de la base de datos"
|
1627 |
|
1628 |
-
#: views/settings.php:
|
1629 |
msgid "Exclude custom database tables from the backup."
|
1630 |
msgstr ""
|
1631 |
"Excluir de su copia de seguridad tablas personalizadas de la base de datos."
|
1632 |
|
1633 |
-
#: views/settings.php:
|
1634 |
msgid ""
|
1635 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1636 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
@@ -1640,16 +1705,16 @@ msgstr ""
|
|
1640 |
"simplemente arrástrela a la lista de la derecha. Las tablas propias de "
|
1641 |
"WordPress no se pueden excluir."
|
1642 |
|
1643 |
-
#: views/settings.php:
|
1644 |
msgid "Remove Data on Uninstall?"
|
1645 |
msgstr "¿Borrar datos al desinstalar?"
|
1646 |
|
1647 |
-
#: views/settings.php:
|
1648 |
msgid ""
|
1649 |
-
"Check this box if you would like
|
1650 |
"data when the plugin is deleted."
|
1651 |
msgstr ""
|
1652 |
-
"Active esta casilla si desea que
|
1653 |
"datos asociados al plugin cuando este sea borrado."
|
1654 |
|
1655 |
#: views/support.php:13
|
@@ -1674,11 +1739,11 @@ msgstr ""
|
|
1674 |
#: views/support.php:47
|
1675 |
#, php-format
|
1676 |
msgid ""
|
1677 |
-
"Please make sure to open a support ticket via
|
1678 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1679 |
msgstr ""
|
1680 |
"Por favor, asegúrese de crear una incidencia de soporte técnico a través del "
|
1681 |
-
"<a href=\"%s\" target=\"_blank\">portal de soporte</a> de
|
1682 |
"de usar este formulario."
|
1683 |
|
1684 |
#: views/support.php:48
|
@@ -1706,8 +1771,8 @@ msgid "Send"
|
|
1706 |
msgstr "Enviar"
|
1707 |
|
1708 |
#: views/support.php:83
|
1709 |
-
msgid "Please register your version of
|
1710 |
-
msgstr "Por favor, registre su versión de
|
1711 |
|
1712 |
#: views/support.php:87
|
1713 |
msgid "Premium customers receive priority support."
|
1 |
#
|
2 |
# Translators:
|
3 |
+
# Germán Suárez <germansc.upwork@gmail.com>, 2015-2016
|
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 |
"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 |
|
34 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
35 |
msgid "Support"
|
36 |
msgstr "Soporte"
|
37 |
|
38 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
39 |
msgid "Settings"
|
40 |
msgstr "Configuración"
|
41 |
|
42 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
43 |
msgid ""
|
44 |
"The backup you have selected exceeds what your host allows you to upload."
|
45 |
msgstr ""
|
46 |
"La copia de seguridad que ha seleccionado excede lo que su servidor le "
|
47 |
"permite subir."
|
48 |
|
49 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
50 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
51 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
52 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
53 |
msgid "Warning"
|
54 |
msgstr "Advertencia"
|
55 |
|
56 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
57 |
+
#: views/backup.php:376
|
58 |
msgid "Error"
|
59 |
msgstr "Error"
|
60 |
|
61 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
62 |
msgid "Response"
|
63 |
msgstr "Respuesta"
|
64 |
|
65 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
66 |
+
#: views/backup.php:430 views/restore.php:230
|
67 |
msgid "Status"
|
68 |
msgstr "Estado"
|
69 |
|
70 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
71 |
msgid "Download"
|
72 |
msgstr "Descargar"
|
73 |
|
74 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
75 |
#: views/restore.php:129
|
76 |
msgid "Delete"
|
77 |
msgstr "Borrar"
|
78 |
|
79 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
80 |
msgid "(JS997) Unexpected error"
|
81 |
msgstr "(JS997) Error inesperado"
|
82 |
|
83 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
84 |
msgid "(JS998) Unexpected error"
|
85 |
msgstr "(JS998) Error inesperado"
|
86 |
|
87 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
88 |
msgid "(JS999) An unexpected error has occurred"
|
89 |
msgstr "(JS999) Ocurrió un error inesperado"
|
90 |
|
91 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
92 |
msgid "Scheduled has been saved."
|
93 |
msgstr "Se ha guardado la programación."
|
94 |
|
95 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
96 |
msgid "Scheduled was not saved."
|
97 |
msgstr "La programación no se ha guardado."
|
98 |
|
99 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
100 |
msgid "Are you sure you want to restore your site?"
|
101 |
msgstr "¿Está seguro de que quiere restaurar su sitio web?"
|
102 |
|
103 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
104 |
msgid "Are you sure ?"
|
105 |
msgstr "¿Está seguro?"
|
106 |
|
107 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
108 |
msgid "This file cannot be delete!"
|
109 |
msgstr "¡Este archivo no se puede borrar!"
|
110 |
|
111 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
112 |
msgid "View Log"
|
113 |
msgstr "Ver registro"
|
114 |
|
115 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
116 |
msgid "New Backup!"
|
117 |
msgstr "¡Nueva copia de seguridad!"
|
118 |
|
119 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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."
|
199 |
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 |
"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 |
|
237 |
msgid "Invalid Nonce"
|
238 |
msgstr "Nonce no válido"
|
239 |
|
240 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
241 |
msgid "Upload directory is not writable, or does not exist."
|
242 |
msgstr "El directorio de subida no tiene permisos de escritura, o no existe."
|
243 |
|
250 |
msgid "File could not be uploaded"
|
251 |
msgstr "No se ha podido subir el archivo"
|
252 |
|
253 |
+
#: lib/includes/handler_upload.php:146
|
254 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
255 |
+
msgstr ""
|
256 |
+
"El archivo subido no parece ser un archivo de copia de seguridad de "
|
257 |
+
"WPBackItUp."
|
258 |
|
259 |
+
#: lib/includes/handler_upload.php:166
|
260 |
+
msgid "Could not import file into WPBackItUp backup set."
|
261 |
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 |
"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 |
"(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 |
"(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 |
"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 |
"(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 |
"(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 |
"(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 |
"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 |
"(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 |
|
567 |
msgid "%s Dashboard"
|
568 |
msgstr "Escritorio de %s"
|
569 |
|
570 |
+
#: views/backup.php:242
|
571 |
msgid "Dismiss"
|
572 |
msgstr "Descartar"
|
573 |
|
574 |
+
#: views/backup.php:254
|
575 |
#, php-format
|
576 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
577 |
msgstr ""
|
578 |
"La carpeta para las copias de seguridad no existe. Por favor contacte con %s "
|
579 |
"para conseguir ayuda."
|
580 |
|
581 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
582 |
msgid "support"
|
583 |
msgstr "soporte"
|
584 |
|
585 |
+
#: views/backup.php:257 views/backup.php:263
|
586 |
msgid "Close"
|
587 |
msgstr "Cerrar"
|
588 |
|
589 |
+
#: views/backup.php:278
|
590 |
msgid ""
|
591 |
"Click the backup button to create a zipped backup file of this site's "
|
592 |
"database, plugins, themes and settings."
|
595 |
"seguridad de la base de datos, plugins, temas y configuración de este sitio "
|
596 |
"web en un archivo zip."
|
597 |
|
598 |
+
#: views/backup.php:279
|
599 |
msgid ""
|
600 |
"Once your backup file has been created it will appear in the available "
|
601 |
"backups section below. This file may remain on your hosting providers server "
|
606 |
"permanecerá en su proveedor de hosting pero se recomienda que lo descargue y "
|
607 |
"guarde en algún lugar seguro."
|
608 |
|
609 |
+
#: views/backup.php:280
|
610 |
msgid ""
|
611 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
612 |
"automated restore of their site."
|
613 |
msgstr ""
|
614 |
+
"Los clientes premium de WPBackItUp pueden utilizar estos archivos de copia "
|
615 |
"de seguridad para restaurar automáticamente su sitio web."
|
616 |
|
617 |
+
#: views/backup.php:284
|
618 |
msgid "Cancel"
|
619 |
msgstr "Cancelar"
|
620 |
|
621 |
+
#: views/backup.php:291
|
622 |
#, php-format
|
623 |
msgid ""
|
624 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
625 |
"their site. Please visit %s for manual restore instructions."
|
626 |
msgstr ""
|
627 |
+
"Los clientes lite de WPBackItUp pueden utilizar estos archivos de copia de "
|
628 |
"seguridad para restaurar de forma manual su sitio web. Visite %s para saber "
|
629 |
"como realizar la restauración manual."
|
630 |
|
631 |
+
#: views/backup.php:298
|
632 |
msgid "Backup Schedule"
|
633 |
msgstr "Copia de seguridad programada"
|
634 |
|
635 |
+
#: views/backup.php:300
|
636 |
msgid "Select the days of the week you would like your backup to run."
|
637 |
msgstr ""
|
638 |
"Seleccione los días de la semana que le gustaria que se realizara su copia "
|
639 |
"de seguridad."
|
640 |
|
641 |
+
#: views/backup.php:302
|
642 |
msgid ""
|
643 |
"Backup your site once per week or every day, it's up to you. If you have "
|
644 |
"email notifications turned on we'll even send you an email when it's done. "
|
653 |
"disponibles. El archivo permanecerá en su proveedor de hosting pero se "
|
654 |
"recomienda que descargue y guarde la copia en algún lugar seguro."
|
655 |
|
656 |
+
#: views/backup.php:304
|
657 |
msgid "Please make sure to schedule your backup for at least once per week."
|
658 |
msgstr ""
|
659 |
"Por favor, asegúrese de programar su copia de seguridad por lo menos una vez "
|
660 |
"a la semana."
|
661 |
|
662 |
+
#: views/backup.php:308
|
663 |
msgid "Monday"
|
664 |
msgstr "Lunes"
|
665 |
|
666 |
+
#: views/backup.php:309
|
667 |
msgid "Tuesday"
|
668 |
msgstr "Martes"
|
669 |
|
670 |
+
#: views/backup.php:310
|
671 |
msgid "Wednesday"
|
672 |
msgstr "Miércoles"
|
673 |
|
674 |
+
#: views/backup.php:311
|
675 |
msgid "Thursday"
|
676 |
msgstr "Jueves"
|
677 |
|
678 |
+
#: views/backup.php:312
|
679 |
msgid "Friday"
|
680 |
msgstr "Viernes"
|
681 |
|
682 |
+
#: views/backup.php:313
|
683 |
msgid "Saturday"
|
684 |
msgstr "Sábado"
|
685 |
|
686 |
+
#: views/backup.php:314
|
687 |
msgid "Sunday"
|
688 |
msgstr "Domingo"
|
689 |
|
690 |
+
#: views/backup.php:317
|
691 |
msgid "Save Schedule"
|
692 |
msgstr "Guardar programación"
|
693 |
|
694 |
+
#: views/backup.php:322
|
695 |
#, php-format
|
696 |
msgid ""
|
697 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
698 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
699 |
msgstr ""
|
700 |
"Las copias de seguridad programadas sólo están disponibles para los clientes "
|
701 |
+
"premium de Wp BackItUp. Visite %s para conseguir WPBackItUp sin riesgos por "
|
702 |
"30 días."
|
703 |
|
704 |
+
#: views/backup.php:329 views/restore.php:95
|
705 |
msgid "Available Backups"
|
706 |
msgstr "Copias de seguridad disponibles"
|
707 |
|
708 |
+
#: views/backup.php:349
|
709 |
+
msgid "Type"
|
710 |
+
msgstr "Tipo"
|
711 |
+
|
712 |
+
#: views/backup.php:350 views/restore.php:100
|
713 |
msgid "Date"
|
714 |
msgstr "Fecha"
|
715 |
|
716 |
+
#: views/backup.php:351
|
717 |
msgid "Duration"
|
718 |
msgstr "Duración"
|
719 |
|
720 |
+
#: views/backup.php:370
|
721 |
msgid "Success"
|
722 |
msgstr "Éxito"
|
723 |
|
724 |
+
#: views/backup.php:373
|
725 |
msgid "Active"
|
726 |
msgstr "Activo"
|
727 |
|
728 |
+
#: views/backup.php:416 views/restore.php:149
|
729 |
msgid "No backup archives found."
|
730 |
msgstr "No se han encontrado archivos de copia de seguridad."
|
731 |
|
732 |
+
#: views/backup.php:425
|
733 |
#, php-format
|
734 |
msgid ""
|
735 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
736 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
737 |
msgstr ""
|
738 |
"La función de restauración automática sólo está disponible para clientes "
|
739 |
+
"premium de WPBackItUp. Visite %s para conseguir WP BackItUp sin riesgos por "
|
740 |
"30 días."
|
741 |
|
742 |
+
#: views/backup.php:434 views/restore.php:234
|
743 |
msgid "Nothing to report"
|
744 |
msgstr "Nada que informar"
|
745 |
|
746 |
+
#: views/backup.php:439
|
747 |
msgid "Preparing for backup"
|
748 |
msgstr "Preparándose para la copia de seguridad"
|
749 |
|
750 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
751 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
752 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
753 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
754 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
755 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
756 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
757 |
+
#: views/restore.php:256
|
758 |
msgid "Done"
|
759 |
msgstr "Hecho"
|
760 |
|
761 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
762 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
763 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
764 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
765 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
766 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
767 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
768 |
+
#: views/restore.php:256
|
769 |
msgid "Failed"
|
770 |
msgstr "Fallido"
|
771 |
|
772 |
+
#: views/backup.php:440
|
773 |
msgid "Creating inventory of files to backup"
|
774 |
msgstr "Creando el inventario de archivos a guardar en la copia de seguridad"
|
775 |
|
776 |
+
#: views/backup.php:441
|
777 |
msgid "Backing up database"
|
778 |
msgstr "Realizando copia de seguridad de la base de datos"
|
779 |
|
780 |
+
#: views/backup.php:442
|
781 |
msgid "Creating backup information file"
|
782 |
msgstr "Creando el archivo de información de la copia de seguridad"
|
783 |
|
784 |
+
#: views/backup.php:443
|
785 |
msgid "Backing up themes"
|
786 |
msgstr "Realizando copia de seguridad de los temas"
|
787 |
|
788 |
+
#: views/backup.php:444
|
789 |
msgid "Backing up plugins"
|
790 |
msgstr "Realizando copia de seguridad de los plugins"
|
791 |
|
792 |
+
#: views/backup.php:445
|
793 |
msgid "Backing up uploads"
|
794 |
msgstr "Realizando copia de seguridad de las subidas"
|
795 |
|
796 |
+
#: views/backup.php:446
|
797 |
msgid "Backing up everything else"
|
798 |
msgstr "Realizando copia de seguridad del resto"
|
799 |
|
800 |
+
#: views/backup.php:447
|
801 |
msgid "Validating backup"
|
802 |
msgstr "Validando copia de seguridad"
|
803 |
|
804 |
+
#: views/backup.php:448
|
805 |
msgid "Finalizing backup"
|
806 |
msgstr "Acabando la copia de seguridad"
|
807 |
|
808 |
+
#: views/backup.php:458
|
809 |
msgid "Backup completed successfully"
|
810 |
msgstr "Copia de seguridad completada con éxito."
|
811 |
|
812 |
+
#: views/backup.php:479
|
813 |
msgid "Backups"
|
814 |
msgstr "Copias de seguridad"
|
815 |
|
816 |
+
#: views/backup.php:479
|
817 |
msgid "Version "
|
818 |
msgstr "Versión"
|
819 |
|
820 |
+
#: views/backup.php:481
|
821 |
+
msgid "Welcome to WPBackItUp!"
|
822 |
+
msgstr "Bienvenido a WPBackItUp!"
|
823 |
|
824 |
+
#: views/backup.php:481
|
825 |
msgid "The simplest way to backup your WordPress site."
|
826 |
msgstr ""
|
827 |
"La forma más simple de realizar copias de seguridad de su sitio Wordpress."
|
828 |
|
829 |
+
#: views/backup.php:482
|
830 |
msgid ""
|
831 |
"Getting started is easy, just click the backup button on the left side of "
|
832 |
"this page."
|
834 |
"Empezar es sencillo, sólo haga clic en el botón de copia de seguridad en el "
|
835 |
"lado izquierdo de esta página."
|
836 |
|
837 |
+
#: views/backup.php:486
|
838 |
#, php-format
|
839 |
msgid ""
|
840 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
843 |
"¡Enhorabuena! Ha realizado <span style=\"font-weight:bold;font-size:medium;"
|
844 |
"color: green\">%s</span> copias de seguridad con éxito."
|
845 |
|
846 |
+
#: views/backup.php:487
|
847 |
msgid "Tips"
|
848 |
msgstr "Consejos"
|
849 |
|
850 |
+
#: views/backup.php:488
|
851 |
msgid "Backup your site at least once per week"
|
852 |
msgstr "Haga una copia de seguridad al menos un vez por semana"
|
853 |
|
854 |
+
#: views/backup.php:489
|
855 |
msgid "Download all your backups and store them somewhere safe"
|
856 |
msgstr "Descargue sus copias de seguridad y guárdelas en algún lugar seguro"
|
857 |
|
858 |
+
#: views/backup.php:490
|
859 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
860 |
msgstr ""
|
861 |
"Verifique que sus archivos de copia de seguridad estén bien mirando lo que "
|
862 |
"contienen"
|
863 |
|
864 |
+
#: views/backup.php:495
|
865 |
#, php-format
|
866 |
msgid "Why not %s and schedule your backups!"
|
867 |
msgstr "¿¡Por qué no %s y programar sus copias de seguridad!?"
|
868 |
|
869 |
+
#: views/backup.php:495
|
870 |
msgid "upgrade"
|
871 |
msgstr "actualizar"
|
872 |
|
873 |
+
#: views/backup.php:504
|
874 |
+
msgid "Register WPBackItUp"
|
875 |
+
msgstr "Registrar WPBackItUp"
|
876 |
|
877 |
+
#: views/backup.php:507
|
878 |
msgid ""
|
879 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
880 |
"access to our world class <b>support</b> team. <br />\n"
|
886 |
"<b>soporte</b>. <br />\n"
|
887 |
"<br />Entre su clave de licéncia abajo para activarlo en este sitio web."
|
888 |
|
889 |
+
#: views/backup.php:509
|
890 |
msgid "name"
|
891 |
msgstr "nombre"
|
892 |
|
893 |
+
#: views/backup.php:510
|
894 |
msgid "email address"
|
895 |
msgstr "dirección de correo electrónico"
|
896 |
|
897 |
+
#: views/backup.php:511
|
898 |
msgid "license key"
|
899 |
msgstr "clave de licencia"
|
900 |
|
901 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
902 |
#, php-format
|
903 |
msgid "%s"
|
904 |
msgstr "%s"
|
905 |
|
906 |
+
#: views/backup.php:512
|
907 |
msgid "Free plugin customers do not need to enter license key."
|
908 |
msgstr ""
|
909 |
"Los clientes del plugin gratuito no necesitan introducir la clave de "
|
910 |
"licencia."
|
911 |
|
912 |
+
#: views/backup.php:513
|
913 |
msgid "Register"
|
914 |
msgstr "Registrarse"
|
915 |
|
916 |
+
#: views/backup.php:522
|
917 |
msgid "License Info"
|
918 |
msgstr "Información de la licencia"
|
919 |
|
920 |
+
#: views/backup.php:544
|
921 |
msgid "Name"
|
922 |
msgstr "Nombre"
|
923 |
|
924 |
+
#: views/backup.php:545
|
925 |
msgid "Email"
|
926 |
msgstr "Correo"
|
927 |
|
928 |
+
#: views/backup.php:546
|
929 |
msgid "License Type"
|
930 |
msgstr "Tipo de licencia"
|
931 |
|
932 |
+
#: views/backup.php:547
|
933 |
msgid "Expires"
|
934 |
msgstr "Expira"
|
935 |
|
936 |
+
#: views/backup.php:550
|
937 |
msgid "Enter license key to activate on this site."
|
938 |
msgstr "Introduzca la clave de la licencia para activarlo en este sitio web."
|
939 |
|
940 |
+
#: views/backup.php:557
|
941 |
msgid "License Active"
|
942 |
msgstr "Licencia activa"
|
943 |
|
944 |
+
#: views/backup.php:565
|
945 |
msgid "License expired"
|
946 |
msgstr "Licencia caducada"
|
947 |
|
948 |
+
#: views/backup.php:569
|
949 |
msgid "Update"
|
950 |
msgstr "Actualizar"
|
951 |
|
952 |
+
#: views/backup.php:573
|
953 |
msgid "Activate"
|
954 |
msgstr "Activar"
|
955 |
|
956 |
+
#: views/backup.php:577
|
957 |
#, php-format
|
958 |
msgid "Purchase a %s license using the purchase link above."
|
959 |
msgstr "Compre una licencia %s usando el enlace superior de compra."
|
960 |
|
961 |
+
#: views/backup.php:577
|
962 |
msgid "no-risk"
|
963 |
msgstr "sin riesgo"
|
964 |
|
965 |
+
#: views/backup.php:583
|
966 |
#, php-format
|
967 |
msgid ""
|
968 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
973 |
"de <strong> actualizaciones</strong> y acceso a nuestro equipo de "
|
974 |
"<strong>soporte de talla mundial</strong>."
|
975 |
|
976 |
+
#: views/backup.php:594
|
977 |
msgid "Useful Links"
|
978 |
msgstr "Enlaces útiles"
|
979 |
|
980 |
+
#: views/backup.php:596
|
981 |
msgid "Getting Started Video"
|
982 |
+
msgstr "Vídeo de cómo empezar"
|
983 |
|
984 |
+
#: views/backup.php:599
|
985 |
msgid "Your account"
|
986 |
msgstr "Su cuenta"
|
987 |
|
988 |
+
#: views/backup.php:602
|
989 |
+
msgid "Website Migration Service"
|
990 |
+
msgstr "Servicio de migraciones de páginas web"
|
991 |
+
|
992 |
+
#: views/backup.php:604
|
993 |
msgid "Documentation"
|
994 |
msgstr "Documentación"
|
995 |
|
996 |
+
#: views/backup.php:607
|
997 |
msgid "Get support"
|
998 |
msgstr "Obtener soporte"
|
999 |
|
1000 |
+
#: views/backup.php:610
|
1001 |
msgid "Feature request"
|
1002 |
msgstr "Solicite función"
|
1003 |
|
1004 |
+
#: views/backup.php:612
|
1005 |
msgid "Language Translations"
|
1006 |
msgstr "Traducciones"
|
1007 |
|
1008 |
+
#: views/backup.php:614
|
1009 |
msgid "Contact"
|
1010 |
msgstr "Contacto"
|
1011 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1012 |
#: views/restore.php:13
|
1013 |
#, php-format
|
1014 |
msgid "%s Restore"
|
1035 |
#, php-format
|
1036 |
msgid ""
|
1037 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1038 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
1039 |
+
"WPBackItUp risk free for 30 days.</p>"
|
1040 |
msgstr ""
|
1041 |
"<p>* La función de restauración automática está disponible sólo para "
|
1042 |
"clientes con licencia. Visite <a href=\"%s\" target=\"_blank\">%s</a> para "
|
1043 |
+
"conseguir una licencia de WPBackItUp sin riesgo de 30 días.</p>"
|
1044 |
|
1045 |
#: views/restore.php:177
|
1046 |
msgid "Upload"
|
1048 |
|
1049 |
#: views/restore.php:180
|
1050 |
msgid ""
|
1051 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
1052 |
"backups."
|
1053 |
msgstr ""
|
1054 |
+
"Suba archivos(zip) de WPBackItUp para añadirlos a su lista de copias de "
|
1055 |
"seguridad disponibles."
|
1056 |
|
1057 |
#: views/restore.php:197
|
1058 |
+
msgid "WPBackItUp - Upload backup files"
|
1059 |
+
msgstr "WPBackItUp - Subir archivos de copia de seguridad"
|
1060 |
|
1061 |
#: views/restore.php:198
|
1062 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
1063 |
msgstr ""
|
1064 |
+
"Las copias de seguridad se pueden subir a WPBackItUp con este formulario."
|
1065 |
|
1066 |
#: views/restore.php:198
|
1067 |
msgid ""
|
1068 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
1069 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
1070 |
+
"this page."
|
1071 |
msgstr ""
|
1072 |
+
"También se pueden subir manualmente al directorio de WPBackItUp (wp-content/"
|
1073 |
"wpbackitup_backups) usando FTP. Cuando termine con la subida de todas las "
|
1074 |
"copias de seguridad actualice esta página."
|
1075 |
|
1090 |
"* Recargue esta página cuando termine la subida para ver aparecer las nuevas "
|
1091 |
"copias de seguridad en la sección Copias de seguridad disponibles de abajo."
|
1092 |
|
1093 |
+
#: views/restore.php:244
|
1094 |
msgid "Preparing for restore"
|
1095 |
msgstr "Preparándose para restaurar"
|
1096 |
|
|
|
|
|
|
|
|
|
1097 |
#: views/restore.php:245
|
1098 |
+
msgid "Unpacking backup set"
|
1099 |
+
msgstr "Desempaquetar copia de seguridad"
|
1100 |
|
1101 |
#: views/restore.php:246
|
1102 |
+
msgid "Unzipping backup files"
|
1103 |
+
msgstr "Descomprimir archivos de copia de seguridad"
|
1104 |
+
|
1105 |
+
#: views/restore.php:247
|
1106 |
+
msgid "Validating backup files"
|
1107 |
+
msgstr "Validando los archivos de copia de seguridad"
|
1108 |
+
|
1109 |
+
#: views/restore.php:248
|
1110 |
msgid "Deactivating plugins"
|
1111 |
msgstr "Desactivando plugins"
|
1112 |
|
1113 |
+
#: views/restore.php:249
|
1114 |
msgid "Creating database restore point"
|
1115 |
msgstr "Creando un punto de restauración de la base de datos"
|
1116 |
|
1117 |
+
#: views/restore.php:250
|
1118 |
msgid "Staging content files"
|
1119 |
msgstr "Archivos de contenidos provisional"
|
1120 |
|
1121 |
+
#: views/restore.php:251
|
1122 |
msgid "Restoring content files"
|
1123 |
msgstr "Restaurando archivos de contenidos"
|
1124 |
|
1125 |
+
#: views/restore.php:252
|
1126 |
msgid "Restoring database"
|
1127 |
msgstr "Resturando base de datos"
|
1128 |
|
1129 |
+
#: views/restore.php:253
|
1130 |
msgid "Updating current user info"
|
1131 |
msgstr "Actualización de la información actual del usuario"
|
1132 |
|
1133 |
+
#: views/restore.php:254
|
1134 |
msgid "Updating site URL"
|
1135 |
msgstr "Actualizando dirección URL"
|
1136 |
|
1137 |
+
#: views/restore.php:256
|
1138 |
msgid "Updating permalinks"
|
1139 |
msgstr "Actualizando enlaces permanentes"
|
1140 |
|
1141 |
+
#: views/restore.php:262
|
1142 |
msgid "Error 201: No file selected"
|
1143 |
msgstr "Error 201: No se ha seleccionado ningún archivo"
|
1144 |
|
1145 |
+
#: views/restore.php:263
|
1146 |
msgid "Error 202: Your file could not be uploaded"
|
1147 |
msgstr "Error 202: No se ha podido subir el archivo"
|
1148 |
|
1149 |
+
#: views/restore.php:264
|
1150 |
msgid "Error 203: Your backup could not be unzipped"
|
1151 |
msgstr "Error 203: No se puede descomprimir su copia de seguridad"
|
1152 |
|
1153 |
+
#: views/restore.php:265
|
1154 |
msgid ""
|
1155 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1156 |
"valid backup"
|
1158 |
"Error 204: Su copia de seguridad parece no válida. Asegúrese de seleccionar "
|
1159 |
"una copia de seguridad válida"
|
1160 |
|
1161 |
+
#: views/restore.php:266
|
1162 |
msgid "Error 205: Cannot create restore point"
|
1163 |
msgstr "Error 205: No se puede crear un punto de restauración"
|
1164 |
|
1165 |
+
#: views/restore.php:267
|
1166 |
msgid "Error 206: Unable to connect to your database"
|
1167 |
msgstr "Error 206: No se puede conectar a su base de datos"
|
1168 |
|
1169 |
+
#: views/restore.php:268
|
1170 |
msgid ""
|
1171 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1172 |
msgstr ""
|
1173 |
"Error 207: No se puede conseguir la URL actual desde la base de datos. "
|
1174 |
"Inténtelo de nuevo"
|
1175 |
|
1176 |
+
#: views/restore.php:269
|
1177 |
msgid ""
|
1178 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1179 |
msgstr ""
|
1180 |
"Error 208: No se puede conseguir la URL de la página de inicio actual desde "
|
1181 |
"la base de datos. Inténtelo de nuevo"
|
1182 |
|
1183 |
+
#: views/restore.php:270
|
1184 |
msgid ""
|
1185 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1186 |
msgstr ""
|
1187 |
"Error 209: No se puede conseguir la ID actual de usuario desde la base de "
|
1188 |
"datos. Inténtelo de nuevo"
|
1189 |
|
1190 |
+
#: views/restore.php:271
|
1191 |
msgid ""
|
1192 |
"Error 210: Unable to get current user password from database. Please try "
|
1193 |
"again"
|
1195 |
"Error 210: No se puede conseguir la contraseña actual de usuario desde la "
|
1196 |
"base de datos. Inténtelo de nuevo"
|
1197 |
|
1198 |
+
#: views/restore.php:272
|
1199 |
msgid ""
|
1200 |
"Error 211: Unable to get current user email from database. Please try again"
|
1201 |
msgstr ""
|
1202 |
"Error 211: No se puede conseguir la dirección de correo electrónico actual "
|
1203 |
"del usuario desde la base de datos. Inténtelo de nuevo"
|
1204 |
|
1205 |
+
#: views/restore.php:273
|
1206 |
msgid ""
|
1207 |
"Error 212: Unable to import your database. This may require importing the "
|
1208 |
"file manually"
|
1210 |
"Error 212: No se puede importar su base de datos. Esto puede requerir la "
|
1211 |
"importación manual del archivo"
|
1212 |
|
1213 |
+
#: views/restore.php:274
|
1214 |
msgid ""
|
1215 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1216 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1220 |
"Compruebe los ajustes generales de su WordPress para asegurarse de que las "
|
1221 |
"URL de su sitio y de WordPress son correctas"
|
1222 |
|
1223 |
+
#: views/restore.php:275
|
1224 |
msgid ""
|
1225 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1226 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1230 |
"Compruebe los ajustes generales de su WordPress para asegurarse de que las "
|
1231 |
"URL de su sitio y de WordPress son correctas"
|
1232 |
|
1233 |
+
#: views/restore.php:276
|
1234 |
msgid ""
|
1235 |
"Warning 215: Unable to update your user information. This may require you to "
|
1236 |
"login with the admin username and password that was used when the backup was "
|
1240 |
"puede requerir que inicie sesión con el nombre de usuario y contraseña que "
|
1241 |
"usó cuando se creó la copia de seguridad"
|
1242 |
|
1243 |
+
#: views/restore.php:277
|
1244 |
msgid "Error 216: Database not found in backup"
|
1245 |
msgstr "Error 216: No se encuentra la base de datos en la copia de seguridad"
|
1246 |
|
1247 |
+
#: views/restore.php:278
|
1248 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1249 |
msgstr ""
|
1250 |
"Advertencia 217: No se puede eliminar el directorio wp-content existente"
|
1251 |
|
1252 |
+
#: views/restore.php:279
|
1253 |
msgid ""
|
1254 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1255 |
"CHMOD settings in /wp-content/"
|
1257 |
"Error 218: No se puede crear un nuevo directorio wp-content. Revise su "
|
1258 |
"configuración CHMOD en /wp-content/"
|
1259 |
|
1260 |
+
#: views/restore.php:280
|
1261 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1262 |
msgstr "Error 219: No se puede importat wp-content. Inténtelo de nuevo"
|
1263 |
|
1264 |
+
#: views/restore.php:281
|
1265 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1266 |
msgstr ""
|
1267 |
"Advertencia 220: No se puede limpiar el directorio importado. No se requiere "
|
1268 |
"ninguna acción"
|
1269 |
|
1270 |
+
#: views/restore.php:282
|
1271 |
#, php-format
|
1272 |
msgid ""
|
1273 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1280 |
"de poder restaurar su sitio web. Vea en www.wpbackitup.com las <a href =\"%s"
|
1281 |
"\" target=\"_blank\" > Preguntas frecuentes</a> para más información."
|
1282 |
|
1283 |
+
#: views/restore.php:283
|
1284 |
msgid "Error 222: Unable to create restore folder"
|
1285 |
msgstr "Error 222: No se puede crear la carpeta de restauración"
|
1286 |
|
1287 |
+
#: views/restore.php:284
|
1288 |
msgid ""
|
1289 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1290 |
"restore the database to its previous state but were unsuccessful. Please "
|
1291 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1292 |
"further restores"
|
1293 |
msgstr ""
|
1294 |
+
"Error 223: Ha ocurrido un error durante la restauración. WPBackItUp "
|
1295 |
"intentará restaurar la base de datos a su estado previo pero puede no tener "
|
1296 |
+
"éxito. Por favor, contacte con el soporte al cliente de WPBackItUp y no "
|
1297 |
"intente realizar más restauraciones"
|
1298 |
|
1299 |
+
#: views/restore.php:285
|
1300 |
msgid ""
|
1301 |
"Error 224: An error occurred during the restore, however, we have "
|
1302 |
"successfully restored your database to the previous state"
|
1304 |
"Error 224: Ha ocurrido un error durante la restauración, de todas formas, "
|
1305 |
"hemos restaurado su base de datos a su estado previo con éxito"
|
1306 |
|
1307 |
+
#: views/restore.php:286
|
1308 |
msgid ""
|
1309 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1310 |
msgstr ""
|
1311 |
"Error 225: La opción de restaurar está disponible sólo para los usuarios con "
|
1312 |
+
"licencia de WPBackItUp"
|
1313 |
|
1314 |
+
#: views/restore.php:287
|
1315 |
msgid ""
|
1316 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1317 |
"different version of WordPress"
|
1319 |
"Error 226: No se procederá a la restauración porqué su copia de seguridad se "
|
1320 |
"creó con una versión distinta de WordPress"
|
1321 |
|
1322 |
+
#: views/restore.php:288
|
1323 |
msgid ""
|
1324 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1325 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1326 |
+
"convert this backup to the current version"
|
1327 |
msgstr ""
|
1328 |
"Error 227: No se procederá a la restauración porqué su copia de seguridad se "
|
1329 |
+
"creó con una versión distinta de WPBackItUp. Contacte con el soporte de "
|
1330 |
+
"WPBackItUp para encontrar ayuda de como convertir su copia de seguridad a la "
|
1331 |
"versión actual"
|
1332 |
|
1333 |
+
#: views/restore.php:289
|
1334 |
msgid ""
|
1335 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1336 |
"restore. However, we were able to successfully revert the database back to "
|
1337 |
"its original state . This error may require importing the database manually"
|
1338 |
msgstr ""
|
1339 |
+
"Error 230: WPBackItUp tuvo errores inesperados durante la restauración de la "
|
1340 |
+
"base de datos. De todas formas, se ha podido revertir la base de datos a su "
|
1341 |
+
"estado original. Este error puede requerir la importación de la base de "
|
1342 |
"datos de forma manual"
|
1343 |
|
1344 |
+
#: views/restore.php:290
|
1345 |
msgid ""
|
1346 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1347 |
+
"available. Please contact support"
|
1348 |
msgstr ""
|
1349 |
+
"Error 235: WPBackItUp no puede proceder porqué no hay ninguna utilidad zip "
|
1350 |
"disponible. Por favor, contacte con el soporte"
|
1351 |
|
1352 |
+
#: views/restore.php:291
|
1353 |
msgid ""
|
1354 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1355 |
"running. Please wait for the backup to complete and then try again"
|
1356 |
msgstr ""
|
1357 |
+
"Error 250: WPBackItUp no puede empezar la restauración porqué se esta "
|
1358 |
"creando una copia de seguridad. Espere que la copia de seguridad se complete "
|
1359 |
"y entonces inténtelo de nuevo"
|
1360 |
|
1361 |
+
#: views/restore.php:293
|
1362 |
+
msgid ""
|
1363 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1364 |
+
"try again and contact support if this issue continues"
|
1365 |
+
msgstr ""
|
1366 |
+
"Error 260: WPBackItUp no puede extraer los archivos de la copia de "
|
1367 |
+
"seguridad. Por favor, inténtelo de nuevo y contacte con el soporte si el "
|
1368 |
+
"problema persiste"
|
1369 |
+
|
1370 |
+
#: views/restore.php:294
|
1371 |
msgid ""
|
1372 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1373 |
+
"try again and contact support if this issue continues"
|
1374 |
+
msgstr ""
|
1375 |
+
"Error 261: WPBackItUp no puede extraer los archivos de la copia de "
|
1376 |
+
"seguridad. Por favor, inténtelo de nuevo y contacte con el soporte si el "
|
1377 |
+
"problema persiste"
|
1378 |
+
|
1379 |
+
#: views/restore.php:295
|
1380 |
+
msgid ""
|
1381 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1382 |
+
"try again and contact support if this issue continues"
|
1383 |
+
msgstr ""
|
1384 |
+
"Error 262: No se han encontrado archivos de copia de seguridad en la carpeta "
|
1385 |
+
"de las copias de seguridad. Por favor, inténtelo de nuevo y contacte con el "
|
1386 |
+
"soporte si el problema persiste"
|
1387 |
+
|
1388 |
+
#: views/restore.php:297
|
1389 |
+
msgid ""
|
1390 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1391 |
"manifest is empty"
|
1392 |
msgstr ""
|
1393 |
+
"Error 251: WPBackItUp no puede empezar la restauración porqué el manifiesto "
|
1394 |
"de la copia de seguridad está vacío"
|
1395 |
|
1396 |
+
#: views/restore.php:298
|
1397 |
msgid ""
|
1398 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1399 |
"make sure to upload all zip files that were part of this backup"
|
1402 |
"seguridad. Por favor, esté seguro de subir todos los ficheros zip que forman "
|
1403 |
"parte de esta copia de seguridad"
|
1404 |
|
1405 |
+
#: views/restore.php:299
|
1406 |
msgid ""
|
1407 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1408 |
"Please make sure to upload only zip files that were part of this backup"
|
1411 |
"manifiesto. Asegúrese de subir sólo los archivos zip que forman parte de "
|
1412 |
"esta copia de seguridad"
|
1413 |
|
1414 |
+
#: views/restore.php:300
|
1415 |
msgid ""
|
1416 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1417 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1422 |
"otra vez todos los archivos zip de esta copia de seguridad e intente la "
|
1423 |
"restauración otra vez."
|
1424 |
|
1425 |
+
#: views/restore.php:301
|
1426 |
msgid ""
|
1427 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1428 |
"upload all zip files that were part of this backup"
|
1431 |
"asegúrese de subir todos los archivos zip que forman parte de esta copia de "
|
1432 |
"seguridad"
|
1433 |
|
1434 |
+
#: views/restore.php:303
|
1435 |
msgid ""
|
1436 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1437 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1438 |
msgstr ""
|
1439 |
"Advertencia 300: No se puede restaurar todo el contenido de WordPress. "
|
1440 |
+
"Revise los registros de restauración para ver que no puede restaurar "
|
1441 |
+
"WPBackItUp"
|
1442 |
|
1443 |
+
#: views/restore.php:304
|
1444 |
msgid ""
|
1445 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1446 |
+
"to see what WPBackItUp was unable to restore"
|
1447 |
msgstr ""
|
1448 |
"Advertencia 305: No se pueden restaurar todos los plugins. Revise los "
|
1449 |
+
"registros de restauración para ver que no puede restaurar WPBackItUp"
|
1450 |
|
1451 |
+
#: views/restore.php:306
|
1452 |
msgid "Error 2001: Unable to prepare site for restore"
|
1453 |
msgstr "Error 2001: No se puede preparar el sitio para su restauración"
|
1454 |
|
1455 |
+
#: views/restore.php:307
|
1456 |
msgid "Error 2002: Unable to unzip backup"
|
1457 |
msgstr "Error 2002: No se puede descomprimir la copia de seguridad"
|
1458 |
|
1459 |
+
#: views/restore.php:308
|
1460 |
msgid "Error 2003: Unable to validate backup"
|
1461 |
msgstr "Error 2003: No se puede validar la copia de seguridad"
|
1462 |
|
1463 |
+
#: views/restore.php:309
|
1464 |
msgid "Error 2004: Unable to create restore point"
|
1465 |
msgstr "Error 2004: No se puede crear un punto de restauración"
|
1466 |
|
1467 |
+
#: views/restore.php:310
|
1468 |
msgid "Error 2005: Unable to stage wp-content"
|
1469 |
msgstr "Error 2005: No se puede realizar una copia intermedia de wp-content"
|
1470 |
|
1471 |
+
#: views/restore.php:311
|
1472 |
msgid "Error 2006: Unable to restore content files"
|
1473 |
msgstr "Error 2006: No se pueden restaurar los archivos de contenidos"
|
1474 |
|
1475 |
+
#: views/restore.php:312
|
1476 |
msgid "Error 2007: Unable to restore database"
|
1477 |
msgstr "Error 2007: No se puede restaurar la base de datos"
|
1478 |
|
1479 |
+
#: views/restore.php:313
|
1480 |
msgid "Error 2999: Unexpected error encountered"
|
1481 |
msgstr "Error 2999: Se ha encontrado un error inesperado"
|
1482 |
|
1483 |
+
#: views/restore.php:320
|
1484 |
msgid ""
|
1485 |
"Restore completed successfully. If you are prompted to login please do so "
|
1486 |
"with your current username and password"
|
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 |
"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 |
"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 |
"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 "
|
1543 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1544 |
"oldest backup archives first."
|
1545 |
msgstr ""
|
1546 |
"Muchos proveedores de hosting limitan la cantidad de espacio que puede usar "
|
1547 |
+
"en sus servidores. Esta opción le dice a WPBackItUp el número máximo de "
|
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 |
"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."
|
1583 |
+
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 "
|
1591 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
1592 |
+
"set may not be possible with hosts that strictly limit memory utilization."
|
1593 |
+
msgstr ""
|
1594 |
+
"Cuando este ajuste está activado, WPBackItUp intentará crear un conjunto de "
|
1595 |
+
"copias de seguridad de un solo archivo. Si WPBackItUp no puede crear un "
|
1596 |
+
"conjunto de copias de seguridad de un solo archivo entonces desactivará este "
|
1597 |
+
"ajuste por usted. Crear un conjunto de copias de seguridad de un solo "
|
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 "
|
1614 |
+
"these settings can be used to help reduce the amount of time it takes "
|
1615 |
+
"WPBackItUp to complete each backup task ."
|
1616 |
msgstr ""
|
1617 |
+
"Esta configuración le cuenta a WPBackItUp cuantos elementos deben añadirse a "
|
1618 |
+
"la copia de seguridad en cada momento. Si experimenta tiempos de espera "
|
1619 |
"mientras se realiza la copia de seguridad, entonces esta configuración se "
|
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."
|
1647 |
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 |
"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 |
"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 |
"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."
|
1716 |
msgstr ""
|
1717 |
+
"Active esta casilla si desea que WPBackItUp elimine por completo todos los "
|
1718 |
"datos asociados al plugin cuando este sea borrado."
|
1719 |
|
1720 |
#: views/support.php:13
|
1739 |
#: views/support.php:47
|
1740 |
#, php-format
|
1741 |
msgid ""
|
1742 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1743 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1744 |
msgstr ""
|
1745 |
"Por favor, asegúrese de crear una incidencia de soporte técnico a través del "
|
1746 |
+
"<a href=\"%s\" target=\"_blank\">portal de soporte</a> de WPBackItUp antes "
|
1747 |
"de usar este formulario."
|
1748 |
|
1749 |
#: views/support.php:48
|
1771 |
msgstr "Enviar"
|
1772 |
|
1773 |
#: views/support.php:83
|
1774 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1775 |
+
msgstr "Por favor, registre su versión de WPBackItUp para acceder al soporte."
|
1776 |
|
1777 |
#: views/support.php:87
|
1778 |
msgid "Premium customers receive priority support."
|
languages/wp-backitup-fr_FR.mo
CHANGED
Binary file
|
languages/wp-backitup-fr_FR.po
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
6 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
7 |
# Jean-Christophe Brebion <pro@jcbrebion.com>, 2015
|
8 |
-
# Paulette Decroix <pomme.decroix@hotmail.fr>, 2015
|
9 |
msgid ""
|
10 |
msgstr ""
|
11 |
-
"Project-Id-Version:
|
12 |
-
"POT-Creation-Date:
|
13 |
-
"PO-Revision-Date:
|
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,199 +19,201 @@ 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.
|
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:
|
28 |
-
#: views/backup.php:
|
29 |
#: wp-backitup.php:110
|
30 |
msgid "Backup"
|
31 |
msgstr "Sauvegarder"
|
32 |
|
33 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
34 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
35 |
#: wp-backitup.php:124
|
36 |
msgid "Restore"
|
37 |
msgstr "Rétablir"
|
38 |
|
39 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
40 |
msgid "Support"
|
41 |
msgstr "Support"
|
42 |
|
43 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "Réglages"
|
46 |
|
47 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
48 |
msgid ""
|
49 |
"The backup you have selected exceeds what your host allows you to upload."
|
50 |
msgstr ""
|
51 |
"La sauvegarde que vous avez sélectionnée excède ce que vous êtes autorisé à "
|
52 |
"mettre en ligne par votre hébergeur."
|
53 |
|
54 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
55 |
-
#: views/backup.php:
|
56 |
-
#: views/backup.php:
|
57 |
-
#: views/backup.php:
|
58 |
msgid "Warning"
|
59 |
msgstr "Avertissement"
|
60 |
|
61 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
62 |
-
#: views/backup.php:
|
63 |
msgid "Error"
|
64 |
msgstr "Erreur"
|
65 |
|
66 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
67 |
msgid "Response"
|
68 |
msgstr "Réponse"
|
69 |
|
70 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
71 |
-
#: views/backup.php:
|
72 |
msgid "Status"
|
73 |
msgstr "État"
|
74 |
|
75 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
76 |
msgid "Download"
|
77 |
msgstr "Télécharger"
|
78 |
|
79 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
80 |
#: views/restore.php:129
|
81 |
msgid "Delete"
|
82 |
msgstr "Supprimer"
|
83 |
|
84 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
85 |
msgid "(JS997) Unexpected error"
|
86 |
msgstr "(JS997) Erreur inattendue."
|
87 |
|
88 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
89 |
msgid "(JS998) Unexpected error"
|
90 |
msgstr "(JS998) Erreur inattendue."
|
91 |
|
92 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
93 |
msgid "(JS999) An unexpected error has occurred"
|
94 |
msgstr "(JS999) Erreur inattendue."
|
95 |
|
96 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
97 |
msgid "Scheduled has been saved."
|
98 |
msgstr "La planification a été enregistrée."
|
99 |
|
100 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
101 |
msgid "Scheduled was not saved."
|
102 |
msgstr "La planification n'a pas été enregistrée."
|
103 |
|
104 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
105 |
msgid "Are you sure you want to restore your site?"
|
106 |
msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
|
107 |
|
108 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
109 |
msgid "Are you sure ?"
|
110 |
msgstr "Voulez-vous vraiment faire cela ?"
|
111 |
|
112 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
113 |
msgid "This file cannot be delete!"
|
114 |
msgstr "Ce fichier ne peut pas être supprimé !"
|
115 |
|
116 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
117 |
msgid "View Log"
|
118 |
msgstr "Voir le fichier journal"
|
119 |
|
120 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
121 |
msgid "New Backup!"
|
122 |
msgstr "Nouvelle sauvegarde !"
|
123 |
|
124 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
125 |
msgid "Uploaded Backup"
|
126 |
msgstr "Sauvegarde mise en ligne."
|
127 |
|
128 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
129 |
msgid "Backup Queued"
|
130 |
msgstr "Sauvegarde mise en file d'attente."
|
131 |
|
132 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
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:
|
141 |
msgid "No backup file selected."
|
142 |
msgstr "Aucun fichier de sauvegarde sélectionné."
|
143 |
|
144 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
145 |
msgid "No user id found."
|
146 |
msgstr "Aucun identifiant d'utilisateur trouvé."
|
147 |
|
148 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
149 |
msgid "Restore Queued"
|
150 |
msgstr "Restauration mise en file d'attente."
|
151 |
|
152 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
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:
|
161 |
msgid "No job id posted"
|
162 |
msgstr "Nouvel id de tâche publié. "
|
163 |
|
164 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
165 |
msgid "Backup Cancelled"
|
166 |
msgstr "Sauvegarde annulée."
|
167 |
|
168 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
169 |
msgid "Backup job not found"
|
170 |
msgstr "Tâche de sauvegarde non trouvée. "
|
171 |
|
172 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
173 |
msgid "No response log found."
|
174 |
msgstr "Pas de réponse de journal trouvée."
|
175 |
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
178 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
179 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
180 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
181 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
182 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
183 |
msgid "Please enter a number"
|
184 |
msgstr "Veuillez saisir un chiffre."
|
185 |
|
186 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
187 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
188 |
msgid "Please enter a valid email"
|
189 |
msgstr "Veuillez saisir une adresse de messagerie valide."
|
190 |
|
191 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
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:
|
200 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
201 |
msgid ""
|
202 |
"License could not be activated. Please try again in a few hours and contact "
|
203 |
"support if this error continues."
|
204 |
msgstr ""
|
|
|
|
|
205 |
|
206 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
207 |
msgid "License is invalid."
|
208 |
msgstr "La licence n'est pas valide."
|
209 |
|
210 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
211 |
msgid "License has expired."
|
212 |
msgstr "La licence est expirée."
|
213 |
|
214 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
215 |
#, php-format
|
216 |
msgid ""
|
217 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -223,16 +225,16 @@ msgstr ""
|
|
223 |
"jour</strong> et accéder à notre équipe de <strong>support de classe "
|
224 |
"mondiale</strong>."
|
225 |
|
226 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
227 |
msgid "License Expired: Scheduled backups are no longer active."
|
228 |
msgstr ""
|
229 |
"Licence expirée : Les sauvegardes planifiées ne sont plus actives."
|
230 |
|
231 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
232 |
msgid "Activation limit has been reached."
|
233 |
msgstr "La limite d'activation a été atteinte."
|
234 |
|
235 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
236 |
msgid "Your Activation limit has been reached"
|
237 |
msgstr "Votre limite d'activation a été atteinte."
|
238 |
|
@@ -240,7 +242,7 @@ msgstr "Votre limite d'activation a été atteinte."
|
|
240 |
msgid "Invalid Nonce"
|
241 |
msgstr "Nonce invalide"
|
242 |
|
243 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
244 |
msgid "Upload directory is not writable, or does not exist."
|
245 |
msgstr ""
|
246 |
"Le répertoire de stockage n’est pas accessible en écriture ou n'existe "
|
@@ -255,17 +257,18 @@ msgstr "Erreur : %s"
|
|
255 |
msgid "File could not be uploaded"
|
256 |
msgstr "Le fichier n'a pas pu être mis en ligne."
|
257 |
|
258 |
-
#: lib/includes/handler_upload.php:
|
259 |
-
msgid "Upload does not appear to be a
|
260 |
msgstr ""
|
261 |
-
"Le fichier ne semble pas être un fichier d'archive de sauvegarde
|
|
|
262 |
|
263 |
-
#: lib/includes/handler_upload.php:
|
264 |
-
msgid "Could not import file into
|
265 |
msgstr ""
|
266 |
-
"
|
267 |
|
268 |
-
#: lib/includes/job_backup.php:
|
269 |
#, php-format
|
270 |
msgid ""
|
271 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -281,52 +284,52 @@ msgstr ""
|
|
281 |
"\">renouveller</a></strong> une nouvelle année de mises à jour du produit et "
|
282 |
"accéder à notre équipe de support de premier niveau.<br/><br/>"
|
283 |
|
284 |
-
#: lib/includes/job_backup.php:
|
285 |
#, php-format
|
286 |
msgid "%s - Backup completed successfully."
|
287 |
msgstr "%s - La sauvegarde a été correctement effectuée."
|
288 |
|
289 |
-
#: lib/includes/job_backup.php:
|
290 |
msgid "Your backup completed successfully."
|
291 |
msgstr "Votre sauvegarde a été correctement effectuée."
|
292 |
|
293 |
-
#: lib/includes/job_backup.php:
|
294 |
#, php-format
|
295 |
msgid "%s - Backup did not complete successfully."
|
296 |
msgstr "%s - La sauvegarde n'a pas été correctement effectuée."
|
297 |
|
298 |
-
#: lib/includes/job_backup.php:
|
299 |
msgid "Your backup did not complete successfully."
|
300 |
msgstr "Votre sauvegarde n'a pas été correctement effectuée."
|
301 |
|
302 |
-
#: lib/includes/job_backup.php:
|
303 |
#, php-format
|
304 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
305 |
msgstr "Site WordPress : <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
306 |
|
307 |
-
#: lib/includes/job_backup.php:
|
308 |
msgid "Backup date:"
|
309 |
msgstr "Date de la sauvegarde :"
|
310 |
|
311 |
-
#: lib/includes/job_backup.php:
|
312 |
-
msgid "Number of backups completed with
|
313 |
-
msgstr "Nombre de sauvegardes effectuées avec
|
314 |
|
315 |
-
#: lib/includes/job_backup.php:
|
316 |
msgid "Completion Code:"
|
317 |
msgstr "Code de réussite :"
|
318 |
|
319 |
-
#: lib/includes/job_backup.php:
|
320 |
-
msgid "
|
321 |
-
msgstr "Version de
|
322 |
|
323 |
-
#: lib/includes/job_backup.php:
|
324 |
#, php-format
|
325 |
-
msgid "Checkout %s for info about
|
326 |
msgstr ""
|
327 |
-
"Consultez %s pour en savoir plus sur
|
328 |
|
329 |
-
#: lib/includes/job_backup.php:
|
330 |
msgid ""
|
331 |
"(101) Unable to create a new directory for backup. Please check your CHMOD "
|
332 |
"settings of your wp-backitup backup directory"
|
@@ -334,7 +337,7 @@ msgstr ""
|
|
334 |
"(101) Impossible de créer un nouveau répertoire pour la sauvegarde. Veuillez "
|
335 |
"vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-backitup."
|
336 |
|
337 |
-
#: lib/includes/job_backup.php:
|
338 |
msgid ""
|
339 |
"(102) Cannot create backup directory. Please check the CHMOD settings of "
|
340 |
"your wp-backitup plugin directory"
|
@@ -342,41 +345,46 @@ msgstr ""
|
|
342 |
"(102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier vos "
|
343 |
"réglages CHMOD du répertoire de l'extension wp-backitup."
|
344 |
|
345 |
-
#: lib/includes/job_backup.php:
|
346 |
msgid "(103) Unable to backup your files. Please try again"
|
347 |
msgstr "(103) Impossible de sauvegarder vos fichiers. Veuillez réessayer."
|
348 |
|
349 |
-
#: lib/includes/job_backup.php:
|
350 |
msgid "(104) Unable to export your database. Please try again"
|
351 |
msgstr ""
|
352 |
"(104) Impossible d'exporter votre base de données. Veuillez réessayer. "
|
353 |
|
354 |
-
#: lib/includes/job_backup.php:
|
355 |
msgid "(105) Unable to export site information file. Please try again"
|
356 |
msgstr ""
|
357 |
"(105) Impossible d'exporter le fichier d'informations du site. Veuillez "
|
358 |
"réessayer."
|
359 |
|
360 |
-
#: lib/includes/job_backup.php:
|
361 |
msgid "(106) Unable to cleanup your backup directory"
|
362 |
msgstr "(106) Impossible de nettoyer votre répertoire de sauvegarde."
|
363 |
|
364 |
-
#: lib/includes/job_backup.php:
|
365 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
366 |
msgstr ""
|
367 |
"(107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
|
368 |
|
369 |
-
#: lib/includes/job_backup.php:
|
370 |
msgid "(108) Unable to backup your site data files. Please try again"
|
371 |
msgstr ""
|
372 |
"(108) Impossible de sauvegarder les fichiers de données de votre site. "
|
373 |
"Veuillez réessayer."
|
374 |
|
375 |
-
#: lib/includes/job_backup.php:
|
376 |
msgid "(109) Unable to finalize backup. Please try again"
|
377 |
msgstr "(109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
|
378 |
|
379 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
|
|
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 +395,25 @@ msgstr ""
|
|
387 |
"support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
|
388 |
"moment où vous avez effectué la requête."
|
389 |
|
390 |
-
#: lib/includes/job_backup.php:
|
391 |
msgid "(120) Unable to backup your themes. Please try again"
|
392 |
msgstr "(120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
|
393 |
|
394 |
-
#: lib/includes/job_backup.php:
|
395 |
msgid "(121) Unable to backup your plugins. Please try again"
|
396 |
msgstr "(121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
|
397 |
|
398 |
-
#: lib/includes/job_backup.php:
|
399 |
msgid "(122) Unable to backup your uploads. Please try again"
|
400 |
msgstr ""
|
401 |
"(122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
|
402 |
|
403 |
-
#: lib/includes/job_backup.php:
|
404 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
405 |
msgstr ""
|
406 |
"(123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
|
407 |
|
408 |
-
#: lib/includes/job_backup.php:
|
409 |
msgid ""
|
410 |
"(125) Unable to compress your backup because there is no zip utility "
|
411 |
"available. Please contact support"
|
@@ -413,23 +421,23 @@ msgstr ""
|
|
413 |
"(125) Impossible de compresser votre sauvegarde car il n'y a pas "
|
414 |
"d'utilitaire zip disponible. Veuillez réessayer."
|
415 |
|
416 |
-
#: lib/includes/job_backup.php:
|
417 |
msgid "(126) Unable to validate your backup. Please try again"
|
418 |
msgstr "(126) Impossible de valider votre sauvegarde. Veuillez réessayer."
|
419 |
|
420 |
-
#: lib/includes/job_backup.php:
|
421 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
422 |
msgstr ""
|
423 |
"(127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
|
424 |
"réessayer."
|
425 |
|
426 |
-
#: lib/includes/job_backup.php:
|
427 |
msgid "(128) Unable to create job control record. Please try again"
|
428 |
msgstr ""
|
429 |
"(128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
|
430 |
"réessayer."
|
431 |
|
432 |
-
#: lib/includes/job_backup.php:
|
433 |
msgid ""
|
434 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
435 |
"settings of your wp-backitup backup directory"
|
@@ -438,7 +446,7 @@ msgstr ""
|
|
438 |
"Veuillez vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-"
|
439 |
"backitup."
|
440 |
|
441 |
-
#: lib/includes/job_backup.php:
|
442 |
msgid ""
|
443 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
444 |
"your wp-backitup plugin directory"
|
@@ -446,41 +454,46 @@ msgstr ""
|
|
446 |
"(2102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier "
|
447 |
"vos réglages CHMOD du répertoire de l'extension wp-backitup."
|
448 |
|
449 |
-
#: lib/includes/job_backup.php:
|
450 |
msgid "(2103) Unable to backup your files. Please try again"
|
451 |
msgstr "(2103) Impossible de sauvegarder vos fichiers. Veuillez réessayer. "
|
452 |
|
453 |
-
#: lib/includes/job_backup.php:
|
454 |
msgid "(2104) Unable to export your database. Please try again"
|
455 |
msgstr ""
|
456 |
"(2104) Impossible d'exporter votre base de données. Veuillez réessayer."
|
457 |
|
458 |
-
#: lib/includes/job_backup.php:
|
459 |
msgid "(2105) Unable to export site information file. Please try again"
|
460 |
msgstr ""
|
461 |
"(2105) Impossible d'exporter le fichier d'informations du site. Veuillez "
|
462 |
"réessayer."
|
463 |
|
464 |
-
#: lib/includes/job_backup.php:
|
465 |
msgid "(2106) Unable to cleanup your backup directory"
|
466 |
msgstr "(2106) Impossible de nettoyer votre répertoire de sauvegarde."
|
467 |
|
468 |
-
#: lib/includes/job_backup.php:
|
469 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
470 |
msgstr ""
|
471 |
"(2107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
|
472 |
|
473 |
-
#: lib/includes/job_backup.php:
|
474 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
475 |
msgstr ""
|
476 |
"(2108) Impossible de sauvegarder les fichiers de données de votre site. "
|
477 |
"Veuillez réessayer."
|
478 |
|
479 |
-
#: lib/includes/job_backup.php:
|
480 |
msgid "(2109) Unable to finalize backup. Please try again"
|
481 |
msgstr "(2109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
|
482 |
|
483 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
|
|
484 |
msgid ""
|
485 |
"(2114) Your database was accessible but an export could not be created. "
|
486 |
"Please contact support by clicking the get support link on the right. Please "
|
@@ -491,25 +504,25 @@ msgstr ""
|
|
491 |
"support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
|
492 |
"moment où vous avez effectué la requête."
|
493 |
|
494 |
-
#: lib/includes/job_backup.php:
|
495 |
msgid "(2120) Unable to backup your themes. Please try again"
|
496 |
msgstr "(2120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
|
497 |
|
498 |
-
#: lib/includes/job_backup.php:
|
499 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
500 |
msgstr "(2121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
|
501 |
|
502 |
-
#: lib/includes/job_backup.php:
|
503 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
504 |
msgstr ""
|
505 |
"(2122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
|
506 |
|
507 |
-
#: lib/includes/job_backup.php:
|
508 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
509 |
msgstr ""
|
510 |
"(2123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
|
511 |
|
512 |
-
#: lib/includes/job_backup.php:
|
513 |
msgid ""
|
514 |
"(2125) Unable to compress your backup because there is no zip utility "
|
515 |
"available. Please contact support"
|
@@ -517,23 +530,23 @@ msgstr ""
|
|
517 |
"(2125) Impossible de compresser votre sauvegarde car il n'y a pas "
|
518 |
"d'utilitaire zip disponible. Veuillez réessayer."
|
519 |
|
520 |
-
#: lib/includes/job_backup.php:
|
521 |
msgid "(2126) Unable to validate your backup. Please try again"
|
522 |
msgstr "(2126) Impossible de valider votre sauvegarde. Veuillez réessayer."
|
523 |
|
524 |
-
#: lib/includes/job_backup.php:
|
525 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
526 |
msgstr ""
|
527 |
"(2127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
|
528 |
"réessayer."
|
529 |
|
530 |
-
#: lib/includes/job_backup.php:
|
531 |
msgid "(2128) Unable to create job control record. Please try again"
|
532 |
msgstr ""
|
533 |
"(2128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
|
534 |
"réessayer."
|
535 |
|
536 |
-
#: lib/includes/job_backup.php:
|
537 |
msgid "(999) Unexpected error"
|
538 |
msgstr "(999) Erreur inattendue"
|
539 |
|
@@ -545,26 +558,26 @@ msgstr "(999) Erreur inattendue"
|
|
545 |
msgid "%s Dashboard"
|
546 |
msgstr "Tableau de bord de %s"
|
547 |
|
548 |
-
#: views/backup.php:
|
549 |
msgid "Dismiss"
|
550 |
msgstr "Fermer"
|
551 |
|
552 |
-
#: views/backup.php:
|
553 |
#, php-format
|
554 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
555 |
msgstr ""
|
556 |
"Le dossier de sauvegarde n'existe pas. Veuillez contacter %s pour de "
|
557 |
"l'assistance."
|
558 |
|
559 |
-
#: views/backup.php:
|
560 |
msgid "support"
|
561 |
msgstr "support"
|
562 |
|
563 |
-
#: views/backup.php:
|
564 |
msgid "Close"
|
565 |
msgstr "Fermer"
|
566 |
|
567 |
-
#: views/backup.php:
|
568 |
msgid ""
|
569 |
"Click the backup button to create a zipped backup file of this site's "
|
570 |
"database, plugins, themes and settings."
|
@@ -572,7 +585,7 @@ msgstr ""
|
|
572 |
"Cliquez sur le bouton de sauvegarde pour créer un fichier zippé de la base "
|
573 |
"de données, des extensions, thèmes et réglages de votre site."
|
574 |
|
575 |
-
#: views/backup.php:
|
576 |
msgid ""
|
577 |
"Once your backup file has been created it will appear in the available "
|
578 |
"backups section below. This file may remain on your hosting providers server "
|
@@ -583,37 +596,37 @@ msgstr ""
|
|
583 |
"le serveur de votre hébergement, mais nous vous recommandons de le "
|
584 |
"télécharger et de l'enregistrer dans un endroit sûr."
|
585 |
|
586 |
-
#: views/backup.php:
|
587 |
msgid ""
|
588 |
-
"
|
589 |
"automated restore of their site."
|
590 |
msgstr ""
|
591 |
-
"Les utilisateurs de
|
592 |
-
"sauvegarde pour effectuer une restauration
|
593 |
|
594 |
-
#: views/backup.php:
|
595 |
msgid "Cancel"
|
596 |
msgstr "Annuler"
|
597 |
|
598 |
-
#: views/backup.php:
|
599 |
#, php-format
|
600 |
msgid ""
|
601 |
-
"
|
602 |
"their site. Please visit %s for manual restore instructions."
|
603 |
msgstr ""
|
604 |
-
"Les utilisateurs de
|
605 |
-
"sauvegarde pour
|
606 |
-
"
|
607 |
|
608 |
-
#: views/backup.php:
|
609 |
msgid "Backup Schedule"
|
610 |
msgstr "Planification de sauvegarde"
|
611 |
|
612 |
-
#: views/backup.php:
|
613 |
msgid "Select the days of the week you would like your backup to run."
|
614 |
msgstr "Sélectionner les jours de la semaine pour effectuer la sauvegarde."
|
615 |
|
616 |
-
#: views/backup.php:
|
617 |
msgid ""
|
618 |
"Backup your site once per week or every day, it's up to you. If you have "
|
619 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -629,173 +642,179 @@ msgstr ""
|
|
629 |
"d'hébergement, mais nous vous recommandons de télécharger et de "
|
630 |
"l'enregistrer dans un endroit sûr."
|
631 |
|
632 |
-
#: views/backup.php:
|
633 |
msgid "Please make sure to schedule your backup for at least once per week."
|
634 |
msgstr ""
|
635 |
"Veuillez vous assurer de programmer une sauvegarde au moins une fois par "
|
636 |
"semaine."
|
637 |
|
638 |
-
#: views/backup.php:
|
639 |
msgid "Monday"
|
640 |
msgstr "lundi"
|
641 |
|
642 |
-
#: views/backup.php:
|
643 |
msgid "Tuesday"
|
644 |
msgstr "mardi"
|
645 |
|
646 |
-
#: views/backup.php:
|
647 |
msgid "Wednesday"
|
648 |
msgstr "mercredi"
|
649 |
|
650 |
-
#: views/backup.php:
|
651 |
msgid "Thursday"
|
652 |
msgstr "jeudi"
|
653 |
|
654 |
-
#: views/backup.php:
|
655 |
msgid "Friday"
|
656 |
msgstr "vendredi"
|
657 |
|
658 |
-
#: views/backup.php:
|
659 |
msgid "Saturday"
|
660 |
msgstr "samedi"
|
661 |
|
662 |
-
#: views/backup.php:
|
663 |
msgid "Sunday"
|
664 |
msgstr "dimanche"
|
665 |
|
666 |
-
#: views/backup.php:
|
667 |
msgid "Save Schedule"
|
668 |
msgstr "Enregistrer la planification"
|
669 |
|
670 |
-
#: views/backup.php:
|
671 |
#, php-format
|
672 |
msgid ""
|
673 |
-
"Scheduled backups are only available to
|
674 |
-
"Please visit %s to get
|
675 |
msgstr ""
|
676 |
-
"Les sauvegardes planifiées sont disponibles
|
677 |
-
"
|
678 |
-
"pendant 30 jours."
|
679 |
|
680 |
-
#: views/backup.php:
|
681 |
msgid "Available Backups"
|
682 |
msgstr "Sauvegardes disponibles"
|
683 |
|
684 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
685 |
msgid "Date"
|
686 |
msgstr "Date"
|
687 |
|
688 |
-
#: views/backup.php:
|
689 |
msgid "Duration"
|
690 |
msgstr "Durée"
|
691 |
|
692 |
-
#: views/backup.php:
|
693 |
msgid "Success"
|
694 |
msgstr "Réussite"
|
695 |
|
696 |
-
#: views/backup.php:
|
697 |
msgid "Active"
|
698 |
msgstr "Actif"
|
699 |
|
700 |
-
#: views/backup.php:
|
701 |
msgid "No backup archives found."
|
702 |
msgstr "Aucune archive de sauvegarde trouvée."
|
703 |
|
704 |
-
#: views/backup.php:
|
705 |
#, php-format
|
706 |
msgid ""
|
707 |
-
"The automated restore feature is only available to
|
708 |
-
"customers. Please visit %s to get
|
709 |
msgstr ""
|
710 |
-
"La fonction de restauration
|
711 |
-
"
|
712 |
-
"
|
713 |
|
714 |
-
#: views/backup.php:
|
715 |
msgid "Nothing to report"
|
716 |
msgstr "Rien à signaler"
|
717 |
|
718 |
-
#: views/backup.php:
|
719 |
msgid "Preparing for backup"
|
720 |
msgstr "Préparation pour la sauvegarde"
|
721 |
|
722 |
-
#: views/backup.php:
|
723 |
-
#: views/backup.php:
|
724 |
-
#: views/backup.php:
|
725 |
-
#: views/backup.php:
|
726 |
-
#: views/restore.php:
|
727 |
-
#: views/restore.php:
|
728 |
-
#: views/restore.php:
|
|
|
729 |
msgid "Done"
|
730 |
msgstr "Terminé"
|
731 |
|
732 |
-
#: views/backup.php:
|
733 |
-
#: views/backup.php:
|
734 |
-
#: views/backup.php:
|
735 |
-
#: views/backup.php:
|
736 |
-
#: views/restore.php:
|
737 |
-
#: views/restore.php:
|
738 |
-
#: views/restore.php:
|
|
|
739 |
msgid "Failed"
|
740 |
msgstr "Échoué"
|
741 |
|
742 |
-
#: views/backup.php:
|
743 |
msgid "Creating inventory of files to backup"
|
744 |
msgstr "Création de l'inventaire des fichiers à sauvegarder."
|
745 |
|
746 |
-
#: views/backup.php:
|
747 |
msgid "Backing up database"
|
748 |
msgstr "Sauvegarde de la base de données"
|
749 |
|
750 |
-
#: views/backup.php:
|
751 |
msgid "Creating backup information file"
|
752 |
msgstr "Création du fichier de données de sauvegarde."
|
753 |
|
754 |
-
#: views/backup.php:
|
755 |
msgid "Backing up themes"
|
756 |
msgstr "Sauvegarde des thèmes"
|
757 |
|
758 |
-
#: views/backup.php:
|
759 |
msgid "Backing up plugins"
|
760 |
msgstr "Sauvegarde des extensions"
|
761 |
|
762 |
-
#: views/backup.php:
|
763 |
msgid "Backing up uploads"
|
764 |
msgstr "Sauvegarde des pièces jointes"
|
765 |
|
766 |
-
#: views/backup.php:
|
767 |
msgid "Backing up everything else"
|
768 |
msgstr "Sauvegarde de tout le reste"
|
769 |
|
770 |
-
#: views/backup.php:
|
771 |
msgid "Validating backup"
|
772 |
msgstr "Validation de la sauvegarde"
|
773 |
|
774 |
-
#: views/backup.php:
|
775 |
msgid "Finalizing backup"
|
776 |
msgstr "Finalisation de la sauvegarde"
|
777 |
|
778 |
-
#: views/backup.php:
|
779 |
msgid "Backup completed successfully"
|
780 |
msgstr "La sauvegarde a bien été effectuée."
|
781 |
|
782 |
-
#: views/backup.php:
|
783 |
msgid "Backups"
|
784 |
msgstr "Sauvegardes"
|
785 |
|
786 |
-
#: views/backup.php:
|
787 |
msgid "Version "
|
788 |
msgstr "Version "
|
789 |
|
790 |
-
#: views/backup.php:
|
791 |
-
msgid "Welcome to
|
792 |
-
msgstr "Bienvenue dans
|
793 |
|
794 |
-
#: views/backup.php:
|
795 |
msgid "The simplest way to backup your WordPress site."
|
796 |
msgstr "La manière la plus simple de sauvegarder votre site WordPress."
|
797 |
|
798 |
-
#: views/backup.php:
|
799 |
msgid ""
|
800 |
"Getting started is easy, just click the backup button on the left side of "
|
801 |
"this page."
|
@@ -803,7 +822,7 @@ msgstr ""
|
|
803 |
"Le démarrage est simple, cliquez sur le bouton de sauvegarde à gauche sur "
|
804 |
"cette page."
|
805 |
|
806 |
-
#: views/backup.php:
|
807 |
#, php-format
|
808 |
msgid ""
|
809 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
@@ -812,39 +831,39 @@ msgstr ""
|
|
812 |
"Félicitations ! Vous avez bien effectué <span style=\"font-weight:bold;font-"
|
813 |
"size:medium;color: green\">%s</span> sauvegardes."
|
814 |
|
815 |
-
#: views/backup.php:
|
816 |
msgid "Tips"
|
817 |
msgstr "Astuces"
|
818 |
|
819 |
-
#: views/backup.php:
|
820 |
msgid "Backup your site at least once per week"
|
821 |
msgstr "Sauvegardez votre site au moins une fois par semaine"
|
822 |
|
823 |
-
#: views/backup.php:
|
824 |
msgid "Download all your backups and store them somewhere safe"
|
825 |
msgstr ""
|
826 |
"Téléchargez toutes vos sauvegardes et stockez-les dans un endroit sécurisé."
|
827 |
|
828 |
-
#: views/backup.php:
|
829 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
830 |
msgstr ""
|
831 |
"Vérifiez que vos fichiers de sauvegarde sont bons en regardant attentivement "
|
832 |
"ce qu'il y a dedans."
|
833 |
|
834 |
-
#: views/backup.php:
|
835 |
#, php-format
|
836 |
msgid "Why not %s and schedule your backups!"
|
837 |
msgstr "Pourquoi ne pas %s et planifier vos sauvegardes !"
|
838 |
|
839 |
-
#: views/backup.php:
|
840 |
msgid "upgrade"
|
841 |
msgstr "mettre à jour"
|
842 |
|
843 |
-
#: views/backup.php:
|
844 |
-
msgid "Register
|
845 |
-
msgstr "Enregistrer
|
846 |
|
847 |
-
#: views/backup.php:
|
848 |
msgid ""
|
849 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
850 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -856,83 +875,83 @@ msgstr ""
|
|
856 |
"classe mondiale.<br />\n"
|
857 |
"<br />Entrez votre clé de licence ci-dessous pour l'activer sur ce site."
|
858 |
|
859 |
-
#: views/backup.php:
|
860 |
msgid "name"
|
861 |
msgstr "nom"
|
862 |
|
863 |
-
#: views/backup.php:
|
864 |
msgid "email address"
|
865 |
msgstr "adresse de messagerie"
|
866 |
|
867 |
-
#: views/backup.php:
|
868 |
msgid "license key"
|
869 |
msgstr "clé de licence"
|
870 |
|
871 |
-
#: views/backup.php:
|
872 |
#, php-format
|
873 |
msgid "%s"
|
874 |
msgstr "%s"
|
875 |
|
876 |
-
#: views/backup.php:
|
877 |
msgid "Free plugin customers do not need to enter license key."
|
878 |
msgstr ""
|
879 |
"Les utilisateurs de l'extension gratuite n'ont pas besoin de saisir de clé "
|
880 |
"de licence."
|
881 |
|
882 |
-
#: views/backup.php:
|
883 |
msgid "Register"
|
884 |
msgstr "Inscription"
|
885 |
|
886 |
-
#: views/backup.php:
|
887 |
msgid "License Info"
|
888 |
msgstr "Info de licence"
|
889 |
|
890 |
-
#: views/backup.php:
|
891 |
msgid "Name"
|
892 |
msgstr "Nom"
|
893 |
|
894 |
-
#: views/backup.php:
|
895 |
msgid "Email"
|
896 |
msgstr "E-mail "
|
897 |
|
898 |
-
#: views/backup.php:
|
899 |
msgid "License Type"
|
900 |
msgstr "Type de licence"
|
901 |
|
902 |
-
#: views/backup.php:
|
903 |
msgid "Expires"
|
904 |
msgstr "Expire"
|
905 |
|
906 |
-
#: views/backup.php:
|
907 |
msgid "Enter license key to activate on this site."
|
908 |
msgstr "Saisissez la clé de licence à activer sur ce site."
|
909 |
|
910 |
-
#: views/backup.php:
|
911 |
msgid "License Active"
|
912 |
msgstr "Licence active"
|
913 |
|
914 |
-
#: views/backup.php:
|
915 |
msgid "License expired"
|
916 |
msgstr "Licence expirée"
|
917 |
|
918 |
-
#: views/backup.php:
|
919 |
msgid "Update"
|
920 |
msgstr "Mettre à jour"
|
921 |
|
922 |
-
#: views/backup.php:
|
923 |
msgid "Activate"
|
924 |
msgstr "Activer"
|
925 |
|
926 |
-
#: views/backup.php:
|
927 |
#, php-format
|
928 |
msgid "Purchase a %s license using the purchase link above."
|
929 |
msgstr "Achetez une licence %s en utilisant le lien d'achat ci-dessus."
|
930 |
|
931 |
-
#: views/backup.php:
|
932 |
msgid "no-risk"
|
933 |
msgstr "sans risque"
|
934 |
|
935 |
-
#: views/backup.php:
|
936 |
#, php-format
|
937 |
msgid ""
|
938 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -943,56 +962,42 @@ msgstr ""
|
|
943 |
"nouvelle année de <strong>mises à jour</strong> et accéder à notre équipe de "
|
944 |
"<strong>support de classe mondiale</strong>."
|
945 |
|
946 |
-
#: views/backup.php:
|
947 |
msgid "Useful Links"
|
948 |
msgstr "Liens utiles"
|
949 |
|
950 |
-
#: views/backup.php:
|
951 |
msgid "Getting Started Video"
|
952 |
-
msgstr ""
|
953 |
|
954 |
-
#: views/backup.php:
|
955 |
msgid "Your account"
|
956 |
msgstr "Votre compte"
|
957 |
|
958 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
959 |
msgid "Documentation"
|
960 |
msgstr "Documentation"
|
961 |
|
962 |
-
#: views/backup.php:
|
963 |
msgid "Get support"
|
964 |
msgstr "Obtenir du support"
|
965 |
|
966 |
-
#: views/backup.php:
|
967 |
msgid "Feature request"
|
968 |
msgstr "Demande de fonctionnalité"
|
969 |
|
970 |
-
#: views/backup.php:
|
971 |
msgid "Language Translations"
|
972 |
msgstr "Traductions"
|
973 |
|
974 |
-
#: views/backup.php:
|
975 |
msgid "Contact"
|
976 |
msgstr "Contact"
|
977 |
|
978 |
-
#: views/backup.php:626 views/backup.php:651
|
979 |
-
msgid "WP BackItUp Backup Set"
|
980 |
-
msgstr "Jeu de sauvegarde WP BackItUp"
|
981 |
-
|
982 |
-
#: views/backup.php:628
|
983 |
-
msgid ""
|
984 |
-
"Below are the archive files included in this backup set. Click the link to "
|
985 |
-
"download."
|
986 |
-
msgstr ""
|
987 |
-
"Voici les fichiers d'archive inclus dans ce jeu de sauvegarde. Cliquez sur "
|
988 |
-
"le lien pour télécharger."
|
989 |
-
|
990 |
-
#: views/backup.php:652
|
991 |
-
msgid "Please refresh this page to download your new backup files."
|
992 |
-
msgstr ""
|
993 |
-
"Veuillez rafraichir cette page pour télécharger vos nouveaux fichiers de "
|
994 |
-
"sauvegarde."
|
995 |
-
|
996 |
#: views/restore.php:13
|
997 |
#, php-format
|
998 |
msgid "%s Restore"
|
@@ -1020,12 +1025,12 @@ msgstr ""
|
|
1020 |
#, php-format
|
1021 |
msgid ""
|
1022 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1023 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
1024 |
-
"
|
1025 |
msgstr ""
|
1026 |
-
"<p>* La fonction de restauration
|
1027 |
-
"les
|
1028 |
-
"target=\"_blank\">%s</a> pour obtenir
|
1029 |
"pendant 30 jours.</p>"
|
1030 |
|
1031 |
#: views/restore.php:177
|
@@ -1034,32 +1039,32 @@ msgstr "Envoyer"
|
|
1034 |
|
1035 |
#: views/restore.php:180
|
1036 |
msgid ""
|
1037 |
-
"Upload
|
1038 |
"backups."
|
1039 |
msgstr ""
|
1040 |
-
"
|
1041 |
-
"
|
1042 |
|
1043 |
#: views/restore.php:197
|
1044 |
-
msgid "
|
1045 |
-
msgstr "
|
1046 |
|
1047 |
#: views/restore.php:198
|
1048 |
-
msgid "Backup files may be uploaded into
|
1049 |
msgstr ""
|
1050 |
-
"Les fichiers de sauvegarde peuvent être
|
1051 |
"formulaire."
|
1052 |
|
1053 |
#: views/restore.php:198
|
1054 |
msgid ""
|
1055 |
-
"They may also be uploaded manually into the
|
1056 |
-
"
|
1057 |
-
"
|
1058 |
msgstr ""
|
1059 |
-
"Ils peuvent également être chargés manuellement dans le répertoire
|
1060 |
-
"
|
1061 |
-
"terminé le chargement de tous les fichiers de sauvegarde rafraîchissez
|
1062 |
-
"page."
|
1063 |
|
1064 |
#: views/restore.php:202
|
1065 |
#, php-format
|
@@ -1079,63 +1084,67 @@ msgstr ""
|
|
1079 |
"apparaître de nouvelles sauvegardes dans la section sauvegardes disponibles "
|
1080 |
"ci-dessus."
|
1081 |
|
1082 |
-
#: views/restore.php:
|
1083 |
msgid "Preparing for restore"
|
1084 |
msgstr "Préparation pour la restauration"
|
1085 |
|
1086 |
-
#: views/restore.php:244
|
1087 |
-
msgid "Unzipping backup set"
|
1088 |
-
msgstr "Décompression du jeu de sauvegardes"
|
1089 |
-
|
1090 |
#: views/restore.php:245
|
1091 |
-
msgid "
|
1092 |
-
msgstr "
|
1093 |
|
1094 |
#: views/restore.php:246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1095 |
msgid "Deactivating plugins"
|
1096 |
msgstr "Désactivation des extensions"
|
1097 |
|
1098 |
-
#: views/restore.php:
|
1099 |
msgid "Creating database restore point"
|
1100 |
msgstr "Création du point de restauration de la base de données."
|
1101 |
|
1102 |
-
#: views/restore.php:
|
1103 |
msgid "Staging content files"
|
1104 |
msgstr "Organisation des fichiers de contenu."
|
1105 |
|
1106 |
-
#: views/restore.php:
|
1107 |
msgid "Restoring content files"
|
1108 |
msgstr "Restauration des fichiers de contenu."
|
1109 |
|
1110 |
-
#: views/restore.php:
|
1111 |
msgid "Restoring database"
|
1112 |
msgstr "Restauration de la base de données."
|
1113 |
|
1114 |
-
#: views/restore.php:
|
1115 |
msgid "Updating current user info"
|
1116 |
msgstr "Mise à jour des informations de l'utilisateur courant."
|
1117 |
|
1118 |
-
#: views/restore.php:
|
1119 |
msgid "Updating site URL"
|
1120 |
msgstr "Mise à jour de l'URL du site"
|
1121 |
|
1122 |
-
#: views/restore.php:
|
1123 |
msgid "Updating permalinks"
|
1124 |
msgstr "Mise à jour des permaliens"
|
1125 |
|
1126 |
-
#: views/restore.php:
|
1127 |
msgid "Error 201: No file selected"
|
1128 |
msgstr "Erreur 201 : aucun fichier sélectionné."
|
1129 |
|
1130 |
-
#: views/restore.php:
|
1131 |
msgid "Error 202: Your file could not be uploaded"
|
1132 |
msgstr "Erreur 202 : Votre fichier n'a pas pu être mis en ligne."
|
1133 |
|
1134 |
-
#: views/restore.php:
|
1135 |
msgid "Error 203: Your backup could not be unzipped"
|
1136 |
msgstr "Erreur 203 : Votre sauvegarde n'a pas pu être dé-zippée."
|
1137 |
|
1138 |
-
#: views/restore.php:
|
1139 |
msgid ""
|
1140 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1141 |
"valid backup"
|
@@ -1143,36 +1152,36 @@ msgstr ""
|
|
1143 |
"Erreur 204 : Votre sauvegarde semble ne pas être valide. Veuillez vous "
|
1144 |
"assurer d'en choisir une valide."
|
1145 |
|
1146 |
-
#: views/restore.php:
|
1147 |
msgid "Error 205: Cannot create restore point"
|
1148 |
msgstr "Erreur 205 : impossible de créer le point de restauration."
|
1149 |
|
1150 |
-
#: views/restore.php:
|
1151 |
msgid "Error 206: Unable to connect to your database"
|
1152 |
msgstr "Erreur 206 : impossible de se connecter à votre base de données."
|
1153 |
|
1154 |
-
#: views/restore.php:
|
1155 |
msgid ""
|
1156 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1157 |
msgstr ""
|
1158 |
"Erreur 207 : Impossible d'obtenir l'URL actuelle du site depuis la base "
|
1159 |
"de données. Veuillez réessayer."
|
1160 |
|
1161 |
-
#: views/restore.php:
|
1162 |
msgid ""
|
1163 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1164 |
msgstr ""
|
1165 |
"Erreur 208 : Impossible d'obtenir l'URL actuelle de la page d'accueil "
|
1166 |
"depuis la base de données. Veuillez réessayer."
|
1167 |
|
1168 |
-
#: views/restore.php:
|
1169 |
msgid ""
|
1170 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1171 |
msgstr ""
|
1172 |
"Erreur 209 : Impossible d'obtenir l'identifiant de l'utilisateur "
|
1173 |
"courant depuis la base de données. Veuillez réessayer."
|
1174 |
|
1175 |
-
#: views/restore.php:
|
1176 |
msgid ""
|
1177 |
"Error 210: Unable to get current user password from database. Please try "
|
1178 |
"again"
|
@@ -1180,14 +1189,14 @@ msgstr ""
|
|
1180 |
"Erreur 210 : Impossible d'obtenir le mot de passe de l'utilisateur "
|
1181 |
"courant depuis la base de données. Veuillez réessayer."
|
1182 |
|
1183 |
-
#: views/restore.php:
|
1184 |
msgid ""
|
1185 |
"Error 211: Unable to get current user email from database. Please try again"
|
1186 |
msgstr ""
|
1187 |
"Erreur 211 : Impossible d'obtenir l'e-mail de l'utilisateur courant "
|
1188 |
"depuis la base de données. Veuillez réessayer."
|
1189 |
|
1190 |
-
#: views/restore.php:
|
1191 |
msgid ""
|
1192 |
"Error 212: Unable to import your database. This may require importing the "
|
1193 |
"file manually"
|
@@ -1195,7 +1204,7 @@ msgstr ""
|
|
1195 |
"Erreur 212 : Impossible d'importer votre base de données. Cela peut "
|
1196 |
"nécessiter l'importation du fichier manuellement."
|
1197 |
|
1198 |
-
#: views/restore.php:
|
1199 |
msgid ""
|
1200 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1201 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1205,7 +1214,7 @@ msgstr ""
|
|
1205 |
"votre site. Veuillez vérifier vos paramètres généraux WordPress pour vous "
|
1206 |
"assurer que votre site et les URLs Wordpress sont correctes."
|
1207 |
|
1208 |
-
#: views/restore.php:
|
1209 |
msgid ""
|
1210 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1211 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1215,7 +1224,7 @@ msgstr ""
|
|
1215 |
"votre page d'accueil. Veuillez vérifier vos paramètres généraux WordPress "
|
1216 |
"pour vous assurer que votre site et les URLs Wordpress sont corrects."
|
1217 |
|
1218 |
-
#: views/restore.php:
|
1219 |
msgid ""
|
1220 |
"Warning 215: Unable to update your user information. This may require you to "
|
1221 |
"login with the admin username and password that was used when the backup was "
|
@@ -1226,17 +1235,17 @@ msgstr ""
|
|
1226 |
"de passe d'administrateur qui a été utilisé lorsque la sauvegarde a été "
|
1227 |
"créée."
|
1228 |
|
1229 |
-
#: views/restore.php:
|
1230 |
msgid "Error 216: Database not found in backup"
|
1231 |
msgstr "Erreur 216 : base de données introuvable dans la sauvegarde."
|
1232 |
|
1233 |
-
#: views/restore.php:
|
1234 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1235 |
msgstr ""
|
1236 |
"Avertissement 217 : Impossible de supprimer le répertoire wp-content "
|
1237 |
"existant."
|
1238 |
|
1239 |
-
#: views/restore.php:
|
1240 |
msgid ""
|
1241 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1242 |
"CHMOD settings in /wp-content/"
|
@@ -1244,18 +1253,18 @@ msgstr ""
|
|
1244 |
"Erreur 218 : Impossible de créer le nouveau répertoire wp-content. "
|
1245 |
"Veuillez vérifier vos réglages CHMOD dans /wp-content/."
|
1246 |
|
1247 |
-
#: views/restore.php:
|
1248 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1249 |
msgstr ""
|
1250 |
"Erreur 219 : Impossible d'importer wp-content. Veuillez réessayer."
|
1251 |
|
1252 |
-
#: views/restore.php:
|
1253 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1254 |
msgstr ""
|
1255 |
"Avertissement 220 : Impossible de nettoyer le répertoire d'import. "
|
1256 |
"Aucune action n'est requise."
|
1257 |
|
1258 |
-
#: views/restore.php:
|
1259 |
#, php-format
|
1260 |
msgid ""
|
1261 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1269,23 +1278,23 @@ msgstr ""
|
|
1269 |
"wpbackitup.com <a href =\"%s\" target=\"_blank\" >FAQ</a> pour plus "
|
1270 |
"d'informations."
|
1271 |
|
1272 |
-
#: views/restore.php:
|
1273 |
msgid "Error 222: Unable to create restore folder"
|
1274 |
msgstr "Erreur 222 : impossible de créer le répertoire de restauration."
|
1275 |
|
1276 |
-
#: views/restore.php:
|
1277 |
msgid ""
|
1278 |
-
"Error 223: An error occurred during the restore.
|
1279 |
"restore the database to its previous state but were unsuccessful. Please "
|
1280 |
-
"contact
|
1281 |
"further restores"
|
1282 |
msgstr ""
|
1283 |
-
"Erreur 223
|
1284 |
-
"
|
1285 |
-
"
|
1286 |
-
"
|
1287 |
|
1288 |
-
#: views/restore.php:
|
1289 |
msgid ""
|
1290 |
"Error 224: An error occurred during the restore, however, we have "
|
1291 |
"successfully restored your database to the previous state"
|
@@ -1294,14 +1303,14 @@ msgstr ""
|
|
1294 |
"Cependant, nous avons restauré avec succès votre base de données à son état "
|
1295 |
"précédent."
|
1296 |
|
1297 |
-
#: views/restore.php:
|
1298 |
msgid ""
|
1299 |
-
"Error 225: Restore option is only available to licensed
|
1300 |
msgstr ""
|
1301 |
-
"Erreur 225
|
1302 |
-
"utilisateurs
|
1303 |
|
1304 |
-
#: views/restore.php:
|
1305 |
msgid ""
|
1306 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1307 |
"different version of WordPress"
|
@@ -1309,54 +1318,81 @@ msgstr ""
|
|
1309 |
"Erreur 226 : La restauration ne peut pas être effectuée parce que votre "
|
1310 |
"sauvegarde a été faite en utilisant une version différente de WordPress."
|
1311 |
|
1312 |
-
#: views/restore.php:
|
1313 |
msgid ""
|
1314 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1315 |
-
"different version of
|
1316 |
-
"
|
1317 |
msgstr ""
|
1318 |
-
"Erreur 227
|
1319 |
-
"sauvegarde a été créée
|
1320 |
-
"
|
1321 |
-
"sauvegarde vers la version actuelle."
|
1322 |
|
1323 |
-
#: views/restore.php:
|
1324 |
msgid ""
|
1325 |
-
"Error 230:
|
1326 |
"restore. However, we were able to successfully revert the database back to "
|
1327 |
"its original state . This error may require importing the database manually"
|
1328 |
msgstr ""
|
1329 |
-
"Erreur 230
|
1330 |
-
"
|
1331 |
-
"
|
1332 |
-
"
|
1333 |
|
1334 |
-
#: views/restore.php:
|
1335 |
msgid ""
|
1336 |
-
"Error 235:
|
1337 |
-
"
|
1338 |
msgstr ""
|
1339 |
-
"Erreur 235
|
1340 |
-
"
|
1341 |
|
1342 |
-
#: views/restore.php:
|
1343 |
msgid ""
|
1344 |
-
"Error 250:
|
1345 |
"running. Please wait for the backup to complete and then try again"
|
1346 |
msgstr ""
|
1347 |
-
"Erreur 250
|
1348 |
"sauvegarde est en cours. Veuillez attendre la fin de la sauvegarde et "
|
1349 |
"refaire un essai."
|
1350 |
|
1351 |
-
#: views/restore.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1352 |
msgid ""
|
1353 |
-
"Error 251:
|
1354 |
"manifest is empty"
|
1355 |
msgstr ""
|
1356 |
-
"Erreur 251
|
1357 |
-
"
|
1358 |
|
1359 |
-
#: views/restore.php:
|
1360 |
msgid ""
|
1361 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1362 |
"make sure to upload all zip files that were part of this backup"
|
@@ -1365,7 +1401,7 @@ msgstr ""
|
|
1365 |
"sauvegarde. Veuillez vous assurer de mettre en ligne tous les fichiers zip "
|
1366 |
"faisant partie de cette sauvegarde."
|
1367 |
|
1368 |
-
#: views/restore.php:
|
1369 |
msgid ""
|
1370 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1371 |
"Please make sure to upload only zip files that were part of this backup"
|
@@ -1374,7 +1410,7 @@ msgstr ""
|
|
1374 |
"présent dans le manifeste. Veuillez vous assurez de faire de mettre en ligne "
|
1375 |
"uniquement les fichiers zip faisant partie de cette sauvegarde."
|
1376 |
|
1377 |
-
#: views/restore.php:
|
1378 |
msgid ""
|
1379 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1380 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
@@ -1385,7 +1421,7 @@ msgstr ""
|
|
1385 |
"uploader à nouveau tous les fichiers zip dans ce jeu de sauvegarde et tenter "
|
1386 |
"de restaurer encore une fois. "
|
1387 |
|
1388 |
-
#: views/restore.php:
|
1389 |
msgid ""
|
1390 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1391 |
"upload all zip files that were part of this backup"
|
@@ -1393,58 +1429,58 @@ msgstr ""
|
|
1393 |
"Erreur 255: Le jeu de sauvegarde ne contient pas de manifeste. Veuillez vous "
|
1394 |
"assurer d'uploader tous les fichiers zip faisant partir de cette sauvegarde. "
|
1395 |
|
1396 |
-
#: views/restore.php:
|
1397 |
msgid ""
|
1398 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1399 |
-
"restore logs to see what
|
1400 |
msgstr ""
|
1401 |
-
"Avertissement 300
|
1402 |
-
"Veuillez consulter
|
1403 |
-
"n'a pas
|
1404 |
|
1405 |
-
#: views/restore.php:
|
1406 |
msgid ""
|
1407 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1408 |
-
"to see what
|
1409 |
msgstr ""
|
1410 |
-
"Avertissement 305
|
1411 |
-
"
|
1412 |
-
"
|
1413 |
|
1414 |
-
#: views/restore.php:
|
1415 |
msgid "Error 2001: Unable to prepare site for restore"
|
1416 |
msgstr ""
|
1417 |
"Erreur 2001 : Impossible de préparer le site pour la restauration."
|
1418 |
|
1419 |
-
#: views/restore.php:
|
1420 |
msgid "Error 2002: Unable to unzip backup"
|
1421 |
msgstr "Erreur 2002 : Impossible de décompresser la sauvegarde."
|
1422 |
|
1423 |
-
#: views/restore.php:
|
1424 |
msgid "Error 2003: Unable to validate backup"
|
1425 |
msgstr "Erreur 2003 : Impossible de valider la sauvegarde."
|
1426 |
|
1427 |
-
#: views/restore.php:
|
1428 |
msgid "Error 2004: Unable to create restore point"
|
1429 |
msgstr "Erreur 2004 : Impossible de créer le point de restauration."
|
1430 |
|
1431 |
-
#: views/restore.php:
|
1432 |
msgid "Error 2005: Unable to stage wp-content"
|
1433 |
msgstr "Erreur 2005 : Impossible d'organiser les fichiers de contenu."
|
1434 |
|
1435 |
-
#: views/restore.php:
|
1436 |
msgid "Error 2006: Unable to restore content files"
|
1437 |
msgstr "Erreur 2006 : Impossible de restaurer les fichiers de contenu."
|
1438 |
|
1439 |
-
#: views/restore.php:
|
1440 |
msgid "Error 2007: Unable to restore database"
|
1441 |
msgstr "Erreur 2007 : Impossible de restaurer la base de données."
|
1442 |
|
1443 |
-
#: views/restore.php:
|
1444 |
msgid "Error 2999: Unexpected error encountered"
|
1445 |
msgstr "Erreur 2999 : Une erreur inattendue s'est produite."
|
1446 |
|
1447 |
-
#: views/restore.php:
|
1448 |
msgid ""
|
1449 |
"Restore completed successfully. If you are prompted to login please do so "
|
1450 |
"with your current username and password"
|
@@ -1458,15 +1494,15 @@ msgstr ""
|
|
1458 |
msgid "%s Settings"
|
1459 |
msgstr "Réglages de %s"
|
1460 |
|
1461 |
-
#: views/settings.php:
|
1462 |
msgid "Settings updated successfully!"
|
1463 |
msgstr "Les réglages ont été mis à jour avec succès!"
|
1464 |
|
1465 |
-
#: views/settings.php:
|
1466 |
msgid "Email Notifications"
|
1467 |
msgstr "Notifications par e-mail"
|
1468 |
|
1469 |
-
#: views/settings.php:
|
1470 |
msgid ""
|
1471 |
"Please enter your email address if you would like to receive backup email "
|
1472 |
"notifications."
|
@@ -1474,7 +1510,7 @@ msgstr ""
|
|
1474 |
"Veuillez saisir votre adresse de messagerie si vous souhaitez recevoir par e-"
|
1475 |
"mail les notifications de vos sauvegardes."
|
1476 |
|
1477 |
-
#: views/settings.php:
|
1478 |
msgid ""
|
1479 |
"Backup email notifications will be sent for every backup and will contain "
|
1480 |
"status information related to the backup."
|
@@ -1482,17 +1518,17 @@ msgstr ""
|
|
1482 |
"Les e-mails de notification de sauvegarde seront envoyés à chaque sauvegarde "
|
1483 |
"et contiendront des informations sur l'état de la sauvegarde."
|
1484 |
|
1485 |
-
#: views/settings.php:
|
1486 |
-
#: views/settings.php:
|
1487 |
-
#: views/settings.php:
|
1488 |
msgid "Save"
|
1489 |
msgstr "Enregistrer"
|
1490 |
|
1491 |
-
#: views/settings.php:
|
1492 |
msgid "Backup Retention"
|
1493 |
msgstr "Rétention de sauvegarde"
|
1494 |
|
1495 |
-
#: views/settings.php:
|
1496 |
msgid ""
|
1497 |
"Enter the number of backup archives that you would like to remain on the "
|
1498 |
"server."
|
@@ -1500,28 +1536,28 @@ msgstr ""
|
|
1500 |
"Saisissez le nombre d'archives de sauvegarde que vous souhaitez conserver "
|
1501 |
"sur le serveur."
|
1502 |
|
1503 |
-
#: views/settings.php:
|
1504 |
msgid ""
|
1505 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1506 |
-
"This option tells
|
1507 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1508 |
"oldest backup archives first."
|
1509 |
msgstr ""
|
1510 |
"De nombreux hébergeurs limitent la quantité d'espace que vous pouvez prendre "
|
1511 |
-
"sur leurs serveurs. Cette option indique à
|
1512 |
"d'archives de sauvegarde qui doivent rester sur votre serveur d'hébergement. "
|
1513 |
-
"Ne vous inquiétez pas, nous supprimons toujours les anciennes archives
|
1514 |
-
"sauvegarde en premier."
|
1515 |
|
1516 |
-
#: views/settings.php:
|
1517 |
-
msgid "
|
1518 |
-
msgstr "
|
1519 |
|
1520 |
-
#: views/settings.php:
|
1521 |
-
msgid "Turn on
|
1522 |
-
msgstr "Activer
|
1523 |
|
1524 |
-
#: views/settings.php:
|
1525 |
msgid ""
|
1526 |
"This option should only be turned on by advanced users or when "
|
1527 |
"troubleshooting issues with WPBackItUp support."
|
@@ -1529,68 +1565,94 @@ msgstr ""
|
|
1529 |
"Cette option ne devrait uniquement être activée par les utilisateurs avancés "
|
1530 |
"ou lors de la résolution des problèmes avec le support WPBackItUp."
|
1531 |
|
1532 |
-
#: views/settings.php:
|
1533 |
msgid "Yes"
|
1534 |
msgstr "Oui"
|
1535 |
|
1536 |
-
#: views/settings.php:
|
1537 |
msgid "No"
|
1538 |
msgstr "Non"
|
1539 |
|
1540 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1541 |
msgid "Batch Size"
|
1542 |
msgstr "Taille du lot."
|
1543 |
|
1544 |
-
#: views/settings.php:
|
1545 |
msgid "Enter the batch size for each of your content items."
|
1546 |
msgstr "Entrez la taille du lot pour chacun de vos éléments de contenu. "
|
1547 |
|
1548 |
-
#: views/settings.php:
|
1549 |
msgid ""
|
1550 |
-
"These settings tell
|
1551 |
"backup at a time. If you experience timeouts while running a backup then "
|
1552 |
-
"these settings can be used to help reduce the amount of time it takes
|
1553 |
-
"
|
1554 |
msgstr ""
|
1555 |
-
"Ces réglages
|
1556 |
"être ajoutés à la sauvegarde. Si vous remarquez des interruptions pendant "
|
1557 |
"l'exécution d'une sauvegarde, ces réglages peuvent alors être utilisés pour "
|
1558 |
-
"aider à réduire le temps que prend
|
1559 |
"sauvegarde. "
|
1560 |
|
1561 |
-
#: views/settings.php:
|
1562 |
msgid "DB Tables Batch Size"
|
1563 |
msgstr "Taille du lot des tables DB"
|
1564 |
|
1565 |
-
#: views/settings.php:
|
1566 |
msgid "Plugins Batch Size"
|
1567 |
msgstr "Taille du lot des extensions"
|
1568 |
|
1569 |
-
#: views/settings.php:
|
1570 |
msgid "Themes Batch Size"
|
1571 |
msgstr "Taille du lot des thèmes"
|
1572 |
|
1573 |
-
#: views/settings.php:
|
1574 |
msgid "Uploads Batch Size"
|
1575 |
msgstr "Taille du lot des pièces jointes"
|
1576 |
|
1577 |
-
#: views/settings.php:
|
1578 |
msgid "Others Batch Size"
|
1579 |
msgstr "Taille des autres lots"
|
1580 |
|
1581 |
-
#: views/settings.php:
|
1582 |
msgid ""
|
1583 |
"* These settings should only be modified by advanced users or when when "
|
1584 |
-
"working with
|
1585 |
msgstr ""
|
1586 |
-
"Ces
|
1587 |
-
"avancés ou en collaboration avec
|
1588 |
|
1589 |
-
#: views/settings.php:
|
1590 |
msgid "Filter Your Folders"
|
1591 |
msgstr "Filtrez vos dossiers"
|
1592 |
|
1593 |
-
#: views/settings.php:
|
1594 |
msgid ""
|
1595 |
"Enter a comma separated list of folders that should be excluded from your "
|
1596 |
"backups."
|
@@ -1598,7 +1660,7 @@ msgstr ""
|
|
1598 |
"Entrez une liste séparée par des virgules de dossiers à exclure de vos "
|
1599 |
"sauvegardes. "
|
1600 |
|
1601 |
-
#: views/settings.php:
|
1602 |
msgid ""
|
1603 |
"It is important to note that when a folder name is present in this list any "
|
1604 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
@@ -1608,32 +1670,32 @@ msgstr ""
|
|
1608 |
"cette liste toute occurrence de ce dossier, ainsi que tous ses contenus "
|
1609 |
"seront exclus de la sauvegarde. "
|
1610 |
|
1611 |
-
#: views/settings.php:
|
1612 |
msgid "Plugin Folders Filter"
|
1613 |
msgstr "Filtre plugin des dossiers"
|
1614 |
|
1615 |
-
#: views/settings.php:
|
1616 |
msgid "Theme Folders Filter"
|
1617 |
msgstr "Filtre plugin de thème"
|
1618 |
|
1619 |
-
#: views/settings.php:
|
1620 |
msgid "Upload Folders Filter"
|
1621 |
msgstr "Filtre upload de dossiers"
|
1622 |
|
1623 |
-
#: views/settings.php:
|
1624 |
msgid "Other Folders Filter"
|
1625 |
msgstr "Filtre autres dossiers"
|
1626 |
|
1627 |
-
#: views/settings.php:
|
1628 |
msgid "Filter Your Database Tables"
|
1629 |
msgstr "Filtrez les tables de votre base de données"
|
1630 |
|
1631 |
-
#: views/settings.php:
|
1632 |
msgid "Exclude custom database tables from the backup."
|
1633 |
msgstr ""
|
1634 |
"Exclure les tables de base de données personnalisées de la sauvegarde. "
|
1635 |
|
1636 |
-
#: views/settings.php:
|
1637 |
msgid ""
|
1638 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1639 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
@@ -1643,17 +1705,17 @@ msgstr ""
|
|
1643 |
"la simplement glisser vers la liste sur la droite. Les tables WordPress de "
|
1644 |
"base pourraient ne pas être exclues de la sauvegarde. "
|
1645 |
|
1646 |
-
#: views/settings.php:
|
1647 |
msgid "Remove Data on Uninstall?"
|
1648 |
msgstr "Supprimer les données lors de la désinstallation ?"
|
1649 |
|
1650 |
-
#: views/settings.php:
|
1651 |
msgid ""
|
1652 |
-
"Check this box if you would like
|
1653 |
"data when the plugin is deleted."
|
1654 |
msgstr ""
|
1655 |
-
"Cochez cette case si vous souhaitez que
|
1656 |
-
"toutes ses données lorsque
|
1657 |
|
1658 |
#: views/support.php:13
|
1659 |
#, php-format
|
@@ -1677,7 +1739,7 @@ msgstr ""
|
|
1677 |
#: views/support.php:47
|
1678 |
#, php-format
|
1679 |
msgid ""
|
1680 |
-
"Please make sure to open a support ticket via
|
1681 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1682 |
msgstr ""
|
1683 |
"Veuillez vous assurer d'avoir créé un ticket de support via le portail de "
|
@@ -1709,10 +1771,10 @@ msgid "Send"
|
|
1709 |
msgstr "Envoyer"
|
1710 |
|
1711 |
#: views/support.php:83
|
1712 |
-
msgid "Please register your version of
|
1713 |
msgstr ""
|
1714 |
-
"Veuillez enregistrer votre version de
|
1715 |
-
"
|
1716 |
|
1717 |
#: views/support.php:87
|
1718 |
msgid "Premium customers receive priority support."
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
6 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
7 |
# Jean-Christophe Brebion <pro@jcbrebion.com>, 2015
|
8 |
+
# Paulette Decroix <pomme.decroix@hotmail.fr>, 2015-2016
|
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 |
"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 |
|
39 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
40 |
msgid "Support"
|
41 |
msgstr "Support"
|
42 |
|
43 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
44 |
msgid "Settings"
|
45 |
msgstr "Réglages"
|
46 |
|
47 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
48 |
msgid ""
|
49 |
"The backup you have selected exceeds what your host allows you to upload."
|
50 |
msgstr ""
|
51 |
"La sauvegarde que vous avez sélectionnée excède ce que vous êtes autorisé à "
|
52 |
"mettre en ligne par votre hébergeur."
|
53 |
|
54 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
55 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
56 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
57 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
58 |
msgid "Warning"
|
59 |
msgstr "Avertissement"
|
60 |
|
61 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
62 |
+
#: views/backup.php:376
|
63 |
msgid "Error"
|
64 |
msgstr "Erreur"
|
65 |
|
66 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
67 |
msgid "Response"
|
68 |
msgstr "Réponse"
|
69 |
|
70 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
71 |
+
#: views/backup.php:430 views/restore.php:230
|
72 |
msgid "Status"
|
73 |
msgstr "État"
|
74 |
|
75 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
76 |
msgid "Download"
|
77 |
msgstr "Télécharger"
|
78 |
|
79 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
80 |
#: views/restore.php:129
|
81 |
msgid "Delete"
|
82 |
msgstr "Supprimer"
|
83 |
|
84 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
85 |
msgid "(JS997) Unexpected error"
|
86 |
msgstr "(JS997) Erreur inattendue."
|
87 |
|
88 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
89 |
msgid "(JS998) Unexpected error"
|
90 |
msgstr "(JS998) Erreur inattendue."
|
91 |
|
92 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
93 |
msgid "(JS999) An unexpected error has occurred"
|
94 |
msgstr "(JS999) Erreur inattendue."
|
95 |
|
96 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
97 |
msgid "Scheduled has been saved."
|
98 |
msgstr "La planification a été enregistrée."
|
99 |
|
100 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
101 |
msgid "Scheduled was not saved."
|
102 |
msgstr "La planification n'a pas été enregistrée."
|
103 |
|
104 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
105 |
msgid "Are you sure you want to restore your site?"
|
106 |
msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
|
107 |
|
108 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
109 |
msgid "Are you sure ?"
|
110 |
msgstr "Voulez-vous vraiment faire cela ?"
|
111 |
|
112 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
113 |
msgid "This file cannot be delete!"
|
114 |
msgstr "Ce fichier ne peut pas être supprimé !"
|
115 |
|
116 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
117 |
msgid "View Log"
|
118 |
msgstr "Voir le fichier journal"
|
119 |
|
120 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
121 |
msgid "New Backup!"
|
122 |
msgstr "Nouvelle sauvegarde !"
|
123 |
|
124 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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."
|
204 |
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 |
"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 : 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 |
|
242 |
msgid "Invalid Nonce"
|
243 |
msgstr "Nonce invalide"
|
244 |
|
245 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
246 |
msgid "Upload directory is not writable, or does not exist."
|
247 |
msgstr ""
|
248 |
"Le répertoire de stockage n’est pas accessible en écriture ou n'existe "
|
257 |
msgid "File could not be uploaded"
|
258 |
msgstr "Le fichier n'a pas pu être mis en ligne."
|
259 |
|
260 |
+
#: lib/includes/handler_upload.php:146
|
261 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
262 |
msgstr ""
|
263 |
+
"Le fichier téléchargé ne semble pas être un fichier d'archive de sauvegarde "
|
264 |
+
"WPBackItUp."
|
265 |
|
266 |
+
#: lib/includes/handler_upload.php:166
|
267 |
+
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 |
"\">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 : <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 :"
|
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 :"
|
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 |
"(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 |
"(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 |
"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 |
"(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 |
"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 |
"(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 |
"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 |
"(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 |
|
558 |
msgid "%s Dashboard"
|
559 |
msgstr "Tableau de bord de %s"
|
560 |
|
561 |
+
#: views/backup.php:242
|
562 |
msgid "Dismiss"
|
563 |
msgstr "Fermer"
|
564 |
|
565 |
+
#: views/backup.php:254
|
566 |
#, php-format
|
567 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
568 |
msgstr ""
|
569 |
"Le dossier de sauvegarde n'existe pas. Veuillez contacter %s pour de "
|
570 |
"l'assistance."
|
571 |
|
572 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
573 |
msgid "support"
|
574 |
msgstr "support"
|
575 |
|
576 |
+
#: views/backup.php:257 views/backup.php:263
|
577 |
msgid "Close"
|
578 |
msgstr "Fermer"
|
579 |
|
580 |
+
#: views/backup.php:278
|
581 |
msgid ""
|
582 |
"Click the backup button to create a zipped backup file of this site's "
|
583 |
"database, plugins, themes and settings."
|
585 |
"Cliquez sur le bouton de sauvegarde pour créer un fichier zippé de la base "
|
586 |
"de données, des extensions, thèmes et réglages de votre site."
|
587 |
|
588 |
+
#: views/backup.php:279
|
589 |
msgid ""
|
590 |
"Once your backup file has been created it will appear in the available "
|
591 |
"backups section below. This file may remain on your hosting providers server "
|
596 |
"le serveur de votre hébergement, mais nous vous recommandons de le "
|
597 |
"télécharger et de l'enregistrer dans un endroit sûr."
|
598 |
|
599 |
+
#: views/backup.php:280
|
600 |
msgid ""
|
601 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
602 |
"automated restore of their site."
|
603 |
msgstr ""
|
604 |
+
"Les utilisateurs de WPBackItUp Premium peuvent utiliser ces fichiers de "
|
605 |
+
"sauvegarde pour effectuer une restauration automatisée de leurs sites."
|
606 |
|
607 |
+
#: views/backup.php:284
|
608 |
msgid "Cancel"
|
609 |
msgstr "Annuler"
|
610 |
|
611 |
+
#: views/backup.php:291
|
612 |
#, php-format
|
613 |
msgid ""
|
614 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
615 |
"their site. Please visit %s for manual restore instructions."
|
616 |
msgstr ""
|
617 |
+
"Les utilisateurs de WPBackItUp Lite peuvent utiliser ces fichiers de "
|
618 |
+
"sauvegarde pour restaurer manuellement leurs sites. Veuillez vous rendre sur "
|
619 |
+
"%s pour les instructions de restauration manuelle."
|
620 |
|
621 |
+
#: views/backup.php:298
|
622 |
msgid "Backup Schedule"
|
623 |
msgstr "Planification de sauvegarde"
|
624 |
|
625 |
+
#: views/backup.php:300
|
626 |
msgid "Select the days of the week you would like your backup to run."
|
627 |
msgstr "Sélectionner les jours de la semaine pour effectuer la sauvegarde."
|
628 |
|
629 |
+
#: views/backup.php:302
|
630 |
msgid ""
|
631 |
"Backup your site once per week or every day, it's up to you. If you have "
|
632 |
"email notifications turned on we'll even send you an email when it's done. "
|
642 |
"d'hébergement, mais nous vous recommandons de télécharger et de "
|
643 |
"l'enregistrer dans un endroit sûr."
|
644 |
|
645 |
+
#: views/backup.php:304
|
646 |
msgid "Please make sure to schedule your backup for at least once per week."
|
647 |
msgstr ""
|
648 |
"Veuillez vous assurer de programmer une sauvegarde au moins une fois par "
|
649 |
"semaine."
|
650 |
|
651 |
+
#: views/backup.php:308
|
652 |
msgid "Monday"
|
653 |
msgstr "lundi"
|
654 |
|
655 |
+
#: views/backup.php:309
|
656 |
msgid "Tuesday"
|
657 |
msgstr "mardi"
|
658 |
|
659 |
+
#: views/backup.php:310
|
660 |
msgid "Wednesday"
|
661 |
msgstr "mercredi"
|
662 |
|
663 |
+
#: views/backup.php:311
|
664 |
msgid "Thursday"
|
665 |
msgstr "jeudi"
|
666 |
|
667 |
+
#: views/backup.php:312
|
668 |
msgid "Friday"
|
669 |
msgstr "vendredi"
|
670 |
|
671 |
+
#: views/backup.php:313
|
672 |
msgid "Saturday"
|
673 |
msgstr "samedi"
|
674 |
|
675 |
+
#: views/backup.php:314
|
676 |
msgid "Sunday"
|
677 |
msgstr "dimanche"
|
678 |
|
679 |
+
#: views/backup.php:317
|
680 |
msgid "Save Schedule"
|
681 |
msgstr "Enregistrer la planification"
|
682 |
|
683 |
+
#: views/backup.php:322
|
684 |
#, php-format
|
685 |
msgid ""
|
686 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
687 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
688 |
msgstr ""
|
689 |
+
"Les sauvegardes planifiées sont uniquement disponibles pour les utilisateurs "
|
690 |
+
"de WPBackItUp Premium. Veuillez visiter %s pour obtenir WPBackItUp sans "
|
691 |
+
"risque pendant 30 jours."
|
692 |
|
693 |
+
#: views/backup.php:329 views/restore.php:95
|
694 |
msgid "Available Backups"
|
695 |
msgstr "Sauvegardes disponibles"
|
696 |
|
697 |
+
#: views/backup.php:349
|
698 |
+
msgid "Type"
|
699 |
+
msgstr "Type"
|
700 |
+
|
701 |
+
#: views/backup.php:350 views/restore.php:100
|
702 |
msgid "Date"
|
703 |
msgstr "Date"
|
704 |
|
705 |
+
#: views/backup.php:351
|
706 |
msgid "Duration"
|
707 |
msgstr "Durée"
|
708 |
|
709 |
+
#: views/backup.php:370
|
710 |
msgid "Success"
|
711 |
msgstr "Réussite"
|
712 |
|
713 |
+
#: views/backup.php:373
|
714 |
msgid "Active"
|
715 |
msgstr "Actif"
|
716 |
|
717 |
+
#: views/backup.php:416 views/restore.php:149
|
718 |
msgid "No backup archives found."
|
719 |
msgstr "Aucune archive de sauvegarde trouvée."
|
720 |
|
721 |
+
#: views/backup.php:425
|
722 |
#, php-format
|
723 |
msgid ""
|
724 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
725 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
726 |
msgstr ""
|
727 |
+
"La fonction de restauration automatisée est uniquement disponible pour les "
|
728 |
+
"utilisateurs de WPBackItUp Premium. Veuillez visiter %s pour obtenir "
|
729 |
+
"WPBackItUp sans risque pendant 30 jours."
|
730 |
|
731 |
+
#: views/backup.php:434 views/restore.php:234
|
732 |
msgid "Nothing to report"
|
733 |
msgstr "Rien à signaler"
|
734 |
|
735 |
+
#: views/backup.php:439
|
736 |
msgid "Preparing for backup"
|
737 |
msgstr "Préparation pour la sauvegarde"
|
738 |
|
739 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
740 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
741 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
742 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
743 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
744 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
745 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
746 |
+
#: views/restore.php:256
|
747 |
msgid "Done"
|
748 |
msgstr "Terminé"
|
749 |
|
750 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
751 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
752 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
753 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
754 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
755 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
756 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
757 |
+
#: views/restore.php:256
|
758 |
msgid "Failed"
|
759 |
msgstr "Échoué"
|
760 |
|
761 |
+
#: views/backup.php:440
|
762 |
msgid "Creating inventory of files to backup"
|
763 |
msgstr "Création de l'inventaire des fichiers à sauvegarder."
|
764 |
|
765 |
+
#: views/backup.php:441
|
766 |
msgid "Backing up database"
|
767 |
msgstr "Sauvegarde de la base de données"
|
768 |
|
769 |
+
#: views/backup.php:442
|
770 |
msgid "Creating backup information file"
|
771 |
msgstr "Création du fichier de données de sauvegarde."
|
772 |
|
773 |
+
#: views/backup.php:443
|
774 |
msgid "Backing up themes"
|
775 |
msgstr "Sauvegarde des thèmes"
|
776 |
|
777 |
+
#: views/backup.php:444
|
778 |
msgid "Backing up plugins"
|
779 |
msgstr "Sauvegarde des extensions"
|
780 |
|
781 |
+
#: views/backup.php:445
|
782 |
msgid "Backing up uploads"
|
783 |
msgstr "Sauvegarde des pièces jointes"
|
784 |
|
785 |
+
#: views/backup.php:446
|
786 |
msgid "Backing up everything else"
|
787 |
msgstr "Sauvegarde de tout le reste"
|
788 |
|
789 |
+
#: views/backup.php:447
|
790 |
msgid "Validating backup"
|
791 |
msgstr "Validation de la sauvegarde"
|
792 |
|
793 |
+
#: views/backup.php:448
|
794 |
msgid "Finalizing backup"
|
795 |
msgstr "Finalisation de la sauvegarde"
|
796 |
|
797 |
+
#: views/backup.php:458
|
798 |
msgid "Backup completed successfully"
|
799 |
msgstr "La sauvegarde a bien été effectuée."
|
800 |
|
801 |
+
#: views/backup.php:479
|
802 |
msgid "Backups"
|
803 |
msgstr "Sauvegardes"
|
804 |
|
805 |
+
#: views/backup.php:479
|
806 |
msgid "Version "
|
807 |
msgstr "Version "
|
808 |
|
809 |
+
#: views/backup.php:481
|
810 |
+
msgid "Welcome to WPBackItUp!"
|
811 |
+
msgstr "Bienvenue dans WPBackItUp !"
|
812 |
|
813 |
+
#: views/backup.php:481
|
814 |
msgid "The simplest way to backup your WordPress site."
|
815 |
msgstr "La manière la plus simple de sauvegarder votre site WordPress."
|
816 |
|
817 |
+
#: views/backup.php:482
|
818 |
msgid ""
|
819 |
"Getting started is easy, just click the backup button on the left side of "
|
820 |
"this page."
|
822 |
"Le démarrage est simple, cliquez sur le bouton de sauvegarde à gauche sur "
|
823 |
"cette page."
|
824 |
|
825 |
+
#: views/backup.php:486
|
826 |
#, php-format
|
827 |
msgid ""
|
828 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
831 |
"Félicitations ! Vous avez bien effectué <span style=\"font-weight:bold;font-"
|
832 |
"size:medium;color: green\">%s</span> sauvegardes."
|
833 |
|
834 |
+
#: views/backup.php:487
|
835 |
msgid "Tips"
|
836 |
msgstr "Astuces"
|
837 |
|
838 |
+
#: views/backup.php:488
|
839 |
msgid "Backup your site at least once per week"
|
840 |
msgstr "Sauvegardez votre site au moins une fois par semaine"
|
841 |
|
842 |
+
#: views/backup.php:489
|
843 |
msgid "Download all your backups and store them somewhere safe"
|
844 |
msgstr ""
|
845 |
"Téléchargez toutes vos sauvegardes et stockez-les dans un endroit sécurisé."
|
846 |
|
847 |
+
#: views/backup.php:490
|
848 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
849 |
msgstr ""
|
850 |
"Vérifiez que vos fichiers de sauvegarde sont bons en regardant attentivement "
|
851 |
"ce qu'il y a dedans."
|
852 |
|
853 |
+
#: views/backup.php:495
|
854 |
#, php-format
|
855 |
msgid "Why not %s and schedule your backups!"
|
856 |
msgstr "Pourquoi ne pas %s et planifier vos sauvegardes !"
|
857 |
|
858 |
+
#: views/backup.php:495
|
859 |
msgid "upgrade"
|
860 |
msgstr "mettre à jour"
|
861 |
|
862 |
+
#: views/backup.php:504
|
863 |
+
msgid "Register WPBackItUp"
|
864 |
+
msgstr "Enregistrer WPBackItUp"
|
865 |
|
866 |
+
#: views/backup.php:507
|
867 |
msgid ""
|
868 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
869 |
"access to our world class <b>support</b> team. <br />\n"
|
875 |
"classe mondiale.<br />\n"
|
876 |
"<br />Entrez votre clé de licence ci-dessous pour l'activer sur ce site."
|
877 |
|
878 |
+
#: views/backup.php:509
|
879 |
msgid "name"
|
880 |
msgstr "nom"
|
881 |
|
882 |
+
#: views/backup.php:510
|
883 |
msgid "email address"
|
884 |
msgstr "adresse de messagerie"
|
885 |
|
886 |
+
#: views/backup.php:511
|
887 |
msgid "license key"
|
888 |
msgstr "clé de licence"
|
889 |
|
890 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
891 |
#, php-format
|
892 |
msgid "%s"
|
893 |
msgstr "%s"
|
894 |
|
895 |
+
#: views/backup.php:512
|
896 |
msgid "Free plugin customers do not need to enter license key."
|
897 |
msgstr ""
|
898 |
"Les utilisateurs de l'extension gratuite n'ont pas besoin de saisir de clé "
|
899 |
"de licence."
|
900 |
|
901 |
+
#: views/backup.php:513
|
902 |
msgid "Register"
|
903 |
msgstr "Inscription"
|
904 |
|
905 |
+
#: views/backup.php:522
|
906 |
msgid "License Info"
|
907 |
msgstr "Info de licence"
|
908 |
|
909 |
+
#: views/backup.php:544
|
910 |
msgid "Name"
|
911 |
msgstr "Nom"
|
912 |
|
913 |
+
#: views/backup.php:545
|
914 |
msgid "Email"
|
915 |
msgstr "E-mail "
|
916 |
|
917 |
+
#: views/backup.php:546
|
918 |
msgid "License Type"
|
919 |
msgstr "Type de licence"
|
920 |
|
921 |
+
#: views/backup.php:547
|
922 |
msgid "Expires"
|
923 |
msgstr "Expire"
|
924 |
|
925 |
+
#: views/backup.php:550
|
926 |
msgid "Enter license key to activate on this site."
|
927 |
msgstr "Saisissez la clé de licence à activer sur ce site."
|
928 |
|
929 |
+
#: views/backup.php:557
|
930 |
msgid "License Active"
|
931 |
msgstr "Licence active"
|
932 |
|
933 |
+
#: views/backup.php:565
|
934 |
msgid "License expired"
|
935 |
msgstr "Licence expirée"
|
936 |
|
937 |
+
#: views/backup.php:569
|
938 |
msgid "Update"
|
939 |
msgstr "Mettre à jour"
|
940 |
|
941 |
+
#: views/backup.php:573
|
942 |
msgid "Activate"
|
943 |
msgstr "Activer"
|
944 |
|
945 |
+
#: views/backup.php:577
|
946 |
#, php-format
|
947 |
msgid "Purchase a %s license using the purchase link above."
|
948 |
msgstr "Achetez une licence %s en utilisant le lien d'achat ci-dessus."
|
949 |
|
950 |
+
#: views/backup.php:577
|
951 |
msgid "no-risk"
|
952 |
msgstr "sans risque"
|
953 |
|
954 |
+
#: views/backup.php:583
|
955 |
#, php-format
|
956 |
msgid ""
|
957 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
962 |
"nouvelle année de <strong>mises à jour</strong> et accéder à notre équipe de "
|
963 |
"<strong>support de classe mondiale</strong>."
|
964 |
|
965 |
+
#: views/backup.php:594
|
966 |
msgid "Useful Links"
|
967 |
msgstr "Liens utiles"
|
968 |
|
969 |
+
#: views/backup.php:596
|
970 |
msgid "Getting Started Video"
|
971 |
+
msgstr "Vidéo d'aide au démarrage"
|
972 |
|
973 |
+
#: views/backup.php:599
|
974 |
msgid "Your account"
|
975 |
msgstr "Votre compte"
|
976 |
|
977 |
+
#: views/backup.php:602
|
978 |
+
msgid "Website Migration Service"
|
979 |
+
msgstr "Service de migration de site web"
|
980 |
+
|
981 |
+
#: views/backup.php:604
|
982 |
msgid "Documentation"
|
983 |
msgstr "Documentation"
|
984 |
|
985 |
+
#: views/backup.php:607
|
986 |
msgid "Get support"
|
987 |
msgstr "Obtenir du support"
|
988 |
|
989 |
+
#: views/backup.php:610
|
990 |
msgid "Feature request"
|
991 |
msgstr "Demande de fonctionnalité"
|
992 |
|
993 |
+
#: views/backup.php:612
|
994 |
msgid "Language Translations"
|
995 |
msgstr "Traductions"
|
996 |
|
997 |
+
#: views/backup.php:614
|
998 |
msgid "Contact"
|
999 |
msgstr "Contact"
|
1000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1001 |
#: views/restore.php:13
|
1002 |
#, php-format
|
1003 |
msgid "%s Restore"
|
1025 |
#, php-format
|
1026 |
msgid ""
|
1027 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1028 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
1029 |
+
"WPBackItUp risk free for 30 days.</p>"
|
1030 |
msgstr ""
|
1031 |
+
"<p>* La fonction de restauration automatisée est uniquement disponible pour "
|
1032 |
+
"les utilisateurs détenant une licence. Veuillez visiter <a href=\"%s\" "
|
1033 |
+
"target=\"_blank\">%s</a> pour obtenir une licence WPBackItUp sans risque "
|
1034 |
"pendant 30 jours.</p>"
|
1035 |
|
1036 |
#: views/restore.php:177
|
1039 |
|
1040 |
#: views/restore.php:180
|
1041 |
msgid ""
|
1042 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
1043 |
"backups."
|
1044 |
msgstr ""
|
1045 |
+
"Chargez des fichiers d'archive (zip) WPBackItUp à ajouter à votre liste de "
|
1046 |
+
"sauvegardes disponibles."
|
1047 |
|
1048 |
#: views/restore.php:197
|
1049 |
+
msgid "WPBackItUp - Upload backup files"
|
1050 |
+
msgstr "WPBackItUp - Charger des fichiers de sauvegarde"
|
1051 |
|
1052 |
#: views/restore.php:198
|
1053 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
1054 |
msgstr ""
|
1055 |
+
"Les fichiers de sauvegarde peuvent être chargés dans WPBackItUp via ce "
|
1056 |
"formulaire."
|
1057 |
|
1058 |
#: views/restore.php:198
|
1059 |
msgid ""
|
1060 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
1061 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
1062 |
+
"this page."
|
1063 |
msgstr ""
|
1064 |
+
"Ils peuvent également être chargés manuellement dans le répertoire "
|
1065 |
+
"WPBackItUp (wp-content/wpbackitup_backups) en utilisant FTP. Lorsque vous "
|
1066 |
+
"avez terminé le chargement de tous les fichiers de sauvegarde rafraîchissez "
|
1067 |
+
"cette page."
|
1068 |
|
1069 |
#: views/restore.php:202
|
1070 |
#, php-format
|
1084 |
"apparaître de nouvelles sauvegardes dans la section sauvegardes disponibles "
|
1085 |
"ci-dessus."
|
1086 |
|
1087 |
+
#: views/restore.php:244
|
1088 |
msgid "Preparing for restore"
|
1089 |
msgstr "Préparation pour la restauration"
|
1090 |
|
|
|
|
|
|
|
|
|
1091 |
#: views/restore.php:245
|
1092 |
+
msgid "Unpacking backup set"
|
1093 |
+
msgstr "Décompression du jeu de sauvegardes"
|
1094 |
|
1095 |
#: views/restore.php:246
|
1096 |
+
msgid "Unzipping backup files"
|
1097 |
+
msgstr "Extraction des fichiers de sauvegardes"
|
1098 |
+
|
1099 |
+
#: views/restore.php:247
|
1100 |
+
msgid "Validating backup files"
|
1101 |
+
msgstr "Validation des fichiers de sauvegarde"
|
1102 |
+
|
1103 |
+
#: views/restore.php:248
|
1104 |
msgid "Deactivating plugins"
|
1105 |
msgstr "Désactivation des extensions"
|
1106 |
|
1107 |
+
#: views/restore.php:249
|
1108 |
msgid "Creating database restore point"
|
1109 |
msgstr "Création du point de restauration de la base de données."
|
1110 |
|
1111 |
+
#: views/restore.php:250
|
1112 |
msgid "Staging content files"
|
1113 |
msgstr "Organisation des fichiers de contenu."
|
1114 |
|
1115 |
+
#: views/restore.php:251
|
1116 |
msgid "Restoring content files"
|
1117 |
msgstr "Restauration des fichiers de contenu."
|
1118 |
|
1119 |
+
#: views/restore.php:252
|
1120 |
msgid "Restoring database"
|
1121 |
msgstr "Restauration de la base de données."
|
1122 |
|
1123 |
+
#: views/restore.php:253
|
1124 |
msgid "Updating current user info"
|
1125 |
msgstr "Mise à jour des informations de l'utilisateur courant."
|
1126 |
|
1127 |
+
#: views/restore.php:254
|
1128 |
msgid "Updating site URL"
|
1129 |
msgstr "Mise à jour de l'URL du site"
|
1130 |
|
1131 |
+
#: views/restore.php:256
|
1132 |
msgid "Updating permalinks"
|
1133 |
msgstr "Mise à jour des permaliens"
|
1134 |
|
1135 |
+
#: views/restore.php:262
|
1136 |
msgid "Error 201: No file selected"
|
1137 |
msgstr "Erreur 201 : aucun fichier sélectionné."
|
1138 |
|
1139 |
+
#: views/restore.php:263
|
1140 |
msgid "Error 202: Your file could not be uploaded"
|
1141 |
msgstr "Erreur 202 : Votre fichier n'a pas pu être mis en ligne."
|
1142 |
|
1143 |
+
#: views/restore.php:264
|
1144 |
msgid "Error 203: Your backup could not be unzipped"
|
1145 |
msgstr "Erreur 203 : Votre sauvegarde n'a pas pu être dé-zippée."
|
1146 |
|
1147 |
+
#: views/restore.php:265
|
1148 |
msgid ""
|
1149 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1150 |
"valid backup"
|
1152 |
"Erreur 204 : Votre sauvegarde semble ne pas être valide. Veuillez vous "
|
1153 |
"assurer d'en choisir une valide."
|
1154 |
|
1155 |
+
#: views/restore.php:266
|
1156 |
msgid "Error 205: Cannot create restore point"
|
1157 |
msgstr "Erreur 205 : impossible de créer le point de restauration."
|
1158 |
|
1159 |
+
#: views/restore.php:267
|
1160 |
msgid "Error 206: Unable to connect to your database"
|
1161 |
msgstr "Erreur 206 : impossible de se connecter à votre base de données."
|
1162 |
|
1163 |
+
#: views/restore.php:268
|
1164 |
msgid ""
|
1165 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1166 |
msgstr ""
|
1167 |
"Erreur 207 : Impossible d'obtenir l'URL actuelle du site depuis la base "
|
1168 |
"de données. Veuillez réessayer."
|
1169 |
|
1170 |
+
#: views/restore.php:269
|
1171 |
msgid ""
|
1172 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1173 |
msgstr ""
|
1174 |
"Erreur 208 : Impossible d'obtenir l'URL actuelle de la page d'accueil "
|
1175 |
"depuis la base de données. Veuillez réessayer."
|
1176 |
|
1177 |
+
#: views/restore.php:270
|
1178 |
msgid ""
|
1179 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1180 |
msgstr ""
|
1181 |
"Erreur 209 : Impossible d'obtenir l'identifiant de l'utilisateur "
|
1182 |
"courant depuis la base de données. Veuillez réessayer."
|
1183 |
|
1184 |
+
#: views/restore.php:271
|
1185 |
msgid ""
|
1186 |
"Error 210: Unable to get current user password from database. Please try "
|
1187 |
"again"
|
1189 |
"Erreur 210 : Impossible d'obtenir le mot de passe de l'utilisateur "
|
1190 |
"courant depuis la base de données. Veuillez réessayer."
|
1191 |
|
1192 |
+
#: views/restore.php:272
|
1193 |
msgid ""
|
1194 |
"Error 211: Unable to get current user email from database. Please try again"
|
1195 |
msgstr ""
|
1196 |
"Erreur 211 : Impossible d'obtenir l'e-mail de l'utilisateur courant "
|
1197 |
"depuis la base de données. Veuillez réessayer."
|
1198 |
|
1199 |
+
#: views/restore.php:273
|
1200 |
msgid ""
|
1201 |
"Error 212: Unable to import your database. This may require importing the "
|
1202 |
"file manually"
|
1204 |
"Erreur 212 : Impossible d'importer votre base de données. Cela peut "
|
1205 |
"nécessiter l'importation du fichier manuellement."
|
1206 |
|
1207 |
+
#: views/restore.php:274
|
1208 |
msgid ""
|
1209 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1210 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1214 |
"votre site. Veuillez vérifier vos paramètres généraux WordPress pour vous "
|
1215 |
"assurer que votre site et les URLs Wordpress sont correctes."
|
1216 |
|
1217 |
+
#: views/restore.php:275
|
1218 |
msgid ""
|
1219 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1220 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1224 |
"votre page d'accueil. Veuillez vérifier vos paramètres généraux WordPress "
|
1225 |
"pour vous assurer que votre site et les URLs Wordpress sont corrects."
|
1226 |
|
1227 |
+
#: views/restore.php:276
|
1228 |
msgid ""
|
1229 |
"Warning 215: Unable to update your user information. This may require you to "
|
1230 |
"login with the admin username and password that was used when the backup was "
|
1235 |
"de passe d'administrateur qui a été utilisé lorsque la sauvegarde a été "
|
1236 |
"créée."
|
1237 |
|
1238 |
+
#: views/restore.php:277
|
1239 |
msgid "Error 216: Database not found in backup"
|
1240 |
msgstr "Erreur 216 : base de données introuvable dans la sauvegarde."
|
1241 |
|
1242 |
+
#: views/restore.php:278
|
1243 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1244 |
msgstr ""
|
1245 |
"Avertissement 217 : Impossible de supprimer le répertoire wp-content "
|
1246 |
"existant."
|
1247 |
|
1248 |
+
#: views/restore.php:279
|
1249 |
msgid ""
|
1250 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1251 |
"CHMOD settings in /wp-content/"
|
1253 |
"Erreur 218 : Impossible de créer le nouveau répertoire wp-content. "
|
1254 |
"Veuillez vérifier vos réglages CHMOD dans /wp-content/."
|
1255 |
|
1256 |
+
#: views/restore.php:280
|
1257 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1258 |
msgstr ""
|
1259 |
"Erreur 219 : Impossible d'importer wp-content. Veuillez réessayer."
|
1260 |
|
1261 |
+
#: views/restore.php:281
|
1262 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1263 |
msgstr ""
|
1264 |
"Avertissement 220 : Impossible de nettoyer le répertoire d'import. "
|
1265 |
"Aucune action n'est requise."
|
1266 |
|
1267 |
+
#: views/restore.php:282
|
1268 |
#, php-format
|
1269 |
msgid ""
|
1270 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1278 |
"wpbackitup.com <a href =\"%s\" target=\"_blank\" >FAQ</a> pour plus "
|
1279 |
"d'informations."
|
1280 |
|
1281 |
+
#: views/restore.php:283
|
1282 |
msgid "Error 222: Unable to create restore folder"
|
1283 |
msgstr "Erreur 222 : impossible de créer le répertoire de restauration."
|
1284 |
|
1285 |
+
#: views/restore.php:284
|
1286 |
msgid ""
|
1287 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1288 |
"restore the database to its previous state but were unsuccessful. Please "
|
1289 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1290 |
"further restores"
|
1291 |
msgstr ""
|
1292 |
+
"Erreur 223 : Une erreur s'est produite pendant la restauration. WPBackItUp a "
|
1293 |
+
"tenté de restaurer la base de données dans son état précédent mais sans "
|
1294 |
+
"succès. Veuillez contacter le service client de WPBackItUp et ne pas essayer "
|
1295 |
+
"de lancer de nouvelles restaurations."
|
1296 |
|
1297 |
+
#: views/restore.php:285
|
1298 |
msgid ""
|
1299 |
"Error 224: An error occurred during the restore, however, we have "
|
1300 |
"successfully restored your database to the previous state"
|
1303 |
"Cependant, nous avons restauré avec succès votre base de données à son état "
|
1304 |
"précédent."
|
1305 |
|
1306 |
+
#: views/restore.php:286
|
1307 |
msgid ""
|
1308 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1309 |
msgstr ""
|
1310 |
+
"Erreur 225 : L'option de restauration est uniquement disponible pour les "
|
1311 |
+
"utilisateurs de WPBackItUp détenant une licence."
|
1312 |
|
1313 |
+
#: views/restore.php:287
|
1314 |
msgid ""
|
1315 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1316 |
"different version of WordPress"
|
1318 |
"Erreur 226 : La restauration ne peut pas être effectuée parce que votre "
|
1319 |
"sauvegarde a été faite en utilisant une version différente de WordPress."
|
1320 |
|
1321 |
+
#: views/restore.php:288
|
1322 |
msgid ""
|
1323 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1324 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1325 |
+
"convert this backup to the current version"
|
1326 |
msgstr ""
|
1327 |
+
"Erreur 227 : La restauration ne peut pas continuer parce que votre "
|
1328 |
+
"sauvegarde a été créée sur une autre version de WPBackItUp. Veuillez "
|
1329 |
+
"contacter l'assistance WPBackItUp pour obtenir de l'aide afin de convertir "
|
1330 |
+
"cette sauvegarde vers la version actuelle."
|
1331 |
|
1332 |
+
#: views/restore.php:289
|
1333 |
msgid ""
|
1334 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1335 |
"restore. However, we were able to successfully revert the database back to "
|
1336 |
"its original state . This error may require importing the database manually"
|
1337 |
msgstr ""
|
1338 |
+
"Erreur 230 : WPBackItUp a rencontré des erreurs inattendues lors de la "
|
1339 |
+
"restauration de la base de données. Nous avons cependant réussi à restaurer "
|
1340 |
+
"la base de données dans son état d'origine. Cette erreur peut nécessiter "
|
1341 |
+
"d'importer manuellement la base de données."
|
1342 |
|
1343 |
+
#: views/restore.php:290
|
1344 |
msgid ""
|
1345 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1346 |
+
"available. Please contact support"
|
1347 |
msgstr ""
|
1348 |
+
"Erreur 235 : WPBackItUp ne peut pas continuer car il n'y a aucun utilitaire "
|
1349 |
+
"zip disponible. Veuillez contacter l'assistance."
|
1350 |
|
1351 |
+
#: views/restore.php:291
|
1352 |
msgid ""
|
1353 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1354 |
"running. Please wait for the backup to complete and then try again"
|
1355 |
msgstr ""
|
1356 |
+
"Erreur 250 : WPBackItUp ne peut pas démarrer la restauration car une "
|
1357 |
"sauvegarde est en cours. Veuillez attendre la fin de la sauvegarde et "
|
1358 |
"refaire un essai."
|
1359 |
|
1360 |
+
#: views/restore.php:293
|
1361 |
+
msgid ""
|
1362 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1363 |
+
"try again and contact support if this issue continues"
|
1364 |
+
msgstr ""
|
1365 |
+
"Erreur 260 : WPBackItUp ne peut pas extraire les archives du jeu de "
|
1366 |
+
"sauvegardes. Veuillez réessayer et contacter l'assistance si ce problème "
|
1367 |
+
"persiste. "
|
1368 |
+
|
1369 |
+
#: views/restore.php:294
|
1370 |
+
msgid ""
|
1371 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1372 |
+
"try again and contact support if this issue continues"
|
1373 |
+
msgstr ""
|
1374 |
+
"Erreur 261 : WPBackItUp ne peut pas extraire les archives du jeu de "
|
1375 |
+
"sauvegardes. Veuillez réessayer et contacter l'assistance si ce problème "
|
1376 |
+
"persiste. "
|
1377 |
+
|
1378 |
+
#: views/restore.php:295
|
1379 |
+
msgid ""
|
1380 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1381 |
+
"try again and contact support if this issue continues"
|
1382 |
+
msgstr ""
|
1383 |
+
"Erreur 262 : Aucun fichier de sauvegarde n'a été trouvé dans ce dossier de "
|
1384 |
+
"sauvegarde. Veuillez réessayer et contacter l'assistance si ce problème "
|
1385 |
+
"persiste. "
|
1386 |
+
|
1387 |
+
#: views/restore.php:297
|
1388 |
msgid ""
|
1389 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1390 |
"manifest is empty"
|
1391 |
msgstr ""
|
1392 |
+
"Erreur 251 : WPBackItUp est incapable de commencer la restauration parce que "
|
1393 |
+
"le fichier manifest de sauvegarde est vide."
|
1394 |
|
1395 |
+
#: views/restore.php:298
|
1396 |
msgid ""
|
1397 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1398 |
"make sure to upload all zip files that were part of this backup"
|
1401 |
"sauvegarde. Veuillez vous assurer de mettre en ligne tous les fichiers zip "
|
1402 |
"faisant partie de cette sauvegarde."
|
1403 |
|
1404 |
+
#: views/restore.php:299
|
1405 |
msgid ""
|
1406 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1407 |
"Please make sure to upload only zip files that were part of this backup"
|
1410 |
"présent dans le manifeste. Veuillez vous assurez de faire de mettre en ligne "
|
1411 |
"uniquement les fichiers zip faisant partie de cette sauvegarde."
|
1412 |
|
1413 |
+
#: views/restore.php:300
|
1414 |
msgid ""
|
1415 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1416 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1421 |
"uploader à nouveau tous les fichiers zip dans ce jeu de sauvegarde et tenter "
|
1422 |
"de restaurer encore une fois. "
|
1423 |
|
1424 |
+
#: views/restore.php:301
|
1425 |
msgid ""
|
1426 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1427 |
"upload all zip files that were part of this backup"
|
1429 |
"Erreur 255: Le jeu de sauvegarde ne contient pas de manifeste. Veuillez vous "
|
1430 |
"assurer d'uploader tous les fichiers zip faisant partir de cette sauvegarde. "
|
1431 |
|
1432 |
+
#: views/restore.php:303
|
1433 |
msgid ""
|
1434 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1435 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1436 |
msgstr ""
|
1437 |
+
"Avertissement 300 : Impossible de restaurer tout le contenu WordPress. "
|
1438 |
+
"Veuillez consulter vos journaux de restauration pour voir ce que WPBackItUp "
|
1439 |
+
"n'a pas pu restaurer."
|
1440 |
|
1441 |
+
#: views/restore.php:304
|
1442 |
msgid ""
|
1443 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1444 |
+
"to see what WPBackItUp was unable to restore"
|
1445 |
msgstr ""
|
1446 |
+
"Avertissement 305 : Impossible de restaurer toutes les extensions. Veuillez "
|
1447 |
+
"consulter les journaux de restauration pour voir ce que WPBackItUp n'a pas "
|
1448 |
+
"pu restaurer."
|
1449 |
|
1450 |
+
#: views/restore.php:306
|
1451 |
msgid "Error 2001: Unable to prepare site for restore"
|
1452 |
msgstr ""
|
1453 |
"Erreur 2001 : Impossible de préparer le site pour la restauration."
|
1454 |
|
1455 |
+
#: views/restore.php:307
|
1456 |
msgid "Error 2002: Unable to unzip backup"
|
1457 |
msgstr "Erreur 2002 : Impossible de décompresser la sauvegarde."
|
1458 |
|
1459 |
+
#: views/restore.php:308
|
1460 |
msgid "Error 2003: Unable to validate backup"
|
1461 |
msgstr "Erreur 2003 : Impossible de valider la sauvegarde."
|
1462 |
|
1463 |
+
#: views/restore.php:309
|
1464 |
msgid "Error 2004: Unable to create restore point"
|
1465 |
msgstr "Erreur 2004 : Impossible de créer le point de restauration."
|
1466 |
|
1467 |
+
#: views/restore.php:310
|
1468 |
msgid "Error 2005: Unable to stage wp-content"
|
1469 |
msgstr "Erreur 2005 : Impossible d'organiser les fichiers de contenu."
|
1470 |
|
1471 |
+
#: views/restore.php:311
|
1472 |
msgid "Error 2006: Unable to restore content files"
|
1473 |
msgstr "Erreur 2006 : Impossible de restaurer les fichiers de contenu."
|
1474 |
|
1475 |
+
#: views/restore.php:312
|
1476 |
msgid "Error 2007: Unable to restore database"
|
1477 |
msgstr "Erreur 2007 : Impossible de restaurer la base de données."
|
1478 |
|
1479 |
+
#: views/restore.php:313
|
1480 |
msgid "Error 2999: Unexpected error encountered"
|
1481 |
msgstr "Erreur 2999 : Une erreur inattendue s'est produite."
|
1482 |
|
1483 |
+
#: views/restore.php:320
|
1484 |
msgid ""
|
1485 |
"Restore completed successfully. If you are prompted to login please do so "
|
1486 |
"with your current username and password"
|
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 |
"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 |
"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 |
"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 "
|
1543 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1544 |
"oldest backup archives first."
|
1545 |
msgstr ""
|
1546 |
"De nombreux hébergeurs limitent la quantité d'espace que vous pouvez prendre "
|
1547 |
+
"sur leurs serveurs. Cette option indique à WPBackItUp le nombre maximal "
|
1548 |
"d'archives de sauvegarde qui doivent rester sur votre serveur d'hébergement. "
|
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 |
"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."
|
1584 |
+
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 "
|
1592 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
1593 |
+
"set may not be possible with hosts that strictly limit memory utilization."
|
1594 |
+
msgstr ""
|
1595 |
+
"Lorsque ce paramètre est activé WPBackItUp va tenter de créer un jeu de "
|
1596 |
+
"sauvegardes à fichier unique. Si WPBackItUp ne parvient pas à créer un jeu "
|
1597 |
+
"de sauvegardes à fichier unique, ce paramètre sera automatiquement "
|
1598 |
+
"désactivé. La création d'un jeu de sauvegardes à fichier unique pourrait ne "
|
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 "
|
1614 |
+
"these settings can be used to help reduce the amount of time it takes "
|
1615 |
+
"WPBackItUp to complete each backup task ."
|
1616 |
msgstr ""
|
1617 |
+
"Ces réglages indiquent à WPBackItUp combien d'éléments à la fois devraient "
|
1618 |
"être ajoutés à la sauvegarde. Si vous remarquez des interruptions pendant "
|
1619 |
"l'exécution d'une sauvegarde, ces réglages peuvent alors être utilisés pour "
|
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."
|
1647 |
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 |
"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 |
"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 |
"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 ?"
|
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."
|
1716 |
msgstr ""
|
1717 |
+
"Cochez cette case si vous souhaitez que WPBackItUp supprime complètement "
|
1718 |
+
"toutes ses données lorsque l'extension est supprimée."
|
1719 |
|
1720 |
#: views/support.php:13
|
1721 |
#, php-format
|
1739 |
#: views/support.php:47
|
1740 |
#, php-format
|
1741 |
msgid ""
|
1742 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1743 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1744 |
msgstr ""
|
1745 |
"Veuillez vous assurer d'avoir créé un ticket de support via le portail de "
|
1771 |
msgstr "Envoyer"
|
1772 |
|
1773 |
#: views/support.php:83
|
1774 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1775 |
msgstr ""
|
1776 |
+
"Veuillez enregistrer votre version de WPBackItUp afin d'accéder à "
|
1777 |
+
"l'assistance."
|
1778 |
|
1779 |
#: views/support.php:87
|
1780 |
msgid "Premium customers receive priority support."
|
languages/wp-backitup-it_IT.mo
CHANGED
Binary file
|
languages/wp-backitup-it_IT.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
#
|
2 |
# Translators:
|
3 |
-
# Mara Lucia Ferretti <maralucia.ferretti@poste.it>, 2015
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
-
"Project-Id-Version:
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
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,199 +14,201 @@ 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.
|
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:
|
23 |
-
#: views/backup.php:
|
24 |
#: wp-backitup.php:110
|
25 |
msgid "Backup"
|
26 |
msgstr "Backup"
|
27 |
|
28 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
29 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
30 |
#: wp-backitup.php:124
|
31 |
msgid "Restore"
|
32 |
msgstr "Ripristino"
|
33 |
|
34 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
35 |
msgid "Support"
|
36 |
msgstr "Assistenza"
|
37 |
|
38 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
39 |
msgid "Settings"
|
40 |
msgstr "Impostazioni"
|
41 |
|
42 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
43 |
msgid ""
|
44 |
"The backup you have selected exceeds what your host allows you to upload."
|
45 |
msgstr ""
|
46 |
"Il backup che hai selezionato eccede quanto il tuo host ti permette di "
|
47 |
"caricare"
|
48 |
|
49 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
50 |
-
#: views/backup.php:
|
51 |
-
#: views/backup.php:
|
52 |
-
#: views/backup.php:
|
53 |
msgid "Warning"
|
54 |
msgstr "Avviso"
|
55 |
|
56 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
57 |
-
#: views/backup.php:
|
58 |
msgid "Error"
|
59 |
msgstr "Errore"
|
60 |
|
61 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
62 |
msgid "Response"
|
63 |
msgstr "Risposta"
|
64 |
|
65 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
66 |
-
#: views/backup.php:
|
67 |
msgid "Status"
|
68 |
msgstr "Stato"
|
69 |
|
70 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
71 |
msgid "Download"
|
72 |
msgstr "Scarica"
|
73 |
|
74 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
75 |
#: views/restore.php:129
|
76 |
msgid "Delete"
|
77 |
msgstr "Cancella"
|
78 |
|
79 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
80 |
msgid "(JS997) Unexpected error"
|
81 |
msgstr "(JS997) Errore inaspettato"
|
82 |
|
83 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
84 |
msgid "(JS998) Unexpected error"
|
85 |
msgstr "(JS998) Errore inaspettato"
|
86 |
|
87 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
88 |
msgid "(JS999) An unexpected error has occurred"
|
89 |
msgstr "(JS999) Si è verificato un errore inaspettato"
|
90 |
|
91 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
92 |
msgid "Scheduled has been saved."
|
93 |
msgstr "La pianificazione è stata salvata"
|
94 |
|
95 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
96 |
msgid "Scheduled was not saved."
|
97 |
msgstr "La pianificazione non è stata salvata"
|
98 |
|
99 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
100 |
msgid "Are you sure you want to restore your site?"
|
101 |
msgstr "Sei sicuro di voler ripristinare il tuo sito?"
|
102 |
|
103 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
104 |
msgid "Are you sure ?"
|
105 |
msgstr "Sei sicuro?"
|
106 |
|
107 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
108 |
msgid "This file cannot be delete!"
|
109 |
msgstr "Questo file non può essere cancellato!"
|
110 |
|
111 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
112 |
msgid "View Log"
|
113 |
msgstr "Visualizza il registro"
|
114 |
|
115 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
116 |
msgid "New Backup!"
|
117 |
msgstr "Nuovo backup!"
|
118 |
|
119 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
120 |
msgid "Uploaded Backup"
|
121 |
msgstr "Backup caricato"
|
122 |
|
123 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
124 |
msgid "Backup Queued"
|
125 |
msgstr "Backup accodato"
|
126 |
|
127 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
128 |
msgid "Backup could not be queued"
|
129 |
msgstr "Il backup non può essere accodato"
|
130 |
|
131 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
132 |
msgid "Job is already in queue."
|
133 |
msgstr "Il processo è già in coda"
|
134 |
|
135 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
136 |
msgid "No backup file selected."
|
137 |
msgstr "Nessun file di backup selezionato"
|
138 |
|
139 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
140 |
msgid "No user id found."
|
141 |
msgstr "Nessun utente trovato"
|
142 |
|
143 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
144 |
msgid "Restore Queued"
|
145 |
msgstr "Ripristino accodato"
|
146 |
|
147 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
148 |
msgid "Restore could not be queued"
|
149 |
msgstr "Non si è potuto accodare il ripristino"
|
150 |
|
151 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
152 |
msgid "Restore already in queue"
|
153 |
msgstr "Ripristino già in coda"
|
154 |
|
155 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
156 |
msgid "No job id posted"
|
157 |
msgstr "Nessun job-id assegnato"
|
158 |
|
159 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
160 |
msgid "Backup Cancelled"
|
161 |
msgstr "Backup cancellato"
|
162 |
|
163 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
164 |
msgid "Backup job not found"
|
165 |
msgstr "Attività di backup non trovata"
|
166 |
|
167 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
168 |
msgid "No response log found."
|
169 |
msgstr "Registro di risposta non trovato"
|
170 |
|
171 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
172 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
173 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
174 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
175 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
178 |
msgid "Please enter a number"
|
179 |
msgstr "Per favore inserire un numero"
|
180 |
|
181 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
182 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
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:
|
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:
|
195 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
202 |
msgid "License is invalid."
|
203 |
msgstr "Licenza non valida"
|
204 |
|
205 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
206 |
msgid "License has expired."
|
207 |
msgstr "Licenza scaduta"
|
208 |
|
209 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
210 |
#, php-format
|
211 |
msgid ""
|
212 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -218,15 +220,15 @@ msgstr ""
|
|
218 |
"prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
|
219 |
"livello mondiale</strong> "
|
220 |
|
221 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
222 |
msgid "License Expired: Scheduled backups are no longer active."
|
223 |
msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
|
224 |
|
225 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
226 |
msgid "Activation limit has been reached."
|
227 |
msgstr "Limite di attivazioni raggiunto"
|
228 |
|
229 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
230 |
msgid "Your Activation limit has been reached"
|
231 |
msgstr "Hai raggiunto il tuo limite di attivazioni"
|
232 |
|
@@ -234,7 +236,7 @@ msgstr "Hai raggiunto il tuo limite di attivazioni"
|
|
234 |
msgid "Invalid Nonce"
|
235 |
msgstr "Momentaneamente non valido"
|
236 |
|
237 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
238 |
msgid "Upload directory is not writable, or does not exist."
|
239 |
msgstr "La cartella di upload non è scrivibile o non esiste"
|
240 |
|
@@ -247,16 +249,16 @@ msgstr "Errore: %s"
|
|
247 |
msgid "File could not be uploaded"
|
248 |
msgstr "Il file non può esere caricato"
|
249 |
|
250 |
-
#: lib/includes/handler_upload.php:
|
251 |
-
msgid "Upload does not appear to be a
|
252 |
msgstr ""
|
253 |
-
"Quanto caricato non sembra essere un file di archivio backup di
|
254 |
|
255 |
-
#: lib/includes/handler_upload.php:
|
256 |
-
msgid "Could not import file into
|
257 |
-
msgstr "Non è possibile importare il file nel set di backup di
|
258 |
|
259 |
-
#: lib/includes/job_backup.php:
|
260 |
#, php-format
|
261 |
msgid ""
|
262 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -272,52 +274,52 @@ msgstr ""
|
|
272 |
"strong> per poter usufruire di un altro anno di aggiornamenti del prodotto e "
|
273 |
"per accedere al nostro team di assistenza di livello mondiale. <br/><br/>"
|
274 |
|
275 |
-
#: lib/includes/job_backup.php:
|
276 |
#, php-format
|
277 |
msgid "%s - Backup completed successfully."
|
278 |
msgstr "%s - Backup completato con successo"
|
279 |
|
280 |
-
#: lib/includes/job_backup.php:
|
281 |
msgid "Your backup completed successfully."
|
282 |
msgstr "Il tuo backup è stato completato con successo"
|
283 |
|
284 |
-
#: lib/includes/job_backup.php:
|
285 |
#, php-format
|
286 |
msgid "%s - Backup did not complete successfully."
|
287 |
msgstr "%s - Il backup non è stato completato con successo"
|
288 |
|
289 |
-
#: lib/includes/job_backup.php:
|
290 |
msgid "Your backup did not complete successfully."
|
291 |
msgstr "Il tuo backup non è stato completato con successo"
|
292 |
|
293 |
-
#: lib/includes/job_backup.php:
|
294 |
#, php-format
|
295 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
296 |
msgstr "Sito WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
297 |
|
298 |
-
#: lib/includes/job_backup.php:
|
299 |
msgid "Backup date:"
|
300 |
msgstr "Data del backup:"
|
301 |
|
302 |
-
#: lib/includes/job_backup.php:
|
303 |
-
msgid "Number of backups completed with
|
304 |
-
msgstr "Numero di backup completati con
|
305 |
|
306 |
-
#: lib/includes/job_backup.php:
|
307 |
msgid "Completion Code:"
|
308 |
msgstr "Codice di completamento:"
|
309 |
|
310 |
-
#: lib/includes/job_backup.php:
|
311 |
-
msgid "
|
312 |
-
msgstr "Versione di
|
313 |
|
314 |
-
#: lib/includes/job_backup.php:
|
315 |
#, php-format
|
316 |
-
msgid "Checkout %s for info about
|
317 |
msgstr ""
|
318 |
-
"Visita %s per avere informazioni su
|
319 |
|
320 |
-
#: lib/includes/job_backup.php:
|
321 |
msgid ""
|
322 |
"(101) Unable to create a new directory for backup. Please check your CHMOD "
|
323 |
"settings of your wp-backitup backup directory"
|
@@ -326,7 +328,7 @@ msgstr ""
|
|
326 |
"controllare le impostazioni CHMOD della tua directory di backup di wp-"
|
327 |
"backitup"
|
328 |
|
329 |
-
#: lib/includes/job_backup.php:
|
330 |
msgid ""
|
331 |
"(102) Cannot create backup directory. Please check the CHMOD settings of "
|
332 |
"your wp-backitup plugin directory"
|
@@ -334,43 +336,47 @@ msgstr ""
|
|
334 |
"(102) Non si può creare la directory di backup. Ti preghiamo di controllare "
|
335 |
"le impostazioni CHMOD della tua directory di plugin di wp-backitup"
|
336 |
|
337 |
-
#: lib/includes/job_backup.php:
|
338 |
msgid "(103) Unable to backup your files. Please try again"
|
339 |
msgstr ""
|
340 |
"(103) Impossibile eseguire il backup del tuoi file. Ti preghiamo di riprovare"
|
341 |
|
342 |
-
#: lib/includes/job_backup.php:
|
343 |
msgid "(104) Unable to export your database. Please try again"
|
344 |
msgstr ""
|
345 |
"( 104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
|
346 |
|
347 |
-
#: lib/includes/job_backup.php:
|
348 |
msgid "(105) Unable to export site information file. Please try again"
|
349 |
msgstr ""
|
350 |
"(105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
|
351 |
"di riprovare"
|
352 |
|
353 |
-
#: lib/includes/job_backup.php:
|
354 |
msgid "(106) Unable to cleanup your backup directory"
|
355 |
msgstr "(106) Impossibile eseguire la pulizia della tua directory di backup"
|
356 |
|
357 |
-
#: lib/includes/job_backup.php:
|
358 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
359 |
msgstr ""
|
360 |
"(107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
|
361 |
"preghiamo di riprovare"
|
362 |
|
363 |
-
#: lib/includes/job_backup.php:
|
364 |
msgid "(108) Unable to backup your site data files. Please try again"
|
365 |
msgstr ""
|
366 |
"(108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
|
367 |
"preghiamo di riprovare"
|
368 |
|
369 |
-
#: lib/includes/job_backup.php:
|
370 |
msgid "(109) Unable to finalize backup. Please try again"
|
371 |
msgstr "(109) Impossibile concludere il backup. Ti preghiamo di riprovare"
|
372 |
|
373 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
374 |
msgid ""
|
375 |
"(114) Your database was accessible but an export could not be created. "
|
376 |
"Please contact support by clicking the get support link on the right. Please "
|
@@ -381,30 +387,30 @@ msgstr ""
|
|
381 |
"sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
|
382 |
"il tuo host quando sottoporrai la richiesta"
|
383 |
|
384 |
-
#: lib/includes/job_backup.php:
|
385 |
msgid "(120) Unable to backup your themes. Please try again"
|
386 |
msgstr ""
|
387 |
"(120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di riprovare"
|
388 |
|
389 |
-
#: lib/includes/job_backup.php:
|
390 |
msgid "(121) Unable to backup your plugins. Please try again"
|
391 |
msgstr ""
|
392 |
"(121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
|
393 |
"riprovare"
|
394 |
|
395 |
-
#: lib/includes/job_backup.php:
|
396 |
msgid "(122) Unable to backup your uploads. Please try again"
|
397 |
msgstr ""
|
398 |
"(122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
|
399 |
"riprovare"
|
400 |
|
401 |
-
#: lib/includes/job_backup.php:
|
402 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
403 |
msgstr ""
|
404 |
"(123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
|
405 |
"riprovare"
|
406 |
|
407 |
-
#: lib/includes/job_backup.php:
|
408 |
msgid ""
|
409 |
"(125) Unable to compress your backup because there is no zip utility "
|
410 |
"available. Please contact support"
|
@@ -412,23 +418,23 @@ msgstr ""
|
|
412 |
"(125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
|
413 |
"utility di compressione. Ti preghiamo di contattare l'assistenza"
|
414 |
|
415 |
-
#: lib/includes/job_backup.php:
|
416 |
msgid "(126) Unable to validate your backup. Please try again"
|
417 |
msgstr "(126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
|
418 |
|
419 |
-
#: lib/includes/job_backup.php:
|
420 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
421 |
msgstr ""
|
422 |
"(127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
|
423 |
"di riprovare"
|
424 |
|
425 |
-
#: lib/includes/job_backup.php:
|
426 |
msgid "(128) Unable to create job control record. Please try again"
|
427 |
msgstr ""
|
428 |
"(128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
|
429 |
"di riprovare"
|
430 |
|
431 |
-
#: lib/includes/job_backup.php:
|
432 |
msgid ""
|
433 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
434 |
"settings of your wp-backitup backup directory"
|
@@ -437,7 +443,7 @@ msgstr ""
|
|
437 |
"controllare le impostazioni CHMOD della tua directory di backup di wp-"
|
438 |
"backitup"
|
439 |
|
440 |
-
#: lib/includes/job_backup.php:
|
441 |
msgid ""
|
442 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
443 |
"your wp-backitup plugin directory"
|
@@ -445,44 +451,49 @@ msgstr ""
|
|
445 |
"(2102) Non si può creare la directory di backup. Ti preghiamo di controllare "
|
446 |
"le impostazioni CHMOD della tua directory di plugin di wp-backitup"
|
447 |
|
448 |
-
#: lib/includes/job_backup.php:
|
449 |
msgid "(2103) Unable to backup your files. Please try again"
|
450 |
msgstr ""
|
451 |
"(2103) Impossibile eseguire il backup dei tuoi file. Ti preghiamo di "
|
452 |
"riprovare"
|
453 |
|
454 |
-
#: lib/includes/job_backup.php:
|
455 |
msgid "(2104) Unable to export your database. Please try again"
|
456 |
msgstr ""
|
457 |
"(2104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
|
458 |
|
459 |
-
#: lib/includes/job_backup.php:
|
460 |
msgid "(2105) Unable to export site information file. Please try again"
|
461 |
msgstr ""
|
462 |
"(2105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
|
463 |
"di riprovare"
|
464 |
|
465 |
-
#: lib/includes/job_backup.php:
|
466 |
msgid "(2106) Unable to cleanup your backup directory"
|
467 |
msgstr "(2106) Impossibile eseguire la pulizia della tua directory di backup"
|
468 |
|
469 |
-
#: lib/includes/job_backup.php:
|
470 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
471 |
msgstr ""
|
472 |
"(2107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
|
473 |
"preghiamo di riprovare"
|
474 |
|
475 |
-
#: lib/includes/job_backup.php:
|
476 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
477 |
msgstr ""
|
478 |
"(2108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
|
479 |
"preghiamo di riprovare"
|
480 |
|
481 |
-
#: lib/includes/job_backup.php:
|
482 |
msgid "(2109) Unable to finalize backup. Please try again"
|
483 |
msgstr "(2109) Impossibile concludere il backup. Ti preghiamo di riprovare"
|
484 |
|
485 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
|
|
486 |
msgid ""
|
487 |
"(2114) Your database was accessible but an export could not be created. "
|
488 |
"Please contact support by clicking the get support link on the right. Please "
|
@@ -493,31 +504,31 @@ msgstr ""
|
|
493 |
"sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
|
494 |
"il tuo host quando sottoporrai la richiesta"
|
495 |
|
496 |
-
#: lib/includes/job_backup.php:
|
497 |
msgid "(2120) Unable to backup your themes. Please try again"
|
498 |
msgstr ""
|
499 |
"(2120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di "
|
500 |
"riprovare"
|
501 |
|
502 |
-
#: lib/includes/job_backup.php:
|
503 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
504 |
msgstr ""
|
505 |
"(2121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
|
506 |
"riprovare"
|
507 |
|
508 |
-
#: lib/includes/job_backup.php:
|
509 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
510 |
msgstr ""
|
511 |
"(2122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
|
512 |
"riprovare"
|
513 |
|
514 |
-
#: lib/includes/job_backup.php:
|
515 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
516 |
msgstr ""
|
517 |
"(2123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
|
518 |
"riprovare"
|
519 |
|
520 |
-
#: lib/includes/job_backup.php:
|
521 |
msgid ""
|
522 |
"(2125) Unable to compress your backup because there is no zip utility "
|
523 |
"available. Please contact support"
|
@@ -525,24 +536,24 @@ msgstr ""
|
|
525 |
"(2125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
|
526 |
"utility di compressione. Ti preghiamo di contattare l'assistenza"
|
527 |
|
528 |
-
#: lib/includes/job_backup.php:
|
529 |
msgid "(2126) Unable to validate your backup. Please try again"
|
530 |
msgstr ""
|
531 |
"(2126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
|
532 |
|
533 |
-
#: lib/includes/job_backup.php:
|
534 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
535 |
msgstr ""
|
536 |
"(2127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
|
537 |
"di riprovare"
|
538 |
|
539 |
-
#: lib/includes/job_backup.php:
|
540 |
msgid "(2128) Unable to create job control record. Please try again"
|
541 |
msgstr ""
|
542 |
"(2128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
|
543 |
"di riprovare"
|
544 |
|
545 |
-
#: lib/includes/job_backup.php:
|
546 |
msgid "(999) Unexpected error"
|
547 |
msgstr "(999) Errore inaspettato"
|
548 |
|
@@ -554,25 +565,25 @@ msgstr "(999) Errore inaspettato"
|
|
554 |
msgid "%s Dashboard"
|
555 |
msgstr "%s Dashboard"
|
556 |
|
557 |
-
#: views/backup.php:
|
558 |
msgid "Dismiss"
|
559 |
msgstr "Rimuovi"
|
560 |
|
561 |
-
#: views/backup.php:
|
562 |
#, php-format
|
563 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
564 |
msgstr ""
|
565 |
"La cartella di backup non esiste. Si prega di contattare %s per l'assistenza"
|
566 |
|
567 |
-
#: views/backup.php:
|
568 |
msgid "support"
|
569 |
msgstr "Assistenza"
|
570 |
|
571 |
-
#: views/backup.php:
|
572 |
msgid "Close"
|
573 |
msgstr "Chiudi"
|
574 |
|
575 |
-
#: views/backup.php:
|
576 |
msgid ""
|
577 |
"Click the backup button to create a zipped backup file of this site's "
|
578 |
"database, plugins, themes and settings."
|
@@ -580,7 +591,7 @@ msgstr ""
|
|
580 |
"Clicca il pulsante \"backup\" per creare un file compresso di backup del "
|
581 |
"database di questo sito, plugin, temi e impostazioni"
|
582 |
|
583 |
-
#: views/backup.php:
|
584 |
msgid ""
|
585 |
"Once your backup file has been created it will appear in the available "
|
586 |
"backups section below. This file may remain on your hosting providers server "
|
@@ -591,38 +602,38 @@ msgstr ""
|
|
591 |
"provider, ma ti consigliamo di scaricarlo e di salvarlo in una destinazione "
|
592 |
"sicura"
|
593 |
|
594 |
-
#: views/backup.php:
|
595 |
msgid ""
|
596 |
-
"
|
597 |
"automated restore of their site."
|
598 |
msgstr ""
|
599 |
-
"I clienti premium di
|
600 |
-
"eseguire un ripristino automatico del proprio sito"
|
601 |
|
602 |
-
#: views/backup.php:
|
603 |
msgid "Cancel"
|
604 |
msgstr "Annulla"
|
605 |
|
606 |
-
#: views/backup.php:
|
607 |
#, php-format
|
608 |
msgid ""
|
609 |
-
"
|
610 |
"their site. Please visit %s for manual restore instructions."
|
611 |
msgstr ""
|
612 |
-
"I clienti base di
|
613 |
"ripristinare manualmente il proprio sito. Vi preghiamo di visitare %s per le "
|
614 |
-
"istruzioni sul ripristino manuale"
|
615 |
|
616 |
-
#: views/backup.php:
|
617 |
msgid "Backup Schedule"
|
618 |
msgstr "Pianificazione del backup"
|
619 |
|
620 |
-
#: views/backup.php:
|
621 |
msgid "Select the days of the week you would like your backup to run."
|
622 |
msgstr ""
|
623 |
"Seleziona i giorni della settimana in cui vuoi che sia eseguito il tuo backup"
|
624 |
|
625 |
-
#: views/backup.php:
|
626 |
msgid ""
|
627 |
"Backup your site once per week or every day, it's up to you. If you have "
|
628 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -637,173 +648,179 @@ msgstr ""
|
|
637 |
"restare sul server del tuo hosting provider, ma ti consigliamo di scaricarlo "
|
638 |
"e di salvarlo in una destinazione sicura"
|
639 |
|
640 |
-
#: views/backup.php:
|
641 |
msgid "Please make sure to schedule your backup for at least once per week."
|
642 |
msgstr ""
|
643 |
"Ti preghiamo di assicurarti di pianificare il tuo backup almeno una volta "
|
644 |
"alla settimana"
|
645 |
|
646 |
-
#: views/backup.php:
|
647 |
msgid "Monday"
|
648 |
msgstr "Lunedì"
|
649 |
|
650 |
-
#: views/backup.php:
|
651 |
msgid "Tuesday"
|
652 |
msgstr "Martedì"
|
653 |
|
654 |
-
#: views/backup.php:
|
655 |
msgid "Wednesday"
|
656 |
msgstr "Mercoledì"
|
657 |
|
658 |
-
#: views/backup.php:
|
659 |
msgid "Thursday"
|
660 |
msgstr "Giovedì"
|
661 |
|
662 |
-
#: views/backup.php:
|
663 |
msgid "Friday"
|
664 |
msgstr "Venerdì"
|
665 |
|
666 |
-
#: views/backup.php:
|
667 |
msgid "Saturday"
|
668 |
msgstr "Sabato"
|
669 |
|
670 |
-
#: views/backup.php:
|
671 |
msgid "Sunday"
|
672 |
msgstr "Domenica"
|
673 |
|
674 |
-
#: views/backup.php:
|
675 |
msgid "Save Schedule"
|
676 |
msgstr "Salva la pianificazione"
|
677 |
|
678 |
-
#: views/backup.php:
|
679 |
#, php-format
|
680 |
msgid ""
|
681 |
-
"Scheduled backups are only available to
|
682 |
-
"Please visit %s to get
|
683 |
msgstr ""
|
684 |
-
"I backup pianificati sono disponibili solo per i clienti premium di
|
685 |
-
"
|
686 |
-
"senza rischi"
|
687 |
|
688 |
-
#: views/backup.php:
|
689 |
msgid "Available Backups"
|
690 |
msgstr "Backup disponibili"
|
691 |
|
692 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
693 |
msgid "Date"
|
694 |
msgstr "Data"
|
695 |
|
696 |
-
#: views/backup.php:
|
697 |
msgid "Duration"
|
698 |
msgstr "Durata"
|
699 |
|
700 |
-
#: views/backup.php:
|
701 |
msgid "Success"
|
702 |
msgstr "Successo"
|
703 |
|
704 |
-
#: views/backup.php:
|
705 |
msgid "Active"
|
706 |
msgstr "Attivo"
|
707 |
|
708 |
-
#: views/backup.php:
|
709 |
msgid "No backup archives found."
|
710 |
msgstr "Nessun archivio di backup trovato"
|
711 |
|
712 |
-
#: views/backup.php:
|
713 |
#, php-format
|
714 |
msgid ""
|
715 |
-
"The automated restore feature is only available to
|
716 |
-
"customers. Please visit %s to get
|
717 |
msgstr ""
|
718 |
"La funzione di ripristino automatico è disponibile solo per i clienti "
|
719 |
-
"premium di
|
720 |
-
"
|
721 |
|
722 |
-
#: views/backup.php:
|
723 |
msgid "Nothing to report"
|
724 |
msgstr "Niente da segnalare"
|
725 |
|
726 |
-
#: views/backup.php:
|
727 |
msgid "Preparing for backup"
|
728 |
msgstr "Preparazione per il backup in corso"
|
729 |
|
730 |
-
#: views/backup.php:
|
731 |
-
#: views/backup.php:
|
732 |
-
#: views/backup.php:
|
733 |
-
#: views/backup.php:
|
734 |
-
#: views/restore.php:
|
735 |
-
#: views/restore.php:
|
736 |
-
#: views/restore.php:
|
|
|
737 |
msgid "Done"
|
738 |
msgstr "Fatto"
|
739 |
|
740 |
-
#: views/backup.php:
|
741 |
-
#: views/backup.php:
|
742 |
-
#: views/backup.php:
|
743 |
-
#: views/backup.php:
|
744 |
-
#: views/restore.php:
|
745 |
-
#: views/restore.php:
|
746 |
-
#: views/restore.php:
|
|
|
747 |
msgid "Failed"
|
748 |
msgstr "Fallito"
|
749 |
|
750 |
-
#: views/backup.php:
|
751 |
msgid "Creating inventory of files to backup"
|
752 |
msgstr "Creazione dell'inventario dei file per il backup in corso"
|
753 |
|
754 |
-
#: views/backup.php:
|
755 |
msgid "Backing up database"
|
756 |
msgstr "Backup del database in corso"
|
757 |
|
758 |
-
#: views/backup.php:
|
759 |
msgid "Creating backup information file"
|
760 |
msgstr "Creazione del file di informazione del backup in corso"
|
761 |
|
762 |
-
#: views/backup.php:
|
763 |
msgid "Backing up themes"
|
764 |
msgstr "Backup dei temi in corso"
|
765 |
|
766 |
-
#: views/backup.php:
|
767 |
msgid "Backing up plugins"
|
768 |
msgstr "Backup dei plugin in corso"
|
769 |
|
770 |
-
#: views/backup.php:
|
771 |
msgid "Backing up uploads"
|
772 |
msgstr "Backup dei caricamenti in corso"
|
773 |
|
774 |
-
#: views/backup.php:
|
775 |
msgid "Backing up everything else"
|
776 |
msgstr "Backup di tutto il resto in corso"
|
777 |
|
778 |
-
#: views/backup.php:
|
779 |
msgid "Validating backup"
|
780 |
msgstr "Convalida del backup in corso"
|
781 |
|
782 |
-
#: views/backup.php:
|
783 |
msgid "Finalizing backup"
|
784 |
msgstr "Conclusione del backup in corso"
|
785 |
|
786 |
-
#: views/backup.php:
|
787 |
msgid "Backup completed successfully"
|
788 |
msgstr "Backup completato con successo"
|
789 |
|
790 |
-
#: views/backup.php:
|
791 |
msgid "Backups"
|
792 |
msgstr "I backup"
|
793 |
|
794 |
-
#: views/backup.php:
|
795 |
msgid "Version "
|
796 |
msgstr "Versione"
|
797 |
|
798 |
-
#: views/backup.php:
|
799 |
-
msgid "Welcome to
|
800 |
-
msgstr "Benvenuto su
|
801 |
|
802 |
-
#: views/backup.php:
|
803 |
msgid "The simplest way to backup your WordPress site."
|
804 |
msgstr "Il modo più semplice per eseguire il backup del tuo sito WordPress"
|
805 |
|
806 |
-
#: views/backup.php:
|
807 |
msgid ""
|
808 |
"Getting started is easy, just click the backup button on the left side of "
|
809 |
"this page."
|
@@ -811,7 +828,7 @@ msgstr ""
|
|
811 |
"Iniziare è facile, basta cliccare il pulsante \"backup\" sul lato sinistro "
|
812 |
"di questa pagina"
|
813 |
|
814 |
-
#: views/backup.php:
|
815 |
#, php-format
|
816 |
msgid ""
|
817 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
@@ -820,38 +837,38 @@ msgstr ""
|
|
820 |
"Complimenti! Hai eseguito con successo i <span style=\"font-weight:bold;font-"
|
821 |
"size:medium;color: green\">%s</span> backup "
|
822 |
|
823 |
-
#: views/backup.php:
|
824 |
msgid "Tips"
|
825 |
msgstr "Suggerimenti"
|
826 |
|
827 |
-
#: views/backup.php:
|
828 |
msgid "Backup your site at least once per week"
|
829 |
msgstr "Esegui il backup del tuo sito almeno una volta alla settimana"
|
830 |
|
831 |
-
#: views/backup.php:
|
832 |
msgid "Download all your backups and store them somewhere safe"
|
833 |
msgstr "Scarica tutti i backup e conservali in una destinazione sicura"
|
834 |
|
835 |
-
#: views/backup.php:
|
836 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
837 |
msgstr ""
|
838 |
"Verifica che i tuoi file di backup siano corretti dando un'occhiata a ciò "
|
839 |
"che c'è dentro"
|
840 |
|
841 |
-
#: views/backup.php:
|
842 |
#, php-format
|
843 |
msgid "Why not %s and schedule your backups!"
|
844 |
msgstr "Perchè non %s aggiorni e pianifichi i tuoi backup?"
|
845 |
|
846 |
-
#: views/backup.php:
|
847 |
msgid "upgrade"
|
848 |
msgstr "Aggiornamento"
|
849 |
|
850 |
-
#: views/backup.php:
|
851 |
-
msgid "Register
|
852 |
-
msgstr "Registra
|
853 |
|
854 |
-
#: views/backup.php:
|
855 |
msgid ""
|
856 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
857 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -864,81 +881,81 @@ msgstr ""
|
|
864 |
"<br/> Inserisci qui sotto il tuo codice di licenza per attivarlo su questo "
|
865 |
"sito"
|
866 |
|
867 |
-
#: views/backup.php:
|
868 |
msgid "name"
|
869 |
msgstr "Nome"
|
870 |
|
871 |
-
#: views/backup.php:
|
872 |
msgid "email address"
|
873 |
msgstr "Indirizzo di posta elettronica"
|
874 |
|
875 |
-
#: views/backup.php:
|
876 |
msgid "license key"
|
877 |
msgstr "Codice di licenza"
|
878 |
|
879 |
-
#: views/backup.php:
|
880 |
#, php-format
|
881 |
msgid "%s"
|
882 |
msgstr "%s"
|
883 |
|
884 |
-
#: views/backup.php:
|
885 |
msgid "Free plugin customers do not need to enter license key."
|
886 |
msgstr "I clienti di plugin gratuiti non devono inserire il codice di licenza"
|
887 |
|
888 |
-
#: views/backup.php:
|
889 |
msgid "Register"
|
890 |
msgstr "Registrati"
|
891 |
|
892 |
-
#: views/backup.php:
|
893 |
msgid "License Info"
|
894 |
msgstr "Informazioni sulla licenza"
|
895 |
|
896 |
-
#: views/backup.php:
|
897 |
msgid "Name"
|
898 |
msgstr "Nome"
|
899 |
|
900 |
-
#: views/backup.php:
|
901 |
msgid "Email"
|
902 |
msgstr "Email"
|
903 |
|
904 |
-
#: views/backup.php:
|
905 |
msgid "License Type"
|
906 |
msgstr "Tipo di licenza"
|
907 |
|
908 |
-
#: views/backup.php:
|
909 |
msgid "Expires"
|
910 |
msgstr "Scade"
|
911 |
|
912 |
-
#: views/backup.php:
|
913 |
msgid "Enter license key to activate on this site."
|
914 |
msgstr "Inserisci il codice di licenza per l'attivazione su questo sito"
|
915 |
|
916 |
-
#: views/backup.php:
|
917 |
msgid "License Active"
|
918 |
msgstr "Licenza attiva"
|
919 |
|
920 |
-
#: views/backup.php:
|
921 |
msgid "License expired"
|
922 |
msgstr "Licenza scaduta"
|
923 |
|
924 |
-
#: views/backup.php:
|
925 |
msgid "Update"
|
926 |
msgstr "Aggiorna"
|
927 |
|
928 |
-
#: views/backup.php:
|
929 |
msgid "Activate"
|
930 |
msgstr "Attiva"
|
931 |
|
932 |
-
#: views/backup.php:
|
933 |
#, php-format
|
934 |
msgid "Purchase a %s license using the purchase link above."
|
935 |
msgstr "Acquista una licenza %s usando il link \"acquista\" qui sopra"
|
936 |
|
937 |
-
#: views/backup.php:
|
938 |
msgid "no-risk"
|
939 |
msgstr "Senza rischi"
|
940 |
|
941 |
-
#: views/backup.php:
|
942 |
#, php-format
|
943 |
msgid ""
|
944 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -949,56 +966,42 @@ msgstr ""
|
|
949 |
"ottenere un altro anno di <strong>aggiornamenti del prodotto</strong> e "
|
950 |
"usufruire del nostro team di <strong>assistenza di livello mondiale</strong>"
|
951 |
|
952 |
-
#: views/backup.php:
|
953 |
msgid "Useful Links"
|
954 |
msgstr "Link utili"
|
955 |
|
956 |
-
#: views/backup.php:
|
957 |
msgid "Getting Started Video"
|
958 |
-
msgstr ""
|
959 |
|
960 |
-
#: views/backup.php:
|
961 |
msgid "Your account"
|
962 |
msgstr "Il tuo account"
|
963 |
|
964 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
965 |
msgid "Documentation"
|
966 |
msgstr "Documentazione"
|
967 |
|
968 |
-
#: views/backup.php:
|
969 |
msgid "Get support"
|
970 |
msgstr "Ottieni assistenza"
|
971 |
|
972 |
-
#: views/backup.php:
|
973 |
msgid "Feature request"
|
974 |
msgstr "Specifica richiesta"
|
975 |
|
976 |
-
#: views/backup.php:
|
977 |
msgid "Language Translations"
|
978 |
msgstr "Traduzioni linguistiche"
|
979 |
|
980 |
-
#: views/backup.php:
|
981 |
msgid "Contact"
|
982 |
msgstr "Contatta"
|
983 |
|
984 |
-
#: views/backup.php:626 views/backup.php:651
|
985 |
-
msgid "WP BackItUp Backup Set"
|
986 |
-
msgstr "Set di backup di WP BackItUp"
|
987 |
-
|
988 |
-
#: views/backup.php:628
|
989 |
-
msgid ""
|
990 |
-
"Below are the archive files included in this backup set. Click the link to "
|
991 |
-
"download."
|
992 |
-
msgstr ""
|
993 |
-
"Qui sotto ci sono i file di archivio inclusi in questo set di backup. Clicca "
|
994 |
-
"sul link per scaricarli"
|
995 |
-
|
996 |
-
#: views/backup.php:652
|
997 |
-
msgid "Please refresh this page to download your new backup files."
|
998 |
-
msgstr ""
|
999 |
-
"Ti preghiamo di aggiornare questa pagina per scaricare i file del tuo nuovo "
|
1000 |
-
"backup"
|
1001 |
-
|
1002 |
#: views/restore.php:13
|
1003 |
#, php-format
|
1004 |
msgid "%s Restore"
|
@@ -1026,12 +1029,12 @@ msgstr ""
|
|
1026 |
#, php-format
|
1027 |
msgid ""
|
1028 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1029 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
1030 |
-
"
|
1031 |
msgstr ""
|
1032 |
"<p>* La funzione di ripristino automatico è disponibile solo per i clienti "
|
1033 |
"autorizzati. Vi preghiamo di visitare <a href=\"%s\" target=\"_blank\">%s</"
|
1034 |
-
"a> per avere la licenza di
|
1035 |
|
1036 |
#: views/restore.php:177
|
1037 |
msgid "Upload"
|
@@ -1039,30 +1042,30 @@ msgstr "Carica"
|
|
1039 |
|
1040 |
#: views/restore.php:180
|
1041 |
msgid ""
|
1042 |
-
"Upload
|
1043 |
"backups."
|
1044 |
msgstr ""
|
1045 |
-
"Carica i file di archivio (zip) di
|
1046 |
-
"
|
1047 |
|
1048 |
#: views/restore.php:197
|
1049 |
-
msgid "
|
1050 |
-
msgstr "
|
1051 |
|
1052 |
#: views/restore.php:198
|
1053 |
-
msgid "Backup files may be uploaded into
|
1054 |
msgstr ""
|
1055 |
-
"I file di backup possono essere caricati su
|
1056 |
|
1057 |
#: views/restore.php:198
|
1058 |
msgid ""
|
1059 |
-
"They may also be uploaded manually into the
|
1060 |
-
"
|
1061 |
-
"
|
1062 |
msgstr ""
|
1063 |
-
"Possono anche essere caricati manualmente sulla directory di
|
1064 |
"content/wpbackitup_backups) usando FTP. Dopo aver caricato tutti i file di "
|
1065 |
-
"backup aggiorna questa pagina."
|
1066 |
|
1067 |
#: views/restore.php:202
|
1068 |
#, php-format
|
@@ -1081,63 +1084,67 @@ msgstr ""
|
|
1081 |
"* Una volta completato il caricamento, ricarica questa pagina per vedere "
|
1082 |
"apparire i nuovi backup nella sezione \"Backup Disponibili\" qui sopra"
|
1083 |
|
1084 |
-
#: views/restore.php:
|
1085 |
msgid "Preparing for restore"
|
1086 |
msgstr "Perparazione per il ripristino in corso"
|
1087 |
|
1088 |
-
#: views/restore.php:244
|
1089 |
-
msgid "Unzipping backup set"
|
1090 |
-
msgstr "Scompattamento del set di backup in corso"
|
1091 |
-
|
1092 |
#: views/restore.php:245
|
1093 |
-
msgid "
|
1094 |
-
msgstr "
|
1095 |
|
1096 |
#: views/restore.php:246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1097 |
msgid "Deactivating plugins"
|
1098 |
msgstr "Disattivazione dei plugin in corso"
|
1099 |
|
1100 |
-
#: views/restore.php:
|
1101 |
msgid "Creating database restore point"
|
1102 |
msgstr "Creazione di un punto di ripristino del database in corso"
|
1103 |
|
1104 |
-
#: views/restore.php:
|
1105 |
msgid "Staging content files"
|
1106 |
msgstr "Organizzazione dei file di contenuto in corso"
|
1107 |
|
1108 |
-
#: views/restore.php:
|
1109 |
msgid "Restoring content files"
|
1110 |
msgstr "Ripristino dei file di contenuto in corso"
|
1111 |
|
1112 |
-
#: views/restore.php:
|
1113 |
msgid "Restoring database"
|
1114 |
msgstr "Ripristino del database in corso"
|
1115 |
|
1116 |
-
#: views/restore.php:
|
1117 |
msgid "Updating current user info"
|
1118 |
msgstr "Aggiornamento delle informazioni dell'utente corrente in corso"
|
1119 |
|
1120 |
-
#: views/restore.php:
|
1121 |
msgid "Updating site URL"
|
1122 |
msgstr "Aggiornamento della URL del sito in corso"
|
1123 |
|
1124 |
-
#: views/restore.php:
|
1125 |
msgid "Updating permalinks"
|
1126 |
msgstr "Aggiornamento dei permalink in corso"
|
1127 |
|
1128 |
-
#: views/restore.php:
|
1129 |
msgid "Error 201: No file selected"
|
1130 |
msgstr "Errore 201: nessun file selezionato"
|
1131 |
|
1132 |
-
#: views/restore.php:
|
1133 |
msgid "Error 202: Your file could not be uploaded"
|
1134 |
msgstr "Errore 202: il tuo file non può essere caricato"
|
1135 |
|
1136 |
-
#: views/restore.php:
|
1137 |
msgid "Error 203: Your backup could not be unzipped"
|
1138 |
msgstr "Errore 203: il tuo backup non può essere scompattato"
|
1139 |
|
1140 |
-
#: views/restore.php:
|
1141 |
msgid ""
|
1142 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1143 |
"valid backup"
|
@@ -1145,36 +1152,36 @@ msgstr ""
|
|
1145 |
"Errore 204: il tuo backup sembra non essere valido. Ti preghiamo di "
|
1146 |
"accertarti di avere selezionato un backup valido"
|
1147 |
|
1148 |
-
#: views/restore.php:
|
1149 |
msgid "Error 205: Cannot create restore point"
|
1150 |
msgstr "Errore 205: Non è possibile creare un punto di ripristino"
|
1151 |
|
1152 |
-
#: views/restore.php:
|
1153 |
msgid "Error 206: Unable to connect to your database"
|
1154 |
msgstr "Errore 206: Impossibile connettersi al tuo database"
|
1155 |
|
1156 |
-
#: views/restore.php:
|
1157 |
msgid ""
|
1158 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1159 |
msgstr ""
|
1160 |
"Errore 207: impossibile ottenere dal database la URL del sito attuale. Ti "
|
1161 |
"preghiamo di riprovare"
|
1162 |
|
1163 |
-
#: views/restore.php:
|
1164 |
msgid ""
|
1165 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1166 |
msgstr ""
|
1167 |
"Errore 208: impossibile ottenere dal database la URL della home attuale. Ti "
|
1168 |
"preghiamo di riprovare"
|
1169 |
|
1170 |
-
#: views/restore.php:
|
1171 |
msgid ""
|
1172 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1173 |
msgstr ""
|
1174 |
"Errore 209: impossibile ottenere dal database lo user ID attuale. Ti "
|
1175 |
"preghiamo di riprovare"
|
1176 |
|
1177 |
-
#: views/restore.php:
|
1178 |
msgid ""
|
1179 |
"Error 210: Unable to get current user password from database. Please try "
|
1180 |
"again"
|
@@ -1182,14 +1189,14 @@ msgstr ""
|
|
1182 |
"Errore 210: impossibile ottenere dal database la password dello user "
|
1183 |
"attuale. Ti preghiamo di riprovare"
|
1184 |
|
1185 |
-
#: views/restore.php:
|
1186 |
msgid ""
|
1187 |
"Error 211: Unable to get current user email from database. Please try again"
|
1188 |
msgstr ""
|
1189 |
"Errore 211: impossibile ottenere dal database l'email dello user attuale. Ti "
|
1190 |
"preghiamo di riprovare"
|
1191 |
|
1192 |
-
#: views/restore.php:
|
1193 |
msgid ""
|
1194 |
"Error 212: Unable to import your database. This may require importing the "
|
1195 |
"file manually"
|
@@ -1197,7 +1204,7 @@ msgstr ""
|
|
1197 |
"Errore 212: impossibile importare il tuo database. Potrebbe essere "
|
1198 |
"necessario importare il file manualmente"
|
1199 |
|
1200 |
-
#: views/restore.php:
|
1201 |
msgid ""
|
1202 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1203 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1207,7 +1214,7 @@ msgstr ""
|
|
1207 |
"preghiamo di verificare le impostazioni generali del tuo WordPress per "
|
1208 |
"assicurarti che le tue URL del sito e di WordPress siano corrette"
|
1209 |
|
1210 |
-
#: views/restore.php:
|
1211 |
msgid ""
|
1212 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1213 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1217,7 +1224,7 @@ msgstr ""
|
|
1217 |
"preghiamo di verificare le impostazioni generali del tuo WordPress per "
|
1218 |
"assicurarti che le tue URL del sito e di WordPress siano corrette"
|
1219 |
|
1220 |
-
#: views/restore.php:
|
1221 |
msgid ""
|
1222 |
"Warning 215: Unable to update your user information. This may require you to "
|
1223 |
"login with the admin username and password that was used when the backup was "
|
@@ -1227,15 +1234,15 @@ msgstr ""
|
|
1227 |
"richiedere che tu acceda con lo username e la password di amministratore "
|
1228 |
"usate quando il backup è stato creato"
|
1229 |
|
1230 |
-
#: views/restore.php:
|
1231 |
msgid "Error 216: Database not found in backup"
|
1232 |
msgstr "Errore 216: Database non trovato nel backup"
|
1233 |
|
1234 |
-
#: views/restore.php:
|
1235 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1236 |
msgstr "Avviso 217: impossibile eliminare la directory wp-content esistente"
|
1237 |
|
1238 |
-
#: views/restore.php:
|
1239 |
msgid ""
|
1240 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1241 |
"CHMOD settings in /wp-content/"
|
@@ -1243,18 +1250,18 @@ msgstr ""
|
|
1243 |
"Errore 218: impossibile creare una nuova directory wp-content. Ti preghiamo "
|
1244 |
"di verificare le tue impostazioni CHMOD in /wp-content/"
|
1245 |
|
1246 |
-
#: views/restore.php:
|
1247 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1248 |
msgstr ""
|
1249 |
"Errore 219: impossibile importare il wp-content. Ti preghiamo di riprovare"
|
1250 |
|
1251 |
-
#: views/restore.php:
|
1252 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1253 |
msgstr ""
|
1254 |
"Avviso 220: impossibile ripulire la directory delle importazioni. Non è "
|
1255 |
"richiesta alcuna azione"
|
1256 |
|
1257 |
-
#: views/restore.php:
|
1258 |
#, php-format
|
1259 |
msgid ""
|
1260 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1267,23 +1274,23 @@ msgstr ""
|
|
1267 |
"tu possa ripristinare il tuo sito. Per maggiori dettagli vedi le <a href ="
|
1268 |
"\"%s\" target=\"_blank\" > FAQ</a> su www.wpbackitup.com"
|
1269 |
|
1270 |
-
#: views/restore.php:
|
1271 |
msgid "Error 222: Unable to create restore folder"
|
1272 |
-
msgstr "Errore 222: impossibile creare
|
1273 |
|
1274 |
-
#: views/restore.php:
|
1275 |
msgid ""
|
1276 |
-
"Error 223: An error occurred during the restore.
|
1277 |
"restore the database to its previous state but were unsuccessful. Please "
|
1278 |
-
"contact
|
1279 |
"further restores"
|
1280 |
msgstr ""
|
1281 |
-
"Errore 223: si è verificato un errore durante il ripristino.
|
1282 |
"tentato di riportare il database al suo stato precedente, ma senza successo. "
|
1283 |
-
"Ti preghiamo di contattare l'assistenza clienti di
|
1284 |
"tentare di eseguire ulteriori ripristini"
|
1285 |
|
1286 |
-
#: views/restore.php:
|
1287 |
msgid ""
|
1288 |
"Error 224: An error occurred during the restore, however, we have "
|
1289 |
"successfully restored your database to the previous state"
|
@@ -1291,14 +1298,14 @@ msgstr ""
|
|
1291 |
"Errore 224: si è verificato un errore durante il ripristino, comunque "
|
1292 |
"abbiamo riportato con successo il tuo database allo stato precedente"
|
1293 |
|
1294 |
-
#: views/restore.php:
|
1295 |
msgid ""
|
1296 |
-
"Error 225: Restore option is only available to licensed
|
1297 |
msgstr ""
|
1298 |
"Errore 225: l'opzione ripristino è disponibile soltanto per gli user "
|
1299 |
-
"autorizzati di
|
1300 |
|
1301 |
-
#: views/restore.php:
|
1302 |
msgid ""
|
1303 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1304 |
"different version of WordPress"
|
@@ -1306,55 +1313,82 @@ msgstr ""
|
|
1306 |
"Errore 226: il ripristino non può procedere perchè il tuo backup è stato "
|
1307 |
"creato usando una diversa versione di WordPress "
|
1308 |
|
1309 |
-
#: views/restore.php:
|
1310 |
msgid ""
|
1311 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1312 |
-
"different version of
|
1313 |
-
"
|
1314 |
msgstr ""
|
1315 |
"Errore 227: il ripristino non può procedere perchè il tuo backup è stato "
|
1316 |
-
"creato usando una diversa versione di
|
1317 |
-
"
|
1318 |
-
"
|
1319 |
|
1320 |
-
#: views/restore.php:
|
1321 |
msgid ""
|
1322 |
-
"Error 230:
|
1323 |
"restore. However, we were able to successfully revert the database back to "
|
1324 |
"its original state . This error may require importing the database manually"
|
1325 |
msgstr ""
|
1326 |
-
"Errore 230:
|
1327 |
"ripristino del database. Comunque siamo riusciti con successo a riportare il "
|
1328 |
-
"database al suo stato
|
1329 |
-
"importare il database
|
1330 |
|
1331 |
-
#: views/restore.php:
|
1332 |
msgid ""
|
1333 |
-
"Error 235:
|
1334 |
-
"
|
1335 |
msgstr ""
|
1336 |
-
"Errore 235:
|
1337 |
"un'utilità di decompressione disponibile. Ti preghiamo di contattare "
|
1338 |
"l'assistenza"
|
1339 |
|
1340 |
-
#: views/restore.php:
|
1341 |
msgid ""
|
1342 |
-
"Error 250:
|
1343 |
"running. Please wait for the backup to complete and then try again"
|
1344 |
msgstr ""
|
1345 |
-
"Errore 250:
|
1346 |
-
"backup è in corso. Ti preghiamo di attendere che il backup sia
|
1347 |
-
"
|
1348 |
|
1349 |
-
#: views/restore.php:
|
1350 |
msgid ""
|
1351 |
-
"Error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1352 |
"manifest is empty"
|
1353 |
msgstr ""
|
1354 |
-
"Errore 251:
|
1355 |
-
"
|
1356 |
|
1357 |
-
#: views/restore.php:
|
1358 |
msgid ""
|
1359 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1360 |
"make sure to upload all zip files that were part of this backup"
|
@@ -1363,7 +1397,7 @@ msgstr ""
|
|
1363 |
"Ti preghiamo di assicurarti di caricare tutti i file compressi che facevano "
|
1364 |
"parte di questo backup"
|
1365 |
|
1366 |
-
#: views/restore.php:
|
1367 |
msgid ""
|
1368 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1369 |
"Please make sure to upload only zip files that were part of this backup"
|
@@ -1372,7 +1406,7 @@ msgstr ""
|
|
1372 |
"manifesto. Ti preghiamo di assicurarti di caricare solo i file compressi che "
|
1373 |
"facevano parte di questo backup"
|
1374 |
|
1375 |
-
#: views/restore.php:
|
1376 |
msgid ""
|
1377 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1378 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
@@ -1383,7 +1417,7 @@ msgstr ""
|
|
1383 |
"danneggiato. Carica di nuovo tutti i file compressi nel set di backup e "
|
1384 |
"tenta il ripristino ancora una volta."
|
1385 |
|
1386 |
-
#: views/restore.php:
|
1387 |
msgid ""
|
1388 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1389 |
"upload all zip files that were part of this backup"
|
@@ -1391,57 +1425,57 @@ msgstr ""
|
|
1391 |
"Errore 255: il set di backup non contiene un elemento. Ti preghiamo di "
|
1392 |
"caricare tutti i file compressi che erano parte di questo backup."
|
1393 |
|
1394 |
-
#: views/restore.php:
|
1395 |
msgid ""
|
1396 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1397 |
-
"restore logs to see what
|
1398 |
msgstr ""
|
1399 |
"Avviso 300: impossibile ripristinare tutto il contenuto di WordPress. Ti "
|
1400 |
-
"preghiamo di riesaminare i
|
1401 |
-
"
|
1402 |
|
1403 |
-
#: views/restore.php:
|
1404 |
msgid ""
|
1405 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1406 |
-
"to see what
|
1407 |
msgstr ""
|
1408 |
"Avviso 305: impossibile ripristinare tutti i plugin. Ti preghiamo di "
|
1409 |
-
"riesaminare i
|
1410 |
-
"
|
1411 |
|
1412 |
-
#: views/restore.php:
|
1413 |
msgid "Error 2001: Unable to prepare site for restore"
|
1414 |
msgstr "Errore 2001: impossibile predisporre il sito per il ripristino"
|
1415 |
|
1416 |
-
#: views/restore.php:
|
1417 |
msgid "Error 2002: Unable to unzip backup"
|
1418 |
msgstr "Errore 2002: impossibile scompattare il backup"
|
1419 |
|
1420 |
-
#: views/restore.php:
|
1421 |
msgid "Error 2003: Unable to validate backup"
|
1422 |
msgstr "Errore 2003: impossibile convalidare il backup"
|
1423 |
|
1424 |
-
#: views/restore.php:
|
1425 |
msgid "Error 2004: Unable to create restore point"
|
1426 |
msgstr "Errore 2004: impossibile creare un punto di ripristino"
|
1427 |
|
1428 |
-
#: views/restore.php:
|
1429 |
msgid "Error 2005: Unable to stage wp-content"
|
1430 |
msgstr "Errore 2005: impossibile organizzare il wp-content"
|
1431 |
|
1432 |
-
#: views/restore.php:
|
1433 |
msgid "Error 2006: Unable to restore content files"
|
1434 |
msgstr "Errore 2006: impossibile ripristinare i file di contenuto"
|
1435 |
|
1436 |
-
#: views/restore.php:
|
1437 |
msgid "Error 2007: Unable to restore database"
|
1438 |
msgstr "Errore 2007: impossibile ripristinare il database"
|
1439 |
|
1440 |
-
#: views/restore.php:
|
1441 |
msgid "Error 2999: Unexpected error encountered"
|
1442 |
msgstr "Errore 2999: si è verificato un errore inaspettato"
|
1443 |
|
1444 |
-
#: views/restore.php:
|
1445 |
msgid ""
|
1446 |
"Restore completed successfully. If you are prompted to login please do so "
|
1447 |
"with your current username and password"
|
@@ -1454,15 +1488,15 @@ msgstr ""
|
|
1454 |
msgid "%s Settings"
|
1455 |
msgstr "%s Impostazioni"
|
1456 |
|
1457 |
-
#: views/settings.php:
|
1458 |
msgid "Settings updated successfully!"
|
1459 |
msgstr "Impostazioni aggiornate con successo!"
|
1460 |
|
1461 |
-
#: views/settings.php:
|
1462 |
msgid "Email Notifications"
|
1463 |
msgstr "Notifiche via email"
|
1464 |
|
1465 |
-
#: views/settings.php:
|
1466 |
msgid ""
|
1467 |
"Please enter your email address if you would like to receive backup email "
|
1468 |
"notifications."
|
@@ -1470,7 +1504,7 @@ msgstr ""
|
|
1470 |
"Ti preghiamo di inserire il tuo indirizzo di posta elettronica se desideri "
|
1471 |
"ricevere le notifiche di backup via email"
|
1472 |
|
1473 |
-
#: views/settings.php:
|
1474 |
msgid ""
|
1475 |
"Backup email notifications will be sent for every backup and will contain "
|
1476 |
"status information related to the backup."
|
@@ -1478,44 +1512,44 @@ msgstr ""
|
|
1478 |
"Le notifiche di backup via email saranno inviate per ogni backup e "
|
1479 |
"conterranno le informazioni di stato relative al backup"
|
1480 |
|
1481 |
-
#: views/settings.php:
|
1482 |
-
#: views/settings.php:
|
1483 |
-
#: views/settings.php:
|
1484 |
msgid "Save"
|
1485 |
msgstr "Salva"
|
1486 |
|
1487 |
-
#: views/settings.php:
|
1488 |
msgid "Backup Retention"
|
1489 |
msgstr "Mantenimento del backup"
|
1490 |
|
1491 |
-
#: views/settings.php:
|
1492 |
msgid ""
|
1493 |
"Enter the number of backup archives that you would like to remain on the "
|
1494 |
"server."
|
1495 |
msgstr ""
|
1496 |
"Inserisci il numero degli archivi di backup che desideri rimangano sul server"
|
1497 |
|
1498 |
-
#: views/settings.php:
|
1499 |
msgid ""
|
1500 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1501 |
-
"This option tells
|
1502 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1503 |
"oldest backup archives first."
|
1504 |
msgstr ""
|
1505 |
"Molti host limitano la quantità di spazio che è possibile occupare sui "
|
1506 |
-
"propri server. Questa opzione indica a
|
1507 |
-
"archivi di backup che dovrebbero restare
|
1508 |
-
"preoccuparti, cancelleremo sempre
|
1509 |
|
1510 |
-
#: views/settings.php:
|
1511 |
-
msgid "
|
1512 |
-
msgstr "
|
1513 |
|
1514 |
-
#: views/settings.php:
|
1515 |
-
msgid "Turn on
|
1516 |
-
msgstr "Attiva la registrazione su
|
1517 |
|
1518 |
-
#: views/settings.php:
|
1519 |
msgid ""
|
1520 |
"This option should only be turned on by advanced users or when "
|
1521 |
"troubleshooting issues with WPBackItUp support."
|
@@ -1523,68 +1557,93 @@ msgstr ""
|
|
1523 |
"Questa opzione deve essere attivata soltanto dagli utenti esperti o in caso "
|
1524 |
"di risoluzione dei problemi con l'assistenza di WPBackItUp."
|
1525 |
|
1526 |
-
#: views/settings.php:
|
1527 |
msgid "Yes"
|
1528 |
msgstr "Si"
|
1529 |
|
1530 |
-
#: views/settings.php:
|
1531 |
msgid "No"
|
1532 |
msgstr "No"
|
1533 |
|
1534 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1535 |
msgid "Batch Size"
|
1536 |
msgstr "Dimensione di batch"
|
1537 |
|
1538 |
-
#: views/settings.php:
|
1539 |
msgid "Enter the batch size for each of your content items."
|
1540 |
msgstr ""
|
1541 |
"Inserisci la dimensione di batch per ciascuna delle tue voci di contenuto."
|
1542 |
|
1543 |
-
#: views/settings.php:
|
1544 |
msgid ""
|
1545 |
-
"These settings tell
|
1546 |
"backup at a time. If you experience timeouts while running a backup then "
|
1547 |
-
"these settings can be used to help reduce the amount of time it takes
|
1548 |
-
"
|
1549 |
msgstr ""
|
1550 |
-
"Queste impostazioni
|
1551 |
-
"
|
1552 |
-
"
|
1553 |
-
"tempo necessario
|
1554 |
|
1555 |
-
#: views/settings.php:
|
1556 |
msgid "DB Tables Batch Size"
|
1557 |
msgstr "Dimensione di batch delle tabelle di database"
|
1558 |
|
1559 |
-
#: views/settings.php:
|
1560 |
msgid "Plugins Batch Size"
|
1561 |
msgstr "Dimensione del batch dei plugin"
|
1562 |
|
1563 |
-
#: views/settings.php:
|
1564 |
msgid "Themes Batch Size"
|
1565 |
msgstr "Dimensione del batch dei temi"
|
1566 |
|
1567 |
-
#: views/settings.php:
|
1568 |
msgid "Uploads Batch Size"
|
1569 |
msgstr "Dimensione del batch dei caricamenti"
|
1570 |
|
1571 |
-
#: views/settings.php:
|
1572 |
msgid "Others Batch Size"
|
1573 |
msgstr "Dimensione del batch di altri"
|
1574 |
|
1575 |
-
#: views/settings.php:
|
1576 |
msgid ""
|
1577 |
"* These settings should only be modified by advanced users or when when "
|
1578 |
-
"working with
|
1579 |
msgstr ""
|
1580 |
"* Queste impostazioni possono essere modificate soltanto dagli utenti "
|
1581 |
-
"esperti o mentre si lavora con l'assistenza di
|
1582 |
|
1583 |
-
#: views/settings.php:
|
1584 |
msgid "Filter Your Folders"
|
1585 |
msgstr "Filtra le tue cartelle"
|
1586 |
|
1587 |
-
#: views/settings.php:
|
1588 |
msgid ""
|
1589 |
"Enter a comma separated list of folders that should be excluded from your "
|
1590 |
"backups."
|
@@ -1592,7 +1651,7 @@ msgstr ""
|
|
1592 |
"Inserisci una lista delle cartelle, separata da virgole, che dovranno essere "
|
1593 |
"escluse dai tuoi backup."
|
1594 |
|
1595 |
-
#: views/settings.php:
|
1596 |
msgid ""
|
1597 |
"It is important to note that when a folder name is present in this list any "
|
1598 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
@@ -1602,31 +1661,31 @@ msgstr ""
|
|
1602 |
"elemento di quella cartella e tutti i suoi contenuti saranno esclusi dal "
|
1603 |
"backup."
|
1604 |
|
1605 |
-
#: views/settings.php:
|
1606 |
msgid "Plugin Folders Filter"
|
1607 |
msgstr "Filtro delle cartelle di plugin"
|
1608 |
|
1609 |
-
#: views/settings.php:
|
1610 |
msgid "Theme Folders Filter"
|
1611 |
msgstr "Filtro delle cartelle dei temi"
|
1612 |
|
1613 |
-
#: views/settings.php:
|
1614 |
msgid "Upload Folders Filter"
|
1615 |
msgstr "Filtro delle cartelle di caricamento"
|
1616 |
|
1617 |
-
#: views/settings.php:
|
1618 |
msgid "Other Folders Filter"
|
1619 |
msgstr "Filtro di altre cartelle"
|
1620 |
|
1621 |
-
#: views/settings.php:
|
1622 |
msgid "Filter Your Database Tables"
|
1623 |
msgstr "Filtra le tue tabelle di database"
|
1624 |
|
1625 |
-
#: views/settings.php:
|
1626 |
msgid "Exclude custom database tables from the backup."
|
1627 |
msgstr "Escludi le tabelle personalizzate di database dal backup."
|
1628 |
|
1629 |
-
#: views/settings.php:
|
1630 |
msgid ""
|
1631 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1632 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
@@ -1636,16 +1695,16 @@ msgstr ""
|
|
1636 |
"semplicemente nella lista sulla destra. Le tabelle principali di WordPress "
|
1637 |
"non possono essere escluse dal backup."
|
1638 |
|
1639 |
-
#: views/settings.php:
|
1640 |
msgid "Remove Data on Uninstall?"
|
1641 |
msgstr "Rimuovi Dati durante la disinstallazione?"
|
1642 |
|
1643 |
-
#: views/settings.php:
|
1644 |
msgid ""
|
1645 |
-
"Check this box if you would like
|
1646 |
"data when the plugin is deleted."
|
1647 |
msgstr ""
|
1648 |
-
"Spunta questa casella se vuoi che
|
1649 |
"suoi dati quando il plugin viene cancellato."
|
1650 |
|
1651 |
#: views/support.php:13
|
@@ -1670,11 +1729,11 @@ msgstr ""
|
|
1670 |
#: views/support.php:47
|
1671 |
#, php-format
|
1672 |
msgid ""
|
1673 |
-
"Please make sure to open a support ticket via
|
1674 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1675 |
msgstr ""
|
1676 |
"Ti preghiamo di assicurarti di aprire una richiesta di assistenza tramite il "
|
1677 |
-
"<a href=\"%s\" target=\"_blank\">portale di assistenza </a> di
|
1678 |
"prima di usare questa form."
|
1679 |
|
1680 |
#: views/support.php:48
|
@@ -1702,10 +1761,10 @@ msgid "Send"
|
|
1702 |
msgstr "Invia"
|
1703 |
|
1704 |
#: views/support.php:83
|
1705 |
-
msgid "Please register your version of
|
1706 |
msgstr ""
|
1707 |
-
"Ti preghiamo di registrare la tua versione di
|
1708 |
-
"all'assistenza"
|
1709 |
|
1710 |
#: views/support.php:87
|
1711 |
msgid "Premium customers receive priority support."
|
1 |
#
|
2 |
# Translators:
|
3 |
+
# Mara Lucia Ferretti <maralucia.ferretti@poste.it>, 2015-2016
|
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 |
"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 |
|
34 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
35 |
msgid "Support"
|
36 |
msgstr "Assistenza"
|
37 |
|
38 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
39 |
msgid "Settings"
|
40 |
msgstr "Impostazioni"
|
41 |
|
42 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
43 |
msgid ""
|
44 |
"The backup you have selected exceeds what your host allows you to upload."
|
45 |
msgstr ""
|
46 |
"Il backup che hai selezionato eccede quanto il tuo host ti permette di "
|
47 |
"caricare"
|
48 |
|
49 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
50 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
51 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
52 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
53 |
msgid "Warning"
|
54 |
msgstr "Avviso"
|
55 |
|
56 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
57 |
+
#: views/backup.php:376
|
58 |
msgid "Error"
|
59 |
msgstr "Errore"
|
60 |
|
61 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
62 |
msgid "Response"
|
63 |
msgstr "Risposta"
|
64 |
|
65 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
66 |
+
#: views/backup.php:430 views/restore.php:230
|
67 |
msgid "Status"
|
68 |
msgstr "Stato"
|
69 |
|
70 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
71 |
msgid "Download"
|
72 |
msgstr "Scarica"
|
73 |
|
74 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
75 |
#: views/restore.php:129
|
76 |
msgid "Delete"
|
77 |
msgstr "Cancella"
|
78 |
|
79 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
80 |
msgid "(JS997) Unexpected error"
|
81 |
msgstr "(JS997) Errore inaspettato"
|
82 |
|
83 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
84 |
msgid "(JS998) Unexpected error"
|
85 |
msgstr "(JS998) Errore inaspettato"
|
86 |
|
87 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
88 |
msgid "(JS999) An unexpected error has occurred"
|
89 |
msgstr "(JS999) Si è verificato un errore inaspettato"
|
90 |
|
91 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
92 |
msgid "Scheduled has been saved."
|
93 |
msgstr "La pianificazione è stata salvata"
|
94 |
|
95 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
96 |
msgid "Scheduled was not saved."
|
97 |
msgstr "La pianificazione non è stata salvata"
|
98 |
|
99 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
100 |
msgid "Are you sure you want to restore your site?"
|
101 |
msgstr "Sei sicuro di voler ripristinare il tuo sito?"
|
102 |
|
103 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
104 |
msgid "Are you sure ?"
|
105 |
msgstr "Sei sicuro?"
|
106 |
|
107 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
108 |
msgid "This file cannot be delete!"
|
109 |
msgstr "Questo file non può essere cancellato!"
|
110 |
|
111 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
112 |
msgid "View Log"
|
113 |
msgstr "Visualizza il registro"
|
114 |
|
115 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
116 |
msgid "New Backup!"
|
117 |
msgstr "Nuovo backup!"
|
118 |
|
119 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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."
|
199 |
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 |
"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 |
|
236 |
msgid "Invalid Nonce"
|
237 |
msgstr "Momentaneamente non valido"
|
238 |
|
239 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
240 |
msgid "Upload directory is not writable, or does not exist."
|
241 |
msgstr "La cartella di upload non è scrivibile o non esiste"
|
242 |
|
249 |
msgid "File could not be uploaded"
|
250 |
msgstr "Il file non può esere caricato"
|
251 |
|
252 |
+
#: lib/includes/handler_upload.php:146
|
253 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
254 |
msgstr ""
|
255 |
+
"Quanto caricato non sembra essere un file di archivio backup di WPBackItUp"
|
256 |
|
257 |
+
#: lib/includes/handler_upload.php:166
|
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 |
"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 |
"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 |
"(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 |
"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 |
"(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 |
"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 |
"(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 |
"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 |
"(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 |
|
565 |
msgid "%s Dashboard"
|
566 |
msgstr "%s Dashboard"
|
567 |
|
568 |
+
#: views/backup.php:242
|
569 |
msgid "Dismiss"
|
570 |
msgstr "Rimuovi"
|
571 |
|
572 |
+
#: views/backup.php:254
|
573 |
#, php-format
|
574 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
575 |
msgstr ""
|
576 |
"La cartella di backup non esiste. Si prega di contattare %s per l'assistenza"
|
577 |
|
578 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
579 |
msgid "support"
|
580 |
msgstr "Assistenza"
|
581 |
|
582 |
+
#: views/backup.php:257 views/backup.php:263
|
583 |
msgid "Close"
|
584 |
msgstr "Chiudi"
|
585 |
|
586 |
+
#: views/backup.php:278
|
587 |
msgid ""
|
588 |
"Click the backup button to create a zipped backup file of this site's "
|
589 |
"database, plugins, themes and settings."
|
591 |
"Clicca il pulsante \"backup\" per creare un file compresso di backup del "
|
592 |
"database di questo sito, plugin, temi e impostazioni"
|
593 |
|
594 |
+
#: views/backup.php:279
|
595 |
msgid ""
|
596 |
"Once your backup file has been created it will appear in the available "
|
597 |
"backups section below. This file may remain on your hosting providers server "
|
602 |
"provider, ma ti consigliamo di scaricarlo e di salvarlo in una destinazione "
|
603 |
"sicura"
|
604 |
|
605 |
+
#: views/backup.php:280
|
606 |
msgid ""
|
607 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
608 |
"automated restore of their site."
|
609 |
msgstr ""
|
610 |
+
"I clienti premium di WPBackItUp possono usare questi file di backup per "
|
611 |
+
"eseguire un ripristino automatico del proprio sito."
|
612 |
|
613 |
+
#: views/backup.php:284
|
614 |
msgid "Cancel"
|
615 |
msgstr "Annulla"
|
616 |
|
617 |
+
#: views/backup.php:291
|
618 |
#, php-format
|
619 |
msgid ""
|
620 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
621 |
"their site. Please visit %s for manual restore instructions."
|
622 |
msgstr ""
|
623 |
+
"I clienti base di WPBackItUp possono usare questi file di backup per "
|
624 |
"ripristinare manualmente il proprio sito. Vi preghiamo di visitare %s per le "
|
625 |
+
"istruzioni sul ripristino manuale."
|
626 |
|
627 |
+
#: views/backup.php:298
|
628 |
msgid "Backup Schedule"
|
629 |
msgstr "Pianificazione del backup"
|
630 |
|
631 |
+
#: views/backup.php:300
|
632 |
msgid "Select the days of the week you would like your backup to run."
|
633 |
msgstr ""
|
634 |
"Seleziona i giorni della settimana in cui vuoi che sia eseguito il tuo backup"
|
635 |
|
636 |
+
#: views/backup.php:302
|
637 |
msgid ""
|
638 |
"Backup your site once per week or every day, it's up to you. If you have "
|
639 |
"email notifications turned on we'll even send you an email when it's done. "
|
648 |
"restare sul server del tuo hosting provider, ma ti consigliamo di scaricarlo "
|
649 |
"e di salvarlo in una destinazione sicura"
|
650 |
|
651 |
+
#: views/backup.php:304
|
652 |
msgid "Please make sure to schedule your backup for at least once per week."
|
653 |
msgstr ""
|
654 |
"Ti preghiamo di assicurarti di pianificare il tuo backup almeno una volta "
|
655 |
"alla settimana"
|
656 |
|
657 |
+
#: views/backup.php:308
|
658 |
msgid "Monday"
|
659 |
msgstr "Lunedì"
|
660 |
|
661 |
+
#: views/backup.php:309
|
662 |
msgid "Tuesday"
|
663 |
msgstr "Martedì"
|
664 |
|
665 |
+
#: views/backup.php:310
|
666 |
msgid "Wednesday"
|
667 |
msgstr "Mercoledì"
|
668 |
|
669 |
+
#: views/backup.php:311
|
670 |
msgid "Thursday"
|
671 |
msgstr "Giovedì"
|
672 |
|
673 |
+
#: views/backup.php:312
|
674 |
msgid "Friday"
|
675 |
msgstr "Venerdì"
|
676 |
|
677 |
+
#: views/backup.php:313
|
678 |
msgid "Saturday"
|
679 |
msgstr "Sabato"
|
680 |
|
681 |
+
#: views/backup.php:314
|
682 |
msgid "Sunday"
|
683 |
msgstr "Domenica"
|
684 |
|
685 |
+
#: views/backup.php:317
|
686 |
msgid "Save Schedule"
|
687 |
msgstr "Salva la pianificazione"
|
688 |
|
689 |
+
#: views/backup.php:322
|
690 |
#, php-format
|
691 |
msgid ""
|
692 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
693 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
694 |
msgstr ""
|
695 |
+
"I backup pianificati sono disponibili solo per i clienti premium di "
|
696 |
+
"WPBackItUp. Vi preghiamo di visitare %s per avere WPBackItUp per 30 giorni "
|
697 |
+
"senza rischi."
|
698 |
|
699 |
+
#: views/backup.php:329 views/restore.php:95
|
700 |
msgid "Available Backups"
|
701 |
msgstr "Backup disponibili"
|
702 |
|
703 |
+
#: views/backup.php:349
|
704 |
+
msgid "Type"
|
705 |
+
msgstr "Tipo"
|
706 |
+
|
707 |
+
#: views/backup.php:350 views/restore.php:100
|
708 |
msgid "Date"
|
709 |
msgstr "Data"
|
710 |
|
711 |
+
#: views/backup.php:351
|
712 |
msgid "Duration"
|
713 |
msgstr "Durata"
|
714 |
|
715 |
+
#: views/backup.php:370
|
716 |
msgid "Success"
|
717 |
msgstr "Successo"
|
718 |
|
719 |
+
#: views/backup.php:373
|
720 |
msgid "Active"
|
721 |
msgstr "Attivo"
|
722 |
|
723 |
+
#: views/backup.php:416 views/restore.php:149
|
724 |
msgid "No backup archives found."
|
725 |
msgstr "Nessun archivio di backup trovato"
|
726 |
|
727 |
+
#: views/backup.php:425
|
728 |
#, php-format
|
729 |
msgid ""
|
730 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
731 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
732 |
msgstr ""
|
733 |
"La funzione di ripristino automatico è disponibile solo per i clienti "
|
734 |
+
"premium di WPBackItUp. Vi preghiamo di visitare %s per avere WPBackItUp per "
|
735 |
+
"30 giorni senza rischi."
|
736 |
|
737 |
+
#: views/backup.php:434 views/restore.php:234
|
738 |
msgid "Nothing to report"
|
739 |
msgstr "Niente da segnalare"
|
740 |
|
741 |
+
#: views/backup.php:439
|
742 |
msgid "Preparing for backup"
|
743 |
msgstr "Preparazione per il backup in corso"
|
744 |
|
745 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
746 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
747 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
748 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
749 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
750 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
751 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
752 |
+
#: views/restore.php:256
|
753 |
msgid "Done"
|
754 |
msgstr "Fatto"
|
755 |
|
756 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
757 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
758 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
759 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
760 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
761 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
762 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
763 |
+
#: views/restore.php:256
|
764 |
msgid "Failed"
|
765 |
msgstr "Fallito"
|
766 |
|
767 |
+
#: views/backup.php:440
|
768 |
msgid "Creating inventory of files to backup"
|
769 |
msgstr "Creazione dell'inventario dei file per il backup in corso"
|
770 |
|
771 |
+
#: views/backup.php:441
|
772 |
msgid "Backing up database"
|
773 |
msgstr "Backup del database in corso"
|
774 |
|
775 |
+
#: views/backup.php:442
|
776 |
msgid "Creating backup information file"
|
777 |
msgstr "Creazione del file di informazione del backup in corso"
|
778 |
|
779 |
+
#: views/backup.php:443
|
780 |
msgid "Backing up themes"
|
781 |
msgstr "Backup dei temi in corso"
|
782 |
|
783 |
+
#: views/backup.php:444
|
784 |
msgid "Backing up plugins"
|
785 |
msgstr "Backup dei plugin in corso"
|
786 |
|
787 |
+
#: views/backup.php:445
|
788 |
msgid "Backing up uploads"
|
789 |
msgstr "Backup dei caricamenti in corso"
|
790 |
|
791 |
+
#: views/backup.php:446
|
792 |
msgid "Backing up everything else"
|
793 |
msgstr "Backup di tutto il resto in corso"
|
794 |
|
795 |
+
#: views/backup.php:447
|
796 |
msgid "Validating backup"
|
797 |
msgstr "Convalida del backup in corso"
|
798 |
|
799 |
+
#: views/backup.php:448
|
800 |
msgid "Finalizing backup"
|
801 |
msgstr "Conclusione del backup in corso"
|
802 |
|
803 |
+
#: views/backup.php:458
|
804 |
msgid "Backup completed successfully"
|
805 |
msgstr "Backup completato con successo"
|
806 |
|
807 |
+
#: views/backup.php:479
|
808 |
msgid "Backups"
|
809 |
msgstr "I backup"
|
810 |
|
811 |
+
#: views/backup.php:479
|
812 |
msgid "Version "
|
813 |
msgstr "Versione"
|
814 |
|
815 |
+
#: views/backup.php:481
|
816 |
+
msgid "Welcome to WPBackItUp!"
|
817 |
+
msgstr "Benvenuto su WPBackItUp!"
|
818 |
|
819 |
+
#: views/backup.php:481
|
820 |
msgid "The simplest way to backup your WordPress site."
|
821 |
msgstr "Il modo più semplice per eseguire il backup del tuo sito WordPress"
|
822 |
|
823 |
+
#: views/backup.php:482
|
824 |
msgid ""
|
825 |
"Getting started is easy, just click the backup button on the left side of "
|
826 |
"this page."
|
828 |
"Iniziare è facile, basta cliccare il pulsante \"backup\" sul lato sinistro "
|
829 |
"di questa pagina"
|
830 |
|
831 |
+
#: views/backup.php:486
|
832 |
#, php-format
|
833 |
msgid ""
|
834 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
837 |
"Complimenti! Hai eseguito con successo i <span style=\"font-weight:bold;font-"
|
838 |
"size:medium;color: green\">%s</span> backup "
|
839 |
|
840 |
+
#: views/backup.php:487
|
841 |
msgid "Tips"
|
842 |
msgstr "Suggerimenti"
|
843 |
|
844 |
+
#: views/backup.php:488
|
845 |
msgid "Backup your site at least once per week"
|
846 |
msgstr "Esegui il backup del tuo sito almeno una volta alla settimana"
|
847 |
|
848 |
+
#: views/backup.php:489
|
849 |
msgid "Download all your backups and store them somewhere safe"
|
850 |
msgstr "Scarica tutti i backup e conservali in una destinazione sicura"
|
851 |
|
852 |
+
#: views/backup.php:490
|
853 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
854 |
msgstr ""
|
855 |
"Verifica che i tuoi file di backup siano corretti dando un'occhiata a ciò "
|
856 |
"che c'è dentro"
|
857 |
|
858 |
+
#: views/backup.php:495
|
859 |
#, php-format
|
860 |
msgid "Why not %s and schedule your backups!"
|
861 |
msgstr "Perchè non %s aggiorni e pianifichi i tuoi backup?"
|
862 |
|
863 |
+
#: views/backup.php:495
|
864 |
msgid "upgrade"
|
865 |
msgstr "Aggiornamento"
|
866 |
|
867 |
+
#: views/backup.php:504
|
868 |
+
msgid "Register WPBackItUp"
|
869 |
+
msgstr "Registra WPBackItUp"
|
870 |
|
871 |
+
#: views/backup.php:507
|
872 |
msgid ""
|
873 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
874 |
"access to our world class <b>support</b> team. <br />\n"
|
881 |
"<br/> Inserisci qui sotto il tuo codice di licenza per attivarlo su questo "
|
882 |
"sito"
|
883 |
|
884 |
+
#: views/backup.php:509
|
885 |
msgid "name"
|
886 |
msgstr "Nome"
|
887 |
|
888 |
+
#: views/backup.php:510
|
889 |
msgid "email address"
|
890 |
msgstr "Indirizzo di posta elettronica"
|
891 |
|
892 |
+
#: views/backup.php:511
|
893 |
msgid "license key"
|
894 |
msgstr "Codice di licenza"
|
895 |
|
896 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
897 |
#, php-format
|
898 |
msgid "%s"
|
899 |
msgstr "%s"
|
900 |
|
901 |
+
#: views/backup.php:512
|
902 |
msgid "Free plugin customers do not need to enter license key."
|
903 |
msgstr "I clienti di plugin gratuiti non devono inserire il codice di licenza"
|
904 |
|
905 |
+
#: views/backup.php:513
|
906 |
msgid "Register"
|
907 |
msgstr "Registrati"
|
908 |
|
909 |
+
#: views/backup.php:522
|
910 |
msgid "License Info"
|
911 |
msgstr "Informazioni sulla licenza"
|
912 |
|
913 |
+
#: views/backup.php:544
|
914 |
msgid "Name"
|
915 |
msgstr "Nome"
|
916 |
|
917 |
+
#: views/backup.php:545
|
918 |
msgid "Email"
|
919 |
msgstr "Email"
|
920 |
|
921 |
+
#: views/backup.php:546
|
922 |
msgid "License Type"
|
923 |
msgstr "Tipo di licenza"
|
924 |
|
925 |
+
#: views/backup.php:547
|
926 |
msgid "Expires"
|
927 |
msgstr "Scade"
|
928 |
|
929 |
+
#: views/backup.php:550
|
930 |
msgid "Enter license key to activate on this site."
|
931 |
msgstr "Inserisci il codice di licenza per l'attivazione su questo sito"
|
932 |
|
933 |
+
#: views/backup.php:557
|
934 |
msgid "License Active"
|
935 |
msgstr "Licenza attiva"
|
936 |
|
937 |
+
#: views/backup.php:565
|
938 |
msgid "License expired"
|
939 |
msgstr "Licenza scaduta"
|
940 |
|
941 |
+
#: views/backup.php:569
|
942 |
msgid "Update"
|
943 |
msgstr "Aggiorna"
|
944 |
|
945 |
+
#: views/backup.php:573
|
946 |
msgid "Activate"
|
947 |
msgstr "Attiva"
|
948 |
|
949 |
+
#: views/backup.php:577
|
950 |
#, php-format
|
951 |
msgid "Purchase a %s license using the purchase link above."
|
952 |
msgstr "Acquista una licenza %s usando il link \"acquista\" qui sopra"
|
953 |
|
954 |
+
#: views/backup.php:577
|
955 |
msgid "no-risk"
|
956 |
msgstr "Senza rischi"
|
957 |
|
958 |
+
#: views/backup.php:583
|
959 |
#, php-format
|
960 |
msgid ""
|
961 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
966 |
"ottenere un altro anno di <strong>aggiornamenti del prodotto</strong> e "
|
967 |
"usufruire del nostro team di <strong>assistenza di livello mondiale</strong>"
|
968 |
|
969 |
+
#: views/backup.php:594
|
970 |
msgid "Useful Links"
|
971 |
msgstr "Link utili"
|
972 |
|
973 |
+
#: views/backup.php:596
|
974 |
msgid "Getting Started Video"
|
975 |
+
msgstr "Video per iniziare"
|
976 |
|
977 |
+
#: views/backup.php:599
|
978 |
msgid "Your account"
|
979 |
msgstr "Il tuo account"
|
980 |
|
981 |
+
#: views/backup.php:602
|
982 |
+
msgid "Website Migration Service"
|
983 |
+
msgstr "Servizio di migrazione sito"
|
984 |
+
|
985 |
+
#: views/backup.php:604
|
986 |
msgid "Documentation"
|
987 |
msgstr "Documentazione"
|
988 |
|
989 |
+
#: views/backup.php:607
|
990 |
msgid "Get support"
|
991 |
msgstr "Ottieni assistenza"
|
992 |
|
993 |
+
#: views/backup.php:610
|
994 |
msgid "Feature request"
|
995 |
msgstr "Specifica richiesta"
|
996 |
|
997 |
+
#: views/backup.php:612
|
998 |
msgid "Language Translations"
|
999 |
msgstr "Traduzioni linguistiche"
|
1000 |
|
1001 |
+
#: views/backup.php:614
|
1002 |
msgid "Contact"
|
1003 |
msgstr "Contatta"
|
1004 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1005 |
#: views/restore.php:13
|
1006 |
#, php-format
|
1007 |
msgid "%s Restore"
|
1029 |
#, php-format
|
1030 |
msgid ""
|
1031 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1032 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
1033 |
+
"WPBackItUp risk free for 30 days.</p>"
|
1034 |
msgstr ""
|
1035 |
"<p>* La funzione di ripristino automatico è disponibile solo per i clienti "
|
1036 |
"autorizzati. Vi preghiamo di visitare <a href=\"%s\" target=\"_blank\">%s</"
|
1037 |
+
"a> per avere la licenza di WPBackItUp per 30 giorni senza rischi.</p>"
|
1038 |
|
1039 |
#: views/restore.php:177
|
1040 |
msgid "Upload"
|
1042 |
|
1043 |
#: views/restore.php:180
|
1044 |
msgid ""
|
1045 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
1046 |
"backups."
|
1047 |
msgstr ""
|
1048 |
+
"Carica i file di archivio (zip) di WPBackItUp per aggiungerli alla lista dei "
|
1049 |
+
"backup disponibili."
|
1050 |
|
1051 |
#: views/restore.php:197
|
1052 |
+
msgid "WPBackItUp - Upload backup files"
|
1053 |
+
msgstr "WPBackItUp - Carica i file di backup"
|
1054 |
|
1055 |
#: views/restore.php:198
|
1056 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
1057 |
msgstr ""
|
1058 |
+
"I file di backup possono essere caricati su WPBackItUp tramite questa form."
|
1059 |
|
1060 |
#: views/restore.php:198
|
1061 |
msgid ""
|
1062 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
1063 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
1064 |
+
"this page."
|
1065 |
msgstr ""
|
1066 |
+
"Possono anche essere caricati manualmente sulla directory di WPBackItUp (wp-"
|
1067 |
"content/wpbackitup_backups) usando FTP. Dopo aver caricato tutti i file di "
|
1068 |
+
"backup, aggiorna questa pagina."
|
1069 |
|
1070 |
#: views/restore.php:202
|
1071 |
#, php-format
|
1084 |
"* Una volta completato il caricamento, ricarica questa pagina per vedere "
|
1085 |
"apparire i nuovi backup nella sezione \"Backup Disponibili\" qui sopra"
|
1086 |
|
1087 |
+
#: views/restore.php:244
|
1088 |
msgid "Preparing for restore"
|
1089 |
msgstr "Perparazione per il ripristino in corso"
|
1090 |
|
|
|
|
|
|
|
|
|
1091 |
#: views/restore.php:245
|
1092 |
+
msgid "Unpacking backup set"
|
1093 |
+
msgstr "Scompattamento del set di backup in corso"
|
1094 |
|
1095 |
#: views/restore.php:246
|
1096 |
+
msgid "Unzipping backup files"
|
1097 |
+
msgstr "Scompattamento dei file di backup in corso"
|
1098 |
+
|
1099 |
+
#: views/restore.php:247
|
1100 |
+
msgid "Validating backup files"
|
1101 |
+
msgstr "Convalida dei file di backup in corso"
|
1102 |
+
|
1103 |
+
#: views/restore.php:248
|
1104 |
msgid "Deactivating plugins"
|
1105 |
msgstr "Disattivazione dei plugin in corso"
|
1106 |
|
1107 |
+
#: views/restore.php:249
|
1108 |
msgid "Creating database restore point"
|
1109 |
msgstr "Creazione di un punto di ripristino del database in corso"
|
1110 |
|
1111 |
+
#: views/restore.php:250
|
1112 |
msgid "Staging content files"
|
1113 |
msgstr "Organizzazione dei file di contenuto in corso"
|
1114 |
|
1115 |
+
#: views/restore.php:251
|
1116 |
msgid "Restoring content files"
|
1117 |
msgstr "Ripristino dei file di contenuto in corso"
|
1118 |
|
1119 |
+
#: views/restore.php:252
|
1120 |
msgid "Restoring database"
|
1121 |
msgstr "Ripristino del database in corso"
|
1122 |
|
1123 |
+
#: views/restore.php:253
|
1124 |
msgid "Updating current user info"
|
1125 |
msgstr "Aggiornamento delle informazioni dell'utente corrente in corso"
|
1126 |
|
1127 |
+
#: views/restore.php:254
|
1128 |
msgid "Updating site URL"
|
1129 |
msgstr "Aggiornamento della URL del sito in corso"
|
1130 |
|
1131 |
+
#: views/restore.php:256
|
1132 |
msgid "Updating permalinks"
|
1133 |
msgstr "Aggiornamento dei permalink in corso"
|
1134 |
|
1135 |
+
#: views/restore.php:262
|
1136 |
msgid "Error 201: No file selected"
|
1137 |
msgstr "Errore 201: nessun file selezionato"
|
1138 |
|
1139 |
+
#: views/restore.php:263
|
1140 |
msgid "Error 202: Your file could not be uploaded"
|
1141 |
msgstr "Errore 202: il tuo file non può essere caricato"
|
1142 |
|
1143 |
+
#: views/restore.php:264
|
1144 |
msgid "Error 203: Your backup could not be unzipped"
|
1145 |
msgstr "Errore 203: il tuo backup non può essere scompattato"
|
1146 |
|
1147 |
+
#: views/restore.php:265
|
1148 |
msgid ""
|
1149 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1150 |
"valid backup"
|
1152 |
"Errore 204: il tuo backup sembra non essere valido. Ti preghiamo di "
|
1153 |
"accertarti di avere selezionato un backup valido"
|
1154 |
|
1155 |
+
#: views/restore.php:266
|
1156 |
msgid "Error 205: Cannot create restore point"
|
1157 |
msgstr "Errore 205: Non è possibile creare un punto di ripristino"
|
1158 |
|
1159 |
+
#: views/restore.php:267
|
1160 |
msgid "Error 206: Unable to connect to your database"
|
1161 |
msgstr "Errore 206: Impossibile connettersi al tuo database"
|
1162 |
|
1163 |
+
#: views/restore.php:268
|
1164 |
msgid ""
|
1165 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1166 |
msgstr ""
|
1167 |
"Errore 207: impossibile ottenere dal database la URL del sito attuale. Ti "
|
1168 |
"preghiamo di riprovare"
|
1169 |
|
1170 |
+
#: views/restore.php:269
|
1171 |
msgid ""
|
1172 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1173 |
msgstr ""
|
1174 |
"Errore 208: impossibile ottenere dal database la URL della home attuale. Ti "
|
1175 |
"preghiamo di riprovare"
|
1176 |
|
1177 |
+
#: views/restore.php:270
|
1178 |
msgid ""
|
1179 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1180 |
msgstr ""
|
1181 |
"Errore 209: impossibile ottenere dal database lo user ID attuale. Ti "
|
1182 |
"preghiamo di riprovare"
|
1183 |
|
1184 |
+
#: views/restore.php:271
|
1185 |
msgid ""
|
1186 |
"Error 210: Unable to get current user password from database. Please try "
|
1187 |
"again"
|
1189 |
"Errore 210: impossibile ottenere dal database la password dello user "
|
1190 |
"attuale. Ti preghiamo di riprovare"
|
1191 |
|
1192 |
+
#: views/restore.php:272
|
1193 |
msgid ""
|
1194 |
"Error 211: Unable to get current user email from database. Please try again"
|
1195 |
msgstr ""
|
1196 |
"Errore 211: impossibile ottenere dal database l'email dello user attuale. Ti "
|
1197 |
"preghiamo di riprovare"
|
1198 |
|
1199 |
+
#: views/restore.php:273
|
1200 |
msgid ""
|
1201 |
"Error 212: Unable to import your database. This may require importing the "
|
1202 |
"file manually"
|
1204 |
"Errore 212: impossibile importare il tuo database. Potrebbe essere "
|
1205 |
"necessario importare il file manualmente"
|
1206 |
|
1207 |
+
#: views/restore.php:274
|
1208 |
msgid ""
|
1209 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1210 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1214 |
"preghiamo di verificare le impostazioni generali del tuo WordPress per "
|
1215 |
"assicurarti che le tue URL del sito e di WordPress siano corrette"
|
1216 |
|
1217 |
+
#: views/restore.php:275
|
1218 |
msgid ""
|
1219 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1220 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1224 |
"preghiamo di verificare le impostazioni generali del tuo WordPress per "
|
1225 |
"assicurarti che le tue URL del sito e di WordPress siano corrette"
|
1226 |
|
1227 |
+
#: views/restore.php:276
|
1228 |
msgid ""
|
1229 |
"Warning 215: Unable to update your user information. This may require you to "
|
1230 |
"login with the admin username and password that was used when the backup was "
|
1234 |
"richiedere che tu acceda con lo username e la password di amministratore "
|
1235 |
"usate quando il backup è stato creato"
|
1236 |
|
1237 |
+
#: views/restore.php:277
|
1238 |
msgid "Error 216: Database not found in backup"
|
1239 |
msgstr "Errore 216: Database non trovato nel backup"
|
1240 |
|
1241 |
+
#: views/restore.php:278
|
1242 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1243 |
msgstr "Avviso 217: impossibile eliminare la directory wp-content esistente"
|
1244 |
|
1245 |
+
#: views/restore.php:279
|
1246 |
msgid ""
|
1247 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1248 |
"CHMOD settings in /wp-content/"
|
1250 |
"Errore 218: impossibile creare una nuova directory wp-content. Ti preghiamo "
|
1251 |
"di verificare le tue impostazioni CHMOD in /wp-content/"
|
1252 |
|
1253 |
+
#: views/restore.php:280
|
1254 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1255 |
msgstr ""
|
1256 |
"Errore 219: impossibile importare il wp-content. Ti preghiamo di riprovare"
|
1257 |
|
1258 |
+
#: views/restore.php:281
|
1259 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1260 |
msgstr ""
|
1261 |
"Avviso 220: impossibile ripulire la directory delle importazioni. Non è "
|
1262 |
"richiesta alcuna azione"
|
1263 |
|
1264 |
+
#: views/restore.php:282
|
1265 |
#, php-format
|
1266 |
msgid ""
|
1267 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1274 |
"tu possa ripristinare il tuo sito. Per maggiori dettagli vedi le <a href ="
|
1275 |
"\"%s\" target=\"_blank\" > FAQ</a> su www.wpbackitup.com"
|
1276 |
|
1277 |
+
#: views/restore.php:283
|
1278 |
msgid "Error 222: Unable to create restore folder"
|
1279 |
+
msgstr "Errore 222: impossibile creare la cartella di ripristino"
|
1280 |
|
1281 |
+
#: views/restore.php:284
|
1282 |
msgid ""
|
1283 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1284 |
"restore the database to its previous state but were unsuccessful. Please "
|
1285 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1286 |
"further restores"
|
1287 |
msgstr ""
|
1288 |
+
"Errore 223: si è verificato un errore durante il ripristino. WPBackItUp ha "
|
1289 |
"tentato di riportare il database al suo stato precedente, ma senza successo. "
|
1290 |
+
"Ti preghiamo di contattare l'assistenza clienti di WPBackItUp e di non "
|
1291 |
"tentare di eseguire ulteriori ripristini"
|
1292 |
|
1293 |
+
#: views/restore.php:285
|
1294 |
msgid ""
|
1295 |
"Error 224: An error occurred during the restore, however, we have "
|
1296 |
"successfully restored your database to the previous state"
|
1298 |
"Errore 224: si è verificato un errore durante il ripristino, comunque "
|
1299 |
"abbiamo riportato con successo il tuo database allo stato precedente"
|
1300 |
|
1301 |
+
#: views/restore.php:286
|
1302 |
msgid ""
|
1303 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1304 |
msgstr ""
|
1305 |
"Errore 225: l'opzione ripristino è disponibile soltanto per gli user "
|
1306 |
+
"autorizzati di WPBackItUp"
|
1307 |
|
1308 |
+
#: views/restore.php:287
|
1309 |
msgid ""
|
1310 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1311 |
"different version of WordPress"
|
1313 |
"Errore 226: il ripristino non può procedere perchè il tuo backup è stato "
|
1314 |
"creato usando una diversa versione di WordPress "
|
1315 |
|
1316 |
+
#: views/restore.php:288
|
1317 |
msgid ""
|
1318 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1319 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1320 |
+
"convert this backup to the current version"
|
1321 |
msgstr ""
|
1322 |
"Errore 227: il ripristino non può procedere perchè il tuo backup è stato "
|
1323 |
+
"creato usando una diversa versione di WPBackItUp. Ti preghiamo di contattare "
|
1324 |
+
"l'assistenza di WPBackItUp per avere aiuto nel convertire questo backup alla "
|
1325 |
+
"versione attuale"
|
1326 |
|
1327 |
+
#: views/restore.php:289
|
1328 |
msgid ""
|
1329 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1330 |
"restore. However, we were able to successfully revert the database back to "
|
1331 |
"its original state . This error may require importing the database manually"
|
1332 |
msgstr ""
|
1333 |
+
"Errore 230: WPBackItUp ha incontrato degli errori inattesi durante il "
|
1334 |
"ripristino del database. Comunque siamo riusciti con successo a riportare il "
|
1335 |
+
"database al suo stato originario. Questo errore potrebbe richiedere di dover "
|
1336 |
+
"importare manualmente il database "
|
1337 |
|
1338 |
+
#: views/restore.php:290
|
1339 |
msgid ""
|
1340 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1341 |
+
"available. Please contact support"
|
1342 |
msgstr ""
|
1343 |
+
"Errore 235: WPBackItUp non è in grado di proseguire perchè non c'è "
|
1344 |
"un'utilità di decompressione disponibile. Ti preghiamo di contattare "
|
1345 |
"l'assistenza"
|
1346 |
|
1347 |
+
#: views/restore.php:291
|
1348 |
msgid ""
|
1349 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1350 |
"running. Please wait for the backup to complete and then try again"
|
1351 |
msgstr ""
|
1352 |
+
"Errore 250: WPBackItUp non è in grado di iniziare il ripristino perchè un "
|
1353 |
+
"backup è in corso. Ti preghiamo di attendere che il backup sia completato e "
|
1354 |
+
"quindi di riprovare"
|
1355 |
|
1356 |
+
#: views/restore.php:293
|
1357 |
msgid ""
|
1358 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1359 |
+
"try again and contact support if this issue continues"
|
1360 |
+
msgstr ""
|
1361 |
+
"Errore 260: WPBackItUp non è in grado di estrarre gli archivi dal set di "
|
1362 |
+
"backup. Ti preghiamo di riprovare e di contattare l'assistenza qualora "
|
1363 |
+
"questo problema dovesse persistere"
|
1364 |
+
|
1365 |
+
#: views/restore.php:294
|
1366 |
+
msgid ""
|
1367 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1368 |
+
"try again and contact support if this issue continues"
|
1369 |
+
msgstr ""
|
1370 |
+
"Errore 261: WPBackItUp non è in grado di estrarre gli archivi dal set di "
|
1371 |
+
"backup. Ti preghiamo di riprovare e di contattare l'assistenza qualora "
|
1372 |
+
"questo problema dovesse persistere"
|
1373 |
+
|
1374 |
+
#: views/restore.php:295
|
1375 |
+
msgid ""
|
1376 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1377 |
+
"try again and contact support if this issue continues"
|
1378 |
+
msgstr ""
|
1379 |
+
"Errore 262: Non sono stati trovati file di backup nella cartella backup. Ti "
|
1380 |
+
"preghiamo di riprovare e di contattare l'assistenza qualora questo problema "
|
1381 |
+
"dovesse persistere"
|
1382 |
+
|
1383 |
+
#: views/restore.php:297
|
1384 |
+
msgid ""
|
1385 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1386 |
"manifest is empty"
|
1387 |
msgstr ""
|
1388 |
+
"Errore 251: WPBackItUp non è in grado di iniziare il ripristino perchè il "
|
1389 |
+
"backup manifest è vuoto"
|
1390 |
|
1391 |
+
#: views/restore.php:298
|
1392 |
msgid ""
|
1393 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1394 |
"make sure to upload all zip files that were part of this backup"
|
1397 |
"Ti preghiamo di assicurarti di caricare tutti i file compressi che facevano "
|
1398 |
"parte di questo backup"
|
1399 |
|
1400 |
+
#: views/restore.php:299
|
1401 |
msgid ""
|
1402 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1403 |
"Please make sure to upload only zip files that were part of this backup"
|
1406 |
"manifesto. Ti preghiamo di assicurarti di caricare solo i file compressi che "
|
1407 |
"facevano parte di questo backup"
|
1408 |
|
1409 |
+
#: views/restore.php:300
|
1410 |
msgid ""
|
1411 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1412 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1417 |
"danneggiato. Carica di nuovo tutti i file compressi nel set di backup e "
|
1418 |
"tenta il ripristino ancora una volta."
|
1419 |
|
1420 |
+
#: views/restore.php:301
|
1421 |
msgid ""
|
1422 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1423 |
"upload all zip files that were part of this backup"
|
1425 |
"Errore 255: il set di backup non contiene un elemento. Ti preghiamo di "
|
1426 |
"caricare tutti i file compressi che erano parte di questo backup."
|
1427 |
|
1428 |
+
#: views/restore.php:303
|
1429 |
msgid ""
|
1430 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1431 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1432 |
msgstr ""
|
1433 |
"Avviso 300: impossibile ripristinare tutto il contenuto di WordPress. Ti "
|
1434 |
+
"preghiamo di riesaminare i registri di ripristino per vedere cosa WPBackItUp "
|
1435 |
+
"non è stato in grado di ripristinare"
|
1436 |
|
1437 |
+
#: views/restore.php:304
|
1438 |
msgid ""
|
1439 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1440 |
+
"to see what WPBackItUp was unable to restore"
|
1441 |
msgstr ""
|
1442 |
"Avviso 305: impossibile ripristinare tutti i plugin. Ti preghiamo di "
|
1443 |
+
"riesaminare i registri di ripristino per vedere cosa WPBackItUp non è stato "
|
1444 |
+
"in grado di ripristinare"
|
1445 |
|
1446 |
+
#: views/restore.php:306
|
1447 |
msgid "Error 2001: Unable to prepare site for restore"
|
1448 |
msgstr "Errore 2001: impossibile predisporre il sito per il ripristino"
|
1449 |
|
1450 |
+
#: views/restore.php:307
|
1451 |
msgid "Error 2002: Unable to unzip backup"
|
1452 |
msgstr "Errore 2002: impossibile scompattare il backup"
|
1453 |
|
1454 |
+
#: views/restore.php:308
|
1455 |
msgid "Error 2003: Unable to validate backup"
|
1456 |
msgstr "Errore 2003: impossibile convalidare il backup"
|
1457 |
|
1458 |
+
#: views/restore.php:309
|
1459 |
msgid "Error 2004: Unable to create restore point"
|
1460 |
msgstr "Errore 2004: impossibile creare un punto di ripristino"
|
1461 |
|
1462 |
+
#: views/restore.php:310
|
1463 |
msgid "Error 2005: Unable to stage wp-content"
|
1464 |
msgstr "Errore 2005: impossibile organizzare il wp-content"
|
1465 |
|
1466 |
+
#: views/restore.php:311
|
1467 |
msgid "Error 2006: Unable to restore content files"
|
1468 |
msgstr "Errore 2006: impossibile ripristinare i file di contenuto"
|
1469 |
|
1470 |
+
#: views/restore.php:312
|
1471 |
msgid "Error 2007: Unable to restore database"
|
1472 |
msgstr "Errore 2007: impossibile ripristinare il database"
|
1473 |
|
1474 |
+
#: views/restore.php:313
|
1475 |
msgid "Error 2999: Unexpected error encountered"
|
1476 |
msgstr "Errore 2999: si è verificato un errore inaspettato"
|
1477 |
|
1478 |
+
#: views/restore.php:320
|
1479 |
msgid ""
|
1480 |
"Restore completed successfully. If you are prompted to login please do so "
|
1481 |
"with your current username and password"
|
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 |
"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 |
"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 "
|
1536 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1537 |
"oldest backup archives first."
|
1538 |
msgstr ""
|
1539 |
"Molti host limitano la quantità di spazio che è possibile occupare sui "
|
1540 |
+
"propri server. Questa opzione indica a WPBackItUp il numero massimo di "
|
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 |
"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."
|
1576 |
+
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 "
|
1584 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
1585 |
+
"set may not be possible with hosts that strictly limit memory utilization."
|
1586 |
+
msgstr ""
|
1587 |
+
"Quando questa configurazione è attiva WPBackItUp tenterà di creare un set di "
|
1588 |
+
"backup composto da un unico file. Qualora WPBackItUp non fosse in grado di "
|
1589 |
+
"creare un set di backup di questo tipo, disattiverà il settaggio. La "
|
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 "
|
1606 |
+
"these settings can be used to help reduce the amount of time it takes "
|
1607 |
+
"WPBackItUp to complete each backup task ."
|
1608 |
msgstr ""
|
1609 |
+
"Queste impostazioni indicano a WPBackItUp quanti elementi alla volta devono "
|
1610 |
+
"essere aggiunti al backup. In caso di timeout durante un'operazione di "
|
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."
|
1638 |
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 |
"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 |
"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 |
"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."
|
1706 |
msgstr ""
|
1707 |
+
"Spunta questa casella se vuoi che WPBackItUp rimuova completamente tutti i "
|
1708 |
"suoi dati quando il plugin viene cancellato."
|
1709 |
|
1710 |
#: views/support.php:13
|
1729 |
#: views/support.php:47
|
1730 |
#, php-format
|
1731 |
msgid ""
|
1732 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1733 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1734 |
msgstr ""
|
1735 |
"Ti preghiamo di assicurarti di aprire una richiesta di assistenza tramite il "
|
1736 |
+
"<a href=\"%s\" target=\"_blank\">portale di assistenza </a> di WPBackItUp "
|
1737 |
"prima di usare questa form."
|
1738 |
|
1739 |
#: views/support.php:48
|
1761 |
msgstr "Invia"
|
1762 |
|
1763 |
#: views/support.php:83
|
1764 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1765 |
msgstr ""
|
1766 |
+
"Ti preghiamo di registrare la tua versione di WPBackItUp per avere accesso "
|
1767 |
+
"all'assistenza."
|
1768 |
|
1769 |
#: views/support.php:87
|
1770 |
msgid "Premium customers receive priority support."
|
languages/wp-backitup-ru_RU.mo
CHANGED
Binary file
|
languages/wp-backitup-ru_RU.po
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
#
|
2 |
# Translators:
|
3 |
# Almaz Mannanov <AlmazWorks@gmail.com>, 2015
|
|
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
-
"Project-Id-Version:
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Chris Simmons <chris.simmons01@gmail.com>\n"
|
10 |
"Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/wp-"
|
11 |
"backitup/language/ru_RU/)\n"
|
@@ -16,199 +17,199 @@ msgstr ""
|
|
16 |
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
17 |
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
18 |
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
19 |
-
"X-Generator: Poedit 1.8.
|
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:
|
25 |
-
#: views/backup.php:
|
26 |
#: wp-backitup.php:110
|
27 |
msgid "Backup"
|
28 |
msgstr "Резервная копия"
|
29 |
|
30 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
31 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
32 |
#: wp-backitup.php:124
|
33 |
msgid "Restore"
|
34 |
msgstr "Восстановить"
|
35 |
|
36 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
37 |
msgid "Support"
|
38 |
msgstr "Поддержка"
|
39 |
|
40 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
41 |
msgid "Settings"
|
42 |
msgstr "Настройки"
|
43 |
|
44 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
45 |
msgid ""
|
46 |
"The backup you have selected exceeds what your host allows you to upload."
|
47 |
msgstr ""
|
48 |
"Резервная копия, которую вы указали, больше чем позволяет ваш сервер для "
|
49 |
"загрузки."
|
50 |
|
51 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
52 |
-
#: views/backup.php:
|
53 |
-
#: views/backup.php:
|
54 |
-
#: views/backup.php:
|
55 |
msgid "Warning"
|
56 |
msgstr "Внимание"
|
57 |
|
58 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
59 |
-
#: views/backup.php:
|
60 |
msgid "Error"
|
61 |
msgstr "Ошибка"
|
62 |
|
63 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
64 |
msgid "Response"
|
65 |
msgstr "Ответ"
|
66 |
|
67 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
68 |
-
#: views/backup.php:
|
69 |
msgid "Status"
|
70 |
msgstr "Статус"
|
71 |
|
72 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
73 |
msgid "Download"
|
74 |
msgstr "Скачать"
|
75 |
|
76 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
77 |
#: views/restore.php:129
|
78 |
msgid "Delete"
|
79 |
msgstr "Удалить"
|
80 |
|
81 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
82 |
msgid "(JS997) Unexpected error"
|
83 |
msgstr "(JS997) Непредвиденная ошибка"
|
84 |
|
85 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
86 |
msgid "(JS998) Unexpected error"
|
87 |
msgstr "(JS998) Непредвиденная ошибка"
|
88 |
|
89 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
90 |
msgid "(JS999) An unexpected error has occurred"
|
91 |
msgstr "(JS999) Произошла непредвиденная ошибка"
|
92 |
|
93 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
94 |
msgid "Scheduled has been saved."
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
98 |
msgid "Scheduled was not saved."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
102 |
msgid "Are you sure you want to restore your site?"
|
103 |
-
msgstr ""
|
104 |
|
105 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
106 |
msgid "Are you sure ?"
|
107 |
msgstr "Вы уверены?"
|
108 |
|
109 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
110 |
msgid "This file cannot be delete!"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
114 |
msgid "View Log"
|
115 |
-
msgstr ""
|
116 |
|
117 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
118 |
msgid "New Backup!"
|
119 |
-
msgstr ""
|
120 |
|
121 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
122 |
msgid "Uploaded Backup"
|
123 |
-
msgstr ""
|
124 |
|
125 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
126 |
msgid "Backup Queued"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
130 |
msgid "Backup could not be queued"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
134 |
msgid "Job is already in queue."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
138 |
msgid "No backup file selected."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
142 |
msgid "No user id found."
|
143 |
-
msgstr ""
|
144 |
|
145 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
146 |
msgid "Restore Queued"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
150 |
msgid "Restore could not be queued"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
154 |
msgid "Restore already in queue"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
158 |
msgid "No job id posted"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
162 |
msgid "Backup Cancelled"
|
163 |
-
msgstr ""
|
164 |
|
165 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
166 |
msgid "Backup job not found"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
170 |
msgid "No response log found."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
174 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
175 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
178 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
179 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
180 |
msgid "Please enter a number"
|
181 |
-
msgstr ""
|
182 |
|
183 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
184 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
185 |
msgid "Please enter a valid email"
|
186 |
-
msgstr ""
|
187 |
|
188 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
189 |
msgid "Please enter your support ticket id"
|
190 |
-
msgstr ""
|
191 |
|
192 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
193 |
msgid "Please only enter numbers in this field"
|
194 |
-
msgstr ""
|
195 |
|
196 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
197 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
198 |
msgid ""
|
199 |
"License could not be activated. Please try again in a few hours and contact "
|
200 |
"support if this error continues."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
204 |
msgid "License is invalid."
|
205 |
-
msgstr ""
|
206 |
|
207 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
208 |
msgid "License has expired."
|
209 |
-
msgstr ""
|
210 |
|
211 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
212 |
#, php-format
|
213 |
msgid ""
|
214 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -216,44 +217,44 @@ msgid ""
|
|
216 |
"<strong>world class support</strong> team."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
220 |
msgid "License Expired: Scheduled backups are no longer active."
|
221 |
-
msgstr ""
|
222 |
|
223 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
224 |
msgid "Activation limit has been reached."
|
225 |
-
msgstr ""
|
226 |
|
227 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
228 |
msgid "Your Activation limit has been reached"
|
229 |
-
msgstr ""
|
230 |
|
231 |
#: lib/includes/handler_upload.php:29
|
232 |
msgid "Invalid Nonce"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
236 |
msgid "Upload directory is not writable, or does not exist."
|
237 |
-
msgstr ""
|
238 |
|
239 |
#: lib/includes/handler_upload.php:80
|
240 |
#, php-format
|
241 |
msgid "Error: %s"
|
242 |
-
msgstr ""
|
243 |
|
244 |
#: lib/includes/handler_upload.php:80
|
245 |
msgid "File could not be uploaded"
|
246 |
-
msgstr ""
|
247 |
|
248 |
-
#: lib/includes/handler_upload.php:
|
249 |
-
msgid "Upload does not appear to be a
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: lib/includes/handler_upload.php:
|
253 |
-
msgid "Could not import file into
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: lib/includes/job_backup.php:
|
257 |
#, php-format
|
258 |
msgid ""
|
259 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -263,215 +264,241 @@ msgid ""
|
|
263 |
"of product updates and access to our world class support team.<br/><br/>"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: lib/includes/job_backup.php:
|
267 |
#, php-format
|
268 |
msgid "%s - Backup completed successfully."
|
269 |
-
msgstr ""
|
270 |
|
271 |
-
#: lib/includes/job_backup.php:
|
272 |
msgid "Your backup completed successfully."
|
273 |
-
msgstr ""
|
274 |
|
275 |
-
#: lib/includes/job_backup.php:
|
276 |
#, php-format
|
277 |
msgid "%s - Backup did not complete successfully."
|
278 |
-
msgstr ""
|
279 |
|
280 |
-
#: lib/includes/job_backup.php:
|
281 |
msgid "Your backup did not complete successfully."
|
282 |
-
msgstr ""
|
283 |
|
284 |
-
#: lib/includes/job_backup.php:
|
285 |
#, php-format
|
286 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
287 |
-
msgstr ""
|
288 |
|
289 |
-
#: lib/includes/job_backup.php:
|
290 |
msgid "Backup date:"
|
291 |
-
msgstr ""
|
292 |
|
293 |
-
#: lib/includes/job_backup.php:
|
294 |
-
msgid "Number of backups completed with
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: lib/includes/job_backup.php:
|
298 |
msgid "Completion Code:"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: lib/includes/job_backup.php:
|
302 |
-
msgid "
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: lib/includes/job_backup.php:
|
306 |
#, php-format
|
307 |
-
msgid "Checkout %s for info about
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: lib/includes/job_backup.php:
|
311 |
msgid ""
|
312 |
"(101) Unable to create a new directory for backup. Please check your CHMOD "
|
313 |
"settings of your wp-backitup backup directory"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: lib/includes/job_backup.php:
|
317 |
msgid ""
|
318 |
"(102) Cannot create backup directory. Please check the CHMOD settings of "
|
319 |
"your wp-backitup plugin directory"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: lib/includes/job_backup.php:
|
323 |
msgid "(103) Unable to backup your files. Please try again"
|
324 |
-
msgstr ""
|
325 |
|
326 |
-
#: lib/includes/job_backup.php:
|
327 |
msgid "(104) Unable to export your database. Please try again"
|
328 |
-
msgstr ""
|
329 |
|
330 |
-
#: lib/includes/job_backup.php:
|
331 |
msgid "(105) Unable to export site information file. Please try again"
|
332 |
msgstr ""
|
|
|
|
|
333 |
|
334 |
-
#: lib/includes/job_backup.php:
|
335 |
msgid "(106) Unable to cleanup your backup directory"
|
336 |
-
msgstr ""
|
337 |
|
338 |
-
#: lib/includes/job_backup.php:
|
339 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
340 |
-
msgstr ""
|
341 |
|
342 |
-
#: lib/includes/job_backup.php:
|
343 |
msgid "(108) Unable to backup your site data files. Please try again"
|
344 |
msgstr ""
|
|
|
|
|
345 |
|
346 |
-
#: lib/includes/job_backup.php:
|
347 |
msgid "(109) Unable to finalize backup. Please try again"
|
|
|
|
|
|
|
|
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: lib/includes/job_backup.php:
|
351 |
msgid ""
|
352 |
"(114) Your database was accessible but an export could not be created. "
|
353 |
"Please contact support by clicking the get support link on the right. Please "
|
354 |
"let us know who your host is when you submit the request"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: lib/includes/job_backup.php:
|
358 |
msgid "(120) Unable to backup your themes. Please try again"
|
359 |
-
msgstr ""
|
360 |
|
361 |
-
#: lib/includes/job_backup.php:
|
362 |
msgid "(121) Unable to backup your plugins. Please try again"
|
363 |
msgstr ""
|
|
|
364 |
|
365 |
-
#: lib/includes/job_backup.php:
|
366 |
msgid "(122) Unable to backup your uploads. Please try again"
|
367 |
msgstr ""
|
|
|
368 |
|
369 |
-
#: lib/includes/job_backup.php:
|
370 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
371 |
msgstr ""
|
|
|
|
|
372 |
|
373 |
-
#: lib/includes/job_backup.php:
|
374 |
msgid ""
|
375 |
"(125) Unable to compress your backup because there is no zip utility "
|
376 |
"available. Please contact support"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: lib/includes/job_backup.php:
|
380 |
msgid "(126) Unable to validate your backup. Please try again"
|
381 |
-
msgstr ""
|
382 |
|
383 |
-
#: lib/includes/job_backup.php:
|
384 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: lib/includes/job_backup.php:
|
388 |
msgid "(128) Unable to create job control record. Please try again"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: lib/includes/job_backup.php:
|
392 |
msgid ""
|
393 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
394 |
"settings of your wp-backitup backup directory"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: lib/includes/job_backup.php:
|
398 |
msgid ""
|
399 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
400 |
"your wp-backitup plugin directory"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: lib/includes/job_backup.php:
|
404 |
msgid "(2103) Unable to backup your files. Please try again"
|
405 |
msgstr ""
|
|
|
406 |
|
407 |
-
#: lib/includes/job_backup.php:
|
408 |
msgid "(2104) Unable to export your database. Please try again"
|
409 |
-
msgstr ""
|
410 |
|
411 |
-
#: lib/includes/job_backup.php:
|
412 |
msgid "(2105) Unable to export site information file. Please try again"
|
413 |
msgstr ""
|
|
|
|
|
414 |
|
415 |
-
#: lib/includes/job_backup.php:
|
416 |
msgid "(2106) Unable to cleanup your backup directory"
|
417 |
-
msgstr ""
|
418 |
|
419 |
-
#: lib/includes/job_backup.php:
|
420 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
421 |
-
msgstr ""
|
422 |
|
423 |
-
#: lib/includes/job_backup.php:
|
424 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
425 |
msgstr ""
|
|
|
|
|
426 |
|
427 |
-
#: lib/includes/job_backup.php:
|
428 |
msgid "(2109) Unable to finalize backup. Please try again"
|
|
|
|
|
|
|
|
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: lib/includes/job_backup.php:
|
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:
|
439 |
msgid "(2120) Unable to backup your themes. Please try again"
|
440 |
msgstr ""
|
|
|
441 |
|
442 |
-
#: lib/includes/job_backup.php:
|
443 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
444 |
msgstr ""
|
|
|
445 |
|
446 |
-
#: lib/includes/job_backup.php:
|
447 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
448 |
msgstr ""
|
|
|
449 |
|
450 |
-
#: lib/includes/job_backup.php:
|
451 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
452 |
msgstr ""
|
|
|
|
|
453 |
|
454 |
-
#: lib/includes/job_backup.php:
|
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:
|
461 |
msgid "(2126) Unable to validate your backup. Please try again"
|
462 |
-
msgstr ""
|
463 |
|
464 |
-
#: lib/includes/job_backup.php:
|
465 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: lib/includes/job_backup.php:
|
469 |
msgid "(2128) Unable to create job control record. Please try again"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: lib/includes/job_backup.php:
|
473 |
msgid "(999) Unexpected error"
|
474 |
-
msgstr ""
|
475 |
|
476 |
#. TRANSLATORS: %s = plugin name.
|
477 |
#. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
|
@@ -479,64 +506,64 @@ msgstr ""
|
|
479 |
#: views/backup.php:17
|
480 |
#, php-format
|
481 |
msgid "%s Dashboard"
|
482 |
-
msgstr ""
|
483 |
|
484 |
-
#: views/backup.php:
|
485 |
msgid "Dismiss"
|
486 |
msgstr "Пропустить"
|
487 |
|
488 |
-
#: views/backup.php:
|
489 |
#, php-format
|
490 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: views/backup.php:
|
494 |
msgid "support"
|
495 |
-
msgstr ""
|
496 |
|
497 |
-
#: views/backup.php:
|
498 |
msgid "Close"
|
499 |
-
msgstr ""
|
500 |
|
501 |
-
#: views/backup.php:
|
502 |
msgid ""
|
503 |
"Click the backup button to create a zipped backup file of this site's "
|
504 |
"database, plugins, themes and settings."
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: views/backup.php:
|
508 |
msgid ""
|
509 |
"Once your backup file has been created it will appear in the available "
|
510 |
"backups section below. This file may remain on your hosting providers server "
|
511 |
"but we recommend that you download and save it somewhere safe."
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: views/backup.php:
|
515 |
msgid ""
|
516 |
-
"
|
517 |
"automated restore of their site."
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: views/backup.php:
|
521 |
msgid "Cancel"
|
522 |
-
msgstr ""
|
523 |
|
524 |
-
#: views/backup.php:
|
525 |
#, php-format
|
526 |
msgid ""
|
527 |
-
"
|
528 |
"their site. Please visit %s for manual restore instructions."
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: views/backup.php:
|
532 |
msgid "Backup Schedule"
|
533 |
-
msgstr ""
|
534 |
|
535 |
-
#: views/backup.php:
|
536 |
msgid "Select the days of the week you would like your backup to run."
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: views/backup.php:
|
540 |
msgid ""
|
541 |
"Backup your site once per week or every day, it's up to you. If you have "
|
542 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -545,207 +572,213 @@ msgid ""
|
|
545 |
"but we recommend that you download and save it somewhere safe."
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: views/backup.php:
|
549 |
msgid "Please make sure to schedule your backup for at least once per week."
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: views/backup.php:
|
553 |
msgid "Monday"
|
554 |
-
msgstr ""
|
555 |
|
556 |
-
#: views/backup.php:
|
557 |
msgid "Tuesday"
|
558 |
-
msgstr ""
|
559 |
|
560 |
-
#: views/backup.php:
|
561 |
msgid "Wednesday"
|
562 |
-
msgstr ""
|
563 |
|
564 |
-
#: views/backup.php:
|
565 |
msgid "Thursday"
|
566 |
-
msgstr ""
|
567 |
|
568 |
-
#: views/backup.php:
|
569 |
msgid "Friday"
|
570 |
-
msgstr ""
|
571 |
|
572 |
-
#: views/backup.php:
|
573 |
msgid "Saturday"
|
574 |
-
msgstr ""
|
575 |
|
576 |
-
#: views/backup.php:
|
577 |
msgid "Sunday"
|
578 |
-
msgstr ""
|
579 |
|
580 |
-
#: views/backup.php:
|
581 |
msgid "Save Schedule"
|
582 |
-
msgstr ""
|
583 |
|
584 |
-
#: views/backup.php:
|
585 |
#, php-format
|
586 |
msgid ""
|
587 |
-
"Scheduled backups are only available to
|
588 |
-
"Please visit %s to get
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: views/backup.php:
|
592 |
msgid "Available Backups"
|
593 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
594 |
|
595 |
-
#: views/backup.php:
|
596 |
msgid "Date"
|
597 |
msgstr "Дата"
|
598 |
|
599 |
-
#: views/backup.php:
|
600 |
msgid "Duration"
|
601 |
msgstr "Длительность"
|
602 |
|
603 |
-
#: views/backup.php:
|
604 |
msgid "Success"
|
605 |
msgstr "Успешно"
|
606 |
|
607 |
-
#: views/backup.php:
|
608 |
msgid "Active"
|
609 |
msgstr "Активный"
|
610 |
|
611 |
-
#: views/backup.php:
|
612 |
msgid "No backup archives found."
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: views/backup.php:
|
616 |
#, php-format
|
617 |
msgid ""
|
618 |
-
"The automated restore feature is only available to
|
619 |
-
"customers. Please visit %s to get
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: views/backup.php:
|
623 |
msgid "Nothing to report"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: views/backup.php:
|
627 |
msgid "Preparing for backup"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: views/backup.php:
|
631 |
-
#: views/backup.php:
|
632 |
-
#: views/backup.php:
|
633 |
-
#: views/backup.php:
|
634 |
-
#: views/restore.php:
|
635 |
-
#: views/restore.php:
|
636 |
-
#: views/restore.php:
|
|
|
637 |
msgid "Done"
|
638 |
-
msgstr ""
|
639 |
-
|
640 |
-
#: views/backup.php:
|
641 |
-
#: views/backup.php:
|
642 |
-
#: views/backup.php:
|
643 |
-
#: views/backup.php:
|
644 |
-
#: views/restore.php:
|
645 |
-
#: views/restore.php:
|
646 |
-
#: views/restore.php:
|
|
|
647 |
msgid "Failed"
|
648 |
msgstr " Неудачная"
|
649 |
|
650 |
-
#: views/backup.php:
|
651 |
msgid "Creating inventory of files to backup"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: views/backup.php:
|
655 |
msgid "Backing up database"
|
656 |
-
msgstr ""
|
657 |
|
658 |
-
#: views/backup.php:
|
659 |
msgid "Creating backup information file"
|
660 |
-
msgstr ""
|
661 |
|
662 |
-
#: views/backup.php:
|
663 |
msgid "Backing up themes"
|
664 |
-
msgstr ""
|
665 |
|
666 |
-
#: views/backup.php:
|
667 |
msgid "Backing up plugins"
|
668 |
-
msgstr ""
|
669 |
|
670 |
-
#: views/backup.php:
|
671 |
msgid "Backing up uploads"
|
672 |
-
msgstr ""
|
673 |
|
674 |
-
#: views/backup.php:
|
675 |
msgid "Backing up everything else"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: views/backup.php:
|
679 |
msgid "Validating backup"
|
680 |
-
msgstr ""
|
681 |
|
682 |
-
#: views/backup.php:
|
683 |
msgid "Finalizing backup"
|
684 |
-
msgstr ""
|
685 |
|
686 |
-
#: views/backup.php:
|
687 |
msgid "Backup completed successfully"
|
688 |
-
msgstr ""
|
689 |
|
690 |
-
#: views/backup.php:
|
691 |
msgid "Backups"
|
692 |
-
msgstr ""
|
693 |
|
694 |
-
#: views/backup.php:
|
695 |
msgid "Version "
|
696 |
-
msgstr ""
|
697 |
|
698 |
-
#: views/backup.php:
|
699 |
-
msgid "Welcome to
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: views/backup.php:
|
703 |
msgid "The simplest way to backup your WordPress site."
|
704 |
-
msgstr ""
|
705 |
|
706 |
-
#: views/backup.php:
|
707 |
msgid ""
|
708 |
"Getting started is easy, just click the backup button on the left side of "
|
709 |
"this page."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: views/backup.php:
|
713 |
#, php-format
|
714 |
msgid ""
|
715 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
716 |
"medium;color: green\">%s</span> successful backups."
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: views/backup.php:
|
720 |
msgid "Tips"
|
721 |
-
msgstr ""
|
722 |
|
723 |
-
#: views/backup.php:
|
724 |
msgid "Backup your site at least once per week"
|
725 |
-
msgstr ""
|
726 |
|
727 |
-
#: views/backup.php:
|
728 |
msgid "Download all your backups and store them somewhere safe"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: views/backup.php:
|
732 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: views/backup.php:
|
736 |
#, php-format
|
737 |
msgid "Why not %s and schedule your backups!"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: views/backup.php:
|
741 |
msgid "upgrade"
|
742 |
-
msgstr ""
|
743 |
|
744 |
-
#: views/backup.php:
|
745 |
-
msgid "Register
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: views/backup.php:
|
749 |
msgid ""
|
750 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
751 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -753,81 +786,81 @@ msgid ""
|
|
753 |
"site."
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: views/backup.php:
|
757 |
msgid "name"
|
758 |
-
msgstr ""
|
759 |
|
760 |
-
#: views/backup.php:
|
761 |
msgid "email address"
|
762 |
-
msgstr ""
|
763 |
|
764 |
-
#: views/backup.php:
|
765 |
msgid "license key"
|
766 |
-
msgstr ""
|
767 |
|
768 |
-
#: views/backup.php:
|
769 |
#, php-format
|
770 |
msgid "%s"
|
771 |
-
msgstr ""
|
772 |
|
773 |
-
#: views/backup.php:
|
774 |
msgid "Free plugin customers do not need to enter license key."
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: views/backup.php:
|
778 |
msgid "Register"
|
779 |
-
msgstr ""
|
780 |
|
781 |
-
#: views/backup.php:
|
782 |
msgid "License Info"
|
783 |
-
msgstr ""
|
784 |
|
785 |
-
#: views/backup.php:
|
786 |
msgid "Name"
|
787 |
-
msgstr ""
|
788 |
|
789 |
-
#: views/backup.php:
|
790 |
msgid "Email"
|
791 |
-
msgstr ""
|
792 |
|
793 |
-
#: views/backup.php:
|
794 |
msgid "License Type"
|
795 |
-
msgstr ""
|
796 |
|
797 |
-
#: views/backup.php:
|
798 |
msgid "Expires"
|
799 |
-
msgstr ""
|
800 |
|
801 |
-
#: views/backup.php:
|
802 |
msgid "Enter license key to activate on this site."
|
803 |
-
msgstr ""
|
804 |
|
805 |
-
#: views/backup.php:
|
806 |
msgid "License Active"
|
807 |
-
msgstr ""
|
808 |
|
809 |
-
#: views/backup.php:
|
810 |
msgid "License expired"
|
811 |
-
msgstr ""
|
812 |
|
813 |
-
#: views/backup.php:
|
814 |
msgid "Update"
|
815 |
-
msgstr ""
|
816 |
|
817 |
-
#: views/backup.php:
|
818 |
msgid "Activate"
|
819 |
-
msgstr ""
|
820 |
|
821 |
-
#: views/backup.php:
|
822 |
#, php-format
|
823 |
msgid "Purchase a %s license using the purchase link above."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: views/backup.php:
|
827 |
msgid "no-risk"
|
828 |
-
msgstr ""
|
829 |
|
830 |
-
#: views/backup.php:
|
831 |
#, php-format
|
832 |
msgid ""
|
833 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -835,60 +868,50 @@ msgid ""
|
|
835 |
"support</strong> team."
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: views/backup.php:
|
839 |
msgid "Useful Links"
|
840 |
-
msgstr ""
|
841 |
|
842 |
-
#: views/backup.php:
|
843 |
msgid "Getting Started Video"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: views/backup.php:
|
847 |
msgid "Your account"
|
|
|
|
|
|
|
|
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: views/backup.php:
|
851 |
msgid "Documentation"
|
852 |
msgstr "Документация"
|
853 |
|
854 |
-
#: views/backup.php:
|
855 |
msgid "Get support"
|
856 |
-
msgstr ""
|
857 |
|
858 |
-
#: views/backup.php:
|
859 |
msgid "Feature request"
|
860 |
-
msgstr ""
|
861 |
|
862 |
-
#: views/backup.php:
|
863 |
msgid "Language Translations"
|
864 |
-
msgstr ""
|
865 |
|
866 |
-
#: views/backup.php:
|
867 |
msgid "Contact"
|
868 |
-
msgstr ""
|
869 |
-
|
870 |
-
#: views/backup.php:626 views/backup.php:651
|
871 |
-
msgid "WP BackItUp Backup Set"
|
872 |
-
msgstr ""
|
873 |
-
|
874 |
-
#: views/backup.php:628
|
875 |
-
msgid ""
|
876 |
-
"Below are the archive files included in this backup set. Click the link to "
|
877 |
-
"download."
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: views/backup.php:652
|
881 |
-
msgid "Please refresh this page to download your new backup files."
|
882 |
-
msgstr ""
|
883 |
|
884 |
#: views/restore.php:13
|
885 |
#, php-format
|
886 |
msgid "%s Restore"
|
887 |
-
msgstr ""
|
888 |
|
889 |
#: views/restore.php:60
|
890 |
msgid "Zip Files"
|
891 |
-
msgstr ""
|
892 |
|
893 |
#: views/restore.php:75
|
894 |
#, php-format
|
@@ -904,33 +927,33 @@ msgstr ""
|
|
904 |
#, php-format
|
905 |
msgid ""
|
906 |
"<p>* The automated restore feature is only available to licensed customers. "
|
907 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
908 |
-
"
|
909 |
msgstr ""
|
910 |
|
911 |
#: views/restore.php:177
|
912 |
msgid "Upload"
|
913 |
-
msgstr ""
|
914 |
|
915 |
#: views/restore.php:180
|
916 |
msgid ""
|
917 |
-
"Upload
|
918 |
"backups."
|
919 |
msgstr ""
|
920 |
|
921 |
#: views/restore.php:197
|
922 |
-
msgid "
|
923 |
msgstr ""
|
924 |
|
925 |
#: views/restore.php:198
|
926 |
-
msgid "Backup files may be uploaded into
|
927 |
msgstr ""
|
928 |
|
929 |
#: views/restore.php:198
|
930 |
msgid ""
|
931 |
-
"They may also be uploaded manually into the
|
932 |
-
"
|
933 |
-
"
|
934 |
msgstr ""
|
935 |
|
936 |
#: views/restore.php:202
|
@@ -948,152 +971,156 @@ msgid ""
|
|
948 |
"Available Backups section above. "
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: views/restore.php:243
|
952 |
-
msgid "Preparing for restore"
|
953 |
-
msgstr ""
|
954 |
-
|
955 |
#: views/restore.php:244
|
956 |
-
msgid "
|
957 |
-
msgstr ""
|
958 |
|
959 |
#: views/restore.php:245
|
960 |
-
msgid "
|
961 |
msgstr ""
|
962 |
|
963 |
#: views/restore.php:246
|
964 |
-
msgid "
|
965 |
msgstr ""
|
966 |
|
967 |
#: views/restore.php:247
|
968 |
-
msgid "
|
969 |
msgstr ""
|
970 |
|
971 |
#: views/restore.php:248
|
972 |
-
msgid "
|
973 |
-
msgstr ""
|
974 |
|
975 |
#: views/restore.php:249
|
976 |
-
msgid "
|
977 |
-
msgstr ""
|
978 |
|
979 |
#: views/restore.php:250
|
980 |
-
msgid "
|
981 |
msgstr ""
|
982 |
|
983 |
#: views/restore.php:251
|
984 |
-
msgid "
|
985 |
-
msgstr ""
|
986 |
|
987 |
#: views/restore.php:252
|
988 |
-
msgid "
|
989 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
990 |
|
991 |
#: views/restore.php:254
|
|
|
|
|
|
|
|
|
992 |
msgid "Updating permalinks"
|
993 |
-
msgstr ""
|
994 |
|
995 |
-
#: views/restore.php:
|
996 |
msgid "Error 201: No file selected"
|
997 |
-
msgstr ""
|
998 |
|
999 |
-
#: views/restore.php:
|
1000 |
msgid "Error 202: Your file could not be uploaded"
|
1001 |
-
msgstr ""
|
1002 |
|
1003 |
-
#: views/restore.php:
|
1004 |
msgid "Error 203: Your backup could not be unzipped"
|
1005 |
-
msgstr ""
|
1006 |
|
1007 |
-
#: views/restore.php:
|
1008 |
msgid ""
|
1009 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1010 |
"valid backup"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: views/restore.php:
|
1014 |
msgid "Error 205: Cannot create restore point"
|
1015 |
-
msgstr ""
|
1016 |
|
1017 |
-
#: views/restore.php:
|
1018 |
msgid "Error 206: Unable to connect to your database"
|
1019 |
-
msgstr ""
|
1020 |
|
1021 |
-
#: views/restore.php:
|
1022 |
msgid ""
|
1023 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: views/restore.php:
|
1027 |
msgid ""
|
1028 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: views/restore.php:
|
1032 |
msgid ""
|
1033 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: views/restore.php:
|
1037 |
msgid ""
|
1038 |
"Error 210: Unable to get current user password from database. Please try "
|
1039 |
"again"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: views/restore.php:
|
1043 |
msgid ""
|
1044 |
"Error 211: Unable to get current user email from database. Please try again"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: views/restore.php:
|
1048 |
msgid ""
|
1049 |
"Error 212: Unable to import your database. This may require importing the "
|
1050 |
"file manually"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: views/restore.php:
|
1054 |
msgid ""
|
1055 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1056 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1057 |
"correct"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: views/restore.php:
|
1061 |
msgid ""
|
1062 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1063 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1064 |
"correct"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: views/restore.php:
|
1068 |
msgid ""
|
1069 |
"Warning 215: Unable to update your user information. This may require you to "
|
1070 |
"login with the admin username and password that was used when the backup was "
|
1071 |
"created"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: views/restore.php:
|
1075 |
msgid "Error 216: Database not found in backup"
|
1076 |
-
msgstr ""
|
1077 |
|
1078 |
-
#: views/restore.php:
|
1079 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: views/restore.php:
|
1083 |
msgid ""
|
1084 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1085 |
"CHMOD settings in /wp-content/"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: views/restore.php:
|
1089 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
-
#: views/restore.php:
|
1093 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: views/restore.php:
|
1097 |
#, php-format
|
1098 |
msgid ""
|
1099 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1102,137 +1129,155 @@ msgid ""
|
|
1102 |
"> FAQs</a> for more info."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: views/restore.php:
|
1106 |
msgid "Error 222: Unable to create restore folder"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: views/restore.php:
|
1110 |
msgid ""
|
1111 |
-
"Error 223: An error occurred during the restore.
|
1112 |
"restore the database to its previous state but were unsuccessful. Please "
|
1113 |
-
"contact
|
1114 |
"further restores"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: views/restore.php:
|
1118 |
msgid ""
|
1119 |
"Error 224: An error occurred during the restore, however, we have "
|
1120 |
"successfully restored your database to the previous state"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: views/restore.php:
|
1124 |
msgid ""
|
1125 |
-
"Error 225: Restore option is only available to licensed
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: views/restore.php:
|
1129 |
msgid ""
|
1130 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1131 |
"different version of WordPress"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
-
#: views/restore.php:
|
1135 |
msgid ""
|
1136 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1137 |
-
"different version of
|
1138 |
-
"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: views/restore.php:
|
1142 |
msgid ""
|
1143 |
-
"Error 230:
|
1144 |
"restore. However, we were able to successfully revert the database back to "
|
1145 |
"its original state . This error may require importing the database manually"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: views/restore.php:
|
1149 |
msgid ""
|
1150 |
-
"Error 235:
|
1151 |
-
"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: views/restore.php:
|
1155 |
msgid ""
|
1156 |
-
"Error 250:
|
1157 |
"running. Please wait for the backup to complete and then try again"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: views/restore.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1161 |
msgid ""
|
1162 |
-
"Error 251:
|
1163 |
"manifest is empty"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: views/restore.php:
|
1167 |
msgid ""
|
1168 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1169 |
"make sure to upload all zip files that were part of this backup"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: views/restore.php:
|
1173 |
msgid ""
|
1174 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1175 |
"Please make sure to upload only zip files that were part of this backup"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: views/restore.php:
|
1179 |
msgid ""
|
1180 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1181 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1182 |
"set again and attempt the restore one more time. "
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: views/restore.php:
|
1186 |
msgid ""
|
1187 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1188 |
"upload all zip files that were part of this backup"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: views/restore.php:
|
1192 |
msgid ""
|
1193 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1194 |
-
"restore logs to see what
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: views/restore.php:
|
1198 |
msgid ""
|
1199 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1200 |
-
"to see what
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: views/restore.php:
|
1204 |
msgid "Error 2001: Unable to prepare site for restore"
|
1205 |
-
msgstr ""
|
1206 |
|
1207 |
-
#: views/restore.php:
|
1208 |
msgid "Error 2002: Unable to unzip backup"
|
1209 |
-
msgstr ""
|
1210 |
|
1211 |
-
#: views/restore.php:
|
1212 |
msgid "Error 2003: Unable to validate backup"
|
1213 |
-
msgstr ""
|
1214 |
|
1215 |
-
#: views/restore.php:
|
1216 |
msgid "Error 2004: Unable to create restore point"
|
1217 |
-
msgstr ""
|
1218 |
|
1219 |
-
#: views/restore.php:
|
1220 |
msgid "Error 2005: Unable to stage wp-content"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: views/restore.php:
|
1224 |
msgid "Error 2006: Unable to restore content files"
|
1225 |
-
msgstr ""
|
1226 |
|
1227 |
-
#: views/restore.php:
|
1228 |
msgid "Error 2007: Unable to restore database"
|
1229 |
-
msgstr ""
|
1230 |
|
1231 |
-
#: views/restore.php:
|
1232 |
msgid "Error 2999: Unexpected error encountered"
|
1233 |
-
msgstr ""
|
1234 |
|
1235 |
-
#: views/restore.php:
|
1236 |
msgid ""
|
1237 |
"Restore completed successfully. If you are prompted to login please do so "
|
1238 |
"with your current username and password"
|
@@ -1243,176 +1288,194 @@ msgstr ""
|
|
1243 |
msgid "%s Settings"
|
1244 |
msgstr "Настройки %s"
|
1245 |
|
1246 |
-
#: views/settings.php:
|
1247 |
msgid "Settings updated successfully!"
|
1248 |
-
msgstr ""
|
1249 |
|
1250 |
-
#: views/settings.php:
|
1251 |
msgid "Email Notifications"
|
1252 |
-
msgstr ""
|
1253 |
|
1254 |
-
#: views/settings.php:
|
1255 |
msgid ""
|
1256 |
"Please enter your email address if you would like to receive backup email "
|
1257 |
"notifications."
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: views/settings.php:
|
1261 |
msgid ""
|
1262 |
"Backup email notifications will be sent for every backup and will contain "
|
1263 |
"status information related to the backup."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: views/settings.php:
|
1267 |
-
#: views/settings.php:
|
1268 |
-
#: views/settings.php:
|
1269 |
msgid "Save"
|
1270 |
-
msgstr ""
|
1271 |
|
1272 |
-
#: views/settings.php:
|
1273 |
msgid "Backup Retention"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: views/settings.php:
|
1277 |
msgid ""
|
1278 |
"Enter the number of backup archives that you would like to remain on the "
|
1279 |
"server."
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: views/settings.php:
|
1283 |
msgid ""
|
1284 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1285 |
-
"This option tells
|
1286 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1287 |
"oldest backup archives first."
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: views/settings.php:
|
1291 |
-
msgid "
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: views/settings.php:
|
1295 |
-
msgid "Turn on
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: views/settings.php:
|
1299 |
msgid ""
|
1300 |
"This option should only be turned on by advanced users or when "
|
1301 |
"troubleshooting issues with WPBackItUp support."
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: views/settings.php:
|
1305 |
msgid "Yes"
|
1306 |
-
msgstr ""
|
1307 |
|
1308 |
-
#: views/settings.php:
|
1309 |
msgid "No"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1313 |
msgid "Batch Size"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: views/settings.php:
|
1317 |
msgid "Enter the batch size for each of your content items."
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: views/settings.php:
|
1321 |
msgid ""
|
1322 |
-
"These settings tell
|
1323 |
"backup at a time. If you experience timeouts while running a backup then "
|
1324 |
-
"these settings can be used to help reduce the amount of time it takes
|
1325 |
-
"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: views/settings.php:
|
1329 |
msgid "DB Tables Batch Size"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: views/settings.php:
|
1333 |
msgid "Plugins Batch Size"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: views/settings.php:
|
1337 |
msgid "Themes Batch Size"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: views/settings.php:
|
1341 |
msgid "Uploads Batch Size"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: views/settings.php:
|
1345 |
msgid "Others Batch Size"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: views/settings.php:
|
1349 |
msgid ""
|
1350 |
"* These settings should only be modified by advanced users or when when "
|
1351 |
-
"working with
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: views/settings.php:
|
1355 |
msgid "Filter Your Folders"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: views/settings.php:
|
1359 |
msgid ""
|
1360 |
"Enter a comma separated list of folders that should be excluded from your "
|
1361 |
"backups."
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: views/settings.php:
|
1365 |
msgid ""
|
1366 |
"It is important to note that when a folder name is present in this list any "
|
1367 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
1368 |
"backup."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: views/settings.php:
|
1372 |
msgid "Plugin Folders Filter"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: views/settings.php:
|
1376 |
msgid "Theme Folders Filter"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: views/settings.php:
|
1380 |
msgid "Upload Folders Filter"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: views/settings.php:
|
1384 |
msgid "Other Folders Filter"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: views/settings.php:
|
1388 |
msgid "Filter Your Database Tables"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: views/settings.php:
|
1392 |
msgid "Exclude custom database tables from the backup."
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: views/settings.php:
|
1396 |
msgid ""
|
1397 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1398 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
1399 |
"the backup. "
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: views/settings.php:
|
1403 |
msgid "Remove Data on Uninstall?"
|
1404 |
msgstr "Удалять данные при деинстолящии?"
|
1405 |
|
1406 |
-
#: views/settings.php:
|
1407 |
msgid ""
|
1408 |
-
"Check this box if you would like
|
1409 |
"data when the plugin is deleted."
|
1410 |
msgstr ""
|
1411 |
|
1412 |
#: views/support.php:13
|
1413 |
#, php-format
|
1414 |
msgid "%s Support"
|
1415 |
-
msgstr ""
|
1416 |
|
1417 |
#: views/support.php:32
|
1418 |
msgid "Support email sent successfully!"
|
@@ -1429,7 +1492,7 @@ msgstr ""
|
|
1429 |
#: views/support.php:47
|
1430 |
#, php-format
|
1431 |
msgid ""
|
1432 |
-
"Please make sure to open a support ticket via
|
1433 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1434 |
msgstr ""
|
1435 |
|
@@ -1441,11 +1504,11 @@ msgstr ""
|
|
1441 |
|
1442 |
#: views/support.php:49
|
1443 |
msgid "your email address"
|
1444 |
-
msgstr ""
|
1445 |
|
1446 |
#: views/support.php:59
|
1447 |
msgid "support ticket id"
|
1448 |
-
msgstr ""
|
1449 |
|
1450 |
#: views/support.php:69
|
1451 |
msgid "problem description or additional information"
|
@@ -1453,10 +1516,10 @@ msgstr ""
|
|
1453 |
|
1454 |
#: views/support.php:80
|
1455 |
msgid "Send"
|
1456 |
-
msgstr ""
|
1457 |
|
1458 |
#: views/support.php:83
|
1459 |
-
msgid "Please register your version of
|
1460 |
msgstr ""
|
1461 |
|
1462 |
#: views/support.php:87
|
@@ -1466,27 +1529,27 @@ msgstr ""
|
|
1466 |
#: wp-backitup.php:90 wp-backitup.php:91
|
1467 |
#, php-format
|
1468 |
msgid "Every %s hours"
|
1469 |
-
msgstr ""
|
1470 |
|
1471 |
#: wp-backitup.php:92 wp-backitup.php:93 wp-backitup.php:94 wp-backitup.php:95
|
1472 |
#: wp-backitup.php:96
|
1473 |
#, php-format
|
1474 |
msgid "WPBUP - Every %s minutes"
|
1475 |
-
msgstr ""
|
1476 |
|
1477 |
#: wp-backitup.php:98
|
1478 |
msgid "WPBUP - Once Weekly"
|
1479 |
-
msgstr ""
|
1480 |
|
1481 |
#: wp-backitup.php:99
|
1482 |
msgid "WPBUP - Once Monthly"
|
1483 |
-
msgstr ""
|
1484 |
|
1485 |
#: wp-backitup.php:100 wp-backitup.php:101
|
1486 |
#, php-format
|
1487 |
msgid "WPBUP - Every %s hours"
|
1488 |
-
msgstr ""
|
1489 |
|
1490 |
#: wp-backitup.php:138
|
1491 |
msgid "Cleanup"
|
1492 |
-
msgstr ""
|
1 |
#
|
2 |
# Translators:
|
3 |
# Almaz Mannanov <AlmazWorks@gmail.com>, 2015
|
4 |
+
# Victor Bychek, 2016
|
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 |
"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 |
|
37 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
38 |
msgid "Support"
|
39 |
msgstr "Поддержка"
|
40 |
|
41 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
42 |
msgid "Settings"
|
43 |
msgstr "Настройки"
|
44 |
|
45 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
46 |
msgid ""
|
47 |
"The backup you have selected exceeds what your host allows you to upload."
|
48 |
msgstr ""
|
49 |
"Резервная копия, которую вы указали, больше чем позволяет ваш сервер для "
|
50 |
"загрузки."
|
51 |
|
52 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
53 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
54 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
55 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
56 |
msgid "Warning"
|
57 |
msgstr "Внимание"
|
58 |
|
59 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
60 |
+
#: views/backup.php:376
|
61 |
msgid "Error"
|
62 |
msgstr "Ошибка"
|
63 |
|
64 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
65 |
msgid "Response"
|
66 |
msgstr "Ответ"
|
67 |
|
68 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
69 |
+
#: views/backup.php:430 views/restore.php:230
|
70 |
msgid "Status"
|
71 |
msgstr "Статус"
|
72 |
|
73 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
74 |
msgid "Download"
|
75 |
msgstr "Скачать"
|
76 |
|
77 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
78 |
#: views/restore.php:129
|
79 |
msgid "Delete"
|
80 |
msgstr "Удалить"
|
81 |
|
82 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
83 |
msgid "(JS997) Unexpected error"
|
84 |
msgstr "(JS997) Непредвиденная ошибка"
|
85 |
|
86 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
87 |
msgid "(JS998) Unexpected error"
|
88 |
msgstr "(JS998) Непредвиденная ошибка"
|
89 |
|
90 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
91 |
msgid "(JS999) An unexpected error has occurred"
|
92 |
msgstr "(JS999) Произошла непредвиденная ошибка"
|
93 |
|
94 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
95 |
msgid "Scheduled has been saved."
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
99 |
msgid "Scheduled was not saved."
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
103 |
msgid "Are you sure you want to restore your site?"
|
104 |
+
msgstr "Вы действительно хотите восстановить ваш сайт?"
|
105 |
|
106 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
107 |
msgid "Are you sure ?"
|
108 |
msgstr "Вы уверены?"
|
109 |
|
110 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
111 |
msgid "This file cannot be delete!"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
115 |
msgid "View Log"
|
116 |
+
msgstr "Смотреть лог"
|
117 |
|
118 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
119 |
msgid "New Backup!"
|
120 |
+
msgstr "Новый бекап!"
|
121 |
|
122 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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 |
"<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 |
|
232 |
#: lib/includes/handler_upload.php:29
|
233 |
msgid "Invalid Nonce"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
237 |
msgid "Upload directory is not writable, or does not exist."
|
238 |
+
msgstr "Директория загрузок не доступна для записи или не существует."
|
239 |
|
240 |
#: lib/includes/handler_upload.php:80
|
241 |
#, php-format
|
242 |
msgid "Error: %s"
|
243 |
+
msgstr "Ошибка: %s"
|
244 |
|
245 |
#: lib/includes/handler_upload.php:80
|
246 |
msgid "File could not be uploaded"
|
247 |
+
msgstr "Файл не может быть загружен"
|
248 |
|
249 |
+
#: lib/includes/handler_upload.php:146
|
250 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: lib/includes/handler_upload.php:166
|
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 |
"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 |
|
503 |
#. TRANSLATORS: %s = plugin name.
|
504 |
#. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
|
506 |
#: views/backup.php:17
|
507 |
#, php-format
|
508 |
msgid "%s Dashboard"
|
509 |
+
msgstr "%s Панель"
|
510 |
|
511 |
+
#: views/backup.php:242
|
512 |
msgid "Dismiss"
|
513 |
msgstr "Пропустить"
|
514 |
|
515 |
+
#: views/backup.php:254
|
516 |
#, php-format
|
517 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
521 |
msgid "support"
|
522 |
+
msgstr "поддержка"
|
523 |
|
524 |
+
#: views/backup.php:257 views/backup.php:263
|
525 |
msgid "Close"
|
526 |
+
msgstr "Закрыть"
|
527 |
|
528 |
+
#: views/backup.php:278
|
529 |
msgid ""
|
530 |
"Click the backup button to create a zipped backup file of this site's "
|
531 |
"database, plugins, themes and settings."
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: views/backup.php:279
|
535 |
msgid ""
|
536 |
"Once your backup file has been created it will appear in the available "
|
537 |
"backups section below. This file may remain on your hosting providers server "
|
538 |
"but we recommend that you download and save it somewhere safe."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: views/backup.php:280
|
542 |
msgid ""
|
543 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
544 |
"automated restore of their site."
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: views/backup.php:284
|
548 |
msgid "Cancel"
|
549 |
+
msgstr "Отмена"
|
550 |
|
551 |
+
#: views/backup.php:291
|
552 |
#, php-format
|
553 |
msgid ""
|
554 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
555 |
"their site. Please visit %s for manual restore instructions."
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: views/backup.php:298
|
559 |
msgid "Backup Schedule"
|
560 |
+
msgstr "Бекап по расписанию"
|
561 |
|
562 |
+
#: views/backup.php:300
|
563 |
msgid "Select the days of the week you would like your backup to run."
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: views/backup.php:302
|
567 |
msgid ""
|
568 |
"Backup your site once per week or every day, it's up to you. If you have "
|
569 |
"email notifications turned on we'll even send you an email when it's done. "
|
572 |
"but we recommend that you download and save it somewhere safe."
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: views/backup.php:304
|
576 |
msgid "Please make sure to schedule your backup for at least once per week."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: views/backup.php:308
|
580 |
msgid "Monday"
|
581 |
+
msgstr "Понедельник"
|
582 |
|
583 |
+
#: views/backup.php:309
|
584 |
msgid "Tuesday"
|
585 |
+
msgstr "Вторник"
|
586 |
|
587 |
+
#: views/backup.php:310
|
588 |
msgid "Wednesday"
|
589 |
+
msgstr "Среда"
|
590 |
|
591 |
+
#: views/backup.php:311
|
592 |
msgid "Thursday"
|
593 |
+
msgstr "Четверг"
|
594 |
|
595 |
+
#: views/backup.php:312
|
596 |
msgid "Friday"
|
597 |
+
msgstr "Пятница"
|
598 |
|
599 |
+
#: views/backup.php:313
|
600 |
msgid "Saturday"
|
601 |
+
msgstr "Суббота"
|
602 |
|
603 |
+
#: views/backup.php:314
|
604 |
msgid "Sunday"
|
605 |
+
msgstr "Воскресенье"
|
606 |
|
607 |
+
#: views/backup.php:317
|
608 |
msgid "Save Schedule"
|
609 |
+
msgstr "Сохранить расписание"
|
610 |
|
611 |
+
#: views/backup.php:322
|
612 |
#, php-format
|
613 |
msgid ""
|
614 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
615 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: views/backup.php:329 views/restore.php:95
|
619 |
msgid "Available Backups"
|
620 |
+
msgstr "Доступные бекапы"
|
621 |
+
|
622 |
+
#: views/backup.php:349
|
623 |
+
msgid "Type"
|
624 |
+
msgstr "Тип"
|
625 |
|
626 |
+
#: views/backup.php:350 views/restore.php:100
|
627 |
msgid "Date"
|
628 |
msgstr "Дата"
|
629 |
|
630 |
+
#: views/backup.php:351
|
631 |
msgid "Duration"
|
632 |
msgstr "Длительность"
|
633 |
|
634 |
+
#: views/backup.php:370
|
635 |
msgid "Success"
|
636 |
msgstr "Успешно"
|
637 |
|
638 |
+
#: views/backup.php:373
|
639 |
msgid "Active"
|
640 |
msgstr "Активный"
|
641 |
|
642 |
+
#: views/backup.php:416 views/restore.php:149
|
643 |
msgid "No backup archives found."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: views/backup.php:425
|
647 |
#, php-format
|
648 |
msgid ""
|
649 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
650 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: views/backup.php:434 views/restore.php:234
|
654 |
msgid "Nothing to report"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: views/backup.php:439
|
658 |
msgid "Preparing for backup"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
662 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
663 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
664 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
665 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
666 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
667 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
668 |
+
#: views/restore.php:256
|
669 |
msgid "Done"
|
670 |
+
msgstr "Готово"
|
671 |
+
|
672 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
673 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
674 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
675 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
676 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
677 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
678 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
679 |
+
#: views/restore.php:256
|
680 |
msgid "Failed"
|
681 |
msgstr " Неудачная"
|
682 |
|
683 |
+
#: views/backup.php:440
|
684 |
msgid "Creating inventory of files to backup"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: views/backup.php:441
|
688 |
msgid "Backing up database"
|
689 |
+
msgstr "Делается бекап базы данных"
|
690 |
|
691 |
+
#: views/backup.php:442
|
692 |
msgid "Creating backup information file"
|
693 |
+
msgstr "Создание файла с информацией о бекапе"
|
694 |
|
695 |
+
#: views/backup.php:443
|
696 |
msgid "Backing up themes"
|
697 |
+
msgstr "Создается бекап тем"
|
698 |
|
699 |
+
#: views/backup.php:444
|
700 |
msgid "Backing up plugins"
|
701 |
+
msgstr "Делается бекап плагинов"
|
702 |
|
703 |
+
#: views/backup.php:445
|
704 |
msgid "Backing up uploads"
|
705 |
+
msgstr "Создается бекап загрузок"
|
706 |
|
707 |
+
#: views/backup.php:446
|
708 |
msgid "Backing up everything else"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: views/backup.php:447
|
712 |
msgid "Validating backup"
|
713 |
+
msgstr "Проверка бекапа"
|
714 |
|
715 |
+
#: views/backup.php:448
|
716 |
msgid "Finalizing backup"
|
717 |
+
msgstr "Завершение бекапа"
|
718 |
|
719 |
+
#: views/backup.php:458
|
720 |
msgid "Backup completed successfully"
|
721 |
+
msgstr "Бекап успешно завершен"
|
722 |
|
723 |
+
#: views/backup.php:479
|
724 |
msgid "Backups"
|
725 |
+
msgstr "Бекапы"
|
726 |
|
727 |
+
#: views/backup.php:479
|
728 |
msgid "Version "
|
729 |
+
msgstr "Версия"
|
730 |
|
731 |
+
#: views/backup.php:481
|
732 |
+
msgid "Welcome to WPBackItUp!"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: views/backup.php:481
|
736 |
msgid "The simplest way to backup your WordPress site."
|
737 |
+
msgstr "Наипростейший способ сделать бекап вашего WordPress сайта."
|
738 |
|
739 |
+
#: views/backup.php:482
|
740 |
msgid ""
|
741 |
"Getting started is easy, just click the backup button on the left side of "
|
742 |
"this page."
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: views/backup.php:486
|
746 |
#, php-format
|
747 |
msgid ""
|
748 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
749 |
"medium;color: green\">%s</span> successful backups."
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: views/backup.php:487
|
753 |
msgid "Tips"
|
754 |
+
msgstr "Подсказки"
|
755 |
|
756 |
+
#: views/backup.php:488
|
757 |
msgid "Backup your site at least once per week"
|
758 |
+
msgstr "Делайте бекап сайта хотя бы раз в неделю"
|
759 |
|
760 |
+
#: views/backup.php:489
|
761 |
msgid "Download all your backups and store them somewhere safe"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: views/backup.php:490
|
765 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: views/backup.php:495
|
769 |
#, php-format
|
770 |
msgid "Why not %s and schedule your backups!"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: views/backup.php:495
|
774 |
msgid "upgrade"
|
775 |
+
msgstr "обновить"
|
776 |
|
777 |
+
#: views/backup.php:504
|
778 |
+
msgid "Register WPBackItUp"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: views/backup.php:507
|
782 |
msgid ""
|
783 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
784 |
"access to our world class <b>support</b> team. <br />\n"
|
786 |
"site."
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: views/backup.php:509
|
790 |
msgid "name"
|
791 |
+
msgstr "имя"
|
792 |
|
793 |
+
#: views/backup.php:510
|
794 |
msgid "email address"
|
795 |
+
msgstr "адрес электронной почты"
|
796 |
|
797 |
+
#: views/backup.php:511
|
798 |
msgid "license key"
|
799 |
+
msgstr "лицензионный ключ"
|
800 |
|
801 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
802 |
#, php-format
|
803 |
msgid "%s"
|
804 |
+
msgstr "%s"
|
805 |
|
806 |
+
#: views/backup.php:512
|
807 |
msgid "Free plugin customers do not need to enter license key."
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: views/backup.php:513
|
811 |
msgid "Register"
|
812 |
+
msgstr "Зарегистрироваться"
|
813 |
|
814 |
+
#: views/backup.php:522
|
815 |
msgid "License Info"
|
816 |
+
msgstr "Информация о лицензии"
|
817 |
|
818 |
+
#: views/backup.php:544
|
819 |
msgid "Name"
|
820 |
+
msgstr "Имя"
|
821 |
|
822 |
+
#: views/backup.php:545
|
823 |
msgid "Email"
|
824 |
+
msgstr "E-mail"
|
825 |
|
826 |
+
#: views/backup.php:546
|
827 |
msgid "License Type"
|
828 |
+
msgstr "Тип лицензии"
|
829 |
|
830 |
+
#: views/backup.php:547
|
831 |
msgid "Expires"
|
832 |
+
msgstr "Истекает"
|
833 |
|
834 |
+
#: views/backup.php:550
|
835 |
msgid "Enter license key to activate on this site."
|
836 |
+
msgstr "Введите лицензионный ключ для активации на этом сайте."
|
837 |
|
838 |
+
#: views/backup.php:557
|
839 |
msgid "License Active"
|
840 |
+
msgstr "Лицензия активна"
|
841 |
|
842 |
+
#: views/backup.php:565
|
843 |
msgid "License expired"
|
844 |
+
msgstr "Лицензия просрочена"
|
845 |
|
846 |
+
#: views/backup.php:569
|
847 |
msgid "Update"
|
848 |
+
msgstr "Обновить"
|
849 |
|
850 |
+
#: views/backup.php:573
|
851 |
msgid "Activate"
|
852 |
+
msgstr "Активировать"
|
853 |
|
854 |
+
#: views/backup.php:577
|
855 |
#, php-format
|
856 |
msgid "Purchase a %s license using the purchase link above."
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: views/backup.php:577
|
860 |
msgid "no-risk"
|
861 |
+
msgstr "Без риска"
|
862 |
|
863 |
+
#: views/backup.php:583
|
864 |
#, php-format
|
865 |
msgid ""
|
866 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
868 |
"support</strong> team."
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: views/backup.php:594
|
872 |
msgid "Useful Links"
|
873 |
+
msgstr "Полезные ссылки"
|
874 |
|
875 |
+
#: views/backup.php:596
|
876 |
msgid "Getting Started Video"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: views/backup.php:599
|
880 |
msgid "Your account"
|
881 |
+
msgstr "Ваш аккаунт"
|
882 |
+
|
883 |
+
#: views/backup.php:602
|
884 |
+
msgid "Website Migration Service"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: views/backup.php:604
|
888 |
msgid "Documentation"
|
889 |
msgstr "Документация"
|
890 |
|
891 |
+
#: views/backup.php:607
|
892 |
msgid "Get support"
|
893 |
+
msgstr "Получить поддержку"
|
894 |
|
895 |
+
#: views/backup.php:610
|
896 |
msgid "Feature request"
|
897 |
+
msgstr "Запросить функциональность"
|
898 |
|
899 |
+
#: views/backup.php:612
|
900 |
msgid "Language Translations"
|
901 |
+
msgstr "Языковые переводы"
|
902 |
|
903 |
+
#: views/backup.php:614
|
904 |
msgid "Contact"
|
905 |
+
msgstr "Связаться"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
906 |
|
907 |
#: views/restore.php:13
|
908 |
#, php-format
|
909 |
msgid "%s Restore"
|
910 |
+
msgstr "%s Восстановить"
|
911 |
|
912 |
#: views/restore.php:60
|
913 |
msgid "Zip Files"
|
914 |
+
msgstr "Zip файлы"
|
915 |
|
916 |
#: views/restore.php:75
|
917 |
#, php-format
|
927 |
#, php-format
|
928 |
msgid ""
|
929 |
"<p>* The automated restore feature is only available to licensed customers. "
|
930 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
931 |
+
"WPBackItUp risk free for 30 days.</p>"
|
932 |
msgstr ""
|
933 |
|
934 |
#: views/restore.php:177
|
935 |
msgid "Upload"
|
936 |
+
msgstr "Загрузить"
|
937 |
|
938 |
#: views/restore.php:180
|
939 |
msgid ""
|
940 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
941 |
"backups."
|
942 |
msgstr ""
|
943 |
|
944 |
#: views/restore.php:197
|
945 |
+
msgid "WPBackItUp - Upload backup files"
|
946 |
msgstr ""
|
947 |
|
948 |
#: views/restore.php:198
|
949 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
950 |
msgstr ""
|
951 |
|
952 |
#: views/restore.php:198
|
953 |
msgid ""
|
954 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
955 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
956 |
+
"this page."
|
957 |
msgstr ""
|
958 |
|
959 |
#: views/restore.php:202
|
971 |
"Available Backups section above. "
|
972 |
msgstr ""
|
973 |
|
|
|
|
|
|
|
|
|
974 |
#: views/restore.php:244
|
975 |
+
msgid "Preparing for restore"
|
976 |
+
msgstr "Подготовка к восстановлению"
|
977 |
|
978 |
#: views/restore.php:245
|
979 |
+
msgid "Unpacking backup set"
|
980 |
msgstr ""
|
981 |
|
982 |
#: views/restore.php:246
|
983 |
+
msgid "Unzipping backup files"
|
984 |
msgstr ""
|
985 |
|
986 |
#: views/restore.php:247
|
987 |
+
msgid "Validating backup files"
|
988 |
msgstr ""
|
989 |
|
990 |
#: views/restore.php:248
|
991 |
+
msgid "Deactivating plugins"
|
992 |
+
msgstr "Деактивация плагинов"
|
993 |
|
994 |
#: views/restore.php:249
|
995 |
+
msgid "Creating database restore point"
|
996 |
+
msgstr "Создание точки восстановления БД"
|
997 |
|
998 |
#: views/restore.php:250
|
999 |
+
msgid "Staging content files"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
#: views/restore.php:251
|
1003 |
+
msgid "Restoring content files"
|
1004 |
+
msgstr "Восстановление файлов с контентом"
|
1005 |
|
1006 |
#: views/restore.php:252
|
1007 |
+
msgid "Restoring database"
|
1008 |
+
msgstr "Восстановление базы данных"
|
1009 |
+
|
1010 |
+
#: views/restore.php:253
|
1011 |
+
msgid "Updating current user info"
|
1012 |
+
msgstr "Обновление информации о текущем пользователе"
|
1013 |
|
1014 |
#: views/restore.php:254
|
1015 |
+
msgid "Updating site URL"
|
1016 |
+
msgstr "Обновление URL сайта"
|
1017 |
+
|
1018 |
+
#: views/restore.php:256
|
1019 |
msgid "Updating permalinks"
|
1020 |
+
msgstr "Обновление постоянных ссылок"
|
1021 |
|
1022 |
+
#: views/restore.php:262
|
1023 |
msgid "Error 201: No file selected"
|
1024 |
+
msgstr "Ошибка 201: Файлов не выбрано"
|
1025 |
|
1026 |
+
#: views/restore.php:263
|
1027 |
msgid "Error 202: Your file could not be uploaded"
|
1028 |
+
msgstr "Ошибка 202: Ваш файл не может быть загружен"
|
1029 |
|
1030 |
+
#: views/restore.php:264
|
1031 |
msgid "Error 203: Your backup could not be unzipped"
|
1032 |
+
msgstr "Ошибка 203: Ваш бекап не может быть распакован"
|
1033 |
|
1034 |
+
#: views/restore.php:265
|
1035 |
msgid ""
|
1036 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1037 |
"valid backup"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: views/restore.php:266
|
1041 |
msgid "Error 205: Cannot create restore point"
|
1042 |
+
msgstr "Ошибка 205: Не удалось создать точку восстановления"
|
1043 |
|
1044 |
+
#: views/restore.php:267
|
1045 |
msgid "Error 206: Unable to connect to your database"
|
1046 |
+
msgstr "Ошибка 206: Не удалось подключиться к вашей БД"
|
1047 |
|
1048 |
+
#: views/restore.php:268
|
1049 |
msgid ""
|
1050 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: views/restore.php:269
|
1054 |
msgid ""
|
1055 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: views/restore.php:270
|
1059 |
msgid ""
|
1060 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: views/restore.php:271
|
1064 |
msgid ""
|
1065 |
"Error 210: Unable to get current user password from database. Please try "
|
1066 |
"again"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: views/restore.php:272
|
1070 |
msgid ""
|
1071 |
"Error 211: Unable to get current user email from database. Please try again"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: views/restore.php:273
|
1075 |
msgid ""
|
1076 |
"Error 212: Unable to import your database. This may require importing the "
|
1077 |
"file manually"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: views/restore.php:274
|
1081 |
msgid ""
|
1082 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1083 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1084 |
"correct"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: views/restore.php:275
|
1088 |
msgid ""
|
1089 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1090 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1091 |
"correct"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: views/restore.php:276
|
1095 |
msgid ""
|
1096 |
"Warning 215: Unable to update your user information. This may require you to "
|
1097 |
"login with the admin username and password that was used when the backup was "
|
1098 |
"created"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: views/restore.php:277
|
1102 |
msgid "Error 216: Database not found in backup"
|
1103 |
+
msgstr "Ошибка 216: База данных не найдена в бекапе"
|
1104 |
|
1105 |
+
#: views/restore.php:278
|
1106 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: views/restore.php:279
|
1110 |
msgid ""
|
1111 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1112 |
"CHMOD settings in /wp-content/"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
+
#: views/restore.php:280
|
1116 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
+
#: views/restore.php:281
|
1120 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: views/restore.php:282
|
1124 |
#, php-format
|
1125 |
msgid ""
|
1126 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1129 |
"> FAQs</a> for more info."
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: views/restore.php:283
|
1133 |
msgid "Error 222: Unable to create restore folder"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: views/restore.php:284
|
1137 |
msgid ""
|
1138 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1139 |
"restore the database to its previous state but were unsuccessful. Please "
|
1140 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1141 |
"further restores"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: views/restore.php:285
|
1145 |
msgid ""
|
1146 |
"Error 224: An error occurred during the restore, however, we have "
|
1147 |
"successfully restored your database to the previous state"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: views/restore.php:286
|
1151 |
msgid ""
|
1152 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: views/restore.php:287
|
1156 |
msgid ""
|
1157 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1158 |
"different version of WordPress"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: views/restore.php:288
|
1162 |
msgid ""
|
1163 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1164 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1165 |
+
"convert this backup to the current version"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
+
#: views/restore.php:289
|
1169 |
msgid ""
|
1170 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1171 |
"restore. However, we were able to successfully revert the database back to "
|
1172 |
"its original state . This error may require importing the database manually"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: views/restore.php:290
|
1176 |
msgid ""
|
1177 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1178 |
+
"available. Please contact support"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: views/restore.php:291
|
1182 |
msgid ""
|
1183 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1184 |
"running. Please wait for the backup to complete and then try again"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: views/restore.php:293
|
1188 |
+
msgid ""
|
1189 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1190 |
+
"try again and contact support if this issue continues"
|
1191 |
+
msgstr ""
|
1192 |
+
|
1193 |
+
#: views/restore.php:294
|
1194 |
+
msgid ""
|
1195 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1196 |
+
"try again and contact support if this issue continues"
|
1197 |
+
msgstr ""
|
1198 |
+
|
1199 |
+
#: views/restore.php:295
|
1200 |
+
msgid ""
|
1201 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1202 |
+
"try again and contact support if this issue continues"
|
1203 |
+
msgstr ""
|
1204 |
+
|
1205 |
+
#: views/restore.php:297
|
1206 |
msgid ""
|
1207 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1208 |
"manifest is empty"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: views/restore.php:298
|
1212 |
msgid ""
|
1213 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1214 |
"make sure to upload all zip files that were part of this backup"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: views/restore.php:299
|
1218 |
msgid ""
|
1219 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1220 |
"Please make sure to upload only zip files that were part of this backup"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: views/restore.php:300
|
1224 |
msgid ""
|
1225 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1226 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1227 |
"set again and attempt the restore one more time. "
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: views/restore.php:301
|
1231 |
msgid ""
|
1232 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1233 |
"upload all zip files that were part of this backup"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: views/restore.php:303
|
1237 |
msgid ""
|
1238 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1239 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: views/restore.php:304
|
1243 |
msgid ""
|
1244 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1245 |
+
"to see what WPBackItUp was unable to restore"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: views/restore.php:306
|
1249 |
msgid "Error 2001: Unable to prepare site for restore"
|
1250 |
+
msgstr "Ошибка 2001: Не удалось подготовить сайт к восстановлению"
|
1251 |
|
1252 |
+
#: views/restore.php:307
|
1253 |
msgid "Error 2002: Unable to unzip backup"
|
1254 |
+
msgstr "Ошибка 2002: Не удалось распаковать бекап"
|
1255 |
|
1256 |
+
#: views/restore.php:308
|
1257 |
msgid "Error 2003: Unable to validate backup"
|
1258 |
+
msgstr "Ошибка 2003: Не удалось проверить бекап"
|
1259 |
|
1260 |
+
#: views/restore.php:309
|
1261 |
msgid "Error 2004: Unable to create restore point"
|
1262 |
+
msgstr "Ошибка 2004: Не удалось создать точку восстановления"
|
1263 |
|
1264 |
+
#: views/restore.php:310
|
1265 |
msgid "Error 2005: Unable to stage wp-content"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: views/restore.php:311
|
1269 |
msgid "Error 2006: Unable to restore content files"
|
1270 |
+
msgstr "Ошибка 2006: Не удалось восстановить файлы контента"
|
1271 |
|
1272 |
+
#: views/restore.php:312
|
1273 |
msgid "Error 2007: Unable to restore database"
|
1274 |
+
msgstr "Ошибка 2007: Не удалось восстановить БД"
|
1275 |
|
1276 |
+
#: views/restore.php:313
|
1277 |
msgid "Error 2999: Unexpected error encountered"
|
1278 |
+
msgstr "Ошибка 2999: Возникла непредвиденная ошибка"
|
1279 |
|
1280 |
+
#: views/restore.php:320
|
1281 |
msgid ""
|
1282 |
"Restore completed successfully. If you are prompted to login please do so "
|
1283 |
"with your current username and password"
|
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 "
|
1331 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
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 "
|
1371 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
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 "
|
1387 |
+
"these settings can be used to help reduce the amount of time it takes "
|
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."
|
1473 |
msgstr ""
|
1474 |
|
1475 |
#: views/support.php:13
|
1476 |
#, php-format
|
1477 |
msgid "%s Support"
|
1478 |
+
msgstr "%s Поддержка"
|
1479 |
|
1480 |
#: views/support.php:32
|
1481 |
msgid "Support email sent successfully!"
|
1492 |
#: views/support.php:47
|
1493 |
#, php-format
|
1494 |
msgid ""
|
1495 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1496 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1497 |
msgstr ""
|
1498 |
|
1504 |
|
1505 |
#: views/support.php:49
|
1506 |
msgid "your email address"
|
1507 |
+
msgstr "ваш адрес электронной почты"
|
1508 |
|
1509 |
#: views/support.php:59
|
1510 |
msgid "support ticket id"
|
1511 |
+
msgstr "id тикета поддержки"
|
1512 |
|
1513 |
#: views/support.php:69
|
1514 |
msgid "problem description or additional information"
|
1516 |
|
1517 |
#: views/support.php:80
|
1518 |
msgid "Send"
|
1519 |
+
msgstr "Отправить"
|
1520 |
|
1521 |
#: views/support.php:83
|
1522 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1523 |
msgstr ""
|
1524 |
|
1525 |
#: views/support.php:87
|
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 "Очистка"
|
languages/wp-backitup-tl.mo
CHANGED
Binary file
|
languages/wp-backitup-tl.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
#
|
2 |
# Translators:
|
3 |
# sheisjeremy, 2015
|
4 |
-
# sheisjeremy, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
-
"Project-Id-Version:
|
8 |
-
"POT-Creation-Date:
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: sheisjeremy\n"
|
11 |
"Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
|
12 |
"language/tl/)\n"
|
@@ -15,202 +15,204 @@ 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.
|
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:
|
24 |
-
#: views/backup.php:
|
25 |
#: wp-backitup.php:110
|
26 |
msgid "Backup"
|
27 |
msgstr "Backup"
|
28 |
|
29 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
30 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
31 |
#: wp-backitup.php:124
|
32 |
msgid "Restore"
|
33 |
msgstr "Ipanumbalik sa orihinal"
|
34 |
|
35 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
36 |
msgid "Support"
|
37 |
-
msgstr "
|
38 |
|
39 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
40 |
msgid "Settings"
|
41 |
msgstr "Mga Setting"
|
42 |
|
43 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
44 |
msgid ""
|
45 |
"The backup you have selected exceeds what your host allows you to upload."
|
46 |
msgstr ""
|
47 |
"Ang iyong pinili na mga backup ay lumampas sa pinapayagan ng iyong host na "
|
48 |
"dapat i-upload."
|
49 |
|
50 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
51 |
-
#: views/backup.php:
|
52 |
-
#: views/backup.php:
|
53 |
-
#: views/backup.php:
|
54 |
msgid "Warning"
|
55 |
msgstr "Babala"
|
56 |
|
57 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
58 |
-
#: views/backup.php:
|
59 |
msgid "Error"
|
60 |
msgstr "Pagkakamali"
|
61 |
|
62 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
63 |
msgid "Response"
|
64 |
msgstr "Tugon"
|
65 |
|
66 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
67 |
-
#: views/backup.php:
|
68 |
msgid "Status"
|
69 |
msgstr "Kalagayan"
|
70 |
|
71 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
72 |
msgid "Download"
|
73 |
msgstr "Download"
|
74 |
|
75 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
76 |
#: views/restore.php:129
|
77 |
msgid "Delete"
|
78 |
msgstr "Burahin"
|
79 |
|
80 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
81 |
msgid "(JS997) Unexpected error"
|
82 |
msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
|
83 |
|
84 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
85 |
msgid "(JS998) Unexpected error"
|
86 |
msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
|
87 |
|
88 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
89 |
msgid "(JS999) An unexpected error has occurred"
|
90 |
msgstr ""
|
91 |
"(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
|
92 |
"inaasahang error"
|
93 |
|
94 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
95 |
msgid "Scheduled has been saved."
|
96 |
msgstr "Ang schedule ay naka-save."
|
97 |
|
98 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
99 |
msgid "Scheduled was not saved."
|
100 |
msgstr "Ang schedule ay hindi naka - save. "
|
101 |
|
102 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
103 |
msgid "Are you sure you want to restore your site?"
|
104 |
msgstr ""
|
105 |
"Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
|
106 |
|
107 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
108 |
msgid "Are you sure ?"
|
109 |
msgstr "Ikaw ba ay nakasisiguro?"
|
110 |
|
111 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
112 |
msgid "This file cannot be delete!"
|
113 |
msgstr "Ang file na ito ay hindi maaaring tanggalin!"
|
114 |
|
115 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
116 |
msgid "View Log"
|
117 |
msgstr "Tignan ang log files. "
|
118 |
|
119 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
120 |
msgid "New Backup!"
|
121 |
msgstr "Bagong backup!"
|
122 |
|
123 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
124 |
msgid "Uploaded Backup"
|
125 |
msgstr "Na upload na backup"
|
126 |
|
127 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
128 |
msgid "Backup Queued"
|
129 |
msgstr "Ang backup ay nakalinya."
|
130 |
|
131 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
136 |
msgid "Job is already in queue."
|
137 |
msgstr "Ang Job ay nasa queue. "
|
138 |
|
139 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
140 |
msgid "No backup file selected."
|
141 |
msgstr "Walang backup file na napili"
|
142 |
|
143 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
144 |
msgid "No user id found."
|
145 |
msgstr "Walang matagpuan na user id"
|
146 |
|
147 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
148 |
msgid "Restore Queued"
|
149 |
msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
|
150 |
|
151 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
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:
|
156 |
msgid "Restore already in queue"
|
157 |
msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
|
158 |
|
159 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
160 |
msgid "No job id posted"
|
161 |
msgstr "Walang job id na na-i-post"
|
162 |
|
163 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
164 |
msgid "Backup Cancelled"
|
165 |
msgstr "Nakansela na backup "
|
166 |
|
167 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
168 |
msgid "Backup job not found"
|
169 |
msgstr "Hindi natagpuan ang Backup Job"
|
170 |
|
171 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
172 |
msgid "No response log found."
|
173 |
msgstr "Walang makita na response log."
|
174 |
|
175 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
178 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
179 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
180 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
181 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
182 |
msgid "Please enter a number"
|
183 |
msgstr "Maglagay ng numero "
|
184 |
|
185 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
186 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
187 |
msgid "Please enter a valid email"
|
188 |
msgstr "Ilagay ang tamang email."
|
189 |
|
190 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
191 |
msgid "Please enter your support ticket id"
|
192 |
-
msgstr "Ilagay ang iyong
|
193 |
|
194 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
195 |
msgid "Please only enter numbers in this field"
|
196 |
msgstr "Ilagay lamang ang numero"
|
197 |
|
198 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
199 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
200 |
msgid ""
|
201 |
"License could not be activated. Please try again in a few hours and contact "
|
202 |
"support if this error continues."
|
203 |
msgstr ""
|
|
|
|
|
204 |
|
205 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
206 |
msgid "License is invalid."
|
207 |
msgstr "Ang lisensya ay hindi wasto"
|
208 |
|
209 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
210 |
msgid "License has expired."
|
211 |
msgstr "Ang lisensya ay wala ng bisa."
|
212 |
|
213 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
214 |
#, php-format
|
215 |
msgid ""
|
216 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -219,19 +221,19 @@ msgid ""
|
|
219 |
msgstr ""
|
220 |
"Ang iyong lisensya ay nawalan ng bisa<a href=\"%s\" target=\"blank\"> i-"
|
221 |
"renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
|
222 |
-
"<strong> ng produkto </strong> at <strong> priority
|
223 |
|
224 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
225 |
msgid "License Expired: Scheduled backups are no longer active."
|
226 |
msgstr ""
|
227 |
"Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
|
228 |
"aktibo. "
|
229 |
|
230 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
231 |
msgid "Activation limit has been reached."
|
232 |
msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
|
233 |
|
234 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
235 |
msgid "Your Activation limit has been reached"
|
236 |
msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
|
237 |
|
@@ -239,7 +241,7 @@ msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
|
|
239 |
msgid "Invalid Nonce"
|
240 |
msgstr "Hindi wastong nonces"
|
241 |
|
242 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
243 |
msgid "Upload directory is not writable, or does not exist."
|
244 |
msgstr ""
|
245 |
"Ang direktoryo para sa mga upload ay hindi naman writable o hindi umiiral."
|
@@ -253,15 +255,15 @@ msgstr "Error: %s"
|
|
253 |
msgid "File could not be uploaded"
|
254 |
msgstr "Hindi ma i -upload ang file. "
|
255 |
|
256 |
-
#: lib/includes/handler_upload.php:
|
257 |
-
msgid "Upload does not appear to be a
|
258 |
-
msgstr "Ang upload ay mistulang hindi
|
259 |
|
260 |
-
#: lib/includes/handler_upload.php:
|
261 |
-
msgid "Could not import file into
|
262 |
-
msgstr "Hindi ma -import ang file sa backup set
|
263 |
|
264 |
-
#: lib/includes/job_backup.php:
|
265 |
#, php-format
|
266 |
msgid ""
|
267 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -275,55 +277,55 @@ msgstr ""
|
|
275 |
"backup ay magpapatuloy lamang para sa <strong>30</strong> araw matapos "
|
276 |
"mawalang ng bisa ang iyong lisensya. Mangyaring <strong><a href=\"%s\" "
|
277 |
"target=\"blank\"> i- renew </a></strong> para sa isa pang taon ng mga update "
|
278 |
-
"sa produkto at access sa ating pinakamahusay na
|
279 |
|
280 |
-
#: lib/includes/job_backup.php:
|
281 |
#, php-format
|
282 |
msgid "%s - Backup completed successfully."
|
283 |
msgstr "%s Matagumpay na nakumpleto ang back up "
|
284 |
|
285 |
-
#: lib/includes/job_backup.php:
|
286 |
msgid "Your backup completed successfully."
|
287 |
msgstr "Matagumpay na nakumpleto ang iyong backup"
|
288 |
|
289 |
-
#: lib/includes/job_backup.php:
|
290 |
#, php-format
|
291 |
msgid "%s - Backup did not complete successfully."
|
292 |
msgstr "%s - Ang backup ay hindi matagumpay na nakumpleto"
|
293 |
|
294 |
-
#: lib/includes/job_backup.php:
|
295 |
msgid "Your backup did not complete successfully."
|
296 |
msgstr "Ang iyong backup ay hindi matagumpay na nakumpleto"
|
297 |
|
298 |
-
#: lib/includes/job_backup.php:
|
299 |
#, php-format
|
300 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
301 |
msgstr "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
302 |
|
303 |
-
#: lib/includes/job_backup.php:
|
304 |
msgid "Backup date:"
|
305 |
msgstr "Petsa ng backup"
|
306 |
|
307 |
-
#: lib/includes/job_backup.php:
|
308 |
-
msgid "Number of backups completed with
|
309 |
-
msgstr "Bilang ng mga nakumpleto na backup sa
|
310 |
|
311 |
-
#: lib/includes/job_backup.php:
|
312 |
msgid "Completion Code:"
|
313 |
msgstr "Completion Code:"
|
314 |
|
315 |
-
#: lib/includes/job_backup.php:
|
316 |
-
msgid "
|
317 |
-
msgstr "Bersyon ng
|
318 |
|
319 |
-
#: lib/includes/job_backup.php:
|
320 |
#, php-format
|
321 |
-
msgid "Checkout %s for info about
|
322 |
msgstr ""
|
323 |
-
"Siyasatin ang %s para sa impormasyon tungkol sa
|
324 |
"pang mga produkto."
|
325 |
|
326 |
-
#: lib/includes/job_backup.php:
|
327 |
msgid ""
|
328 |
"(101) Unable to create a new directory for backup. Please check your CHMOD "
|
329 |
"settings of your wp-backitup backup directory"
|
@@ -332,7 +334,7 @@ msgstr ""
|
|
332 |
"suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
|
333 |
"backitup "
|
334 |
|
335 |
-
#: lib/includes/job_backup.php:
|
336 |
msgid ""
|
337 |
"(102) Cannot create backup directory. Please check the CHMOD settings of "
|
338 |
"your wp-backitup plugin directory"
|
@@ -340,66 +342,70 @@ msgstr ""
|
|
340 |
"(102) Hindi makalikha ng direktoryo para sa backup. Mangyaring suriin ang "
|
341 |
"setting ng CHMOD sa iyong direktoryo ng plugin ng wp-backitup "
|
342 |
|
343 |
-
#: lib/includes/job_backup.php:
|
344 |
msgid "(103) Unable to backup your files. Please try again"
|
345 |
msgstr "(103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
|
346 |
|
347 |
-
#: lib/includes/job_backup.php:
|
348 |
msgid "(104) Unable to export your database. Please try again"
|
349 |
msgstr "(104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
|
350 |
|
351 |
-
#: lib/includes/job_backup.php:
|
352 |
msgid "(105) Unable to export site information file. Please try again"
|
353 |
msgstr ""
|
354 |
"(105) Hindi ma -export ang site information file. Mangyaring subukan muli"
|
355 |
|
356 |
-
#: lib/includes/job_backup.php:
|
357 |
msgid "(106) Unable to cleanup your backup directory"
|
358 |
msgstr "(106) Hindi malinisan ang iyong direktoryo ng backup"
|
359 |
|
360 |
-
#: lib/includes/job_backup.php:
|
361 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
362 |
msgstr "(107) Hindi masiksik ang iyong backup. Mangyaring subukan muli"
|
363 |
|
364 |
-
#: lib/includes/job_backup.php:
|
365 |
msgid "(108) Unable to backup your site data files. Please try again"
|
366 |
msgstr ""
|
367 |
"(108) Hindi ma-backup ang iyong site data files .Mangyaring subukan muli"
|
368 |
|
369 |
-
#: lib/includes/job_backup.php:
|
370 |
msgid "(109) Unable to finalize backup. Please try again"
|
371 |
msgstr "(109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
|
372 |
|
373 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
374 |
msgid ""
|
375 |
"(114) Your database was accessible but an export could not be created. "
|
376 |
"Please contact support by clicking the get support link on the right. Please "
|
377 |
"let us know who your host is when you submit the request"
|
378 |
msgstr ""
|
379 |
"(114) Ang iyong database ay maaring ma- access ngunit hindi makakalikha ng "
|
380 |
-
"export . Mangyaring makipag-ugnayan sa
|
381 |
"pamamagitan ng pag-click sa link na ito . Mangyaring ipaalam sa amin kung "
|
382 |
"sino ang iyong host kung magpapadala ng ticket."
|
383 |
|
384 |
-
#: lib/includes/job_backup.php:
|
385 |
msgid "(120) Unable to backup your themes. Please try again"
|
386 |
msgstr "(120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
|
387 |
|
388 |
-
#: lib/includes/job_backup.php:
|
389 |
msgid "(121) Unable to backup your plugins. Please try again"
|
390 |
msgstr "(121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
|
391 |
|
392 |
-
#: lib/includes/job_backup.php:
|
393 |
msgid "(122) Unable to backup your uploads. Please try again"
|
394 |
msgstr "(122) Hindi ma-backup ang iyong mga uploads. Mangyaring subukan muli"
|
395 |
|
396 |
-
#: lib/includes/job_backup.php:
|
397 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
398 |
msgstr ""
|
399 |
"(123) Hindi ma-backup ang iyong sari-sari na mga file. Mangyaring subukan "
|
400 |
"muli"
|
401 |
|
402 |
-
#: lib/includes/job_backup.php:
|
403 |
msgid ""
|
404 |
"(125) Unable to compress your backup because there is no zip utility "
|
405 |
"available. Please contact support"
|
@@ -407,21 +413,21 @@ msgstr ""
|
|
407 |
"(125) Hindi ma- siksik ang iyong backup dahil walang available na zip "
|
408 |
"utility. Mangyaring makipag-ugnayan sa support para sa tulong. "
|
409 |
|
410 |
-
#: lib/includes/job_backup.php:
|
411 |
msgid "(126) Unable to validate your backup. Please try again"
|
412 |
msgstr "(126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
|
413 |
|
414 |
-
#: lib/includes/job_backup.php:
|
415 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
416 |
msgstr ""
|
417 |
"(127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
|
418 |
"Mangyaring subukan muli"
|
419 |
|
420 |
-
#: lib/includes/job_backup.php:
|
421 |
msgid "(128) Unable to create job control record. Please try again"
|
422 |
msgstr "(128) Hindi makalikha ng job control record. Mangyaring subukan muli"
|
423 |
|
424 |
-
#: lib/includes/job_backup.php:
|
425 |
msgid ""
|
426 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
427 |
"settings of your wp-backitup backup directory"
|
@@ -430,7 +436,7 @@ msgstr ""
|
|
430 |
"suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
|
431 |
"backitup "
|
432 |
|
433 |
-
#: lib/includes/job_backup.php:
|
434 |
msgid ""
|
435 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
436 |
"your wp-backitup plugin directory"
|
@@ -438,90 +444,93 @@ msgstr ""
|
|
438 |
"(2102) Hindi makalikha ng direktoryo ng backup. Mangyaring suriin ang mga "
|
439 |
"setting ng CHMOD ng inyong direktoryo ng plugin ng wp-backitup "
|
440 |
|
441 |
-
#: lib/includes/job_backup.php:
|
442 |
msgid "(2103) Unable to backup your files. Please try again"
|
443 |
msgstr "(2103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
|
444 |
|
445 |
-
#: lib/includes/job_backup.php:
|
446 |
msgid "(2104) Unable to export your database. Please try again"
|
447 |
msgstr "(2104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
|
448 |
|
449 |
-
#: lib/includes/job_backup.php:
|
450 |
msgid "(2105) Unable to export site information file. Please try again"
|
451 |
msgstr ""
|
452 |
"(2105) Hindi ma-export and site information file. Mangyaring subukan muli"
|
453 |
|
454 |
-
#: lib/includes/job_backup.php:
|
455 |
msgid "(2106) Unable to cleanup your backup directory"
|
456 |
msgstr "(2106) Hindi malinisan ang iyong direktoryo ng backup"
|
457 |
|
458 |
-
#: lib/includes/job_backup.php:
|
459 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
460 |
msgstr ""
|
461 |
"(2107) Hindi ma-siksik sa (zip) ang iyong backup. Mangyaring subukan muli"
|
462 |
|
463 |
-
#: lib/includes/job_backup.php:
|
464 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
465 |
msgstr ""
|
466 |
"(2108) Hindi ma-backup ang iyong site data files. Mangyaring subukan muli"
|
467 |
|
468 |
-
#: lib/includes/job_backup.php:
|
469 |
msgid "(2109) Unable to finalize backup. Please try again"
|
470 |
msgstr "(2109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
|
471 |
|
472 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
473 |
msgid ""
|
474 |
"(2114) Your database was accessible but an export could not be created. "
|
475 |
"Please contact support by clicking the get support link on the right. Please "
|
476 |
"let us know who your host is when you submit the request"
|
477 |
msgstr ""
|
478 |
"(2114) Ang iyong database ay maaring ma- access ngunit hindi makakalikha ng "
|
479 |
-
"export . Mangyaring makipag-ugnayan sa
|
480 |
-
"pamamagitan ng pag-click sa link na
|
481 |
-
"
|
482 |
-
"kahilingan."
|
483 |
|
484 |
-
#: lib/includes/job_backup.php:
|
485 |
msgid "(2120) Unable to backup your themes. Please try again"
|
486 |
msgstr "(2120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
|
487 |
|
488 |
-
#: lib/includes/job_backup.php:
|
489 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
490 |
msgstr "(2121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
|
491 |
|
492 |
-
#: lib/includes/job_backup.php:
|
493 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
494 |
msgstr "(2122) Hindi ma-backup ang iyong mga upload. Mangyaring subukan muli"
|
495 |
|
496 |
-
#: lib/includes/job_backup.php:
|
497 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
498 |
msgstr ""
|
499 |
"(2123) Hindi ma-backup ang iyong mga sari-sari na mga file. Mangyaring "
|
500 |
"subukan muli"
|
501 |
|
502 |
-
#: lib/includes/job_backup.php:
|
503 |
msgid ""
|
504 |
"(2125) Unable to compress your backup because there is no zip utility "
|
505 |
"available. Please contact support"
|
506 |
msgstr ""
|
507 |
"(2125) Hindi ma-isiksik ang iyong backup dahil walang magagamit na zip "
|
508 |
-
"utility. Mangyaring makipag-ugnayan sa
|
509 |
|
510 |
-
#: lib/includes/job_backup.php:
|
511 |
msgid "(2126) Unable to validate your backup. Please try again"
|
512 |
msgstr "(2126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
|
513 |
|
514 |
-
#: lib/includes/job_backup.php:
|
515 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
516 |
msgstr ""
|
517 |
"(2127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
|
518 |
"Mangyaring subukan muli"
|
519 |
|
520 |
-
#: lib/includes/job_backup.php:
|
521 |
msgid "(2128) Unable to create job control record. Please try again"
|
522 |
msgstr "(2128) Hindi makalikha ng job control record. Mangyaring subukan muli"
|
523 |
|
524 |
-
#: lib/includes/job_backup.php:
|
525 |
msgid "(999) Unexpected error"
|
526 |
msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
|
527 |
|
@@ -533,26 +542,26 @@ msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
|
|
533 |
msgid "%s Dashboard"
|
534 |
msgstr "%s Dashboard"
|
535 |
|
536 |
-
#: views/backup.php:
|
537 |
msgid "Dismiss"
|
538 |
msgstr "Alisin"
|
539 |
|
540 |
-
#: views/backup.php:
|
541 |
#, php-format
|
542 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
543 |
msgstr ""
|
544 |
"Ang backup folder ay hindi umiiral. Makipagugnayan sa %s suport para sa "
|
545 |
"tulong. "
|
546 |
|
547 |
-
#: views/backup.php:
|
548 |
msgid "support"
|
549 |
-
msgstr "
|
550 |
|
551 |
-
#: views/backup.php:
|
552 |
msgid "Close"
|
553 |
msgstr "Isara"
|
554 |
|
555 |
-
#: views/backup.php:
|
556 |
msgid ""
|
557 |
"Click the backup button to create a zipped backup file of this site's "
|
558 |
"database, plugins, themes and settings."
|
@@ -560,7 +569,7 @@ msgstr ""
|
|
560 |
"I-click ang buton na backup upang lumikha ng zip backup file ng database, "
|
561 |
"plugins, mga tema at mga setting ng site database"
|
562 |
|
563 |
-
#: views/backup.php:
|
564 |
msgid ""
|
565 |
"Once your backup file has been created it will appear in the available "
|
566 |
"backups section below. This file may remain on your hosting providers server "
|
@@ -571,38 +580,38 @@ msgstr ""
|
|
571 |
"hosting provider server ngunit inirerekumenda namin na iyong i-download at i-"
|
572 |
"save . "
|
573 |
|
574 |
-
#: views/backup.php:
|
575 |
msgid ""
|
576 |
-
"
|
577 |
"automated restore of their site."
|
578 |
msgstr ""
|
579 |
-
"Ang mga premium customer ng
|
580 |
"files upang magsagawa ng awtomatikong pagbabalik sa orihinal ng kanilang "
|
581 |
"site. "
|
582 |
|
583 |
-
#: views/backup.php:
|
584 |
msgid "Cancel"
|
585 |
msgstr "Ikansela"
|
586 |
|
587 |
-
#: views/backup.php:
|
588 |
#, php-format
|
589 |
msgid ""
|
590 |
-
"
|
591 |
"their site. Please visit %s for manual restore instructions."
|
592 |
msgstr ""
|
593 |
-
"Maaaring gamitin ng
|
594 |
-
"
|
595 |
-
"
|
596 |
|
597 |
-
#: views/backup.php:
|
598 |
msgid "Backup Schedule"
|
599 |
msgstr "Backup Iskedyul"
|
600 |
|
601 |
-
#: views/backup.php:
|
602 |
msgid "Select the days of the week you would like your backup to run."
|
603 |
msgstr "Piliin ang mga araw na nais mong magsimula ang iyong backup "
|
604 |
|
605 |
-
#: views/backup.php:
|
606 |
msgid ""
|
607 |
"Backup your site once per week or every day, it's up to you. If you have "
|
608 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -617,173 +626,179 @@ msgstr ""
|
|
617 |
"file na ito ay maaaring manatili sa iyong hosting provider server ngunit "
|
618 |
"inirerekumenda namin na iyong i-download at i-save."
|
619 |
|
620 |
-
#: views/backup.php:
|
621 |
msgid "Please make sure to schedule your backup for at least once per week."
|
622 |
msgstr ""
|
623 |
"Mangyaring siguraduhin na mag-iskedyul ng iyong mga backup , isang beses sa "
|
624 |
"isang linggo."
|
625 |
|
626 |
-
#: views/backup.php:
|
627 |
msgid "Monday"
|
628 |
msgstr "Lunes"
|
629 |
|
630 |
-
#: views/backup.php:
|
631 |
msgid "Tuesday"
|
632 |
msgstr "Martes"
|
633 |
|
634 |
-
#: views/backup.php:
|
635 |
msgid "Wednesday"
|
636 |
msgstr "Miyerkules"
|
637 |
|
638 |
-
#: views/backup.php:
|
639 |
msgid "Thursday"
|
640 |
msgstr "Huwebes"
|
641 |
|
642 |
-
#: views/backup.php:
|
643 |
msgid "Friday"
|
644 |
msgstr "Biyernes"
|
645 |
|
646 |
-
#: views/backup.php:
|
647 |
msgid "Saturday"
|
648 |
msgstr "Sabado"
|
649 |
|
650 |
-
#: views/backup.php:
|
651 |
msgid "Sunday"
|
652 |
msgstr "Linggo"
|
653 |
|
654 |
-
#: views/backup.php:
|
655 |
msgid "Save Schedule"
|
656 |
msgstr "I-save ang iskedyul "
|
657 |
|
658 |
-
#: views/backup.php:
|
659 |
#, php-format
|
660 |
msgid ""
|
661 |
-
"Scheduled backups are only available to
|
662 |
-
"Please visit %s to get
|
663 |
msgstr ""
|
664 |
-
"Ang pag iskedyul ng backup ay magagamit lamang ng
|
665 |
-
"customer. Mangyaring bisitahin ang %s upang makakuha ng
|
666 |
"free para sa 30 araw. "
|
667 |
|
668 |
-
#: views/backup.php:
|
669 |
msgid "Available Backups"
|
670 |
msgstr "Magagamit na Backups "
|
671 |
|
672 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
673 |
msgid "Date"
|
674 |
msgstr "Petsa"
|
675 |
|
676 |
-
#: views/backup.php:
|
677 |
msgid "Duration"
|
678 |
msgstr "Panahong itinagal"
|
679 |
|
680 |
-
#: views/backup.php:
|
681 |
msgid "Success"
|
682 |
msgstr "Matagumpay! "
|
683 |
|
684 |
-
#: views/backup.php:
|
685 |
msgid "Active"
|
686 |
msgstr "Aktibo: "
|
687 |
|
688 |
-
#: views/backup.php:
|
689 |
msgid "No backup archives found."
|
690 |
msgstr "Walang nahanap na backup archive"
|
691 |
|
692 |
-
#: views/backup.php:
|
693 |
#, php-format
|
694 |
msgid ""
|
695 |
-
"The automated restore feature is only available to
|
696 |
-
"customers. Please visit %s to get
|
697 |
msgstr ""
|
698 |
-
"Ang awtomatikong pagbabalik sa orihinal ay magagamit lamang ng
|
699 |
-
"premium customer. Mangyaring bisitahin ang %s upang makakuha ng
|
700 |
"risk free para sa 30 araw."
|
701 |
|
702 |
-
#: views/backup.php:
|
703 |
msgid "Nothing to report"
|
704 |
msgstr "Walang maiulat"
|
705 |
|
706 |
-
#: views/backup.php:
|
707 |
msgid "Preparing for backup"
|
708 |
msgstr "Paghahanda para sa backup"
|
709 |
|
710 |
-
#: views/backup.php:
|
711 |
-
#: views/backup.php:
|
712 |
-
#: views/backup.php:
|
713 |
-
#: views/backup.php:
|
714 |
-
#: views/restore.php:
|
715 |
-
#: views/restore.php:
|
716 |
-
#: views/restore.php:
|
|
|
717 |
msgid "Done"
|
718 |
msgstr "Tapos na "
|
719 |
|
720 |
-
#: views/backup.php:
|
721 |
-
#: views/backup.php:
|
722 |
-
#: views/backup.php:
|
723 |
-
#: views/backup.php:
|
724 |
-
#: views/restore.php:
|
725 |
-
#: views/restore.php:
|
726 |
-
#: views/restore.php:
|
|
|
727 |
msgid "Failed"
|
728 |
msgstr "Hindi napagtagumpayan "
|
729 |
|
730 |
-
#: views/backup.php:
|
731 |
msgid "Creating inventory of files to backup"
|
732 |
msgstr "Paglikha ng imbentaryo ng files para i-backup."
|
733 |
|
734 |
-
#: views/backup.php:
|
735 |
msgid "Backing up database"
|
736 |
msgstr "Pag-back up ng database"
|
737 |
|
738 |
-
#: views/backup.php:
|
739 |
msgid "Creating backup information file"
|
740 |
msgstr "Paglikha ng backup information file "
|
741 |
|
742 |
-
#: views/backup.php:
|
743 |
msgid "Backing up themes"
|
744 |
msgstr "Pag-back up ng tema"
|
745 |
|
746 |
-
#: views/backup.php:
|
747 |
msgid "Backing up plugins"
|
748 |
msgstr "Pag-back up plugins"
|
749 |
|
750 |
-
#: views/backup.php:
|
751 |
msgid "Backing up uploads"
|
752 |
msgstr "Pag-back up uploads"
|
753 |
|
754 |
-
#: views/backup.php:
|
755 |
msgid "Backing up everything else"
|
756 |
msgstr "Pag- back up ng lahat ng iba pa"
|
757 |
|
758 |
-
#: views/backup.php:
|
759 |
msgid "Validating backup"
|
760 |
msgstr "Pagpapatunay sa backup "
|
761 |
|
762 |
-
#: views/backup.php:
|
763 |
msgid "Finalizing backup"
|
764 |
msgstr "Pag kumpleto ng backup"
|
765 |
|
766 |
-
#: views/backup.php:
|
767 |
msgid "Backup completed successfully"
|
768 |
msgstr "Matagumpay na nakumpleto ang backup"
|
769 |
|
770 |
-
#: views/backup.php:
|
771 |
msgid "Backups"
|
772 |
msgstr "Backups"
|
773 |
|
774 |
-
#: views/backup.php:
|
775 |
msgid "Version "
|
776 |
msgstr "Bersyon "
|
777 |
|
778 |
-
#: views/backup.php:
|
779 |
-
msgid "Welcome to
|
780 |
-
msgstr "Maligayang pagdating sa
|
781 |
|
782 |
-
#: views/backup.php:
|
783 |
msgid "The simplest way to backup your WordPress site."
|
784 |
msgstr "Ang pinakasimpleng paraan upang i- backup ang iyong WordPress site."
|
785 |
|
786 |
-
#: views/backup.php:
|
787 |
msgid ""
|
788 |
"Getting started is easy, just click the backup button on the left side of "
|
789 |
"this page."
|
@@ -791,7 +806,7 @@ msgstr ""
|
|
791 |
"Ang pagsisimula ay madali, i-click lamang ang buton ng backup sa kaliwang "
|
792 |
"bahagi ng pahinang ito."
|
793 |
|
794 |
-
#: views/backup.php:
|
795 |
#, php-format
|
796 |
msgid ""
|
797 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
@@ -800,37 +815,37 @@ msgstr ""
|
|
800 |
"Malugod na pagbati! Ikaw ay nagsagawa ng <span style=\"font-weight:bold;font-"
|
801 |
"size:medium;color: green\">%s</span> matagumpay na backups "
|
802 |
|
803 |
-
#: views/backup.php:
|
804 |
msgid "Tips"
|
805 |
msgstr "Tips"
|
806 |
|
807 |
-
#: views/backup.php:
|
808 |
msgid "Backup your site at least once per week"
|
809 |
msgstr "Mag backup ng iyong site isang beses sa isang linggo"
|
810 |
|
811 |
-
#: views/backup.php:
|
812 |
msgid "Download all your backups and store them somewhere safe"
|
813 |
msgstr "I-download ang lahat ng iyong mga backup at itago saan man ligtas"
|
814 |
|
815 |
-
#: views/backup.php:
|
816 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
817 |
msgstr ""
|
818 |
"Upang mapatunayan na maayos ang iyong mga backup tignan ang nilalaman nito "
|
819 |
|
820 |
-
#: views/backup.php:
|
821 |
#, php-format
|
822 |
msgid "Why not %s and schedule your backups!"
|
823 |
msgstr "Bakit hindi %s at i-iskedyul ang iyong mga backup!"
|
824 |
|
825 |
-
#: views/backup.php:
|
826 |
msgid "upgrade"
|
827 |
msgstr "upgrade"
|
828 |
|
829 |
-
#: views/backup.php:
|
830 |
-
msgid "Register
|
831 |
-
msgstr "Magrehistro ng
|
832 |
|
833 |
-
#: views/backup.php:
|
834 |
msgid ""
|
835 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
836 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -838,87 +853,87 @@ msgid ""
|
|
838 |
"site."
|
839 |
msgstr ""
|
840 |
"Ilagay ang iyong pangalan at email address upang makatanggap ng <b>special "
|
841 |
-
"offers </ b> at access sa aming pinakamahusay na <b>
|
842 |
"> \n"
|
843 |
"Ilagay ang iyong license key upang ma-activate sa site na ito."
|
844 |
|
845 |
-
#: views/backup.php:
|
846 |
msgid "name"
|
847 |
msgstr "Pangalan"
|
848 |
|
849 |
-
#: views/backup.php:
|
850 |
msgid "email address"
|
851 |
msgstr "email address"
|
852 |
|
853 |
-
#: views/backup.php:
|
854 |
msgid "license key"
|
855 |
msgstr "license key"
|
856 |
|
857 |
-
#: views/backup.php:
|
858 |
#, php-format
|
859 |
msgid "%s"
|
860 |
msgstr "%s"
|
861 |
|
862 |
-
#: views/backup.php:
|
863 |
msgid "Free plugin customers do not need to enter license key."
|
864 |
msgstr ""
|
865 |
"Ang mga free plugin customers ay hindi na kailangang maglagay ng license "
|
866 |
"key "
|
867 |
|
868 |
-
#: views/backup.php:
|
869 |
msgid "Register"
|
870 |
msgstr "Mag-rehistro"
|
871 |
|
872 |
-
#: views/backup.php:
|
873 |
msgid "License Info"
|
874 |
msgstr "Impormasyon ng Lisensya"
|
875 |
|
876 |
-
#: views/backup.php:
|
877 |
msgid "Name"
|
878 |
msgstr "Pangalan"
|
879 |
|
880 |
-
#: views/backup.php:
|
881 |
msgid "Email"
|
882 |
msgstr "Email"
|
883 |
|
884 |
-
#: views/backup.php:
|
885 |
msgid "License Type"
|
886 |
msgstr "Uri ng Lisensya"
|
887 |
|
888 |
-
#: views/backup.php:
|
889 |
msgid "Expires"
|
890 |
-
msgstr "
|
891 |
|
892 |
-
#: views/backup.php:
|
893 |
msgid "Enter license key to activate on this site."
|
894 |
msgstr "Ilagay ang license key upang ma-activate sa site na ito"
|
895 |
|
896 |
-
#: views/backup.php:
|
897 |
msgid "License Active"
|
898 |
msgstr "Aktibong Lisensya "
|
899 |
|
900 |
-
#: views/backup.php:
|
901 |
msgid "License expired"
|
902 |
msgstr "Wala ng bisa ang lisensya"
|
903 |
|
904 |
-
#: views/backup.php:
|
905 |
msgid "Update"
|
906 |
msgstr "Update"
|
907 |
|
908 |
-
#: views/backup.php:
|
909 |
msgid "Activate"
|
910 |
msgstr "I-activate"
|
911 |
|
912 |
-
#: views/backup.php:
|
913 |
#, php-format
|
914 |
msgid "Purchase a %s license using the purchase link above."
|
915 |
msgstr "Bumili ng %s lisensiya gamit ang link na nasa itaas. "
|
916 |
|
917 |
-
#: views/backup.php:
|
918 |
msgid "no-risk"
|
919 |
msgstr "no risk "
|
920 |
|
921 |
-
#: views/backup.php:
|
922 |
#, php-format
|
923 |
msgid ""
|
924 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -927,58 +942,44 @@ msgid ""
|
|
927 |
msgstr ""
|
928 |
"<a href=\"%s\" target=\"blank\"> i-renew </a> ang iyong lisensya ngayon "
|
929 |
"para sa isa pang taon ng mga update <strong> ng produkto </strong> at "
|
930 |
-
"<strong> priority
|
931 |
|
932 |
-
#: views/backup.php:
|
933 |
msgid "Useful Links"
|
934 |
msgstr "Kapaki-pakinabang na mga Link"
|
935 |
|
936 |
-
#: views/backup.php:
|
937 |
msgid "Getting Started Video"
|
938 |
-
msgstr ""
|
939 |
|
940 |
-
#: views/backup.php:
|
941 |
msgid "Your account"
|
942 |
msgstr "Ang iyong account"
|
943 |
|
944 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
945 |
msgid "Documentation"
|
946 |
msgstr "Dokumentasyon"
|
947 |
|
948 |
-
#: views/backup.php:
|
949 |
msgid "Get support"
|
950 |
-
msgstr "Makipagugnayan sa
|
951 |
|
952 |
-
#: views/backup.php:
|
953 |
msgid "Feature request"
|
954 |
msgstr "Feature request"
|
955 |
|
956 |
-
#: views/backup.php:
|
957 |
msgid "Language Translations"
|
958 |
msgstr "Pagsasalin ng Wika"
|
959 |
|
960 |
-
#: views/backup.php:
|
961 |
msgid "Contact"
|
962 |
msgstr "Contact"
|
963 |
|
964 |
-
#: views/backup.php:626 views/backup.php:651
|
965 |
-
msgid "WP BackItUp Backup Set"
|
966 |
-
msgstr "WP BackItUp BackUp Set"
|
967 |
-
|
968 |
-
#: views/backup.php:628
|
969 |
-
msgid ""
|
970 |
-
"Below are the archive files included in this backup set. Click the link to "
|
971 |
-
"download."
|
972 |
-
msgstr ""
|
973 |
-
"Sa ibaba ay ang mga archive files na kasama sa backup set. I-click ang link "
|
974 |
-
"upang i-download."
|
975 |
-
|
976 |
-
#: views/backup.php:652
|
977 |
-
msgid "Please refresh this page to download your new backup files."
|
978 |
-
msgstr ""
|
979 |
-
"Mangyaring i-refresh ang pahinang ito upang i-download ang iyong bagong "
|
980 |
-
"backup file."
|
981 |
-
|
982 |
#: views/restore.php:13
|
983 |
#, php-format
|
984 |
msgid "%s Restore"
|
@@ -1006,13 +1007,13 @@ msgstr ""
|
|
1006 |
#, php-format
|
1007 |
msgid ""
|
1008 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1009 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
1010 |
-
"
|
1011 |
msgstr ""
|
1012 |
"<p>* Ang feature na awtomatikong pagbalik sa orihinal na site ay para lamang "
|
1013 |
-
"sa mga customers na may lisensya. Mangyaring bisitahin <a
|
1014 |
-
"target=\"_blank\">%s</a> upang makakuha ng lisensiya ng
|
1015 |
-
"free ng 30 araw. </p>"
|
1016 |
|
1017 |
#: views/restore.php:177
|
1018 |
msgid "Upload"
|
@@ -1020,31 +1021,31 @@ msgstr "Upload"
|
|
1020 |
|
1021 |
#: views/restore.php:180
|
1022 |
msgid ""
|
1023 |
-
"Upload
|
1024 |
"backups."
|
1025 |
msgstr ""
|
1026 |
-
"Mag-upload ng
|
1027 |
-
"ng mga magagamit na backup. "
|
1028 |
|
1029 |
#: views/restore.php:197
|
1030 |
-
msgid "
|
1031 |
-
msgstr "
|
1032 |
|
1033 |
#: views/restore.php:198
|
1034 |
-
msgid "Backup files may be uploaded into
|
1035 |
msgstr ""
|
1036 |
-
"Ang Backup file ay maaaring ma-i -upload sa
|
1037 |
-
"form na ito"
|
1038 |
|
1039 |
#: views/restore.php:198
|
1040 |
msgid ""
|
1041 |
-
"They may also be uploaded manually into the
|
1042 |
-
"
|
1043 |
-
"
|
1044 |
msgstr ""
|
1045 |
-
"Ang mga ito ay maaari ding mano-mano na ma-i-upload sa direktoryo ng
|
1046 |
-
"
|
1047 |
-
"pag-upload ng lahat ng backup file, i - refresh ang pahinang ito."
|
1048 |
|
1049 |
#: views/restore.php:202
|
1050 |
#, php-format
|
@@ -1065,63 +1066,67 @@ msgstr ""
|
|
1065 |
"I-reload ang pahinang ito kapag tapos na ang pag-upload upang makita ang "
|
1066 |
"mga bagong backup sa available section ng backups na nasa itaas. "
|
1067 |
|
1068 |
-
#: views/restore.php:
|
1069 |
msgid "Preparing for restore"
|
1070 |
msgstr "Paghahanda na maipanumbalik sa orihinal"
|
1071 |
|
1072 |
-
#: views/restore.php:244
|
1073 |
-
msgid "Unzipping backup set"
|
1074 |
-
msgstr "Pag unzip ng backup set"
|
1075 |
-
|
1076 |
#: views/restore.php:245
|
1077 |
-
msgid "
|
1078 |
-
msgstr "
|
1079 |
|
1080 |
#: views/restore.php:246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1081 |
msgid "Deactivating plugins"
|
1082 |
msgstr "Tanggalin ang pagka-aktibo ng plugin"
|
1083 |
|
1084 |
-
#: views/restore.php:
|
1085 |
msgid "Creating database restore point"
|
1086 |
msgstr "Paglikha ng database restore point"
|
1087 |
|
1088 |
-
#: views/restore.php:
|
1089 |
msgid "Staging content files"
|
1090 |
msgstr "Pagsasaayos ng mga nilalaman na files "
|
1091 |
|
1092 |
-
#: views/restore.php:
|
1093 |
msgid "Restoring content files"
|
1094 |
msgstr "Ipinapanumbalik ang nilalaman na mga file"
|
1095 |
|
1096 |
-
#: views/restore.php:
|
1097 |
msgid "Restoring database"
|
1098 |
msgstr "Ipinapanumbalik ang database"
|
1099 |
|
1100 |
-
#: views/restore.php:
|
1101 |
msgid "Updating current user info"
|
1102 |
msgstr "Pag-update ng mga kasalukuyang impormasyon ng user"
|
1103 |
|
1104 |
-
#: views/restore.php:
|
1105 |
msgid "Updating site URL"
|
1106 |
msgstr "Pag-update ng site URL "
|
1107 |
|
1108 |
-
#: views/restore.php:
|
1109 |
msgid "Updating permalinks"
|
1110 |
msgstr "Pag-update ng permalinks"
|
1111 |
|
1112 |
-
#: views/restore.php:
|
1113 |
msgid "Error 201: No file selected"
|
1114 |
msgstr "Error 201: Walang napiling file"
|
1115 |
|
1116 |
-
#: views/restore.php:
|
1117 |
msgid "Error 202: Your file could not be uploaded"
|
1118 |
msgstr "Error 202: Hindi ma-i- upload ang iyong file"
|
1119 |
|
1120 |
-
#: views/restore.php:
|
1121 |
msgid "Error 203: Your backup could not be unzipped"
|
1122 |
msgstr "Error 203: Ang iyong backup ay hindi ma-i-unzipped"
|
1123 |
|
1124 |
-
#: views/restore.php:
|
1125 |
msgid ""
|
1126 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1127 |
"valid backup"
|
@@ -1129,36 +1134,36 @@ msgstr ""
|
|
1129 |
"Error 204: Ang iyong backup ay hindi wasto. Mangyaring siguraduhin na "
|
1130 |
"pinili mo ang isang tunay na backup."
|
1131 |
|
1132 |
-
#: views/restore.php:
|
1133 |
msgid "Error 205: Cannot create restore point"
|
1134 |
msgstr "Error 205: Hindi makalikha ng restore point"
|
1135 |
|
1136 |
-
#: views/restore.php:
|
1137 |
msgid "Error 206: Unable to connect to your database"
|
1138 |
msgstr "Error 206: Hindi makakonekta sa iyong database"
|
1139 |
|
1140 |
-
#: views/restore.php:
|
1141 |
msgid ""
|
1142 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1143 |
msgstr ""
|
1144 |
"Error 207: Hindi makuha ang kasalukuyang URL site mula sa database. "
|
1145 |
"Mangyaring subukan muli"
|
1146 |
|
1147 |
-
#: views/restore.php:
|
1148 |
msgid ""
|
1149 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1150 |
msgstr ""
|
1151 |
"Error 208: Hindi makuha ang kasalukuyang home URL mula sa database. "
|
1152 |
"Mangyaring subukan muli"
|
1153 |
|
1154 |
-
#: views/restore.php:
|
1155 |
msgid ""
|
1156 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1157 |
msgstr ""
|
1158 |
"Error 209: Hindi makuha ang kasalukuyang user ID mula sa database. "
|
1159 |
"Mangyaring subukan muli"
|
1160 |
|
1161 |
-
#: views/restore.php:
|
1162 |
msgid ""
|
1163 |
"Error 210: Unable to get current user password from database. Please try "
|
1164 |
"again"
|
@@ -1166,14 +1171,14 @@ msgstr ""
|
|
1166 |
"Error 210: Hindi makuha ang kasalukuyang user password mula sa database. "
|
1167 |
"Mangyaring subukan muli"
|
1168 |
|
1169 |
-
#: views/restore.php:
|
1170 |
msgid ""
|
1171 |
"Error 211: Unable to get current user email from database. Please try again"
|
1172 |
msgstr ""
|
1173 |
"Error 211: Hindi makuha ang kasalukuyang user email mula sa database. "
|
1174 |
"Mangyaring subukan muli"
|
1175 |
|
1176 |
-
#: views/restore.php:
|
1177 |
msgid ""
|
1178 |
"Error 212: Unable to import your database. This may require importing the "
|
1179 |
"file manually"
|
@@ -1181,7 +1186,7 @@ msgstr ""
|
|
1181 |
"Error 212: Hindi ma-import ang iyong database. Maaaring mangailangan ng mano "
|
1182 |
"-mano na pag-import ng file"
|
1183 |
|
1184 |
-
#: views/restore.php:
|
1185 |
msgid ""
|
1186 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1187 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1191,7 +1196,7 @@ msgstr ""
|
|
1191 |
"pangkalahatang mga setting ng WordPress upang matiyak na ang iyong site at "
|
1192 |
"WordPress URL ay tama"
|
1193 |
|
1194 |
-
#: views/restore.php:
|
1195 |
msgid ""
|
1196 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1197 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
@@ -1201,7 +1206,7 @@ msgstr ""
|
|
1201 |
"pangkalahatang mga setting ng iyong WordPress upang matiyak na ang iyong "
|
1202 |
"site at WordPress URL ay tama"
|
1203 |
|
1204 |
-
#: views/restore.php:
|
1205 |
msgid ""
|
1206 |
"Warning 215: Unable to update your user information. This may require you to "
|
1207 |
"login with the admin username and password that was used when the backup was "
|
@@ -1211,15 +1216,15 @@ msgstr ""
|
|
1211 |
"na ikaw ay mag-login gamit ang admin username at password na iyong ginamit "
|
1212 |
"sa paglikha ng backup. "
|
1213 |
|
1214 |
-
#: views/restore.php:
|
1215 |
msgid "Error 216: Database not found in backup"
|
1216 |
msgstr "Error 216: Ang database ay hindi matagpuan sa backup"
|
1217 |
|
1218 |
-
#: views/restore.php:
|
1219 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1220 |
msgstr "Babala 217: Hindi matanggal ang umiiral na direktoryo ng wp-content"
|
1221 |
|
1222 |
-
#: views/restore.php:
|
1223 |
msgid ""
|
1224 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1225 |
"CHMOD settings in /wp-content/"
|
@@ -1227,17 +1232,17 @@ msgstr ""
|
|
1227 |
"Error 218: Hindi makalikha ng mga bagong direktoryo ng wp-content. "
|
1228 |
"Mangyaring suriin ang mga setting ng CHMOD sa / wp-content / "
|
1229 |
|
1230 |
-
#: views/restore.php:
|
1231 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1232 |
msgstr "Error 219: Hindi ma - import ang wp-content. Mangyaring subukan muli."
|
1233 |
|
1234 |
-
#: views/restore.php:
|
1235 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1236 |
msgstr ""
|
1237 |
"Babala 220: Hindi malinisan ang import ng direktoryo. Walang kinakailangang "
|
1238 |
"aksyon"
|
1239 |
|
1240 |
-
#: views/restore.php:
|
1241 |
#, php-format
|
1242 |
msgid ""
|
1243 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1250,24 +1255,24 @@ msgstr ""
|
|
1250 |
"ang iyong site. Tignan ang www.wpbackitup.com <a href =\"%s\" target="
|
1251 |
"\"_blank\"> FAQs </a> para sa karagdagang impormasyon."
|
1252 |
|
1253 |
-
#: views/restore.php:
|
1254 |
msgid "Error 222: Unable to create restore folder"
|
1255 |
msgstr "Error 222: Hindi makalikha ng restore folder"
|
1256 |
|
1257 |
-
#: views/restore.php:
|
1258 |
msgid ""
|
1259 |
-
"Error 223: An error occurred during the restore.
|
1260 |
"restore the database to its previous state but were unsuccessful. Please "
|
1261 |
-
"contact
|
1262 |
"further restores"
|
1263 |
msgstr ""
|
1264 |
"Error 223: May naganap na error habang isinasagawa ang pagbabalik sa "
|
1265 |
-
"orihinal ng database
|
1266 |
-
"
|
1267 |
-
"Mangyaring makipag-ugnayan sa
|
1268 |
-
"wag subukin na magsagawa ng anumang karagdagang
|
1269 |
|
1270 |
-
#: views/restore.php:
|
1271 |
msgid ""
|
1272 |
"Error 224: An error occurred during the restore, however, we have "
|
1273 |
"successfully restored your database to the previous state"
|
@@ -1276,14 +1281,14 @@ msgstr ""
|
|
1276 |
"gayunpaman, matagumpay na naipanumbalik ang iyong database sa dating estado "
|
1277 |
"nito"
|
1278 |
|
1279 |
-
#: views/restore.php:
|
1280 |
msgid ""
|
1281 |
-
"Error 225: Restore option is only available to licensed
|
1282 |
msgstr ""
|
1283 |
"Error 225: Ang opsyon na pagbabalik sa orihinal o restore ay magagamit "
|
1284 |
-
"lamang ng mga my lisensya na ng
|
1285 |
|
1286 |
-
#: views/restore.php:
|
1287 |
msgid ""
|
1288 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1289 |
"different version of WordPress"
|
@@ -1291,55 +1296,81 @@ msgstr ""
|
|
1291 |
"Error 226: Ang pagbabalik sa orihinal ay hindi maaaring magpatuloy dahil ang "
|
1292 |
"iyong backup ay nilikha gamit ang ibang bersyon ng WordPress"
|
1293 |
|
1294 |
-
#: views/restore.php:
|
1295 |
msgid ""
|
1296 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1297 |
-
"different version of
|
1298 |
-
"
|
1299 |
msgstr ""
|
1300 |
"Error 227: Hindi maaaring magpatuloy ang restore dahil ang iyong backup ay "
|
1301 |
-
"nilikha gamit ang ibang bersyon ng
|
1302 |
-
"sa
|
1303 |
"na ito sa kasalukuyang bersyon"
|
1304 |
|
1305 |
-
#: views/restore.php:
|
1306 |
msgid ""
|
1307 |
-
"Error 230:
|
1308 |
"restore. However, we were able to successfully revert the database back to "
|
1309 |
"its original state . This error may require importing the database manually"
|
1310 |
msgstr ""
|
1311 |
-
"Error 230: Ang
|
1312 |
-
"ibinabalik sa orihinal ang database. Gayunman,
|
1313 |
-
"
|
1314 |
-
"mano na
|
1315 |
|
1316 |
-
#: views/restore.php:
|
1317 |
msgid ""
|
1318 |
-
"Error 235:
|
1319 |
-
"
|
1320 |
msgstr ""
|
1321 |
-
"Error 235: Ang
|
1322 |
-
"available na zip utility. Mangyaring makipag-ugnayan sa
|
1323 |
"tulong"
|
1324 |
|
1325 |
-
#: views/restore.php:
|
1326 |
msgid ""
|
1327 |
-
"Error 250:
|
1328 |
"running. Please wait for the backup to complete and then try again"
|
1329 |
msgstr ""
|
1330 |
-
"Error 250: Hindi maaaring simulan ng
|
1331 |
-
"orihinal dahil my kasalukuyang backup na
|
1332 |
"na makumpleto ang backup at pagkatapos ay subukan ulit"
|
1333 |
|
1334 |
-
#: views/restore.php:
|
1335 |
msgid ""
|
1336 |
-
"Error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1337 |
"manifest is empty"
|
1338 |
msgstr ""
|
1339 |
-
"Error 251: Hindi maaaring simulan ng
|
1340 |
"orihinal dahil ang backup manifest ay walang laman"
|
1341 |
|
1342 |
-
#: views/restore.php:
|
1343 |
msgid ""
|
1344 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1345 |
"make sure to upload all zip files that were part of this backup"
|
@@ -1347,7 +1378,7 @@ msgstr ""
|
|
1347 |
"Error 252: Hindi bababa sa isang zip file ay nawawala mula sa iyong backup "
|
1348 |
"set. Pakitiyak na i-upload ang lahat ng zip file na bahagi ng backup na ito"
|
1349 |
|
1350 |
-
#: views/restore.php:
|
1351 |
msgid ""
|
1352 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1353 |
"Please make sure to upload only zip files that were part of this backup"
|
@@ -1356,7 +1387,7 @@ msgstr ""
|
|
1356 |
"manifest. Pakitiyak na i-upload lamang ang zip file na bahagi ng backup na "
|
1357 |
"ito "
|
1358 |
|
1359 |
-
#: views/restore.php:
|
1360 |
msgid ""
|
1361 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1362 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
@@ -1367,7 +1398,7 @@ msgstr ""
|
|
1367 |
"file sa backup set muli at subukang ipanumbalik sa orihinal ng isa pang "
|
1368 |
"beses."
|
1369 |
|
1370 |
-
#: views/restore.php:
|
1371 |
msgid ""
|
1372 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1373 |
"upload all zip files that were part of this backup"
|
@@ -1376,57 +1407,57 @@ msgstr ""
|
|
1376 |
"manifest. Pakitiyak na I-upload lamang ang zip file na bahagi ng backup na "
|
1377 |
"ito. "
|
1378 |
|
1379 |
-
#: views/restore.php:
|
1380 |
msgid ""
|
1381 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1382 |
-
"restore logs to see what
|
1383 |
msgstr ""
|
1384 |
"Babala 300: Hindi maibalik sa orihinal ang lahat ng nilalaman ng WordPress. "
|
1385 |
-
"Mangyaring suriin ang
|
1386 |
-
"nagawang ibalik sa orihinal ng
|
1387 |
|
1388 |
-
#: views/restore.php:
|
1389 |
msgid ""
|
1390 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1391 |
-
"to see what
|
1392 |
msgstr ""
|
1393 |
"Babala 305: Hindi maibalik sa orihinal ang lahat ng mga plugin. Mangyaring "
|
1394 |
-
"suriin ang iyong logs
|
1395 |
-
"hindi nagawang ibalik sa orihinal ng
|
1396 |
|
1397 |
-
#: views/restore.php:
|
1398 |
msgid "Error 2001: Unable to prepare site for restore"
|
1399 |
msgstr "Error 2001: Hindi maihanda ang site para maibalik sa orihinal "
|
1400 |
|
1401 |
-
#: views/restore.php:
|
1402 |
msgid "Error 2002: Unable to unzip backup"
|
1403 |
msgstr "Error 2002: Hindi magawang i-unzip ang backup"
|
1404 |
|
1405 |
-
#: views/restore.php:
|
1406 |
msgid "Error 2003: Unable to validate backup"
|
1407 |
msgstr "Error 2003: Hindi ma-validate ang backup"
|
1408 |
|
1409 |
-
#: views/restore.php:
|
1410 |
msgid "Error 2004: Unable to create restore point"
|
1411 |
msgstr "Error 2004: Hindi makalikha ng restore point"
|
1412 |
|
1413 |
-
#: views/restore.php:
|
1414 |
msgid "Error 2005: Unable to stage wp-content"
|
1415 |
msgstr "Error 2005: Hindi magawang mahanda ang wp-content"
|
1416 |
|
1417 |
-
#: views/restore.php:
|
1418 |
msgid "Error 2006: Unable to restore content files"
|
1419 |
msgstr "Error 2006: Hindi maibabalik sa orihinal ang nilalaman na file "
|
1420 |
|
1421 |
-
#: views/restore.php:
|
1422 |
msgid "Error 2007: Unable to restore database"
|
1423 |
msgstr "Error 2007: Hindi nagawang ibalik sa orihinal ang database"
|
1424 |
|
1425 |
-
#: views/restore.php:
|
1426 |
msgid "Error 2999: Unexpected error encountered"
|
1427 |
msgstr "Error 2999: Hindi inaasahang error ang naganap "
|
1428 |
|
1429 |
-
#: views/restore.php:
|
1430 |
msgid ""
|
1431 |
"Restore completed successfully. If you are prompted to login please do so "
|
1432 |
"with your current username and password"
|
@@ -1440,15 +1471,15 @@ msgstr ""
|
|
1440 |
msgid "%s Settings"
|
1441 |
msgstr "%s Setting"
|
1442 |
|
1443 |
-
#: views/settings.php:
|
1444 |
msgid "Settings updated successfully!"
|
1445 |
msgstr "Matagumpay na na-i-update ang plugin"
|
1446 |
|
1447 |
-
#: views/settings.php:
|
1448 |
msgid "Email Notifications"
|
1449 |
msgstr "Abiso sa Email"
|
1450 |
|
1451 |
-
#: views/settings.php:
|
1452 |
msgid ""
|
1453 |
"Please enter your email address if you would like to receive backup email "
|
1454 |
"notifications."
|
@@ -1456,7 +1487,7 @@ msgstr ""
|
|
1456 |
"Pakilagay ang iyong email address kung nais mong makatanggap ng mga abiso "
|
1457 |
"sa email tungkol sa backup. "
|
1458 |
|
1459 |
-
#: views/settings.php:
|
1460 |
msgid ""
|
1461 |
"Backup email notifications will be sent for every backup and will contain "
|
1462 |
"status information related to the backup."
|
@@ -1464,120 +1495,145 @@ msgstr ""
|
|
1464 |
"Magpapadala ng abiso sa email sa bawat backup at naglalaman ito ng "
|
1465 |
"impormasyon na may kaugnayan sa backup."
|
1466 |
|
1467 |
-
#: views/settings.php:
|
1468 |
-
#: views/settings.php:
|
1469 |
-
#: views/settings.php:
|
1470 |
msgid "Save"
|
1471 |
msgstr "I-save"
|
1472 |
|
1473 |
-
#: views/settings.php:
|
1474 |
msgid "Backup Retention"
|
1475 |
msgstr "Backup Retention"
|
1476 |
|
1477 |
-
#: views/settings.php:
|
1478 |
msgid ""
|
1479 |
"Enter the number of backup archives that you would like to remain on the "
|
1480 |
"server."
|
1481 |
msgstr "Ilagay ang bilang ng backup archive na nais mong manatili sa server."
|
1482 |
|
1483 |
-
#: views/settings.php:
|
1484 |
msgid ""
|
1485 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1486 |
-
"This option tells
|
1487 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1488 |
"oldest backup archives first."
|
1489 |
msgstr ""
|
1490 |
-
"Maraming mga host
|
1491 |
-
"kanilang server. Ang opsyon na ito ay nagsasabi sa
|
1492 |
"pinakamataas na bilang ng mga backup archives na dapat manatili sa iyong "
|
1493 |
-
"host server. Huwag mag-alala, kami ay palaging
|
1494 |
-
"pinakaluma na
|
1495 |
|
1496 |
-
#: views/settings.php:
|
1497 |
-
msgid "
|
1498 |
-
msgstr "
|
1499 |
|
1500 |
-
#: views/settings.php:
|
1501 |
-
msgid "Turn on
|
1502 |
-
msgstr "Mangyaring i
|
1503 |
|
1504 |
-
#: views/settings.php:
|
1505 |
msgid ""
|
1506 |
"This option should only be turned on by advanced users or when "
|
1507 |
"troubleshooting issues with WPBackItUp support."
|
1508 |
msgstr ""
|
1509 |
"Ang opsyon na ito ay dapat i- on kapag nag -troubleshoot ng mga isyu sa "
|
1510 |
-
"WPBackItUp.
|
1511 |
|
1512 |
-
#: views/settings.php:
|
1513 |
msgid "Yes"
|
1514 |
msgstr "Oo"
|
1515 |
|
1516 |
-
#: views/settings.php:
|
1517 |
msgid "No"
|
1518 |
msgstr "Hindi"
|
1519 |
|
1520 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1521 |
msgid "Batch Size"
|
1522 |
msgstr "Laki ng Pangkat"
|
1523 |
|
1524 |
-
#: views/settings.php:
|
1525 |
msgid "Enter the batch size for each of your content items."
|
1526 |
msgstr "Ilagay ang laki ng batch size sa bawat nilalaman na aytem. "
|
1527 |
|
1528 |
-
#: views/settings.php:
|
1529 |
msgid ""
|
1530 |
-
"These settings tell
|
1531 |
"backup at a time. If you experience timeouts while running a backup then "
|
1532 |
-
"these settings can be used to help reduce the amount of time it takes
|
1533 |
-
"
|
1534 |
msgstr ""
|
1535 |
"Ang mga setting na ito ay magsasabi sa WP BackItUp kung gaano karaming aytem "
|
1536 |
"ang dapat na idagdag sa backup. Kung nakakaranas ka ng mga timeout habang "
|
1537 |
-
"nagaganap ang isang backup
|
1538 |
-
"makatulong na mabawasan ang dami ng oras na aabutin ng
|
1539 |
"pagkumpleto ng bawat backup na gagawin."
|
1540 |
|
1541 |
-
#: views/settings.php:
|
1542 |
msgid "DB Tables Batch Size"
|
1543 |
msgstr "Laki ng Pangkat ng DB Tables"
|
1544 |
|
1545 |
-
#: views/settings.php:
|
1546 |
msgid "Plugins Batch Size"
|
1547 |
msgstr "Laki ng Pangkat ng Plugins "
|
1548 |
|
1549 |
-
#: views/settings.php:
|
1550 |
msgid "Themes Batch Size"
|
1551 |
msgstr "Laki ng Pangkat ng Tema"
|
1552 |
|
1553 |
-
#: views/settings.php:
|
1554 |
msgid "Uploads Batch Size"
|
1555 |
msgstr "Laki ng Pangkat ng Uploads "
|
1556 |
|
1557 |
-
#: views/settings.php:
|
1558 |
msgid "Others Batch Size"
|
1559 |
msgstr "Iba pang mga Laki ng Pangkat"
|
1560 |
|
1561 |
-
#: views/settings.php:
|
1562 |
msgid ""
|
1563 |
"* These settings should only be modified by advanced users or when when "
|
1564 |
-
"working with
|
1565 |
msgstr ""
|
1566 |
-
"Ang opsyon na ito ay babaguhin lamang sa tuwing nakikipagugnayan sa
|
1567 |
-
"
|
1568 |
|
1569 |
-
#: views/settings.php:
|
1570 |
msgid "Filter Your Folders"
|
1571 |
msgstr "Salain ang Folders"
|
1572 |
|
1573 |
-
#: views/settings.php:
|
1574 |
msgid ""
|
1575 |
"Enter a comma separated list of folders that should be excluded from your "
|
1576 |
"backups."
|
1577 |
msgstr ""
|
1578 |
"Lagyan ng kuwit ang bawat talaan ng mga folders na hindi isasama sa backup. "
|
1579 |
|
1580 |
-
#: views/settings.php:
|
1581 |
msgid ""
|
1582 |
"It is important to note that when a folder name is present in this list any "
|
1583 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
@@ -1587,31 +1643,31 @@ msgstr ""
|
|
1587 |
"talaan, anumang pangyayari sa folder na iyon, at ang lahat ng mga nilalaman "
|
1588 |
"nito, ay hindi maisasama sa backup."
|
1589 |
|
1590 |
-
#: views/settings.php:
|
1591 |
msgid "Plugin Folders Filter"
|
1592 |
msgstr "Folders Filter ng Plugin"
|
1593 |
|
1594 |
-
#: views/settings.php:
|
1595 |
msgid "Theme Folders Filter"
|
1596 |
msgstr "Folders Filter ng Tema"
|
1597 |
|
1598 |
-
#: views/settings.php:
|
1599 |
msgid "Upload Folders Filter"
|
1600 |
msgstr "Folders Filter ng Uploads"
|
1601 |
|
1602 |
-
#: views/settings.php:
|
1603 |
msgid "Other Folders Filter"
|
1604 |
msgstr "Iba pang mga Folders Filter"
|
1605 |
|
1606 |
-
#: views/settings.php:
|
1607 |
msgid "Filter Your Database Tables"
|
1608 |
msgstr "Salain ang Database Tables "
|
1609 |
|
1610 |
-
#: views/settings.php:
|
1611 |
msgid "Exclude custom database tables from the backup."
|
1612 |
msgstr "Huwag isama ang custom database tables sa backup."
|
1613 |
|
1614 |
-
#: views/settings.php:
|
1615 |
msgid ""
|
1616 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1617 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
@@ -1621,53 +1677,53 @@ msgstr ""
|
|
1621 |
"ito sa talaan sa kanan. Ang WordPress core tables ay hindi maaaring "
|
1622 |
"tanggalin mula sa backup."
|
1623 |
|
1624 |
-
#: views/settings.php:
|
1625 |
msgid "Remove Data on Uninstall?"
|
1626 |
msgstr "Alisin ang Data sa Uninstall?"
|
1627 |
|
1628 |
-
#: views/settings.php:
|
1629 |
msgid ""
|
1630 |
-
"Check this box if you would like
|
1631 |
"data when the plugin is deleted."
|
1632 |
msgstr ""
|
1633 |
-
"
|
1634 |
-
"
|
1635 |
|
1636 |
#: views/support.php:13
|
1637 |
#, php-format
|
1638 |
msgid "%s Support"
|
1639 |
-
msgstr "%s
|
1640 |
|
1641 |
#: views/support.php:32
|
1642 |
msgid "Support email sent successfully!"
|
1643 |
-
msgstr "Matagumpay na naipadala ang email sa
|
1644 |
|
1645 |
#: views/support.php:45
|
1646 |
msgid "Email Logs to Support"
|
1647 |
-
msgstr "Mag email ng logs sa
|
1648 |
|
1649 |
#: views/support.php:46
|
1650 |
msgid "This form should be used to send log files to support only."
|
1651 |
msgstr ""
|
1652 |
-
"Ang form na ito ay dapat gamitin upang magpadala ng log files sa
|
1653 |
-
"sa tulong. "
|
1654 |
|
1655 |
#: views/support.php:47
|
1656 |
#, php-format
|
1657 |
msgid ""
|
1658 |
-
"Please make sure to open a support ticket via
|
1659 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1660 |
msgstr ""
|
1661 |
-
"Mangyaring siguraduhin na magbukas ng support ticket sa pamamagitan ng
|
1662 |
-
"
|
1663 |
-
"ang form na ito."
|
1664 |
|
1665 |
#: views/support.php:48
|
1666 |
msgid ""
|
1667 |
"The ticket id you receive from your support request should be entered in the "
|
1668 |
"ticket id field below."
|
1669 |
msgstr ""
|
1670 |
-
"Ang mga ticket id na natanggap mo mula sa
|
1671 |
"patlang ng ticket id ."
|
1672 |
|
1673 |
#: views/support.php:49
|
@@ -1676,7 +1732,7 @@ msgstr "ang iyong email address"
|
|
1676 |
|
1677 |
#: views/support.php:59
|
1678 |
msgid "support ticket id"
|
1679 |
-
msgstr "
|
1680 |
|
1681 |
#: views/support.php:69
|
1682 |
msgid "problem description or additional information"
|
@@ -1687,10 +1743,10 @@ msgid "Send"
|
|
1687 |
msgstr "Ipadala"
|
1688 |
|
1689 |
#: views/support.php:83
|
1690 |
-
msgid "Please register your version of
|
1691 |
msgstr ""
|
1692 |
-
"Mangyaring
|
1693 |
-
"
|
1694 |
|
1695 |
#: views/support.php:87
|
1696 |
msgid "Premium customers receive priority support."
|
1 |
#
|
2 |
# Translators:
|
3 |
# sheisjeremy, 2015
|
4 |
+
# sheisjeremy, 2015-2016
|
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 |
"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 |
|
35 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
36 |
msgid "Support"
|
37 |
+
msgstr "Support"
|
38 |
|
39 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
40 |
msgid "Settings"
|
41 |
msgstr "Mga Setting"
|
42 |
|
43 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
44 |
msgid ""
|
45 |
"The backup you have selected exceeds what your host allows you to upload."
|
46 |
msgstr ""
|
47 |
"Ang iyong pinili na mga backup ay lumampas sa pinapayagan ng iyong host na "
|
48 |
"dapat i-upload."
|
49 |
|
50 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
51 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
52 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
53 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
54 |
msgid "Warning"
|
55 |
msgstr "Babala"
|
56 |
|
57 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
58 |
+
#: views/backup.php:376
|
59 |
msgid "Error"
|
60 |
msgstr "Pagkakamali"
|
61 |
|
62 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
63 |
msgid "Response"
|
64 |
msgstr "Tugon"
|
65 |
|
66 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
67 |
+
#: views/backup.php:430 views/restore.php:230
|
68 |
msgid "Status"
|
69 |
msgstr "Kalagayan"
|
70 |
|
71 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
72 |
msgid "Download"
|
73 |
msgstr "Download"
|
74 |
|
75 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
76 |
#: views/restore.php:129
|
77 |
msgid "Delete"
|
78 |
msgstr "Burahin"
|
79 |
|
80 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
81 |
msgid "(JS997) Unexpected error"
|
82 |
msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
|
83 |
|
84 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
85 |
msgid "(JS998) Unexpected error"
|
86 |
msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
|
87 |
|
88 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
89 |
msgid "(JS999) An unexpected error has occurred"
|
90 |
msgstr ""
|
91 |
"(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
|
92 |
"inaasahang error"
|
93 |
|
94 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
95 |
msgid "Scheduled has been saved."
|
96 |
msgstr "Ang schedule ay naka-save."
|
97 |
|
98 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
99 |
msgid "Scheduled was not saved."
|
100 |
msgstr "Ang schedule ay hindi naka - save. "
|
101 |
|
102 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
103 |
msgid "Are you sure you want to restore your site?"
|
104 |
msgstr ""
|
105 |
"Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
|
106 |
|
107 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
108 |
msgid "Are you sure ?"
|
109 |
msgstr "Ikaw ba ay nakasisiguro?"
|
110 |
|
111 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
112 |
msgid "This file cannot be delete!"
|
113 |
msgstr "Ang file na ito ay hindi maaaring tanggalin!"
|
114 |
|
115 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
116 |
msgid "View Log"
|
117 |
msgstr "Tignan ang log files. "
|
118 |
|
119 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
120 |
msgid "New Backup!"
|
121 |
msgstr "Bagong backup!"
|
122 |
|
123 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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."
|
203 |
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> "
|
221 |
msgstr ""
|
222 |
"Ang iyong lisensya ay nawalan ng bisa<a href=\"%s\" target=\"blank\"> i-"
|
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 |
|
241 |
msgid "Invalid Nonce"
|
242 |
msgstr "Hindi wastong nonces"
|
243 |
|
244 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
245 |
msgid "Upload directory is not writable, or does not exist."
|
246 |
msgstr ""
|
247 |
"Ang direktoryo para sa mga upload ay hindi naman writable o hindi umiiral."
|
255 |
msgid "File could not be uploaded"
|
256 |
msgstr "Hindi ma i -upload ang file. "
|
257 |
|
258 |
+
#: lib/includes/handler_upload.php:146
|
259 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
260 |
+
msgstr "Ang upload ay mistulang hindi WPBackItUp backup archive file."
|
261 |
|
262 |
+
#: lib/includes/handler_upload.php:166
|
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 "
|
277 |
"backup ay magpapatuloy lamang para sa <strong>30</strong> araw matapos "
|
278 |
"mawalang ng bisa ang iyong lisensya. Mangyaring <strong><a href=\"%s\" "
|
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 |
"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 |
"(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 "
|
383 |
"let us know who your host is when you submit the request"
|
384 |
msgstr ""
|
385 |
"(114) Ang iyong database ay maaring ma- access ngunit hindi makakalikha ng "
|
386 |
+
"export . Mangyaring makipag-ugnayan sa support para sa tulong sa "
|
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 |
"(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 |
"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 |
"(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 "
|
486 |
"let us know who your host is when you submit the request"
|
487 |
msgstr ""
|
488 |
"(2114) Ang iyong database ay maaring ma- access ngunit hindi makakalikha ng "
|
489 |
+
"export . Mangyaring makipag-ugnayan sa support para sa tulong sa "
|
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"
|
515 |
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 |
|
542 |
msgid "%s Dashboard"
|
543 |
msgstr "%s Dashboard"
|
544 |
|
545 |
+
#: views/backup.php:242
|
546 |
msgid "Dismiss"
|
547 |
msgstr "Alisin"
|
548 |
|
549 |
+
#: views/backup.php:254
|
550 |
#, php-format
|
551 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
552 |
msgstr ""
|
553 |
"Ang backup folder ay hindi umiiral. Makipagugnayan sa %s suport para sa "
|
554 |
"tulong. "
|
555 |
|
556 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
557 |
msgid "support"
|
558 |
+
msgstr "Support"
|
559 |
|
560 |
+
#: views/backup.php:257 views/backup.php:263
|
561 |
msgid "Close"
|
562 |
msgstr "Isara"
|
563 |
|
564 |
+
#: views/backup.php:278
|
565 |
msgid ""
|
566 |
"Click the backup button to create a zipped backup file of this site's "
|
567 |
"database, plugins, themes and settings."
|
569 |
"I-click ang buton na backup upang lumikha ng zip backup file ng database, "
|
570 |
"plugins, mga tema at mga setting ng site database"
|
571 |
|
572 |
+
#: views/backup.php:279
|
573 |
msgid ""
|
574 |
"Once your backup file has been created it will appear in the available "
|
575 |
"backups section below. This file may remain on your hosting providers server "
|
580 |
"hosting provider server ngunit inirerekumenda namin na iyong i-download at i-"
|
581 |
"save . "
|
582 |
|
583 |
+
#: views/backup.php:280
|
584 |
msgid ""
|
585 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
586 |
"automated restore of their site."
|
587 |
msgstr ""
|
588 |
+
"Ang mga premium customer ng WPBackItUp ay maaaring gamitin ang mga backup "
|
589 |
"files upang magsagawa ng awtomatikong pagbabalik sa orihinal ng kanilang "
|
590 |
"site. "
|
591 |
|
592 |
+
#: views/backup.php:284
|
593 |
msgid "Cancel"
|
594 |
msgstr "Ikansela"
|
595 |
|
596 |
+
#: views/backup.php:291
|
597 |
#, php-format
|
598 |
msgid ""
|
599 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
600 |
"their site. Please visit %s for manual restore instructions."
|
601 |
msgstr ""
|
602 |
+
"Maaaring gamitin ng WPBackItUp lite customer ang mga backup file para mano-"
|
603 |
+
"manong ibalik sa orihinal ang kanilang site. Mangyaring bisitahin ang %s "
|
604 |
+
"para sa mga tagubilin."
|
605 |
|
606 |
+
#: views/backup.php:298
|
607 |
msgid "Backup Schedule"
|
608 |
msgstr "Backup Iskedyul"
|
609 |
|
610 |
+
#: views/backup.php:300
|
611 |
msgid "Select the days of the week you would like your backup to run."
|
612 |
msgstr "Piliin ang mga araw na nais mong magsimula ang iyong backup "
|
613 |
|
614 |
+
#: views/backup.php:302
|
615 |
msgid ""
|
616 |
"Backup your site once per week or every day, it's up to you. If you have "
|
617 |
"email notifications turned on we'll even send you an email when it's done. "
|
626 |
"file na ito ay maaaring manatili sa iyong hosting provider server ngunit "
|
627 |
"inirerekumenda namin na iyong i-download at i-save."
|
628 |
|
629 |
+
#: views/backup.php:304
|
630 |
msgid "Please make sure to schedule your backup for at least once per week."
|
631 |
msgstr ""
|
632 |
"Mangyaring siguraduhin na mag-iskedyul ng iyong mga backup , isang beses sa "
|
633 |
"isang linggo."
|
634 |
|
635 |
+
#: views/backup.php:308
|
636 |
msgid "Monday"
|
637 |
msgstr "Lunes"
|
638 |
|
639 |
+
#: views/backup.php:309
|
640 |
msgid "Tuesday"
|
641 |
msgstr "Martes"
|
642 |
|
643 |
+
#: views/backup.php:310
|
644 |
msgid "Wednesday"
|
645 |
msgstr "Miyerkules"
|
646 |
|
647 |
+
#: views/backup.php:311
|
648 |
msgid "Thursday"
|
649 |
msgstr "Huwebes"
|
650 |
|
651 |
+
#: views/backup.php:312
|
652 |
msgid "Friday"
|
653 |
msgstr "Biyernes"
|
654 |
|
655 |
+
#: views/backup.php:313
|
656 |
msgid "Saturday"
|
657 |
msgstr "Sabado"
|
658 |
|
659 |
+
#: views/backup.php:314
|
660 |
msgid "Sunday"
|
661 |
msgstr "Linggo"
|
662 |
|
663 |
+
#: views/backup.php:317
|
664 |
msgid "Save Schedule"
|
665 |
msgstr "I-save ang iskedyul "
|
666 |
|
667 |
+
#: views/backup.php:322
|
668 |
#, php-format
|
669 |
msgid ""
|
670 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
671 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
672 |
msgstr ""
|
673 |
+
"Ang pag iskedyul ng backup ay magagamit lamang ng WPBackItUp premium "
|
674 |
+
"customer. Mangyaring bisitahin ang %s upang makakuha ng WPBackItUp risk "
|
675 |
"free para sa 30 araw. "
|
676 |
|
677 |
+
#: views/backup.php:329 views/restore.php:95
|
678 |
msgid "Available Backups"
|
679 |
msgstr "Magagamit na Backups "
|
680 |
|
681 |
+
#: views/backup.php:349
|
682 |
+
msgid "Type"
|
683 |
+
msgstr "Uri "
|
684 |
+
|
685 |
+
#: views/backup.php:350 views/restore.php:100
|
686 |
msgid "Date"
|
687 |
msgstr "Petsa"
|
688 |
|
689 |
+
#: views/backup.php:351
|
690 |
msgid "Duration"
|
691 |
msgstr "Panahong itinagal"
|
692 |
|
693 |
+
#: views/backup.php:370
|
694 |
msgid "Success"
|
695 |
msgstr "Matagumpay! "
|
696 |
|
697 |
+
#: views/backup.php:373
|
698 |
msgid "Active"
|
699 |
msgstr "Aktibo: "
|
700 |
|
701 |
+
#: views/backup.php:416 views/restore.php:149
|
702 |
msgid "No backup archives found."
|
703 |
msgstr "Walang nahanap na backup archive"
|
704 |
|
705 |
+
#: views/backup.php:425
|
706 |
#, php-format
|
707 |
msgid ""
|
708 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
709 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
710 |
msgstr ""
|
711 |
+
"Ang awtomatikong pagbabalik sa orihinal ay magagamit lamang ng WPBackItUp "
|
712 |
+
"premium customer. Mangyaring bisitahin ang %s upang makakuha ng WPBackItUp "
|
713 |
"risk free para sa 30 araw."
|
714 |
|
715 |
+
#: views/backup.php:434 views/restore.php:234
|
716 |
msgid "Nothing to report"
|
717 |
msgstr "Walang maiulat"
|
718 |
|
719 |
+
#: views/backup.php:439
|
720 |
msgid "Preparing for backup"
|
721 |
msgstr "Paghahanda para sa backup"
|
722 |
|
723 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
724 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
725 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
726 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
727 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
728 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
729 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
730 |
+
#: views/restore.php:256
|
731 |
msgid "Done"
|
732 |
msgstr "Tapos na "
|
733 |
|
734 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
735 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
736 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
737 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
738 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
739 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
740 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
741 |
+
#: views/restore.php:256
|
742 |
msgid "Failed"
|
743 |
msgstr "Hindi napagtagumpayan "
|
744 |
|
745 |
+
#: views/backup.php:440
|
746 |
msgid "Creating inventory of files to backup"
|
747 |
msgstr "Paglikha ng imbentaryo ng files para i-backup."
|
748 |
|
749 |
+
#: views/backup.php:441
|
750 |
msgid "Backing up database"
|
751 |
msgstr "Pag-back up ng database"
|
752 |
|
753 |
+
#: views/backup.php:442
|
754 |
msgid "Creating backup information file"
|
755 |
msgstr "Paglikha ng backup information file "
|
756 |
|
757 |
+
#: views/backup.php:443
|
758 |
msgid "Backing up themes"
|
759 |
msgstr "Pag-back up ng tema"
|
760 |
|
761 |
+
#: views/backup.php:444
|
762 |
msgid "Backing up plugins"
|
763 |
msgstr "Pag-back up plugins"
|
764 |
|
765 |
+
#: views/backup.php:445
|
766 |
msgid "Backing up uploads"
|
767 |
msgstr "Pag-back up uploads"
|
768 |
|
769 |
+
#: views/backup.php:446
|
770 |
msgid "Backing up everything else"
|
771 |
msgstr "Pag- back up ng lahat ng iba pa"
|
772 |
|
773 |
+
#: views/backup.php:447
|
774 |
msgid "Validating backup"
|
775 |
msgstr "Pagpapatunay sa backup "
|
776 |
|
777 |
+
#: views/backup.php:448
|
778 |
msgid "Finalizing backup"
|
779 |
msgstr "Pag kumpleto ng backup"
|
780 |
|
781 |
+
#: views/backup.php:458
|
782 |
msgid "Backup completed successfully"
|
783 |
msgstr "Matagumpay na nakumpleto ang backup"
|
784 |
|
785 |
+
#: views/backup.php:479
|
786 |
msgid "Backups"
|
787 |
msgstr "Backups"
|
788 |
|
789 |
+
#: views/backup.php:479
|
790 |
msgid "Version "
|
791 |
msgstr "Bersyon "
|
792 |
|
793 |
+
#: views/backup.php:481
|
794 |
+
msgid "Welcome to WPBackItUp!"
|
795 |
+
msgstr "Maligayang pagdating sa WPBackItUp!"
|
796 |
|
797 |
+
#: views/backup.php:481
|
798 |
msgid "The simplest way to backup your WordPress site."
|
799 |
msgstr "Ang pinakasimpleng paraan upang i- backup ang iyong WordPress site."
|
800 |
|
801 |
+
#: views/backup.php:482
|
802 |
msgid ""
|
803 |
"Getting started is easy, just click the backup button on the left side of "
|
804 |
"this page."
|
806 |
"Ang pagsisimula ay madali, i-click lamang ang buton ng backup sa kaliwang "
|
807 |
"bahagi ng pahinang ito."
|
808 |
|
809 |
+
#: views/backup.php:486
|
810 |
#, php-format
|
811 |
msgid ""
|
812 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
815 |
"Malugod na pagbati! Ikaw ay nagsagawa ng <span style=\"font-weight:bold;font-"
|
816 |
"size:medium;color: green\">%s</span> matagumpay na backups "
|
817 |
|
818 |
+
#: views/backup.php:487
|
819 |
msgid "Tips"
|
820 |
msgstr "Tips"
|
821 |
|
822 |
+
#: views/backup.php:488
|
823 |
msgid "Backup your site at least once per week"
|
824 |
msgstr "Mag backup ng iyong site isang beses sa isang linggo"
|
825 |
|
826 |
+
#: views/backup.php:489
|
827 |
msgid "Download all your backups and store them somewhere safe"
|
828 |
msgstr "I-download ang lahat ng iyong mga backup at itago saan man ligtas"
|
829 |
|
830 |
+
#: views/backup.php:490
|
831 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
832 |
msgstr ""
|
833 |
"Upang mapatunayan na maayos ang iyong mga backup tignan ang nilalaman nito "
|
834 |
|
835 |
+
#: views/backup.php:495
|
836 |
#, php-format
|
837 |
msgid "Why not %s and schedule your backups!"
|
838 |
msgstr "Bakit hindi %s at i-iskedyul ang iyong mga backup!"
|
839 |
|
840 |
+
#: views/backup.php:495
|
841 |
msgid "upgrade"
|
842 |
msgstr "upgrade"
|
843 |
|
844 |
+
#: views/backup.php:504
|
845 |
+
msgid "Register WPBackItUp"
|
846 |
+
msgstr "Magrehistro ng WPBackItUp"
|
847 |
|
848 |
+
#: views/backup.php:507
|
849 |
msgid ""
|
850 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
851 |
"access to our world class <b>support</b> team. <br />\n"
|
853 |
"site."
|
854 |
msgstr ""
|
855 |
"Ilagay ang iyong pangalan at email address upang makatanggap ng <b>special "
|
856 |
+
"offers </ b> at access sa aming pinakamahusay na <b>support</ b> team. <br/"
|
857 |
"> \n"
|
858 |
"Ilagay ang iyong license key upang ma-activate sa site na ito."
|
859 |
|
860 |
+
#: views/backup.php:509
|
861 |
msgid "name"
|
862 |
msgstr "Pangalan"
|
863 |
|
864 |
+
#: views/backup.php:510
|
865 |
msgid "email address"
|
866 |
msgstr "email address"
|
867 |
|
868 |
+
#: views/backup.php:511
|
869 |
msgid "license key"
|
870 |
msgstr "license key"
|
871 |
|
872 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
873 |
#, php-format
|
874 |
msgid "%s"
|
875 |
msgstr "%s"
|
876 |
|
877 |
+
#: views/backup.php:512
|
878 |
msgid "Free plugin customers do not need to enter license key."
|
879 |
msgstr ""
|
880 |
"Ang mga free plugin customers ay hindi na kailangang maglagay ng license "
|
881 |
"key "
|
882 |
|
883 |
+
#: views/backup.php:513
|
884 |
msgid "Register"
|
885 |
msgstr "Mag-rehistro"
|
886 |
|
887 |
+
#: views/backup.php:522
|
888 |
msgid "License Info"
|
889 |
msgstr "Impormasyon ng Lisensya"
|
890 |
|
891 |
+
#: views/backup.php:544
|
892 |
msgid "Name"
|
893 |
msgstr "Pangalan"
|
894 |
|
895 |
+
#: views/backup.php:545
|
896 |
msgid "Email"
|
897 |
msgstr "Email"
|
898 |
|
899 |
+
#: views/backup.php:546
|
900 |
msgid "License Type"
|
901 |
msgstr "Uri ng Lisensya"
|
902 |
|
903 |
+
#: views/backup.php:547
|
904 |
msgid "Expires"
|
905 |
+
msgstr "Ang lisensya ay mawawalan ng bisa"
|
906 |
|
907 |
+
#: views/backup.php:550
|
908 |
msgid "Enter license key to activate on this site."
|
909 |
msgstr "Ilagay ang license key upang ma-activate sa site na ito"
|
910 |
|
911 |
+
#: views/backup.php:557
|
912 |
msgid "License Active"
|
913 |
msgstr "Aktibong Lisensya "
|
914 |
|
915 |
+
#: views/backup.php:565
|
916 |
msgid "License expired"
|
917 |
msgstr "Wala ng bisa ang lisensya"
|
918 |
|
919 |
+
#: views/backup.php:569
|
920 |
msgid "Update"
|
921 |
msgstr "Update"
|
922 |
|
923 |
+
#: views/backup.php:573
|
924 |
msgid "Activate"
|
925 |
msgstr "I-activate"
|
926 |
|
927 |
+
#: views/backup.php:577
|
928 |
#, php-format
|
929 |
msgid "Purchase a %s license using the purchase link above."
|
930 |
msgstr "Bumili ng %s lisensiya gamit ang link na nasa itaas. "
|
931 |
|
932 |
+
#: views/backup.php:577
|
933 |
msgid "no-risk"
|
934 |
msgstr "no risk "
|
935 |
|
936 |
+
#: views/backup.php:583
|
937 |
#, php-format
|
938 |
msgid ""
|
939 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
942 |
msgstr ""
|
943 |
"<a href=\"%s\" target=\"blank\"> i-renew </a> ang iyong lisensya ngayon "
|
944 |
"para sa isa pang taon ng mga update <strong> ng produkto </strong> at "
|
945 |
+
"<strong> priority support. </strong>"
|
946 |
|
947 |
+
#: views/backup.php:594
|
948 |
msgid "Useful Links"
|
949 |
msgstr "Kapaki-pakinabang na mga Link"
|
950 |
|
951 |
+
#: views/backup.php:596
|
952 |
msgid "Getting Started Video"
|
953 |
+
msgstr "Video ng Pagsisimula sa WPBackItUp"
|
954 |
|
955 |
+
#: views/backup.php:599
|
956 |
msgid "Your account"
|
957 |
msgstr "Ang iyong account"
|
958 |
|
959 |
+
#: views/backup.php:602
|
960 |
+
msgid "Website Migration Service"
|
961 |
+
msgstr "Website Migration Service"
|
962 |
+
|
963 |
+
#: views/backup.php:604
|
964 |
msgid "Documentation"
|
965 |
msgstr "Dokumentasyon"
|
966 |
|
967 |
+
#: views/backup.php:607
|
968 |
msgid "Get support"
|
969 |
+
msgstr "Makipagugnayan sa support para sa tulong"
|
970 |
|
971 |
+
#: views/backup.php:610
|
972 |
msgid "Feature request"
|
973 |
msgstr "Feature request"
|
974 |
|
975 |
+
#: views/backup.php:612
|
976 |
msgid "Language Translations"
|
977 |
msgstr "Pagsasalin ng Wika"
|
978 |
|
979 |
+
#: views/backup.php:614
|
980 |
msgid "Contact"
|
981 |
msgstr "Contact"
|
982 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
983 |
#: views/restore.php:13
|
984 |
#, php-format
|
985 |
msgid "%s Restore"
|
1007 |
#, php-format
|
1008 |
msgid ""
|
1009 |
"<p>* The automated restore feature is only available to licensed customers. "
|
1010 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
1011 |
+
"WPBackItUp risk free for 30 days.</p>"
|
1012 |
msgstr ""
|
1013 |
"<p>* Ang feature na awtomatikong pagbalik sa orihinal na site ay para lamang "
|
1014 |
+
"sa mga customers na may lisensya ng WPBackItUp. Mangyaring bisitahin <a "
|
1015 |
+
"href=\"%s\" target=\"_blank\">%s</a> upang makakuha ng lisensiya ng "
|
1016 |
+
"WPBackItUp risk free ng 30 araw. </p>"
|
1017 |
|
1018 |
#: views/restore.php:177
|
1019 |
msgid "Upload"
|
1021 |
|
1022 |
#: views/restore.php:180
|
1023 |
msgid ""
|
1024 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
1025 |
"backups."
|
1026 |
msgstr ""
|
1027 |
+
"Mag-upload ng mga WPBackItUp archive (zip) file upang idagdag sa iyong "
|
1028 |
+
"talaan ng mga magagamit na backup. "
|
1029 |
|
1030 |
#: views/restore.php:197
|
1031 |
+
msgid "WPBackItUp - Upload backup files"
|
1032 |
+
msgstr "WPBackItUp - Mag-upload ng mga backup file"
|
1033 |
|
1034 |
#: views/restore.php:198
|
1035 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
1036 |
msgstr ""
|
1037 |
+
"Ang mga Backup file ay maaaring ma-i -upload sa WPBackItUp sa pamamagitan "
|
1038 |
+
"ng form na ito."
|
1039 |
|
1040 |
#: views/restore.php:198
|
1041 |
msgid ""
|
1042 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
1043 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
1044 |
+
"this page."
|
1045 |
msgstr ""
|
1046 |
+
"Ang mga ito ay maaari ding mano-mano na ma-i-upload sa direktoryo ng "
|
1047 |
+
"WPBackItUp (wp-content/wp backitup_backups) gamit ang FTP. Kapag tapos na "
|
1048 |
+
"ang pag-upload ng lahat ng backup file, i - refresh ang pahinang ito."
|
1049 |
|
1050 |
#: views/restore.php:202
|
1051 |
#, php-format
|
1066 |
"I-reload ang pahinang ito kapag tapos na ang pag-upload upang makita ang "
|
1067 |
"mga bagong backup sa available section ng backups na nasa itaas. "
|
1068 |
|
1069 |
+
#: views/restore.php:244
|
1070 |
msgid "Preparing for restore"
|
1071 |
msgstr "Paghahanda na maipanumbalik sa orihinal"
|
1072 |
|
|
|
|
|
|
|
|
|
1073 |
#: views/restore.php:245
|
1074 |
+
msgid "Unpacking backup set"
|
1075 |
+
msgstr "Unpacking backup set"
|
1076 |
|
1077 |
#: views/restore.php:246
|
1078 |
+
msgid "Unzipping backup files"
|
1079 |
+
msgstr "Unzipping backup files"
|
1080 |
+
|
1081 |
+
#: views/restore.php:247
|
1082 |
+
msgid "Validating backup files"
|
1083 |
+
msgstr "Pagpapatunay sa mga backup file"
|
1084 |
+
|
1085 |
+
#: views/restore.php:248
|
1086 |
msgid "Deactivating plugins"
|
1087 |
msgstr "Tanggalin ang pagka-aktibo ng plugin"
|
1088 |
|
1089 |
+
#: views/restore.php:249
|
1090 |
msgid "Creating database restore point"
|
1091 |
msgstr "Paglikha ng database restore point"
|
1092 |
|
1093 |
+
#: views/restore.php:250
|
1094 |
msgid "Staging content files"
|
1095 |
msgstr "Pagsasaayos ng mga nilalaman na files "
|
1096 |
|
1097 |
+
#: views/restore.php:251
|
1098 |
msgid "Restoring content files"
|
1099 |
msgstr "Ipinapanumbalik ang nilalaman na mga file"
|
1100 |
|
1101 |
+
#: views/restore.php:252
|
1102 |
msgid "Restoring database"
|
1103 |
msgstr "Ipinapanumbalik ang database"
|
1104 |
|
1105 |
+
#: views/restore.php:253
|
1106 |
msgid "Updating current user info"
|
1107 |
msgstr "Pag-update ng mga kasalukuyang impormasyon ng user"
|
1108 |
|
1109 |
+
#: views/restore.php:254
|
1110 |
msgid "Updating site URL"
|
1111 |
msgstr "Pag-update ng site URL "
|
1112 |
|
1113 |
+
#: views/restore.php:256
|
1114 |
msgid "Updating permalinks"
|
1115 |
msgstr "Pag-update ng permalinks"
|
1116 |
|
1117 |
+
#: views/restore.php:262
|
1118 |
msgid "Error 201: No file selected"
|
1119 |
msgstr "Error 201: Walang napiling file"
|
1120 |
|
1121 |
+
#: views/restore.php:263
|
1122 |
msgid "Error 202: Your file could not be uploaded"
|
1123 |
msgstr "Error 202: Hindi ma-i- upload ang iyong file"
|
1124 |
|
1125 |
+
#: views/restore.php:264
|
1126 |
msgid "Error 203: Your backup could not be unzipped"
|
1127 |
msgstr "Error 203: Ang iyong backup ay hindi ma-i-unzipped"
|
1128 |
|
1129 |
+
#: views/restore.php:265
|
1130 |
msgid ""
|
1131 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1132 |
"valid backup"
|
1134 |
"Error 204: Ang iyong backup ay hindi wasto. Mangyaring siguraduhin na "
|
1135 |
"pinili mo ang isang tunay na backup."
|
1136 |
|
1137 |
+
#: views/restore.php:266
|
1138 |
msgid "Error 205: Cannot create restore point"
|
1139 |
msgstr "Error 205: Hindi makalikha ng restore point"
|
1140 |
|
1141 |
+
#: views/restore.php:267
|
1142 |
msgid "Error 206: Unable to connect to your database"
|
1143 |
msgstr "Error 206: Hindi makakonekta sa iyong database"
|
1144 |
|
1145 |
+
#: views/restore.php:268
|
1146 |
msgid ""
|
1147 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1148 |
msgstr ""
|
1149 |
"Error 207: Hindi makuha ang kasalukuyang URL site mula sa database. "
|
1150 |
"Mangyaring subukan muli"
|
1151 |
|
1152 |
+
#: views/restore.php:269
|
1153 |
msgid ""
|
1154 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1155 |
msgstr ""
|
1156 |
"Error 208: Hindi makuha ang kasalukuyang home URL mula sa database. "
|
1157 |
"Mangyaring subukan muli"
|
1158 |
|
1159 |
+
#: views/restore.php:270
|
1160 |
msgid ""
|
1161 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1162 |
msgstr ""
|
1163 |
"Error 209: Hindi makuha ang kasalukuyang user ID mula sa database. "
|
1164 |
"Mangyaring subukan muli"
|
1165 |
|
1166 |
+
#: views/restore.php:271
|
1167 |
msgid ""
|
1168 |
"Error 210: Unable to get current user password from database. Please try "
|
1169 |
"again"
|
1171 |
"Error 210: Hindi makuha ang kasalukuyang user password mula sa database. "
|
1172 |
"Mangyaring subukan muli"
|
1173 |
|
1174 |
+
#: views/restore.php:272
|
1175 |
msgid ""
|
1176 |
"Error 211: Unable to get current user email from database. Please try again"
|
1177 |
msgstr ""
|
1178 |
"Error 211: Hindi makuha ang kasalukuyang user email mula sa database. "
|
1179 |
"Mangyaring subukan muli"
|
1180 |
|
1181 |
+
#: views/restore.php:273
|
1182 |
msgid ""
|
1183 |
"Error 212: Unable to import your database. This may require importing the "
|
1184 |
"file manually"
|
1186 |
"Error 212: Hindi ma-import ang iyong database. Maaaring mangailangan ng mano "
|
1187 |
"-mano na pag-import ng file"
|
1188 |
|
1189 |
+
#: views/restore.php:274
|
1190 |
msgid ""
|
1191 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1192 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1196 |
"pangkalahatang mga setting ng WordPress upang matiyak na ang iyong site at "
|
1197 |
"WordPress URL ay tama"
|
1198 |
|
1199 |
+
#: views/restore.php:275
|
1200 |
msgid ""
|
1201 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1202 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1206 |
"pangkalahatang mga setting ng iyong WordPress upang matiyak na ang iyong "
|
1207 |
"site at WordPress URL ay tama"
|
1208 |
|
1209 |
+
#: views/restore.php:276
|
1210 |
msgid ""
|
1211 |
"Warning 215: Unable to update your user information. This may require you to "
|
1212 |
"login with the admin username and password that was used when the backup was "
|
1216 |
"na ikaw ay mag-login gamit ang admin username at password na iyong ginamit "
|
1217 |
"sa paglikha ng backup. "
|
1218 |
|
1219 |
+
#: views/restore.php:277
|
1220 |
msgid "Error 216: Database not found in backup"
|
1221 |
msgstr "Error 216: Ang database ay hindi matagpuan sa backup"
|
1222 |
|
1223 |
+
#: views/restore.php:278
|
1224 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1225 |
msgstr "Babala 217: Hindi matanggal ang umiiral na direktoryo ng wp-content"
|
1226 |
|
1227 |
+
#: views/restore.php:279
|
1228 |
msgid ""
|
1229 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1230 |
"CHMOD settings in /wp-content/"
|
1232 |
"Error 218: Hindi makalikha ng mga bagong direktoryo ng wp-content. "
|
1233 |
"Mangyaring suriin ang mga setting ng CHMOD sa / wp-content / "
|
1234 |
|
1235 |
+
#: views/restore.php:280
|
1236 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1237 |
msgstr "Error 219: Hindi ma - import ang wp-content. Mangyaring subukan muli."
|
1238 |
|
1239 |
+
#: views/restore.php:281
|
1240 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1241 |
msgstr ""
|
1242 |
"Babala 220: Hindi malinisan ang import ng direktoryo. Walang kinakailangang "
|
1243 |
"aksyon"
|
1244 |
|
1245 |
+
#: views/restore.php:282
|
1246 |
#, php-format
|
1247 |
msgid ""
|
1248 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1255 |
"ang iyong site. Tignan ang www.wpbackitup.com <a href =\"%s\" target="
|
1256 |
"\"_blank\"> FAQs </a> para sa karagdagang impormasyon."
|
1257 |
|
1258 |
+
#: views/restore.php:283
|
1259 |
msgid "Error 222: Unable to create restore folder"
|
1260 |
msgstr "Error 222: Hindi makalikha ng restore folder"
|
1261 |
|
1262 |
+
#: views/restore.php:284
|
1263 |
msgid ""
|
1264 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1265 |
"restore the database to its previous state but were unsuccessful. Please "
|
1266 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1267 |
"further restores"
|
1268 |
msgstr ""
|
1269 |
"Error 223: May naganap na error habang isinasagawa ang pagbabalik sa "
|
1270 |
+
"orihinal ng database. Ang WPBackItUp ay sumubok na ibalik sa orihinal ang "
|
1271 |
+
"database sa kanyang dating estado ngunit ito ay hindi matagumpay. "
|
1272 |
+
"Mangyaring makipag-ugnayan sa WPBackItUp customer support para sa tulong at "
|
1273 |
+
"wag subukin na magsagawa ng anumang karagdagang restore."
|
1274 |
|
1275 |
+
#: views/restore.php:285
|
1276 |
msgid ""
|
1277 |
"Error 224: An error occurred during the restore, however, we have "
|
1278 |
"successfully restored your database to the previous state"
|
1281 |
"gayunpaman, matagumpay na naipanumbalik ang iyong database sa dating estado "
|
1282 |
"nito"
|
1283 |
|
1284 |
+
#: views/restore.php:286
|
1285 |
msgid ""
|
1286 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1287 |
msgstr ""
|
1288 |
"Error 225: Ang opsyon na pagbabalik sa orihinal o restore ay magagamit "
|
1289 |
+
"lamang ng mga my lisensya na ng WPBackItUp."
|
1290 |
|
1291 |
+
#: views/restore.php:287
|
1292 |
msgid ""
|
1293 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1294 |
"different version of WordPress"
|
1296 |
"Error 226: Ang pagbabalik sa orihinal ay hindi maaaring magpatuloy dahil ang "
|
1297 |
"iyong backup ay nilikha gamit ang ibang bersyon ng WordPress"
|
1298 |
|
1299 |
+
#: views/restore.php:288
|
1300 |
msgid ""
|
1301 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1302 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1303 |
+
"convert this backup to the current version"
|
1304 |
msgstr ""
|
1305 |
"Error 227: Hindi maaaring magpatuloy ang restore dahil ang iyong backup ay "
|
1306 |
+
"nilikha gamit ang ibang bersyon ng WPBackItUp. Mangyaring makipag-ugnayan "
|
1307 |
+
"sa WPBackItUp support upang matulungan kayo na ma-i- convert ang backup "
|
1308 |
"na ito sa kasalukuyang bersyon"
|
1309 |
|
1310 |
+
#: views/restore.php:289
|
1311 |
msgid ""
|
1312 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1313 |
"restore. However, we were able to successfully revert the database back to "
|
1314 |
"its original state . This error may require importing the database manually"
|
1315 |
msgstr ""
|
1316 |
+
"Error 230: Ang WPBackItUp ay nagkaroon ng hindi inaasahang error habang "
|
1317 |
+
"ibinabalik sa orihinal ang database. Gayunman, matagumpay na nanumbalik ang "
|
1318 |
+
"database sa orihinal na katayuan nito. Ang error na ito ay maaaring "
|
1319 |
+
"mangailangan ng mano-mano na pag-import ng database"
|
1320 |
|
1321 |
+
#: views/restore.php:290
|
1322 |
msgid ""
|
1323 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1324 |
+
"available. Please contact support"
|
1325 |
msgstr ""
|
1326 |
+
"Error 235: Ang WPBackItUp ay hindi magagawang magpatuloy dahil walang "
|
1327 |
+
"available na zip utility. Mangyaring makipag-ugnayan sa support para sa "
|
1328 |
"tulong"
|
1329 |
|
1330 |
+
#: views/restore.php:291
|
1331 |
msgid ""
|
1332 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1333 |
"running. Please wait for the backup to complete and then try again"
|
1334 |
msgstr ""
|
1335 |
+
"Error 250: Hindi maaaring simulan ng WPBackItUp ang pagbabalik sa "
|
1336 |
+
"orihinal dahil my kasalukuyang backup na nagaganap. Mangyaring maghintay "
|
1337 |
"na makumpleto ang backup at pagkatapos ay subukan ulit"
|
1338 |
|
1339 |
+
#: views/restore.php:293
|
1340 |
msgid ""
|
1341 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1342 |
+
"try again and contact support if this issue continues"
|
1343 |
+
msgstr ""
|
1344 |
+
"Error 260: Ang WPBackItUp ay hindi magawang mag extract ng archives mula sa "
|
1345 |
+
"backup set. Mangyaring subukan muli at makipag-ugnayan sa support kung ang "
|
1346 |
+
"ganitong isyu ay patuloy pa rin. "
|
1347 |
+
|
1348 |
+
#: views/restore.php:294
|
1349 |
+
msgid ""
|
1350 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1351 |
+
"try again and contact support if this issue continues"
|
1352 |
+
msgstr ""
|
1353 |
+
"Error 261: Ang WPBackItUp ay hindi magawang mag extract ng archives mula sa "
|
1354 |
+
"backup set. Mangyaring subukan muli at makipag-ugnayan sa support kung ang "
|
1355 |
+
"ganitong isyu ay patuloy pa rin. "
|
1356 |
+
|
1357 |
+
#: views/restore.php:295
|
1358 |
+
msgid ""
|
1359 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1360 |
+
"try again and contact support if this issue continues"
|
1361 |
+
msgstr ""
|
1362 |
+
"Error 262: Walang nakita na backup files sa backup folder. Mangyaring "
|
1363 |
+
"subukan muli at makipag-ugnayan sa support kung magpapatuloy ito. "
|
1364 |
+
|
1365 |
+
#: views/restore.php:297
|
1366 |
+
msgid ""
|
1367 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1368 |
"manifest is empty"
|
1369 |
msgstr ""
|
1370 |
+
"Error 251: Hindi maaaring simulan ng WPBackItUp ang pagbabalik sa "
|
1371 |
"orihinal dahil ang backup manifest ay walang laman"
|
1372 |
|
1373 |
+
#: views/restore.php:298
|
1374 |
msgid ""
|
1375 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1376 |
"make sure to upload all zip files that were part of this backup"
|
1378 |
"Error 252: Hindi bababa sa isang zip file ay nawawala mula sa iyong backup "
|
1379 |
"set. Pakitiyak na i-upload ang lahat ng zip file na bahagi ng backup na ito"
|
1380 |
|
1381 |
+
#: views/restore.php:299
|
1382 |
msgid ""
|
1383 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1384 |
"Please make sure to upload only zip files that were part of this backup"
|
1387 |
"manifest. Pakitiyak na i-upload lamang ang zip file na bahagi ng backup na "
|
1388 |
"ito "
|
1389 |
|
1390 |
+
#: views/restore.php:300
|
1391 |
msgid ""
|
1392 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1393 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1398 |
"file sa backup set muli at subukang ipanumbalik sa orihinal ng isa pang "
|
1399 |
"beses."
|
1400 |
|
1401 |
+
#: views/restore.php:301
|
1402 |
msgid ""
|
1403 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1404 |
"upload all zip files that were part of this backup"
|
1407 |
"manifest. Pakitiyak na I-upload lamang ang zip file na bahagi ng backup na "
|
1408 |
"ito. "
|
1409 |
|
1410 |
+
#: views/restore.php:303
|
1411 |
msgid ""
|
1412 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1413 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1414 |
msgstr ""
|
1415 |
"Babala 300: Hindi maibalik sa orihinal ang lahat ng nilalaman ng WordPress. "
|
1416 |
+
"Mangyaring suriin ang logs ng iyong restore para makita kung ano ang hindi "
|
1417 |
+
"nagawang ibalik sa orihinal ng WPBackItUp . "
|
1418 |
|
1419 |
+
#: views/restore.php:304
|
1420 |
msgid ""
|
1421 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1422 |
+
"to see what WPBackItUp was unable to restore"
|
1423 |
msgstr ""
|
1424 |
"Babala 305: Hindi maibalik sa orihinal ang lahat ng mga plugin. Mangyaring "
|
1425 |
+
"suriin ang iyong logs ng pagbabalik sa orihinal para makita kung ano ang "
|
1426 |
+
"hindi nagawang ibalik sa orihinal ng WPBackItUp"
|
1427 |
|
1428 |
+
#: views/restore.php:306
|
1429 |
msgid "Error 2001: Unable to prepare site for restore"
|
1430 |
msgstr "Error 2001: Hindi maihanda ang site para maibalik sa orihinal "
|
1431 |
|
1432 |
+
#: views/restore.php:307
|
1433 |
msgid "Error 2002: Unable to unzip backup"
|
1434 |
msgstr "Error 2002: Hindi magawang i-unzip ang backup"
|
1435 |
|
1436 |
+
#: views/restore.php:308
|
1437 |
msgid "Error 2003: Unable to validate backup"
|
1438 |
msgstr "Error 2003: Hindi ma-validate ang backup"
|
1439 |
|
1440 |
+
#: views/restore.php:309
|
1441 |
msgid "Error 2004: Unable to create restore point"
|
1442 |
msgstr "Error 2004: Hindi makalikha ng restore point"
|
1443 |
|
1444 |
+
#: views/restore.php:310
|
1445 |
msgid "Error 2005: Unable to stage wp-content"
|
1446 |
msgstr "Error 2005: Hindi magawang mahanda ang wp-content"
|
1447 |
|
1448 |
+
#: views/restore.php:311
|
1449 |
msgid "Error 2006: Unable to restore content files"
|
1450 |
msgstr "Error 2006: Hindi maibabalik sa orihinal ang nilalaman na file "
|
1451 |
|
1452 |
+
#: views/restore.php:312
|
1453 |
msgid "Error 2007: Unable to restore database"
|
1454 |
msgstr "Error 2007: Hindi nagawang ibalik sa orihinal ang database"
|
1455 |
|
1456 |
+
#: views/restore.php:313
|
1457 |
msgid "Error 2999: Unexpected error encountered"
|
1458 |
msgstr "Error 2999: Hindi inaasahang error ang naganap "
|
1459 |
|
1460 |
+
#: views/restore.php:320
|
1461 |
msgid ""
|
1462 |
"Restore completed successfully. If you are prompted to login please do so "
|
1463 |
"with your current username and password"
|
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 |
"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 |
"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 "
|
1518 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1519 |
"oldest backup archives first."
|
1520 |
msgstr ""
|
1521 |
+
"Maraming mga host ang nililimitahan ang puwang na maaari mong kunin sa "
|
1522 |
+
"kanilang server. Ang opsyon na ito ay nagsasabi sa WPBackItUp ng "
|
1523 |
"pinakamataas na bilang ng mga backup archives na dapat manatili sa iyong "
|
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."
|
1539 |
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."
|
1559 |
+
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 "
|
1567 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
1568 |
+
"set may not be possible with hosts that strictly limit memory utilization."
|
1569 |
+
msgstr ""
|
1570 |
+
"Kapag ang setting na ito ay naka-on ang WPBackItUp ay lilikha ng solong file "
|
1571 |
+
"backup set. Kung ang WPBackItUp ay hindi magawang lumikha ng isang solong "
|
1572 |
+
"backup file set ang setting na ito ay naka- off para sa iyo. Ang paglikha ng "
|
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 "
|
1588 |
+
"these settings can be used to help reduce the amount of time it takes "
|
1589 |
+
"WPBackItUp to complete each backup task ."
|
1590 |
msgstr ""
|
1591 |
"Ang mga setting na ito ay magsasabi sa WP BackItUp kung gaano karaming aytem "
|
1592 |
"ang dapat na idagdag sa backup. Kung nakakaranas ka ng mga timeout habang "
|
1593 |
+
"nagaganap ang isang backup ang mga setting na ito ay maaaring magamit upang "
|
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."
|
1621 |
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 |
"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 |
"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."
|
1688 |
msgstr ""
|
1689 |
+
"Markahan ng tsek kung nais mo na ganap na alisin ng WPBackItUp ang lahat "
|
1690 |
+
"ng data nito kapag ang plugin ay tinanggal na."
|
1691 |
|
1692 |
#: views/support.php:13
|
1693 |
#, php-format
|
1694 |
msgid "%s Support"
|
1695 |
+
msgstr "%s Support"
|
1696 |
|
1697 |
#: views/support.php:32
|
1698 |
msgid "Support email sent successfully!"
|
1699 |
+
msgstr "Matagumpay na naipadala ang email sa support . "
|
1700 |
|
1701 |
#: views/support.php:45
|
1702 |
msgid "Email Logs to Support"
|
1703 |
+
msgstr "Mag email ng logs sa support para sa tulong"
|
1704 |
|
1705 |
#: views/support.php:46
|
1706 |
msgid "This form should be used to send log files to support only."
|
1707 |
msgstr ""
|
1708 |
+
"Ang form na ito ay dapat gamitin upang magpadala ng log files sa support "
|
1709 |
+
"para sa tulong. "
|
1710 |
|
1711 |
#: views/support.php:47
|
1712 |
#, php-format
|
1713 |
msgid ""
|
1714 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1715 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1716 |
msgstr ""
|
1717 |
+
"Mangyaring siguraduhin na magbukas ng support ticket sa pamamagitan ng "
|
1718 |
+
"WPBackItUp <a href=\"%s\" target=\"_blank\"> support portal. </a> bago "
|
1719 |
+
"gamitin ang form na ito."
|
1720 |
|
1721 |
#: views/support.php:48
|
1722 |
msgid ""
|
1723 |
"The ticket id you receive from your support request should be entered in the "
|
1724 |
"ticket id field below."
|
1725 |
msgstr ""
|
1726 |
+
"Ang mga ticket id na natanggap mo mula sa support ay dapat na ilagay sa "
|
1727 |
"patlang ng ticket id ."
|
1728 |
|
1729 |
#: views/support.php:49
|
1732 |
|
1733 |
#: views/support.php:59
|
1734 |
msgid "support ticket id"
|
1735 |
+
msgstr "support ticket id"
|
1736 |
|
1737 |
#: views/support.php:69
|
1738 |
msgid "problem description or additional information"
|
1743 |
msgstr "Ipadala"
|
1744 |
|
1745 |
#: views/support.php:83
|
1746 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1747 |
msgstr ""
|
1748 |
+
"Mangyaring irehistro ang iyong bersyon ng WPBackItUp upang magkaroon ng "
|
1749 |
+
"access sa support para sa tulong."
|
1750 |
|
1751 |
#: views/support.php:87
|
1752 |
msgid "Premium customers receive priority support."
|
languages/wp-backitup.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WPBackItUp\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2015-08-04 16:26-0400\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
|
@@ -10,191 +10,198 @@ 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.
|
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:
|
20 |
-
#: views/backup.php:
|
21 |
-
#: wp-backitup.php:
|
22 |
msgid "Backup"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
26 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
27 |
-
#: wp-backitup.php:
|
28 |
msgid "Restore"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
32 |
msgid "Support"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
36 |
msgid "Settings"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
40 |
msgid ""
|
41 |
"The backup you have selected exceeds what your host allows you to upload."
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
45 |
-
#: views/backup.php:
|
46 |
-
#: views/backup.php:
|
47 |
-
#: views/backup.php:
|
48 |
msgid "Warning"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
52 |
-
#: views/backup.php:
|
53 |
msgid "Error"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
57 |
msgid "Response"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
61 |
-
#: views/backup.php:
|
62 |
msgid "Status"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
66 |
msgid "Download"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
70 |
#: views/restore.php:129
|
71 |
msgid "Delete"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
75 |
msgid "(JS997) Unexpected error"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
79 |
msgid "(JS998) Unexpected error"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
83 |
msgid "(JS999) An unexpected error has occurred"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
87 |
msgid "Scheduled has been saved."
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
91 |
msgid "Scheduled was not saved."
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
95 |
msgid "Are you sure you want to restore your site?"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
99 |
msgid "Are you sure ?"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
103 |
msgid "This file cannot be delete!"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
107 |
msgid "View Log"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
111 |
msgid "New Backup!"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
115 |
msgid "Uploaded Backup"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
119 |
msgid "Backup Queued"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
123 |
msgid "Backup could not be queued"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
127 |
msgid "Job is already in queue."
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
131 |
msgid "No backup file selected."
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
135 |
msgid "No user id found."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
139 |
msgid "Restore Queued"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
143 |
msgid "Restore could not be queued"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
147 |
msgid "Restore already in queue"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
151 |
msgid "No job id posted"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
155 |
msgid "Backup Cancelled"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
159 |
msgid "Backup job not found"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
163 |
msgid "No response log found."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: lib/includes/class-wpbackitup-admin.php:942
|
167 |
-
#: lib/includes/class-wpbackitup-admin.php:950
|
168 |
-
#: lib/includes/class-wpbackitup-admin.php:984
|
169 |
-
#: lib/includes/class-wpbackitup-admin.php:991
|
170 |
#: lib/includes/class-wpbackitup-admin.php:998
|
171 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
172 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
|
|
|
|
|
|
|
|
173 |
msgid "Please enter a number"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
177 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
178 |
msgid "Please enter a valid email"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
182 |
msgid "Please enter your support ticket id"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
186 |
msgid "Please only enter numbers in this field"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
msgid "License is invalid."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
194 |
msgid "License has expired."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
198 |
#, php-format
|
199 |
msgid ""
|
200 |
"Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
|
@@ -202,15 +209,15 @@ msgid ""
|
|
202 |
"<strong>world class support</strong> team."
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
206 |
msgid "License Expired: Scheduled backups are no longer active."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
210 |
msgid "Activation limit has been reached."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: lib/includes/class-wpbackitup-admin.php:
|
214 |
msgid "Your Activation limit has been reached"
|
215 |
msgstr ""
|
216 |
|
@@ -218,7 +225,7 @@ msgstr ""
|
|
218 |
msgid "Invalid Nonce"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:
|
222 |
msgid "Upload directory is not writable, or does not exist."
|
223 |
msgstr ""
|
224 |
|
@@ -231,15 +238,15 @@ msgstr ""
|
|
231 |
msgid "File could not be uploaded"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: lib/includes/handler_upload.php:
|
235 |
-
msgid "Upload does not appear to be a
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: lib/includes/handler_upload.php:
|
239 |
-
msgid "Could not import file into
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: lib/includes/job_backup.php:
|
243 |
#, php-format
|
244 |
msgid ""
|
245 |
"<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
|
@@ -249,213 +256,221 @@ msgid ""
|
|
249 |
"of product updates and access to our world class support team.<br/><br/>"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: lib/includes/job_backup.php:
|
253 |
#, php-format
|
254 |
msgid "%s - Backup completed successfully."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: lib/includes/job_backup.php:
|
258 |
msgid "Your backup completed successfully."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: lib/includes/job_backup.php:
|
262 |
#, php-format
|
263 |
msgid "%s - Backup did not complete successfully."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: lib/includes/job_backup.php:
|
267 |
msgid "Your backup did not complete successfully."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: lib/includes/job_backup.php:
|
271 |
#, php-format
|
272 |
msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: lib/includes/job_backup.php:
|
276 |
msgid "Backup date:"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: lib/includes/job_backup.php:
|
280 |
-
msgid "Number of backups completed with
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: lib/includes/job_backup.php:
|
284 |
msgid "Completion Code:"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: lib/includes/job_backup.php:
|
288 |
-
msgid "
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: lib/includes/job_backup.php:
|
292 |
#, php-format
|
293 |
-
msgid "Checkout %s for info about
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: lib/includes/job_backup.php:
|
297 |
msgid ""
|
298 |
"(101) Unable to create a new directory for backup. Please check your CHMOD "
|
299 |
"settings of your wp-backitup backup directory"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: lib/includes/job_backup.php:
|
303 |
msgid ""
|
304 |
"(102) Cannot create backup directory. Please check the CHMOD settings of "
|
305 |
"your wp-backitup plugin directory"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: lib/includes/job_backup.php:
|
309 |
msgid "(103) Unable to backup your files. Please try again"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: lib/includes/job_backup.php:
|
313 |
msgid "(104) Unable to export your database. Please try again"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: lib/includes/job_backup.php:
|
317 |
msgid "(105) Unable to export site information file. Please try again"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: lib/includes/job_backup.php:
|
321 |
msgid "(106) Unable to cleanup your backup directory"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: lib/includes/job_backup.php:
|
325 |
msgid "(107) Unable to compress(zip) your backup. Please try again"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: lib/includes/job_backup.php:
|
329 |
msgid "(108) Unable to backup your site data files. Please try again"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: lib/includes/job_backup.php:
|
333 |
msgid "(109) Unable to finalize backup. Please try again"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
337 |
msgid ""
|
338 |
"(114) Your database was accessible but an export could not be created. "
|
339 |
"Please contact support by clicking the get support link on the right. Please "
|
340 |
"let us know who your host is when you submit the request"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: lib/includes/job_backup.php:
|
344 |
msgid "(120) Unable to backup your themes. Please try again"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: lib/includes/job_backup.php:
|
348 |
msgid "(121) Unable to backup your plugins. Please try again"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: lib/includes/job_backup.php:
|
352 |
msgid "(122) Unable to backup your uploads. Please try again"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: lib/includes/job_backup.php:
|
356 |
msgid "(123) Unable to backup your miscellaneous files. Please try again"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: lib/includes/job_backup.php:
|
360 |
msgid ""
|
361 |
"(125) Unable to compress your backup because there is no zip utility "
|
362 |
"available. Please contact support"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: lib/includes/job_backup.php:
|
366 |
msgid "(126) Unable to validate your backup. Please try again"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: lib/includes/job_backup.php:
|
370 |
msgid "(127) Unable to create inventory of files to backup. Please try again"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: lib/includes/job_backup.php:
|
374 |
msgid "(128) Unable to create job control record. Please try again"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: lib/includes/job_backup.php:
|
378 |
msgid ""
|
379 |
"(2101) Unable to create a new directory for backup. Please check your CHMOD "
|
380 |
"settings of your wp-backitup backup directory"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: lib/includes/job_backup.php:
|
384 |
msgid ""
|
385 |
"(2102) Cannot create backup directory. Please check the CHMOD settings of "
|
386 |
"your wp-backitup plugin directory"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: lib/includes/job_backup.php:
|
390 |
msgid "(2103) Unable to backup your files. Please try again"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: lib/includes/job_backup.php:
|
394 |
msgid "(2104) Unable to export your database. Please try again"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: lib/includes/job_backup.php:
|
398 |
msgid "(2105) Unable to export site information file. Please try again"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: lib/includes/job_backup.php:
|
402 |
msgid "(2106) Unable to cleanup your backup directory"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: lib/includes/job_backup.php:
|
406 |
msgid "(2107) Unable to compress(zip) your backup. Please try again"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: lib/includes/job_backup.php:
|
410 |
msgid "(2108) Unable to backup your site data files. Please try again"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: lib/includes/job_backup.php:
|
414 |
msgid "(2109) Unable to finalize backup. Please try again"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: lib/includes/job_backup.php:
|
|
|
|
|
|
|
|
|
418 |
msgid ""
|
419 |
"(2114) Your database was accessible but an export could not be created. "
|
420 |
"Please contact support by clicking the get support link on the right. Please "
|
421 |
"let us know who your host is when you submit the request"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: lib/includes/job_backup.php:
|
425 |
msgid "(2120) Unable to backup your themes. Please try again"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: lib/includes/job_backup.php:
|
429 |
msgid "(2121) Unable to backup your plugins. Please try again"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: lib/includes/job_backup.php:
|
433 |
msgid "(2122) Unable to backup your uploads. Please try again"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: lib/includes/job_backup.php:
|
437 |
msgid "(2123) Unable to backup your miscellaneous files. Please try again"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: lib/includes/job_backup.php:
|
441 |
msgid ""
|
442 |
"(2125) Unable to compress your backup because there is no zip utility "
|
443 |
"available. Please contact support"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: lib/includes/job_backup.php:
|
447 |
msgid "(2126) Unable to validate your backup. Please try again"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: lib/includes/job_backup.php:
|
451 |
msgid "(2127) Unable to create inventory of files to backup. Please try again"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: lib/includes/job_backup.php:
|
455 |
msgid "(2128) Unable to create job control record. Please try again"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: lib/includes/job_backup.php:
|
459 |
msgid "(999) Unexpected error"
|
460 |
msgstr ""
|
461 |
|
@@ -467,62 +482,62 @@ msgstr ""
|
|
467 |
msgid "%s Dashboard"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: views/backup.php:
|
471 |
msgid "Dismiss"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: views/backup.php:
|
475 |
#, php-format
|
476 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: views/backup.php:
|
480 |
msgid "support"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: views/backup.php:
|
484 |
msgid "Close"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: views/backup.php:
|
488 |
msgid ""
|
489 |
"Click the backup button to create a zipped backup file of this site's "
|
490 |
"database, plugins, themes and settings."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: views/backup.php:
|
494 |
msgid ""
|
495 |
"Once your backup file has been created it will appear in the available "
|
496 |
"backups section below. This file may remain on your hosting providers server "
|
497 |
"but we recommend that you download and save it somewhere safe."
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: views/backup.php:
|
501 |
msgid ""
|
502 |
-
"
|
503 |
"automated restore of their site."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: views/backup.php:
|
507 |
msgid "Cancel"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: views/backup.php:
|
511 |
#, php-format
|
512 |
msgid ""
|
513 |
-
"
|
514 |
"their site. Please visit %s for manual restore instructions."
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: views/backup.php:
|
518 |
msgid "Backup Schedule"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: views/backup.php:
|
522 |
msgid "Select the days of the week you would like your backup to run."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: views/backup.php:
|
526 |
msgid ""
|
527 |
"Backup your site once per week or every day, it's up to you. If you have "
|
528 |
"email notifications turned on we'll even send you an email when it's done. "
|
@@ -531,207 +546,213 @@ msgid ""
|
|
531 |
"but we recommend that you download and save it somewhere safe."
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: views/backup.php:
|
535 |
msgid "Please make sure to schedule your backup for at least once per week."
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: views/backup.php:
|
539 |
msgid "Monday"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: views/backup.php:
|
543 |
msgid "Tuesday"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: views/backup.php:
|
547 |
msgid "Wednesday"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: views/backup.php:
|
551 |
msgid "Thursday"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: views/backup.php:
|
555 |
msgid "Friday"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: views/backup.php:
|
559 |
msgid "Saturday"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: views/backup.php:
|
563 |
msgid "Sunday"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: views/backup.php:
|
567 |
msgid "Save Schedule"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: views/backup.php:
|
571 |
#, php-format
|
572 |
msgid ""
|
573 |
-
"Scheduled backups are only available to
|
574 |
-
"Please visit %s to get
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: views/backup.php:
|
578 |
msgid "Available Backups"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
582 |
msgid "Date"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: views/backup.php:
|
586 |
msgid "Duration"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: views/backup.php:
|
590 |
msgid "Success"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: views/backup.php:
|
594 |
msgid "Active"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: views/backup.php:
|
598 |
msgid "No backup archives found."
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: views/backup.php:
|
602 |
#, php-format
|
603 |
msgid ""
|
604 |
-
"The automated restore feature is only available to
|
605 |
-
"customers. Please visit %s to get
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: views/backup.php:
|
609 |
msgid "Nothing to report"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: views/backup.php:
|
613 |
msgid "Preparing for backup"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: views/backup.php:
|
617 |
-
#: views/backup.php:
|
618 |
-
#: views/backup.php:
|
619 |
-
#: views/backup.php:
|
620 |
-
#: views/restore.php:
|
621 |
-
#: views/restore.php:
|
622 |
-
#: views/restore.php:
|
|
|
623 |
msgid "Done"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: views/backup.php:
|
627 |
-
#: views/backup.php:
|
628 |
-
#: views/backup.php:
|
629 |
-
#: views/backup.php:
|
630 |
-
#: views/restore.php:
|
631 |
-
#: views/restore.php:
|
632 |
-
#: views/restore.php:
|
|
|
633 |
msgid "Failed"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: views/backup.php:
|
637 |
msgid "Creating inventory of files to backup"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: views/backup.php:
|
641 |
msgid "Backing up database"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: views/backup.php:
|
645 |
msgid "Creating backup information file"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: views/backup.php:
|
649 |
msgid "Backing up themes"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: views/backup.php:
|
653 |
msgid "Backing up plugins"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: views/backup.php:
|
657 |
msgid "Backing up uploads"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: views/backup.php:
|
661 |
msgid "Backing up everything else"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: views/backup.php:
|
665 |
msgid "Validating backup"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: views/backup.php:
|
669 |
msgid "Finalizing backup"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: views/backup.php:
|
673 |
msgid "Backup completed successfully"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: views/backup.php:
|
677 |
msgid "Backups"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: views/backup.php:
|
681 |
msgid "Version "
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: views/backup.php:
|
685 |
-
msgid "Welcome to
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: views/backup.php:
|
689 |
msgid "The simplest way to backup your WordPress site."
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: views/backup.php:
|
693 |
msgid ""
|
694 |
"Getting started is easy, just click the backup button on the left side of "
|
695 |
"this page."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: views/backup.php:
|
699 |
#, php-format
|
700 |
msgid ""
|
701 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
702 |
"medium;color: green\">%s</span> successful backups."
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: views/backup.php:
|
706 |
msgid "Tips"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: views/backup.php:
|
710 |
msgid "Backup your site at least once per week"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: views/backup.php:
|
714 |
msgid "Download all your backups and store them somewhere safe"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: views/backup.php:
|
718 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: views/backup.php:
|
722 |
#, php-format
|
723 |
msgid "Why not %s and schedule your backups!"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: views/backup.php:
|
727 |
msgid "upgrade"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: views/backup.php:
|
731 |
-
msgid "Register
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: views/backup.php:
|
735 |
msgid ""
|
736 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
737 |
"access to our world class <b>support</b> team. <br />\n"
|
@@ -739,81 +760,81 @@ msgid ""
|
|
739 |
"site."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: views/backup.php:
|
743 |
msgid "name"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: views/backup.php:
|
747 |
msgid "email address"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: views/backup.php:
|
751 |
msgid "license key"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: views/backup.php:
|
755 |
#, php-format
|
756 |
msgid "%s"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: views/backup.php:
|
760 |
msgid "Free plugin customers do not need to enter license key."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: views/backup.php:
|
764 |
msgid "Register"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: views/backup.php:
|
768 |
msgid "License Info"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: views/backup.php:
|
772 |
msgid "Name"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: views/backup.php:
|
776 |
msgid "Email"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: views/backup.php:
|
780 |
msgid "License Type"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: views/backup.php:
|
784 |
msgid "Expires"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: views/backup.php:
|
788 |
msgid "Enter license key to activate on this site."
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: views/backup.php:
|
792 |
msgid "License Active"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: views/backup.php:
|
796 |
msgid "License expired"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: views/backup.php:
|
800 |
msgid "Update"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: views/backup.php:
|
804 |
msgid "Activate"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: views/backup.php:
|
808 |
#, php-format
|
809 |
msgid "Purchase a %s license using the purchase link above."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: views/backup.php:
|
813 |
msgid "no-risk"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: views/backup.php:
|
817 |
#, php-format
|
818 |
msgid ""
|
819 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
@@ -821,48 +842,42 @@ msgid ""
|
|
821 |
"support</strong> team."
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: views/backup.php:
|
825 |
msgid "Useful Links"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
829 |
msgid "Your account"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: views/backup.php:
|
|
|
|
|
|
|
|
|
833 |
msgid "Documentation"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: views/backup.php:
|
837 |
msgid "Get support"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: views/backup.php:
|
841 |
msgid "Feature request"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: views/backup.php:
|
845 |
msgid "Language Translations"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: views/backup.php:
|
849 |
msgid "Contact"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: views/backup.php:475 views/backup.php:500
|
853 |
-
msgid "WP BackItUp Backup Set"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: views/backup.php:477
|
857 |
-
msgid ""
|
858 |
-
"Below are the archive files included in this backup set. Click the link to "
|
859 |
-
"download."
|
860 |
-
msgstr ""
|
861 |
-
|
862 |
-
#: views/backup.php:501
|
863 |
-
msgid "Please refresh this page to download your new backup files."
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
#: views/restore.php:13
|
867 |
#, php-format
|
868 |
msgid "%s Restore"
|
@@ -886,8 +901,8 @@ msgstr ""
|
|
886 |
#, php-format
|
887 |
msgid ""
|
888 |
"<p>* The automated restore feature is only available to licensed customers. "
|
889 |
-
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license
|
890 |
-
"
|
891 |
msgstr ""
|
892 |
|
893 |
#: views/restore.php:177
|
@@ -896,23 +911,23 @@ msgstr ""
|
|
896 |
|
897 |
#: views/restore.php:180
|
898 |
msgid ""
|
899 |
-
"Upload
|
900 |
"backups."
|
901 |
msgstr ""
|
902 |
|
903 |
#: views/restore.php:197
|
904 |
-
msgid "
|
905 |
msgstr ""
|
906 |
|
907 |
#: views/restore.php:198
|
908 |
-
msgid "Backup files may be uploaded into
|
909 |
msgstr ""
|
910 |
|
911 |
#: views/restore.php:198
|
912 |
msgid ""
|
913 |
-
"They may also be uploaded manually into the
|
914 |
-
"
|
915 |
-
"
|
916 |
msgstr ""
|
917 |
|
918 |
#: views/restore.php:202
|
@@ -930,152 +945,156 @@ msgid ""
|
|
930 |
"Available Backups section above. "
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: views/restore.php:243
|
934 |
-
msgid "Preparing for restore"
|
935 |
-
msgstr ""
|
936 |
-
|
937 |
#: views/restore.php:244
|
938 |
-
msgid "
|
939 |
msgstr ""
|
940 |
|
941 |
#: views/restore.php:245
|
942 |
-
msgid "
|
943 |
msgstr ""
|
944 |
|
945 |
#: views/restore.php:246
|
946 |
-
msgid "
|
947 |
msgstr ""
|
948 |
|
949 |
#: views/restore.php:247
|
950 |
-
msgid "
|
951 |
msgstr ""
|
952 |
|
953 |
#: views/restore.php:248
|
954 |
-
msgid "
|
955 |
msgstr ""
|
956 |
|
957 |
#: views/restore.php:249
|
958 |
-
msgid "
|
959 |
msgstr ""
|
960 |
|
961 |
#: views/restore.php:250
|
962 |
-
msgid "
|
963 |
msgstr ""
|
964 |
|
965 |
#: views/restore.php:251
|
966 |
-
msgid "
|
967 |
msgstr ""
|
968 |
|
969 |
#: views/restore.php:252
|
970 |
-
msgid "
|
|
|
|
|
|
|
|
|
971 |
msgstr ""
|
972 |
|
973 |
#: views/restore.php:254
|
|
|
|
|
|
|
|
|
974 |
msgid "Updating permalinks"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: views/restore.php:
|
978 |
msgid "Error 201: No file selected"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: views/restore.php:
|
982 |
msgid "Error 202: Your file could not be uploaded"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: views/restore.php:
|
986 |
msgid "Error 203: Your backup could not be unzipped"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: views/restore.php:
|
990 |
msgid ""
|
991 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
992 |
"valid backup"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: views/restore.php:
|
996 |
msgid "Error 205: Cannot create restore point"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: views/restore.php:
|
1000 |
msgid "Error 206: Unable to connect to your database"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: views/restore.php:
|
1004 |
msgid ""
|
1005 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: views/restore.php:
|
1009 |
msgid ""
|
1010 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: views/restore.php:
|
1014 |
msgid ""
|
1015 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: views/restore.php:
|
1019 |
msgid ""
|
1020 |
"Error 210: Unable to get current user password from database. Please try "
|
1021 |
"again"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: views/restore.php:
|
1025 |
msgid ""
|
1026 |
"Error 211: Unable to get current user email from database. Please try again"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: views/restore.php:
|
1030 |
msgid ""
|
1031 |
"Error 212: Unable to import your database. This may require importing the "
|
1032 |
"file manually"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: views/restore.php:
|
1036 |
msgid ""
|
1037 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1038 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1039 |
"correct"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: views/restore.php:
|
1043 |
msgid ""
|
1044 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1045 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1046 |
"correct"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: views/restore.php:
|
1050 |
msgid ""
|
1051 |
"Warning 215: Unable to update your user information. This may require you to "
|
1052 |
"login with the admin username and password that was used when the backup was "
|
1053 |
"created"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: views/restore.php:
|
1057 |
msgid "Error 216: Database not found in backup"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: views/restore.php:
|
1061 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: views/restore.php:
|
1065 |
msgid ""
|
1066 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1067 |
"CHMOD settings in /wp-content/"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: views/restore.php:
|
1071 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: views/restore.php:
|
1075 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: views/restore.php:
|
1079 |
#, php-format
|
1080 |
msgid ""
|
1081 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
@@ -1084,137 +1103,155 @@ msgid ""
|
|
1084 |
"> FAQs</a> for more info."
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: views/restore.php:
|
1088 |
msgid "Error 222: Unable to create restore folder"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: views/restore.php:
|
1092 |
msgid ""
|
1093 |
-
"Error 223: An error occurred during the restore.
|
1094 |
"restore the database to its previous state but were unsuccessful. Please "
|
1095 |
-
"contact
|
1096 |
"further restores"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: views/restore.php:
|
1100 |
msgid ""
|
1101 |
"Error 224: An error occurred during the restore, however, we have "
|
1102 |
"successfully restored your database to the previous state"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: views/restore.php:
|
1106 |
msgid ""
|
1107 |
-
"Error 225: Restore option is only available to licensed
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: views/restore.php:
|
1111 |
msgid ""
|
1112 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1113 |
"different version of WordPress"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: views/restore.php:
|
1117 |
msgid ""
|
1118 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1119 |
-
"different version of
|
1120 |
-
"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: views/restore.php:
|
1124 |
msgid ""
|
1125 |
-
"Error 230:
|
1126 |
"restore. However, we were able to successfully revert the database back to "
|
1127 |
"its original state . This error may require importing the database manually"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: views/restore.php:
|
1131 |
msgid ""
|
1132 |
-
"Error 235:
|
1133 |
-
"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: views/restore.php:
|
1137 |
msgid ""
|
1138 |
-
"Error 250:
|
1139 |
"running. Please wait for the backup to complete and then try again"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: views/restore.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1143 |
msgid ""
|
1144 |
-
"Error 251:
|
1145 |
"manifest is empty"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: views/restore.php:
|
1149 |
msgid ""
|
1150 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1151 |
"make sure to upload all zip files that were part of this backup"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: views/restore.php:
|
1155 |
msgid ""
|
1156 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1157 |
"Please make sure to upload only zip files that were part of this backup"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: views/restore.php:
|
1161 |
msgid ""
|
1162 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1163 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1164 |
"set again and attempt the restore one more time. "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: views/restore.php:
|
1168 |
msgid ""
|
1169 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1170 |
"upload all zip files that were part of this backup"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: views/restore.php:
|
1174 |
msgid ""
|
1175 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1176 |
-
"restore logs to see what
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: views/restore.php:
|
1180 |
msgid ""
|
1181 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1182 |
-
"to see what
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: views/restore.php:
|
1186 |
msgid "Error 2001: Unable to prepare site for restore"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: views/restore.php:
|
1190 |
msgid "Error 2002: Unable to unzip backup"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: views/restore.php:
|
1194 |
msgid "Error 2003: Unable to validate backup"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: views/restore.php:
|
1198 |
msgid "Error 2004: Unable to create restore point"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: views/restore.php:
|
1202 |
msgid "Error 2005: Unable to stage wp-content"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: views/restore.php:
|
1206 |
msgid "Error 2006: Unable to restore content files"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: views/restore.php:
|
1210 |
msgid "Error 2007: Unable to restore database"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: views/restore.php:
|
1214 |
msgid "Error 2999: Unexpected error encountered"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: views/restore.php:
|
1218 |
msgid ""
|
1219 |
"Restore completed successfully. If you are prompted to login please do so "
|
1220 |
"with your current username and password"
|
@@ -1225,169 +1262,187 @@ msgstr ""
|
|
1225 |
msgid "%s Settings"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: views/settings.php:
|
1229 |
msgid "Settings updated successfully!"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: views/settings.php:
|
1233 |
msgid "Email Notifications"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: views/settings.php:
|
1237 |
msgid ""
|
1238 |
"Please enter your email address if you would like to receive backup email "
|
1239 |
"notifications."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: views/settings.php:
|
1243 |
msgid ""
|
1244 |
"Backup email notifications will be sent for every backup and will contain "
|
1245 |
"status information related to the backup."
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: views/settings.php:
|
1249 |
-
#: views/settings.php:
|
1250 |
-
#: views/settings.php:
|
1251 |
msgid "Save"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: views/settings.php:
|
1255 |
msgid "Backup Retention"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: views/settings.php:
|
1259 |
msgid ""
|
1260 |
"Enter the number of backup archives that you would like to remain on the "
|
1261 |
"server."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: views/settings.php:
|
1265 |
msgid ""
|
1266 |
"Many hosts limit the amount of space that you can take up on their servers. "
|
1267 |
-
"This option tells
|
1268 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
1269 |
"oldest backup archives first."
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: views/settings.php:
|
1273 |
-
msgid "
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: views/settings.php:
|
1277 |
-
msgid "Turn on
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: views/settings.php:
|
1281 |
msgid ""
|
1282 |
"This option should only be turned on by advanced users or when "
|
1283 |
"troubleshooting issues with WPBackItUp support."
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: views/settings.php:
|
1287 |
msgid "Yes"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: views/settings.php:
|
1291 |
msgid "No"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: views/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1295 |
msgid "Batch Size"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: views/settings.php:
|
1299 |
msgid "Enter the batch size for each of your content items."
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: views/settings.php:
|
1303 |
msgid ""
|
1304 |
-
"These settings tell
|
1305 |
"backup at a time. If you experience timeouts while running a backup then "
|
1306 |
-
"these settings can be used to help reduce the amount of time it takes
|
1307 |
-
"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: views/settings.php:
|
1311 |
msgid "DB Tables Batch Size"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: views/settings.php:
|
1315 |
msgid "Plugins Batch Size"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: views/settings.php:
|
1319 |
msgid "Themes Batch Size"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: views/settings.php:
|
1323 |
msgid "Uploads Batch Size"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: views/settings.php:
|
1327 |
msgid "Others Batch Size"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: views/settings.php:
|
1331 |
msgid ""
|
1332 |
"* These settings should only be modified by advanced users or when when "
|
1333 |
-
"working with
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: views/settings.php:
|
1337 |
msgid "Filter Your Folders"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: views/settings.php:
|
1341 |
msgid ""
|
1342 |
"Enter a comma separated list of folders that should be excluded from your "
|
1343 |
"backups."
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: views/settings.php:
|
1347 |
msgid ""
|
1348 |
"It is important to note that when a folder name is present in this list any "
|
1349 |
"occurrence of that folder, and all its contents, will be excluded from the "
|
1350 |
"backup."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: views/settings.php:
|
1354 |
msgid "Plugin Folders Filter"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: views/settings.php:
|
1358 |
msgid "Theme Folders Filter"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: views/settings.php:
|
1362 |
msgid "Upload Folders Filter"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: views/settings.php:
|
1366 |
msgid "Other Folders Filter"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: views/settings.php:
|
1370 |
msgid "Filter Your Database Tables"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: views/settings.php:
|
1374 |
msgid "Exclude custom database tables from the backup."
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: views/settings.php:
|
1378 |
msgid ""
|
1379 |
"If you would like to exclude a custom table from the backup then simply drag "
|
1380 |
"it to the list on the right. WordPress core tables may not be excluded from "
|
1381 |
"the backup. "
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: views/settings.php:
|
1385 |
msgid "Remove Data on Uninstall?"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
-
#: views/settings.php:
|
1389 |
msgid ""
|
1390 |
-
"Check this box if you would like
|
1391 |
"data when the plugin is deleted."
|
1392 |
msgstr ""
|
1393 |
|
@@ -1411,7 +1466,7 @@ msgstr ""
|
|
1411 |
#: views/support.php:47
|
1412 |
#, php-format
|
1413 |
msgid ""
|
1414 |
-
"Please make sure to open a support ticket via
|
1415 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1416 |
msgstr ""
|
1417 |
|
@@ -1438,37 +1493,37 @@ msgid "Send"
|
|
1438 |
msgstr ""
|
1439 |
|
1440 |
#: views/support.php:83
|
1441 |
-
msgid "Please register your version of
|
1442 |
msgstr ""
|
1443 |
|
1444 |
#: views/support.php:87
|
1445 |
msgid "Premium customers receive priority support."
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: wp-backitup.php:
|
1449 |
#, php-format
|
1450 |
msgid "Every %s hours"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: wp-backitup.php:
|
1454 |
-
#: wp-backitup.php:
|
1455 |
#, php-format
|
1456 |
msgid "WPBUP - Every %s minutes"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: wp-backitup.php:
|
1460 |
msgid "WPBUP - Once Weekly"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: wp-backitup.php:
|
1464 |
msgid "WPBUP - Once Monthly"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: wp-backitup.php:
|
1468 |
#, php-format
|
1469 |
msgid "WPBUP - Every %s hours"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: wp-backitup.php:
|
1473 |
msgid "Cleanup"
|
1474 |
msgstr ""
|
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 |
"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 |
|
31 |
+
#: lib/includes/class-wpbackitup-admin.php:219
|
32 |
msgid "Support"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: lib/includes/class-wpbackitup-admin.php:222
|
36 |
msgid "Settings"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: lib/includes/class-wpbackitup-admin.php:246
|
40 |
msgid ""
|
41 |
"The backup you have selected exceeds what your host allows you to upload."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
|
45 |
+
#: views/backup.php:440 views/backup.php:441 views/backup.php:442
|
46 |
+
#: views/backup.php:443 views/backup.php:444 views/backup.php:445
|
47 |
+
#: views/backup.php:446 views/backup.php:447 views/backup.php:448
|
48 |
msgid "Warning"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
|
52 |
+
#: views/backup.php:376
|
53 |
msgid "Error"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: lib/includes/class-wpbackitup-admin.php:249
|
57 |
msgid "Response"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
|
61 |
+
#: views/backup.php:430 views/restore.php:230
|
62 |
msgid "Status"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: lib/includes/class-wpbackitup-admin.php:251
|
66 |
msgid "Download"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
|
70 |
#: views/restore.php:129
|
71 |
msgid "Delete"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: lib/includes/class-wpbackitup-admin.php:254
|
75 |
msgid "(JS997) Unexpected error"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: lib/includes/class-wpbackitup-admin.php:255
|
79 |
msgid "(JS998) Unexpected error"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: lib/includes/class-wpbackitup-admin.php:256
|
83 |
msgid "(JS999) An unexpected error has occurred"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: lib/includes/class-wpbackitup-admin.php:257
|
87 |
msgid "Scheduled has been saved."
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: lib/includes/class-wpbackitup-admin.php:258
|
91 |
msgid "Scheduled was not saved."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: lib/includes/class-wpbackitup-admin.php:259
|
95 |
msgid "Are you sure you want to restore your site?"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: lib/includes/class-wpbackitup-admin.php:260
|
99 |
msgid "Are you sure ?"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: lib/includes/class-wpbackitup-admin.php:261
|
103 |
msgid "This file cannot be delete!"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: lib/includes/class-wpbackitup-admin.php:262
|
107 |
msgid "View Log"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: lib/includes/class-wpbackitup-admin.php:263
|
111 |
msgid "New Backup!"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: lib/includes/class-wpbackitup-admin.php:264
|
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 |
"<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 |
|
225 |
msgid "Invalid Nonce"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
|
229 |
msgid "Upload directory is not writable, or does not exist."
|
230 |
msgstr ""
|
231 |
|
238 |
msgid "File could not be uploaded"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: lib/includes/handler_upload.php:146
|
242 |
+
msgid "Upload does not appear to be a WPBackItUp backup archive file."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: lib/includes/handler_upload.php:166
|
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 |
"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 |
|
482 |
msgid "%s Dashboard"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: views/backup.php:242
|
486 |
msgid "Dismiss"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: views/backup.php:254
|
490 |
#, php-format
|
491 |
msgid "Backup folder does not exist. Please contact %s for assistance."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: views/backup.php:254 views/restore.php:75 views/restore.php:82
|
495 |
msgid "support"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: views/backup.php:257 views/backup.php:263
|
499 |
msgid "Close"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: views/backup.php:278
|
503 |
msgid ""
|
504 |
"Click the backup button to create a zipped backup file of this site's "
|
505 |
"database, plugins, themes and settings."
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: views/backup.php:279
|
509 |
msgid ""
|
510 |
"Once your backup file has been created it will appear in the available "
|
511 |
"backups section below. This file may remain on your hosting providers server "
|
512 |
"but we recommend that you download and save it somewhere safe."
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: views/backup.php:280
|
516 |
msgid ""
|
517 |
+
"WPBackItUp premium customers can use these backup files to perform an "
|
518 |
"automated restore of their site."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: views/backup.php:284
|
522 |
msgid "Cancel"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: views/backup.php:291
|
526 |
#, php-format
|
527 |
msgid ""
|
528 |
+
"WPBackItUp lite customers may use these backup files to manually restore "
|
529 |
"their site. Please visit %s for manual restore instructions."
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: views/backup.php:298
|
533 |
msgid "Backup Schedule"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: views/backup.php:300
|
537 |
msgid "Select the days of the week you would like your backup to run."
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: views/backup.php:302
|
541 |
msgid ""
|
542 |
"Backup your site once per week or every day, it's up to you. If you have "
|
543 |
"email notifications turned on we'll even send you an email when it's done. "
|
546 |
"but we recommend that you download and save it somewhere safe."
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: views/backup.php:304
|
550 |
msgid "Please make sure to schedule your backup for at least once per week."
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: views/backup.php:308
|
554 |
msgid "Monday"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: views/backup.php:309
|
558 |
msgid "Tuesday"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: views/backup.php:310
|
562 |
msgid "Wednesday"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: views/backup.php:311
|
566 |
msgid "Thursday"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: views/backup.php:312
|
570 |
msgid "Friday"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: views/backup.php:313
|
574 |
msgid "Saturday"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: views/backup.php:314
|
578 |
msgid "Sunday"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: views/backup.php:317
|
582 |
msgid "Save Schedule"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: views/backup.php:322
|
586 |
#, php-format
|
587 |
msgid ""
|
588 |
+
"Scheduled backups are only available to WPBackItUp premium customers. "
|
589 |
+
"Please visit %s to get WPBackItUp risk free for 30 days."
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: views/backup.php:329 views/restore.php:95
|
593 |
msgid "Available Backups"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: views/backup.php:349
|
597 |
+
msgid "Type"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: views/backup.php:350 views/restore.php:100
|
601 |
msgid "Date"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: views/backup.php:351
|
605 |
msgid "Duration"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: views/backup.php:370
|
609 |
msgid "Success"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: views/backup.php:373
|
613 |
msgid "Active"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: views/backup.php:416 views/restore.php:149
|
617 |
msgid "No backup archives found."
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: views/backup.php:425
|
621 |
#, php-format
|
622 |
msgid ""
|
623 |
+
"The automated restore feature is only available to WPBackItUp premium "
|
624 |
+
"customers. Please visit %s to get WPBackItUp risk free for 30 days."
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: views/backup.php:434 views/restore.php:234
|
628 |
msgid "Nothing to report"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: views/backup.php:439
|
632 |
msgid "Preparing for backup"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
636 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
637 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
638 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
639 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
640 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
641 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
642 |
+
#: views/restore.php:256
|
643 |
msgid "Done"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: views/backup.php:439 views/backup.php:440 views/backup.php:441
|
647 |
+
#: views/backup.php:442 views/backup.php:443 views/backup.php:444
|
648 |
+
#: views/backup.php:445 views/backup.php:446 views/backup.php:447
|
649 |
+
#: views/backup.php:448 views/restore.php:244 views/restore.php:245
|
650 |
+
#: views/restore.php:246 views/restore.php:247 views/restore.php:248
|
651 |
+
#: views/restore.php:249 views/restore.php:250 views/restore.php:251
|
652 |
+
#: views/restore.php:252 views/restore.php:253 views/restore.php:254
|
653 |
+
#: views/restore.php:256
|
654 |
msgid "Failed"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: views/backup.php:440
|
658 |
msgid "Creating inventory of files to backup"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: views/backup.php:441
|
662 |
msgid "Backing up database"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: views/backup.php:442
|
666 |
msgid "Creating backup information file"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: views/backup.php:443
|
670 |
msgid "Backing up themes"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: views/backup.php:444
|
674 |
msgid "Backing up plugins"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: views/backup.php:445
|
678 |
msgid "Backing up uploads"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: views/backup.php:446
|
682 |
msgid "Backing up everything else"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: views/backup.php:447
|
686 |
msgid "Validating backup"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: views/backup.php:448
|
690 |
msgid "Finalizing backup"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: views/backup.php:458
|
694 |
msgid "Backup completed successfully"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: views/backup.php:479
|
698 |
msgid "Backups"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: views/backup.php:479
|
702 |
msgid "Version "
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: views/backup.php:481
|
706 |
+
msgid "Welcome to WPBackItUp!"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: views/backup.php:481
|
710 |
msgid "The simplest way to backup your WordPress site."
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: views/backup.php:482
|
714 |
msgid ""
|
715 |
"Getting started is easy, just click the backup button on the left side of "
|
716 |
"this page."
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: views/backup.php:486
|
720 |
#, php-format
|
721 |
msgid ""
|
722 |
"Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
|
723 |
"medium;color: green\">%s</span> successful backups."
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: views/backup.php:487
|
727 |
msgid "Tips"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: views/backup.php:488
|
731 |
msgid "Backup your site at least once per week"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: views/backup.php:489
|
735 |
msgid "Download all your backups and store them somewhere safe"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: views/backup.php:490
|
739 |
msgid "Verify your backup files are good by taking a look at what's inside"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: views/backup.php:495
|
743 |
#, php-format
|
744 |
msgid "Why not %s and schedule your backups!"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: views/backup.php:495
|
748 |
msgid "upgrade"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: views/backup.php:504
|
752 |
+
msgid "Register WPBackItUp"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: views/backup.php:507
|
756 |
msgid ""
|
757 |
"Enter your name and email address below to receive <b>special offers</b> and "
|
758 |
"access to our world class <b>support</b> team. <br />\n"
|
760 |
"site."
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: views/backup.php:509
|
764 |
msgid "name"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: views/backup.php:510
|
768 |
msgid "email address"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: views/backup.php:511
|
772 |
msgid "license key"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: views/backup.php:511 views/backup.php:561 views/backup.php:565
|
776 |
#, php-format
|
777 |
msgid "%s"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: views/backup.php:512
|
781 |
msgid "Free plugin customers do not need to enter license key."
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: views/backup.php:513
|
785 |
msgid "Register"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: views/backup.php:522
|
789 |
msgid "License Info"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: views/backup.php:544
|
793 |
msgid "Name"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: views/backup.php:545
|
797 |
msgid "Email"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: views/backup.php:546
|
801 |
msgid "License Type"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: views/backup.php:547
|
805 |
msgid "Expires"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: views/backup.php:550
|
809 |
msgid "Enter license key to activate on this site."
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: views/backup.php:557
|
813 |
msgid "License Active"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: views/backup.php:565
|
817 |
msgid "License expired"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: views/backup.php:569
|
821 |
msgid "Update"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: views/backup.php:573
|
825 |
msgid "Activate"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: views/backup.php:577
|
829 |
#, php-format
|
830 |
msgid "Purchase a %s license using the purchase link above."
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: views/backup.php:577
|
834 |
msgid "no-risk"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: views/backup.php:583
|
838 |
#, php-format
|
839 |
msgid ""
|
840 |
"Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
|
842 |
"support</strong> team."
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: views/backup.php:594
|
846 |
msgid "Useful Links"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: views/backup.php:596
|
850 |
+
msgid "Getting Started Video"
|
851 |
+
msgstr ""
|
852 |
+
|
853 |
+
#: views/backup.php:599
|
854 |
msgid "Your account"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: views/backup.php:602
|
858 |
+
msgid "Website Migration Service"
|
859 |
+
msgstr ""
|
860 |
+
|
861 |
+
#: views/backup.php:604
|
862 |
msgid "Documentation"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: views/backup.php:607
|
866 |
msgid "Get support"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: views/backup.php:610
|
870 |
msgid "Feature request"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: views/backup.php:612
|
874 |
msgid "Language Translations"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: views/backup.php:614
|
878 |
msgid "Contact"
|
879 |
msgstr ""
|
880 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
881 |
#: views/restore.php:13
|
882 |
#, php-format
|
883 |
msgid "%s Restore"
|
901 |
#, php-format
|
902 |
msgid ""
|
903 |
"<p>* The automated restore feature is only available to licensed customers. "
|
904 |
+
"Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
|
905 |
+
"WPBackItUp risk free for 30 days.</p>"
|
906 |
msgstr ""
|
907 |
|
908 |
#: views/restore.php:177
|
911 |
|
912 |
#: views/restore.php:180
|
913 |
msgid ""
|
914 |
+
"Upload WPBackItUp archive(zip) files to add to your list of available "
|
915 |
"backups."
|
916 |
msgstr ""
|
917 |
|
918 |
#: views/restore.php:197
|
919 |
+
msgid "WPBackItUp - Upload backup files"
|
920 |
msgstr ""
|
921 |
|
922 |
#: views/restore.php:198
|
923 |
+
msgid "Backup files may be uploaded into WPBackItUp with this form."
|
924 |
msgstr ""
|
925 |
|
926 |
#: views/restore.php:198
|
927 |
msgid ""
|
928 |
+
"They may also be uploaded manually into the WPBackItUp directory (wp-content/"
|
929 |
+
"wpbackitup_backups) using FTP. When done uploading all backup files refresh "
|
930 |
+
"this page."
|
931 |
msgstr ""
|
932 |
|
933 |
#: views/restore.php:202
|
945 |
"Available Backups section above. "
|
946 |
msgstr ""
|
947 |
|
|
|
|
|
|
|
|
|
948 |
#: views/restore.php:244
|
949 |
+
msgid "Preparing for restore"
|
950 |
msgstr ""
|
951 |
|
952 |
#: views/restore.php:245
|
953 |
+
msgid "Unpacking backup set"
|
954 |
msgstr ""
|
955 |
|
956 |
#: views/restore.php:246
|
957 |
+
msgid "Unzipping backup files"
|
958 |
msgstr ""
|
959 |
|
960 |
#: views/restore.php:247
|
961 |
+
msgid "Validating backup files"
|
962 |
msgstr ""
|
963 |
|
964 |
#: views/restore.php:248
|
965 |
+
msgid "Deactivating plugins"
|
966 |
msgstr ""
|
967 |
|
968 |
#: views/restore.php:249
|
969 |
+
msgid "Creating database restore point"
|
970 |
msgstr ""
|
971 |
|
972 |
#: views/restore.php:250
|
973 |
+
msgid "Staging content files"
|
974 |
msgstr ""
|
975 |
|
976 |
#: views/restore.php:251
|
977 |
+
msgid "Restoring content files"
|
978 |
msgstr ""
|
979 |
|
980 |
#: views/restore.php:252
|
981 |
+
msgid "Restoring database"
|
982 |
+
msgstr ""
|
983 |
+
|
984 |
+
#: views/restore.php:253
|
985 |
+
msgid "Updating current user info"
|
986 |
msgstr ""
|
987 |
|
988 |
#: views/restore.php:254
|
989 |
+
msgid "Updating site URL"
|
990 |
+
msgstr ""
|
991 |
+
|
992 |
+
#: views/restore.php:256
|
993 |
msgid "Updating permalinks"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: views/restore.php:262
|
997 |
msgid "Error 201: No file selected"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: views/restore.php:263
|
1001 |
msgid "Error 202: Your file could not be uploaded"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: views/restore.php:264
|
1005 |
msgid "Error 203: Your backup could not be unzipped"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: views/restore.php:265
|
1009 |
msgid ""
|
1010 |
"Error 204: Your backup appears to be invalid. Please ensure you selected a "
|
1011 |
"valid backup"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: views/restore.php:266
|
1015 |
msgid "Error 205: Cannot create restore point"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: views/restore.php:267
|
1019 |
msgid "Error 206: Unable to connect to your database"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: views/restore.php:268
|
1023 |
msgid ""
|
1024 |
"Error 207: Unable to get current site URL from database. Please try again"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: views/restore.php:269
|
1028 |
msgid ""
|
1029 |
"Error 208: Unable to get current home URL from database. Please try again"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: views/restore.php:270
|
1033 |
msgid ""
|
1034 |
"Error 209: Unable to get current user ID from database. Please try again"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: views/restore.php:271
|
1038 |
msgid ""
|
1039 |
"Error 210: Unable to get current user password from database. Please try "
|
1040 |
"again"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: views/restore.php:272
|
1044 |
msgid ""
|
1045 |
"Error 211: Unable to get current user email from database. Please try again"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: views/restore.php:273
|
1049 |
msgid ""
|
1050 |
"Error 212: Unable to import your database. This may require importing the "
|
1051 |
"file manually"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: views/restore.php:274
|
1055 |
msgid ""
|
1056 |
"Warning 213: Unable to update your site URL value. Please check your "
|
1057 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1058 |
"correct"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: views/restore.php:275
|
1062 |
msgid ""
|
1063 |
"Warning 214: Unable to update your home URL value. Please check your "
|
1064 |
"WordPress general settings to make sure your Site and WordPress URLs are "
|
1065 |
"correct"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: views/restore.php:276
|
1069 |
msgid ""
|
1070 |
"Warning 215: Unable to update your user information. This may require you to "
|
1071 |
"login with the admin username and password that was used when the backup was "
|
1072 |
"created"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
+
#: views/restore.php:277
|
1076 |
msgid "Error 216: Database not found in backup"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
+
#: views/restore.php:278
|
1080 |
msgid "Warning 217: Unable to remove existing wp-content directory"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
+
#: views/restore.php:279
|
1084 |
msgid ""
|
1085 |
"Error 218: Unable to create new wp-content directory. Please check your "
|
1086 |
"CHMOD settings in /wp-content/"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: views/restore.php:280
|
1090 |
msgid "Error 219: Unable to import wp-content. Please try again"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: views/restore.php:281
|
1094 |
msgid "Warning 220: Unable to cleanup import directory. No action is required"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: views/restore.php:282
|
1098 |
#, php-format
|
1099 |
msgid ""
|
1100 |
"Error 221: Table prefix value in wp-config.php is different from backup. "
|
1103 |
"> FAQs</a> for more info."
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: views/restore.php:283
|
1107 |
msgid "Error 222: Unable to create restore folder"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: views/restore.php:284
|
1111 |
msgid ""
|
1112 |
+
"Error 223: An error occurred during the restore. WPBackItUp attempted to "
|
1113 |
"restore the database to its previous state but were unsuccessful. Please "
|
1114 |
+
"contact WPBackItUp customer support and do not attempt to perform any "
|
1115 |
"further restores"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: views/restore.php:285
|
1119 |
msgid ""
|
1120 |
"Error 224: An error occurred during the restore, however, we have "
|
1121 |
"successfully restored your database to the previous state"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: views/restore.php:286
|
1125 |
msgid ""
|
1126 |
+
"Error 225: Restore option is only available to licensed WPBackItUp users"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: views/restore.php:287
|
1130 |
msgid ""
|
1131 |
"Error 226: Restore cannot proceed because your backup was created using a "
|
1132 |
"different version of WordPress"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: views/restore.php:288
|
1136 |
msgid ""
|
1137 |
"Error 227: Restore cannot proceed because your backup was created using a "
|
1138 |
+
"different version of WPBackItUp. Please contact WPBackItUp support to help "
|
1139 |
+
"convert this backup to the current version"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: views/restore.php:289
|
1143 |
msgid ""
|
1144 |
+
"Error 230: WPBackItUp ran into unexpected errors during the database "
|
1145 |
"restore. However, we were able to successfully revert the database back to "
|
1146 |
"its original state . This error may require importing the database manually"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: views/restore.php:290
|
1150 |
msgid ""
|
1151 |
+
"Error 235: WPBackItUp is not able to proceed because there is no zip utility "
|
1152 |
+
"available. Please contact support"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: views/restore.php:291
|
1156 |
msgid ""
|
1157 |
+
"Error 250: WPBackItUp is unable to begin the restore because a backup is "
|
1158 |
"running. Please wait for the backup to complete and then try again"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: views/restore.php:293
|
1162 |
+
msgid ""
|
1163 |
+
"Error 260: WPBackItUp is unable to extract archives from backup set. Please "
|
1164 |
+
"try again and contact support if this issue continues"
|
1165 |
+
msgstr ""
|
1166 |
+
|
1167 |
+
#: views/restore.php:294
|
1168 |
+
msgid ""
|
1169 |
+
"Error 261: WPBackItUp is unable to extract archives from backup set. Please "
|
1170 |
+
"try again and contact support if this issue continues"
|
1171 |
+
msgstr ""
|
1172 |
+
|
1173 |
+
#: views/restore.php:295
|
1174 |
+
msgid ""
|
1175 |
+
"Error 262: There were no backup files found in the backup folder. Please "
|
1176 |
+
"try again and contact support if this issue continues"
|
1177 |
+
msgstr ""
|
1178 |
+
|
1179 |
+
#: views/restore.php:297
|
1180 |
msgid ""
|
1181 |
+
"Error 251: WPBackItUp is unable to begin the restore because the backup "
|
1182 |
"manifest is empty"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: views/restore.php:298
|
1186 |
msgid ""
|
1187 |
"Error 252: At least one zip file is missing from your backup set. Please "
|
1188 |
"make sure to upload all zip files that were part of this backup"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: views/restore.php:299
|
1192 |
msgid ""
|
1193 |
"Error 253: Backup set contains a zip file that is not in the manifest. "
|
1194 |
"Please make sure to upload only zip files that were part of this backup"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: views/restore.php:300
|
1198 |
msgid ""
|
1199 |
"Error 254: The size of one the zip files in this backup set does not match "
|
1200 |
"the manifest so is most likely corrupt. Upload all zip files in this backup "
|
1201 |
"set again and attempt the restore one more time. "
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: views/restore.php:301
|
1205 |
msgid ""
|
1206 |
"Error 255: Backup set does not contain a manifest. Please make sure to "
|
1207 |
"upload all zip files that were part of this backup"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: views/restore.php:303
|
1211 |
msgid ""
|
1212 |
"Warning 300: Unable to restore all WordPress content. Please review your "
|
1213 |
+
"restore logs to see what WPBackItUp was unable to restore"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: views/restore.php:304
|
1217 |
msgid ""
|
1218 |
"Warning 305: Unable to restore all plugins. Please review your restore logs "
|
1219 |
+
"to see what WPBackItUp was unable to restore"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: views/restore.php:306
|
1223 |
msgid "Error 2001: Unable to prepare site for restore"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: views/restore.php:307
|
1227 |
msgid "Error 2002: Unable to unzip backup"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: views/restore.php:308
|
1231 |
msgid "Error 2003: Unable to validate backup"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: views/restore.php:309
|
1235 |
msgid "Error 2004: Unable to create restore point"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
+
#: views/restore.php:310
|
1239 |
msgid "Error 2005: Unable to stage wp-content"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: views/restore.php:311
|
1243 |
msgid "Error 2006: Unable to restore content files"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: views/restore.php:312
|
1247 |
msgid "Error 2007: Unable to restore database"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: views/restore.php:313
|
1251 |
msgid "Error 2999: Unexpected error encountered"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: views/restore.php:320
|
1255 |
msgid ""
|
1256 |
"Restore completed successfully. If you are prompted to login please do so "
|
1257 |
"with your current username and password"
|
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 "
|
1305 |
"should remain on your hosts server. Don't worry, we will always remove the "
|
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 "
|
1345 |
+
"then it will turn this setting off for you. Creating a single file backup "
|
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 "
|
1361 |
+
"these settings can be used to help reduce the amount of time it takes "
|
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."
|
1447 |
msgstr ""
|
1448 |
|
1466 |
#: views/support.php:47
|
1467 |
#, php-format
|
1468 |
msgid ""
|
1469 |
+
"Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
|
1470 |
"target=\"_blank\"> support portal.</a> before using this form."
|
1471 |
msgstr ""
|
1472 |
|
1493 |
msgstr ""
|
1494 |
|
1495 |
#: views/support.php:83
|
1496 |
+
msgid "Please register your version of WPBackItUp for access to support."
|
1497 |
msgstr ""
|
1498 |
|
1499 |
#: views/support.php:87
|
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 ""
|
lib/includes/class-backup.php
CHANGED
@@ -160,9 +160,11 @@ class WPBackItUp_Backup {
|
|
160 |
{
|
161 |
|
162 |
//Check for job control record
|
163 |
-
$
|
|
|
164 |
$job_id = end($folder_name_parts);
|
165 |
-
$job = WPBackItUp_Job::
|
|
|
166 |
|
167 |
//If no jobs found then purge
|
168 |
if(false===$job){
|
@@ -356,7 +358,7 @@ class WPBackItUp_Backup {
|
|
356 |
*/
|
357 |
public function export_database_wpbackitup($current_job,$content_type,$batch_size){
|
358 |
global $wpdb;
|
359 |
-
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin
|
360 |
|
361 |
$job_id = $current_job->getJobId();
|
362 |
$sqlUtil = new WPBackItUp_SQL($this->log_name);
|
@@ -391,7 +393,7 @@ class WPBackItUp_Backup {
|
|
391 |
//get count of remaining items
|
392 |
$remaining_count = $db->get_open_item_count($job_id,$content_type);
|
393 |
|
394 |
-
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End
|
395 |
return $remaining_count; //return count;
|
396 |
}
|
397 |
|
@@ -1034,6 +1036,44 @@ class WPBackItUp_Backup {
|
|
1034 |
return $file_list;
|
1035 |
}
|
1036 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1037 |
/**
|
1038 |
* Create manifest file
|
1039 |
*
|
@@ -1143,4 +1183,11 @@ class WPBackItUp_Backup {
|
|
1143 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End');
|
1144 |
}
|
1145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1146 |
}
|
160 |
{
|
161 |
|
162 |
//Check for job control record
|
163 |
+
$folder_name = basename($folder);
|
164 |
+
$folder_name_parts = explode('_',$folder_name);
|
165 |
$job_id = end($folder_name_parts);
|
166 |
+
$job = WPBackItUp_Job::get_jobs_by_job_name(WPBackItUp_Job::BACKUP,$folder_name);
|
167 |
+
//$job = WPBackItUp_Job::get_job_by_id($job_id);
|
168 |
|
169 |
//If no jobs found then purge
|
170 |
if(false===$job){
|
358 |
*/
|
359 |
public function export_database_wpbackitup($current_job,$content_type,$batch_size){
|
360 |
global $wpdb;
|
361 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin WPBackItUp Database Export.');
|
362 |
|
363 |
$job_id = $current_job->getJobId();
|
364 |
$sqlUtil = new WPBackItUp_SQL($this->log_name);
|
393 |
//get count of remaining items
|
394 |
$remaining_count = $db->get_open_item_count($job_id,$content_type);
|
395 |
|
396 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End WPBackItUp Database Export');
|
397 |
return $remaining_count; //return count;
|
398 |
}
|
399 |
|
1036 |
return $file_list;
|
1037 |
}
|
1038 |
|
1039 |
+
|
1040 |
+
|
1041 |
+
public function backup_file_to_zip($source_root,$target_root,$file_path, $zip_file_path){
|
1042 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
|
1043 |
+
|
1044 |
+
if ( empty($file_path)) {
|
1045 |
+
WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'File path expected:');
|
1046 |
+
WPBackItUp_LoggerV2::log($this->log_name,var_export($file_path,true));
|
1047 |
+
return false;
|
1048 |
+
}
|
1049 |
+
|
1050 |
+
if ( !file_exists($file_path)) {
|
1051 |
+
WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'File not found:');
|
1052 |
+
WPBackItUp_LoggerV2::log($this->log_name,var_export($file_path,true));
|
1053 |
+
return false;
|
1054 |
+
}
|
1055 |
+
|
1056 |
+
//create/open the zip file
|
1057 |
+
$zip = new WPBackItUp_Zip($this->log_name,$zip_file_path);
|
1058 |
+
|
1059 |
+
$file_path = utf8_decode($file_path);
|
1060 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'File:' . $file_path );
|
1061 |
+
|
1062 |
+
//replace the source path with the target
|
1063 |
+
$target_item_path = str_replace(rtrim($source_root, '/'),rtrim($target_root,'/'),$file_path);
|
1064 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Add File:' .$target_item_path );
|
1065 |
+
if ( $zip->add_file($file_path,$target_item_path)) {
|
1066 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'File Added:' . $target_item_path );
|
1067 |
+
} else {
|
1068 |
+
WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'File NOT added:' . $target_item_path );
|
1069 |
+
return false;
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
//if we get here then close the zip
|
1073 |
+
return $zip->close();//close the zip
|
1074 |
+
|
1075 |
+
}
|
1076 |
+
|
1077 |
/**
|
1078 |
* Create manifest file
|
1079 |
*
|
1183 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End');
|
1184 |
}
|
1185 |
|
1186 |
+
/**
|
1187 |
+
* @return string
|
1188 |
+
*/
|
1189 |
+
public function getBackupProjectPath() {
|
1190 |
+
return $this->backup_project_path;
|
1191 |
+
}
|
1192 |
+
|
1193 |
}
|
lib/includes/class-database.php
CHANGED
@@ -173,21 +173,35 @@ class WPBackItUp_DataAccess {
|
|
173 |
*
|
174 |
* @return mixed
|
175 |
*/
|
176 |
-
public function get_jobs_by_name( $job_type, $job_name,$job_status_array ) {
|
177 |
global $wpdb;
|
178 |
-
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
|
179 |
|
180 |
-
|
181 |
|
182 |
-
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
FROM $wpdb->wpbackitup_job_control
|
185 |
WHERE
|
186 |
job_type = %s
|
187 |
AND job_name = %s
|
188 |
-
AND job_status IN ( {$job_status_list})
|
189 |
ORDER BY job_id DESC
|
190 |
-
"
|
|
|
|
|
191 |
|
192 |
$query_result=$this->get_rows($sql);
|
193 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Results:'.var_export($query_result,true));
|
173 |
*
|
174 |
* @return mixed
|
175 |
*/
|
176 |
+
public function get_jobs_by_name( $job_type, $job_name,$job_status_array=null ) {
|
177 |
global $wpdb;
|
178 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Begin' );
|
179 |
|
180 |
+
if ( ! empty( $job_status_array ) ) {
|
181 |
|
182 |
+
$job_status_list = self::get_delimited_list( $job_status_array );
|
183 |
+
|
184 |
+
$sql = $wpdb->prepare(
|
185 |
+
"SELECT *
|
186 |
+
FROM $wpdb->wpbackitup_job_control
|
187 |
+
WHERE
|
188 |
+
job_type = %s
|
189 |
+
AND job_name = %s
|
190 |
+
AND job_status IN ( {$job_status_list})
|
191 |
+
ORDER BY job_id DESC
|
192 |
+
", $job_type, $job_name );
|
193 |
+
}else{
|
194 |
+
|
195 |
+
$sql = $wpdb->prepare(
|
196 |
+
"SELECT *
|
197 |
FROM $wpdb->wpbackitup_job_control
|
198 |
WHERE
|
199 |
job_type = %s
|
200 |
AND job_name = %s
|
|
|
201 |
ORDER BY job_id DESC
|
202 |
+
", $job_type, $job_name );
|
203 |
+
|
204 |
+
}
|
205 |
|
206 |
$query_result=$this->get_rows($sql);
|
207 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Results:'.var_export($query_result,true));
|
lib/includes/class-filesystem.php
CHANGED
@@ -508,7 +508,7 @@ class WPBackItUp_FileSystem {
|
|
508 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Folder Created:' .$path);
|
509 |
}
|
510 |
|
511 |
-
if (!is_file($path.'/index.html')) @file_put_contents($path.'/index.html',"<html><body><a href=\"http://www.wpbackitup.com\">
|
512 |
if (!is_file($path.'/.htaccess')) @file_put_contents($path.'/.htaccess','deny from all');
|
513 |
if (!is_file($path.'/web.config')) @file_put_contents($path.'/web.config', "<configuration>\n<system.webServer>\n<authorization>\n<deny users=\"*\" />\n</authorization>\n</system.webServer>\n</configuration>\n");
|
514 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Secure files exist or were created.');
|
508 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Folder Created:' .$path);
|
509 |
}
|
510 |
|
511 |
+
if (!is_file($path.'/index.html')) @file_put_contents($path.'/index.html',"<html><body><a href=\"http://www.wpbackitup.com\">WPBackItUp - The simplest way to backup WordPress</a></body></html>");
|
512 |
if (!is_file($path.'/.htaccess')) @file_put_contents($path.'/.htaccess','deny from all');
|
513 |
if (!is_file($path.'/web.config')) @file_put_contents($path.'/web.config', "<configuration>\n<system.webServer>\n<authorization>\n<deny users=\"*\" />\n</authorization>\n</system.webServer>\n</configuration>\n");
|
514 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Secure files exist or were created.');
|
lib/includes/class-job.php
CHANGED
@@ -45,6 +45,7 @@ class WPBackItUp_Job {
|
|
45 |
//Job run type
|
46 |
const SCHEDULED = 'scheduled';
|
47 |
const MANUAL = 'manual';
|
|
|
48 |
|
49 |
//Properties
|
50 |
private $job_id;
|
@@ -84,12 +85,15 @@ class WPBackItUp_Job {
|
|
84 |
'task_backup_uploads',
|
85 |
'task_backup_other',
|
86 |
'task_validate_backup',
|
|
|
87 |
'task_finalize_backup',
|
88 |
);
|
89 |
|
90 |
public static $RESTORE_TASKS = array(
|
91 |
'task_preparing',
|
92 |
-
'
|
|
|
|
|
93 |
'task_validate_backup',
|
94 |
'task_create_checkpoint',
|
95 |
'task_stage_wpcontent',
|
@@ -781,7 +785,7 @@ class WPBackItUp_Job {
|
|
781 |
*
|
782 |
* @return array|bool Returns jobs or false when none found
|
783 |
*/
|
784 |
-
public static function get_jobs_by_job_name($job_type,$job_name, $job_status) {
|
785 |
WPBackItUp_LoggerV2::log_info(self::DEFAULT_LOG_NAME,__METHOD__,sprintf('Begin:%s-%s',$job_type,$job_name));
|
786 |
|
787 |
$db = new WPBackItUp_DataAccess();
|
@@ -843,7 +847,7 @@ class WPBackItUp_Job {
|
|
843 |
WPBackItUp_LoggerV2::log_info(self::DEFAULT_LOG_NAME,__METHOD__,'Begin - Job:'. $job_type);
|
844 |
|
845 |
$db= new WPBackItUp_DataAccess();
|
846 |
-
if (false=== $db->create_job($job_id,WPBackItUp_Job::BACKUP,WPBackItUp_Job::
|
847 |
WPBackItUp_LoggerV2::log_error(self::DEFAULT_LOG_NAME,__METHOD__,'Job NOT Created:' .$job_id);
|
848 |
return false;
|
849 |
}
|
@@ -987,10 +991,30 @@ class WPBackItUp_Job {
|
|
987 |
$util = new WPBackItUp_Utility();
|
988 |
$total_seconds = $util->timestamp_diff_seconds($this->getJobStartTimeTimeStamp(),$this->getJobEndTimeTimeStamp());
|
989 |
|
|
|
|
|
990 |
$processing_minutes = round($total_seconds / 60);
|
991 |
$processing_seconds = $total_seconds % 60;
|
992 |
|
993 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
994 |
}
|
995 |
|
996 |
/**
|
45 |
//Job run type
|
46 |
const SCHEDULED = 'scheduled';
|
47 |
const MANUAL = 'manual';
|
48 |
+
const IMPORTED = 'imported';
|
49 |
|
50 |
//Properties
|
51 |
private $job_id;
|
85 |
'task_backup_uploads',
|
86 |
'task_backup_other',
|
87 |
'task_validate_backup',
|
88 |
+
'task_create_backupset',
|
89 |
'task_finalize_backup',
|
90 |
);
|
91 |
|
92 |
public static $RESTORE_TASKS = array(
|
93 |
'task_preparing',
|
94 |
+
'task_inventory_backupset',
|
95 |
+
'task_unpack_backupset',
|
96 |
+
'task_unzip_backup_files',
|
97 |
'task_validate_backup',
|
98 |
'task_create_checkpoint',
|
99 |
'task_stage_wpcontent',
|
785 |
*
|
786 |
* @return array|bool Returns jobs or false when none found
|
787 |
*/
|
788 |
+
public static function get_jobs_by_job_name($job_type,$job_name, $job_status=null) {
|
789 |
WPBackItUp_LoggerV2::log_info(self::DEFAULT_LOG_NAME,__METHOD__,sprintf('Begin:%s-%s',$job_type,$job_name));
|
790 |
|
791 |
$db = new WPBackItUp_DataAccess();
|
847 |
WPBackItUp_LoggerV2::log_info(self::DEFAULT_LOG_NAME,__METHOD__,'Begin - Job:'. $job_type);
|
848 |
|
849 |
$db= new WPBackItUp_DataAccess();
|
850 |
+
if (false=== $db->create_job($job_id,WPBackItUp_Job::BACKUP,WPBackItUp_Job::IMPORTED,$job_name,WPBackItUp_Job::COMPLETE)){
|
851 |
WPBackItUp_LoggerV2::log_error(self::DEFAULT_LOG_NAME,__METHOD__,'Job NOT Created:' .$job_id);
|
852 |
return false;
|
853 |
}
|
991 |
$util = new WPBackItUp_Utility();
|
992 |
$total_seconds = $util->timestamp_diff_seconds($this->getJobStartTimeTimeStamp(),$this->getJobEndTimeTimeStamp());
|
993 |
|
994 |
+
$formatted_duration='';
|
995 |
+
$processing_hours=0;
|
996 |
$processing_minutes = round($total_seconds / 60);
|
997 |
$processing_seconds = $total_seconds % 60;
|
998 |
|
999 |
+
if ($processing_minutes >= 60)
|
1000 |
+
{
|
1001 |
+
$processing_hours = (int)($processing_minutes / 60);
|
1002 |
+
$processing_minutes = $processing_minutes % 60;
|
1003 |
+
}
|
1004 |
+
|
1005 |
+
if($processing_hours > 0) {
|
1006 |
+
$formatted_duration .= "{$processing_hours}h";
|
1007 |
+
}
|
1008 |
+
|
1009 |
+
if($processing_minutes > 0) {
|
1010 |
+
$formatted_duration .= " {$processing_minutes}m";
|
1011 |
+
}
|
1012 |
+
|
1013 |
+
if($processing_seconds > 0) {
|
1014 |
+
$formatted_duration .= " {$processing_seconds}s";
|
1015 |
+
}
|
1016 |
+
|
1017 |
+
return $formatted_duration;
|
1018 |
}
|
1019 |
|
1020 |
/**
|
lib/includes/class-logger.php
CHANGED
@@ -137,7 +137,7 @@ class WPBackItUp_Logger {
|
|
137 |
|
138 |
$this->log("\n**SYSTEM INFO**");
|
139 |
|
140 |
-
$this->log("\n--
|
141 |
|
142 |
$this->log("WPBACKITUP License Active: " . ($WPBackitup->license_active() ? 'true' : 'false'));
|
143 |
$prefix='WPBACKITUP';
|
137 |
|
138 |
$this->log("\n**SYSTEM INFO**");
|
139 |
|
140 |
+
$this->log("\n--WPBackItUp Info--");
|
141 |
|
142 |
$this->log("WPBACKITUP License Active: " . ($WPBackitup->license_active() ? 'true' : 'false'));
|
143 |
$prefix='WPBACKITUP';
|
lib/includes/class-restore.php
CHANGED
@@ -125,7 +125,7 @@ class WPBackItUp_Restore {
|
|
125 |
|
126 |
if (! is_array($backup_set_list) || count($backup_set_list)<=0) return false;
|
127 |
|
128 |
-
$backup_file_path = $backup_set_list
|
129 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin - Unzip Backup File:' .$backup_file_path);
|
130 |
try {
|
131 |
$zip = new ZipArchive;
|
@@ -193,7 +193,7 @@ class WPBackItUp_Restore {
|
|
193 |
}
|
194 |
|
195 |
$uploads_folder = $restore_folder_root .self::UPLOADPATH;
|
196 |
-
if(!is_dir($uploads_folder) ){
|
197 |
WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-uploads missing from restore folder:' .$uploads_folder);
|
198 |
return false;
|
199 |
}
|
@@ -317,6 +317,25 @@ class WPBackItUp_Restore {
|
|
317 |
|
318 |
}
|
319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
private function search_array($search, $array)
|
321 |
{
|
322 |
foreach($array as $key => $value)
|
@@ -829,7 +848,7 @@ class WPBackItUp_Restore {
|
|
829 |
}
|
830 |
|
831 |
|
832 |
-
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'End
|
833 |
|
834 |
return $remaining_count; //return count;
|
835 |
|
@@ -1425,7 +1444,7 @@ class WPBackItUp_Restore {
|
|
1425 |
$message .= 'Restore date: ' . $local_datetime . '<br/>';
|
1426 |
|
1427 |
//$message .= 'Completion Code: ' . $backup_job->backup_id .'-'. $processing_minutes .'-' .$processing_seconds .'<br/>';
|
1428 |
-
$message .= '
|
1429 |
$message .= '<br/>';
|
1430 |
|
1431 |
|
@@ -1502,8 +1521,123 @@ class WPBackItUp_Restore {
|
|
1502 |
}
|
1503 |
|
1504 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1505 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1506 |
|
|
|
|
|
1507 |
|
1508 |
/** GETTERS */
|
1509 |
|
@@ -1548,4 +1682,8 @@ class WPBackItUp_Restore {
|
|
1548 |
public function get_backup_id() {
|
1549 |
return $this->backup_id;
|
1550 |
}
|
|
|
|
|
|
|
|
|
1551 |
}
|
125 |
|
126 |
if (! is_array($backup_set_list) || count($backup_set_list)<=0) return false;
|
127 |
|
128 |
+
$backup_file_path = current($backup_set_list);
|
129 |
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin - Unzip Backup File:' .$backup_file_path);
|
130 |
try {
|
131 |
$zip = new ZipArchive;
|
193 |
}
|
194 |
|
195 |
$uploads_folder = $restore_folder_root .self::UPLOADPATH;
|
196 |
+
if(!is_dir($uploads_folder) && !$this->validate_no_uploads()){
|
197 |
WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-uploads missing from restore folder:' .$uploads_folder);
|
198 |
return false;
|
199 |
}
|
317 |
|
318 |
}
|
319 |
|
320 |
+
// validate if no uploads
|
321 |
+
function validate_no_uploads(){
|
322 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
|
323 |
+
|
324 |
+
$manifest_file_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupmanifest.txt';
|
325 |
+
$manifest_data_string = file_get_contents($manifest_file_path);
|
326 |
+
$manifest_data_array = json_decode($manifest_data_string,true);
|
327 |
+
foreach($manifest_data_array as $filename=>$filesize){
|
328 |
+
if ( strrpos( $filename, '-uploads-' ) !== false ){
|
329 |
+
WPBackItUp_LoggerV2::log_info($this->log_name, __METHOD__, 'uploads folder exists');
|
330 |
+
return false;
|
331 |
+
}
|
332 |
+
}
|
333 |
+
WPBackItUp_LoggerV2::log_info($this->log_name, __METHOD__, 'uploads folder NOT in Manifest');
|
334 |
+
WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End' );
|
335 |
+
return true;
|
336 |
+
|
337 |
+
}
|
338 |
+
|
339 |
private function search_array($search, $array)
|
340 |
{
|
341 |
foreach($array as $key => $value)
|
848 |
}
|
849 |
|
850 |
|
851 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'End WPBackItUp Database Export' );
|
852 |
|
853 |
return $remaining_count; //return count;
|
854 |
|
1444 |
$message .= 'Restore date: ' . $local_datetime . '<br/>';
|
1445 |
|
1446 |
//$message .= 'Completion Code: ' . $backup_job->backup_id .'-'. $processing_minutes .'-' .$processing_seconds .'<br/>';
|
1447 |
+
$message .= 'WPBackItUp Version: ' . WPBACKITUP__VERSION . '<br/>';
|
1448 |
$message .= '<br/>';
|
1449 |
|
1450 |
|
1521 |
}
|
1522 |
|
1523 |
|
1524 |
+
/**
|
1525 |
+
* Get all backup files that are contained in the backupset file but are not in the backup folder
|
1526 |
+
* These files will be unpacked in a subsequent step
|
1527 |
+
*
|
1528 |
+
* Method will save backup set file to job meta
|
1529 |
+
*
|
1530 |
+
* @param $current_job
|
1531 |
+
* @param $current_task
|
1532 |
+
*
|
1533 |
+
* @return array return array of files that are not already pressent in folder
|
1534 |
+
*/
|
1535 |
+
public function get_backupset_unpack_list($current_job,$current_task) {
|
1536 |
+
$missing_archives = array();
|
1537 |
+
|
1538 |
+
//Get the zip list from folder
|
1539 |
+
$backup_files = $this->get_backups_in_folder($current_job,$current_task,true);
|
1540 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Zips Found in Backup Folder:' . var_export( $backup_files, true ) );
|
1541 |
+
|
1542 |
+
//is there a backup set in this list
|
1543 |
+
$util = new WPBackItUp_Utility();
|
1544 |
+
$backup_set_key = $util->strposa( '-backupset-', $backup_files );
|
1545 |
+
if ( false !== $backup_set_key ) {
|
1546 |
+
$backup_set_file = $backup_files[ $backup_set_key ];
|
1547 |
+
$current_job->setJobMetaValue('backupset_file',$backup_set_file);//save to job meta for next task
|
1548 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Backup Set Found:' . $backup_set_file );
|
1549 |
+
|
1550 |
+
//open the archive
|
1551 |
+
$zip = new ZipArchive;
|
1552 |
+
if ( true === $zip->open( $backup_set_file ) ) {
|
1553 |
+
|
1554 |
+
//iterate the archive files array and display the filename or each one
|
1555 |
+
for ( $i = 0; $i < $zip->numFiles; $i ++ ) {
|
1556 |
+
$backup_file = $this->get_backup_folder_path() . '/' . basename( $zip->getNameIndex( $i ) );
|
1557 |
+
if ( ! file_exists( $backup_file ) ) {
|
1558 |
+
$missing_archives[] = basename($backup_file);
|
1559 |
+
}
|
1560 |
+
}
|
1561 |
+
} else {
|
1562 |
+
//Log as error but ok to fail here, possible that files already exist in folder
|
1563 |
+
WPBackItUp_LoggerV2::log_warning( $this->log_name, __METHOD__, 'Failed to open the archive!' );
|
1564 |
+
}
|
1565 |
+
|
1566 |
+
} else{
|
1567 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'No backup set found in folder.' );
|
1568 |
+
}
|
1569 |
+
|
1570 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Missing Archives:' . var_export( $missing_archives, true ) );
|
1571 |
+
return $missing_archives;
|
1572 |
+
|
1573 |
+
}
|
1574 |
+
|
1575 |
+
/**
|
1576 |
+
* unpack a backup file from the backup set
|
1577 |
+
*
|
1578 |
+
* @param $current_job
|
1579 |
+
* @param $current_task
|
1580 |
+
* @param $backupset_file
|
1581 |
+
* @param $backup_file
|
1582 |
+
*
|
1583 |
+
* @return bool true on success, false on error
|
1584 |
+
*/
|
1585 |
+
public function unpack_backup_from_backupset( $current_job, $current_task,$backupset_file,$backup_file ) {
|
1586 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Unpack:' . var_export( $backup_file, true ) );
|
1587 |
+
|
1588 |
+
if (empty($backup_file) ) {
|
1589 |
+
WPBackItUp_LoggerV2::log_error( $this->log_name, __METHOD__, 'Backup file parm is empty' . $backup_file);
|
1590 |
+
return false;
|
1591 |
+
}
|
1592 |
+
|
1593 |
+
if (empty($backupset_file) ) {
|
1594 |
+
WPBackItUp_LoggerV2::log_error( $this->log_name, __METHOD__, 'Backup set parm is empty' . $backup_file);
|
1595 |
+
return false;
|
1596 |
+
}
|
1597 |
+
|
1598 |
+
|
1599 |
+
$target_folder = $this->get_backup_folder_path() .'/';
|
1600 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Extract TO:' . $target_folder);
|
1601 |
+
|
1602 |
+
//copy from the zip to the destination folder
|
1603 |
+
if ( ! copy("zip://".$backupset_file."#" .'backups/' .$backup_file, $target_folder .$backup_file)){
|
1604 |
+
WPBackItUp_LoggerV2::log_error( $this->log_name, __METHOD__, 'Failed to unpack backup file:' . $backup_file);
|
1605 |
+
return false;
|
1606 |
+
}
|
1607 |
+
|
1608 |
+
WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Unpacked backup file:' . $backup_file);
|
1609 |
+
return true;
|
1610 |
+
|
1611 |
+
}
|
1612 |
|
1613 |
+
/**
|
1614 |
+
* Get list of all backup files in backup folder
|
1615 |
+
*
|
1616 |
+
* @param $current_job
|
1617 |
+
* @param $current_task
|
1618 |
+
* @param bool|false $include_backupset Include backup set in list
|
1619 |
+
*
|
1620 |
+
* @return array return array of backup file or false on error
|
1621 |
+
*/
|
1622 |
+
public function get_backups_in_folder( $current_job, $current_task,$include_backupset=false ) {
|
1623 |
+
|
1624 |
+
//Get the zip list from folder
|
1625 |
+
$backup_path_pattern = $this->get_backup_folder_path() . '/' . $this->get_backup_name() . '*.zip';
|
1626 |
+
$backup_files = glob( $backup_path_pattern );
|
1627 |
+
if ( is_array( $backup_files ) && count( $backup_files ) > 0 ) {
|
1628 |
+
|
1629 |
+
//remove the backupset file from the list
|
1630 |
+
if ( false===$include_backupset ) {
|
1631 |
+
$util = new WPBackItUp_Utility( $this->log_name );
|
1632 |
+
$backup_set_key = $util->strposa( '-backupset-', $backup_files );
|
1633 |
+
if ( false !== $backup_set_key ) {
|
1634 |
+
unset( $backup_files[ $backup_set_key ] );
|
1635 |
+
}
|
1636 |
+
}
|
1637 |
+
}
|
1638 |
|
1639 |
+
return $backup_files;
|
1640 |
+
}
|
1641 |
|
1642 |
/** GETTERS */
|
1643 |
|
1682 |
public function get_backup_id() {
|
1683 |
return $this->backup_id;
|
1684 |
}
|
1685 |
+
|
1686 |
+
|
1687 |
+
|
1688 |
+
|
1689 |
}
|
lib/includes/class-sql.php
CHANGED
@@ -572,7 +572,7 @@ class WPBackItUp_SQL {
|
|
572 |
$output_buffer .= "-- ------------------------------------------------------\n";
|
573 |
$output_buffer .= "-- ------------------------------------------------------\n";
|
574 |
$output_buffer .= "--\n";
|
575 |
-
$output_buffer .= "--
|
576 |
$output_buffer .= "--\n";
|
577 |
$output_buffer .= '-- Created: ' . date("Y/m/d") . ' on ' . date("h:i") . "\n";
|
578 |
$output_buffer .= "--\n";
|
572 |
$output_buffer .= "-- ------------------------------------------------------\n";
|
573 |
$output_buffer .= "-- ------------------------------------------------------\n";
|
574 |
$output_buffer .= "--\n";
|
575 |
+
$output_buffer .= "-- WPBackItUp Manual Database Export \n";
|
576 |
$output_buffer .= "--\n";
|
577 |
$output_buffer .= '-- Created: ' . date("Y/m/d") . ' on ' . date("h:i") . "\n";
|
578 |
$output_buffer .= "--\n";
|
lib/includes/class-utility.php
CHANGED
@@ -43,7 +43,7 @@ class WPBackItUp_Utility {
|
|
43 |
|
44 |
$from_email = get_bloginfo( 'admin_email' );
|
45 |
$headers[] = 'Content-type: text/html';
|
46 |
-
$headers[] = 'From:
|
47 |
|
48 |
if (null!=$reply_email) {
|
49 |
$headers[] = 'Reply-To: <'. $reply_email .'>';
|
@@ -67,7 +67,7 @@ class WPBackItUp_Utility {
|
|
67 |
if($to) {
|
68 |
|
69 |
if (empty($from_name)){
|
70 |
-
$from_name = '
|
71 |
}
|
72 |
|
73 |
if (empty($from_email)){
|
43 |
|
44 |
$from_email = get_bloginfo( 'admin_email' );
|
45 |
$headers[] = 'Content-type: text/html';
|
46 |
+
$headers[] = 'From: WPBackItUp <'. $from_email .'>';
|
47 |
|
48 |
if (null!=$reply_email) {
|
49 |
$headers[] = 'Reply-To: <'. $reply_email .'>';
|
67 |
if($to) {
|
68 |
|
69 |
if (empty($from_name)){
|
70 |
+
$from_name = 'WPBackItUp';
|
71 |
}
|
72 |
|
73 |
if (empty($from_email)){
|
lib/includes/class-wpbackitup-admin.php
CHANGED
@@ -75,6 +75,7 @@ class WPBackitup_Admin {
|
|
75 |
'backup_dbtables_filter_list'=>'',
|
76 |
'backup_db_export_method'=>'mysqldump',
|
77 |
'support_email' => "",
|
|
|
78 |
);
|
79 |
|
80 |
|
@@ -152,6 +153,9 @@ class WPBackitup_Admin {
|
|
152 |
//Delete File Action
|
153 |
add_action('wp_ajax_wp-backitup_delete_file', array( &$this,'ajax_delete_backup'));
|
154 |
|
|
|
|
|
|
|
155 |
//View Log Action
|
156 |
add_action('admin_post_viewlog', array( &$this,'admin_viewlog'));
|
157 |
|
@@ -167,6 +171,13 @@ class WPBackitup_Admin {
|
|
167 |
|
168 |
add_action( 'wpbackitup_check_license', array( &$this,'check_license'),10,1);
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
}
|
171 |
|
172 |
/**
|
@@ -210,6 +221,8 @@ class WPBackitup_Admin {
|
|
210 |
//Add Settings Menu Nav
|
211 |
add_submenu_page( $this->namespace, __('Settings', 'wp-backitup'), __('Settings','wp-backitup'), 'administrator', $this->namespace.'-settings', array( &$this, 'admin_settings_page' ) );
|
212 |
|
|
|
|
|
213 |
|
214 |
if (WPBACKITUP__DEBUG===true){
|
215 |
add_submenu_page( $this->namespace, 'Test', 'Test', 'administrator', $this->namespace.'-test', array( &$this, 'admin_test_page' ) );
|
@@ -262,7 +275,7 @@ class WPBackitup_Admin {
|
|
262 |
//wp_enqueue_script( 'jquery-ui-accordion' );
|
263 |
wp_enqueue_script( 'jquery-ui-autocomplete' );
|
264 |
//wp_enqueue_script( 'jquery-ui-slider' );
|
265 |
-
|
266 |
wp_enqueue_script( 'jquery-ui-sortable' );
|
267 |
wp_enqueue_script( 'jquery-ui-draggable' );
|
268 |
wp_enqueue_script( 'jquery-ui-droppable' );
|
@@ -340,6 +353,15 @@ class WPBackitup_Admin {
|
|
340 |
include WPBACKITUP__PLUGIN_PATH . "/views/support.php";
|
341 |
}
|
342 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
/**
|
344 |
* The admin section backup page rendering method
|
345 |
*
|
@@ -427,6 +449,7 @@ class WPBackitup_Admin {
|
|
427 |
$languages_path
|
428 |
);
|
429 |
|
|
|
430 |
$this->maybe_update(); //Check version and update database if needed
|
431 |
|
432 |
$this->load_extensions();
|
@@ -793,6 +816,34 @@ class WPBackitup_Admin {
|
|
793 |
|
794 |
}
|
795 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
796 |
/*
|
797 |
* Notification widget : delete
|
798 |
*/
|
@@ -888,7 +939,7 @@ class WPBackitup_Admin {
|
|
888 |
WPBackItUp_LoggerV2::log_error($delete_logname,__METHOD__, 'Job not found:'. $job_id);
|
889 |
}
|
890 |
|
891 |
-
exit('deleted');
|
892 |
}
|
893 |
|
894 |
function admin_viewlog(){
|
@@ -976,6 +1027,12 @@ class WPBackitup_Admin {
|
|
976 |
set_transient('settings-error-email', __('Please enter a valid email', $this->namespace), 60);
|
977 |
}
|
978 |
|
|
|
|
|
|
|
|
|
|
|
|
|
979 |
//** VALIDATE delete_all on uninstall **//
|
980 |
if(empty($data['delete_all']))
|
981 |
{
|
@@ -1203,8 +1260,8 @@ class WPBackitup_Admin {
|
|
1203 |
$site_info .="WordPress Version: " . get_bloginfo( 'version') .' <br />';
|
1204 |
$site_info .="PHP Version: " . phpversion() .' <br />';
|
1205 |
$site_info .="MySQL Version: " . $wpdb->db_version() .' <br />';
|
1206 |
-
$site_info .="
|
1207 |
-
$site_info .="
|
1208 |
|
1209 |
|
1210 |
$support_body=$site_info . '<br/><br/><b>Customer Comments:</b><br/><br/>' . $_POST['support_body'];
|
@@ -1240,7 +1297,7 @@ class WPBackitup_Admin {
|
|
1240 |
*/
|
1241 |
|
1242 |
$registration_logname='debug_registration';
|
1243 |
-
WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Register
|
1244 |
WPBackItUp_LoggerV2::log($registration_logname,$_POST);
|
1245 |
|
1246 |
//First lets check the license
|
@@ -1254,7 +1311,7 @@ class WPBackitup_Admin {
|
|
1254 |
//LITE users only
|
1255 |
if ($this->license_type()=='0') {
|
1256 |
|
1257 |
-
WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Register
|
1258 |
|
1259 |
$val = $_POST['license_email'];
|
1260 |
$license_email = $this->_sanitize( $val );
|
@@ -1340,16 +1397,15 @@ class WPBackitup_Admin {
|
|
1340 |
*/
|
1341 |
public function get($property) {
|
1342 |
|
1343 |
-
|
1344 |
-
|
1345 |
|
1346 |
-
//If
|
1347 |
-
if (empty($
|
1348 |
-
$
|
1349 |
}
|
1350 |
-
}
|
1351 |
|
1352 |
-
return $
|
1353 |
|
1354 |
}
|
1355 |
|
@@ -1637,6 +1693,17 @@ class WPBackitup_Admin {
|
|
1637 |
return $this->get('support_email');
|
1638 |
}
|
1639 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1640 |
public function get_backup_list(){
|
1641 |
|
1642 |
// get retention number set
|
@@ -2163,13 +2230,13 @@ class WPBackitup_Admin {
|
|
2163 |
|
2164 |
//Make sure they exist now
|
2165 |
if( !is_dir($backup_dir) || !is_dir($restore_dir)) {
|
2166 |
-
exit ('
|
2167 |
}
|
2168 |
|
2169 |
do_action( 'wpbackitup_check_license',true);
|
2170 |
|
2171 |
} catch (Exception $e) {
|
2172 |
-
exit ('
|
2173 |
}
|
2174 |
}
|
2175 |
|
@@ -2178,6 +2245,7 @@ class WPBackitup_Admin {
|
|
2178 |
/**
|
2179 |
* Run update routines when DB or Plugin versions are not current
|
2180 |
* -- Runs on plugin initialization
|
|
|
2181 |
*/
|
2182 |
public static function maybe_update() {
|
2183 |
|
75 |
'backup_dbtables_filter_list'=>'',
|
76 |
'backup_db_export_method'=>'mysqldump',
|
77 |
'support_email' => "",
|
78 |
+
'single_file_backupset'=>1,
|
79 |
);
|
80 |
|
81 |
|
153 |
//Delete File Action
|
154 |
add_action('wp_ajax_wp-backitup_delete_file', array( &$this,'ajax_delete_backup'));
|
155 |
|
156 |
+
//Single backup zip file list
|
157 |
+
add_action('wp_ajax_wp-backitup_backup_zip_filelist', array( &$this,'ajax_get_backup_zip_filelist'));
|
158 |
+
|
159 |
//View Log Action
|
160 |
add_action('admin_post_viewlog', array( &$this,'admin_viewlog'));
|
161 |
|
171 |
|
172 |
add_action( 'wpbackitup_check_license', array( &$this,'check_license'),10,1);
|
173 |
|
174 |
+
// upgrade action hoook
|
175 |
+
// add_action( 'upgrader_process_complete', function( $upgrader_object, $options ) {
|
176 |
+
// $about_page_url = admin_url('admin.php?page=wp-backitup-about');
|
177 |
+
// wp_redirect($about_page_url);
|
178 |
+
// exit;
|
179 |
+
// }, 10, 2 );
|
180 |
+
|
181 |
}
|
182 |
|
183 |
/**
|
221 |
//Add Settings Menu Nav
|
222 |
add_submenu_page( $this->namespace, __('Settings', 'wp-backitup'), __('Settings','wp-backitup'), 'administrator', $this->namespace.'-settings', array( &$this, 'admin_settings_page' ) );
|
223 |
|
224 |
+
// Add About Nav
|
225 |
+
//add_submenu_page( $this->namespace, __('About', 'wp-backitup'), __('About','wp-backitup'), 'administrator', $this->namespace.'-about', array( &$this, 'admin_about_page' ) );
|
226 |
|
227 |
if (WPBACKITUP__DEBUG===true){
|
228 |
add_submenu_page( $this->namespace, 'Test', 'Test', 'administrator', $this->namespace.'-test', array( &$this, 'admin_test_page' ) );
|
275 |
//wp_enqueue_script( 'jquery-ui-accordion' );
|
276 |
wp_enqueue_script( 'jquery-ui-autocomplete' );
|
277 |
//wp_enqueue_script( 'jquery-ui-slider' );
|
278 |
+
wp_enqueue_script( 'jquery-ui-tabs' );
|
279 |
wp_enqueue_script( 'jquery-ui-sortable' );
|
280 |
wp_enqueue_script( 'jquery-ui-draggable' );
|
281 |
wp_enqueue_script( 'jquery-ui-droppable' );
|
353 |
include WPBACKITUP__PLUGIN_PATH . "/views/support.php";
|
354 |
}
|
355 |
|
356 |
+
/**
|
357 |
+
* The admin section about page rendering method
|
358 |
+
*
|
359 |
+
*/
|
360 |
+
public function admin_about_page()
|
361 |
+
{
|
362 |
+
include WPBACKITUP__PLUGIN_PATH . "/views/about.php";
|
363 |
+
}
|
364 |
+
|
365 |
/**
|
366 |
* The admin section backup page rendering method
|
367 |
*
|
449 |
$languages_path
|
450 |
);
|
451 |
|
452 |
+
//admin activation hook does NOT get called on plugin update to this needs to stay here
|
453 |
$this->maybe_update(); //Check version and update database if needed
|
454 |
|
455 |
$this->load_extensions();
|
816 |
|
817 |
}
|
818 |
|
819 |
+
/*
|
820 |
+
* Get single backup zip file list using job id
|
821 |
+
*/
|
822 |
+
public function ajax_get_backup_zip_filelist(){
|
823 |
+
if( !class_exists( 'WPBackItUp_FileSystem' ) ) {
|
824 |
+
include_once 'class-filesystem.php';
|
825 |
+
}
|
826 |
+
|
827 |
+
$job_id = $_POST['job_id'];
|
828 |
+
if (! empty ($job_id)){
|
829 |
+
$current_job = WPBackItUp_Job::get_job_by_id($job_id);
|
830 |
+
$zip_files = $current_job->getJobMetaValue('backup_zip_files');
|
831 |
+
$backup_list = array();
|
832 |
+
foreach ($zip_files as $key => $value) {
|
833 |
+
array_push($backup_list,
|
834 |
+
array(
|
835 |
+
'name' => $key,
|
836 |
+
'size' => WPBackItUp_FileSystem::format_file_size_kb($value)
|
837 |
+
)
|
838 |
+
);
|
839 |
+
}
|
840 |
+
|
841 |
+
wp_send_json_success($backup_list);
|
842 |
+
}else{
|
843 |
+
wp_send_json_error('Invalid Job Id');
|
844 |
+
}
|
845 |
+
}
|
846 |
+
|
847 |
/*
|
848 |
* Notification widget : delete
|
849 |
*/
|
939 |
WPBackItUp_LoggerV2::log_error($delete_logname,__METHOD__, 'Job not found:'. $job_id);
|
940 |
}
|
941 |
|
942 |
+
exit('deleted successfully');
|
943 |
}
|
944 |
|
945 |
function admin_viewlog(){
|
1027 |
set_transient('settings-error-email', __('Please enter a valid email', $this->namespace), 60);
|
1028 |
}
|
1029 |
|
1030 |
+
//** VALIDATE single file backupset **//
|
1031 |
+
if(empty($data['single_file_backupset']))
|
1032 |
+
{
|
1033 |
+
$data['single_file_backupset'] = 0;
|
1034 |
+
}
|
1035 |
+
|
1036 |
//** VALIDATE delete_all on uninstall **//
|
1037 |
if(empty($data['delete_all']))
|
1038 |
{
|
1260 |
$site_info .="WordPress Version: " . get_bloginfo( 'version') .' <br />';
|
1261 |
$site_info .="PHP Version: " . phpversion() .' <br />';
|
1262 |
$site_info .="MySQL Version: " . $wpdb->db_version() .' <br />';
|
1263 |
+
$site_info .="WPBackItUp License Type: " . $this->license_type_description() .' <br />';
|
1264 |
+
$site_info .="WPBackItUp Version: " . $this->version .' <br />';
|
1265 |
|
1266 |
|
1267 |
$support_body=$site_info . '<br/><br/><b>Customer Comments:</b><br/><br/>' . $_POST['support_body'];
|
1297 |
*/
|
1298 |
|
1299 |
$registration_logname='debug_registration';
|
1300 |
+
WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Register WPBackItUp');
|
1301 |
WPBackItUp_LoggerV2::log($registration_logname,$_POST);
|
1302 |
|
1303 |
//First lets check the license
|
1311 |
//LITE users only
|
1312 |
if ($this->license_type()=='0') {
|
1313 |
|
1314 |
+
WPBackItUp_LoggerV2::log_info($registration_logname,__METHOD__, 'Register WPBackItUp LITE');
|
1315 |
|
1316 |
$val = $_POST['license_email'];
|
1317 |
$license_email = $this->_sanitize( $val );
|
1397 |
*/
|
1398 |
public function get($property) {
|
1399 |
|
1400 |
+
//fetch from options
|
1401 |
+
$property = $this->get_option($property);
|
1402 |
|
1403 |
+
//If empty return default
|
1404 |
+
if (empty($property)) {
|
1405 |
+
$property=$this->defaults[$property];
|
1406 |
}
|
|
|
1407 |
|
1408 |
+
return $property;
|
1409 |
|
1410 |
}
|
1411 |
|
1693 |
return $this->get('support_email');
|
1694 |
}
|
1695 |
|
1696 |
+
//getter
|
1697 |
+
public function single_file_backupset(){
|
1698 |
+
|
1699 |
+
return $this->get('single_file_backupset') == 1 ? true : false;
|
1700 |
+
}
|
1701 |
+
|
1702 |
+
//setter
|
1703 |
+
public function set_single_file_backupset($value){
|
1704 |
+
$this->set('single_file_backupset', $value === true ? 1 : 0);
|
1705 |
+
}
|
1706 |
+
|
1707 |
public function get_backup_list(){
|
1708 |
|
1709 |
// get retention number set
|
2230 |
|
2231 |
//Make sure they exist now
|
2232 |
if( !is_dir($backup_dir) || !is_dir($restore_dir)) {
|
2233 |
+
exit ('WPBackItUp was not able to create the required backup and restore folders.');
|
2234 |
}
|
2235 |
|
2236 |
do_action( 'wpbackitup_check_license',true);
|
2237 |
|
2238 |
} catch (Exception $e) {
|
2239 |
+
exit ('WPBackItUp encountered an error during activation.</br>' .$e->getMessage());
|
2240 |
}
|
2241 |
}
|
2242 |
|
2245 |
/**
|
2246 |
* Run update routines when DB or Plugin versions are not current
|
2247 |
* -- Runs on plugin initialization
|
2248 |
+
* -- note admin activation hook does NOT get called on plugin updates
|
2249 |
*/
|
2250 |
public static function maybe_update() {
|
2251 |
|
lib/includes/handler_download.php
CHANGED
@@ -35,7 +35,12 @@ if ( isset($_REQUEST['_wpnonce']) && !empty($_REQUEST['_wpnonce'])
|
|
35 |
//strip off the suffix IF one exists
|
36 |
$folder_name = rtrim( $_REQUEST['backup_file'], '.zip' );
|
37 |
|
38 |
-
if ( ( $str_pos = strrpos( $folder_name, '-
|
|
|
|
|
|
|
|
|
|
|
39 |
$suffix = substr( $folder_name, $str_pos );
|
40 |
$folder_name = str_replace( $suffix, '', $folder_name );
|
41 |
}
|
35 |
//strip off the suffix IF one exists
|
36 |
$folder_name = rtrim( $_REQUEST['backup_file'], '.zip' );
|
37 |
|
38 |
+
if ( ( $str_pos = strrpos( $folder_name, '-backupset-' ) ) !== false ) {
|
39 |
+
$suffix = substr( $folder_name, $str_pos );
|
40 |
+
$folder_name = str_replace( $suffix, '', $folder_name );
|
41 |
+
}
|
42 |
+
|
43 |
+
elseif ( ( $str_pos = strrpos( $folder_name, '-others-' ) ) !== false ) {
|
44 |
$suffix = substr( $folder_name, $str_pos );
|
45 |
$folder_name = str_replace( $suffix, '', $folder_name );
|
46 |
}
|
lib/includes/handler_upload.php
CHANGED
@@ -110,7 +110,12 @@
|
|
110 |
$suffix = '';
|
111 |
$folder_name = '';
|
112 |
|
113 |
-
if ( ( $str_pos = strrpos( $file_name, '-
|
|
|
|
|
|
|
|
|
|
|
114 |
$suffix = substr( $file_name, $str_pos );
|
115 |
$folder_name = str_replace( $suffix, '', $file_name );
|
116 |
}
|
@@ -137,8 +142,8 @@
|
|
137 |
|
138 |
//Is this a BackItUp archive
|
139 |
if ( empty( $folder_name ) || empty( $suffix )) {
|
140 |
-
WPBackItUp_LoggerV2::log_error($upload_logname,__METHOD__,'Upload does not appear to be a
|
141 |
-
echo json_encode( array( 'error' => sprintf( __( "Upload does not appear to be a
|
142 |
unlink( $zip_file_path );//get rid of it
|
143 |
exit;
|
144 |
}
|
@@ -158,7 +163,7 @@
|
|
158 |
$target_file = $backup_archive_folder . "/" . basename( $zip_file_path );
|
159 |
if ( ! rename( $zip_file_path, $target_file ) ) {
|
160 |
WPBackItUp_LoggerV2::log_error($upload_logname,__METHOD__,'Cant move zip file to backup folder');
|
161 |
-
echo json_encode( array( 'error' => sprintf( __( "Could not import file into
|
162 |
exit;
|
163 |
} else {
|
164 |
|
110 |
$suffix = '';
|
111 |
$folder_name = '';
|
112 |
|
113 |
+
if ( ( $str_pos = strrpos( $file_name, '-backupset-' ) ) !== false ) {
|
114 |
+
$suffix = substr( $file_name, $str_pos );
|
115 |
+
$folder_name = str_replace( $suffix, '', $file_name );
|
116 |
+
}
|
117 |
+
|
118 |
+
elseif ( ( $str_pos = strrpos( $file_name, '-others-' ) ) !== false ) {
|
119 |
$suffix = substr( $file_name, $str_pos );
|
120 |
$folder_name = str_replace( $suffix, '', $file_name );
|
121 |
}
|
142 |
|
143 |
//Is this a BackItUp archive
|
144 |
if ( empty( $folder_name ) || empty( $suffix )) {
|
145 |
+
WPBackItUp_LoggerV2::log_error($upload_logname,__METHOD__,'Upload does not appear to be a WPBackItUp backup archive');
|
146 |
+
echo json_encode( array( 'error' => sprintf( __( "Upload does not appear to be a WPBackItUp backup archive file.",'wp-backitup' ) ) ) );
|
147 |
unlink( $zip_file_path );//get rid of it
|
148 |
exit;
|
149 |
}
|
163 |
$target_file = $backup_archive_folder . "/" . basename( $zip_file_path );
|
164 |
if ( ! rename( $zip_file_path, $target_file ) ) {
|
165 |
WPBackItUp_LoggerV2::log_error($upload_logname,__METHOD__,'Cant move zip file to backup folder');
|
166 |
+
echo json_encode( array( 'error' => sprintf( __( "Could not import file into WPBackItUp backup set.",'wp-backitup' ) ) ) );
|
167 |
exit;
|
168 |
} else {
|
169 |
|
lib/includes/job_backup.php
CHANGED
@@ -487,9 +487,18 @@ if ('task_backup_db'==$current_task->getTaskName()) {
|
|
487 |
set_status( 'backupdb', $active, true );
|
488 |
|
489 |
$default_db_export_method = $WPBackitup->backup_db_export_method();//default to user setting
|
490 |
-
$db_backup_method = $current_task->getTaskMetaValue('db_backup_method'
|
|
|
491 |
$db_mysqldump_path = $current_task->getTaskMetaValue('db_mysqldump_path',false);
|
492 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
//get batch size from user settings
|
494 |
$batch_size = $WPBackitup->backup_dbtables_batch_size();
|
495 |
|
@@ -503,8 +512,8 @@ if ('task_backup_db'==$current_task->getTaskName()) {
|
|
503 |
$tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path );
|
504 |
}
|
505 |
|
506 |
-
//try manual if mysqldump failed
|
507 |
-
if (false===$tables_remaining_count){
|
508 |
$db_backup_method='wpbackitup';
|
509 |
}
|
510 |
}
|
@@ -551,7 +560,7 @@ if ('task_backup_siteinfo'==$current_task->getTaskName()) {
|
|
551 |
|
552 |
//Add site Info and SQL data to main zip
|
553 |
$suffix='main';
|
554 |
-
$source_site_data_root = $wp_backup->
|
555 |
$target_site_data_root = 'site-data';
|
556 |
|
557 |
$file_system = new WPBackItUp_FileSystem($backup_logname);
|
@@ -560,7 +569,7 @@ if ('task_backup_siteinfo'==$current_task->getTaskName()) {
|
|
560 |
$wpconfig_path = ABSPATH.'wp-config.php';
|
561 |
copy($wpconfig_path, $source_site_data_root.'wp-config.txt');
|
562 |
|
563 |
-
$site_data_files = $file_system->get_fileonly_list($wp_backup->
|
564 |
WPBackItUp_LoggerV2::log_info($backup_logname,__METHOD__, 'Main Files Found:' . var_export($site_data_files,true));
|
565 |
$site_data_complete = $wp_backup->backup_file_list( $source_site_data_root, $target_site_data_root, $suffix, $site_data_files, WPBACKITUP__OTHERS_BATCH_SIZE );
|
566 |
if ( $site_data_complete == 'error' ) {
|
@@ -834,22 +843,116 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
|
|
834 |
return;
|
835 |
}
|
836 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
837 |
|
838 |
//Zip up the backup folder
|
839 |
if ('task_finalize_backup'==$current_task->getTaskName()) {
|
840 |
WPBackItUp_LoggerV2::log($backup_logname,'**FINALIZE BACKUP**' );
|
|
|
841 |
write_response_processing( "Compress Backup " );
|
842 |
set_status( 'finalize_backup', $active, true );
|
843 |
|
844 |
-
//Generate manifest
|
845 |
-
if ( ! $wp_backup->create_backup_manifest()) {
|
846 |
-
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,109);
|
847 |
-
|
848 |
-
write_fatal_error_status( '109' );
|
849 |
-
end_backup( 109, false );
|
850 |
-
return false;
|
851 |
-
}
|
852 |
-
|
853 |
//cleanup the manifest and sql files from root
|
854 |
if ( ! $wp_backup->cleanup_current_backup() ) {
|
855 |
//Warning - no need to error job
|
@@ -868,9 +971,9 @@ if ('task_finalize_backup'==$current_task->getTaskName()) {
|
|
868 |
//Take an inventory of the zip files created
|
869 |
|
870 |
$file_system = new WPBackItUp_FileSystem($backup_logname);
|
871 |
-
$zip_files = $file_system->get_fileonly_list_with_filesize($wp_backup->
|
872 |
|
873 |
-
$wp_backup->save_file_list_inventory(WPBACKITUP__SQL_BULK_INSERT_SIZE,$current_job->getJobId(),WPBackItUp_Job_Item::BACKUPS,$wp_backup->
|
874 |
|
875 |
$current_job->setJobMetaValue('backup_zip_files' , $zip_files ); //list of zip files
|
876 |
|
@@ -942,7 +1045,7 @@ function end_backup($err=null, $success=null){
|
|
942 |
WPBackItUp_LoggerV2::log_info($backup_logname,__METHOD__,'Zip up all the logs.');
|
943 |
//Zip up all the logs in the log folder
|
944 |
$logs_path = WPBACKITUP__PLUGIN_PATH .'logs';
|
945 |
-
$zip_file_path = $wp_backup->
|
946 |
|
947 |
//copy WP debug file
|
948 |
$wpdebug_file_path = WPBACKITUP__CONTENT_PATH . '/debug.log';
|
@@ -986,7 +1089,7 @@ function end_backup($err=null, $success=null){
|
|
986 |
$logFilePath = WPBackItUp_LoggerV2::getLogFilePath($backup_logname);
|
987 |
|
988 |
//COPY the log if it exists
|
989 |
-
$newlogFilePath = $wp_backup->
|
990 |
if (null!=$success && file_exists($logFilePath)){
|
991 |
copy($logFilePath,$newlogFilePath);
|
992 |
}
|
@@ -1007,8 +1110,9 @@ function send_backup_notification_email($err, $success,$logs=array()) {
|
|
1007 |
|
1008 |
$processing_minutes = round($seconds / 60);
|
1009 |
$processing_seconds = $seconds % 60;
|
1010 |
-
|
1011 |
-
|
|
|
1012 |
if($success)
|
1013 |
{
|
1014 |
//Don't send logs on success unless debug is on.
|
@@ -1038,10 +1142,10 @@ function send_backup_notification_email($err, $success,$logs=array()) {
|
|
1038 |
|
1039 |
$message .= sprintf(__('WordPress Site: <a href="%s" target="_blank"> %s </a><br/>', 'wp-backitup'), home_url(), home_url());
|
1040 |
$message .= __('Backup date:', 'wp-backitup') . ' ' . $local_start_datetime . '<br/>';
|
1041 |
-
$message .= __('Number of backups completed with
|
1042 |
|
1043 |
$message .= __('Completion Code:', 'wp-backitup') . ' ' . $current_job->getJobId() .'-'. $processing_minutes .'-' .$processing_seconds .'<br/>';
|
1044 |
-
$message .= __('
|
1045 |
$message .= '<br/>';
|
1046 |
|
1047 |
//Add the completed steps on success
|
@@ -1053,7 +1157,7 @@ function send_backup_notification_email($err, $success,$logs=array()) {
|
|
1053 |
|
1054 |
$term='success';
|
1055 |
if(!$success)$term='error';
|
1056 |
-
$message .='<br/><br/>' . sprintf(__('Checkout %s for info about
|
1057 |
|
1058 |
|
1059 |
$notification_email = $WPBackitup->get_option('notification_email');
|
@@ -1171,7 +1275,7 @@ function write_response_file_error($error) {
|
|
1171 |
|
1172 |
//write Response Log
|
1173 |
function write_response_file_success() {
|
1174 |
-
global $WPBackitup,$wp_backup,$backup_logname;
|
1175 |
|
1176 |
$jsonResponse = new stdClass();
|
1177 |
$jsonResponse->backupStatus = 'success';
|
@@ -1179,6 +1283,9 @@ function write_response_file_success() {
|
|
1179 |
$jsonResponse->backupName = $wp_backup->backup_name;
|
1180 |
$jsonResponse->backupLicense = $WPBackitup->license_active();
|
1181 |
$jsonResponse->backupRetained = $wp_backup->backup_retained_number;
|
|
|
|
|
|
|
1182 |
|
1183 |
$jsonResponse->logFileExists = file_exists(WPBackItUp_LoggerV2::getLogFilePath($backup_logname));
|
1184 |
|
@@ -1226,6 +1333,7 @@ function get_error_message($error_code){
|
|
1226 |
'107'=> __('(107) Unable to compress(zip) your backup. Please try again', 'wp-backitup'),
|
1227 |
'108'=> __('(108) Unable to backup your site data files. Please try again', 'wp-backitup'),
|
1228 |
'109'=> __('(109) Unable to finalize backup. Please try again', 'wp-backitup'),
|
|
|
1229 |
'114'=> __('(114) Your database was accessible but an export could not be created. Please contact support by clicking the get support link on the right. Please let us know who your host is when you submit the request', 'wp-backitup'),
|
1230 |
'120'=> __('(120) Unable to backup your themes. Please try again', 'wp-backitup'),
|
1231 |
'121'=> __('(121) Unable to backup your plugins. Please try again', 'wp-backitup'),
|
@@ -1245,6 +1353,7 @@ function get_error_message($error_code){
|
|
1245 |
'2107'=> __('(2107) Unable to compress(zip) your backup. Please try again', 'wp-backitup'),
|
1246 |
'2108'=> __('(2108) Unable to backup your site data files. Please try again', 'wp-backitup'),
|
1247 |
'2109'=> __('(2109) Unable to finalize backup. Please try again', 'wp-backitup'),
|
|
|
1248 |
'2114'=> __('(2114) Your database was accessible but an export could not be created. Please contact support by clicking the get support link on the right. Please let us know who your host is when you submit the request', 'wp-backitup'),
|
1249 |
'2120'=> __('(2120) Unable to backup your themes. Please try again', 'wp-backitup'),
|
1250 |
'2121'=> __('(2121) Unable to backup your plugins. Please try again', 'wp-backitup'),
|
487 |
set_status( 'backupdb', $active, true );
|
488 |
|
489 |
$default_db_export_method = $WPBackitup->backup_db_export_method();//default to user setting
|
490 |
+
$db_backup_method = $current_task->getTaskMetaValue('db_backup_method',false);
|
491 |
+
WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Database Backup Method Task Meta Value:' .var_export($db_backup_method,true));
|
492 |
$db_mysqldump_path = $current_task->getTaskMetaValue('db_mysqldump_path',false);
|
493 |
|
494 |
+
|
495 |
+
//Default db export type to user setting
|
496 |
+
$first_attempt=false;
|
497 |
+
if (false===$db_backup_method){
|
498 |
+
$first_attempt=true;
|
499 |
+
$db_backup_method=$default_db_export_method;
|
500 |
+
}
|
501 |
+
|
502 |
//get batch size from user settings
|
503 |
$batch_size = $WPBackitup->backup_dbtables_batch_size();
|
504 |
|
512 |
$tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path );
|
513 |
}
|
514 |
|
515 |
+
//try manual if mysqldump failed && first attempt - dont want to switch half way through the backup if failure
|
516 |
+
if (false===$tables_remaining_count && true===$first_attempt){
|
517 |
$db_backup_method='wpbackitup';
|
518 |
}
|
519 |
}
|
560 |
|
561 |
//Add site Info and SQL data to main zip
|
562 |
$suffix='main';
|
563 |
+
$source_site_data_root = $wp_backup->getBackupProjectPath();
|
564 |
$target_site_data_root = 'site-data';
|
565 |
|
566 |
$file_system = new WPBackItUp_FileSystem($backup_logname);
|
569 |
$wpconfig_path = ABSPATH.'wp-config.php';
|
570 |
copy($wpconfig_path, $source_site_data_root.'wp-config.txt');
|
571 |
|
572 |
+
$site_data_files = $file_system->get_fileonly_list($wp_backup->getBackupProjectPath(), 'txt|sql');
|
573 |
WPBackItUp_LoggerV2::log_info($backup_logname,__METHOD__, 'Main Files Found:' . var_export($site_data_files,true));
|
574 |
$site_data_complete = $wp_backup->backup_file_list( $source_site_data_root, $target_site_data_root, $suffix, $site_data_files, WPBACKITUP__OTHERS_BATCH_SIZE );
|
575 |
if ( $site_data_complete == 'error' ) {
|
843 |
return;
|
844 |
}
|
845 |
|
846 |
+
//Everything below this line is part of finalizing backup
|
847 |
+
|
848 |
+
|
849 |
+
//Create the backup set
|
850 |
+
if ('task_create_backupset'==$current_task->getTaskName()) {
|
851 |
+
WPBackItUp_LoggerV2::log($backup_logname,'**CREATE BACKUP SET**' );
|
852 |
+
|
853 |
+
write_response_processing( "Create Backup Set" );
|
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 |
+
}
|
861 |
+
|
862 |
+
//Has the backup set file name been generated
|
863 |
+
$backup_set_zip = $current_task->getTaskMetaValue('backup_set_zip');
|
864 |
+
$backup_zip_files = $current_task->getTaskMetaValue('backup_zip_files');
|
865 |
+
|
866 |
+
//If null then this is the first pass so save the job/task meta info
|
867 |
+
if (empty($backup_set_zip)){
|
868 |
+
|
869 |
+
//Generate the manifest before attempting to create the backup set
|
870 |
+
if ( ! $wp_backup->create_backup_manifest()) {
|
871 |
+
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,109);
|
872 |
+
|
873 |
+
write_fatal_error_status( '110' );
|
874 |
+
end_backup( 110, false );
|
875 |
+
return false;
|
876 |
+
}
|
877 |
+
|
878 |
+
|
879 |
+
//Generate backup set name & path
|
880 |
+
$backup_set_zip = sprintf('%s%s-%s-%s.zip',$wp_backup->getBackupProjectPath(),$current_job->getJobName(),'backupset',current_time( 'timestamp' ));
|
881 |
+
|
882 |
+
//save the backup set name to the task meta
|
883 |
+
$current_task->setTaskMetaValue('backup_set_zip',$backup_set_zip);
|
884 |
+
|
885 |
+
//Take an inventory of the zip files created
|
886 |
+
$file_system = new WPBackItUp_FileSystem($backup_logname);
|
887 |
+
$backup_zip_files = $file_system->get_fileonly_list_with_filesize($wp_backup->getBackupProjectPath(), 'zip');
|
888 |
+
|
889 |
+
//save them to the current task
|
890 |
+
$current_task->setTaskMetaValue('backup_zip_files',$backup_zip_files);
|
891 |
+
}
|
892 |
+
|
893 |
+
//Log backup set info
|
894 |
+
WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Backup Set Name:'.$backup_set_zip );
|
895 |
+
WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Backup Files:'.var_export($backup_zip_files,true));
|
896 |
+
|
897 |
+
//when is empty then all the files are in the backup set
|
898 |
+
if (! empty($backup_zip_files) && is_array($backup_zip_files)) {
|
899 |
+
|
900 |
+
//Get zip from top of list
|
901 |
+
$zip_file = key($backup_zip_files);
|
902 |
+
WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Add File to backup set:'.$zip_file);
|
903 |
+
|
904 |
+
//add file to backupset zip
|
905 |
+
if (true===$wp_backup->backup_file_to_zip( $wp_backup->getBackupProjectPath(), 'backups', $zip_file,$backup_set_zip )){
|
906 |
+
//remove file from list
|
907 |
+
unset($backup_zip_files[$zip_file]);
|
908 |
+
WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'File added to backup set successfully.' );
|
909 |
+
|
910 |
+
} else{
|
911 |
+
|
912 |
+
//error occurred so stop trying and move on to next step
|
913 |
+
//This is not a fatal error BUT will result in no backup set
|
914 |
+
WPBackItUp_LoggerV2::log_error($backup_logname,$log_function,'Unable to create backup set.');
|
915 |
+
$backup_zip_files=null;
|
916 |
+
|
917 |
+
//remove the backup set if exists
|
918 |
+
$file_system = new WPBackItUp_FileSystem($backup_logname);
|
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
|
926 |
+
$current_task->setTaskMetaValue('backup_zip_files',$backup_zip_files);
|
927 |
+
|
928 |
+
}
|
929 |
+
|
930 |
+
//are there any files left?
|
931 |
+
if (is_array($backup_zip_files) && count($backup_zip_files)>0){
|
932 |
+
//CONTINUE
|
933 |
+
WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Continue adding backups to set' );
|
934 |
+
$current_task->setStatus(WPBackItUp_Job_Task::QUEUED);
|
935 |
+
}else{
|
936 |
+
//COMPLETE
|
937 |
+
WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'All others backed up.' );
|
938 |
+
|
939 |
+
$current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
|
940 |
+
WPBackItUp_LoggerV2::log($backup_logname,'**END CREATE BACKUP SET**' );
|
941 |
+
|
942 |
+
}
|
943 |
+
|
944 |
+
return;
|
945 |
+
}
|
946 |
+
|
947 |
+
|
948 |
|
949 |
//Zip up the backup folder
|
950 |
if ('task_finalize_backup'==$current_task->getTaskName()) {
|
951 |
WPBackItUp_LoggerV2::log($backup_logname,'**FINALIZE BACKUP**' );
|
952 |
+
|
953 |
write_response_processing( "Compress Backup " );
|
954 |
set_status( 'finalize_backup', $active, true );
|
955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
956 |
//cleanup the manifest and sql files from root
|
957 |
if ( ! $wp_backup->cleanup_current_backup() ) {
|
958 |
//Warning - no need to error job
|
971 |
//Take an inventory of the zip files created
|
972 |
|
973 |
$file_system = new WPBackItUp_FileSystem($backup_logname);
|
974 |
+
$zip_files = $file_system->get_fileonly_list_with_filesize($wp_backup->getBackupProjectPath(), 'zip');
|
975 |
|
976 |
+
$wp_backup->save_file_list_inventory(WPBACKITUP__SQL_BULK_INSERT_SIZE,$current_job->getJobId(),WPBackItUp_Job_Item::BACKUPS,$wp_backup->getBackupProjectPath(),$zip_files);
|
977 |
|
978 |
$current_job->setJobMetaValue('backup_zip_files' , $zip_files ); //list of zip files
|
979 |
|
1045 |
WPBackItUp_LoggerV2::log_info($backup_logname,__METHOD__,'Zip up all the logs.');
|
1046 |
//Zip up all the logs in the log folder
|
1047 |
$logs_path = WPBACKITUP__PLUGIN_PATH .'logs';
|
1048 |
+
$zip_file_path = $wp_backup->getBackupProjectPath() .'logs_' .$current_job->getJobId() . '.zip';
|
1049 |
|
1050 |
//copy WP debug file
|
1051 |
$wpdebug_file_path = WPBACKITUP__CONTENT_PATH . '/debug.log';
|
1089 |
$logFilePath = WPBackItUp_LoggerV2::getLogFilePath($backup_logname);
|
1090 |
|
1091 |
//COPY the log if it exists
|
1092 |
+
$newlogFilePath = $wp_backup->getBackupProjectPath() .$logFileName;
|
1093 |
if (null!=$success && file_exists($logFilePath)){
|
1094 |
copy($logFilePath,$newlogFilePath);
|
1095 |
}
|
1110 |
|
1111 |
$processing_minutes = round($seconds / 60);
|
1112 |
$processing_seconds = $seconds % 60;
|
1113 |
+
|
1114 |
+
$message="";
|
1115 |
+
$message.="<p><img alt='WPBackItUp Logo' src='http://cdn.wpbackitup.com/images/wpbackitup_logo.png' /> <strong style='color:#005d8b; font-family:cambria,georgia,serif; font-size:14px; font-style:normal; font-weight:bold'>The Simplest Way to Backup Your WordPress Site</strong></p><br><br>";
|
1116 |
if($success)
|
1117 |
{
|
1118 |
//Don't send logs on success unless debug is on.
|
1142 |
|
1143 |
$message .= sprintf(__('WordPress Site: <a href="%s" target="_blank"> %s </a><br/>', 'wp-backitup'), home_url(), home_url());
|
1144 |
$message .= __('Backup date:', 'wp-backitup') . ' ' . $local_start_datetime . '<br/>';
|
1145 |
+
$message .= __('Number of backups completed with WPBackItUp:', 'wp-backitup') . ' ' . $WPBackitup->backup_count() . '<br/>';
|
1146 |
|
1147 |
$message .= __('Completion Code:', 'wp-backitup') . ' ' . $current_job->getJobId() .'-'. $processing_minutes .'-' .$processing_seconds .'<br/>';
|
1148 |
+
$message .= __('WPBackItUp Version:', 'wp-backitup') . ' ' . WPBACKITUP__VERSION . '<br/>';
|
1149 |
$message .= '<br/>';
|
1150 |
|
1151 |
//Add the completed steps on success
|
1157 |
|
1158 |
$term='success';
|
1159 |
if(!$success)$term='error';
|
1160 |
+
$message .='<br/><br/>' . sprintf(__('Checkout %s for info about WPBackItUp and our other products.', 'wp-backitup'), $WPBackitup->get_anchor_with_utm('www.wpbackitup.com', '', 'notification+email', $term) ) . '<br/>';
|
1161 |
|
1162 |
|
1163 |
$notification_email = $WPBackitup->get_option('notification_email');
|
1275 |
|
1276 |
//write Response Log
|
1277 |
function write_response_file_success() {
|
1278 |
+
global $WPBackitup,$wp_backup,$backup_logname, $current_job;
|
1279 |
|
1280 |
$jsonResponse = new stdClass();
|
1281 |
$jsonResponse->backupStatus = 'success';
|
1283 |
$jsonResponse->backupName = $wp_backup->backup_name;
|
1284 |
$jsonResponse->backupLicense = $WPBackitup->license_active();
|
1285 |
$jsonResponse->backupRetained = $wp_backup->backup_retained_number;
|
1286 |
+
$jsonResponse->backupRuntype = $current_job->getJobRunType();
|
1287 |
+
$jsonResponse->backupDate = $current_job->getJobDate();
|
1288 |
+
$jsonResponse->backupDuration = $current_job->getJobDurationFormatted();
|
1289 |
|
1290 |
$jsonResponse->logFileExists = file_exists(WPBackItUp_LoggerV2::getLogFilePath($backup_logname));
|
1291 |
|
1333 |
'107'=> __('(107) Unable to compress(zip) your backup. Please try again', 'wp-backitup'),
|
1334 |
'108'=> __('(108) Unable to backup your site data files. Please try again', 'wp-backitup'),
|
1335 |
'109'=> __('(109) Unable to finalize backup. Please try again', 'wp-backitup'),
|
1336 |
+
'110'=> __('(110) Unable to create backup manifest. Please try again', 'wp-backitup'),
|
1337 |
'114'=> __('(114) Your database was accessible but an export could not be created. Please contact support by clicking the get support link on the right. Please let us know who your host is when you submit the request', 'wp-backitup'),
|
1338 |
'120'=> __('(120) Unable to backup your themes. Please try again', 'wp-backitup'),
|
1339 |
'121'=> __('(121) Unable to backup your plugins. Please try again', 'wp-backitup'),
|
1353 |
'2107'=> __('(2107) Unable to compress(zip) your backup. Please try again', 'wp-backitup'),
|
1354 |
'2108'=> __('(2108) Unable to backup your site data files. Please try again', 'wp-backitup'),
|
1355 |
'2109'=> __('(2109) Unable to finalize backup. Please try again', 'wp-backitup'),
|
1356 |
+
'2110'=> __('(2110) Unable to create backup manifest. Please try again', 'wp-backitup'),
|
1357 |
'2114'=> __('(2114) Your database was accessible but an export could not be created. Please contact support by clicking the get support link on the right. Please let us know who your host is when you submit the request', 'wp-backitup'),
|
1358 |
'2120'=> __('(2120) Unable to backup your themes. Please try again', 'wp-backitup'),
|
1359 |
'2121'=> __('(2121) Unable to backup your plugins. Please try again', 'wp-backitup'),
|
lib/includes/job_restore.php
CHANGED
@@ -61,6 +61,7 @@ $success=99;
|
|
61 |
global $status_array;
|
62 |
$status_array = array(
|
63 |
'preparing' =>$inactive ,
|
|
|
64 |
'unzipping' =>$inactive ,
|
65 |
'validation'=>$inactive,
|
66 |
'deactivate_plugins' =>$inactive ,
|
@@ -141,7 +142,7 @@ if (WPBackItUp_Job::ERROR==$current_task->getStatus()){
|
|
141 |
fatal_error( 'preparing', '2001', 'Task ended in error:'.$current_task->getTaskName() );
|
142 |
break;
|
143 |
|
144 |
-
case "
|
145 |
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,2002);
|
146 |
fatal_error( 'unzipping', '2002', 'Task ended in error:'.$current_task->getTaskName());
|
147 |
break;
|
@@ -198,9 +199,6 @@ if ('task_preparing'==$current_task->getTaskName()) {
|
|
198 |
fatal_error($task,'225','Restore is not available because license is not active.');
|
199 |
return false;
|
200 |
}
|
201 |
-
// else{
|
202 |
-
// $current_job->setJobMetaValue('license_key',$this->license_key());
|
203 |
-
// }
|
204 |
|
205 |
//PREPARE TASK
|
206 |
if ( ! class_exists('ZipArchive')){
|
@@ -233,22 +231,6 @@ if ('task_preparing'==$current_task->getTaskName()) {
|
|
233 |
}
|
234 |
WPBackItUp_LoggerV2::log($restore_logname,'*END DELETE STAGED FOLDER*');
|
235 |
|
236 |
-
WPBackItUp_LoggerV2::log($restore_logname,'*UPDATE ZIP JOB META*');
|
237 |
-
//Get the zip list
|
238 |
-
$backup_path_pattern = $wp_restore->get_backup_folder_path() . '/' .$wp_restore->get_backup_name() . '*.zip' ;
|
239 |
-
WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Fetch backups pattern:' .$backup_path_pattern);
|
240 |
-
$backup_set = glob( $backup_path_pattern);
|
241 |
-
if ( is_array($backup_set) && count($backup_set)>0){
|
242 |
-
$current_job->setJobMetaValue('backup_set',$backup_set);
|
243 |
-
$current_job->setJobMetaValue('backup_set_remaining',$backup_set);
|
244 |
-
}else{
|
245 |
-
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,222);
|
246 |
-
fatal_error($task,'222','No zip files found (pattern):' . $backup_path_pattern);
|
247 |
-
return false;
|
248 |
-
}
|
249 |
-
WPBackItUp_LoggerV2::log($restore_logname,'*END UPDATE ZIP JOB META*');
|
250 |
-
|
251 |
-
|
252 |
WPBackItUp_LoggerV2::log($restore_logname,'*UPDATE SITE VALUES META*' );
|
253 |
$siteurl = $wp_restore->get_siteurl();
|
254 |
if (false===$siteurl){
|
@@ -268,7 +250,6 @@ if ('task_preparing'==$current_task->getTaskName()) {
|
|
268 |
$current_job->setJobMetaValue('current_homeurl',$homeurl);
|
269 |
}
|
270 |
|
271 |
-
|
272 |
//stash current user.
|
273 |
$current_user = $wp_restore->get_current_user();
|
274 |
if (false===$current_user) {
|
@@ -289,7 +270,6 @@ if ('task_preparing'==$current_task->getTaskName()) {
|
|
289 |
$current_job->setJobMetaValue('current_user_meta',$current_user_meta);
|
290 |
}
|
291 |
|
292 |
-
|
293 |
//fetch options and save to job meta
|
294 |
$wpbackitup_options = $wp_restore->get_options_wpbackitup();
|
295 |
if (false!==$wpbackitup_options) {
|
@@ -298,26 +278,129 @@ if ('task_preparing'==$current_task->getTaskName()) {
|
|
298 |
|
299 |
WPBackItUp_LoggerV2::log($restore_logname,'*END UPDATE SITE VALUES META*' );
|
300 |
|
|
|
|
|
|
|
301 |
end_status($task);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
$current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
|
304 |
-
|
|
|
|
|
305 |
|
306 |
return;
|
|
|
307 |
}
|
308 |
|
309 |
|
310 |
-
|
|
|
|
|
|
|
|
|
|
|
311 |
|
312 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
$task = 'unzipping';
|
315 |
-
start_status($task
|
316 |
|
317 |
//get the list of plugins zips in folder
|
318 |
$backup_set_list=$current_job->getJobMetaValue('backup_set_remaining');
|
319 |
WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Begin - Backup set list:');
|
320 |
WPBackItUp_LoggerV2::log($restore_logname,$backup_set_list);
|
|
|
|
|
321 |
if ( ! $wp_restore->unzip_archive_file( $backup_set_list) ) {
|
322 |
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,203);
|
323 |
fatal_error($task,'203','Unable to unzip archive.');
|
@@ -433,11 +516,11 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
|
|
433 |
|
434 |
$restore_wpbackitup_version = $site_info['restore_wpbackitup_version'];
|
435 |
$current_wpbackitup_version = WPBACKITUP__VERSION;
|
436 |
-
WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'
|
437 |
-
WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'
|
438 |
if (! WPBackItUp_Utility::version_compare($restore_wpbackitup_version, $current_wpbackitup_version )){
|
439 |
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,227);
|
440 |
-
fatal_error($task,'227','Backup was created using different version of
|
441 |
return false;
|
442 |
}
|
443 |
WPBackItUp_LoggerV2::log($restore_logname,'*END VALIDATE SITEDATA FILE*' );
|
@@ -460,7 +543,7 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
|
|
460 |
end_status($task);
|
461 |
WPBackItUp_LoggerV2::log($restore_logname,'*END DEACTIVATE ACTIVE PLUGINS*');
|
462 |
|
463 |
-
$current_task->setStatus(WPBackItUp_Job_Task::COMPLETE)
|
464 |
WPBackItUp_LoggerV2::log($restore_logname,'**END VALIDATE BACKUP**' );
|
465 |
|
466 |
return;
|
@@ -515,16 +598,18 @@ if ('task_stage_wpcontent'==$current_task->getTaskName()) {
|
|
515 |
WPBackItUp_LoggerV2::log($restore_logname,'*END STAGE THEMES*');
|
516 |
|
517 |
WPBackItUp_LoggerV2::log($restore_logname,'*STAGE UPLOADS*');
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
$
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
|
|
|
|
528 |
}
|
529 |
WPBackItUp_LoggerV2::log($restore_logname,'*END STAGE UPLOADS*');
|
530 |
|
61 |
global $status_array;
|
62 |
$status_array = array(
|
63 |
'preparing' =>$inactive ,
|
64 |
+
'unpacking' =>$inactive ,
|
65 |
'unzipping' =>$inactive ,
|
66 |
'validation'=>$inactive,
|
67 |
'deactivate_plugins' =>$inactive ,
|
142 |
fatal_error( 'preparing', '2001', 'Task ended in error:'.$current_task->getTaskName() );
|
143 |
break;
|
144 |
|
145 |
+
case "task_unzip_backup_files":
|
146 |
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,2002);
|
147 |
fatal_error( 'unzipping', '2002', 'Task ended in error:'.$current_task->getTaskName());
|
148 |
break;
|
199 |
fatal_error($task,'225','Restore is not available because license is not active.');
|
200 |
return false;
|
201 |
}
|
|
|
|
|
|
|
202 |
|
203 |
//PREPARE TASK
|
204 |
if ( ! class_exists('ZipArchive')){
|
231 |
}
|
232 |
WPBackItUp_LoggerV2::log($restore_logname,'*END DELETE STAGED FOLDER*');
|
233 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
WPBackItUp_LoggerV2::log($restore_logname,'*UPDATE SITE VALUES META*' );
|
235 |
$siteurl = $wp_restore->get_siteurl();
|
236 |
if (false===$siteurl){
|
250 |
$current_job->setJobMetaValue('current_homeurl',$homeurl);
|
251 |
}
|
252 |
|
|
|
253 |
//stash current user.
|
254 |
$current_user = $wp_restore->get_current_user();
|
255 |
if (false===$current_user) {
|
270 |
$current_job->setJobMetaValue('current_user_meta',$current_user_meta);
|
271 |
}
|
272 |
|
|
|
273 |
//fetch options and save to job meta
|
274 |
$wpbackitup_options = $wp_restore->get_options_wpbackitup();
|
275 |
if (false!==$wpbackitup_options) {
|
278 |
|
279 |
WPBackItUp_LoggerV2::log($restore_logname,'*END UPDATE SITE VALUES META*' );
|
280 |
|
281 |
+
$current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
|
282 |
+
WPBackItUp_LoggerV2::log($restore_logname,'**END PREPARING FOR RESTORE**');
|
283 |
+
|
284 |
end_status($task);
|
285 |
+
return;
|
286 |
+
}
|
287 |
+
|
288 |
+
|
289 |
+
//Check for backup set in folder
|
290 |
+
if ('task_inventory_backupset'==$current_task->getTaskName()) {
|
291 |
+
|
292 |
+
WPBackItUp_LoggerV2::log( $restore_logname, '*INVENTORY BACKUPSET*' );
|
293 |
+
|
294 |
+
$task = 'unpacking';
|
295 |
+
start_status($task);
|
296 |
|
297 |
+
$missing_archives = $wp_restore->get_backupset_unpack_list($current_job,$current_task);
|
298 |
+
if ( ! is_array($missing_archives)){
|
299 |
+
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,261);
|
300 |
+
fatal_error($task,'261','Unable to extract archives from backup set.');
|
301 |
+
return false;
|
302 |
+
}
|
303 |
+
|
304 |
+
//save list to job meta for next task - empty array is ok
|
305 |
+
$current_job->setJobMetaValue('backupset_unpack_remaining',$missing_archives);
|
306 |
$current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
|
307 |
+
|
308 |
+
|
309 |
+
WPBackItUp_LoggerV2::log( $restore_logname, '*INVENTORY BACKUPSET*' );
|
310 |
|
311 |
return;
|
312 |
+
|
313 |
}
|
314 |
|
315 |
|
316 |
+
//unpack zip from list
|
317 |
+
//on last file build job list for regular path
|
318 |
+
//do this even if no backupset
|
319 |
+
//Unpack backup set and update job meta
|
320 |
+
if ('task_unpack_backupset'==$current_task->getTaskName()) {
|
321 |
+
WPBackItUp_LoggerV2::log( $restore_logname, '*UNPACK BACKUPSET*' );
|
322 |
|
323 |
+
$task = 'unpacking';
|
324 |
+
start_status($task);
|
325 |
+
|
326 |
+
// //Are there any backups to unpack from set file
|
327 |
+
$backupset_unpack_remaining = $current_job->getJobMetaValue('backupset_unpack_remaining');
|
328 |
+
WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backupset Remaining Files:' . var_export( $backupset_unpack_remaining, true ) );
|
329 |
+
|
330 |
+
if (is_array($backupset_unpack_remaining) && count($backupset_unpack_remaining)>0) {
|
331 |
+
|
332 |
+
//found one so unpack it
|
333 |
+
$backup_file = current($backupset_unpack_remaining);
|
334 |
+
$backup_file_key = key($backupset_unpack_remaining);
|
335 |
+
WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Unpack backup file:' . var_export( $backup_file, true ) );
|
336 |
+
|
337 |
+
//Get backup set file
|
338 |
+
$backupset_file = $current_job->getJobMetaValue('backupset_file');
|
339 |
+
WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backup Set file:' . var_export( $backupset_file, true ) );
|
340 |
|
341 |
+
if ($wp_restore->unpack_backup_from_backupset( $current_job, $current_task,$backupset_file,$backup_file )){
|
342 |
+
|
343 |
+
//remove this element and save to job meta
|
344 |
+
unset($backupset_unpack_remaining[$backup_file_key]);
|
345 |
+
$current_job->setJobMetaValue('backupset_unpack_remaining',$backupset_unpack_remaining);//save to job meta for next task
|
346 |
+
WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backupset Remaining Files:' . var_export( $backupset_unpack_remaining, true ) );
|
347 |
+
|
348 |
+
//If there are more files to unpack then set task to queued and return
|
349 |
+
if (is_array($backupset_unpack_remaining) && count($backupset_unpack_remaining)>0) {
|
350 |
+
$current_task->setStatus( WPBackItUp_Job_Task::QUEUED );
|
351 |
+
WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'More backup files to extract - task queued.');
|
352 |
+
return;
|
353 |
+
}
|
354 |
+
} else{
|
355 |
+
//Error occurred
|
356 |
+
WPBackItUp_LoggerV2::log_error( $restore_logname, __METHOD__, 'Failed to unpack backup file:' . $backup_file);
|
357 |
+
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,260);
|
358 |
+
fatal_error($task,'260','Unable to unpack backup from backup set.');
|
359 |
+
return false;
|
360 |
+
}
|
361 |
+
}
|
362 |
+
|
363 |
+
|
364 |
+
// NO more backup files to unpack
|
365 |
+
|
366 |
+
//get the backup files contained in the backup folder
|
367 |
+
$backup_files = $wp_restore->get_backups_in_folder($current_job,$current_task,false);
|
368 |
+
if (is_array($backup_files)){
|
369 |
+
WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backup Files Found in Backup Folder:' . var_export( $backup_files, true ) );
|
370 |
+
|
371 |
+
$current_job->setJobMetaValue('backup_set',$backup_files);
|
372 |
+
$current_job->setJobMetaValue('backup_set_remaining',$backup_files);
|
373 |
+
|
374 |
+
}else{
|
375 |
+
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,262);
|
376 |
+
fatal_error($task,'262','No zip files found in backup folder:' . $backup_files);
|
377 |
+
return false;
|
378 |
+
}
|
379 |
+
|
380 |
+
$current_task->setStatus( WPBackItUp_Job_Task::COMPLETE );
|
381 |
+
WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'No More backup files to extract - task completed.');
|
382 |
+
|
383 |
+
end_status($task);
|
384 |
+
|
385 |
+
WPBackItUp_LoggerV2::log( $restore_logname, '*END UNPACK BACKUPSET*' );
|
386 |
+
return;
|
387 |
+
}
|
388 |
+
|
389 |
+
|
390 |
+
//Unzip all the zip files into the restore folder.
|
391 |
+
//- check for backupset archive FIRST
|
392 |
+
if ('task_unzip_backup_files'==$current_task->getTaskName()) {
|
393 |
+
|
394 |
+
WPBackItUp_LoggerV2::log($restore_logname,'**UNZIP BACKUP**' );
|
395 |
$task = 'unzipping';
|
396 |
+
start_status($task);
|
397 |
|
398 |
//get the list of plugins zips in folder
|
399 |
$backup_set_list=$current_job->getJobMetaValue('backup_set_remaining');
|
400 |
WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Begin - Backup set list:');
|
401 |
WPBackItUp_LoggerV2::log($restore_logname,$backup_set_list);
|
402 |
+
|
403 |
+
|
404 |
if ( ! $wp_restore->unzip_archive_file( $backup_set_list) ) {
|
405 |
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,203);
|
406 |
fatal_error($task,'203','Unable to unzip archive.');
|
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*' );
|
543 |
end_status($task);
|
544 |
WPBackItUp_LoggerV2::log($restore_logname,'*END DEACTIVATE ACTIVE PLUGINS*');
|
545 |
|
546 |
+
$current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
|
547 |
WPBackItUp_LoggerV2::log($restore_logname,'**END VALIDATE BACKUP**' );
|
548 |
|
549 |
return;
|
598 |
WPBackItUp_LoggerV2::log($restore_logname,'*END STAGE THEMES*');
|
599 |
|
600 |
WPBackItUp_LoggerV2::log($restore_logname,'*STAGE UPLOADS*');
|
601 |
+
if(! $wp_restore->validate_no_uploads()){
|
602 |
+
$from_folder_name = $wp_restore->get_restore_root_folder_path() .'/' .WPBackItUp_Restore::UPLOADPATH;
|
603 |
+
$upload_array = wp_upload_dir();
|
604 |
+
$uploads_root_path = $upload_array['basedir'];
|
605 |
+
$to_folder_name = $uploads_root_path . $folder_stage_suffix;
|
606 |
+
if (! $wp_restore->rename_folder($from_folder_name,$to_folder_name)){
|
607 |
+
$current_task->setStatus(WPBackItUp_Job_Task::ERROR,219);
|
608 |
+
fatal_error($task,'219','Cant stage uploads.',false);
|
609 |
+
$wp_restore->delete_staged_folders();
|
610 |
+
end_restore();
|
611 |
+
return false;
|
612 |
+
}
|
613 |
}
|
614 |
WPBackItUp_LoggerV2::log($restore_logname,'*END STAGE UPLOADS*');
|
615 |
|
readme.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
=== WPBackItUp Backup & Restore ===
|
2 |
Contributors: wpbackitup, cssimmon, alaminopu
|
3 |
Donate link: http://www.wpbackitup.com
|
4 |
-
Tags:
|
|
|
5 |
Requires at least: 3.8.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.12.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -13,9 +14,9 @@ Simple & complete backups of your WordPress website with this easy to use plugin
|
|
13 |
== Description ==
|
14 |
|
15 |
= The Simplest Way to Backup Your WordPress Site =
|
16 |
-
Backing up your WordPress website is easy with
|
17 |
|
18 |
-
|
19 |
|
20 |
Here are just a few of our incredible features.
|
21 |
|
@@ -43,26 +44,26 @@ Here are just a few of our incredible features.
|
|
43 |
= Don't Risk Losing Your Website =
|
44 |
Does the thought of losing your website keep you up at night? All the time, effort and money you've invested, gone in an instant. WordPress is an incredible product but there are many things that can cause you to lose your website. You could get hacked, your hosting company could go out of business, you could install a bad plugin or theme, the list is endless and without good backups, you could lose everything. If this isn't one of the things keeping you up at night, then it really should be. It was keeping us up at night so we decided to do something about it.
|
45 |
|
46 |
-
In 2012 we created the
|
47 |
|
48 |
= Automatically Restore/Clone/Migrate your Website? =
|
49 |
-
Need to restore, clone or migrate your website to another host, we make that easy too. The premium version of
|
50 |
|
51 |
= Free Support =
|
52 |
-
We offer free support via the WordPress [support forum](http://wordpress.org/support/plugin/wp-backitup) but before posting a question please make sure you are running the current version of
|
53 |
|
54 |
= Professional Support =
|
55 |
-
|
56 |
|
57 |
= Premium Plugin Available =
|
58 |
-
|
59 |
|
60 |
= More questions? =
|
61 |
Please review our [FAQ’s](http://wordpress.org/plugins/wp-backitup/faq/) or ask them in the [support forum](http://wordpress.org/support/plugin/wp-backitup).
|
62 |
|
63 |
**Languages**
|
64 |
|
65 |
-
|
66 |
|
67 |
* Español (Spanish (Spain)),
|
68 |
* Français (French (France)),
|
@@ -71,86 +72,86 @@ WP BackItUp has been translated into the following languages:
|
|
71 |
* Tagalog (Philippines)
|
72 |
* বাংলা (Bengali)
|
73 |
|
74 |
-
Thanks to all the WP-Translations Team Members for helping translate
|
75 |
|
76 |
-
Don't see your language listed? Why not join our community and help translate
|
77 |
|
78 |
== Installation ==
|
79 |
|
80 |
Installing WP-BackItUp is very easy and straightforward.
|
81 |
|
82 |
-
1. Search for '
|
83 |
1. Activate the plugin.
|
84 |
-
1. A new menu named '
|
85 |
-
1. Click '
|
86 |
1. Enter your sites license key for premium features. You may purchase a license key at [www.wpbackitup.com](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=installation&utm_term=install+license)
|
87 |
|
88 |
You can find more detailed instructions in our [online documentation](http://support.wpbackitup.com/support/solutions/articles/5000675140-how-to-install-wp-backitup/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=installation&utm_term=install+instructions)
|
89 |
|
90 |
== Frequently Asked Questions ==
|
91 |
|
92 |
-
= Is
|
93 |
-
Yes, we have provided
|
94 |
|
95 |
-
The free version is made possible by our generous premium customers. Please use
|
96 |
|
97 |
-
= Can I manually restore my
|
98 |
-
Sure! The backup archive generated by
|
99 |
|
100 |
= Is there an easier way to restore my backup zips? =
|
101 |
-
Yes, the premium version of
|
102 |
|
103 |
= How long do backups take? =
|
104 |
-
|
105 |
|
106 |
= Will the plugin work on shared hosts, sub domains or my host? =
|
107 |
-
Yes,
|
108 |
|
109 |
-
= Will
|
110 |
-
Yes.
|
111 |
|
112 |
= Does this plugin backup to Amazon S3, dropbox or google drive? =
|
113 |
-
Not yet but this feature will be available in an upcoming version of
|
114 |
|
115 |
= Is there an auto back up schedule feature? =
|
116 |
-
Yes, but this feature is only available with the premium version of
|
117 |
|
118 |
-
= Will
|
119 |
-
|
120 |
|
121 |
= Can my backup be used to restore to a different version of WordPress? =
|
122 |
-
This is a tough one. In many cases the backups created by
|
123 |
|
124 |
-
= Will
|
125 |
-
Yes,
|
126 |
|
127 |
-
= Does
|
128 |
-
Yes it does. Your entire database will be exported into a SQL file and saved in the backup archive created by
|
129 |
-
Please see [www.wpbackitup.com](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=database+pricing) for information about
|
130 |
|
131 |
= Does the plugin backup the database details as well? =
|
132 |
Yes, the database export contains everything related to the database.
|
133 |
|
134 |
= Can I make a basic WordPress site, with all my desired plugins and settings, make a few pages, setup permalinks, remove all the default junk and then use it as a template for all my new WordPress sites? =
|
135 |
-
Yes.
|
136 |
|
137 |
-
= Does
|
138 |
-
Yes,
|
139 |
|
140 |
-
= Does
|
141 |
-
|
142 |
|
143 |
-
= Do you have any idea when a WordPress site becomes too large for
|
144 |
-
|
145 |
|
146 |
= Do you do regularly update this product to match with WP version updates? =
|
147 |
-
Yes. We continually improve
|
148 |
|
149 |
-
= I am not running the most recent version of
|
150 |
-
Yes, please make sure you are always running the current version of
|
151 |
|
152 |
= Further Support & Feedback =
|
153 |
-
General support questions should be posted in the WordPress support forums. If you are
|
154 |
|
155 |
Our online documentation and full list of FAQs can be found at [support.wpbackitup.com](http://support.wpbackitup.com/support/solutions/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=further+support+help)
|
156 |
|
@@ -166,8 +167,28 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
|
|
166 |
|
167 |
|
168 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
= 1.12.1 =
|
170 |
-
*Release Date - December 17, 2015*
|
171 |
|
172 |
* NEW FEATURE : Add scan and import feature to files dropped in wpbackitup root backup folder
|
173 |
* UPDATE : Add error notice on license activation error
|
@@ -218,7 +239,7 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
|
|
218 |
|
219 |
* FIX : Add default collation value for WordPress version <= 3.4
|
220 |
* FIX : Add try catch & set_time_limit(0) to manual database export
|
221 |
-
* FEATURE :
|
222 |
* UPDATE : Add translation link to useful links widget
|
223 |
* UPDATE : Added php & MySQL version info to log email
|
224 |
* UPDATE : Add new job class - jobs will now be stored in the database instead of file system
|
@@ -226,7 +247,7 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
|
|
226 |
* UPDATE : Updates to support WordPress 4.3.1
|
227 |
* UPDATE : Enhancements to cleanup processes
|
228 |
* FEATURE : New Languages Added: Bengali, French, German, Italian, Spanish, Tagalog, Russian
|
229 |
-
* FEATURE : Add notification bar to top of
|
230 |
* UPDATE : Use filter iterator for file inventory to improve performance
|
231 |
* UPDATE : Add ajax call to fetch next message in stack on dismiss
|
232 |
* UPDATE : Add additional filters to folder ignore list
|
@@ -264,7 +285,7 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
|
|
264 |
|
265 |
= 1.10.8 =
|
266 |
* UPDATE: Add database size logging
|
267 |
-
* UPDATE: Add WordPress and
|
268 |
* UPDATE: Add logging to verify work files exist
|
269 |
* FIX: Add fix to handle special characters in file names
|
270 |
* FIX: Add fix to handle datediff for php versions <=5.3
|
@@ -325,8 +346,8 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
|
|
325 |
|
326 |
= 1.10.1 =
|
327 |
* Update: Display backup set name in available backup lists.
|
328 |
-
* Update: Remove backup retention limitations for
|
329 |
-
* Fix: Downloads for large files was running into buffer errors when other plugins turn on output buffers incorrectly. Added logic to flush and turn off buffering for all
|
330 |
* Fix: Backup lists were not being ordered properly under available backups.
|
331 |
* Fix: Backup cleanup routines were not purging backups in correct order.
|
332 |
|
@@ -381,7 +402,7 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
|
|
381 |
* Fix: added namespace prefix to all ajax actions
|
382 |
|
383 |
= 1.7.5 =
|
384 |
-
* Feature: Add exclusion of non-
|
385 |
* Fix: correct date issue for php 5.2 users
|
386 |
* Fix: correct issue with backup log listing in backup view
|
387 |
* Fix: correct issue with delete file when no log exists
|
@@ -485,7 +506,7 @@ Major updates to improve plugin performance and stability.
|
|
485 |
Minor updates to plugin functionality.
|
486 |
|
487 |
= 1.2.0 =
|
488 |
-
Brought versioning inline with
|
489 |
|
490 |
= 1.1.0 =
|
491 |
Backup from mysqldump, restore from mysql command line, restore functionality from uploaded files, file size limit check according to server before uploads, setInterval termination after operation, status update as the task completes using XML.
|
@@ -515,7 +536,7 @@ Fixed the auto-update engine and license key activation system.
|
|
515 |
Minor bugs patched for auto-update engine.
|
516 |
|
517 |
= 1.0.1 =
|
518 |
-
|
519 |
|
520 |
= 1.0.0 =
|
521 |
Initial version of the plugin released.
|
1 |
=== WPBackItUp Backup & Restore ===
|
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 |
|
14 |
== Description ==
|
15 |
|
16 |
= The Simplest Way to Backup Your WordPress Site =
|
17 |
+
Backing up your WordPress website is easy with WPBackItUp. Simply install WPBackItUp and within minutes you will have a complete backup of your entire site. No complex configuration to deal with. No advanced knowledge of WordPress required. No FTP, cPanel, MySQL or PHPMyAdmin involved. If you can press a button then you can backup your WordPress site with WPBackItUp.
|
18 |
|
19 |
+
WPBackItUp creates a backup archive (zip) of your entire website (database, plugins, themes, media files, uploads, all content) with a single click. Backup archives can be quickly and easily downloaded so that they can be stored securely and separately from your hosted WordPress site.
|
20 |
|
21 |
Here are just a few of our incredible features.
|
22 |
|
44 |
= Don't Risk Losing Your Website =
|
45 |
Does the thought of losing your website keep you up at night? All the time, effort and money you've invested, gone in an instant. WordPress is an incredible product but there are many things that can cause you to lose your website. You could get hacked, your hosting company could go out of business, you could install a bad plugin or theme, the list is endless and without good backups, you could lose everything. If this isn't one of the things keeping you up at night, then it really should be. It was keeping us up at night so we decided to do something about it.
|
46 |
|
47 |
+
In 2012 we created the WPBackItUp plugin and made it freely available to the WordPress community so that we can all sleep better at night knowing our content is safe. Since 2012 we have added many incredible features and even created a premium version, but our fundamental goal is still the same. We want to make WordPress backups as **simple**, **effective** and **easy** as possible because we don’t want anything to stop you from backing up your WordPress site regularly. We offer this plugin to you for free so that you will **BackItUp** and sleep better at night.
|
48 |
|
49 |
= Automatically Restore/Clone/Migrate your Website? =
|
50 |
+
Need to restore, clone or migrate your website to another host, we make that easy too. The premium version of WPBackItUp will allow you to restore your site from backup with a single click. All you need to do is select the backup you want to restore and click restore, right from your WordPress dashboard. That’s it, your site is back up and running in minutes.
|
51 |
|
52 |
= Free Support =
|
53 |
+
We offer free support via the WordPress [support forum](http://wordpress.org/support/plugin/wp-backitup) but before posting a question please make sure you are running the current version of WPBackItUp. We make frequent releases to add features and fix issues so please make sure you are up to date before posting an issue. We also ask that you review our [online documentation](http://support.wpbackitup.com/support/solutions/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=description&utm_term=free+support+doc) and [FAQ's](http://support.wpbackitup.com/support/solutions/5000163911/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=description&utm_term=free+support+faq) which are available on the [WPBackItUp Support Portal](http://support.wpbackitup.com/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=description&utm_term=free+support+a) before posting your questions.
|
54 |
|
55 |
= Professional Support =
|
56 |
+
WPBackItUp is supported by a team of professional. If you are using WPBackItUp to secure your business website then professional support is available to our premium customers. Please see [www.wpbackitup.com](http://www.wpbackitup.com/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=description&utm_term=professional+support+a) for details.
|
57 |
|
58 |
= Premium Plugin Available =
|
59 |
+
WPBackItUp premium allows you to restore your backups from the WordPress dashboard in minutes or get a full money-back refund. You can purchase a [no-risk WPBackItUp license](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=description&utm_term=premium+plugin+no+risk) anytime from the WPBackItUp site.
|
60 |
|
61 |
= More questions? =
|
62 |
Please review our [FAQ’s](http://wordpress.org/plugins/wp-backitup/faq/) or ask them in the [support forum](http://wordpress.org/support/plugin/wp-backitup).
|
63 |
|
64 |
**Languages**
|
65 |
|
66 |
+
WPBackItUp has been translated into the following languages:
|
67 |
|
68 |
* Español (Spanish (Spain)),
|
69 |
* Français (French (France)),
|
72 |
* Tagalog (Philippines)
|
73 |
* বাংলা (Bengali)
|
74 |
|
75 |
+
Thanks to all the WP-Translations Team Members for helping translate WPBackItUp.
|
76 |
|
77 |
+
Don't see your language listed? Why not join our community and help translate WPBackItUp into even more languages? See our [FAQs](http://support.wpbackitup.com/support/solutions/articles/5000675693-wp-backitup-in-your-language) for info on how to contribute.
|
78 |
|
79 |
== Installation ==
|
80 |
|
81 |
Installing WP-BackItUp is very easy and straightforward.
|
82 |
|
83 |
+
1. Search for 'WPBackItUp' in the WordPress.org plugin directory and click install. Or, upload the files to your wp-content/wp-backitup/ folder.
|
84 |
1. Activate the plugin.
|
85 |
+
1. A new menu named 'WPBackItUp' will be added to the left side navigation of your WordPress dashboard.
|
86 |
+
1. Click 'WPBackItUp' to access the backup interface.
|
87 |
1. Enter your sites license key for premium features. You may purchase a license key at [www.wpbackitup.com](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=installation&utm_term=install+license)
|
88 |
|
89 |
You can find more detailed instructions in our [online documentation](http://support.wpbackitup.com/support/solutions/articles/5000675140-how-to-install-wp-backitup/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=installation&utm_term=install+instructions)
|
90 |
|
91 |
== Frequently Asked Questions ==
|
92 |
|
93 |
+
= Is WPBackItUp really free? =
|
94 |
+
Yes, we have provided WPBackItUp free to the WordPress community since 2012. We do this because we don't want there to be any reason **you** aren't backing up your WordPress site, it's that important.
|
95 |
|
96 |
+
The free version is made possible by our generous premium customers. Please use WPBackItUp free for as long as needed but if you are able, consider supporting our community by becoming a premium customer. See [www.wpbackitup.com/premium](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=free+pricing) for details.
|
97 |
|
98 |
+
= Can I manually restore my WPBackItUp archive(zip)? =
|
99 |
+
Sure! The backup archive generated by WPBackItUp contains everything you need to restore your WordPress site. We even created a guide to help you. Please see our [online documentation](http://support.wpbackitup.com/support/solutions/articles/5000676459-how-to-manually-restore-your-wordpress-database/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=manual+restore) for details.
|
100 |
|
101 |
= Is there an easier way to restore my backup zips? =
|
102 |
+
Yes, the premium version of WPBackItUp provides a one click restore option. If you can click a button then you can restore your site. Please see [www.wpbackitup.com](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=easy+restore+pricing) for pricing info and our [no-risk offer](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=easy+restore+no+risk).
|
103 |
|
104 |
= How long do backups take? =
|
105 |
+
WPBackItUp is really fast. Unless your site is extremely large(many gigabytes) it should only take a few minutes for your backup to complete. If your back up has been running for longer than 15 minutes then there may be an issue. Before contacting support please close your browser and try the backup again. If it continues happening, contact support.
|
106 |
|
107 |
= Will the plugin work on shared hosts, sub domains or my host? =
|
108 |
+
Yes, WPBackItUp has been around since 2012 and has over 100,000 installs all over the world. WPBackItUp can be used safely and easily on most hosts and set-ups.
|
109 |
|
110 |
+
= Will WPBackItUp work on Windows hosting? =
|
111 |
+
Yes. WPBackItUp works on both Windows and Linux hosts. WPBackItUp even works with WordPress sites hosted on Windows Azure.
|
112 |
|
113 |
= Does this plugin backup to Amazon S3, dropbox or google drive? =
|
114 |
+
Not yet but this feature will be available in an upcoming version of WPBackItUp. We listen to requests so if this is an important feature to you then please let us know by submitting a [feature request](http://support.wpbackitup.com/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=dropbox+feature+request).
|
115 |
|
116 |
= Is there an auto back up schedule feature? =
|
117 |
+
Yes, but this feature is only available with the premium version of WPBackItUp. Please see [www.wpbackitup.com](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=easy+restore+pricing) for pricing info and our [no-risk offer](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=easy+restore+no+risk).
|
118 |
|
119 |
+
= Will WPBackItUp work with WordPress version x.x? =
|
120 |
+
WPBackItUp works on the current release of WordPress and is updated to function with all new releases.
|
121 |
|
122 |
= Can my backup be used to restore to a different version of WordPress? =
|
123 |
+
This is a tough one. In many cases the backups created by WPBackItUp can be used to restore to a different version of WordPress but this is **not recommended**. It is very important that you keep all your WordPress versions the same but if you find yourself in this situation then all may not be lost. Please contact [support](http://support.wpbackitup.com/support/solutions/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=different+version+support) before attempting this on your own.
|
124 |
|
125 |
+
= Will WPBackItUp work on WordPress Multisite? =
|
126 |
+
Yes, WPBackItUp supports multisite but at this time we can only backup and restore entire networks.
|
127 |
|
128 |
+
= Does WPBackItUp backup the WordPress database? =
|
129 |
+
Yes it does. Your entire database will be exported into a SQL file and saved in the backup archive created by WPBackItUp. This file is used by WPBackItUp premium to restore your site and may be also be used for manual restores.
|
130 |
+
Please see [www.wpbackitup.com](https://www.wpbackitup.com/pricing-purchase/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=database+pricing) for information about WPBackItUp premium or for [manual-restore instructions](http://support.wpbackitup.com/support/solutions/articles/5000676459-how-to-manually-restore-your-wordpress-database/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=database+manual+restore)
|
131 |
|
132 |
= Does the plugin backup the database details as well? =
|
133 |
Yes, the database export contains everything related to the database.
|
134 |
|
135 |
= Can I make a basic WordPress site, with all my desired plugins and settings, make a few pages, setup permalinks, remove all the default junk and then use it as a template for all my new WordPress sites? =
|
136 |
+
Yes. WPBackItUp is used by many professional designers & developers just this way. Once you have your WordPress site setup the way you want, just BackItUp and use that backup archive as a starting point for all your new sites.
|
137 |
|
138 |
+
= Does WPBackItUp need to be installed? =
|
139 |
+
Yes, WPBackItUp is just like any other WordPress plugin. You must install it on any site that you wish to perform a backup or restore.
|
140 |
|
141 |
+
= Does WPBackItUp backup plugins settings or just the plugins themselves? =
|
142 |
+
WPBackItUp creates a backup of **everything**. This includes plugins, plugin settings, themes, theme settings, pages, posts, users, uploads, everything.
|
143 |
|
144 |
+
= Do you have any idea when a WordPress site becomes too large for WPBackItUp to handle? =
|
145 |
+
WPBackItUp can be used to backup very large sites. We`ve tested up to 5 themes, 20 plugins and more than 100 posts/pages without any issues.
|
146 |
|
147 |
= Do you do regularly update this product to match with WP version updates? =
|
148 |
+
Yes. We continually improve WPBackItUp and test it with every new version of WordPress.
|
149 |
|
150 |
+
= I am not running the most recent version of WPBackItUp. Should I upgrade? =
|
151 |
+
Yes, please make sure you are always running the current version of WPBackItUp.
|
152 |
|
153 |
= Further Support & Feedback =
|
154 |
+
General support questions should be posted in the WordPress support forums. If you are WPBackItUp premium customer then support requests may be submitted the portal [support.wpbackitup.com](http://support.wpbackitup.com/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=further+support+support)
|
155 |
|
156 |
Our online documentation and full list of FAQs can be found at [support.wpbackitup.com](http://support.wpbackitup.com/support/solutions/?utm_medium=partner&utm_source=wordpress.org&utm_campaign=plugin+directory&utm_content=faq&utm_term=further+support+help)
|
157 |
|
167 |
|
168 |
|
169 |
== Changelog ==
|
170 |
+
|
171 |
+
= 1.12.2 =
|
172 |
+
*Release Date - March 10, 2016
|
173 |
+
|
174 |
+
* NEW FEATURE : Add Single backup file feature
|
175 |
+
* NEW FEATURE : Add import uploaded backup files
|
176 |
+
* UPDATE : Update job duration formatting to include hours for large sites and long jobs
|
177 |
+
* UPDATE : Add backup type to available backups grid.
|
178 |
+
* UPDATE : Change database export to only use one method after successful export of first table
|
179 |
+
* UPDATE : Add WPBackItUp about page
|
180 |
+
* UPDATE : Add WPBackItUp logo to notification email
|
181 |
+
* UPDATE : Allow no uploads on restore
|
182 |
+
* UPDATE : Refresh backup list on successful backup without page
|
183 |
+
* UPDATE : Add review plugin button and logo to backup view
|
184 |
+
* UPDATE : Add site migration link to useful links
|
185 |
+
* UPDATE : Add background color enhancement to new backups
|
186 |
+
* UPDATE : Add setting for single file backup set
|
187 |
+
* UPDATE : Update product name to WPBackItUp
|
188 |
+
* FIX : Invalid error message on delete backup
|
189 |
+
|
190 |
= 1.12.1 =
|
191 |
+
*Release Date - December 17, 2015*
|
192 |
|
193 |
* NEW FEATURE : Add scan and import feature to files dropped in wpbackitup root backup folder
|
194 |
* UPDATE : Add error notice on license activation error
|
239 |
|
240 |
* FIX : Add default collation value for WordPress version <= 3.4
|
241 |
* FIX : Add try catch & set_time_limit(0) to manual database export
|
242 |
+
* FEATURE : WPBackItUp now officially supports WordPress multisite - WPBackItUp will now only be available on network admin site.
|
243 |
* UPDATE : Add translation link to useful links widget
|
244 |
* UPDATE : Added php & MySQL version info to log email
|
245 |
* UPDATE : Add new job class - jobs will now be stored in the database instead of file system
|
247 |
* UPDATE : Updates to support WordPress 4.3.1
|
248 |
* UPDATE : Enhancements to cleanup processes
|
249 |
* FEATURE : New Languages Added: Bengali, French, German, Italian, Spanish, Tagalog, Russian
|
250 |
+
* FEATURE : Add notification bar to top of WPBackItUp dashboard.
|
251 |
* UPDATE : Use filter iterator for file inventory to improve performance
|
252 |
* UPDATE : Add ajax call to fetch next message in stack on dismiss
|
253 |
* UPDATE : Add additional filters to folder ignore list
|
285 |
|
286 |
= 1.10.8 =
|
287 |
* UPDATE: Add database size logging
|
288 |
+
* UPDATE: Add WordPress and WPBackItUp version info to support email
|
289 |
* UPDATE: Add logging to verify work files exist
|
290 |
* FIX: Add fix to handle special characters in file names
|
291 |
* FIX: Add fix to handle datediff for php versions <=5.3
|
346 |
|
347 |
= 1.10.1 =
|
348 |
* Update: Display backup set name in available backup lists.
|
349 |
+
* Update: Remove backup retention limitations for WPBackItUp lite.
|
350 |
+
* Fix: Downloads for large files was running into buffer errors when other plugins turn on output buffers incorrectly. Added logic to flush and turn off buffering for all WPBackItUp downloads.
|
351 |
* Fix: Backup lists were not being ordered properly under available backups.
|
352 |
* Fix: Backup cleanup routines were not purging backups in correct order.
|
353 |
|
402 |
* Fix: added namespace prefix to all ajax actions
|
403 |
|
404 |
= 1.7.5 =
|
405 |
+
* Feature: Add exclusion of non-WPBackItUp backups to increase performance
|
406 |
* Fix: correct date issue for php 5.2 users
|
407 |
* Fix: correct issue with backup log listing in backup view
|
408 |
* Fix: correct issue with delete file when no log exists
|
506 |
Minor updates to plugin functionality.
|
507 |
|
508 |
= 1.2.0 =
|
509 |
+
Brought versioning inline with WPBackItUp Lite. Fixed incorrect message on restore interface. Fixed restoration access.
|
510 |
|
511 |
= 1.1.0 =
|
512 |
Backup from mysqldump, restore from mysql command line, restore functionality from uploaded files, file size limit check according to server before uploads, setInterval termination after operation, status update as the task completes using XML.
|
536 |
Minor bugs patched for auto-update engine.
|
537 |
|
538 |
= 1.0.1 =
|
539 |
+
WPBackItUp integrated with licensing and auto-update engine.
|
540 |
|
541 |
= 1.0.0 =
|
542 |
Initial version of the plugin released.
|
views/backup.php
CHANGED
@@ -130,7 +130,7 @@ function scan_import_backups($backup_dir){
|
|
130 |
|
131 |
//Is this a BackItUp archive
|
132 |
if ( empty( $folder_name ) || $extension!='.zip' ) {
|
133 |
-
WPBackItUp_LoggerV2::log_error( $debug_backup_view_log, __METHOD__, 'File does not appear to be a
|
134 |
unlink( $file );//get rid of it
|
135 |
continue;
|
136 |
}
|
@@ -220,6 +220,14 @@ function scan_import_backups($backup_dir){
|
|
220 |
|
221 |
?>
|
222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
<?php // Notification Widget
|
224 |
$admin_notices = get_transient( 'wpbackitup_admin_notices' );
|
225 |
|
@@ -260,7 +268,7 @@ if (!$backup_folder_exists) {
|
|
260 |
|
261 |
<script type="text/javascript">var __namespace = "<?php echo($namespace); ?>";</script>
|
262 |
<div class="wrap">
|
263 |
-
<h2><?php echo $page_title; ?></h2>
|
264 |
|
265 |
<div id="content">
|
266 |
|
@@ -269,7 +277,7 @@ if (!$backup_folder_exists) {
|
|
269 |
<h3><i class="fa fa-cogs"></i> <?php _e('Backup', 'wp-backitup'); ?></h3>
|
270 |
<p><b><?php _e('Click the backup button to create a zipped backup file of this site\'s database, plugins, themes and settings.','wp-backitup') ?></b></p>
|
271 |
<p><?php _e('Once your backup file has been created it will appear in the available backups section below. This file may remain on your hosting providers server but we recommend that you download and save it somewhere safe.', 'wp-backitup') ?></p>
|
272 |
-
<p> <?php _e('
|
273 |
<p>
|
274 |
<?php if ($backup_folder_exists) :?>
|
275 |
<input type="submit" id="backup-button" class="backup-button button-primary" value="<?php _e("Backup", 'wp-backitup') ?>"/>
|
@@ -280,7 +288,7 @@ if (!$backup_folder_exists) {
|
|
280 |
<?php
|
281 |
//Display a note for lite customers
|
282 |
if (!$license_active)
|
283 |
-
echo '<p> * ' . sprintf(__('
|
284 |
?>
|
285 |
</div>
|
286 |
|
@@ -311,7 +319,7 @@ if (!$backup_folder_exists) {
|
|
311 |
<?php
|
312 |
//Display restore note for lite customers
|
313 |
if (!$license_active || 'expired'== $license_status)
|
314 |
-
echo '<p>* ' . sprintf(__('Scheduled backups are only available to
|
315 |
?>
|
316 |
</div>
|
317 |
</div>
|
@@ -338,6 +346,7 @@ if (!$backup_folder_exists) {
|
|
338 |
<thead>
|
339 |
<tr>
|
340 |
<th><?php _e('Backup', 'wp-backitup') ?></th>
|
|
|
341 |
<th><?php _e('Date', 'wp-backitup') ?></th>
|
342 |
<th><?php _e('Duration', 'wp-backitup') ?></th>
|
343 |
<th><?php _e('Status', 'wp-backitup') ?></th>
|
@@ -354,7 +363,8 @@ if (!$backup_folder_exists) {
|
|
354 |
{
|
355 |
$backup_name = $job->getJobName();
|
356 |
$file_datetime= $job->getJobDate();
|
357 |
-
|
|
|
358 |
switch ($job->getJobStatus()) {
|
359 |
case WPBackItUp_Job::COMPLETE:
|
360 |
$status = __("Success", 'wp-backitup');
|
@@ -376,7 +386,7 @@ if (!$backup_folder_exists) {
|
|
376 |
<?php
|
377 |
$zip_files = $job->getJobMetaValue('backup_zip_files');
|
378 |
if(is_array($zip_files) && count($zip_files)>0) { ?>
|
379 |
-
<a href="#TB_inline?width=600&height=550&inlineId=<?php echo preg_replace('/[^A-Za-z0-9\-]/', '', $backup_name) ?>" class="thickbox" title="Download Backup">
|
380 |
<i class="fa fa-download"></i>
|
381 |
<?php echo $backup_name ?>
|
382 |
</a>
|
@@ -385,6 +395,7 @@ if (!$backup_folder_exists) {
|
|
385 |
} ?>
|
386 |
</td>
|
387 |
|
|
|
388 |
<!--date-->
|
389 |
<td><?php echo $file_datetime ?></td>
|
390 |
|
@@ -411,7 +422,7 @@ if (!$backup_folder_exists) {
|
|
411 |
<?php
|
412 |
//Display restore note for lite customers
|
413 |
if (!$license_active)
|
414 |
-
echo '<p>* ' . sprintf(__('The automated restore feature is only available to
|
415 |
?>
|
416 |
</div>
|
417 |
|
@@ -467,7 +478,7 @@ if (!$backup_folder_exists) {
|
|
467 |
<div class="widget">
|
468 |
<h3 class="promo"><?php _e('Backups', 'wp-backitup'); ?> <span style="float: right"><?php _e('Version ' .$version, 'wp-backitup'); ?></span></h3>
|
469 |
<?php if ($this->successful_backup_count()<1) : ?>
|
470 |
-
<p><?php _e('Welcome to
|
471 |
<p><?php _e('Getting started is easy, just click the backup button on the left side of this page.', 'wp-backitup') ?></p>
|
472 |
<?php endif ?>
|
473 |
|
@@ -490,7 +501,7 @@ if (!$backup_folder_exists) {
|
|
490 |
<?php if (false===$license_active) : ?>
|
491 |
<?php if (false===$is_lite_registered) : ?>
|
492 |
<div class="widget">
|
493 |
-
<h3 class="promo"><span><?php _e('Register
|
494 |
<form action="" method="post" id="<?php echo $namespace; ?>-form">
|
495 |
<?php wp_nonce_field($namespace . "-register"); ?>
|
496 |
<p><?php _e('Enter your name and email address below to receive <b>special offers</b> and access to our world class <b>support</b> team. <br />
|
@@ -584,11 +595,11 @@ if (!$backup_folder_exists) {
|
|
584 |
<ul>
|
585 |
<li><?php echo($this->get_anchor_with_utm(__('Getting Started Video','wp-backitup'),'support/solutions/articles/5000691574-wp-backitup-getting-started-video','useful+links','getting+started+video',WPBACKITUP__SUPPORTSITE_URL))?></li>
|
586 |
|
587 |
-
<li><a href="https://wordpress.org/support/view/plugin-reviews/wp-backitup#postform" target="_blank">Review us on WordPress.org!</a></li>
|
588 |
-
|
589 |
<?php if ($license_active) : ?>
|
590 |
<li><?php echo($this->get_anchor_with_utm(__('Your account','wp-backitup'),'account','useful+links','your+account')) ?></li>
|
591 |
<?php endif; ?>
|
|
|
|
|
592 |
|
593 |
<li><?php echo($this->get_anchor_with_utm(__('Documentation','wp-backitup'),'support/solutions','useful+links','documentation',WPBACKITUP__SUPPORTSITE_URL))?></li>
|
594 |
|
@@ -609,47 +620,7 @@ if (!$backup_folder_exists) {
|
|
609 |
|
610 |
</div> <!--wrap-->
|
611 |
|
612 |
-
<!--File download lists-->
|
613 |
-
<span class="hidden">
|
614 |
-
<?php add_thickbox(); ?>
|
615 |
-
<!--File download lists-->
|
616 |
-
<?php if ($backup_job_list!=false) : ?>
|
617 |
-
<?php foreach ($backup_job_list as $job) :
|
618 |
-
if($job->getJobStatus() == WPBackItUp_Job::ERROR) {
|
619 |
-
continue;
|
620 |
-
}
|
621 |
-
$backup_name =$job->getJobName();
|
622 |
-
$zip_files = $job->getJobMetaValue('backup_zip_files');
|
623 |
-
$count=0;
|
624 |
-
?>
|
625 |
-
<div id="<?php echo preg_replace('/[^A-Za-z0-9\-]/', '', $backup_name) ?>" style="display:none;">
|
626 |
-
<h2><?php _e('WP BackItUp Backup Set', 'wp-backitup') ?>:</h2>
|
627 |
-
<h2><em><?php echo $backup_name ?></em></h2>
|
628 |
-
<p><?php _e('Below are the archive files included in this backup set. Click the link to download.', 'wp-backitup') ?></p>
|
629 |
-
<table id="datatable" class="widefat">
|
630 |
-
<tbody>
|
631 |
-
<?php
|
632 |
-
if (is_array($zip_files) && count($zip_files)>0) {
|
633 |
-
foreach ($zip_files as $zip_file=>$zip_file_size) {
|
634 |
-
++$count;
|
635 |
-
$class = $count % 2 == 0 ? '' : 'alternate';
|
636 |
-
$row_id="row".$count;
|
637 |
-
$zip_file_name = basename($zip_file);
|
638 |
-
?>
|
639 |
-
<tr id="<?php echo $row_id ?>" class="<?php echo $class ?>">
|
640 |
-
<td><a href="<?php echo $zip_file_name ?>" class="downloadbackuplink"><?php echo $zip_file_name ?></a></td>
|
641 |
-
<td><?php echo WPBackItUp_FileSystem::format_file_size_kb($zip_file_size) ?></td>
|
642 |
-
</tr>
|
643 |
-
<?php }} ?>
|
644 |
-
</tbody>
|
645 |
-
</table>
|
646 |
-
</div>
|
647 |
-
<?php endforeach; ?>
|
648 |
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
<p><?php _e('Please refresh this page to download your new backup files.', 'wp-backitup') ?></p>
|
653 |
-
</div>
|
654 |
-
</span>
|
655 |
-
<!--End File download lists-->
|
130 |
|
131 |
//Is this a BackItUp archive
|
132 |
if ( empty( $folder_name ) || $extension!='.zip' ) {
|
133 |
+
WPBackItUp_LoggerV2::log_error( $debug_backup_view_log, __METHOD__, 'File does not appear to be a WPBackItUp backup archive:'. $file );
|
134 |
unlink( $file );//get rid of it
|
135 |
continue;
|
136 |
}
|
220 |
|
221 |
?>
|
222 |
|
223 |
+
<div class="wpbackitup-topbar">
|
224 |
+
<a class="wpbackitup-logo" title="WPBackItUp" target="_blank" href="http://www.wpbackitup.com">
|
225 |
+
<img height="60" src="<?php echo WPBACKITUP__PLUGIN_URL . "images/wpbackitup-logo-small.png";?>">
|
226 |
+
</a>
|
227 |
+
<h2>WPBackItUp Backup & Restore </h2>
|
228 |
+
<a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/wp-backitup#postform" class="button button-hero button-primary wpbiu-button">Review Plugin</a>
|
229 |
+
</div>
|
230 |
+
|
231 |
<?php // Notification Widget
|
232 |
$admin_notices = get_transient( 'wpbackitup_admin_notices' );
|
233 |
|
268 |
|
269 |
<script type="text/javascript">var __namespace = "<?php echo($namespace); ?>";</script>
|
270 |
<div class="wrap">
|
271 |
+
<h2><?php //echo $page_title; ?></h2>
|
272 |
|
273 |
<div id="content">
|
274 |
|
277 |
<h3><i class="fa fa-cogs"></i> <?php _e('Backup', 'wp-backitup'); ?></h3>
|
278 |
<p><b><?php _e('Click the backup button to create a zipped backup file of this site\'s database, plugins, themes and settings.','wp-backitup') ?></b></p>
|
279 |
<p><?php _e('Once your backup file has been created it will appear in the available backups section below. This file may remain on your hosting providers server but we recommend that you download and save it somewhere safe.', 'wp-backitup') ?></p>
|
280 |
+
<p> <?php _e('WPBackItUp premium customers can use these backup files to perform an automated restore of their site.', 'wp-backitup') ?></p>
|
281 |
<p>
|
282 |
<?php if ($backup_folder_exists) :?>
|
283 |
<input type="submit" id="backup-button" class="backup-button button-primary" value="<?php _e("Backup", 'wp-backitup') ?>"/>
|
288 |
<?php
|
289 |
//Display a note for lite customers
|
290 |
if (!$license_active)
|
291 |
+
echo '<p> * ' . sprintf(__('WPBackItUp lite customers may use these backup files to manually restore their site. Please visit %s for manual restore instructions.', 'wp-backitup'), $this->get_anchor_with_utm('www.wpbackitup.com','documentation/restore/how-to-manually-restore-your-wordpress-database','backup','manual+restore')) .'</p>';
|
292 |
?>
|
293 |
</div>
|
294 |
|
319 |
<?php
|
320 |
//Display restore note for lite customers
|
321 |
if (!$license_active || 'expired'== $license_status)
|
322 |
+
echo '<p>* ' . sprintf(__('Scheduled backups are only available to WPBackItUp premium customers. Please visit %s to get WPBackItUp risk free for 30 days.', 'wp-backitup'), $this->get_anchor_with_utm('www.wpbackitup.com','pricing-purchase','scheduled+backups','risk+free') ) . '</p>';
|
323 |
?>
|
324 |
</div>
|
325 |
</div>
|
346 |
<thead>
|
347 |
<tr>
|
348 |
<th><?php _e('Backup', 'wp-backitup') ?></th>
|
349 |
+
<th><?php _e('Type', 'wp-backitup') ?></th>
|
350 |
<th><?php _e('Date', 'wp-backitup') ?></th>
|
351 |
<th><?php _e('Duration', 'wp-backitup') ?></th>
|
352 |
<th><?php _e('Status', 'wp-backitup') ?></th>
|
363 |
{
|
364 |
$backup_name = $job->getJobName();
|
365 |
$file_datetime= $job->getJobDate();
|
366 |
+
$backup_run_type = $job->getJobRunType();
|
367 |
+
|
368 |
switch ($job->getJobStatus()) {
|
369 |
case WPBackItUp_Job::COMPLETE:
|
370 |
$status = __("Success", 'wp-backitup');
|
386 |
<?php
|
387 |
$zip_files = $job->getJobMetaValue('backup_zip_files');
|
388 |
if(is_array($zip_files) && count($zip_files)>0) { ?>
|
389 |
+
<a href="#TB_inline?width=600&height=550&inlineId=<?php echo preg_replace('/[^A-Za-z0-9\-]/', '', $backup_name) ?>" class="thickbox" title="Download Backup" name="<?php echo $backup_name ?>" data-jobid="<?php echo $job->getJobId(); ?>">
|
390 |
<i class="fa fa-download"></i>
|
391 |
<?php echo $backup_name ?>
|
392 |
</a>
|
395 |
} ?>
|
396 |
</td>
|
397 |
|
398 |
+
<td class="word-capitalize"><?php echo $backup_run_type ?></td>
|
399 |
<!--date-->
|
400 |
<td><?php echo $file_datetime ?></td>
|
401 |
|
422 |
<?php
|
423 |
//Display restore note for lite customers
|
424 |
if (!$license_active)
|
425 |
+
echo '<p>* ' . sprintf(__('The automated restore feature is only available to WPBackItUp premium customers. Please visit %s to get WPBackItUp risk free for 30 days.', 'wp-backitup'), $this->get_anchor_with_utm('www.wpbackitup.com','pricing-purchase','available+backups','risk+free')) . '</p>';
|
426 |
?>
|
427 |
</div>
|
428 |
|
478 |
<div class="widget">
|
479 |
<h3 class="promo"><?php _e('Backups', 'wp-backitup'); ?> <span style="float: right"><?php _e('Version ' .$version, 'wp-backitup'); ?></span></h3>
|
480 |
<?php if ($this->successful_backup_count()<1) : ?>
|
481 |
+
<p><?php _e('Welcome to WPBackItUp!', 'wp-backitup') ?><br/> <?php _e('The simplest way to backup your WordPress site.', 'wp-backitup') ?></p>
|
482 |
<p><?php _e('Getting started is easy, just click the backup button on the left side of this page.', 'wp-backitup') ?></p>
|
483 |
<?php endif ?>
|
484 |
|
501 |
<?php if (false===$license_active) : ?>
|
502 |
<?php if (false===$is_lite_registered) : ?>
|
503 |
<div class="widget">
|
504 |
+
<h3 class="promo"><span><?php _e('Register WPBackItUp', 'wp-backitup'); ?></span></h3>
|
505 |
<form action="" method="post" id="<?php echo $namespace; ?>-form">
|
506 |
<?php wp_nonce_field($namespace . "-register"); ?>
|
507 |
<p><?php _e('Enter your name and email address below to receive <b>special offers</b> and access to our world class <b>support</b> team. <br />
|
595 |
<ul>
|
596 |
<li><?php echo($this->get_anchor_with_utm(__('Getting Started Video','wp-backitup'),'support/solutions/articles/5000691574-wp-backitup-getting-started-video','useful+links','getting+started+video',WPBACKITUP__SUPPORTSITE_URL))?></li>
|
597 |
|
|
|
|
|
598 |
<?php if ($license_active) : ?>
|
599 |
<li><?php echo($this->get_anchor_with_utm(__('Your account','wp-backitup'),'account','useful+links','your+account')) ?></li>
|
600 |
<?php endif; ?>
|
601 |
+
|
602 |
+
<li><?php echo($this->get_anchor_with_utm(__('Website Migration Service','wp-backitup'),'wordpress-site-migration' ,'useful+links','site+migration'))?></li>
|
603 |
|
604 |
<li><?php echo($this->get_anchor_with_utm(__('Documentation','wp-backitup'),'support/solutions','useful+links','documentation',WPBACKITUP__SUPPORTSITE_URL))?></li>
|
605 |
|
620 |
|
621 |
</div> <!--wrap-->
|
622 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
|
624 |
+
<span class="hidden" id="popupbox">
|
625 |
+
<?php add_thickbox(); ?>
|
626 |
+
</span>
|
|
|
|
|
|
|
|
views/restore.php
CHANGED
@@ -86,7 +86,7 @@ if (!$restore_folder_exists) {
|
|
86 |
|
87 |
<script type="text/javascript">var __namespace = '<?php echo $namespace; ?>';</script>
|
88 |
<div class="wrap">
|
89 |
-
<div id="wp-backitup-icon" class="icon32"><img src="<?php echo plugin_dir_url(dirname(__FILE__)); ?>images/icon32.png" alt="
|
90 |
<h2><?php echo $page_title; ?></h2>
|
91 |
<div id="content">
|
92 |
|
@@ -162,7 +162,7 @@ if (!$restore_folder_exists) {
|
|
162 |
//Display restore note for lite customers
|
163 |
if (!$this->license_active())
|
164 |
{
|
165 |
-
printf( __('<p>* The automated restore feature is only available to licensed customers. Please visit <a href="%s" target="_blank">%s</a> to get license
|
166 |
}
|
167 |
?>
|
168 |
</div>
|
@@ -177,7 +177,7 @@ if (!$restore_folder_exists) {
|
|
177 |
<i class="fa fa-upload"></i> <?php _e('Upload', 'wp-backitup'); ?>
|
178 |
<i id="upload-backups-accordian" style="float:right" class="fa fa-angle-double-down"></i>
|
179 |
</h3>
|
180 |
-
<p><b><?php _e('Upload
|
181 |
<?php
|
182 |
$max_upload = (int) (ini_get('upload_max_filesize'));
|
183 |
$max_post = (int) (ini_get('post_max_size'));
|
@@ -194,8 +194,8 @@ if (!$restore_folder_exists) {
|
|
194 |
var site_url="<?php echo get_site_url(); ?>";
|
195 |
</script>
|
196 |
|
197 |
-
<div id="wpbackitup-plupload-modal" title="<?php _e('
|
198 |
-
<p style="max-width: 610px;"><em><?php _e("Backup files may be uploaded into
|
199 |
<?php
|
200 |
global $wp_version;
|
201 |
if (version_compare($wp_version, '3.3', '<')) {
|
@@ -214,6 +214,7 @@ if (!$restore_folder_exists) {
|
|
214 |
<p style="max-width: 100%;"><em><?php _e("* Reload this page when done uploading to see new backups appear in the Available Backups section above. " ,'wp-backitup');?> </em></p>
|
215 |
|
216 |
<div id="filelist" class="media-item" style="width: 100%;"></div>
|
|
|
217 |
|
218 |
<?php } ?>
|
219 |
|
@@ -241,8 +242,9 @@ if (!$restore_folder_exists) {
|
|
241 |
<!--restore status messages-->
|
242 |
<ul class="restore-status">
|
243 |
<li class="preparing"><?php _e('Preparing for restore', 'wp-backitup'); ?>...<span class='status-icon'><img class="preparing-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
244 |
-
<li class="
|
245 |
-
<li class="
|
|
|
246 |
<li class="deactivate_plugins"><?php _e('Deactivating plugins', 'wp-backitup'); ?>...<span class='status-icon'><img class="deactivate_plugins-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
247 |
<li class="restore_point"><?php _e('Creating database restore point', 'wp-backitup'); ?>...<span class='status-icon'><img class="restore_point-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
248 |
<li class="stage_wpcontent"><?php _e('Staging content files', 'wp-backitup'); ?>...<span class='status-icon'><img class="stage_wpcontent-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
@@ -279,23 +281,27 @@ if (!$restore_folder_exists) {
|
|
279 |
<span class="warning220"><div class='isa_warning'><?php _e('Warning 220: Unable to cleanup import directory. No action is required', 'wp-backitup'); ?>.</div></span>
|
280 |
<span class="error221"><div class='isa_error'><?php printf(__('Error 221: Table prefix value in wp-config.php is different from backup. This MUST be changed in your wp-config.php file before you will be able to restore your site. See www.wpbackitup.com <a href ="%s" target="_blank" > FAQs</a> for more info.'),esc_url('http://www.wpbackitup.com/documentation/migration/wordpress-table-prefix'), 'wp-backitup'); ?>.</div></span>
|
281 |
<span class='error222'><div class='isa_error'><?php _e('Error 222: Unable to create restore folder', 'wp-backitup'); ?>.</div></span>
|
282 |
-
<span class='error223'><div class='isa_error'><?php _e('Error 223: An error occurred during the restore.
|
283 |
<span class='error224'><div class='isa_error'><?php _e('Error 224: An error occurred during the restore, however, we have successfully restored your database to the previous state', 'wp-backitup'); ?>.</div></span>
|
284 |
-
<span class='error225'><div class='isa_error'><?php _e('Error 225: Restore option is only available to licensed
|
285 |
<span class='error226'><div class='isa_error'><?php _e('Error 226: Restore cannot proceed because your backup was created using a different version of WordPress', 'wp-backitup'); ?>.</div></span>
|
286 |
-
<span class='error227'><div class='isa_error'><?php _e('Error 227: Restore cannot proceed because your backup was created using a different version of
|
287 |
-
<span class="error230"><div class='isa_error'><?php _e('Error 230:
|
288 |
-
<span class="error235"><div class='isa_error'><?php _e('Error 235:
|
289 |
-
<span class="error250"><div class='isa_error'><?php _e('Error 250:
|
290 |
|
291 |
-
<span class="
|
|
|
|
|
|
|
|
|
292 |
<span class="error252"><div class='isa_error'><?php _e('Error 252: At least one zip file is missing from your backup set. Please make sure to upload all zip files that were part of this backup', 'wp-backitup'); ?>.</div></span>
|
293 |
<span class="error253"><div class='isa_error'><?php _e('Error 253: Backup set contains a zip file that is not in the manifest. Please make sure to upload only zip files that were part of this backup', 'wp-backitup'); ?>.</div></span>
|
294 |
<span class="error254"><div class='isa_error'><?php _e('Error 254: The size of one the zip files in this backup set does not match the manifest so is most likely corrupt. Upload all zip files in this backup set again and attempt the restore one more time. ', 'wp-backitup'); ?>.</div></span>
|
295 |
<span class="error255"><div class='isa_error'><?php _e('Error 255: Backup set does not contain a manifest. Please make sure to upload all zip files that were part of this backup', 'wp-backitup'); ?>.</div></span>
|
296 |
|
297 |
-
<span class="warning300"><div class='isa_warning'><?php _e('Warning 300: Unable to restore all WordPress content. Please review your restore logs to see what
|
298 |
-
<span class="warning305"><div class='isa_warning'><?php _e('Warning 305: Unable to restore all plugins. Please review your restore logs to see what
|
299 |
|
300 |
<span class="error2001"><div class='isa_error'><?php _e('Error 2001: Unable to prepare site for restore', 'wp-backitup'); ?>.</div></span>
|
301 |
<span class="error2002"><div class='isa_error'><?php _e('Error 2002: Unable to unzip backup', 'wp-backitup'); ?>.</div></span>
|
86 |
|
87 |
<script type="text/javascript">var __namespace = '<?php echo $namespace; ?>';</script>
|
88 |
<div class="wrap">
|
89 |
+
<div id="wp-backitup-icon" class="icon32"><img src="<?php echo plugin_dir_url(dirname(__FILE__)); ?>images/icon32.png" alt="WPBackItUp Icon" height="32" width="32" /></div>
|
90 |
<h2><?php echo $page_title; ?></h2>
|
91 |
<div id="content">
|
92 |
|
162 |
//Display restore note for lite customers
|
163 |
if (!$this->license_active())
|
164 |
{
|
165 |
+
printf( __('<p>* The automated restore feature is only available to licensed customers. Please visit <a href="%s" target="_blank">%s</a> to get license WPBackItUp risk free for 30 days.</p>', 'wp-backitup'), WPBACKITUP__SITE_URL, WPBACKITUP__SITE_URL);
|
166 |
}
|
167 |
?>
|
168 |
</div>
|
177 |
<i class="fa fa-upload"></i> <?php _e('Upload', 'wp-backitup'); ?>
|
178 |
<i id="upload-backups-accordian" style="float:right" class="fa fa-angle-double-down"></i>
|
179 |
</h3>
|
180 |
+
<p><b><?php _e('Upload WPBackItUp archive(zip) files to add to your list of available backups.', 'wp-backitup'); ?></b></p>
|
181 |
<?php
|
182 |
$max_upload = (int) (ini_get('upload_max_filesize'));
|
183 |
$max_post = (int) (ini_get('post_max_size'));
|
194 |
var site_url="<?php echo get_site_url(); ?>";
|
195 |
</script>
|
196 |
|
197 |
+
<div id="wpbackitup-plupload-modal" title="<?php _e('WPBackItUp - Upload backup files','wp-backitup'); ?>" style="width: 75%; margin: 16px; display:none; margin-left: 100px;">
|
198 |
+
<p style="max-width: 610px;"><em><?php _e("Backup files may be uploaded into WPBackItUp with this form." ,'wp-backitup');?> <?php echo htmlspecialchars(__('They may also be uploaded manually into the WPBackItUp directory (wp-content/wpbackitup_backups) using FTP. When done uploading all backup files refresh this page.','wp-backitup'));?></em></p>
|
199 |
<?php
|
200 |
global $wp_version;
|
201 |
if (version_compare($wp_version, '3.3', '<')) {
|
214 |
<p style="max-width: 100%;"><em><?php _e("* Reload this page when done uploading to see new backups appear in the Available Backups section above. " ,'wp-backitup');?> </em></p>
|
215 |
|
216 |
<div id="filelist" class="media-item" style="width: 100%;"></div>
|
217 |
+
<button id="import-uploads" class="button button-secondary">Import Uploads</button>
|
218 |
|
219 |
<?php } ?>
|
220 |
|
242 |
<!--restore status messages-->
|
243 |
<ul class="restore-status">
|
244 |
<li class="preparing"><?php _e('Preparing for restore', 'wp-backitup'); ?>...<span class='status-icon'><img class="preparing-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
245 |
+
<li class="unpacking"><?php _e('Unpacking backup set', 'wp-backitup'); ?>...<span class='status-icon'><img class="unpacking-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
246 |
+
<li class="unzipping"><?php _e('Unzipping backup files', 'wp-backitup'); ?>...<span class='status-icon'><img class="unzipping-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
247 |
+
<li class="validation"><?php _e('Validating backup files', 'wp-backitup'); ?>...<span class='status-icon'><img class="validation-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
248 |
<li class="deactivate_plugins"><?php _e('Deactivating plugins', 'wp-backitup'); ?>...<span class='status-icon'><img class="deactivate_plugins-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
249 |
<li class="restore_point"><?php _e('Creating database restore point', 'wp-backitup'); ?>...<span class='status-icon'><img class="restore_point-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
250 |
<li class="stage_wpcontent"><?php _e('Staging content files', 'wp-backitup'); ?>...<span class='status-icon'><img class="stage_wpcontent-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
|
281 |
<span class="warning220"><div class='isa_warning'><?php _e('Warning 220: Unable to cleanup import directory. No action is required', 'wp-backitup'); ?>.</div></span>
|
282 |
<span class="error221"><div class='isa_error'><?php printf(__('Error 221: Table prefix value in wp-config.php is different from backup. This MUST be changed in your wp-config.php file before you will be able to restore your site. See www.wpbackitup.com <a href ="%s" target="_blank" > FAQs</a> for more info.'),esc_url('http://www.wpbackitup.com/documentation/migration/wordpress-table-prefix'), 'wp-backitup'); ?>.</div></span>
|
283 |
<span class='error222'><div class='isa_error'><?php _e('Error 222: Unable to create restore folder', 'wp-backitup'); ?>.</div></span>
|
284 |
+
<span class='error223'><div class='isa_error'><?php _e('Error 223: An error occurred during the restore. WPBackItUp attempted to restore the database to its previous state but were unsuccessful. Please contact WPBackItUp customer support and do not attempt to perform any further restores', 'wp-backitup'); ?>.</div></span>
|
285 |
<span class='error224'><div class='isa_error'><?php _e('Error 224: An error occurred during the restore, however, we have successfully restored your database to the previous state', 'wp-backitup'); ?>.</div></span>
|
286 |
+
<span class='error225'><div class='isa_error'><?php _e('Error 225: Restore option is only available to licensed WPBackItUp users', 'wp-backitup'); ?>.</div></span>
|
287 |
<span class='error226'><div class='isa_error'><?php _e('Error 226: Restore cannot proceed because your backup was created using a different version of WordPress', 'wp-backitup'); ?>.</div></span>
|
288 |
+
<span class='error227'><div class='isa_error'><?php _e('Error 227: Restore cannot proceed because your backup was created using a different version of WPBackItUp. Please contact WPBackItUp support to help convert this backup to the current version', 'wp-backitup'); ?>.</div></span>
|
289 |
+
<span class="error230"><div class='isa_error'><?php _e('Error 230: WPBackItUp ran into unexpected errors during the database restore. However, we were able to successfully revert the database back to its original state . This error may require importing the database manually', 'wp-backitup'); ?>.</div></span>
|
290 |
+
<span class="error235"><div class='isa_error'><?php _e('Error 235: WPBackItUp is not able to proceed because there is no zip utility available. Please contact support', 'wp-backitup'); ?>.</div></span>
|
291 |
+
<span class="error250"><div class='isa_error'><?php _e('Error 250: WPBackItUp is unable to begin the restore because a backup is running. Please wait for the backup to complete and then try again', 'wp-backitup'); ?>.</div></span>
|
292 |
|
293 |
+
<span class="error260"><div class='isa_error'><?php _e('Error 260: WPBackItUp is unable to extract archives from backup set. Please try again and contact support if this issue continues', 'wp-backitup'); ?>.</div></span>
|
294 |
+
<span class="error261"><div class='isa_error'><?php _e('Error 261: WPBackItUp is unable to extract archives from backup set. Please try again and contact support if this issue continues', 'wp-backitup'); ?>.</div></span>
|
295 |
+
<span class="error262"><div class='isa_error'><?php _e('Error 262: There were no backup files found in the backup folder. Please try again and contact support if this issue continues', 'wp-backitup'); ?>.</div></span>
|
296 |
+
|
297 |
+
<span class="error251"><div class='isa_error'><?php _e('Error 251: WPBackItUp is unable to begin the restore because the backup manifest is empty', 'wp-backitup'); ?>.</div></span>
|
298 |
<span class="error252"><div class='isa_error'><?php _e('Error 252: At least one zip file is missing from your backup set. Please make sure to upload all zip files that were part of this backup', 'wp-backitup'); ?>.</div></span>
|
299 |
<span class="error253"><div class='isa_error'><?php _e('Error 253: Backup set contains a zip file that is not in the manifest. Please make sure to upload only zip files that were part of this backup', 'wp-backitup'); ?>.</div></span>
|
300 |
<span class="error254"><div class='isa_error'><?php _e('Error 254: The size of one the zip files in this backup set does not match the manifest so is most likely corrupt. Upload all zip files in this backup set again and attempt the restore one more time. ', 'wp-backitup'); ?>.</div></span>
|
301 |
<span class="error255"><div class='isa_error'><?php _e('Error 255: Backup set does not contain a manifest. Please make sure to upload all zip files that were part of this backup', 'wp-backitup'); ?>.</div></span>
|
302 |
|
303 |
+
<span class="warning300"><div class='isa_warning'><?php _e('Warning 300: Unable to restore all WordPress content. Please review your restore logs to see what WPBackItUp was unable to restore', 'wp-backitup'); ?>.</div></span>
|
304 |
+
<span class="warning305"><div class='isa_warning'><?php _e('Warning 305: Unable to restore all plugins. Please review your restore logs to see what WPBackItUp was unable to restore', 'wp-backitup'); ?>.</div></span>
|
305 |
|
306 |
<span class="error2001"><div class='isa_error'><?php _e('Error 2001: Unable to prepare site for restore', 'wp-backitup'); ?>.</div></span>
|
307 |
<span class="error2002"><div class='isa_error'><?php _e('Error 2002: Unable to unzip backup', 'wp-backitup'); ?>.</div></span>
|
views/settings.php
CHANGED
@@ -15,12 +15,14 @@
|
|
15 |
$license_active = $this->license_active();
|
16 |
$is_lite_registered = $this->is_lite_registered();
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
24 |
|
25 |
// Filters
|
26 |
$backup_plugins_filter = $this->backup_plugins_filter();
|
@@ -60,7 +62,7 @@
|
|
60 |
<p><input type="text" name="data[notification_email]" value="<?php echo $this->notification_email(); ?>" size="30"></p>
|
61 |
<div class="submit"><input <?php echo($disabled) ; ?> type="submit" name="Save_Email" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
62 |
<!-- --><?php //if (!$license_active && !$is_lite_registered) : ?>
|
63 |
-
<!-- * Please register
|
64 |
<!-- --><?php //endif; ?>
|
65 |
</div>
|
66 |
<?php
|
@@ -76,7 +78,7 @@
|
|
76 |
<div class="widget">
|
77 |
<h3 class="promo"><i class="fa fa-trash-o"></i> <?php _e('Backup Retention', 'wp-backitup') ?></h3>
|
78 |
<p><b><?php _e('Enter the number of backup archives that you would like to remain on the server.', 'wp-backitup') ?></b></p>
|
79 |
-
<p><?php _e('Many hosts limit the amount of space that you can take up on their servers. This option tells
|
80 |
<p><input type="text" name="data[backup_retained_number]" value="<?php echo $this->backup_retained_number(); ?>" size="4"></p>
|
81 |
<div class="submit"><input type="submit" name="Save_Retention" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
|
82 |
<?php
|
@@ -95,8 +97,8 @@
|
|
95 |
</div>
|
96 |
|
97 |
<div class="widget">
|
98 |
-
<h3 class="promo"><i class="fa fa-file-text-o"></i> <?php _e('
|
99 |
-
<p><b><?php _e('Turn on
|
100 |
<p><?php _e('This option should only be turned on by advanced users or when troubleshooting issues with WPBackItUp support.', 'wp-backitup'); ?></p>
|
101 |
<p><input type="radio" name="data[logging]" value="true" <?php if ($this->logging()) echo 'checked'; ?>> <label><?php _e('Yes', 'wp-backitup'); ?></label></p>
|
102 |
<p><input type="radio" name="data[logging]" value="false" <?php if (!$this->logging()) echo 'checked'; ?>> <label><?php _e('No', 'wp-backitup'); ?></label></p>
|
@@ -104,10 +106,18 @@
|
|
104 |
<p class="submit"><input type="submit" name="Save_Logging" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></p>
|
105 |
</div>
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
<div class="widget">
|
108 |
<h3 class="promo"><i class="fa fa-wrench"></i> <?php _e('Batch Size', 'wp-backitup') ?></h3>
|
109 |
<p><b><?php _e('Enter the batch size for each of your content items.', 'wp-backitup') ?></b></p>
|
110 |
-
<p><?php _e('These settings tell
|
111 |
<p>
|
112 |
<input name="data[backup_dbtables_batch_size]" id="wpbackitup_dbtables_batch_size" type="text" size="3" value="<?php echo $backup_dbtables_batch_size; ?>"/>
|
113 |
<label> <?php _e('DB Tables Batch Size', 'wp-backitup') ?></label>
|
@@ -133,7 +143,7 @@
|
|
133 |
<label> <?php _e('Others Batch Size', 'wp-backitup') ?></label>
|
134 |
</p>
|
135 |
<p class="submit"><input type="submit" name="Save_AdvancedSettings" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
136 |
-
<p><?php _e('* These settings should only be modified by advanced users or when when working with
|
137 |
<?php
|
138 |
if ( false !== ( $msg = get_transient('batch_size_settings-error-number') ) && $msg)
|
139 |
{
|
@@ -167,7 +177,7 @@
|
|
167 |
<input name="data[backup_others_filter]" id="wpbackitup_backup_others_filter" type="text" size="30" value="<?php echo $backup_others_filter; ?>"/>
|
168 |
</p>
|
169 |
<p class="submit"><input type="submit" name="Save_Filters" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
170 |
-
<p><?php _e('* These settings should only be modified by advanced users or when when working with
|
171 |
</div>
|
172 |
|
173 |
|
@@ -205,14 +215,14 @@
|
|
205 |
</div>
|
206 |
<input type="hidden" id="wpbackitup_backup_dbtables_filter_list" name="data[backup_dbtables_filter_list]" value="" />
|
207 |
<p class="submit"><input type="submit" id="Save_DBFilters" name="Save_DBFilters" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
208 |
-
<p><?php _e('* These settings should only be modified by advanced users or when when working with
|
209 |
</div>
|
210 |
|
211 |
|
212 |
<div class="widget">
|
213 |
<h3 class="promo"><i class="fa fa-trash-o"></i> <?php _e('Remove Data on Uninstall?', 'wp-backitup') ?></h3>
|
214 |
<p><input type="checkbox" id="wpbackitup_delete_all" value="0" name="data[delete_all]" <?php if ($wpbackitup_delete_all) echo 'checked'; ?>>
|
215 |
-
<label for="wpbackitup_delete_all"><?php _e('Check this box if you would like
|
216 |
<div class="submit"><input type="submit" name="Save_RemoveAll" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
|
217 |
</div>
|
218 |
|
15 |
$license_active = $this->license_active();
|
16 |
$is_lite_registered = $this->is_lite_registered();
|
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();
|
62 |
<p><input type="text" name="data[notification_email]" value="<?php echo $this->notification_email(); ?>" size="30"></p>
|
63 |
<div class="submit"><input <?php echo($disabled) ; ?> type="submit" name="Save_Email" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
64 |
<!-- --><?php //if (!$license_active && !$is_lite_registered) : ?>
|
65 |
+
<!-- * Please register WPBackItUp to use this feature.-->
|
66 |
<!-- --><?php //endif; ?>
|
67 |
</div>
|
68 |
<?php
|
78 |
<div class="widget">
|
79 |
<h3 class="promo"><i class="fa fa-trash-o"></i> <?php _e('Backup Retention', 'wp-backitup') ?></h3>
|
80 |
<p><b><?php _e('Enter the number of backup archives that you would like to remain on the server.', 'wp-backitup') ?></b></p>
|
81 |
+
<p><?php _e('Many hosts limit the amount of space that you can take up on their servers. This option tells WPBackItUp the maximum number of backup archives that should remain on your hosts server. Don\'t worry, we will always remove the oldest backup archives first.', 'wp-backitup') ?></p>
|
82 |
<p><input type="text" name="data[backup_retained_number]" value="<?php echo $this->backup_retained_number(); ?>" size="4"></p>
|
83 |
<div class="submit"><input type="submit" name="Save_Retention" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
|
84 |
<?php
|
97 |
</div>
|
98 |
|
99 |
<div class="widget">
|
100 |
+
<h3 class="promo"><i class="fa fa-file-text-o"></i> <?php _e('Logging?', 'wp-backitup') ?></h3>
|
101 |
+
<p><b><?php _e('Turn on WPBackItUp logging.', 'wp-backitup'); ?></b></p>
|
102 |
<p><?php _e('This option should only be turned on by advanced users or when troubleshooting issues with WPBackItUp support.', 'wp-backitup'); ?></p>
|
103 |
<p><input type="radio" name="data[logging]" value="true" <?php if ($this->logging()) echo 'checked'; ?>> <label><?php _e('Yes', 'wp-backitup'); ?></label></p>
|
104 |
<p><input type="radio" name="data[logging]" value="false" <?php if (!$this->logging()) echo 'checked'; ?>> <label><?php _e('No', 'wp-backitup'); ?></label></p>
|
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'; ?>>
|
112 |
+
<label for="wpbackitup_single_file_backupset"><?php _e('Check this box if you would like WPBackItUp to create a single file backup set.', 'wp-backitup') ?></label></p>
|
113 |
+
<p><?php _e('When this setting is turned on WPBackItUp will attempt to create a single file backup set. If WPBackItUp is unable to create a single file backup set then it will turn this setting off for you. Creating a single file backup set may not be possible with hosts that strictly limit memory utilization.', 'wp-backitup') ?></p>
|
114 |
+
<div class="submit"><input type="submit" name="Save_Single_File_Backupset" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
|
115 |
+
</div>
|
116 |
+
|
117 |
<div class="widget">
|
118 |
<h3 class="promo"><i class="fa fa-wrench"></i> <?php _e('Batch Size', 'wp-backitup') ?></h3>
|
119 |
<p><b><?php _e('Enter the batch size for each of your content items.', 'wp-backitup') ?></b></p>
|
120 |
+
<p><?php _e('These settings tell WPBackItUp how many items that should be added to the backup at a time. If you experience timeouts while running a backup then these settings can be used to help reduce the amount of time it takes WPBackItUp to complete each backup task .', 'wp-backitup') ?></p>
|
121 |
<p>
|
122 |
<input name="data[backup_dbtables_batch_size]" id="wpbackitup_dbtables_batch_size" type="text" size="3" value="<?php echo $backup_dbtables_batch_size; ?>"/>
|
123 |
<label> <?php _e('DB Tables Batch Size', 'wp-backitup') ?></label>
|
143 |
<label> <?php _e('Others Batch Size', 'wp-backitup') ?></label>
|
144 |
</p>
|
145 |
<p class="submit"><input type="submit" name="Save_AdvancedSettings" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
146 |
+
<p><?php _e('* These settings should only be modified by advanced users or when when working with WPBackItUp support.', 'wp-backitup') ?></p>
|
147 |
<?php
|
148 |
if ( false !== ( $msg = get_transient('batch_size_settings-error-number') ) && $msg)
|
149 |
{
|
177 |
<input name="data[backup_others_filter]" id="wpbackitup_backup_others_filter" type="text" size="30" value="<?php echo $backup_others_filter; ?>"/>
|
178 |
</p>
|
179 |
<p class="submit"><input type="submit" name="Save_Filters" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
180 |
+
<p><?php _e('* These settings should only be modified by advanced users or when when working with WPBackItUp support.', 'wp-backitup') ?></p>
|
181 |
</div>
|
182 |
|
183 |
|
215 |
</div>
|
216 |
<input type="hidden" id="wpbackitup_backup_dbtables_filter_list" name="data[backup_dbtables_filter_list]" value="" />
|
217 |
<p class="submit"><input type="submit" id="Save_DBFilters" name="Save_DBFilters" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" />
|
218 |
+
<p><?php _e('* These settings should only be modified by advanced users or when when working with WPBackItUp support.', 'wp-backitup') ?></p>
|
219 |
</div>
|
220 |
|
221 |
|
222 |
<div class="widget">
|
223 |
<h3 class="promo"><i class="fa fa-trash-o"></i> <?php _e('Remove Data on Uninstall?', 'wp-backitup') ?></h3>
|
224 |
<p><input type="checkbox" id="wpbackitup_delete_all" value="0" name="data[delete_all]" <?php if ($wpbackitup_delete_all) echo 'checked'; ?>>
|
225 |
+
<label for="wpbackitup_delete_all"><?php _e('Check this box if you would like WPBackItUp to completely remove all of its data when the plugin is deleted.', 'wp-backitup') ?></label></p>
|
226 |
<div class="submit"><input type="submit" name="Save_RemoveAll" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
|
227 |
</div>
|
228 |
|
views/support.php
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
<div class="widget">
|
45 |
<h3 class="promo"><i class="fa fa-envelope"></i> <?php _e('Email Logs to Support', 'wp-backitup') ?></h3>
|
46 |
<p><b><?php _e('This form should be used to send log files to support only.', 'wp-backitup') ?></b></p>
|
47 |
-
<p><?php printf(__('Please make sure to open a support ticket via
|
48 |
<p><em><?php _e('The ticket id you receive from your support request should be entered in the ticket id field below.', 'wp-backitup'); ?></em></p>
|
49 |
<p><input <?php echo($disabled) ; ?> type="text" name="support_email" value="<?php echo $support_email; ?>" size="30" placeholder="<?php _e('your email address','wp-backitup')?>">
|
50 |
<?php
|
@@ -80,7 +80,7 @@
|
|
80 |
<div class="submit"><input <?php echo($disabled) ; ?> type="submit" name="send_ticket" class="button-primary" value="<?php _e("Send", 'wp-backitup') ?>" />
|
81 |
|
82 |
<?php if (!$license_active && !$is_lite_registered) : ?>
|
83 |
-
<span style="color:red">* <?php _e('Please register your version of
|
84 |
<?php endif; ?>
|
85 |
|
86 |
<?php if (!$license_active && $is_lite_registered) : ?>
|
44 |
<div class="widget">
|
45 |
<h3 class="promo"><i class="fa fa-envelope"></i> <?php _e('Email Logs to Support', 'wp-backitup') ?></h3>
|
46 |
<p><b><?php _e('This form should be used to send log files to support only.', 'wp-backitup') ?></b></p>
|
47 |
+
<p><?php printf(__('Please make sure to open a support ticket via WPBackItUp <a href="%s" target="_blank"> support portal.</a> before using this form.', 'wp-backitup'), esc_url('https://www.wpbackitup.com/support')); ?></p>
|
48 |
<p><em><?php _e('The ticket id you receive from your support request should be entered in the ticket id field below.', 'wp-backitup'); ?></em></p>
|
49 |
<p><input <?php echo($disabled) ; ?> type="text" name="support_email" value="<?php echo $support_email; ?>" size="30" placeholder="<?php _e('your email address','wp-backitup')?>">
|
50 |
<?php
|
80 |
<div class="submit"><input <?php echo($disabled) ; ?> type="submit" name="send_ticket" class="button-primary" value="<?php _e("Send", 'wp-backitup') ?>" />
|
81 |
|
82 |
<?php if (!$license_active && !$is_lite_registered) : ?>
|
83 |
+
<span style="color:red">* <?php _e('Please register your version of WPBackItUp for access to support.', 'wp-backitup') ?></span>
|
84 |
<?php endif; ?>
|
85 |
|
86 |
<?php if (!$license_active && $is_lite_registered) : ?>
|
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.
|
10 |
* Text Domain: wp-backitup
|
11 |
* Domain Path: /languages
|
12 |
*
|
@@ -32,14 +32,14 @@ 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',
|
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);
|
39 |
define( 'WPBACKITUP__DEBUG', false );
|
40 |
define( 'WPBACKITUP__MINIMUM_WP_VERSION', '3.0' );
|
41 |
define( 'WPBACKITUP__ITEM_NAME', 'WP Backitup' );
|
42 |
-
define( 'WPBACKITUP__FRIENDLY_NAME', '
|
43 |
|
44 |
define( 'WPBACKITUP__CONTENT_PATH', WP_CONTENT_DIR );
|
45 |
|
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.2
|
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', 2); //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);
|
39 |
define( 'WPBACKITUP__DEBUG', false );
|
40 |
define( 'WPBACKITUP__MINIMUM_WP_VERSION', '3.0' );
|
41 |
define( 'WPBACKITUP__ITEM_NAME', 'WP Backitup' );
|
42 |
+
define( 'WPBACKITUP__FRIENDLY_NAME', 'WPBackItUp' );
|
43 |
|
44 |
define( 'WPBACKITUP__CONTENT_PATH', WP_CONTENT_DIR );
|
45 |
|