WP-DB-Backup - Version 2.2.3

Version Description

  • Nonce check fix for localized WP users from Sergey Biryukov
  • Fix for gzipped files' incorrect size.
  • Some styling improvements.
  • Fix for JS multiple checkbox selection.

=

Download this release

Release Info

Developer filosofo
Plugin Icon 128x128 WP-DB-Backup
Version 2.2.3
Comparing to
See all releases

Code changes from version 2.2.2 to 2.2.3

readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WP-DB-Backup ===
2
  Contributors: filosofo
3
- Donate link: http://www.ilfilosofo.com/blog/wp-db-backup/
4
  Tags: mysql, database, backup, cron
5
  Requires at least: 2.0.3
6
- Tested up to: 2.9.1
7
- Stable tag: 2.2.2
8
 
9
  On-demand backup of your WordPress database.
10
 
@@ -17,10 +17,10 @@ Released under the terms of the GNU GPL, version 2.
17
 
18
  NO WARRANTY.
19
 
20
- Copyright (c) 2009 Austin Matzko
21
 
22
  == Installation ==
23
- 1. Copy the wp-db-backup.php file to /wp-content/plugins/
24
  1. Activate the plugin at your blog's Admin -> Plugins screen
25
  1. The plugin will attempt to create a directory /wp-content/backup-*/ inside your WordPress directory.
26
  1. You may need to make /wp-content writable (at least temporarily) for it to create this directory.
@@ -62,8 +62,8 @@ Better yet, put the lines that define the `MOD_EVASIVE_OVERRIDE` and `MOD_EVASIV
62
  = What is wp-db-backup.pot for? =
63
 
64
  This files is used by non-English users to translate the display into their native language. Translators are encouraged to send me translated files, which will be made available to others here:
65
- http://www.ilfilosofo.com/blog/wp-db-backup/i18n/
66
- http://dev.wp-plugins.org/browser/wp-db-backup/i18n/
67
 
68
  = Why are only the core database files backed up by default? =
69
 
@@ -103,6 +103,20 @@ When having the database backup emailed or sent to your browser for immediate do
103
  if other people obtain your backup file.
104
  *** SECURITY WARNING ***
105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  == Advanced ==
107
  If you are using WordPress version 2.1 or newer, you can schedule automated backups to be sent to the email address
108
  of your choice.
@@ -116,6 +130,7 @@ Thanks to following people for providing translation files for WP-DB-Backup:
116
  * Calle
117
  * Daniel Erb
118
  * Daniel Villoldo
 
119
  * Eilif Nordseth
120
  * Eric Lassauge
121
  * Friedlich
1
  === WP-DB-Backup ===
2
  Contributors: filosofo
3
+ Donate link: http://austinmatzko.com/wordpress-plugins/wp-db-backup/
4
  Tags: mysql, database, backup, cron
5
  Requires at least: 2.0.3
6
+ Tested up to: 3.1
7
+ Stable tag: 2.2.3
8
 
9
  On-demand backup of your WordPress database.
10
 
17
 
18
  NO WARRANTY.
19
 
20
+ Copyright (c) 2010 Austin Matzko
21
 
22
  == Installation ==
23
+ 1. Extract the wp-db-backup/ folder file to /wp-content/plugins/
24
  1. Activate the plugin at your blog's Admin -> Plugins screen
25
  1. The plugin will attempt to create a directory /wp-content/backup-*/ inside your WordPress directory.
26
  1. You may need to make /wp-content writable (at least temporarily) for it to create this directory.
62
  = What is wp-db-backup.pot for? =
63
 
64
  This files is used by non-English users to translate the display into their native language. Translators are encouraged to send me translated files, which will be made available to others here:
65
+ http://austinmatzko.com/wordpress-plugins/wp-db-backup/i18n/
66
+ http://plugins.trac.wordpress.org/browser/wp-db-backup/i18n/
67
 
68
  = Why are only the core database files backed up by default? =
69
 
103
  if other people obtain your backup file.
104
  *** SECURITY WARNING ***
105
 
106
+ == Changelog ==
107
+
108
+ = 2.2.3 =
109
+ * Nonce check fix for localized WP users from Sergey Biryukov
110
+ * Fix for gzipped files' incorrect size.
111
+ * Some styling improvements.
112
+ * Fix for JS multiple checkbox selection.
113
+
114
+ == Upgrade Notice ==
115
+
116
+ = 2.2.3 =
117
+ * Fixes problems users had when using localized WordPress installations.
118
+ * Fixes a bug that caused the size of gzipped backup files to be reported incorrectly.
119
+
120
  == Advanced ==
121
  If you are using WordPress version 2.1 or newer, you can schedule automated backups to be sent to the email address
122
  of your choice.
130
  * Calle
131
  * Daniel Erb
132
  * Daniel Villoldo
133
+ * Diego Pierotto
134
  * Eilif Nordseth
135
  * Eric Lassauge
136
  * Friedlich
wp-db-backup-it_IT.mo CHANGED
Binary file
wp-db-backup-it_IT.po CHANGED
@@ -6,197 +6,210 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: wp-db-backup\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2008-08-15 11:00-0500\n"
10
- "PO-Revision-Date: 2008-08-16 16:20+0100\n"
11
- "Last-Translator: Michele Spagnuolo <mikispag@gmail.com>\n"
 
12
  "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=utf-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "Language-Team: \n"
16
-
17
- #: wp-db-backup.php:181
 
 
 
 
 
18
  msgid "Backup Complete!"
19
  msgstr "Backup Completato!"
20
 
21
- #: wp-db-backup.php:211
 
 
 
 
 
 
 
 
 
22
  msgid "Progress"
23
  msgstr "Progresso"
24
 
25
- #: wp-db-backup.php:213
26
  msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
27
  msgstr "NON FARE LE SEGUENTI COSE PER EVITARE CHE IL BACKUP FALLISCA:"
28
 
29
- #: wp-db-backup.php:216
30
  msgid "Close this browser"
31
  msgstr "Chiudere il browser"
32
 
33
- #: wp-db-backup.php:217
34
  msgid "Reload this page"
35
  msgstr "Aggiornare la pagina"
36
 
37
- #: wp-db-backup.php:218
38
  msgid "Click the Stop or Back buttons in your browser"
39
  msgstr "Premere i pulsanti Termina o Indietro nel browser"
40
 
41
- #: wp-db-backup.php:220
42
  msgid "Progress:"
43
  msgstr "Stato:"
44
 
45
- #: wp-db-backup.php:229
46
  msgid "Navigating away from this page will cause your backup to fail."
47
  msgstr "Abbandonare questa pagina farà fallire la procedura di backup."
48
 
49
- #: wp-db-backup.php:266
50
- #, php-format
51
- msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
52
- msgstr "Backup completo, preparazione del <a href=\\\"%s\\\">backup</a> per il download..."
53
-
54
- #: wp-db-backup.php:273
55
- #, php-format
56
- msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
57
- msgstr "Backup completo, invio del <a href=\\\"%s\\\">backup</a> per email..."
58
-
59
- #: wp-db-backup.php:280
60
  #, php-format
61
- msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
62
- msgstr "Backup completo, scaricalo <a href=\\\"%s\\\">qui</a>."
63
 
64
- #: wp-db-backup.php:340
65
  msgid "Creating backup file..."
66
  msgstr "Creazione del file di backup..."
67
 
68
- #: wp-db-backup.php:343
69
  #, php-format
70
  msgid "Finished backing up table \\\"%s\\\"."
71
  msgstr "Backup della tabella \\\"%s\\\" completato."
72
 
73
- #: wp-db-backup.php:345
74
  #, php-format
75
  msgid "Backing up table \\\"%s\\\"..."
76
  msgstr "Backup della tabella \\\"%s\\\"..."
77
 
78
- #: wp-db-backup.php:352
79
- #: wp-db-backup.php:835
80
  msgid "Could not open the backup file for writing!"
81
  msgstr "Impossibile aprire il file di backup in scrittura!"
82
 
83
- #: wp-db-backup.php:353
84
  msgid "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
85
  msgstr "Il file di backup non può essere salvato. Per favore controlla i permessi in scrittura nella cartella di backup e riprova."
86
 
87
- #: wp-db-backup.php:358
88
- #: wp-db-backup.php:844
89
  msgid "WordPress MySQL database backup"
90
  msgstr "WordPress MySQL database backup"
91
 
92
- #: wp-db-backup.php:360
93
- #: wp-db-backup.php:846
94
  #, php-format
95
  msgid "Generated: %s"
96
  msgstr "Creato: %s"
97
 
98
- #: wp-db-backup.php:361
99
- #: wp-db-backup.php:847
100
  #, php-format
101
  msgid "Hostname: %s"
102
  msgstr "Hostname: %s"
103
 
104
- #: wp-db-backup.php:362
105
- #: wp-db-backup.php:848
106
  #, php-format
107
  msgid "Database: %s"
108
  msgstr "Database: %s"
109
 
110
- #: wp-db-backup.php:370
111
- #: wp-db-backup.php:861
112
  #, php-format
113
  msgid "Table: %s"
114
  msgstr "Tabella: %s"
115
 
116
- #: wp-db-backup.php:377
117
  msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
118
  msgstr "La cartella di backup non è scrivibile! Per favore controlla i permessi in scrittura nella cartella di backup e riprova."
119
 
120
- #: wp-db-backup.php:434
121
  msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
122
  msgstr "Premi e tieni premuto <code>[MAIUSC]</code> per selezionare caselle multiple"
123
 
124
- #: wp-db-backup.php:474
125
  msgid "Change"
126
  msgstr "Modifica"
127
 
128
- #: wp-db-backup.php:483
129
  msgid "Save"
130
  msgstr "Salva"
131
 
132
- #: wp-db-backup.php:566
133
- #: wp-db-backup.php:571
134
- #: wp-db-backup.php:1126
135
  msgid "Backup"
136
  msgstr "Backup"
137
 
138
- #: wp-db-backup.php:646
139
- #: wp-db-backup.php:649
 
 
 
 
 
 
 
140
  msgid "There was an error writing a line to the backup script:"
141
  msgstr "Errore durante la scrittura dello script di backup:"
142
 
143
- #: wp-db-backup.php:681
144
  msgid "Subsequent errors have been omitted from this log."
145
  msgstr "Errori successivi sono stati omessi da questo rapporto."
146
 
147
- #: wp-db-backup.php:715
148
  msgid "Error getting table details"
149
  msgstr "Errore nell'ottenere i dettagli della tabella"
150
 
151
- #: wp-db-backup.php:723
152
  #, php-format
153
  msgid "Delete any existing table %s"
154
  msgstr "Cancella tutto tabella %s"
155
 
156
- #: wp-db-backup.php:732
157
  #, php-format
158
  msgid "Table structure of table %s"
159
  msgstr "Struttura della tabella %s"
160
 
161
- #: wp-db-backup.php:738
162
  #, php-format
163
  msgid "Error with SHOW CREATE TABLE for %s."
164
  msgstr "Errore con SHOW CREATE TABLE per %s."
165
 
166
- #: wp-db-backup.php:745
167
  #, php-format
168
  msgid "Error getting table structure of %s"
169
  msgstr "Errore nell'ottenere la struttura della tabella %s"
170
 
171
- #: wp-db-backup.php:753
172
  #, php-format
173
  msgid "Data contents of table %s"
174
  msgstr "Contenuto della tabella %s"
175
 
176
- #: wp-db-backup.php:823
177
  #, php-format
178
  msgid "End of data contents of table %s"
179
  msgstr "Fine dei dati contenuti nella tabella %s"
180
 
181
- #: wp-db-backup.php:839
182
  msgid "The backup directory is not writeable!"
183
  msgstr "La cartella di backup non è scrivibile!"
184
 
185
- #: wp-db-backup.php:974
186
  #, php-format
187
  msgid "File not found:%s"
188
  msgstr "File non trovato: %s"
189
 
190
- #: wp-db-backup.php:974
191
  msgid "Return to Backup"
192
  msgstr "Ritorna a Backup"
193
 
194
- #: wp-db-backup.php:983
195
  #, php-format
196
  msgid "File %s does not exist!"
197
  msgstr "Il file %s non esiste!"
198
 
199
- #: wp-db-backup.php:990
200
  #, php-format
201
  msgid ""
202
  "Attached to this email is\n"
@@ -207,190 +220,196 @@ msgstr ""
207
  " %1s\n"
208
  " Dimensione:%2s KB\n"
209
 
210
- #: wp-db-backup.php:991
211
  msgid "Database Backup"
212
  msgstr "Backup del Database"
213
 
214
- #: wp-db-backup.php:994
215
- #: wp-db-backup.php:1041
216
  msgid "The following errors were reported:"
217
  msgstr "Sono stati riscontrati i seguenti errori:"
218
 
219
- #: wp-db-backup.php:999
220
  msgid "ERROR: The mail application has failed to deliver the backup."
221
  msgstr "ERRORE: L'invio del backup per email è fallito."
222
 
223
- #: wp-db-backup.php:1016
224
  msgid "Backup Successful"
225
  msgstr "Backup completato con successo"
226
 
227
- #: wp-db-backup.php:1020
228
  #, php-format
229
  msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
230
  msgstr "Il download del file di backup <a href=\"%1s\">%2s</a> inizierà a breve."
231
 
232
- #: wp-db-backup.php:1028
233
- #, php-format
234
- msgid "Your backup has been emailed to %s"
235
- msgstr "Il backup è stato inviato per email a %s"
236
-
237
- #: wp-db-backup.php:1031
238
  msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
239
  msgstr "Il file di backup è stato salvato sul server. Se vuoi scaricarlo, clicca col pulsante destro e seleziona \"Salva con nome\""
240
 
241
- #: wp-db-backup.php:1032
242
  #, php-format
243
  msgid "%s bytes"
244
  msgstr "%s bytes"
245
 
246
- #: wp-db-backup.php:1068
247
  msgid "Scheduled Backup Options Saved!"
248
  msgstr "Le impostazioni del Backup programmato sono state salvate!"
249
 
250
- #: wp-db-backup.php:1095
251
  msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
252
  msgstr "ATTENZIONE: La cartella di backup <strong>NON</strong> esiste e non può essere creata."
253
 
254
- #: wp-db-backup.php:1096
255
  #, php-format
256
  msgid "Using your FTP client, try to create the backup directory yourself: %s"
257
  msgstr "Utilizzando un client FTP, prova a creare manualmente la cartella: %s"
258
 
259
- #: wp-db-backup.php:1100
260
- #: wp-db-backup.php:1111
261
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
262
  msgstr "ATTENZIONE: La cartella di backup <strong>NON</strong> è scrivibile! Impossibile creare i file di backup."
263
 
264
- #: wp-db-backup.php:1101
265
  #, php-format
266
  msgid "Using your FTP client, try to set the backup directory&rsquo;s write permission to %1$s or %2$s: %3$s"
267
  msgstr "Utilizzando un client FTP, imposta i permessi della cartella di backup a %1$s o %2$s: %3$s"
268
 
269
- #: wp-db-backup.php:1113
270
  msgid "This problem seems to be caused by your server&rsquo;s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
271
  msgstr "Il problema sembra essere dovuto alle restrizioni dello <code>safe_mode</code> impostato sul server, che limita la creazione di file da parte di applicazioni come WordPress."
272
 
273
- #: wp-db-backup.php:1115
274
  #, php-format
275
  msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
276
  msgstr "Puoi provare a correggere il problema utilizzando un client FTP per cancellare e ricreare la cartella di backup: %s"
277
 
278
- #: wp-db-backup.php:1129
279
  msgid "Tables"
280
  msgstr "Tabelle"
281
 
282
- #: wp-db-backup.php:1131
283
  msgid "These core WordPress tables will always be backed up:"
284
  msgstr "Queste tabelle base di WordPress saranno sempre copiate:"
285
 
286
- #: wp-db-backup.php:1136
287
  msgid "Exclude spam comments"
288
  msgstr "Escludi i commenti di spam"
289
 
290
- #: wp-db-backup.php:1139
291
  msgid "Exclude post revisions"
292
  msgstr "Escludi revisioni"
293
 
294
- #: wp-db-backup.php:1150
295
  msgid "You may choose to include any of the following tables:"
296
  msgstr "Le seguenti tabelle possono essere selezionate:"
297
 
298
- #: wp-db-backup.php:1164
299
  msgid "Backup Options"
300
  msgstr "Opzioni di backup"
301
 
302
- #: wp-db-backup.php:1165
303
  msgid "What to do with the backup file:"
304
  msgstr "Che cosa fare con il file di backup:"
305
 
306
- #: wp-db-backup.php:1169
307
  msgid "Save to server"
308
  msgstr "Salvalo sul server"
309
 
310
- #: wp-db-backup.php:1174
311
  msgid "Download to your computer"
312
  msgstr "Scaricalo sul computer"
313
 
314
- #: wp-db-backup.php:1178
315
- #: wp-db-backup.php:1235
316
  msgid "Email backup to:"
317
  msgstr "Invialo per email a:"
318
 
319
- #: wp-db-backup.php:1185
320
  msgid "Backup now!"
321
  msgstr "Inizia il Backup!"
322
 
323
- #: wp-db-backup.php:1188
324
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
325
  msgstr "ATTENZIONE: La cartella di backup <strong>NON</strong> è scrivibile!"
326
 
327
- #: wp-db-backup.php:1199
328
  msgid "Scheduled Backup"
329
  msgstr "Backup programmato"
330
 
331
- #: wp-db-backup.php:1206
332
  #, php-format
333
  msgid "Next Backup: %s"
334
  msgstr "Prossimo Backup: %s"
335
 
336
- #: wp-db-backup.php:1211
337
  #, php-format
338
  msgid "Last WP-Cron Daily Execution: %s"
339
  msgstr "Ultima esecuzione giornaliera di WP-Cron: %s"
340
 
341
- #: wp-db-backup.php:1212
342
  #, php-format
343
  msgid "Next WP-Cron Daily Execution: %s"
344
  msgstr "Prossima esecuzione giornaliera di WP-Cron: %s"
345
 
346
- #: wp-db-backup.php:1217
347
  msgid "Schedule: "
348
  msgstr "Programmazione:"
349
 
350
- #: wp-db-backup.php:1220
351
  msgid "None"
352
  msgstr "Nessuna"
353
 
354
- #: wp-db-backup.php:1220
355
  msgid "Daily"
356
  msgstr "Giornaliera"
357
 
358
- #: wp-db-backup.php:1243
359
- msgid "Tables to include in the scheduled backup:"
360
- msgstr "Tabelle da includere nel backup programmato:"
361
-
362
- #: wp-db-backup.php:1253
363
  msgid "Schedule backup"
364
  msgstr "Programma il backup"
365
 
366
- #: wp-db-backup.php:1278
 
 
 
 
367
  msgid "Never"
368
  msgstr "Mai"
369
 
370
- #: wp-db-backup.php:1283
371
  #, php-format
372
  msgid "%s seconds"
373
  msgstr "%s secondi"
374
 
375
- #: wp-db-backup.php:1316
376
  msgid "Once Weekly"
377
  msgstr "Settimanale"
378
 
379
- #: wp-db-backup.php:1329
380
  #, php-format
381
  msgid "Your WordPress version, %1s, lacks important security features without which it is unsafe to use the WP-DB-Backup plugin. Hence, this plugin is automatically disabled. Please consider <a href=\"%2s\">upgrading WordPress</a> to a more recent version."
382
  msgstr "La versione corrente di WordPress, %1s, non è provvista di importanti funzioni di sicurezza senza le quali non è sicuro eseguire il plugin WP-DB-Backup. Il plugin è stato dunque disabilitato automaticamente. Considera di <a href=\"%2s\">aggiornare WordPress</a> ad una versione più recente."
383
 
384
- #: wp-db-backup.php:1347
385
  msgid "You are not allowed to perform backups."
386
  msgstr "Non ti è consentito eseguire backup."
387
 
388
- #: wp-db-backup.php:1362
389
  #, php-format
390
  msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
391
  msgstr "Sembra che ci sia stato un tentativo non autorizzato da parte di questo sito di accedere al tuo database a %1s. Il tentativo è stato bloccato."
392
 
393
- #: wp-db-backup.php:1373
394
  msgid "Cheatin' uh ?"
395
  msgstr "Stai barando, eh?"
396
 
 
 
 
 
 
 
 
 
 
 
 
6
  msgstr ""
7
  "Project-Id-Version: wp-db-backup\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2010-12-21 15:38-0600\n"
10
+ "PO-Revision-Date: 2010-12-30 19:14+0100\n"
11
+ "Last-Translator: Diego Pierotto <ita.translations@tiscali.it>\n"
12
+ "Language-Team: \n"
13
  "MIME-Version: 1.0\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-Poedit-Language: Italian\n"
18
+ "X-Poedit-Country: ITALY\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+
21
+ #: wp-db-backup.php:177
22
+ #: wp-db-backup.php:285
23
+ #: wp-db-backup.php:302
24
  msgid "Backup Complete!"
25
  msgstr "Backup Completato!"
26
 
27
+ #: wp-db-backup.php:220
28
+ msgid "http://codex.wordpress.org/WordPress_Backups"
29
+ msgstr "http://codex.wordpress.org/WordPress_Backups"
30
+
31
+ #: wp-db-backup.php:221
32
+ #, php-format
33
+ msgid "Click <a href=\"%s\" target=\"_blank\">here</a> to back up your database using the WordPress Database Backup plugin. <strong>Note:</strong> WordPress Database Backup does <em>not</em> back up your files, just your database."
34
+ msgstr "Fai click <a href=\"%s\" target=\"_blank\">qui</a> per creare un backup del database usando il plugin di WordPress chiamato Database Backup. <strong>Nota:</strong> WordPress Database Backup <em>NON</em> fa il backup dei files ma solo del database."
35
+
36
+ #: wp-db-backup.php:230
37
  msgid "Progress"
38
  msgstr "Progresso"
39
 
40
+ #: wp-db-backup.php:232
41
  msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
42
  msgstr "NON FARE LE SEGUENTI COSE PER EVITARE CHE IL BACKUP FALLISCA:"
43
 
44
+ #: wp-db-backup.php:235
45
  msgid "Close this browser"
46
  msgstr "Chiudere il browser"
47
 
48
+ #: wp-db-backup.php:236
49
  msgid "Reload this page"
50
  msgstr "Aggiornare la pagina"
51
 
52
+ #: wp-db-backup.php:237
53
  msgid "Click the Stop or Back buttons in your browser"
54
  msgstr "Premere i pulsanti Termina o Indietro nel browser"
55
 
56
+ #: wp-db-backup.php:239
57
  msgid "Progress:"
58
  msgstr "Stato:"
59
 
60
+ #: wp-db-backup.php:248
61
  msgid "Navigating away from this page will cause your backup to fail."
62
  msgstr "Abbandonare questa pagina farà fallire la procedura di backup."
63
 
64
+ #: wp-db-backup.php:295
65
+ #: wp-db-backup.php:1098
 
 
 
 
 
 
 
 
 
66
  #, php-format
67
+ msgid "Your backup has been emailed to %s"
68
+ msgstr "Il backup è stato inviato per email a %s"
69
 
70
+ #: wp-db-backup.php:362
71
  msgid "Creating backup file..."
72
  msgstr "Creazione del file di backup..."
73
 
74
+ #: wp-db-backup.php:365
75
  #, php-format
76
  msgid "Finished backing up table \\\"%s\\\"."
77
  msgstr "Backup della tabella \\\"%s\\\" completato."
78
 
79
+ #: wp-db-backup.php:367
80
  #, php-format
81
  msgid "Backing up table \\\"%s\\\"..."
82
  msgstr "Backup della tabella \\\"%s\\\"..."
83
 
84
+ #: wp-db-backup.php:374
85
+ #: wp-db-backup.php:881
86
  msgid "Could not open the backup file for writing!"
87
  msgstr "Impossibile aprire il file di backup in scrittura!"
88
 
89
+ #: wp-db-backup.php:375
90
  msgid "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
91
  msgstr "Il file di backup non può essere salvato. Per favore controlla i permessi in scrittura nella cartella di backup e riprova."
92
 
93
+ #: wp-db-backup.php:380
94
+ #: wp-db-backup.php:890
95
  msgid "WordPress MySQL database backup"
96
  msgstr "WordPress MySQL database backup"
97
 
98
+ #: wp-db-backup.php:382
99
+ #: wp-db-backup.php:892
100
  #, php-format
101
  msgid "Generated: %s"
102
  msgstr "Creato: %s"
103
 
104
+ #: wp-db-backup.php:383
105
+ #: wp-db-backup.php:893
106
  #, php-format
107
  msgid "Hostname: %s"
108
  msgstr "Hostname: %s"
109
 
110
+ #: wp-db-backup.php:384
111
+ #: wp-db-backup.php:894
112
  #, php-format
113
  msgid "Database: %s"
114
  msgstr "Database: %s"
115
 
116
+ #: wp-db-backup.php:392
117
+ #: wp-db-backup.php:907
118
  #, php-format
119
  msgid "Table: %s"
120
  msgstr "Tabella: %s"
121
 
122
+ #: wp-db-backup.php:399
123
  msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
124
  msgstr "La cartella di backup non è scrivibile! Per favore controlla i permessi in scrittura nella cartella di backup e riprova."
125
 
126
+ #: wp-db-backup.php:458
127
  msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
128
  msgstr "Premi e tieni premuto <code>[MAIUSC]</code> per selezionare caselle multiple"
129
 
130
+ #: wp-db-backup.php:502
131
  msgid "Change"
132
  msgstr "Modifica"
133
 
134
+ #: wp-db-backup.php:511
135
  msgid "Save"
136
  msgstr "Salva"
137
 
138
+ #: wp-db-backup.php:605
139
+ #: wp-db-backup.php:614
140
+ #: wp-db-backup.php:1196
141
  msgid "Backup"
142
  msgstr "Backup"
143
 
144
+ #: wp-db-backup.php:623
145
+ msgid "FAQ"
146
+ msgstr "FAQ"
147
+
148
+ #: wp-db-backup.php:624
149
+ msgid "WP-DB-Backup Support Forum"
150
+ msgstr "Forum supporto WP-DB-Backup"
151
+
152
+ #: wp-db-backup.php:694
153
  msgid "There was an error writing a line to the backup script:"
154
  msgstr "Errore durante la scrittura dello script di backup:"
155
 
156
+ #: wp-db-backup.php:727
157
  msgid "Subsequent errors have been omitted from this log."
158
  msgstr "Errori successivi sono stati omessi da questo rapporto."
159
 
160
+ #: wp-db-backup.php:761
161
  msgid "Error getting table details"
162
  msgstr "Errore nell'ottenere i dettagli della tabella"
163
 
164
+ #: wp-db-backup.php:769
165
  #, php-format
166
  msgid "Delete any existing table %s"
167
  msgstr "Cancella tutto tabella %s"
168
 
169
+ #: wp-db-backup.php:778
170
  #, php-format
171
  msgid "Table structure of table %s"
172
  msgstr "Struttura della tabella %s"
173
 
174
+ #: wp-db-backup.php:784
175
  #, php-format
176
  msgid "Error with SHOW CREATE TABLE for %s."
177
  msgstr "Errore con SHOW CREATE TABLE per %s."
178
 
179
+ #: wp-db-backup.php:791
180
  #, php-format
181
  msgid "Error getting table structure of %s"
182
  msgstr "Errore nell'ottenere la struttura della tabella %s"
183
 
184
+ #: wp-db-backup.php:799
185
  #, php-format
186
  msgid "Data contents of table %s"
187
  msgstr "Contenuto della tabella %s"
188
 
189
+ #: wp-db-backup.php:869
190
  #, php-format
191
  msgid "End of data contents of table %s"
192
  msgstr "Fine dei dati contenuti nella tabella %s"
193
 
194
+ #: wp-db-backup.php:885
195
  msgid "The backup directory is not writeable!"
196
  msgstr "La cartella di backup non è scrivibile!"
197
 
198
+ #: wp-db-backup.php:1044
199
  #, php-format
200
  msgid "File not found:%s"
201
  msgstr "File non trovato: %s"
202
 
203
+ #: wp-db-backup.php:1044
204
  msgid "Return to Backup"
205
  msgstr "Ritorna a Backup"
206
 
207
+ #: wp-db-backup.php:1053
208
  #, php-format
209
  msgid "File %s does not exist!"
210
  msgstr "Il file %s non esiste!"
211
 
212
+ #: wp-db-backup.php:1060
213
  #, php-format
214
  msgid ""
215
  "Attached to this email is\n"
220
  " %1s\n"
221
  " Dimensione:%2s KB\n"
222
 
223
+ #: wp-db-backup.php:1061
224
  msgid "Database Backup"
225
  msgstr "Backup del Database"
226
 
227
+ #: wp-db-backup.php:1064
228
+ #: wp-db-backup.php:1111
229
  msgid "The following errors were reported:"
230
  msgstr "Sono stati riscontrati i seguenti errori:"
231
 
232
+ #: wp-db-backup.php:1069
233
  msgid "ERROR: The mail application has failed to deliver the backup."
234
  msgstr "ERRORE: L'invio del backup per email è fallito."
235
 
236
+ #: wp-db-backup.php:1086
237
  msgid "Backup Successful"
238
  msgstr "Backup completato con successo"
239
 
240
+ #: wp-db-backup.php:1090
241
  #, php-format
242
  msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
243
  msgstr "Il download del file di backup <a href=\"%1s\">%2s</a> inizierà a breve."
244
 
245
+ #: wp-db-backup.php:1101
 
 
 
 
 
246
  msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
247
  msgstr "Il file di backup è stato salvato sul server. Se vuoi scaricarlo, clicca col pulsante destro e seleziona \"Salva con nome\""
248
 
249
+ #: wp-db-backup.php:1102
250
  #, php-format
251
  msgid "%s bytes"
252
  msgstr "%s bytes"
253
 
254
+ #: wp-db-backup.php:1138
255
  msgid "Scheduled Backup Options Saved!"
256
  msgstr "Le impostazioni del Backup programmato sono state salvate!"
257
 
258
+ #: wp-db-backup.php:1165
259
  msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
260
  msgstr "ATTENZIONE: La cartella di backup <strong>NON</strong> esiste e non può essere creata."
261
 
262
+ #: wp-db-backup.php:1166
263
  #, php-format
264
  msgid "Using your FTP client, try to create the backup directory yourself: %s"
265
  msgstr "Utilizzando un client FTP, prova a creare manualmente la cartella: %s"
266
 
267
+ #: wp-db-backup.php:1170
268
+ #: wp-db-backup.php:1181
269
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
270
  msgstr "ATTENZIONE: La cartella di backup <strong>NON</strong> è scrivibile! Impossibile creare i file di backup."
271
 
272
+ #: wp-db-backup.php:1171
273
  #, php-format
274
  msgid "Using your FTP client, try to set the backup directory&rsquo;s write permission to %1$s or %2$s: %3$s"
275
  msgstr "Utilizzando un client FTP, imposta i permessi della cartella di backup a %1$s o %2$s: %3$s"
276
 
277
+ #: wp-db-backup.php:1183
278
  msgid "This problem seems to be caused by your server&rsquo;s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
279
  msgstr "Il problema sembra essere dovuto alle restrizioni dello <code>safe_mode</code> impostato sul server, che limita la creazione di file da parte di applicazioni come WordPress."
280
 
281
+ #: wp-db-backup.php:1185
282
  #, php-format
283
  msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
284
  msgstr "Puoi provare a correggere il problema utilizzando un client FTP per cancellare e ricreare la cartella di backup: %s"
285
 
286
+ #: wp-db-backup.php:1199
287
  msgid "Tables"
288
  msgstr "Tabelle"
289
 
290
+ #: wp-db-backup.php:1201
291
  msgid "These core WordPress tables will always be backed up:"
292
  msgstr "Queste tabelle base di WordPress saranno sempre copiate:"
293
 
294
+ #: wp-db-backup.php:1206
295
  msgid "Exclude spam comments"
296
  msgstr "Escludi i commenti di spam"
297
 
298
+ #: wp-db-backup.php:1209
299
  msgid "Exclude post revisions"
300
  msgstr "Escludi revisioni"
301
 
302
+ #: wp-db-backup.php:1220
303
  msgid "You may choose to include any of the following tables:"
304
  msgstr "Le seguenti tabelle possono essere selezionate:"
305
 
306
+ #: wp-db-backup.php:1234
307
  msgid "Backup Options"
308
  msgstr "Opzioni di backup"
309
 
310
+ #: wp-db-backup.php:1235
311
  msgid "What to do with the backup file:"
312
  msgstr "Che cosa fare con il file di backup:"
313
 
314
+ #: wp-db-backup.php:1239
315
  msgid "Save to server"
316
  msgstr "Salvalo sul server"
317
 
318
+ #: wp-db-backup.php:1244
319
  msgid "Download to your computer"
320
  msgstr "Scaricalo sul computer"
321
 
322
+ #: wp-db-backup.php:1248
323
+ #: wp-db-backup.php:1312
324
  msgid "Email backup to:"
325
  msgstr "Invialo per email a:"
326
 
327
+ #: wp-db-backup.php:1261
328
  msgid "Backup now!"
329
  msgstr "Inizia il Backup!"
330
 
331
+ #: wp-db-backup.php:1264
332
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
333
  msgstr "ATTENZIONE: La cartella di backup <strong>NON</strong> è scrivibile!"
334
 
335
+ #: wp-db-backup.php:1275
336
  msgid "Scheduled Backup"
337
  msgstr "Backup programmato"
338
 
339
+ #: wp-db-backup.php:1282
340
  #, php-format
341
  msgid "Next Backup: %s"
342
  msgstr "Prossimo Backup: %s"
343
 
344
+ #: wp-db-backup.php:1287
345
  #, php-format
346
  msgid "Last WP-Cron Daily Execution: %s"
347
  msgstr "Ultima esecuzione giornaliera di WP-Cron: %s"
348
 
349
+ #: wp-db-backup.php:1288
350
  #, php-format
351
  msgid "Next WP-Cron Daily Execution: %s"
352
  msgstr "Prossima esecuzione giornaliera di WP-Cron: %s"
353
 
354
+ #: wp-db-backup.php:1293
355
  msgid "Schedule: "
356
  msgstr "Programmazione:"
357
 
358
+ #: wp-db-backup.php:1297
359
  msgid "None"
360
  msgstr "Nessuna"
361
 
362
+ #: wp-db-backup.php:1297
363
  msgid "Daily"
364
  msgstr "Giornaliera"
365
 
366
+ #: wp-db-backup.php:1314
 
 
 
 
367
  msgid "Schedule backup"
368
  msgstr "Programma il backup"
369
 
370
+ #: wp-db-backup.php:1322
371
+ msgid "Tables to include in the scheduled backup:"
372
+ msgstr "Tabelle da includere nel backup programmato:"
373
+
374
+ #: wp-db-backup.php:1357
375
  msgid "Never"
376
  msgstr "Mai"
377
 
378
+ #: wp-db-backup.php:1362
379
  #, php-format
380
  msgid "%s seconds"
381
  msgstr "%s secondi"
382
 
383
+ #: wp-db-backup.php:1395
384
  msgid "Once Weekly"
385
  msgstr "Settimanale"
386
 
387
+ #: wp-db-backup.php:1408
388
  #, php-format
389
  msgid "Your WordPress version, %1s, lacks important security features without which it is unsafe to use the WP-DB-Backup plugin. Hence, this plugin is automatically disabled. Please consider <a href=\"%2s\">upgrading WordPress</a> to a more recent version."
390
  msgstr "La versione corrente di WordPress, %1s, non è provvista di importanti funzioni di sicurezza senza le quali non è sicuro eseguire il plugin WP-DB-Backup. Il plugin è stato dunque disabilitato automaticamente. Considera di <a href=\"%2s\">aggiornare WordPress</a> ad una versione più recente."
391
 
392
+ #: wp-db-backup.php:1426
393
  msgid "You are not allowed to perform backups."
394
  msgstr "Non ti è consentito eseguire backup."
395
 
396
+ #: wp-db-backup.php:1441
397
  #, php-format
398
  msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
399
  msgstr "Sembra che ci sia stato un tentativo non autorizzato da parte di questo sito di accedere al tuo database a %1s. Il tentativo è stato bloccato."
400
 
401
+ #: wp-db-backup.php:1452
402
  msgid "Cheatin' uh ?"
403
  msgstr "Stai barando, eh?"
404
 
405
+ #~ msgid ""
406
+ #~ "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
407
+ #~ msgstr ""
408
+ #~ "Backup completo, preparazione del <a href=\\\"%s\\\">backup</a> per il "
409
+ #~ "download..."
410
+ #~ msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
411
+ #~ msgstr ""
412
+ #~ "Backup completo, invio del <a href=\\\"%s\\\">backup</a> per email..."
413
+ #~ msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
414
+ #~ msgstr "Backup completo, scaricalo <a href=\\\"%s\\\">qui</a>."
415
+
wp-db-backup-ru_RU.mo CHANGED
Binary file
wp-db-backup-ru_RU.po CHANGED
@@ -1,11 +1,11 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WordPress Database Backup\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2008-08-15 11:00-0500\n"
6
- "PO-Revision-Date: 2008-08-16 23:51+0300\n"
7
- "Last-Translator: Sergey Biryukov <npocmop@gmail.com>\n"
8
- "Language-Team: Sergey Biryukov <npocmop@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,202 +14,209 @@ msgstr ""
14
  "X-Poedit-Country: RUSSIAN FEDERATION\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2\n"
17
- "X-Poedit-Basepath: H:\\home\\wordpress\\www\\wp-content\\plugins\\wp-db-backup\n"
18
- "X-Poedit-SearchPath-0: H:\\home\\wordpress\\www\\wp-content\\plugins\\wp-db-backup\n"
19
 
20
- #: wp-db-backup.php:181
21
  msgid "Backup Complete!"
22
  msgstr "Резервное копирование завершено!"
23
 
24
- #: wp-db-backup.php:211
 
 
 
 
 
 
 
 
 
25
  msgid "Progress"
26
  msgstr "Состояние"
27
 
28
- #: wp-db-backup.php:213
29
  msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
30
  msgstr "НЕ ДЕЛАЙТЕ ЭТОГО, ИНАЧЕ РЕЗЕРВНАЯ КОПИЯ БУДЕТ ПОВРЕЖДЕНА:"
31
 
32
- #: wp-db-backup.php:216
33
  msgid "Close this browser"
34
  msgstr "Не закрывайте браузер"
35
 
36
- #: wp-db-backup.php:217
37
  msgid "Reload this page"
38
  msgstr "Не обновляйте страницу"
39
 
40
- #: wp-db-backup.php:218
41
  msgid "Click the Stop or Back buttons in your browser"
42
  msgstr "Не нажимайте кнопки &laquo;Стоп&raquo; или &laquo;Назад&raquo; в браузере"
43
 
44
- #: wp-db-backup.php:220
45
  msgid "Progress:"
46
  msgstr "В процессе:"
47
 
48
- #: wp-db-backup.php:229
49
  msgid "Navigating away from this page will cause your backup to fail."
50
  msgstr "Уход с этой страницы приведёт к повреждению архива."
51
 
52
- #: wp-db-backup.php:266
53
  #, php-format
54
  msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
55
  msgstr "Копирование завершено, подготовка <a href=\\\"%s\\\">архива</a> к закачке&hellip;"
56
 
57
- #: wp-db-backup.php:273
58
  #, php-format
59
  msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
60
  msgstr "Копирование завершено, отправка <a href=\\\"%s\\\">архива</a> на e-mail&hellip;"
61
 
62
- #: wp-db-backup.php:280
63
  #, php-format
64
  msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
65
  msgstr "Копирование завершено, скачать архив можно <a href=\\\"%s\\\">здесь</a>."
66
 
67
- #: wp-db-backup.php:340
68
  msgid "Creating backup file..."
69
  msgstr "Создание архива&hellip;"
70
 
71
- #: wp-db-backup.php:343
72
  #, php-format
73
  msgid "Finished backing up table \\\"%s\\\"."
74
  msgstr "Завершено копирование таблицы %s."
75
 
76
- #: wp-db-backup.php:345
77
  #, php-format
78
  msgid "Backing up table \\\"%s\\\"..."
79
  msgstr "Сохранение таблицы %s&hellip;"
80
 
81
- #: wp-db-backup.php:352
82
- #: wp-db-backup.php:835
83
  msgid "Could not open the backup file for writing!"
84
  msgstr "Не удалось открыть файл архива для записи!"
85
 
86
- #: wp-db-backup.php:353
87
  msgid "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
88
  msgstr "Не удалось сохранить файл архива. Пожалуйста, проверьте права на запись в резервную директорию и попробуйте еще раз."
89
 
90
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:318
91
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:626
92
- #: wp-db-backup.php:358
93
- #: wp-db-backup.php:844
94
  msgid "WordPress MySQL database backup"
95
  msgstr "Резервная копия базы данных WordPress"
96
 
97
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:320
98
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:628
99
- #: wp-db-backup.php:360
100
- #: wp-db-backup.php:846
101
  #, php-format
102
  msgid "Generated: %s"
103
  msgstr "Дата: %s"
104
 
105
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:321
106
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:629
107
- #: wp-db-backup.php:361
108
- #: wp-db-backup.php:847
109
  #, php-format
110
  msgid "Hostname: %s"
111
  msgstr "Сервер: %s"
112
 
113
- #: wp-db-backup.php:362
114
- #: wp-db-backup.php:848
115
  #, php-format
116
  msgid "Database: %s"
117
  msgstr "БД: %s"
118
 
119
- #: wp-db-backup.php:370
120
- #: wp-db-backup.php:861
121
  #, php-format
122
  msgid "Table: %s"
123
  msgstr "Таблица: %s"
124
 
125
- #: wp-db-backup.php:377
126
  msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
127
  msgstr "Резервная директория недоступна для записи! Пожалуйста, проверьте права на запись в эту директорию и попробуйте еще раз."
128
 
129
- #: wp-db-backup.php:434
130
  msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
131
  msgstr "Нажмите и удерживайте <code>[SHIFT]</code>, чтобы переключить сразу несколько значений"
132
 
133
- #: wp-db-backup.php:474
134
  msgid "Change"
135
  msgstr "Изменить"
136
 
137
- #: wp-db-backup.php:483
138
  msgid "Save"
139
  msgstr "Сохранить"
140
 
141
- #: wp-db-backup.php:566
142
- #: wp-db-backup.php:571
143
- #: wp-db-backup.php:1126
144
  msgid "Backup"
145
  msgstr "Резервное копирование"
146
 
147
- #: wp-db-backup.php:646
148
- #: wp-db-backup.php:649
 
 
 
 
 
 
 
 
149
  msgid "There was an error writing a line to the backup script:"
150
  msgstr "Произошла ошибка при добавлении строки в скрипт резервной копии:"
151
 
152
- #: wp-db-backup.php:681
153
  msgid "Subsequent errors have been omitted from this log."
154
  msgstr "Последующие ошибки не приведены в этом отчёте."
155
 
156
- #: wp-db-backup.php:715
157
  msgid "Error getting table details"
158
  msgstr "Ошибка получения информации о таблице"
159
 
160
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:510
161
- #: wp-db-backup.php:723
162
  #, php-format
163
  msgid "Delete any existing table %s"
164
  msgstr "Удаление существующей таблицы %s"
165
 
166
- #: wp-db-backup.php:732
167
  #, php-format
168
  msgid "Table structure of table %s"
169
  msgstr "Структура таблицы %s"
170
 
171
- #: wp-db-backup.php:738
172
  #, php-format
173
  msgid "Error with SHOW CREATE TABLE for %s."
174
  msgstr "Ошибка в запросе SHOW CREATE TABLE для %s."
175
 
176
- #: wp-db-backup.php:745
177
  #, php-format
178
  msgid "Error getting table structure of %s"
179
  msgstr "Ошибка получения структуры таблицы %s"
180
 
181
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:540
182
- #: wp-db-backup.php:753
183
  #, php-format
184
  msgid "Data contents of table %s"
185
  msgstr "Содержимое таблицы %s"
186
 
187
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:605
188
- #: wp-db-backup.php:823
189
  #, php-format
190
  msgid "End of data contents of table %s"
191
  msgstr "Конец содержимого таблицы %s"
192
 
193
- #: wp-db-backup.php:839
194
  msgid "The backup directory is not writeable!"
195
  msgstr "Резервная директория недоступна для записи!"
196
 
197
- #: wp-db-backup.php:974
198
  #, php-format
199
  msgid "File not found:%s"
200
  msgstr "Файл не найден:%s"
201
 
202
- #: wp-db-backup.php:974
203
  msgid "Return to Backup"
204
  msgstr "Вернуться к резервному копированию"
205
 
206
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:773
207
- #: wp-db-backup.php:983
208
  #, php-format
209
  msgid "File %s does not exist!"
210
  msgstr "Файл %s не существует!"
211
 
212
- #: wp-db-backup.php:990
213
  #, php-format
214
  msgid ""
215
  "Attached to this email is\n"
@@ -220,207 +227,193 @@ msgstr ""
220
  " %1s\n"
221
  " Размер:%2s КБ\n"
222
 
223
- #: wp-db-backup.php:991
224
  msgid "Database Backup"
225
  msgstr "Архив базы данных"
226
 
227
- #: wp-db-backup.php:994
228
- #: wp-db-backup.php:1041
229
  msgid "The following errors were reported:"
230
  msgstr "Обнаружены следующие ошибки:"
231
 
232
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:728
233
- #: wp-db-backup.php:999
234
  msgid "ERROR: The mail application has failed to deliver the backup."
235
  msgstr "ОШИБКА: Почтовое приложение не может отправить архив."
236
 
237
- #: wp-db-backup.php:1016
238
  msgid "Backup Successful"
239
  msgstr "Резервное копирование успешно завершено"
240
 
241
- #: wp-db-backup.php:1020
242
  #, php-format
243
  msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
244
  msgstr "Архив: <a href=\"%1s\">%2s</a>. Дождитесь начала закачки."
245
 
246
- #: wp-db-backup.php:1028
247
  #, php-format
248
  msgid "Your backup has been emailed to %s"
249
  msgstr "Архив отправлен по адресу %s"
250
 
251
- #: wp-db-backup.php:1031
252
  msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
253
  msgstr "Архив сохранён на сервере. Если вы хотите скачать его, щелкните правой кнопкой и выберите &laquo;Сохранить как&raquo;"
254
 
255
- #: wp-db-backup.php:1032
256
  #, php-format
257
  msgid "%s bytes"
258
  msgstr "%s байт"
259
 
260
- #: wp-db-backup.php:1068
261
  msgid "Scheduled Backup Options Saved!"
262
  msgstr "Настройки резервного копирования по расписанию сохранены!"
263
 
264
- #: wp-db-backup.php:1095
265
  msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
266
  msgstr "ВНИМАНИЕ: Резервная директория <strong>НЕ</strong> существует, и нам не удалось её создать."
267
 
268
- #: wp-db-backup.php:1096
269
  #, php-format
270
  msgid "Using your FTP client, try to create the backup directory yourself: %s"
271
  msgstr "Попробуйте с помощью FTP-клиента создать резервную директорию самостоятельно: %s"
272
 
273
- #: wp-db-backup.php:1100
274
- #: wp-db-backup.php:1111
275
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
276
  msgstr "ВНИМАНИЕ: Резервная директория <strong>НЕДОСТУПНА</strong> для записи! Не удалось создать архив."
277
 
278
- #: wp-db-backup.php:1101
279
  #, php-format
280
  msgid "Using your FTP client, try to set the backup directory&rsquo;s write permission to %1$s or %2$s: %3$s"
281
  msgstr "Попробуйте с помощью FTP-клиента установить для резервной директории права на запись %1$s или %2$s: %3$s"
282
 
283
- #: wp-db-backup.php:1113
284
  msgid "This problem seems to be caused by your server&rsquo;s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
285
  msgstr "Проблема, скорее всего, вызвана ограничениями <code>safe_mode</code> на вашем сервере, которые определяют, какие файлы могут создаваться веб-приложениями вроде WordPress."
286
 
287
- #: wp-db-backup.php:1115
288
  #, php-format
289
  msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
290
  msgstr "Вы можете исправить эту проблему с помощью FTP-клиента, удалив и заново создав резервную директорию: %s"
291
 
292
- #: wp-db-backup.php:1129
293
  msgid "Tables"
294
  msgstr "Таблицы"
295
 
296
- #: wp-db-backup.php:1131
297
  msgid "These core WordPress tables will always be backed up:"
298
  msgstr "Основные таблицы WordPress сохраняются всегда:"
299
 
300
- #: wp-db-backup.php:1136
301
  msgid "Exclude spam comments"
302
  msgstr "Исключить спам-комментарии"
303
 
304
- #: wp-db-backup.php:1139
305
  msgid "Exclude post revisions"
306
  msgstr "Исключить редакции записей"
307
 
308
- #: wp-db-backup.php:1150
309
  msgid "You may choose to include any of the following tables:"
310
  msgstr "Можно также сохранить любые из этих таблиц:"
311
 
312
- #: wp-db-backup.php:1164
313
  msgid "Backup Options"
314
  msgstr "Настройки резервного копирования"
315
 
316
- #: wp-db-backup.php:1165
317
  msgid "What to do with the backup file:"
318
  msgstr "Что сделать с архивом:"
319
 
320
- #: wp-db-backup.php:1169
321
  msgid "Save to server"
322
  msgstr "Сохранить на сервер"
323
 
324
- #: wp-db-backup.php:1174
325
  msgid "Download to your computer"
326
  msgstr "Скачать на компьютер"
327
 
328
- #: wp-db-backup.php:1178
329
- #: wp-db-backup.php:1235
330
  msgid "Email backup to:"
331
  msgstr "Отправить на e-mail:"
332
 
333
- #: wp-db-backup.php:1185
334
  msgid "Backup now!"
335
  msgstr "Создать архив!"
336
 
337
- #: wp-db-backup.php:1188
338
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
339
  msgstr "ВНИМАНИЕ: Резервная директория <strong>НЕДОСТУПНА</strong> для записи!"
340
 
341
- #: wp-db-backup.php:1199
342
  msgid "Scheduled Backup"
343
  msgstr "Расписание резервного копирования"
344
 
345
- #: wp-db-backup.php:1206
346
  #, php-format
347
  msgid "Next Backup: %s"
348
  msgstr "Следующий запуск: %s"
349
 
350
- #: wp-db-backup.php:1211
351
  #, php-format
352
  msgid "Last WP-Cron Daily Execution: %s"
353
  msgstr "Предыдущий ежедневный запуск WP-Cron: %s"
354
 
355
- #: wp-db-backup.php:1212
356
  #, php-format
357
  msgid "Next WP-Cron Daily Execution: %s"
358
  msgstr "Следующий ежедневный запуск WP-Cron: %s"
359
 
360
- #: wp-db-backup.php:1217
361
  msgid "Schedule: "
362
  msgstr "Расписание:"
363
 
364
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:820
365
- #: wp-db-backup.php:1220
366
  msgid "None"
367
  msgstr "Нет"
368
 
369
- #: wp-db-backup.php:1220
370
  msgid "Daily"
371
  msgstr "Ежедневно"
372
 
373
- #: wp-db-backup.php:1243
374
- msgid "Tables to include in the scheduled backup:"
375
- msgstr "Включить в архив по расписанию следующие таблицы:"
376
-
377
- #: wp-db-backup.php:1253
378
  msgid "Schedule backup"
379
  msgstr "Запомнить расписание"
380
 
381
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:946
382
- #: wp-db-backup.php:1278
 
 
 
383
  msgid "Never"
384
  msgstr "Никогда"
385
 
386
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:951
387
- #: wp-db-backup.php:1283
388
  #, php-format
389
  msgid "%s seconds"
390
  msgstr "%s секунд"
391
 
392
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:984
393
- #: wp-db-backup.php:1316
394
  msgid "Once Weekly"
395
  msgstr "Раз в неделю"
396
 
397
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:997
398
- #: wp-db-backup.php:1329
399
  #, php-format
400
  msgid "Your WordPress version, %1s, lacks important security features without which it is unsafe to use the WP-DB-Backup plugin. Hence, this plugin is automatically disabled. Please consider <a href=\"%2s\">upgrading WordPress</a> to a more recent version."
401
  msgstr "В вашей версии WordPress (%1s) отсутствуют критические исправления, без которых использовать плагин WP-DB-Backup небезопасно. По этой причине плагин был автоматически отключён. Пожалуйста, <a href=\"%2s\">обновите WordPress</a> до последней версии."
402
 
403
- #: wp-db-backup.php:1347
404
  msgid "You are not allowed to perform backups."
405
  msgstr "Вам не разрешено делать резервные копии."
406
 
407
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:1027
408
- #: wp-db-backup.php:1362
409
  #, php-format
410
  msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
411
  msgstr "Похоже, с этого сайта была произведена несанкционированная попытка доступа к БД, расположенной на %1s. Попытка предотвращена."
412
 
413
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:889
414
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:892
415
- # H:\home\wordpress\www\wp-content\plugins\wp-db-backup/wp-db-backup.php:895
416
- #: wp-db-backup.php:1373
417
  msgid "Cheatin' uh ?"
418
  msgstr "Играемся, что ли?"
419
 
420
- #~ msgid ""
421
- #~ "WARNING: Your wp-content directory is <strong>NOT</strong> writable! We "
422
- #~ "can not create the backup directory."
423
- #~ msgstr ""
424
- #~ "ВНИМАНИЕ: Директория wp-content <strong>НЕДОСТУПНА</strong> для записи! "
425
- #~ "Не удалось создать резервную директорию."
426
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WordPress Database Backup 2.2.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-07-02 02:16+0300\n"
6
+ "PO-Revision-Date: 2010-07-02 02:18+0300\n"
7
+ "Last-Translator: Sergey Biryukov <sergeybiryukov.ru@gmail.com>\n"
8
+ "Language-Team: ru.wordpress.org <sergeybiryukov.ru@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-Country: RUSSIAN FEDERATION\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: wp-db-backup.php:189
21
  msgid "Backup Complete!"
22
  msgstr "Резервное копирование завершено!"
23
 
24
+ #: wp-db-backup.php:224
25
+ msgid "http://codex.wordpress.org/WordPress_Backups"
26
+ msgstr "http://codex.wordpress.org/WordPress_Backups"
27
+
28
+ #: wp-db-backup.php:225
29
+ #, php-format
30
+ msgid "Click <a href=\"%s\" target=\"_blank\">here</a> to back up your database using the WordPress Database Backup plugin. <strong>Note:</strong> WordPress Database Backup does <em>not</em> back up your files, just your database."
31
+ msgstr "Нажмите <a href=\"%s\" target=\"_blank\">сюда</a>, чтобы создать резервную копию базы данных с помощью плагина WordPress Database Backup. <strong>Замечание:</strong> WordPress Database Backup <em>не</em> копирует файлы, только базу данных."
32
+
33
+ #: wp-db-backup.php:234
34
  msgid "Progress"
35
  msgstr "Состояние"
36
 
37
+ #: wp-db-backup.php:236
38
  msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
39
  msgstr "НЕ ДЕЛАЙТЕ ЭТОГО, ИНАЧЕ РЕЗЕРВНАЯ КОПИЯ БУДЕТ ПОВРЕЖДЕНА:"
40
 
41
+ #: wp-db-backup.php:239
42
  msgid "Close this browser"
43
  msgstr "Не закрывайте браузер"
44
 
45
+ #: wp-db-backup.php:240
46
  msgid "Reload this page"
47
  msgstr "Не обновляйте страницу"
48
 
49
+ #: wp-db-backup.php:241
50
  msgid "Click the Stop or Back buttons in your browser"
51
  msgstr "Не нажимайте кнопки &laquo;Стоп&raquo; или &laquo;Назад&raquo; в браузере"
52
 
53
+ #: wp-db-backup.php:243
54
  msgid "Progress:"
55
  msgstr "В процессе:"
56
 
57
+ #: wp-db-backup.php:252
58
  msgid "Navigating away from this page will cause your backup to fail."
59
  msgstr "Уход с этой страницы приведёт к повреждению архива."
60
 
61
+ #: wp-db-backup.php:289
62
  #, php-format
63
  msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
64
  msgstr "Копирование завершено, подготовка <a href=\\\"%s\\\">архива</a> к закачке&hellip;"
65
 
66
+ #: wp-db-backup.php:296
67
  #, php-format
68
  msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
69
  msgstr "Копирование завершено, отправка <a href=\\\"%s\\\">архива</a> на e-mail&hellip;"
70
 
71
+ #: wp-db-backup.php:303
72
  #, php-format
73
  msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
74
  msgstr "Копирование завершено, скачать архив можно <a href=\\\"%s\\\">здесь</a>."
75
 
76
+ #: wp-db-backup.php:363
77
  msgid "Creating backup file..."
78
  msgstr "Создание архива&hellip;"
79
 
80
+ #: wp-db-backup.php:366
81
  #, php-format
82
  msgid "Finished backing up table \\\"%s\\\"."
83
  msgstr "Завершено копирование таблицы %s."
84
 
85
+ #: wp-db-backup.php:368
86
  #, php-format
87
  msgid "Backing up table \\\"%s\\\"..."
88
  msgstr "Сохранение таблицы %s&hellip;"
89
 
90
+ #: wp-db-backup.php:375
91
+ #: wp-db-backup.php:876
92
  msgid "Could not open the backup file for writing!"
93
  msgstr "Не удалось открыть файл архива для записи!"
94
 
95
+ #: wp-db-backup.php:376
96
  msgid "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
97
  msgstr "Не удалось сохранить файл архива. Пожалуйста, проверьте права на запись в резервную директорию и попробуйте еще раз."
98
 
99
+ #: wp-db-backup.php:381
100
+ #: wp-db-backup.php:885
 
 
101
  msgid "WordPress MySQL database backup"
102
  msgstr "Резервная копия базы данных WordPress"
103
 
104
+ #: wp-db-backup.php:383
105
+ #: wp-db-backup.php:887
 
 
106
  #, php-format
107
  msgid "Generated: %s"
108
  msgstr "Дата: %s"
109
 
110
+ #: wp-db-backup.php:384
111
+ #: wp-db-backup.php:888
 
 
112
  #, php-format
113
  msgid "Hostname: %s"
114
  msgstr "Сервер: %s"
115
 
116
+ #: wp-db-backup.php:385
117
+ #: wp-db-backup.php:889
118
  #, php-format
119
  msgid "Database: %s"
120
  msgstr "БД: %s"
121
 
122
+ #: wp-db-backup.php:393
123
+ #: wp-db-backup.php:902
124
  #, php-format
125
  msgid "Table: %s"
126
  msgstr "Таблица: %s"
127
 
128
+ #: wp-db-backup.php:400
129
  msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
130
  msgstr "Резервная директория недоступна для записи! Пожалуйста, проверьте права на запись в эту директорию и попробуйте еще раз."
131
 
132
+ #: wp-db-backup.php:457
133
  msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
134
  msgstr "Нажмите и удерживайте <code>[SHIFT]</code>, чтобы переключить сразу несколько значений"
135
 
136
+ #: wp-db-backup.php:497
137
  msgid "Change"
138
  msgstr "Изменить"
139
 
140
+ #: wp-db-backup.php:506
141
  msgid "Save"
142
  msgstr "Сохранить"
143
 
144
+ #: wp-db-backup.php:593
145
+ #: wp-db-backup.php:602
146
+ #: wp-db-backup.php:1168
147
  msgid "Backup"
148
  msgstr "Резервное копирование"
149
 
150
+ #: wp-db-backup.php:611
151
+ msgid "FAQ"
152
+ msgstr "FAQ"
153
+
154
+ #: wp-db-backup.php:612
155
+ msgid "WP-DB-Backup Support Forum"
156
+ msgstr "Форум поддержки WP-DB-Backup"
157
+
158
+ #: wp-db-backup.php:687
159
+ #: wp-db-backup.php:690
160
  msgid "There was an error writing a line to the backup script:"
161
  msgstr "Произошла ошибка при добавлении строки в скрипт резервной копии:"
162
 
163
+ #: wp-db-backup.php:722
164
  msgid "Subsequent errors have been omitted from this log."
165
  msgstr "Последующие ошибки не приведены в этом отчёте."
166
 
167
+ #: wp-db-backup.php:756
168
  msgid "Error getting table details"
169
  msgstr "Ошибка получения информации о таблице"
170
 
171
+ #: wp-db-backup.php:764
 
172
  #, php-format
173
  msgid "Delete any existing table %s"
174
  msgstr "Удаление существующей таблицы %s"
175
 
176
+ #: wp-db-backup.php:773
177
  #, php-format
178
  msgid "Table structure of table %s"
179
  msgstr "Структура таблицы %s"
180
 
181
+ #: wp-db-backup.php:779
182
  #, php-format
183
  msgid "Error with SHOW CREATE TABLE for %s."
184
  msgstr "Ошибка в запросе SHOW CREATE TABLE для %s."
185
 
186
+ #: wp-db-backup.php:786
187
  #, php-format
188
  msgid "Error getting table structure of %s"
189
  msgstr "Ошибка получения структуры таблицы %s"
190
 
191
+ #: wp-db-backup.php:794
 
192
  #, php-format
193
  msgid "Data contents of table %s"
194
  msgstr "Содержимое таблицы %s"
195
 
196
+ #: wp-db-backup.php:864
 
197
  #, php-format
198
  msgid "End of data contents of table %s"
199
  msgstr "Конец содержимого таблицы %s"
200
 
201
+ #: wp-db-backup.php:880
202
  msgid "The backup directory is not writeable!"
203
  msgstr "Резервная директория недоступна для записи!"
204
 
205
+ #: wp-db-backup.php:1016
206
  #, php-format
207
  msgid "File not found:%s"
208
  msgstr "Файл не найден:%s"
209
 
210
+ #: wp-db-backup.php:1016
211
  msgid "Return to Backup"
212
  msgstr "Вернуться к резервному копированию"
213
 
214
+ #: wp-db-backup.php:1025
 
215
  #, php-format
216
  msgid "File %s does not exist!"
217
  msgstr "Файл %s не существует!"
218
 
219
+ #: wp-db-backup.php:1032
220
  #, php-format
221
  msgid ""
222
  "Attached to this email is\n"
227
  " %1s\n"
228
  " Размер:%2s КБ\n"
229
 
230
+ #: wp-db-backup.php:1033
231
  msgid "Database Backup"
232
  msgstr "Архив базы данных"
233
 
234
+ #: wp-db-backup.php:1036
235
+ #: wp-db-backup.php:1083
236
  msgid "The following errors were reported:"
237
  msgstr "Обнаружены следующие ошибки:"
238
 
239
+ #: wp-db-backup.php:1041
 
240
  msgid "ERROR: The mail application has failed to deliver the backup."
241
  msgstr "ОШИБКА: Почтовое приложение не может отправить архив."
242
 
243
+ #: wp-db-backup.php:1058
244
  msgid "Backup Successful"
245
  msgstr "Резервное копирование успешно завершено"
246
 
247
+ #: wp-db-backup.php:1062
248
  #, php-format
249
  msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
250
  msgstr "Архив: <a href=\"%1s\">%2s</a>. Дождитесь начала закачки."
251
 
252
+ #: wp-db-backup.php:1070
253
  #, php-format
254
  msgid "Your backup has been emailed to %s"
255
  msgstr "Архив отправлен по адресу %s"
256
 
257
+ #: wp-db-backup.php:1073
258
  msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
259
  msgstr "Архив сохранён на сервере. Если вы хотите скачать его, щелкните правой кнопкой и выберите &laquo;Сохранить как&raquo;"
260
 
261
+ #: wp-db-backup.php:1074
262
  #, php-format
263
  msgid "%s bytes"
264
  msgstr "%s байт"
265
 
266
+ #: wp-db-backup.php:1110
267
  msgid "Scheduled Backup Options Saved!"
268
  msgstr "Настройки резервного копирования по расписанию сохранены!"
269
 
270
+ #: wp-db-backup.php:1137
271
  msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
272
  msgstr "ВНИМАНИЕ: Резервная директория <strong>НЕ</strong> существует, и нам не удалось её создать."
273
 
274
+ #: wp-db-backup.php:1138
275
  #, php-format
276
  msgid "Using your FTP client, try to create the backup directory yourself: %s"
277
  msgstr "Попробуйте с помощью FTP-клиента создать резервную директорию самостоятельно: %s"
278
 
279
+ #: wp-db-backup.php:1142
280
+ #: wp-db-backup.php:1153
281
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
282
  msgstr "ВНИМАНИЕ: Резервная директория <strong>НЕДОСТУПНА</strong> для записи! Не удалось создать архив."
283
 
284
+ #: wp-db-backup.php:1143
285
  #, php-format
286
  msgid "Using your FTP client, try to set the backup directory&rsquo;s write permission to %1$s or %2$s: %3$s"
287
  msgstr "Попробуйте с помощью FTP-клиента установить для резервной директории права на запись %1$s или %2$s: %3$s"
288
 
289
+ #: wp-db-backup.php:1155
290
  msgid "This problem seems to be caused by your server&rsquo;s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
291
  msgstr "Проблема, скорее всего, вызвана ограничениями <code>safe_mode</code> на вашем сервере, которые определяют, какие файлы могут создаваться веб-приложениями вроде WordPress."
292
 
293
+ #: wp-db-backup.php:1157
294
  #, php-format
295
  msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
296
  msgstr "Вы можете исправить эту проблему с помощью FTP-клиента, удалив и заново создав резервную директорию: %s"
297
 
298
+ #: wp-db-backup.php:1171
299
  msgid "Tables"
300
  msgstr "Таблицы"
301
 
302
+ #: wp-db-backup.php:1173
303
  msgid "These core WordPress tables will always be backed up:"
304
  msgstr "Основные таблицы WordPress сохраняются всегда:"
305
 
306
+ #: wp-db-backup.php:1178
307
  msgid "Exclude spam comments"
308
  msgstr "Исключить спам-комментарии"
309
 
310
+ #: wp-db-backup.php:1181
311
  msgid "Exclude post revisions"
312
  msgstr "Исключить редакции записей"
313
 
314
+ #: wp-db-backup.php:1192
315
  msgid "You may choose to include any of the following tables:"
316
  msgstr "Можно также сохранить любые из этих таблиц:"
317
 
318
+ #: wp-db-backup.php:1206
319
  msgid "Backup Options"
320
  msgstr "Настройки резервного копирования"
321
 
322
+ #: wp-db-backup.php:1207
323
  msgid "What to do with the backup file:"
324
  msgstr "Что сделать с архивом:"
325
 
326
+ #: wp-db-backup.php:1211
327
  msgid "Save to server"
328
  msgstr "Сохранить на сервер"
329
 
330
+ #: wp-db-backup.php:1216
331
  msgid "Download to your computer"
332
  msgstr "Скачать на компьютер"
333
 
334
+ #: wp-db-backup.php:1220
335
+ #: wp-db-backup.php:1278
336
  msgid "Email backup to:"
337
  msgstr "Отправить на e-mail:"
338
 
339
+ #: wp-db-backup.php:1227
340
  msgid "Backup now!"
341
  msgstr "Создать архив!"
342
 
343
+ #: wp-db-backup.php:1230
344
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
345
  msgstr "ВНИМАНИЕ: Резервная директория <strong>НЕДОСТУПНА</strong> для записи!"
346
 
347
+ #: wp-db-backup.php:1241
348
  msgid "Scheduled Backup"
349
  msgstr "Расписание резервного копирования"
350
 
351
+ #: wp-db-backup.php:1248
352
  #, php-format
353
  msgid "Next Backup: %s"
354
  msgstr "Следующий запуск: %s"
355
 
356
+ #: wp-db-backup.php:1253
357
  #, php-format
358
  msgid "Last WP-Cron Daily Execution: %s"
359
  msgstr "Предыдущий ежедневный запуск WP-Cron: %s"
360
 
361
+ #: wp-db-backup.php:1254
362
  #, php-format
363
  msgid "Next WP-Cron Daily Execution: %s"
364
  msgstr "Следующий ежедневный запуск WP-Cron: %s"
365
 
366
+ #: wp-db-backup.php:1259
367
  msgid "Schedule: "
368
  msgstr "Расписание:"
369
 
370
+ #: wp-db-backup.php:1263
 
371
  msgid "None"
372
  msgstr "Нет"
373
 
374
+ #: wp-db-backup.php:1263
375
  msgid "Daily"
376
  msgstr "Ежедневно"
377
 
378
+ #: wp-db-backup.php:1280
 
 
 
 
379
  msgid "Schedule backup"
380
  msgstr "Запомнить расписание"
381
 
382
+ #: wp-db-backup.php:1288
383
+ msgid "Tables to include in the scheduled backup:"
384
+ msgstr "Включить в архив по расписанию следующие таблицы:"
385
+
386
+ #: wp-db-backup.php:1323
387
  msgid "Never"
388
  msgstr "Никогда"
389
 
390
+ #: wp-db-backup.php:1328
 
391
  #, php-format
392
  msgid "%s seconds"
393
  msgstr "%s секунд"
394
 
395
+ #: wp-db-backup.php:1361
 
396
  msgid "Once Weekly"
397
  msgstr "Раз в неделю"
398
 
399
+ #: wp-db-backup.php:1374
 
400
  #, php-format
401
  msgid "Your WordPress version, %1s, lacks important security features without which it is unsafe to use the WP-DB-Backup plugin. Hence, this plugin is automatically disabled. Please consider <a href=\"%2s\">upgrading WordPress</a> to a more recent version."
402
  msgstr "В вашей версии WordPress (%1s) отсутствуют критические исправления, без которых использовать плагин WP-DB-Backup небезопасно. По этой причине плагин был автоматически отключён. Пожалуйста, <a href=\"%2s\">обновите WordPress</a> до последней версии."
403
 
404
+ #: wp-db-backup.php:1392
405
  msgid "You are not allowed to perform backups."
406
  msgstr "Вам не разрешено делать резервные копии."
407
 
408
+ #: wp-db-backup.php:1407
 
409
  #, php-format
410
  msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
411
  msgstr "Похоже, с этого сайта была произведена несанкционированная попытка доступа к БД, расположенной на %1s. Попытка предотвращена."
412
 
413
+ #: wp-db-backup.php:1418
 
 
 
414
  msgid "Cheatin' uh ?"
415
  msgstr "Играемся, что ли?"
416
 
417
+ �ии."
 
 
 
 
 
418
 
419
+ #:
wp-db-backup.php CHANGED
@@ -1,21 +1,13 @@
1
  <?php
2
  /*
3
  Plugin Name: WordPress Database Backup
4
- Plugin URI: http://www.ilfilosofo.com/blog/wp-db-backup
5
  Description: On-demand backup of your WordPress database. Navigate to <a href="edit.php?page=wp-db-backup">Tools &rarr; Backup</a> to get started.
6
  Author: Austin Matzko
7
- Author URI: http://www.ilfilosofo.com/
8
- Version: 2.2.2
9
 
10
- Development continued from that done by Skippy (http://www.skippy.net/)
11
-
12
- Originally modified from Mark Ghosh's One Click Backup, which
13
- in turn was derived from phpMyAdmin.
14
-
15
- Many thanks to Owen (http://asymptomatic.net/wp/) for his patch
16
- http://dev.wp-plugins.org/ticket/219
17
-
18
- Copyright 2008 Austin Matzko (email : if.website at gmail.com)
19
 
20
  This program is free software; you can redistribute it and/or modify
21
  it under the terms of the GNU General Public License as published by
@@ -37,6 +29,10 @@ Copyright 2008 Austin Matzko (email : if.website at gmail.com)
37
  * use a different backup location
38
  */
39
 
 
 
 
 
40
  $rand = substr( md5( md5( DB_PASSWORD ) ), -5 );
41
  global $wpdbb_content_dir, $wpdbb_content_url, $wpdbb_plugin_dir;
42
  $wpdbb_content_dir = ( defined('WP_CONTENT_DIR') ) ? WP_CONTENT_DIR : ABSPATH . 'wp-content';
@@ -77,14 +73,10 @@ class wpdbBackup {
77
  var $referer_check_key;
78
  var $version = '2.1.5-alpha';
79
 
80
- function gzip() {
81
- return function_exists('gzopen');
82
- }
83
-
84
  function module_check() {
85
  $mod_evasive = false;
86
- if ( true === MOD_EVASIVE_OVERRIDE ) return true;
87
- if ( false === MOD_EVASIVE_OVERRIDE ) return false;
88
  if ( function_exists('apache_get_modules') )
89
  foreach( (array) apache_get_modules() as $mod )
90
  if ( false !== strpos($mod,'mod_evasive') || false !== strpos($mod,'mod_dosevasive') )
@@ -96,6 +88,7 @@ class wpdbBackup {
96
  global $table_prefix, $wpdb;
97
  add_action('wp_ajax_save_backup_time', array(&$this, 'save_backup_time'));
98
  add_action('init', array(&$this, 'init_textdomain'));
 
99
  add_action('load-update-core.php', array(&$this, 'update_notice_action'));
100
  add_action('wp_db_backup_cron', array(&$this, 'cron_backup'));
101
  add_action('wp_cron_daily', array(&$this, 'wp_cron_daily'));
@@ -105,10 +98,10 @@ class wpdbBackup {
105
  $table_prefix = ( isset( $table_prefix ) ) ? $table_prefix : $wpdb->prefix;
106
  $datum = date("Ymd_B");
107
  $this->backup_filename = DB_NAME . "_$table_prefix$datum.sql";
108
- if ($this->gzip()) $this->backup_filename .= '.gz';
109
 
110
  $possible_names = array(
111
  'categories',
 
112
  'comments',
113
  'link2cat',
114
  'linkcategories',
@@ -134,19 +127,14 @@ class wpdbBackup {
134
  $this->basename = 'wp-db-backup';
135
 
136
  $this->referer_check_key = $this->basename . '-download_' . DB_NAME;
137
- $query_args = array( 'page' => $this->basename );
138
- if ( function_exists('wp_create_nonce') )
139
- $query_args = array_merge( $query_args, array('_wpnonce' => wp_create_nonce($this->referer_check_key)) );
140
- $base = ( function_exists('site_url') ) ? site_url('', 'admin') : get_option('siteurl');
141
- $this->page_url = add_query_arg( $query_args, $base . '/wp-admin/edit.php');
142
  if (isset($_POST['do_backup'])) {
143
  $this->wp_secure('fatal');
144
  check_admin_referer($this->referer_check_key);
145
  $this->can_user_backup('main');
146
  // save exclude prefs
147
 
148
- $exc_revisions = (array) $_POST['exclude-revisions'];
149
- $exc_spam = (array) $_POST['exclude-spam'];
150
  update_option('wp_db_backup_excs', array('revisions' => $exc_revisions, 'spam' => $exc_spam));
151
  switch($_POST['do_backup']) {
152
  case 'backup':
@@ -211,6 +199,14 @@ class wpdbBackup {
211
  load_plugin_textdomain('wp-db-backup', str_replace(ABSPATH, '', dirname(__FILE__)), dirname(plugin_basename(__FILE__)));
212
  }
213
 
 
 
 
 
 
 
 
 
214
  /*
215
  * Add a link to back up your database when doing a core upgrade
216
  */
@@ -241,7 +237,7 @@ class wpdbBackup {
241
  <li>'.__('Click the Stop or Back buttons in your browser','wp-db-backup').'</li>
242
  </ol>
243
  <p><strong>' . __('Progress:','wp-db-backup') . '</strong></p>
244
- <div id="meterbox" style="height:11px;width:80%;padding:3px;border:1px solid #659fff;"><div id="meter" style="height:11px;background-color:#659fff;width:0%;text-align:center;font-size:6pt;">&nbsp;</div></div>
245
  <div id="progress_message"></div>
246
  <div id="errors"></div>
247
  </fieldset>
@@ -286,21 +282,24 @@ class wpdbBackup {
286
  switch($_POST['deliver']) {
287
  case 'http':
288
  echo '
289
- setProgress("' . sprintf(__("Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download...",'wp-db-backup'), $download_uri) . '");
290
  window.onbeforeunload = null;
291
  fram.src = "' . $download_uri . '";
292
  ';
293
  break;
294
  case 'smtp':
 
 
 
295
  echo '
296
- setProgress("' . sprintf(__("Backup complete, sending <a href=\\\"%s\\\">backup</a> via email...",'wp-db-backup'), $download_uri) . '");
297
  window.onbeforeunload = null;
298
  fram.src = "' . $download_uri . '&via=email&recipient=' . $_POST['backup_recipient'] . '";
299
  ';
300
  break;
301
  default:
302
  echo '
303
- setProgress("' . sprintf(__("Backup complete, download <a href=\\\"%s\\\">here</a>.",'wp-db-backup'), $download_uri) . '");
304
  window.onbeforeunload = null;
305
  ';
306
  }
@@ -423,6 +422,9 @@ class wpdbBackup {
423
  if (false !== $this->backup_file) {
424
  if ('smtp' == $_POST['deliver']) {
425
  $this->deliver_backup($this->backup_file, $_POST['deliver'], $_POST['backup_recipient'], 'main');
 
 
 
426
  wp_redirect($this->page_url);
427
  } elseif ('http' == $_POST['deliver']) {
428
  $download_uri = add_query_arg('backup',$this->backup_file,$this->page_url);
@@ -450,15 +452,15 @@ class wpdbBackup {
450
  var ul = d.getElementsByTagName('ul').item(0);
451
  if ( ul ) {
452
  var lis = ul.getElementsByTagName('li');
453
- if ( 3 > lis.length )
454
- return;
455
- var text = document.createElement('p');
456
- text.className = 'instructions';
457
- text.innerHTML = '<?php _e('Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes', 'wp-db-backup'); ?>';
458
- ul.parentNode.insertBefore(text, ul);
459
  }
460
  t[k].p = d.getElementsByTagName("input");
461
- for(var i=0; i < t[k].p.length; i++)
462
  if(t[k].name == t[k].p[i].getAttribute('name')) {
463
  t[k].p[i].id = k + '-table-' + i;
464
  t[k].p[i].onkeyup = t[k].p[i].onclick = function(e) {
@@ -479,6 +481,7 @@ class wpdbBackup {
479
  }
480
  }
481
  }
 
482
  }
483
 
484
  <?php if ( function_exists('wp_schedule_event') ) : // needs to be at least WP 2.1 for ajax ?>
@@ -490,7 +493,9 @@ class wpdbBackup {
490
  var initTimeChange = function() {
491
  var timeWrap = document.getElementById('backup-time-wrap');
492
  var backupTime = document.getElementById('next-backup-time');
493
- if ( !! timeWrap && !! backupTime ) {
 
 
494
  var span = document.createElement('span');
495
  span.className = 'submit';
496
  span.id = 'change-wrap';
@@ -551,6 +556,13 @@ class wpdbBackup {
551
  border: 1px solid;
552
  margin-top: 1em;
553
  padding: 1em;
 
 
 
 
 
 
 
554
  }
555
  fieldset.options div.tables-list {
556
  float: left;
@@ -664,16 +676,12 @@ class wpdbBackup {
664
 
665
  function open($filename = '', $mode = 'w') {
666
  if ('' == $filename) return false;
667
- if ($this->gzip())
668
- $fp = @gzopen($filename, $mode);
669
- else
670
- $fp = @fopen($filename, $mode);
671
  return $fp;
672
  }
673
 
674
  function close($fp) {
675
- if ($this->gzip()) gzclose($fp);
676
- else fclose($fp);
677
  }
678
 
679
  /**
@@ -682,13 +690,8 @@ class wpdbBackup {
682
  * @return null
683
  */
684
  function stow($query_line) {
685
- if ($this->gzip()) {
686
- if(! @gzwrite($this->fp, $query_line))
687
- $this->error(__('There was an error writing a line to the backup script:','wp-db-backup') . ' ' . $query_line . ' ' . $php_errormsg);
688
- } else {
689
- if(false === @fwrite($this->fp, $query_line))
690
- $this->error(__('There was an error writing a line to the backup script:','wp-db-backup') . ' ' . $query_line . ' ' . $php_errormsg);
691
- }
692
  }
693
 
694
  /**
@@ -717,7 +720,9 @@ class wpdbBackup {
717
  unset( $this->errors );
718
  if ( ! count($errs) ) return;
719
  $msg = '';
720
- $err_list = array_slice(array_merge( (array) $errs['fatal'], (array) $errs['warn']), 0, 10);
 
 
721
  if ( 10 == count( $err_list ) )
722
  $err_list[9] = __('Subsequent errors have been omitted from this log.','wp-db-backup');
723
  $wrap = ( 'frame' == $loc ) ? "<script type=\"text/javascript\">\n var msgList = ''; \n %1\$s \n if ( msgList ) alert(msgList); \n </script>" : '%1$s';
@@ -1011,6 +1016,29 @@ class wpdbBackup {
1011
  if ('' == $filename) { return false; }
1012
 
1013
  $diskfile = $this->backup_dir . $filename;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1014
  if ('http' == $delivery) {
1015
  if (! file_exists($diskfile))
1016
  $this->error(array('kind' => 'fatal', 'msg' => sprintf(__('File not found:%s','wp-db-backup'), "&nbsp;<strong>$filename</strong><br />") . '<br /><a href="' . $this->page_url . '">' . __('Return to Backup','wp-db-backup') . '</a>'));
@@ -1103,7 +1131,7 @@ class wpdbBackup {
1103
  else {
1104
  update_option('wp_cron_backup_schedule', intval($_POST['cron_schedule']), false);
1105
  }
1106
- update_option('wp_cron_backup_tables', $_POST['wp_cron_backup_tables']);
1107
  if (is_email($_POST['cron_backup_recipient'])) {
1108
  update_option('wp_cron_backup_recipient', $_POST['cron_backup_recipient'], false);
1109
  }
@@ -1218,7 +1246,13 @@ class wpdbBackup {
1218
  <li><label for="do_email">
1219
  <input type="radio" name="deliver" id="do_email" value="smtp" style="border:none;" />
1220
  <?php _e('Email backup to:','wp-db-backup'); ?>
1221
- <input type="text" name="backup_recipient" size="20" value="<?php echo get_option('admin_email'); ?>" />
 
 
 
 
 
 
1222
  </label></li>
1223
  </ul>
1224
  <?php if ( ! $whoops ) : ?>
1
  <?php
2
  /*
3
  Plugin Name: WordPress Database Backup
4
+ Plugin URI: http://austinmatzko.com/wordpress-plugins/wp-db-backup/
5
  Description: On-demand backup of your WordPress database. Navigate to <a href="edit.php?page=wp-db-backup">Tools &rarr; Backup</a> to get started.
6
  Author: Austin Matzko
7
+ Author URI: http://austinmatzko.com/
8
+ Version: 2.2.3
9
 
10
+ Copyright 2010 Austin Matzko (email : austin at pressedcode.com)
 
 
 
 
 
 
 
 
11
 
12
  This program is free software; you can redistribute it and/or modify
13
  it under the terms of the GNU General Public License as published by
29
  * use a different backup location
30
  */
31
 
32
+ if ( ! defined('ABSPATH') ) {
33
+ die('Please do not load this file directly.');
34
+ }
35
+
36
  $rand = substr( md5( md5( DB_PASSWORD ) ), -5 );
37
  global $wpdbb_content_dir, $wpdbb_content_url, $wpdbb_plugin_dir;
38
  $wpdbb_content_dir = ( defined('WP_CONTENT_DIR') ) ? WP_CONTENT_DIR : ABSPATH . 'wp-content';
73
  var $referer_check_key;
74
  var $version = '2.1.5-alpha';
75
 
 
 
 
 
76
  function module_check() {
77
  $mod_evasive = false;
78
+ if ( defined( 'MOD_EVASIVE_OVERRIDE' ) && true === MOD_EVASIVE_OVERRIDE ) return true;
79
+ if ( ! defined( 'MOD_EVASIVE_OVERRIDE' ) || false === MOD_EVASIVE_OVERRIDE ) return false;
80
  if ( function_exists('apache_get_modules') )
81
  foreach( (array) apache_get_modules() as $mod )
82
  if ( false !== strpos($mod,'mod_evasive') || false !== strpos($mod,'mod_dosevasive') )
88
  global $table_prefix, $wpdb;
89
  add_action('wp_ajax_save_backup_time', array(&$this, 'save_backup_time'));
90
  add_action('init', array(&$this, 'init_textdomain'));
91
+ add_action('init', array(&$this, 'set_page_url'));
92
  add_action('load-update-core.php', array(&$this, 'update_notice_action'));
93
  add_action('wp_db_backup_cron', array(&$this, 'cron_backup'));
94
  add_action('wp_cron_daily', array(&$this, 'wp_cron_daily'));
98
  $table_prefix = ( isset( $table_prefix ) ) ? $table_prefix : $wpdb->prefix;
99
  $datum = date("Ymd_B");
100
  $this->backup_filename = DB_NAME . "_$table_prefix$datum.sql";
 
101
 
102
  $possible_names = array(
103
  'categories',
104
+ 'commentmeta',
105
  'comments',
106
  'link2cat',
107
  'linkcategories',
127
  $this->basename = 'wp-db-backup';
128
 
129
  $this->referer_check_key = $this->basename . '-download_' . DB_NAME;
 
 
 
 
 
130
  if (isset($_POST['do_backup'])) {
131
  $this->wp_secure('fatal');
132
  check_admin_referer($this->referer_check_key);
133
  $this->can_user_backup('main');
134
  // save exclude prefs
135
 
136
+ $exc_revisions = isset( $_POST['exclude-revisions'] ) ? (array) $_POST['exclude-revisions'] : array();
137
+ $exc_spam = isset( $_POST['exclude-spam'] ) ? (array) $_POST['exclude-spam'] : array();
138
  update_option('wp_db_backup_excs', array('revisions' => $exc_revisions, 'spam' => $exc_spam));
139
  switch($_POST['do_backup']) {
140
  case 'backup':
199
  load_plugin_textdomain('wp-db-backup', str_replace(ABSPATH, '', dirname(__FILE__)), dirname(plugin_basename(__FILE__)));
200
  }
201
 
202
+ function set_page_url() {
203
+ $query_args = array( 'page' => $this->basename );
204
+ if ( function_exists('wp_create_nonce') )
205
+ $query_args = array_merge( $query_args, array('_wpnonce' => wp_create_nonce($this->referer_check_key)) );
206
+ $base = ( function_exists('site_url') ) ? site_url('', 'admin') : get_option('siteurl');
207
+ $this->page_url = add_query_arg( $query_args, $base . '/wp-admin/edit.php');
208
+ }
209
+
210
  /*
211
  * Add a link to back up your database when doing a core upgrade
212
  */
237
  <li>'.__('Click the Stop or Back buttons in your browser','wp-db-backup').'</li>
238
  </ol>
239
  <p><strong>' . __('Progress:','wp-db-backup') . '</strong></p>
240
+ <div id="meterbox" style="height:11px;width:80%;padding:3px;border:1px solid #659fff;"><div id="meter" style="color:#fff;height:11px;line-height:11px;background-color:#659fff;width:0%;text-align:center;font-size:6pt;">&nbsp;</div></div>
241
  <div id="progress_message"></div>
242
  <div id="errors"></div>
243
  </fieldset>
282
  switch($_POST['deliver']) {
283
  case 'http':
284
  echo '
285
+ setProgress("' . __('Backup Complete!','wp-db-backup') . '");
286
  window.onbeforeunload = null;
287
  fram.src = "' . $download_uri . '";
288
  ';
289
  break;
290
  case 'smtp':
291
+ if ( get_option('wpdb_backup_recip') != $_POST['backup_recipient'] ) {
292
+ update_option('wpdb_backup_recip', $_POST['backup_recipient'] );
293
+ }
294
  echo '
295
+ setProgress("' . sprintf(__('Your backup has been emailed to %s','wp-db-backup'), $_POST['backup_recipient']) . '");
296
  window.onbeforeunload = null;
297
  fram.src = "' . $download_uri . '&via=email&recipient=' . $_POST['backup_recipient'] . '";
298
  ';
299
  break;
300
  default:
301
  echo '
302
+ setProgress("' . __('Backup Complete!','wp-db-backup') . '");
303
  window.onbeforeunload = null;
304
  ';
305
  }
422
  if (false !== $this->backup_file) {
423
  if ('smtp' == $_POST['deliver']) {
424
  $this->deliver_backup($this->backup_file, $_POST['deliver'], $_POST['backup_recipient'], 'main');
425
+ if ( get_option('wpdb_backup_recip') != $_POST['backup_recipient'] ) {
426
+ update_option('wpdb_backup_recip', $_POST['backup_recipient'] );
427
+ }
428
  wp_redirect($this->page_url);
429
  } elseif ('http' == $_POST['deliver']) {
430
  $download_uri = add_query_arg('backup',$this->backup_file,$this->page_url);
452
  var ul = d.getElementsByTagName('ul').item(0);
453
  if ( ul ) {
454
  var lis = ul.getElementsByTagName('li');
455
+ if ( 2 < lis.length ) {
456
+ var text = document.createElement('p');
457
+ text.className = 'instructions';
458
+ text.innerHTML = '<?php _e('Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes', 'wp-db-backup'); ?>';
459
+ ul.parentNode.insertBefore(text, ul);
460
+ }
461
  }
462
  t[k].p = d.getElementsByTagName("input");
463
+ for(var i=0; i < t[k].p.length; i++) {
464
  if(t[k].name == t[k].p[i].getAttribute('name')) {
465
  t[k].p[i].id = k + '-table-' + i;
466
  t[k].p[i].onkeyup = t[k].p[i].onclick = function(e) {
481
  }
482
  }
483
  }
484
+ }
485
  }
486
 
487
  <?php if ( function_exists('wp_schedule_event') ) : // needs to be at least WP 2.1 for ajax ?>
493
  var initTimeChange = function() {
494
  var timeWrap = document.getElementById('backup-time-wrap');
495
  var backupTime = document.getElementById('next-backup-time');
496
+ if ( !! timeWrap && !! backupTime && ( 1 == <?php
497
+ echo (int) ( 'en' == strtolower( substr( get_locale(), 0, 2 ) ) );
498
+ ?> ) ) {
499
  var span = document.createElement('span');
500
  span.className = 'submit';
501
  span.id = 'change-wrap';
556
  border: 1px solid;
557
  margin-top: 1em;
558
  padding: 1em;
559
+ -moz-border-radius: 8px;
560
+ -khtml-border-radius: 8px;
561
+ -webkit-border-top-left-radius: 8px;
562
+ -webkit-border-top-right-radius: 8px;
563
+ -webkit-border-bottom-left-radius: 8px;
564
+ -webkit-border-bottom-right-radius: 8px;
565
+ border-radius: 8px;
566
  }
567
  fieldset.options div.tables-list {
568
  float: left;
676
 
677
  function open($filename = '', $mode = 'w') {
678
  if ('' == $filename) return false;
679
+ $fp = @fopen($filename, $mode);
 
 
 
680
  return $fp;
681
  }
682
 
683
  function close($fp) {
684
+ fclose($fp);
 
685
  }
686
 
687
  /**
690
  * @return null
691
  */
692
  function stow($query_line) {
693
+ if(false === @fwrite($this->fp, $query_line))
694
+ $this->error(__('There was an error writing a line to the backup script:','wp-db-backup') . ' ' . $query_line . ' ' . $php_errormsg);
 
 
 
 
 
695
  }
696
 
697
  /**
720
  unset( $this->errors );
721
  if ( ! count($errs) ) return;
722
  $msg = '';
723
+ $errs['fatal'] = isset( $errs['fatal'] ) ? (array) $errs['fatal'] : array();
724
+ $errs['warn'] = isset( $errs['warn'] ) ? (array) $errs['warn'] : array();
725
+ $err_list = array_slice( array_merge( $errs['fatal'], $errs['warn'] ), 0, 10);
726
  if ( 10 == count( $err_list ) )
727
  $err_list[9] = __('Subsequent errors have been omitted from this log.','wp-db-backup');
728
  $wrap = ( 'frame' == $loc ) ? "<script type=\"text/javascript\">\n var msgList = ''; \n %1\$s \n if ( msgList ) alert(msgList); \n </script>" : '%1$s';
1016
  if ('' == $filename) { return false; }
1017
 
1018
  $diskfile = $this->backup_dir . $filename;
1019
+ /**
1020
+ * Try to compress to gzip, if available
1021
+ */
1022
+ if ( function_exists('gzencode') ) {
1023
+ $gz_diskfile = "{$diskfile}.gz";
1024
+ if ( function_exists('file_get_contents') ) {
1025
+ $text = file_get_contents($diskfile);
1026
+ } else {
1027
+ $text = implode("", file($diskfile));
1028
+ }
1029
+ $gz_text = gzencode($text, 9);
1030
+ $fp = fopen($gz_diskfile, "w");
1031
+ fwrite($fp, $gz_text);
1032
+ if ( fclose($fp) ) {
1033
+ unlink($diskfile);
1034
+ $diskfile = $gz_diskfile;
1035
+ $filename = "{$filename}.gz";
1036
+ }
1037
+ }
1038
+ /*
1039
+ *
1040
+ */
1041
+
1042
  if ('http' == $delivery) {
1043
  if (! file_exists($diskfile))
1044
  $this->error(array('kind' => 'fatal', 'msg' => sprintf(__('File not found:%s','wp-db-backup'), "&nbsp;<strong>$filename</strong><br />") . '<br /><a href="' . $this->page_url . '">' . __('Return to Backup','wp-db-backup') . '</a>'));
1131
  else {
1132
  update_option('wp_cron_backup_schedule', intval($_POST['cron_schedule']), false);
1133
  }
1134
+ update_option('wp_cron_backup_tables', isset( $_POST['wp_cron_backup_tables'] ) ? $_POST['wp_cron_backup_tables'] : array() );
1135
  if (is_email($_POST['cron_backup_recipient'])) {
1136
  update_option('wp_cron_backup_recipient', $_POST['cron_backup_recipient'], false);
1137
  }
1246
  <li><label for="do_email">
1247
  <input type="radio" name="deliver" id="do_email" value="smtp" style="border:none;" />
1248
  <?php _e('Email backup to:','wp-db-backup'); ?>
1249
+ <input type="text" name="backup_recipient" size="20" value="<?php
1250
+ $backup_recip = get_option('wpdb_backup_recip');
1251
+ if ( empty( $backup_recip ) ) {
1252
+ $backup_recip = get_option('admin_email');
1253
+ }
1254
+
1255
+ echo $backup_recip; ?>" />
1256
  </label></li>
1257
  </ul>
1258
  <?php if ( ! $whoops ) : ?>
wp-db-backup.pot CHANGED
@@ -1,197 +1,207 @@
1
  # WP-DB-Backup
2
- # Copyright (C) 2008 Austin Matzko
3
  # This file is distributed under the GPL 2 license.
4
  #
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2008-08-15 11:00-0500\n"
10
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11
- "Last-Translator: Austin Matzko if.website at gmail.com\n"
 
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=CHARSET\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
 
16
- #: wp-db-backup.php:181
17
  msgid "Backup Complete!"
18
  msgstr ""
19
 
20
- #: wp-db-backup.php:211
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Progress"
22
  msgstr ""
23
 
24
- #: wp-db-backup.php:213
25
  msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
26
  msgstr ""
27
 
28
- #: wp-db-backup.php:216
29
  msgid "Close this browser"
30
  msgstr ""
31
 
32
- #: wp-db-backup.php:217
33
  msgid "Reload this page"
34
  msgstr ""
35
 
36
- #: wp-db-backup.php:218
37
  msgid "Click the Stop or Back buttons in your browser"
38
  msgstr ""
39
 
40
- #: wp-db-backup.php:220
41
  msgid "Progress:"
42
  msgstr ""
43
 
44
- #: wp-db-backup.php:229
45
  msgid "Navigating away from this page will cause your backup to fail."
46
  msgstr ""
47
 
48
- #: wp-db-backup.php:266
49
- #, php-format
50
- msgid ""
51
- "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
52
- msgstr ""
53
-
54
- #: wp-db-backup.php:273
55
- #, php-format
56
- msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
57
- msgstr ""
58
-
59
- #: wp-db-backup.php:280
60
  #, php-format
61
- msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
62
  msgstr ""
63
 
64
- #: wp-db-backup.php:340
65
  msgid "Creating backup file..."
66
  msgstr ""
67
 
68
- #: wp-db-backup.php:343
69
  #, php-format
70
  msgid "Finished backing up table \\\"%s\\\"."
71
  msgstr ""
72
 
73
- #: wp-db-backup.php:345
74
  #, php-format
75
  msgid "Backing up table \\\"%s\\\"..."
76
  msgstr ""
77
 
78
- #: wp-db-backup.php:352 wp-db-backup.php:835
79
  msgid "Could not open the backup file for writing!"
80
  msgstr ""
81
 
82
- #: wp-db-backup.php:353
83
  msgid ""
84
  "The backup file could not be saved. Please check the permissions for "
85
  "writing to your backup directory and try again."
86
  msgstr ""
87
 
88
- #: wp-db-backup.php:358 wp-db-backup.php:844
89
  msgid "WordPress MySQL database backup"
90
  msgstr ""
91
 
92
- #: wp-db-backup.php:360 wp-db-backup.php:846
93
  #, php-format
94
  msgid "Generated: %s"
95
  msgstr ""
96
 
97
- #: wp-db-backup.php:361 wp-db-backup.php:847
98
  #, php-format
99
  msgid "Hostname: %s"
100
  msgstr ""
101
 
102
- #: wp-db-backup.php:362 wp-db-backup.php:848
103
  #, php-format
104
  msgid "Database: %s"
105
  msgstr ""
106
 
107
- #: wp-db-backup.php:370 wp-db-backup.php:861
108
  #, php-format
109
  msgid "Table: %s"
110
  msgstr ""
111
 
112
- #: wp-db-backup.php:377
113
  msgid ""
114
  "The backup directory is not writeable! Please check the permissions for "
115
  "writing to your backup directory and try again."
116
  msgstr ""
117
 
118
- #: wp-db-backup.php:434
119
  msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
120
  msgstr ""
121
 
122
- #: wp-db-backup.php:474
123
  msgid "Change"
124
  msgstr ""
125
 
126
- #: wp-db-backup.php:483
127
  msgid "Save"
128
  msgstr ""
129
 
130
- #: wp-db-backup.php:566 wp-db-backup.php:571 wp-db-backup.php:1126
131
  msgid "Backup"
132
  msgstr ""
133
 
134
- #: wp-db-backup.php:646 wp-db-backup.php:649
 
 
 
 
 
 
 
 
135
  msgid "There was an error writing a line to the backup script:"
136
  msgstr ""
137
 
138
- #: wp-db-backup.php:681
139
  msgid "Subsequent errors have been omitted from this log."
140
  msgstr ""
141
 
142
- #: wp-db-backup.php:715
143
  msgid "Error getting table details"
144
  msgstr ""
145
 
146
- #: wp-db-backup.php:723
147
  #, php-format
148
  msgid "Delete any existing table %s"
149
  msgstr ""
150
 
151
- #: wp-db-backup.php:732
152
  #, php-format
153
  msgid "Table structure of table %s"
154
  msgstr ""
155
 
156
- #: wp-db-backup.php:738
157
  #, php-format
158
  msgid "Error with SHOW CREATE TABLE for %s."
159
  msgstr ""
160
 
161
- #: wp-db-backup.php:745
162
  #, php-format
163
  msgid "Error getting table structure of %s"
164
  msgstr ""
165
 
166
- #: wp-db-backup.php:753
167
  #, php-format
168
  msgid "Data contents of table %s"
169
  msgstr ""
170
 
171
- #: wp-db-backup.php:823
172
  #, php-format
173
  msgid "End of data contents of table %s"
174
  msgstr ""
175
 
176
- #: wp-db-backup.php:839
177
  msgid "The backup directory is not writeable!"
178
  msgstr ""
179
 
180
- #: wp-db-backup.php:974
181
  #, php-format
182
  msgid "File not found:%s"
183
  msgstr ""
184
 
185
- #: wp-db-backup.php:974
186
  msgid "Return to Backup"
187
  msgstr ""
188
 
189
- #: wp-db-backup.php:983
190
  #, php-format
191
  msgid "File %s does not exist!"
192
  msgstr ""
193
 
194
- #: wp-db-backup.php:990
195
  #, php-format
196
  msgid ""
197
  "Attached to this email is\n"
@@ -199,187 +209,182 @@ msgid ""
199
  " Size:%2s kilobytes\n"
200
  msgstr ""
201
 
202
- #: wp-db-backup.php:991
203
  msgid "Database Backup"
204
  msgstr ""
205
 
206
- #: wp-db-backup.php:994 wp-db-backup.php:1041
207
  msgid "The following errors were reported:"
208
  msgstr ""
209
 
210
- #: wp-db-backup.php:999
211
  msgid "ERROR: The mail application has failed to deliver the backup."
212
  msgstr ""
213
 
214
- #: wp-db-backup.php:1016
215
  msgid "Backup Successful"
216
  msgstr ""
217
 
218
- #: wp-db-backup.php:1020
219
  #, php-format
220
  msgid ""
221
  "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
222
  msgstr ""
223
 
224
- #: wp-db-backup.php:1028
225
- #, php-format
226
- msgid "Your backup has been emailed to %s"
227
- msgstr ""
228
-
229
- #: wp-db-backup.php:1031
230
  msgid ""
231
  "Your backup file has been saved on the server. If you would like to download "
232
  "it now, right click and select \"Save As\""
233
  msgstr ""
234
 
235
- #: wp-db-backup.php:1032
236
  #, php-format
237
  msgid "%s bytes"
238
  msgstr ""
239
 
240
- #: wp-db-backup.php:1068
241
  msgid "Scheduled Backup Options Saved!"
242
  msgstr ""
243
 
244
- #: wp-db-backup.php:1095
245
  msgid ""
246
  "WARNING: Your backup directory does <strong>NOT</strong> exist, and we "
247
  "cannot create it."
248
  msgstr ""
249
 
250
- #: wp-db-backup.php:1096
251
  #, php-format
252
  msgid "Using your FTP client, try to create the backup directory yourself: %s"
253
  msgstr ""
254
 
255
- #: wp-db-backup.php:1100 wp-db-backup.php:1111
256
  msgid ""
257
  "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot "
258
  "create the backup files."
259
  msgstr ""
260
 
261
- #: wp-db-backup.php:1101
262
  #, php-format
263
  msgid ""
264
  "Using your FTP client, try to set the backup directory&rsquo;s write "
265
  "permission to %1$s or %2$s: %3$s"
266
  msgstr ""
267
 
268
- #: wp-db-backup.php:1113
269
  msgid ""
270
  "This problem seems to be caused by your server&rsquo;s <code>safe_mode</"
271
  "code> file ownership restrictions, which limit what files web applications "
272
  "like WordPress can create."
273
  msgstr ""
274
 
275
- #: wp-db-backup.php:1115
276
  #, php-format
277
  msgid ""
278
  "You can try to correct this problem by using your FTP client to delete and "
279
  "then re-create the backup directory: %s"
280
  msgstr ""
281
 
282
- #: wp-db-backup.php:1129
283
  msgid "Tables"
284
  msgstr ""
285
 
286
- #: wp-db-backup.php:1131
287
  msgid "These core WordPress tables will always be backed up:"
288
  msgstr ""
289
 
290
- #: wp-db-backup.php:1136
291
  msgid "Exclude spam comments"
292
  msgstr ""
293
 
294
- #: wp-db-backup.php:1139
295
  msgid "Exclude post revisions"
296
  msgstr ""
297
 
298
- #: wp-db-backup.php:1150
299
  msgid "You may choose to include any of the following tables:"
300
  msgstr ""
301
 
302
- #: wp-db-backup.php:1164
303
  msgid "Backup Options"
304
  msgstr ""
305
 
306
- #: wp-db-backup.php:1165
307
  msgid "What to do with the backup file:"
308
  msgstr ""
309
 
310
- #: wp-db-backup.php:1169
311
  msgid "Save to server"
312
  msgstr ""
313
 
314
- #: wp-db-backup.php:1174
315
  msgid "Download to your computer"
316
  msgstr ""
317
 
318
- #: wp-db-backup.php:1178 wp-db-backup.php:1235
319
  msgid "Email backup to:"
320
  msgstr ""
321
 
322
- #: wp-db-backup.php:1185
323
  msgid "Backup now!"
324
  msgstr ""
325
 
326
- #: wp-db-backup.php:1188
327
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
328
  msgstr ""
329
 
330
- #: wp-db-backup.php:1199
331
  msgid "Scheduled Backup"
332
  msgstr ""
333
 
334
- #: wp-db-backup.php:1206
335
  #, php-format
336
  msgid "Next Backup: %s"
337
  msgstr ""
338
 
339
- #: wp-db-backup.php:1211
340
  #, php-format
341
  msgid "Last WP-Cron Daily Execution: %s"
342
  msgstr ""
343
 
344
- #: wp-db-backup.php:1212
345
  #, php-format
346
  msgid "Next WP-Cron Daily Execution: %s"
347
  msgstr ""
348
 
349
- #: wp-db-backup.php:1217
350
  msgid "Schedule: "
351
  msgstr ""
352
 
353
- #: wp-db-backup.php:1220
354
  msgid "None"
355
  msgstr ""
356
 
357
- #: wp-db-backup.php:1220
358
  msgid "Daily"
359
  msgstr ""
360
 
361
- #: wp-db-backup.php:1243
362
- msgid "Tables to include in the scheduled backup:"
363
  msgstr ""
364
 
365
- #: wp-db-backup.php:1253
366
- msgid "Schedule backup"
367
  msgstr ""
368
 
369
- #: wp-db-backup.php:1278
370
  msgid "Never"
371
  msgstr ""
372
 
373
- #: wp-db-backup.php:1283
374
  #, php-format
375
  msgid "%s seconds"
376
  msgstr ""
377
 
378
- #: wp-db-backup.php:1316
379
  msgid "Once Weekly"
380
  msgstr ""
381
 
382
- #: wp-db-backup.php:1329
383
  #, php-format
384
  msgid ""
385
  "Your WordPress version, %1s, lacks important security features without which "
@@ -388,17 +393,17 @@ msgid ""
388
  "WordPress</a> to a more recent version."
389
  msgstr ""
390
 
391
- #: wp-db-backup.php:1347
392
  msgid "You are not allowed to perform backups."
393
  msgstr ""
394
 
395
- #: wp-db-backup.php:1362
396
  #, php-format
397
  msgid ""
398
  "There appears to be an unauthorized attempt from this site to access your "
399
  "database located at %1s. The attempt has been halted."
400
  msgstr ""
401
 
402
- #: wp-db-backup.php:1373
403
  msgid "Cheatin' uh ?"
404
  msgstr ""
1
  # WP-DB-Backup
2
+ # Copyright (C) 2010 Austin Matzko
3
  # This file is distributed under the GPL 2 license.
4
  #
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2010-12-21 15:38-0600\n"
10
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11
+ "Last-Translator: Austin Matzko austin at pressedcode dot com\n"
12
+ "Language-Team: LANGUAGE <LL@li.org>\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=CHARSET\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
 
17
+ #: wp-db-backup.php:177 wp-db-backup.php:285 wp-db-backup.php:302
18
  msgid "Backup Complete!"
19
  msgstr ""
20
 
21
+ #: wp-db-backup.php:220
22
+ msgid "http://codex.wordpress.org/WordPress_Backups"
23
+ msgstr ""
24
+
25
+ #: wp-db-backup.php:221
26
+ #, php-format
27
+ msgid ""
28
+ "Click <a href=\"%s\" target=\"_blank\">here</a> to back up your database "
29
+ "using the WordPress Database Backup plugin. <strong>Note:</strong> WordPress "
30
+ "Database Backup does <em>not</em> back up your files, just your database."
31
+ msgstr ""
32
+
33
+ #: wp-db-backup.php:230
34
  msgid "Progress"
35
  msgstr ""
36
 
37
+ #: wp-db-backup.php:232
38
  msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
39
  msgstr ""
40
 
41
+ #: wp-db-backup.php:235
42
  msgid "Close this browser"
43
  msgstr ""
44
 
45
+ #: wp-db-backup.php:236
46
  msgid "Reload this page"
47
  msgstr ""
48
 
49
+ #: wp-db-backup.php:237
50
  msgid "Click the Stop or Back buttons in your browser"
51
  msgstr ""
52
 
53
+ #: wp-db-backup.php:239
54
  msgid "Progress:"
55
  msgstr ""
56
 
57
+ #: wp-db-backup.php:248
58
  msgid "Navigating away from this page will cause your backup to fail."
59
  msgstr ""
60
 
61
+ #: wp-db-backup.php:295 wp-db-backup.php:1098
 
 
 
 
 
 
 
 
 
 
 
62
  #, php-format
63
+ msgid "Your backup has been emailed to %s"
64
  msgstr ""
65
 
66
+ #: wp-db-backup.php:362
67
  msgid "Creating backup file..."
68
  msgstr ""
69
 
70
+ #: wp-db-backup.php:365
71
  #, php-format
72
  msgid "Finished backing up table \\\"%s\\\"."
73
  msgstr ""
74
 
75
+ #: wp-db-backup.php:367
76
  #, php-format
77
  msgid "Backing up table \\\"%s\\\"..."
78
  msgstr ""
79
 
80
+ #: wp-db-backup.php:374 wp-db-backup.php:881
81
  msgid "Could not open the backup file for writing!"
82
  msgstr ""
83
 
84
+ #: wp-db-backup.php:375
85
  msgid ""
86
  "The backup file could not be saved. Please check the permissions for "
87
  "writing to your backup directory and try again."
88
  msgstr ""
89
 
90
+ #: wp-db-backup.php:380 wp-db-backup.php:890
91
  msgid "WordPress MySQL database backup"
92
  msgstr ""
93
 
94
+ #: wp-db-backup.php:382 wp-db-backup.php:892
95
  #, php-format
96
  msgid "Generated: %s"
97
  msgstr ""
98
 
99
+ #: wp-db-backup.php:383 wp-db-backup.php:893
100
  #, php-format
101
  msgid "Hostname: %s"
102
  msgstr ""
103
 
104
+ #: wp-db-backup.php:384 wp-db-backup.php:894
105
  #, php-format
106
  msgid "Database: %s"
107
  msgstr ""
108
 
109
+ #: wp-db-backup.php:392 wp-db-backup.php:907
110
  #, php-format
111
  msgid "Table: %s"
112
  msgstr ""
113
 
114
+ #: wp-db-backup.php:399
115
  msgid ""
116
  "The backup directory is not writeable! Please check the permissions for "
117
  "writing to your backup directory and try again."
118
  msgstr ""
119
 
120
+ #: wp-db-backup.php:458
121
  msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
122
  msgstr ""
123
 
124
+ #: wp-db-backup.php:502
125
  msgid "Change"
126
  msgstr ""
127
 
128
+ #: wp-db-backup.php:511
129
  msgid "Save"
130
  msgstr ""
131
 
132
+ #: wp-db-backup.php:605 wp-db-backup.php:614 wp-db-backup.php:1196
133
  msgid "Backup"
134
  msgstr ""
135
 
136
+ #: wp-db-backup.php:623
137
+ msgid "FAQ"
138
+ msgstr ""
139
+
140
+ #: wp-db-backup.php:624
141
+ msgid "WP-DB-Backup Support Forum"
142
+ msgstr ""
143
+
144
+ #: wp-db-backup.php:694
145
  msgid "There was an error writing a line to the backup script:"
146
  msgstr ""
147
 
148
+ #: wp-db-backup.php:727
149
  msgid "Subsequent errors have been omitted from this log."
150
  msgstr ""
151
 
152
+ #: wp-db-backup.php:761
153
  msgid "Error getting table details"
154
  msgstr ""
155
 
156
+ #: wp-db-backup.php:769
157
  #, php-format
158
  msgid "Delete any existing table %s"
159
  msgstr ""
160
 
161
+ #: wp-db-backup.php:778
162
  #, php-format
163
  msgid "Table structure of table %s"
164
  msgstr ""
165
 
166
+ #: wp-db-backup.php:784
167
  #, php-format
168
  msgid "Error with SHOW CREATE TABLE for %s."
169
  msgstr ""
170
 
171
+ #: wp-db-backup.php:791
172
  #, php-format
173
  msgid "Error getting table structure of %s"
174
  msgstr ""
175
 
176
+ #: wp-db-backup.php:799
177
  #, php-format
178
  msgid "Data contents of table %s"
179
  msgstr ""
180
 
181
+ #: wp-db-backup.php:869
182
  #, php-format
183
  msgid "End of data contents of table %s"
184
  msgstr ""
185
 
186
+ #: wp-db-backup.php:885
187
  msgid "The backup directory is not writeable!"
188
  msgstr ""
189
 
190
+ #: wp-db-backup.php:1044
191
  #, php-format
192
  msgid "File not found:%s"
193
  msgstr ""
194
 
195
+ #: wp-db-backup.php:1044
196
  msgid "Return to Backup"
197
  msgstr ""
198
 
199
+ #: wp-db-backup.php:1053
200
  #, php-format
201
  msgid "File %s does not exist!"
202
  msgstr ""
203
 
204
+ #: wp-db-backup.php:1060
205
  #, php-format
206
  msgid ""
207
  "Attached to this email is\n"
209
  " Size:%2s kilobytes\n"
210
  msgstr ""
211
 
212
+ #: wp-db-backup.php:1061
213
  msgid "Database Backup"
214
  msgstr ""
215
 
216
+ #: wp-db-backup.php:1064 wp-db-backup.php:1111
217
  msgid "The following errors were reported:"
218
  msgstr ""
219
 
220
+ #: wp-db-backup.php:1069
221
  msgid "ERROR: The mail application has failed to deliver the backup."
222
  msgstr ""
223
 
224
+ #: wp-db-backup.php:1086
225
  msgid "Backup Successful"
226
  msgstr ""
227
 
228
+ #: wp-db-backup.php:1090
229
  #, php-format
230
  msgid ""
231
  "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
232
  msgstr ""
233
 
234
+ #: wp-db-backup.php:1101
 
 
 
 
 
235
  msgid ""
236
  "Your backup file has been saved on the server. If you would like to download "
237
  "it now, right click and select \"Save As\""
238
  msgstr ""
239
 
240
+ #: wp-db-backup.php:1102
241
  #, php-format
242
  msgid "%s bytes"
243
  msgstr ""
244
 
245
+ #: wp-db-backup.php:1138
246
  msgid "Scheduled Backup Options Saved!"
247
  msgstr ""
248
 
249
+ #: wp-db-backup.php:1165
250
  msgid ""
251
  "WARNING: Your backup directory does <strong>NOT</strong> exist, and we "
252
  "cannot create it."
253
  msgstr ""
254
 
255
+ #: wp-db-backup.php:1166
256
  #, php-format
257
  msgid "Using your FTP client, try to create the backup directory yourself: %s"
258
  msgstr ""
259
 
260
+ #: wp-db-backup.php:1170 wp-db-backup.php:1181
261
  msgid ""
262
  "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot "
263
  "create the backup files."
264
  msgstr ""
265
 
266
+ #: wp-db-backup.php:1171
267
  #, php-format
268
  msgid ""
269
  "Using your FTP client, try to set the backup directory&rsquo;s write "
270
  "permission to %1$s or %2$s: %3$s"
271
  msgstr ""
272
 
273
+ #: wp-db-backup.php:1183
274
  msgid ""
275
  "This problem seems to be caused by your server&rsquo;s <code>safe_mode</"
276
  "code> file ownership restrictions, which limit what files web applications "
277
  "like WordPress can create."
278
  msgstr ""
279
 
280
+ #: wp-db-backup.php:1185
281
  #, php-format
282
  msgid ""
283
  "You can try to correct this problem by using your FTP client to delete and "
284
  "then re-create the backup directory: %s"
285
  msgstr ""
286
 
287
+ #: wp-db-backup.php:1199
288
  msgid "Tables"
289
  msgstr ""
290
 
291
+ #: wp-db-backup.php:1201
292
  msgid "These core WordPress tables will always be backed up:"
293
  msgstr ""
294
 
295
+ #: wp-db-backup.php:1206
296
  msgid "Exclude spam comments"
297
  msgstr ""
298
 
299
+ #: wp-db-backup.php:1209
300
  msgid "Exclude post revisions"
301
  msgstr ""
302
 
303
+ #: wp-db-backup.php:1220
304
  msgid "You may choose to include any of the following tables:"
305
  msgstr ""
306
 
307
+ #: wp-db-backup.php:1234
308
  msgid "Backup Options"
309
  msgstr ""
310
 
311
+ #: wp-db-backup.php:1235
312
  msgid "What to do with the backup file:"
313
  msgstr ""
314
 
315
+ #: wp-db-backup.php:1239
316
  msgid "Save to server"
317
  msgstr ""
318
 
319
+ #: wp-db-backup.php:1244
320
  msgid "Download to your computer"
321
  msgstr ""
322
 
323
+ #: wp-db-backup.php:1248 wp-db-backup.php:1312
324
  msgid "Email backup to:"
325
  msgstr ""
326
 
327
+ #: wp-db-backup.php:1261
328
  msgid "Backup now!"
329
  msgstr ""
330
 
331
+ #: wp-db-backup.php:1264
332
  msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
333
  msgstr ""
334
 
335
+ #: wp-db-backup.php:1275
336
  msgid "Scheduled Backup"
337
  msgstr ""
338
 
339
+ #: wp-db-backup.php:1282
340
  #, php-format
341
  msgid "Next Backup: %s"
342
  msgstr ""
343
 
344
+ #: wp-db-backup.php:1287
345
  #, php-format
346
  msgid "Last WP-Cron Daily Execution: %s"
347
  msgstr ""
348
 
349
+ #: wp-db-backup.php:1288
350
  #, php-format
351
  msgid "Next WP-Cron Daily Execution: %s"
352
  msgstr ""
353
 
354
+ #: wp-db-backup.php:1293
355
  msgid "Schedule: "
356
  msgstr ""
357
 
358
+ #: wp-db-backup.php:1297
359
  msgid "None"
360
  msgstr ""
361
 
362
+ #: wp-db-backup.php:1297
363
  msgid "Daily"
364
  msgstr ""
365
 
366
+ #: wp-db-backup.php:1314
367
+ msgid "Schedule backup"
368
  msgstr ""
369
 
370
+ #: wp-db-backup.php:1322
371
+ msgid "Tables to include in the scheduled backup:"
372
  msgstr ""
373
 
374
+ #: wp-db-backup.php:1357
375
  msgid "Never"
376
  msgstr ""
377
 
378
+ #: wp-db-backup.php:1362
379
  #, php-format
380
  msgid "%s seconds"
381
  msgstr ""
382
 
383
+ #: wp-db-backup.php:1395
384
  msgid "Once Weekly"
385
  msgstr ""
386
 
387
+ #: wp-db-backup.php:1408
388
  #, php-format
389
  msgid ""
390
  "Your WordPress version, %1s, lacks important security features without which "
393
  "WordPress</a> to a more recent version."
394
  msgstr ""
395
 
396
+ #: wp-db-backup.php:1426
397
  msgid "You are not allowed to perform backups."
398
  msgstr ""
399
 
400
+ #: wp-db-backup.php:1441
401
  #, php-format
402
  msgid ""
403
  "There appears to be an unauthorized attempt from this site to access your "
404
  "database located at %1s. The attempt has been halted."
405
  msgstr ""
406
 
407
+ #: wp-db-backup.php:1452
408
  msgid "Cheatin' uh ?"
409
  msgstr ""