Version Description
Download this release
Release Info
Developer | filosofo |
Plugin | WP-DB-Backup |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- readme.txt +35 -5
- wp-db-backup-ca.mo +0 -0
- wp-db-backup-ca.po +412 -0
- wp-db-backup-el.mo +0 -0
- wp-db-backup-el.po +395 -0
- wp-db-backup-es_ES.mo +0 -0
- wp-db-backup-es_ES.po +411 -0
- wp-db-backup-fa_IR.mo +0 -0
- wp-db-backup-fa_IR.po +395 -0
- wp-db-backup-ko_KR.mo +0 -0
- wp-db-backup-ko_KR.po +398 -0
- wp-db-backup-pt_BR.mo +0 -0
- wp-db-backup-pt_BR.po +397 -0
- wp-db-backup-sv_SE.mo +0 -0
- wp-db-backup-sv_SE.po +396 -0
- wp-db-backup.php +62 -23
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.
|
7 |
-
Stable tag: 2.2.
|
8 |
|
9 |
On-demand backup of your WordPress database.
|
10 |
|
@@ -17,7 +17,7 @@ Released under the terms of the GNU GPL, version 2.
|
|
17 |
|
18 |
NO WARRANTY.
|
19 |
|
20 |
-
Copyright (c)
|
21 |
|
22 |
== Installation ==
|
23 |
1. Copy the wp-db-backup.php file to /wp-content/plugins/
|
@@ -35,6 +35,10 @@ Released under the terms of the GNU GPL, version 2.
|
|
35 |
|
36 |
Briefly, use phpMyAdmin, which is included with most hosting control panels. More details and links to further explanations are [here](http://codex.wordpress.org/Restoring_Your_Database_From_Backup).
|
37 |
|
|
|
|
|
|
|
|
|
38 |
= My backup stops or hangs without completing. =
|
39 |
|
40 |
If you edit the text of wp-db-backup.php in a text editor like Notepad, you’ll see around line 50 the following:
|
@@ -66,7 +70,7 @@ http://dev.wp-plugins.org/browser/wp-db-backup/i18n/
|
|
66 |
Because it's a fairly safe bet that the core WordPress files will be successfully backed up. Plugins vary wildly in the amount of data that they store. For instance, it's not uncommon for some statistics plugins to have tens of megabytes worth of visitor statistics. These are not exactly essential items to restore after a catastrophic failure. Most poeple can reasonably live without this data in their backups.
|
67 |
|
68 |
== Usage ==
|
69 |
-
1. Click the Manage menu in your WordPress admin area.
|
70 |
1. Click the Backup sub-menu.
|
71 |
|
72 |
1. The plugin will look for other tables in the same database. You may elect to include other tables in the backup.
|
@@ -105,11 +109,37 @@ of your choice.
|
|
105 |
|
106 |
== Translators ==
|
107 |
Thanks to following people for providing translation files for WP-DB-Backup:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
* Gilles Wittezaele
|
|
|
109 |
* İzzet Emre Erkan
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
* Michele Spagnuolo
|
|
|
|
|
|
|
|
|
111 |
* Rune Gulbrandsøy
|
|
|
112 |
* Sergey Biryukov
|
113 |
* Tai
|
114 |
* Timm Severin
|
|
|
115 |
* 吴曦
|
|
|
|
|
|
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 |
|
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/
|
35 |
|
36 |
Briefly, use phpMyAdmin, which is included with most hosting control panels. More details and links to further explanations are [here](http://codex.wordpress.org/Restoring_Your_Database_From_Backup).
|
37 |
|
38 |
+
= Why can't I schedule automatic backups to be saved to my server? =
|
39 |
+
|
40 |
+
Although WP-DB-Backup provides the option of saving the backup file to the server, I strongly discourage anyone from leaving backed-up database files on the server. If the server is not perfectly configured, then someone could gain access to your data, and I do not want to make it easy for that to happen.
|
41 |
+
|
42 |
= My backup stops or hangs without completing. =
|
43 |
|
44 |
If you edit the text of wp-db-backup.php in a text editor like Notepad, you’ll see around line 50 the following:
|
70 |
Because it's a fairly safe bet that the core WordPress files will be successfully backed up. Plugins vary wildly in the amount of data that they store. For instance, it's not uncommon for some statistics plugins to have tens of megabytes worth of visitor statistics. These are not exactly essential items to restore after a catastrophic failure. Most poeple can reasonably live without this data in their backups.
|
71 |
|
72 |
== Usage ==
|
73 |
+
1. Click the Tools or Manage menu in your WordPress admin area.
|
74 |
1. Click the Backup sub-menu.
|
75 |
|
76 |
1. The plugin will look for other tables in the same database. You may elect to include other tables in the backup.
|
109 |
|
110 |
== Translators ==
|
111 |
Thanks to following people for providing translation files for WP-DB-Backup:
|
112 |
+
* Abel Cheung
|
113 |
+
* Alejandro Urrutia
|
114 |
+
* Alexander Kanakaris
|
115 |
+
* Angelo Andrea Iorio
|
116 |
+
* Calle
|
117 |
+
* Daniel Erb
|
118 |
+
* Daniel Villoldo
|
119 |
+
* Eilif Nordseth
|
120 |
+
* Eric Lassauge
|
121 |
+
* Friedlich
|
122 |
* Gilles Wittezaele
|
123 |
+
* Icemanpro
|
124 |
* İzzet Emre Erkan
|
125 |
+
* Jong-In Kim
|
126 |
+
* Kaveh
|
127 |
+
* Kessia Pinheiro
|
128 |
+
* Kuratkoo
|
129 |
+
* Majed Alotaibi
|
130 |
+
* Michał Gołuński
|
131 |
* Michele Spagnuolo
|
132 |
+
* Paopao
|
133 |
+
* Philippe Galliard
|
134 |
+
* Robert Buj
|
135 |
+
* Roger
|
136 |
* Rune Gulbrandsøy
|
137 |
+
* Serge Rauber
|
138 |
* Sergey Biryukov
|
139 |
* Tai
|
140 |
* Timm Severin
|
141 |
+
* Tzafrir Rehan
|
142 |
* 吴曦
|
143 |
+
|
144 |
+
== Past Contributors ==
|
145 |
+
skippy, Firas, LaughingLizard, MtDewVirus, Podz, Ringmaster
|
wp-db-backup-ca.mo
ADDED
Binary file
|
wp-db-backup-ca.po
ADDED
@@ -0,0 +1,412 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WP-DB-Backup
|
2 |
+
# Copyright (C) 2009 Austin Matzko
|
3 |
+
# This file is distributed under the GPL 2 license.
|
4 |
+
#
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: wp-db-backup 2.2.2\n"
|
8 |
+
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2008-08-15 11:00-0500\n"
|
10 |
+
"PO-Revision-Date: 2009-03-13 13:41+0100\n"
|
11 |
+
"Last-Translator: Robert Buj <rbuj@wanadoo.es>\n"
|
12 |
+
"Language-Team: GrumpyWolf <daniel@grumpywolf.net>\n"
|
13 |
+
"MIME-Version: 1.0\n"
|
14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"X-Poedit-Language: Catalan\n"
|
17 |
+
"X-Poedit-Country: SPAIN\n"
|
18 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
19 |
+
|
20 |
+
#: wp-db-backup.php:181
|
21 |
+
msgid "Backup Complete!"
|
22 |
+
msgstr "Còpia de seguretat completada"
|
23 |
+
|
24 |
+
#: wp-db-backup.php:211
|
25 |
+
msgid "Progress"
|
26 |
+
msgstr "Procrés"
|
27 |
+
|
28 |
+
#: wp-db-backup.php:213
|
29 |
+
msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
|
30 |
+
msgstr "NO FAGI RES D'AIXÓ DOCNS INTERROMPRÀ LA CÒPIA DE SEGURETAT:"
|
31 |
+
|
32 |
+
#: wp-db-backup.php:216
|
33 |
+
msgid "Close this browser"
|
34 |
+
msgstr "Tancar aquest navegador"
|
35 |
+
|
36 |
+
#: wp-db-backup.php:217
|
37 |
+
msgid "Reload this page"
|
38 |
+
msgstr "Recarregar aquesta pàgina"
|
39 |
+
|
40 |
+
#: wp-db-backup.php:218
|
41 |
+
msgid "Click the Stop or Back buttons in your browser"
|
42 |
+
msgstr "Premer els botons Detindre o Enrera en el navegador"
|
43 |
+
|
44 |
+
#: wp-db-backup.php:220
|
45 |
+
msgid "Progress:"
|
46 |
+
msgstr "Procés:"
|
47 |
+
|
48 |
+
#: wp-db-backup.php:229
|
49 |
+
msgid "Navigating away from this page will cause your backup to fail."
|
50 |
+
msgstr "Sortir d'aquesta pàgina pot produïr un error en la teva còpia de seguretat."
|
51 |
+
|
52 |
+
#: wp-db-backup.php:266
|
53 |
+
#, php-format
|
54 |
+
msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
|
55 |
+
msgstr "Còpia de seguretat acabada, preparant la <a href=\\\"%s\\\">còpia de seguretat</a> per a descarregar-la..."
|
56 |
+
|
57 |
+
#: wp-db-backup.php:273
|
58 |
+
#, php-format
|
59 |
+
msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
|
60 |
+
msgstr "Còpia de seguretat acabada, enviant <a href=\\\"%s\\\">còpia de seguretat</a> per e-mail..."
|
61 |
+
|
62 |
+
#: wp-db-backup.php:280
|
63 |
+
#, php-format
|
64 |
+
msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
|
65 |
+
msgstr "Còpia de seguretat acabada. descarregueu-la <a href=\\\"%s\\\">aquí</a>."
|
66 |
+
|
67 |
+
#: wp-db-backup.php:340
|
68 |
+
msgid "Creating backup file..."
|
69 |
+
msgstr "Creant còpia de seguretat..."
|
70 |
+
|
71 |
+
#: wp-db-backup.php:343
|
72 |
+
#, php-format
|
73 |
+
msgid "Finished backing up table \\\"%s\\\"."
|
74 |
+
msgstr "Ha finalitzat la còpia de la taula \\\"%s\\\"."
|
75 |
+
|
76 |
+
#: wp-db-backup.php:345
|
77 |
+
#, php-format
|
78 |
+
msgid "Backing up table \\\"%s\\\"..."
|
79 |
+
msgstr "Creant còpia de seguretat de la taula \\\"%s\\\"..."
|
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 "No s'ha pogut escriure al ftxer de còpia de seguretat!"
|
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 "El fitxer de còpia de seguretat no es pot desar. Si us plau, comproveu els permisos d'escriptura al directori de còpies de seguretat i torneu-ho a provar."
|
89 |
+
|
90 |
+
#: wp-db-backup.php:358
|
91 |
+
#: wp-db-backup.php:844
|
92 |
+
msgid "WordPress MySQL database backup"
|
93 |
+
msgstr "Còpia de seguretat de la base de dades MySQL de WordPress"
|
94 |
+
|
95 |
+
#: wp-db-backup.php:360
|
96 |
+
#: wp-db-backup.php:846
|
97 |
+
#, php-format
|
98 |
+
msgid "Generated: %s"
|
99 |
+
msgstr "Generat: %s"
|
100 |
+
|
101 |
+
#: wp-db-backup.php:361
|
102 |
+
#: wp-db-backup.php:847
|
103 |
+
#, php-format
|
104 |
+
msgid "Hostname: %s"
|
105 |
+
msgstr "Nom d'equip: %s"
|
106 |
+
|
107 |
+
#: wp-db-backup.php:362
|
108 |
+
#: wp-db-backup.php:848
|
109 |
+
#, php-format
|
110 |
+
msgid "Database: %s"
|
111 |
+
msgstr "Base de dades: %s"
|
112 |
+
|
113 |
+
#: wp-db-backup.php:370
|
114 |
+
#: wp-db-backup.php:861
|
115 |
+
#, php-format
|
116 |
+
msgid "Table: %s"
|
117 |
+
msgstr "Taula: %s"
|
118 |
+
|
119 |
+
#: wp-db-backup.php:377
|
120 |
+
msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
|
121 |
+
msgstr "No se pot escriure al directori de còpies de seguretat. Si us plau, comprova els permisos corresponents i torna-ho a provar."
|
122 |
+
|
123 |
+
#: wp-db-backup.php:434
|
124 |
+
msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
|
125 |
+
msgstr "Cliqueu i tingueu presionat <code>[SHIFT]</code> per a múltiples seleccions"
|
126 |
+
|
127 |
+
#: wp-db-backup.php:474
|
128 |
+
msgid "Change"
|
129 |
+
msgstr "Canviar"
|
130 |
+
|
131 |
+
#: wp-db-backup.php:483
|
132 |
+
msgid "Save"
|
133 |
+
msgstr "Desar"
|
134 |
+
|
135 |
+
#: wp-db-backup.php:566
|
136 |
+
#: wp-db-backup.php:571
|
137 |
+
#: wp-db-backup.php:1126
|
138 |
+
msgid "Backup"
|
139 |
+
msgstr "Còpia de seguretat"
|
140 |
+
|
141 |
+
#: wp-db-backup.php:646
|
142 |
+
#: wp-db-backup.php:649
|
143 |
+
msgid "There was an error writing a line to the backup script:"
|
144 |
+
msgstr "S'ha produït un error a l'escriure una línia al script de còpies de seguretat:"
|
145 |
+
|
146 |
+
#: wp-db-backup.php:681
|
147 |
+
msgid "Subsequent errors have been omitted from this log."
|
148 |
+
msgstr "Els següents errors s'han omès en aquest log."
|
149 |
+
|
150 |
+
#: wp-db-backup.php:715
|
151 |
+
msgid "Error getting table details"
|
152 |
+
msgstr "Error a l'obtindre els detalls de la taula"
|
153 |
+
|
154 |
+
#: wp-db-backup.php:723
|
155 |
+
#, php-format
|
156 |
+
msgid "Delete any existing table %s"
|
157 |
+
msgstr "Esborrar qualsevol taula existent %s"
|
158 |
+
|
159 |
+
#: wp-db-backup.php:732
|
160 |
+
#, php-format
|
161 |
+
msgid "Table structure of table %s"
|
162 |
+
msgstr "Taula d'estructura de la taula %s"
|
163 |
+
|
164 |
+
#: wp-db-backup.php:738
|
165 |
+
#, php-format
|
166 |
+
msgid "Error with SHOW CREATE TABLE for %s."
|
167 |
+
msgstr "Error amb SHOW CREATE TABLE per a %s."
|
168 |
+
|
169 |
+
#: wp-db-backup.php:745
|
170 |
+
#, php-format
|
171 |
+
msgid "Error getting table structure of %s"
|
172 |
+
msgstr "Error a l'obtindre l'estructura de la taula de %s"
|
173 |
+
|
174 |
+
#: wp-db-backup.php:753
|
175 |
+
#, php-format
|
176 |
+
msgid "Data contents of table %s"
|
177 |
+
msgstr "Dades contingudes a la taula %s"
|
178 |
+
|
179 |
+
#: wp-db-backup.php:823
|
180 |
+
#, php-format
|
181 |
+
msgid "End of data contents of table %s"
|
182 |
+
msgstr "Fí de dades contingudes a la taula %s"
|
183 |
+
|
184 |
+
#: wp-db-backup.php:839
|
185 |
+
msgid "The backup directory is not writeable!"
|
186 |
+
msgstr "No es pot escriure al directori de còpies de seguretat!"
|
187 |
+
|
188 |
+
#: wp-db-backup.php:974
|
189 |
+
#, php-format
|
190 |
+
msgid "File not found:%s"
|
191 |
+
msgstr "Fitxer no trobat: %s"
|
192 |
+
|
193 |
+
#: wp-db-backup.php:974
|
194 |
+
msgid "Return to Backup"
|
195 |
+
msgstr "Tornar a la còpia de seguretat"
|
196 |
+
|
197 |
+
#: wp-db-backup.php:983
|
198 |
+
#, php-format
|
199 |
+
msgid "File %s does not exist!"
|
200 |
+
msgstr "El fictxer %s no existeix!"
|
201 |
+
|
202 |
+
#: wp-db-backup.php:990
|
203 |
+
#, php-format
|
204 |
+
msgid ""
|
205 |
+
"Attached to this email is\n"
|
206 |
+
" %1s\n"
|
207 |
+
" Size:%2s kilobytes\n"
|
208 |
+
msgstr ""
|
209 |
+
"Aquest e-mail porta un adjunt\n"
|
210 |
+
" %1s\n"
|
211 |
+
" Tamay:%2s kilobytes\n"
|
212 |
+
|
213 |
+
#: wp-db-backup.php:991
|
214 |
+
msgid "Database Backup"
|
215 |
+
msgstr "Còpia de seguretat de la base de dades"
|
216 |
+
|
217 |
+
#: wp-db-backup.php:994
|
218 |
+
#: wp-db-backup.php:1041
|
219 |
+
msgid "The following errors were reported:"
|
220 |
+
msgstr "S'han detectat els següents errors:"
|
221 |
+
|
222 |
+
#: wp-db-backup.php:999
|
223 |
+
msgid "ERROR: The mail application has failed to deliver the backup."
|
224 |
+
msgstr "ERROR: El programa d'enviament del correo amb la còpia de seguretat ha fallat."
|
225 |
+
|
226 |
+
#: wp-db-backup.php:1016
|
227 |
+
msgid "Backup Successful"
|
228 |
+
msgstr "Còpia de seguretat finalitzada"
|
229 |
+
|
230 |
+
#: wp-db-backup.php:1020
|
231 |
+
#, php-format
|
232 |
+
msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
|
233 |
+
msgstr "La vostra còpia de seguretat: <a href=\"%1s\">%2s</a> començarà a descarregar-se en un moment."
|
234 |
+
|
235 |
+
#: wp-db-backup.php:1028
|
236 |
+
#, php-format
|
237 |
+
msgid "Your backup has been emailed to %s"
|
238 |
+
msgstr "S'ha enviat la còpia de seguretat a la direcció %s"
|
239 |
+
|
240 |
+
#: wp-db-backup.php:1031
|
241 |
+
msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
|
242 |
+
msgstr "S'ha desat al servidor la vostra còpia de seguretat. Si voleu descarregar-la ara, cliqueu amb el botó dret i seleccioneu \"Desar com\""
|
243 |
+
|
244 |
+
#: wp-db-backup.php:1032
|
245 |
+
#, php-format
|
246 |
+
msgid "%s bytes"
|
247 |
+
msgstr "%s bytes"
|
248 |
+
|
249 |
+
#: wp-db-backup.php:1068
|
250 |
+
msgid "Scheduled Backup Options Saved!"
|
251 |
+
msgstr "S'han desat les opcions de còpia de seguretat programada."
|
252 |
+
|
253 |
+
#: wp-db-backup.php:1095
|
254 |
+
msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
|
255 |
+
msgstr "AVÍS: El vostre directori de còpies de seguretat <strong>NO</strong> existeix, i no puc crear-lo."
|
256 |
+
|
257 |
+
#: wp-db-backup.php:1096
|
258 |
+
#, php-format
|
259 |
+
msgid "Using your FTP client, try to create the backup directory yourself: %s"
|
260 |
+
msgstr "Utilitzant el vostre client FTP, intenti crear vosté mateix el directori de còpies de seguretat: %s"
|
261 |
+
|
262 |
+
#: wp-db-backup.php:1100
|
263 |
+
#: wp-db-backup.php:1111
|
264 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
|
265 |
+
msgstr "AVÍS: <strong>NO</strong> es pot escriure al vostre directori de còpies de seguretat! No s'ha pogut crear els fitxers de còpia de seguretat."
|
266 |
+
|
267 |
+
#: wp-db-backup.php:1101
|
268 |
+
#, php-format
|
269 |
+
msgid "Using your FTP client, try to set the backup directory’s write permission to %1$s or %2$s: %3$s"
|
270 |
+
msgstr "Utilitzant el vostre client FTP, intenteu donar permisos d'escriptura al directori’s a %1$s o %2$s: %3$s"
|
271 |
+
|
272 |
+
#: wp-db-backup.php:1113
|
273 |
+
msgid "This problem seems to be caused by your server’s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
|
274 |
+
msgstr "Aquest problema sembla esta provocat pel vostre servidor’s <code>safe_mode</code> file owner restrictions, que limita els fitxers que poden crear aplicacions web com per exemple WordPress."
|
275 |
+
|
276 |
+
#: wp-db-backup.php:1115
|
277 |
+
#, php-format
|
278 |
+
msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
|
279 |
+
msgstr "Po intentar de corretgir aquest problema utilitzant el cliente FTP per eliminar i tornar a crear el directori de còpia de seguretat: %s"
|
280 |
+
|
281 |
+
#: wp-db-backup.php:1129
|
282 |
+
msgid "Tables"
|
283 |
+
msgstr "Taules"
|
284 |
+
|
285 |
+
#: wp-db-backup.php:1131
|
286 |
+
msgid "These core WordPress tables will always be backed up:"
|
287 |
+
msgstr "Sempre es copiaran aquestes taules bàsiques de WordPress:"
|
288 |
+
|
289 |
+
#: wp-db-backup.php:1136
|
290 |
+
msgid "Exclude spam comments"
|
291 |
+
msgstr "Excluir comentaris SPAM"
|
292 |
+
|
293 |
+
#: wp-db-backup.php:1139
|
294 |
+
msgid "Exclude post revisions"
|
295 |
+
msgstr "Excluir revisions d'entrades"
|
296 |
+
|
297 |
+
#: wp-db-backup.php:1150
|
298 |
+
msgid "You may choose to include any of the following tables:"
|
299 |
+
msgstr "Ademés podeu incluir qualsevol de les següents taules:"
|
300 |
+
|
301 |
+
#: wp-db-backup.php:1164
|
302 |
+
msgid "Backup Options"
|
303 |
+
msgstr "Opcions de la còpia de seguretat"
|
304 |
+
|
305 |
+
#: wp-db-backup.php:1165
|
306 |
+
msgid "What to do with the backup file:"
|
307 |
+
msgstr "Que voleu fer amb el fitxer de còpies de seguretat:"
|
308 |
+
|
309 |
+
#: wp-db-backup.php:1169
|
310 |
+
msgid "Save to server"
|
311 |
+
msgstr "Desar al servidor"
|
312 |
+
|
313 |
+
#: wp-db-backup.php:1174
|
314 |
+
msgid "Download to your computer"
|
315 |
+
msgstr "Descarregar al vostre ordinador"
|
316 |
+
|
317 |
+
#: wp-db-backup.php:1178
|
318 |
+
#: wp-db-backup.php:1235
|
319 |
+
msgid "Email backup to:"
|
320 |
+
msgstr "Enviar còpia de seguretat per e-mail a:"
|
321 |
+
|
322 |
+
#: wp-db-backup.php:1185
|
323 |
+
msgid "Backup now!"
|
324 |
+
msgstr "fer ara una còpia de seguretat!"
|
325 |
+
|
326 |
+
#: wp-db-backup.php:1188
|
327 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
|
328 |
+
msgstr "AVÍS: ¡<strong>NO</strong> es pot escriure al directori de còpies de seguretat!"
|
329 |
+
|
330 |
+
#: wp-db-backup.php:1199
|
331 |
+
msgid "Scheduled Backup"
|
332 |
+
msgstr "Còpia de seguretat programada"
|
333 |
+
|
334 |
+
#: wp-db-backup.php:1206
|
335 |
+
#, php-format
|
336 |
+
msgid "Next Backup: %s"
|
337 |
+
msgstr "Pròxima còpia de seguretat: %s"
|
338 |
+
|
339 |
+
#: wp-db-backup.php:1211
|
340 |
+
#, php-format
|
341 |
+
msgid "Last WP-Cron Daily Execution: %s"
|
342 |
+
msgstr "Última execució diaria de WP-Cron: %s"
|
343 |
+
|
344 |
+
#: wp-db-backup.php:1212
|
345 |
+
#, php-format
|
346 |
+
msgid "Next WP-Cron Daily Execution: %s"
|
347 |
+
msgstr "Próxima execució diaria de WP-Cron: %s"
|
348 |
+
|
349 |
+
#: wp-db-backup.php:1217
|
350 |
+
msgid "Schedule: "
|
351 |
+
msgstr "Programar:"
|
352 |
+
|
353 |
+
#: wp-db-backup.php:1220
|
354 |
+
msgid "None"
|
355 |
+
msgstr "Cap"
|
356 |
+
|
357 |
+
#: wp-db-backup.php:1220
|
358 |
+
msgid "Daily"
|
359 |
+
msgstr "Diaria"
|
360 |
+
|
361 |
+
#: wp-db-backup.php:1243
|
362 |
+
msgid "Tables to include in the scheduled backup:"
|
363 |
+
msgstr "Taules a incloure en la còpia de seguretat programada:"
|
364 |
+
|
365 |
+
#: wp-db-backup.php:1253
|
366 |
+
msgid "Schedule backup"
|
367 |
+
msgstr "Còpia de seguretat programada"
|
368 |
+
|
369 |
+
#: wp-db-backup.php:1278
|
370 |
+
msgid "Never"
|
371 |
+
msgstr "Mai"
|
372 |
+
|
373 |
+
#: wp-db-backup.php:1283
|
374 |
+
#, php-format
|
375 |
+
msgid "%s seconds"
|
376 |
+
msgstr "%s segons"
|
377 |
+
|
378 |
+
#: wp-db-backup.php:1316
|
379 |
+
msgid "Once Weekly"
|
380 |
+
msgstr "Una cop per setmana"
|
381 |
+
|
382 |
+
#: wp-db-backup.php:1329
|
383 |
+
#, php-format
|
384 |
+
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."
|
385 |
+
msgstr "La vostra versió de WordPress, %1s, careix d'importants característiques de seguretat sense les quals no és segur l'ús del plugin WP-DB-Backup. Per aixó, aquest plugin ha estat automáticament deshabilitatat. Si us plau, considereu <a href=\"%2s\">actualitzar WordPress</a> a una versió més recent."
|
386 |
+
|
387 |
+
#: wp-db-backup.php:1347
|
388 |
+
msgid "You are not allowed to perform backups."
|
389 |
+
msgstr "No teniu permisos per a realitzar còpies de seguretat."
|
390 |
+
|
391 |
+
#: wp-db-backup.php:1362
|
392 |
+
#, php-format
|
393 |
+
msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
|
394 |
+
msgstr "Sembla se que hi ha hagut un intent no autoritzat des d'aquest lloc per accedir a la vostra base de dades localitzada a %1s. Aquest intent ha estat neutralitzat."
|
395 |
+
|
396 |
+
#: wp-db-backup.php:1373
|
397 |
+
msgid "Cheatin' uh ?"
|
398 |
+
msgstr "Trampes eh?"
|
399 |
+
|
400 |
+
#~ msgid ""
|
401 |
+
#~ "WARNING: Your wp-content directory is <strong>NOT</strong> writable! We "
|
402 |
+
#~ "can not create the backup directory."
|
403 |
+
#~ msgstr ""
|
404 |
+
#~ "AVISO: ¡<strong>NO</strong> se puede escribir en el directorio wp-"
|
405 |
+
#~ "content! No se ha podido crear el directorio para las copias de respaldo."
|
406 |
+
#~ msgid "Select all"
|
407 |
+
#~ msgstr "Seleccionar todas"
|
408 |
+
#~ msgid "Select none"
|
409 |
+
#~ msgstr "No seleccionar ninguna"
|
410 |
+
#~ msgid "Submit"
|
411 |
+
#~ msgstr "Enviar"
|
412 |
+
|
wp-db-backup-el.mo
ADDED
Binary file
|
wp-db-backup-el.po
ADDED
@@ -0,0 +1,395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wp-db-backup-el 2.2.2 [a]\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-08-15 11:00-0500\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Πρόδρομος Τσαλικίδης <pr.tsalikidis@gmail.com>\n"
|
8 |
+
"Language-Team: <http://friedlich.wordpress.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Greek\n"
|
13 |
+
"X-Poedit-Country: Greek\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\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 "Κλείσιμο του browser"
|
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 "Κλικ στα πλήκτρα Διακοπή ή Πίσω του browser"
|
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 "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
|
51 |
+
msgstr "Η αντιγραφή ολοκληρώθηκε, <a href=\\\"%s\\\">το αντίγραφο</a> ετοιμάζεται για μεταφόρτωση..."
|
52 |
+
|
53 |
+
#: wp-db-backup.php:273
|
54 |
+
#, php-format
|
55 |
+
msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
|
56 |
+
msgstr "Η αντιγραφή ολοκληρώθηκε, <a href=\\\"%s\\\">το αντίγραφο</a> αποστέλλεται μέσω email..."
|
57 |
+
|
58 |
+
#: wp-db-backup.php:280
|
59 |
+
#, php-format
|
60 |
+
msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
|
61 |
+
msgstr "Η αντιγραφή ολοκληρώθηκε, κατεβάστε <a href=\\\"%s\\\">εδώ</a>."
|
62 |
+
|
63 |
+
#: wp-db-backup.php:340
|
64 |
+
msgid "Creating backup file..."
|
65 |
+
msgstr "Δημιουργείται το αντίγραφο..."
|
66 |
+
|
67 |
+
#: wp-db-backup.php:343
|
68 |
+
#, php-format
|
69 |
+
msgid "Finished backing up table \\\"%s\\\"."
|
70 |
+
msgstr "Τελείωσε η αντιγραφή του πίνακα \\\"%s\\\"."
|
71 |
+
|
72 |
+
#: wp-db-backup.php:345
|
73 |
+
#, php-format
|
74 |
+
msgid "Backing up table \\\"%s\\\"..."
|
75 |
+
msgstr "Αντιγράφεται ο πίνακας \\\"%s\\\"..."
|
76 |
+
|
77 |
+
#: wp-db-backup.php:352
|
78 |
+
#: 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 "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
|
84 |
+
msgstr "Το αρχείο αντιγράφου δεν ήταν δυνατό να αποθηκευτεί. Παρακαλώ ελέγξτε τα δικαιώματα εγγραφής στο φάκελο αντιγράφων και δοκιμάστε ξανά."
|
85 |
+
|
86 |
+
#: wp-db-backup.php:358
|
87 |
+
#: wp-db-backup.php:844
|
88 |
+
msgid "WordPress MySQL database backup"
|
89 |
+
msgstr "Αντίγραφο ασφαλείας της βάσης δεδομένων WordPress MySQL"
|
90 |
+
|
91 |
+
#: wp-db-backup.php:360
|
92 |
+
#: wp-db-backup.php:846
|
93 |
+
#, php-format
|
94 |
+
msgid "Generated: %s"
|
95 |
+
msgstr "Δημιουργήθηκε: %s"
|
96 |
+
|
97 |
+
#: wp-db-backup.php:361
|
98 |
+
#: wp-db-backup.php:847
|
99 |
+
#, php-format
|
100 |
+
msgid "Hostname: %s"
|
101 |
+
msgstr "Hostname: %s"
|
102 |
+
|
103 |
+
#: wp-db-backup.php:362
|
104 |
+
#: wp-db-backup.php:848
|
105 |
+
#, php-format
|
106 |
+
msgid "Database: %s"
|
107 |
+
msgstr "Βάση δεδομένων: %s"
|
108 |
+
|
109 |
+
#: wp-db-backup.php:370
|
110 |
+
#: wp-db-backup.php:861
|
111 |
+
#, php-format
|
112 |
+
msgid "Table: %s"
|
113 |
+
msgstr "Πίνακας: %s"
|
114 |
+
|
115 |
+
#: wp-db-backup.php:377
|
116 |
+
msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
|
117 |
+
msgstr "Ο φάκελος αντιγράφων ΔΕΝ είναι εγγράψιμος! Παρακαλώ ελέγξτε τα δικαιώματα εγγραφής στο φάκελο αντιγράφων και δοκιμάστε ξανά."
|
118 |
+
|
119 |
+
#: wp-db-backup.php:434
|
120 |
+
msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
|
121 |
+
msgstr "Πατήστε και κρατήστε πατημένο το <code>[SHIFT]</code> για να επιλέξετε πολλαπλά κουτάκια "
|
122 |
+
|
123 |
+
#: wp-db-backup.php:474
|
124 |
+
msgid "Change"
|
125 |
+
msgstr "Αλλαγή"
|
126 |
+
|
127 |
+
#: wp-db-backup.php:483
|
128 |
+
msgid "Save"
|
129 |
+
msgstr "Αποθήκευση"
|
130 |
+
|
131 |
+
#: wp-db-backup.php:566
|
132 |
+
#: wp-db-backup.php:571
|
133 |
+
#: wp-db-backup.php:1126
|
134 |
+
msgid "Backup"
|
135 |
+
msgstr "Αντίγραφα ασφαλείας"
|
136 |
+
|
137 |
+
#: wp-db-backup.php:646
|
138 |
+
#: wp-db-backup.php:649
|
139 |
+
msgid "There was an error writing a line to the backup script:"
|
140 |
+
msgstr "Υπήρξε σφάλμα κατά την εγγραφή μιας γραμμής στη δέσμη ενεργειών της αντιγραφής:"
|
141 |
+
|
142 |
+
#: wp-db-backup.php:681
|
143 |
+
msgid "Subsequent errors have been omitted from this log."
|
144 |
+
msgstr "Τα διαδοχικά σφάλματα παραλήφθηκαν από αυτήν την καταγραφή."
|
145 |
+
|
146 |
+
#: wp-db-backup.php:715
|
147 |
+
msgid "Error getting table details"
|
148 |
+
msgstr "Σφάλμα κατά τη λήψη λεπτομερειών πίνακα"
|
149 |
+
|
150 |
+
#: wp-db-backup.php:723
|
151 |
+
#, php-format
|
152 |
+
msgid "Delete any existing table %s"
|
153 |
+
msgstr "Διαγραφή όλων των υπαρχόντων πινάκων %s"
|
154 |
+
|
155 |
+
#: wp-db-backup.php:732
|
156 |
+
#, php-format
|
157 |
+
msgid "Table structure of table %s"
|
158 |
+
msgstr "Δομή του πίνακα %s"
|
159 |
+
|
160 |
+
#: wp-db-backup.php:738
|
161 |
+
#, php-format
|
162 |
+
msgid "Error with SHOW CREATE TABLE for %s."
|
163 |
+
msgstr "Σφάλμα με το SHOW CREATE TABLE για %s."
|
164 |
+
|
165 |
+
#: wp-db-backup.php:745
|
166 |
+
#, php-format
|
167 |
+
msgid "Error getting table structure of %s"
|
168 |
+
msgstr "Σφάλμα κατά τη λήψη της δομής του πίνακα %s"
|
169 |
+
|
170 |
+
#: wp-db-backup.php:753
|
171 |
+
#, php-format
|
172 |
+
msgid "Data contents of table %s"
|
173 |
+
msgstr "Δεδομένα του πίνακα %s"
|
174 |
+
|
175 |
+
#: wp-db-backup.php:823
|
176 |
+
#, php-format
|
177 |
+
msgid "End of data contents of table %s"
|
178 |
+
msgstr "Τέλος δεδομένων του πίνακα %s"
|
179 |
+
|
180 |
+
#: wp-db-backup.php:839
|
181 |
+
msgid "The backup directory is not writeable!"
|
182 |
+
msgstr "Ο φάκελος αποθήκευσης των αντιγράφων ασφαλείας ΔΕΝ είναι εγγράψιμος!"
|
183 |
+
|
184 |
+
#: wp-db-backup.php:974
|
185 |
+
#, php-format
|
186 |
+
msgid "File not found:%s"
|
187 |
+
msgstr "Το αρχείο δεν βρέθηκε: %s"
|
188 |
+
|
189 |
+
#: wp-db-backup.php:974
|
190 |
+
msgid "Return to Backup"
|
191 |
+
msgstr "Επιστροφή στην Αντιγραφή"
|
192 |
+
|
193 |
+
#: wp-db-backup.php:983
|
194 |
+
#, php-format
|
195 |
+
msgid "File %s does not exist!"
|
196 |
+
msgstr "Το αρχείο %s δεν υπάρχει!"
|
197 |
+
|
198 |
+
#: wp-db-backup.php:990
|
199 |
+
#, php-format
|
200 |
+
msgid ""
|
201 |
+
"Attached to this email is\n"
|
202 |
+
" %1s\n"
|
203 |
+
" Size:%2s kilobytes\n"
|
204 |
+
msgstr ""
|
205 |
+
"Στο παρόν e-mail επισυνάπτεται\n"
|
206 |
+
" %1s\n"
|
207 |
+
" Μέγεθος: %2s KB\n"
|
208 |
+
|
209 |
+
#: wp-db-backup.php:991
|
210 |
+
msgid "Database Backup"
|
211 |
+
msgstr "Αντιγραφή βάσης δεδομένων"
|
212 |
+
|
213 |
+
#: wp-db-backup.php:994
|
214 |
+
#: wp-db-backup.php:1041
|
215 |
+
msgid "The following errors were reported:"
|
216 |
+
msgstr "Αναφέρθηκαν τα παρακάτω σφάλματα:"
|
217 |
+
|
218 |
+
#: wp-db-backup.php:999
|
219 |
+
msgid "ERROR: The mail application has failed to deliver the backup."
|
220 |
+
msgstr "ΣΦΑΛΜΑ: Η εφαρμογή mail απέτυχε να διανείμει το αντίγραφο."
|
221 |
+
|
222 |
+
#: wp-db-backup.php:1016
|
223 |
+
msgid "Backup Successful"
|
224 |
+
msgstr "Επιτυχής αντιγραφή "
|
225 |
+
|
226 |
+
#: wp-db-backup.php:1020
|
227 |
+
#, php-format
|
228 |
+
msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
|
229 |
+
msgstr "Το αντίγραφο ασφαλείας σας <a href=\"%1s\">%2s</a> πρέπει να ξεκινήσει να κατεβαίνει σύντομα."
|
230 |
+
|
231 |
+
#: wp-db-backup.php:1028
|
232 |
+
#, php-format
|
233 |
+
msgid "Your backup has been emailed to %s"
|
234 |
+
msgstr "Το αντίγραφο ασφαλείας σας έχει αποσταλεί στο %s"
|
235 |
+
|
236 |
+
#: wp-db-backup.php:1031
|
237 |
+
msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
|
238 |
+
msgstr "Το αντίγραφο ασφαλείας σας έχει αποθηκευθεί στον server. Αν επιθυμείτε να το κατεβάσετε αμέσως, κάντε δεξί κλικ και επιλέξτε \"Αποθήκευσης ως\""
|
239 |
+
|
240 |
+
#: wp-db-backup.php:1032
|
241 |
+
#, php-format
|
242 |
+
msgid "%s bytes"
|
243 |
+
msgstr "%s bytes"
|
244 |
+
|
245 |
+
#: wp-db-backup.php:1068
|
246 |
+
msgid "Scheduled Backup Options Saved!"
|
247 |
+
msgstr "Οι επιλογές προγραμματισμένης αντιγραφής αποθηκεύτηκαν!"
|
248 |
+
|
249 |
+
#: wp-db-backup.php:1095
|
250 |
+
msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
|
251 |
+
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Ο φάκελος αποθήκευσης των αντιγράφων ασφαλείας σας ΔΕΝ υπάρχει και δεν μπορούμε να τον δημιουργήσουμε."
|
252 |
+
|
253 |
+
#: wp-db-backup.php:1096
|
254 |
+
#, php-format
|
255 |
+
msgid "Using your FTP client, try to create the backup directory yourself: %s"
|
256 |
+
msgstr "Χρησιμοποιώντας τον πελάτη FTP σας, προσπαθείστε να δημιουργήσετε τον φάκελο αντιγράφων ασφαλείας: %s"
|
257 |
+
|
258 |
+
#: wp-db-backup.php:1100
|
259 |
+
#: wp-db-backup.php:1111
|
260 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
|
261 |
+
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Ο φάκελος αποθήκευσης των αντιγράφων ασφαλείας σας ΔΕΝ είναι εγγράψιμος! Δεν μπορούμε να δημιουργήσουμε αντίγραφα ασφαλείας."
|
262 |
+
|
263 |
+
#: wp-db-backup.php:1101
|
264 |
+
#, php-format
|
265 |
+
msgid "Using your FTP client, try to set the backup directory’s write permission to %1$s or %2$s: %3$s"
|
266 |
+
msgstr "Χρησιμοποιώντας τον πελάτη FTP σας, προσπαθείστε να ορίσετε τα δικαιώματα εγγραφής στον φάκελο των αντιγράφων ασφαλείας σε %1$s ή %2$s: %3$s"
|
267 |
+
|
268 |
+
#: wp-db-backup.php:1113
|
269 |
+
msgid "This problem seems to be caused by your server’s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
|
270 |
+
msgstr "Το πρόβλημα φαίνεται να προκαλείται από τους περιορισμούς του <code>safe_mode</code> στην κυριότητα αρχείων του server σας, που περιορίζουν τα είδη αρχείων που μπορούν να δημιουργήσουν οι εφαρμογές διαδικτύου όπως το WordPress."
|
271 |
+
|
272 |
+
#: wp-db-backup.php:1115
|
273 |
+
#, php-format
|
274 |
+
msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
|
275 |
+
msgstr "Μπορείτε να προσπαθείσετε να διορθώσετε το πρόβλημα χρησιμοποιώντας τον πελάτη FTP σας για να διαγράψετε και έπειτα να ξαναδημιουργήσετε τον φάκελο αποθήκευσης των αντιγράφων ασφαλείας: %s"
|
276 |
+
|
277 |
+
#: wp-db-backup.php:1129
|
278 |
+
msgid "Tables"
|
279 |
+
msgstr "Πίνακες"
|
280 |
+
|
281 |
+
#: wp-db-backup.php:1131
|
282 |
+
msgid "These core WordPress tables will always be backed up:"
|
283 |
+
msgstr "Αυτοί οι βασικοί πίνακες του WordPress θα αντιγράφονται πάντοτε:"
|
284 |
+
|
285 |
+
#: wp-db-backup.php:1136
|
286 |
+
msgid "Exclude spam comments"
|
287 |
+
msgstr "Εξαίρεση ανεπιθύμητων σχολίων"
|
288 |
+
|
289 |
+
#: wp-db-backup.php:1139
|
290 |
+
msgid "Exclude post revisions"
|
291 |
+
msgstr "Εξαίρεση αναθεωρήσεων άρθρων"
|
292 |
+
|
293 |
+
#: wp-db-backup.php:1150
|
294 |
+
msgid "You may choose to include any of the following tables:"
|
295 |
+
msgstr "Μπορείτε να διαλέξετε να συμπεριλάβετε οποιουσδήποτε από τους παρακάτω πίνακες:"
|
296 |
+
|
297 |
+
#: wp-db-backup.php:1164
|
298 |
+
msgid "Backup Options"
|
299 |
+
msgstr "Επιλογές αντιγραφής"
|
300 |
+
|
301 |
+
#: wp-db-backup.php:1165
|
302 |
+
msgid "What to do with the backup file:"
|
303 |
+
msgstr "Τι να γίνει με το αντίγραφο ασφαλείας:"
|
304 |
+
|
305 |
+
#: wp-db-backup.php:1169
|
306 |
+
msgid "Save to server"
|
307 |
+
msgstr "Αποθήκευση στον server"
|
308 |
+
|
309 |
+
#: wp-db-backup.php:1174
|
310 |
+
msgid "Download to your computer"
|
311 |
+
msgstr "Μεταφόρτωση στον υπολογιστή σας"
|
312 |
+
|
313 |
+
#: wp-db-backup.php:1178
|
314 |
+
#: wp-db-backup.php:1235
|
315 |
+
msgid "Email backup to:"
|
316 |
+
msgstr "Αποστολή μέσω e-mail στο:"
|
317 |
+
|
318 |
+
#: wp-db-backup.php:1185
|
319 |
+
msgid "Backup now!"
|
320 |
+
msgstr "Αντιγραφή τώρα!"
|
321 |
+
|
322 |
+
#: wp-db-backup.php:1188
|
323 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
|
324 |
+
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Ο φάκελος αποθήκευσης των αντιγράφων ασφαλείας σας ΔΕΝ είναι εγγράψιμος!"
|
325 |
+
|
326 |
+
#: wp-db-backup.php:1199
|
327 |
+
msgid "Scheduled Backup"
|
328 |
+
msgstr "Προγραμματιμένη αντιγραφή"
|
329 |
+
|
330 |
+
#: wp-db-backup.php:1206
|
331 |
+
#, php-format
|
332 |
+
msgid "Next Backup: %s"
|
333 |
+
msgstr "Επόμενη αντιγραφή: %s"
|
334 |
+
|
335 |
+
#: wp-db-backup.php:1211
|
336 |
+
#, php-format
|
337 |
+
msgid "Last WP-Cron Daily Execution: %s"
|
338 |
+
msgstr "Τελευταία ημερήσια εκτέλεση του WP-Cron: %s"
|
339 |
+
|
340 |
+
#: wp-db-backup.php:1212
|
341 |
+
#, php-format
|
342 |
+
msgid "Next WP-Cron Daily Execution: %s"
|
343 |
+
msgstr "Επόμενη ημερήσια εκτέλεση του WP-Cron: %s"
|
344 |
+
|
345 |
+
#: wp-db-backup.php:1217
|
346 |
+
msgid "Schedule: "
|
347 |
+
msgstr "Προγραμματισμός"
|
348 |
+
|
349 |
+
#: wp-db-backup.php:1220
|
350 |
+
msgid "None"
|
351 |
+
msgstr "Κανένας"
|
352 |
+
|
353 |
+
#: wp-db-backup.php:1220
|
354 |
+
msgid "Daily"
|
355 |
+
msgstr "Ημερησίως"
|
356 |
+
|
357 |
+
#: wp-db-backup.php:1243
|
358 |
+
msgid "Tables to include in the scheduled backup:"
|
359 |
+
msgstr "Πίνακες που θα συμπεριληφθούν στην προγραμματισμένη αντιγραφή:"
|
360 |
+
|
361 |
+
#: wp-db-backup.php:1253
|
362 |
+
msgid "Schedule backup"
|
363 |
+
msgstr "Προγραμματισμός της αντιγραφής"
|
364 |
+
|
365 |
+
#: wp-db-backup.php:1278
|
366 |
+
msgid "Never"
|
367 |
+
msgstr "Ποτέ"
|
368 |
+
|
369 |
+
#: wp-db-backup.php:1283
|
370 |
+
#, php-format
|
371 |
+
msgid "%s seconds"
|
372 |
+
msgstr "%s δευτερόλεπτα"
|
373 |
+
|
374 |
+
#: wp-db-backup.php:1316
|
375 |
+
msgid "Once Weekly"
|
376 |
+
msgstr "Εβδομαδιαίως"
|
377 |
+
|
378 |
+
#: wp-db-backup.php:1329
|
379 |
+
#, php-format
|
380 |
+
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."
|
381 |
+
msgstr "Από την έκδοση του WordPress σας, %1s, λείπουν κάποια σημαντικά χαρακτηριστικά ασφαλείας, χωρίς τα οποία είναι επισφαλές να χρησιμοποιήσετε το πρόσθετο WP-DB-Backup. Γι' αυτό το λόγο το πρόσθετο απενεργοποιήθηκε αυτόματα. Παρακαλώ εξετάστε την <a href=\"%2s\">αναβάθμιση του WordPress</a> σε μια πιο πρόσφατη έκδοση."
|
382 |
+
|
383 |
+
#: wp-db-backup.php:1347
|
384 |
+
msgid "You are not allowed to perform backups."
|
385 |
+
msgstr "Δεν επιτρέπεται να εκτελέσετε αντιγραφές."
|
386 |
+
|
387 |
+
#: wp-db-backup.php:1362
|
388 |
+
#, php-format
|
389 |
+
msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
|
390 |
+
msgstr "Φαίνεται να υπάρχει μια προσπάθεια πρόσβασης χωρίς άδεια από αυτό το site στην βάση δεδομένων που βρίσκεται στο %1s. Η προσπάθεια αναχαιτίστηκε."
|
391 |
+
|
392 |
+
#: wp-db-backup.php:1373
|
393 |
+
msgid "Cheatin' uh ?"
|
394 |
+
msgstr "Παίζουμε ε;"
|
395 |
+
|
wp-db-backup-es_ES.mo
ADDED
Binary file
|
wp-db-backup-es_ES.po
ADDED
@@ -0,0 +1,411 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WP-DB-Backup
|
2 |
+
# Copyright (C) 2009 Austin Matzko
|
3 |
+
# This file is distributed under the GPL 2 license.
|
4 |
+
#
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: wp-db-backup 2.2.2\n"
|
8 |
+
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2008-08-15 11:00-0500\n"
|
10 |
+
"PO-Revision-Date: 2009-01-19 12:52+0100\n"
|
11 |
+
"Last-Translator: Alejandro Urrutia <alejandro@theindependentproject.com>\n"
|
12 |
+
"Language-Team: GrumpyWolf <daniel@grumpywolf.net>\n"
|
13 |
+
"MIME-Version: 1.0\n"
|
14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"X-Poedit-Language: Spanish\n"
|
17 |
+
"X-Poedit-Country: SPAIN\n"
|
18 |
+
|
19 |
+
#: wp-db-backup.php:181
|
20 |
+
msgid "Backup Complete!"
|
21 |
+
msgstr "Copia de respaldo completada"
|
22 |
+
|
23 |
+
#: wp-db-backup.php:211
|
24 |
+
msgid "Progress"
|
25 |
+
msgstr "Progreso"
|
26 |
+
|
27 |
+
#: wp-db-backup.php:213
|
28 |
+
msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
|
29 |
+
msgstr "NO HAGA NADA DE ESTO, PUES INTERRUMPIRÁ LA COPIA DE RESPALDO:"
|
30 |
+
|
31 |
+
#: wp-db-backup.php:216
|
32 |
+
msgid "Close this browser"
|
33 |
+
msgstr "Cerrar este navegador"
|
34 |
+
|
35 |
+
#: wp-db-backup.php:217
|
36 |
+
msgid "Reload this page"
|
37 |
+
msgstr "Recargar/actualizar esta página"
|
38 |
+
|
39 |
+
#: wp-db-backup.php:218
|
40 |
+
msgid "Click the Stop or Back buttons in your browser"
|
41 |
+
msgstr "Pulsar los botones Detener o Atrás en el navegador"
|
42 |
+
|
43 |
+
#: wp-db-backup.php:220
|
44 |
+
msgid "Progress:"
|
45 |
+
msgstr "Progreso:"
|
46 |
+
|
47 |
+
#: wp-db-backup.php:229
|
48 |
+
msgid "Navigating away from this page will cause your backup to fail."
|
49 |
+
msgstr "Salir de esta página puede causar un fallo en tu respaldo."
|
50 |
+
|
51 |
+
#: wp-db-backup.php:266
|
52 |
+
#, php-format
|
53 |
+
msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
|
54 |
+
msgstr "Copia terminada, preparando la <a href=\\\"%s\\\">copia de respaldo</a> para descargar..."
|
55 |
+
|
56 |
+
#: wp-db-backup.php:273
|
57 |
+
#, php-format
|
58 |
+
msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
|
59 |
+
msgstr "Copia terminada, enviando <a href=\\\"%s\\\">copia de respaldo</a> por e-mail..."
|
60 |
+
|
61 |
+
#: wp-db-backup.php:280
|
62 |
+
#, php-format
|
63 |
+
msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
|
64 |
+
msgstr "Copia terminada, descárguela <a href=\\\"%s\\\">aquí</a>."
|
65 |
+
|
66 |
+
#: wp-db-backup.php:340
|
67 |
+
msgid "Creating backup file..."
|
68 |
+
msgstr "eando copia de respaldo..."
|
69 |
+
|
70 |
+
#: wp-db-backup.php:343
|
71 |
+
#, php-format
|
72 |
+
msgid "Finished backing up table \\\"%s\\\"."
|
73 |
+
msgstr "Se terminó de copiar la tabla \\\"%s\\\"."
|
74 |
+
|
75 |
+
#: wp-db-backup.php:345
|
76 |
+
#, php-format
|
77 |
+
msgid "Backing up table \\\"%s\\\"..."
|
78 |
+
msgstr "Copiando tabla \\\"%s\\\"..."
|
79 |
+
|
80 |
+
#: wp-db-backup.php:352
|
81 |
+
#: wp-db-backup.php:835
|
82 |
+
msgid "Could not open the backup file for writing!"
|
83 |
+
msgstr "No se pudo escribir en el archivo de respaldo"
|
84 |
+
|
85 |
+
#: wp-db-backup.php:353
|
86 |
+
msgid "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
|
87 |
+
msgstr "El archivo de respaldo no se puede grabar. Por favor, revisa los permisos de escritura el en el directorio de copias de respaldo e inténtalo de nuevo."
|
88 |
+
|
89 |
+
#: wp-db-backup.php:358
|
90 |
+
#: wp-db-backup.php:844
|
91 |
+
msgid "WordPress MySQL database backup"
|
92 |
+
msgstr "Copia de respaldo de la base de datos MySQL de WordPress"
|
93 |
+
|
94 |
+
#: wp-db-backup.php:360
|
95 |
+
#: wp-db-backup.php:846
|
96 |
+
#, php-format
|
97 |
+
msgid "Generated: %s"
|
98 |
+
msgstr "Generated: %s"
|
99 |
+
|
100 |
+
#: wp-db-backup.php:361
|
101 |
+
#: wp-db-backup.php:847
|
102 |
+
#, php-format
|
103 |
+
msgid "Hostname: %s"
|
104 |
+
msgstr "Hostname: %s"
|
105 |
+
|
106 |
+
#: wp-db-backup.php:362
|
107 |
+
#: wp-db-backup.php:848
|
108 |
+
#, php-format
|
109 |
+
msgid "Database: %s"
|
110 |
+
msgstr "Base de datos: %s"
|
111 |
+
|
112 |
+
#: wp-db-backup.php:370
|
113 |
+
#: wp-db-backup.php:861
|
114 |
+
#, php-format
|
115 |
+
msgid "Table: %s"
|
116 |
+
msgstr "Tabla: %s"
|
117 |
+
|
118 |
+
#: wp-db-backup.php:377
|
119 |
+
msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
|
120 |
+
msgstr "No se puede escribir en el directorio de copias de respaldo. Por favor, revisa los permisos correspondientes e inténtalo de nuevo."
|
121 |
+
|
122 |
+
#: wp-db-backup.php:434
|
123 |
+
msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
|
124 |
+
msgstr "haz clic y mantiene <code>[SHIFT]</code> para múltiples selecciones"
|
125 |
+
|
126 |
+
#: wp-db-backup.php:474
|
127 |
+
msgid "Change"
|
128 |
+
msgstr "Cambiar"
|
129 |
+
|
130 |
+
#: wp-db-backup.php:483
|
131 |
+
msgid "Save"
|
132 |
+
msgstr "Salvar"
|
133 |
+
|
134 |
+
#: wp-db-backup.php:566
|
135 |
+
#: wp-db-backup.php:571
|
136 |
+
#: wp-db-backup.php:1126
|
137 |
+
msgid "Backup"
|
138 |
+
msgstr "Copia de respaldo"
|
139 |
+
|
140 |
+
#: wp-db-backup.php:646
|
141 |
+
#: wp-db-backup.php:649
|
142 |
+
msgid "There was an error writing a line to the backup script:"
|
143 |
+
msgstr "Hubo un error al escribir una línea en el script de respaldo:"
|
144 |
+
|
145 |
+
#: wp-db-backup.php:681
|
146 |
+
msgid "Subsequent errors have been omitted from this log."
|
147 |
+
msgstr "Los errores posteriores se han omitido en este log."
|
148 |
+
|
149 |
+
#: wp-db-backup.php:715
|
150 |
+
msgid "Error getting table details"
|
151 |
+
msgstr "Error al obtener los detalles de la tabla"
|
152 |
+
|
153 |
+
#: wp-db-backup.php:723
|
154 |
+
#, php-format
|
155 |
+
msgid "Delete any existing table %s"
|
156 |
+
msgstr "Delete any existing table %s"
|
157 |
+
|
158 |
+
#: wp-db-backup.php:732
|
159 |
+
#, php-format
|
160 |
+
msgid "Table structure of table %s"
|
161 |
+
msgstr "Estructura de la tabla %s"
|
162 |
+
|
163 |
+
#: wp-db-backup.php:738
|
164 |
+
#, php-format
|
165 |
+
msgid "Error with SHOW CREATE TABLE for %s."
|
166 |
+
msgstr "Error con SHOW CREATE TABLE para %s."
|
167 |
+
|
168 |
+
#: wp-db-backup.php:745
|
169 |
+
#, php-format
|
170 |
+
msgid "Error getting table structure of %s"
|
171 |
+
msgstr "Error al obtener la estructura de tabla de %s"
|
172 |
+
|
173 |
+
#: wp-db-backup.php:753
|
174 |
+
#, php-format
|
175 |
+
msgid "Data contents of table %s"
|
176 |
+
msgstr "Datos contenidos en la tabla %s"
|
177 |
+
|
178 |
+
#: wp-db-backup.php:823
|
179 |
+
#, php-format
|
180 |
+
msgid "End of data contents of table %s"
|
181 |
+
msgstr "Fin de datos contenidos en la tabla %s"
|
182 |
+
|
183 |
+
#: wp-db-backup.php:839
|
184 |
+
msgid "The backup directory is not writeable!"
|
185 |
+
msgstr "¡No se puede escribir en el directorio de copias de respaldo!"
|
186 |
+
|
187 |
+
#: wp-db-backup.php:974
|
188 |
+
#, php-format
|
189 |
+
msgid "File not found:%s"
|
190 |
+
msgstr "No se encontró el archivo: %s"
|
191 |
+
|
192 |
+
#: wp-db-backup.php:974
|
193 |
+
msgid "Return to Backup"
|
194 |
+
msgstr "Volver a Copia de respaldo"
|
195 |
+
|
196 |
+
#: wp-db-backup.php:983
|
197 |
+
#, php-format
|
198 |
+
msgid "File %s does not exist!"
|
199 |
+
msgstr "¡El fichero %s no existe!"
|
200 |
+
|
201 |
+
#: wp-db-backup.php:990
|
202 |
+
#, php-format
|
203 |
+
msgid ""
|
204 |
+
"Attached to this email is\n"
|
205 |
+
" %1s\n"
|
206 |
+
" Size:%2s kilobytes\n"
|
207 |
+
msgstr ""
|
208 |
+
"Este e-mail lleva adjunto el archivo\n"
|
209 |
+
" %1s\n"
|
210 |
+
" Tamaño:%2s kilobytes\n"
|
211 |
+
|
212 |
+
#: wp-db-backup.php:991
|
213 |
+
msgid "Database Backup"
|
214 |
+
msgstr "Respaldo de base de datos"
|
215 |
+
|
216 |
+
#: wp-db-backup.php:994
|
217 |
+
#: wp-db-backup.php:1041
|
218 |
+
msgid "The following errors were reported:"
|
219 |
+
msgstr "Se han detectado los siguientes errores:"
|
220 |
+
|
221 |
+
#: wp-db-backup.php:999
|
222 |
+
msgid "ERROR: The mail application has failed to deliver the backup."
|
223 |
+
msgstr "ERROR: el programa de correo ha fallado al enviar la copia de respaldo."
|
224 |
+
|
225 |
+
#: wp-db-backup.php:1016
|
226 |
+
msgid "Backup Successful"
|
227 |
+
msgstr "Copia de respaldo completada"
|
228 |
+
|
229 |
+
#: wp-db-backup.php:1020
|
230 |
+
#, php-format
|
231 |
+
msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
|
232 |
+
msgstr "Su copia de respaldo: <a href=\"%1s\">%2s</a> comenzará a descargarse en un momento."
|
233 |
+
|
234 |
+
#: wp-db-backup.php:1028
|
235 |
+
#, php-format
|
236 |
+
msgid "Your backup has been emailed to %s"
|
237 |
+
msgstr "Se ha enviado la copia de respaldo a la dirección %s"
|
238 |
+
|
239 |
+
#: wp-db-backup.php:1031
|
240 |
+
msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
|
241 |
+
msgstr "Se ha guardado en el servidor su copia de respaldo. Si desea descargarla ahora, haga clic con el botón derecho y seleccione \"Guardar como\""
|
242 |
+
|
243 |
+
#: wp-db-backup.php:1032
|
244 |
+
#, php-format
|
245 |
+
msgid "%s bytes"
|
246 |
+
msgstr "%s bytes"
|
247 |
+
|
248 |
+
#: wp-db-backup.php:1068
|
249 |
+
msgid "Scheduled Backup Options Saved!"
|
250 |
+
msgstr "Se han guardado las opciones de Respaldo programado."
|
251 |
+
|
252 |
+
#: wp-db-backup.php:1095
|
253 |
+
msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
|
254 |
+
msgstr "AVISO: ¡Tu directorio de respaldo <strong>NO</strong> existe, y no podemos crearlo."
|
255 |
+
|
256 |
+
#: wp-db-backup.php:1096
|
257 |
+
#, php-format
|
258 |
+
msgid "Using your FTP client, try to create the backup directory yourself: %s"
|
259 |
+
msgstr "Usando tu cliente FTP, intenta crear tu directorio de respaldo: %s"
|
260 |
+
|
261 |
+
#: wp-db-backup.php:1100
|
262 |
+
#: wp-db-backup.php:1111
|
263 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
|
264 |
+
msgstr "AVISO: ¡Tu directorio de respaldo <strong>NO</strong> puede ser escrito! No podemos crear los ficheros de respaldo."
|
265 |
+
|
266 |
+
#: wp-db-backup.php:1101
|
267 |
+
#, php-format
|
268 |
+
msgid "Using your FTP client, try to set the backup directory’s write permission to %1$s or %2$s: %3$s"
|
269 |
+
msgstr "Usando tu cliente FTP, intenta crear permisos de escritura para directorio’s a %1$s or %2$s: %3$s"
|
270 |
+
|
271 |
+
#: wp-db-backup.php:1113
|
272 |
+
msgid "This problem seems to be caused by your server’s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
|
273 |
+
msgstr "Este problema parece ser causado por tu servidor’s <code>safe_mode</code> file owner restrictions, que limita lo que pueden hacer aplicaciones web como WordPress."
|
274 |
+
|
275 |
+
#: wp-db-backup.php:1115
|
276 |
+
#, php-format
|
277 |
+
msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
|
278 |
+
msgstr "Puede tratar de corregir este problema utilizando el cliente FTP para borrar y volver a crear el directorio de copia de seguridad: %s"
|
279 |
+
|
280 |
+
#: wp-db-backup.php:1129
|
281 |
+
msgid "Tables"
|
282 |
+
msgstr "Tablas"
|
283 |
+
|
284 |
+
#: wp-db-backup.php:1131
|
285 |
+
msgid "These core WordPress tables will always be backed up:"
|
286 |
+
msgstr "Siempre se copiarán estas tablas básicas de WordPress:"
|
287 |
+
|
288 |
+
#: wp-db-backup.php:1136
|
289 |
+
msgid "Exclude spam comments"
|
290 |
+
msgstr "Excluir comentarios de SPAM"
|
291 |
+
|
292 |
+
#: wp-db-backup.php:1139
|
293 |
+
msgid "Exclude post revisions"
|
294 |
+
msgstr "Excluir revisiones de entradas"
|
295 |
+
|
296 |
+
#: wp-db-backup.php:1150
|
297 |
+
msgid "You may choose to include any of the following tables:"
|
298 |
+
msgstr "Además puede incluir cualquiera de las siguientes tablas:"
|
299 |
+
|
300 |
+
#: wp-db-backup.php:1164
|
301 |
+
msgid "Backup Options"
|
302 |
+
msgstr "Opciones de respaldo"
|
303 |
+
|
304 |
+
#: wp-db-backup.php:1165
|
305 |
+
msgid "What to do with the backup file:"
|
306 |
+
msgstr "Qué hacer con el archivo de copia de respaldo:"
|
307 |
+
|
308 |
+
#: wp-db-backup.php:1169
|
309 |
+
msgid "Save to server"
|
310 |
+
msgstr "Guardar en el servidor"
|
311 |
+
|
312 |
+
#: wp-db-backup.php:1174
|
313 |
+
msgid "Download to your computer"
|
314 |
+
msgstr "Descargar en su ordenador"
|
315 |
+
|
316 |
+
#: wp-db-backup.php:1178
|
317 |
+
#: wp-db-backup.php:1235
|
318 |
+
msgid "Email backup to:"
|
319 |
+
msgstr "Enviar por e-mail a:"
|
320 |
+
|
321 |
+
#: wp-db-backup.php:1185
|
322 |
+
msgid "Backup now!"
|
323 |
+
msgstr "¡Respaldar ahora!"
|
324 |
+
|
325 |
+
#: wp-db-backup.php:1188
|
326 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
|
327 |
+
msgstr "AVISO: ¡<strong>NO</strong> se puede escribir en el directorio de copias de respaldo!"
|
328 |
+
|
329 |
+
#: wp-db-backup.php:1199
|
330 |
+
msgid "Scheduled Backup"
|
331 |
+
msgstr "Respaldo programado"
|
332 |
+
|
333 |
+
#: wp-db-backup.php:1206
|
334 |
+
#, php-format
|
335 |
+
msgid "Next Backup: %s"
|
336 |
+
msgstr "Siguiente copia de respaldo: %s"
|
337 |
+
|
338 |
+
#: wp-db-backup.php:1211
|
339 |
+
#, php-format
|
340 |
+
msgid "Last WP-Cron Daily Execution: %s"
|
341 |
+
msgstr "Última ejecución diaria de WP-Cron: %s"
|
342 |
+
|
343 |
+
#: wp-db-backup.php:1212
|
344 |
+
#, php-format
|
345 |
+
msgid "Next WP-Cron Daily Execution: %s"
|
346 |
+
msgstr "Próxima ejecución diaria de WP-Cron: %s"
|
347 |
+
|
348 |
+
#: wp-db-backup.php:1217
|
349 |
+
msgid "Schedule: "
|
350 |
+
msgstr "Programar:"
|
351 |
+
|
352 |
+
#: wp-db-backup.php:1220
|
353 |
+
msgid "None"
|
354 |
+
msgstr "Ninguna"
|
355 |
+
|
356 |
+
#: wp-db-backup.php:1220
|
357 |
+
msgid "Daily"
|
358 |
+
msgstr "Diaria"
|
359 |
+
|
360 |
+
#: wp-db-backup.php:1243
|
361 |
+
msgid "Tables to include in the scheduled backup:"
|
362 |
+
msgstr "Tablas a incluir en el respaldo programado:"
|
363 |
+
|
364 |
+
#: wp-db-backup.php:1253
|
365 |
+
msgid "Schedule backup"
|
366 |
+
msgstr "Respaldo programado"
|
367 |
+
|
368 |
+
#: wp-db-backup.php:1278
|
369 |
+
msgid "Never"
|
370 |
+
msgstr "Nunca"
|
371 |
+
|
372 |
+
#: wp-db-backup.php:1283
|
373 |
+
#, php-format
|
374 |
+
msgid "%s seconds"
|
375 |
+
msgstr "%s segundos"
|
376 |
+
|
377 |
+
#: wp-db-backup.php:1316
|
378 |
+
msgid "Once Weekly"
|
379 |
+
msgstr "Una vez a la semana"
|
380 |
+
|
381 |
+
#: wp-db-backup.php:1329
|
382 |
+
#, php-format
|
383 |
+
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."
|
384 |
+
msgstr "Su versión de WordPress, %1s, adolece de importantes características de seguridad sin las cuales es inseguro el uso del plugin WP-DB-Backup. Por ello, este plugin ha sido automáticamente deshabilitado. Por favor, considere <a href=\"%2s\">actualizar WordPress</a> a una versión más reciente."
|
385 |
+
|
386 |
+
#: wp-db-backup.php:1347
|
387 |
+
msgid "You are not allowed to perform backups."
|
388 |
+
msgstr "No tiene permisos para realizar copias de respaldo."
|
389 |
+
|
390 |
+
#: wp-db-backup.php:1362
|
391 |
+
#, php-format
|
392 |
+
msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
|
393 |
+
msgstr "Parece que ha habido un intento no autorizado desde este sitio de acceder a su base de datos localizada en %1s. Dicho intento ha sido neutralizado."
|
394 |
+
|
395 |
+
#: wp-db-backup.php:1373
|
396 |
+
msgid "Cheatin' uh ?"
|
397 |
+
msgstr "Cheatin' uh ?"
|
398 |
+
|
399 |
+
#~ msgid ""
|
400 |
+
#~ "WARNING: Your wp-content directory is <strong>NOT</strong> writable! We "
|
401 |
+
#~ "can not create the backup directory."
|
402 |
+
#~ msgstr ""
|
403 |
+
#~ "AVISO: ¡<strong>NO</strong> se puede escribir en el directorio wp-"
|
404 |
+
#~ "content! No se ha podido crear el directorio para las copias de respaldo."
|
405 |
+
#~ msgid "Select all"
|
406 |
+
#~ msgstr "Seleccionar todas"
|
407 |
+
#~ msgid "Select none"
|
408 |
+
#~ msgstr "No seleccionar ninguna"
|
409 |
+
#~ msgid "Submit"
|
410 |
+
#~ msgstr "Enviar"
|
411 |
+
|
wp-db-backup-fa_IR.mo
ADDED
Binary file
|
wp-db-backup-fa_IR.po
ADDED
@@ -0,0 +1,395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wp-db-backup\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-08-15 11:00-0500\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: KAVEH Ali akbari | www.Barnameha.com <KAVEH at Barnameha dot com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Persian\n"
|
13 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
+
"X-Poedit-KeywordsList: persian, Farsi, فارسی\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 "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
|
51 |
+
msgstr "پشتیبان گیری کامل شد ,فایل آماده <a href=\\\"%s\\\">دریافت</a> است."
|
52 |
+
|
53 |
+
#: wp-db-backup.php:273
|
54 |
+
#, php-format
|
55 |
+
msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
|
56 |
+
msgstr "پشتیان گیری کامل شد؛ در حال ارسال به پست الکترونیک..."
|
57 |
+
|
58 |
+
#: wp-db-backup.php:280
|
59 |
+
#, php-format
|
60 |
+
msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
|
61 |
+
msgstr "<a href=\\\"%s\\\">دریافت فایل</a>.<br>پشتیبان گیری با موفقیت انجام شد."
|
62 |
+
|
63 |
+
#: wp-db-backup.php:340
|
64 |
+
msgid "Creating backup file..."
|
65 |
+
msgstr "در حال ساختن فایل پشتیبان..."
|
66 |
+
|
67 |
+
#: wp-db-backup.php:343
|
68 |
+
#, php-format
|
69 |
+
msgid "Finished backing up table \\\"%s\\\"."
|
70 |
+
msgstr "تکمیل شد %s"
|
71 |
+
|
72 |
+
#: wp-db-backup.php:345
|
73 |
+
#, php-format
|
74 |
+
msgid "Backing up table \\\"%s\\\"..."
|
75 |
+
msgstr "در حال پشتیبان گیری از %s"
|
76 |
+
|
77 |
+
#: wp-db-backup.php:352
|
78 |
+
#: 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 "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
|
84 |
+
msgstr "پوشه پشتیان گیری قابل نوشتن نیست.لطفا مجوز لازم را به آن پوشه داده و دویاره امتحان کنید"
|
85 |
+
|
86 |
+
#: wp-db-backup.php:358
|
87 |
+
#: wp-db-backup.php:844
|
88 |
+
msgid "WordPress MySQL database backup"
|
89 |
+
msgstr "WordPress MySQL database backup"
|
90 |
+
|
91 |
+
#: wp-db-backup.php:360
|
92 |
+
#: wp-db-backup.php:846
|
93 |
+
#, php-format
|
94 |
+
msgid "Generated: %s"
|
95 |
+
msgstr "تولید شده ها: %s"
|
96 |
+
|
97 |
+
#: wp-db-backup.php:361
|
98 |
+
#: wp-db-backup.php:847
|
99 |
+
#, php-format
|
100 |
+
msgid "Hostname: %s"
|
101 |
+
msgstr "Hostname: %s"
|
102 |
+
|
103 |
+
#: wp-db-backup.php:362
|
104 |
+
#: wp-db-backup.php:848
|
105 |
+
#, php-format
|
106 |
+
msgid "Database: %s"
|
107 |
+
msgstr "بانک اطلاعاتی: %s"
|
108 |
+
|
109 |
+
#: wp-db-backup.php:370
|
110 |
+
#: wp-db-backup.php:861
|
111 |
+
#, php-format
|
112 |
+
msgid "Table: %s"
|
113 |
+
msgstr "%s جدول ها:"
|
114 |
+
|
115 |
+
#: wp-db-backup.php:377
|
116 |
+
msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
|
117 |
+
msgstr "پوشه پشتیان گیری قابل نوشتن نیست.لطفا مجوز لازم را به آن پوشه داده و دویاره امتحان کنید"
|
118 |
+
|
119 |
+
#: wp-db-backup.php:434
|
120 |
+
msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
|
121 |
+
msgstr " "
|
122 |
+
|
123 |
+
#: wp-db-backup.php:474
|
124 |
+
msgid "Change"
|
125 |
+
msgstr "تغییر"
|
126 |
+
|
127 |
+
#: wp-db-backup.php:483
|
128 |
+
msgid "Save"
|
129 |
+
msgstr "ذخیره"
|
130 |
+
|
131 |
+
#: wp-db-backup.php:566
|
132 |
+
#: wp-db-backup.php:571
|
133 |
+
#: wp-db-backup.php:1126
|
134 |
+
msgid "Backup"
|
135 |
+
msgstr "پشتیبان گیری"
|
136 |
+
|
137 |
+
#: wp-db-backup.php:646
|
138 |
+
#: wp-db-backup.php:649
|
139 |
+
msgid "There was an error writing a line to the backup script:"
|
140 |
+
msgstr "خطایی که در نوشتن یک خط در فایل پشتیبان رخ داده است:"
|
141 |
+
|
142 |
+
#: wp-db-backup.php:681
|
143 |
+
msgid "Subsequent errors have been omitted from this log."
|
144 |
+
msgstr "خطاهای بعدی درون این این گزارش از قلم خواهند افتاد"
|
145 |
+
|
146 |
+
#: wp-db-backup.php:715
|
147 |
+
msgid "Error getting table details"
|
148 |
+
msgstr "بروز خطا در دریافت مشخصات جدول"
|
149 |
+
|
150 |
+
#: wp-db-backup.php:723
|
151 |
+
#, php-format
|
152 |
+
msgid "Delete any existing table %s"
|
153 |
+
msgstr "حذف تمامی جدول های موجود %s"
|
154 |
+
|
155 |
+
#: wp-db-backup.php:732
|
156 |
+
#, php-format
|
157 |
+
msgid "Table structure of table %s"
|
158 |
+
msgstr "ساختار جدول %s"
|
159 |
+
|
160 |
+
#: wp-db-backup.php:738
|
161 |
+
#, php-format
|
162 |
+
msgid "Error with SHOW CREATE TABLE for %s."
|
163 |
+
msgstr "خطا به وسیله نمایش ساختن جدول %s"
|
164 |
+
|
165 |
+
#: wp-db-backup.php:745
|
166 |
+
#, php-format
|
167 |
+
msgid "Error getting table structure of %s"
|
168 |
+
msgstr "خطا در دریافت ساختار جدول %s"
|
169 |
+
|
170 |
+
#: wp-db-backup.php:753
|
171 |
+
#, php-format
|
172 |
+
msgid "Data contents of table %s"
|
173 |
+
msgstr "محتویات جدول %s"
|
174 |
+
|
175 |
+
#: wp-db-backup.php:823
|
176 |
+
#, php-format
|
177 |
+
msgid "End of data contents of table %s"
|
178 |
+
msgstr "پایان محتویات جدول %s"
|
179 |
+
|
180 |
+
#: wp-db-backup.php:839
|
181 |
+
msgid "The backup directory is not writeable!"
|
182 |
+
msgstr "پوشه پشتیبان گیری قابل نوشتن نیست"
|
183 |
+
|
184 |
+
#: wp-db-backup.php:974
|
185 |
+
#, php-format
|
186 |
+
msgid "File not found:%s"
|
187 |
+
msgstr "فایل وجود ندارد:"
|
188 |
+
|
189 |
+
#: wp-db-backup.php:974
|
190 |
+
msgid "Return to Backup"
|
191 |
+
msgstr "بازگشت به پشتیبان گیری"
|
192 |
+
|
193 |
+
#: wp-db-backup.php:983
|
194 |
+
#, php-format
|
195 |
+
msgid "File %s does not exist!"
|
196 |
+
msgstr "%s این فایل وجود ندارد:"
|
197 |
+
|
198 |
+
#: wp-db-backup.php:990
|
199 |
+
#, php-format
|
200 |
+
msgid ""
|
201 |
+
"Attached to this email is\n"
|
202 |
+
" %1s\n"
|
203 |
+
" Size:%2s kilobytes\n"
|
204 |
+
msgstr ""
|
205 |
+
"فایل چسبیده به پست الکترونیک\n"
|
206 |
+
" %1s\n"
|
207 |
+
" سایز:%2s kilobytes\n"
|
208 |
+
|
209 |
+
#: wp-db-backup.php:991
|
210 |
+
msgid "Database Backup"
|
211 |
+
msgstr "پشتیان گیری بانک اطلاعاتی"
|
212 |
+
|
213 |
+
#: wp-db-backup.php:994
|
214 |
+
#: wp-db-backup.php:1041
|
215 |
+
msgid "The following errors were reported:"
|
216 |
+
msgstr "خطاهای رخ داده:"
|
217 |
+
|
218 |
+
#: wp-db-backup.php:999
|
219 |
+
msgid "ERROR: The mail application has failed to deliver the backup."
|
220 |
+
msgstr "خطا: برنامه پست الکترونیک قادر به دریافت پشتیبان نیست"
|
221 |
+
|
222 |
+
#: wp-db-backup.php:1016
|
223 |
+
msgid "Backup Successful"
|
224 |
+
msgstr "پشتیبان گیری با موفقیت انجام شد"
|
225 |
+
|
226 |
+
#: wp-db-backup.php:1020
|
227 |
+
#, php-format
|
228 |
+
msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
|
229 |
+
msgstr "فایل پشتیبان شما <a href=\"%1s\">%2s</a> باید زودتر دریافت شود."
|
230 |
+
|
231 |
+
#: wp-db-backup.php:1028
|
232 |
+
#, php-format
|
233 |
+
msgid "Your backup has been emailed to %s"
|
234 |
+
msgstr "این فایل پشتیبان به ایمیل ارسال شد: %s"
|
235 |
+
|
236 |
+
#: wp-db-backup.php:1031
|
237 |
+
msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
|
238 |
+
msgstr "فایل پشتیبان بر روی فضای سایت ذخیره شد.برای دریافت آن کلیک راست کرده و Save As را انتخاب کنید"
|
239 |
+
|
240 |
+
#: wp-db-backup.php:1032
|
241 |
+
#, php-format
|
242 |
+
msgid "%s bytes"
|
243 |
+
msgstr "%s bytes"
|
244 |
+
|
245 |
+
#: wp-db-backup.php:1068
|
246 |
+
msgid "Scheduled Backup Options Saved!"
|
247 |
+
msgstr "تنظیمات زمان بندی پشتیبان گیری ذخیره شد"
|
248 |
+
|
249 |
+
#: wp-db-backup.php:1095
|
250 |
+
msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
|
251 |
+
msgstr "پوشه پشتیبان گیری وجود ندارد و ما نمیتوانیم که آن را بسازیم"
|
252 |
+
|
253 |
+
#: wp-db-backup.php:1096
|
254 |
+
#, php-format
|
255 |
+
msgid "Using your FTP client, try to create the backup directory yourself: %s"
|
256 |
+
msgstr "از طریق پروتکل FTP سعی کنید پوشه پشتیبان گیری را بسازید"
|
257 |
+
|
258 |
+
#: wp-db-backup.php:1100
|
259 |
+
#: wp-db-backup.php:1111
|
260 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
|
261 |
+
msgstr "پوشه پشتیبان گیری قابل نوشتن نیست و ما نمیتوانیم فایل پشتیبان را بسازیم"
|
262 |
+
|
263 |
+
#: wp-db-backup.php:1101
|
264 |
+
#, php-format
|
265 |
+
msgid "Using your FTP client, try to set the backup directory’s write permission to %1$s or %2$s: %3$s"
|
266 |
+
msgstr "از طريق پروتکل FTP به پوشه پشتيبان دسترسي مجاز بدهيد"
|
267 |
+
|
268 |
+
#: wp-db-backup.php:1113
|
269 |
+
msgid "This problem seems to be caused by your server’s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: wp-db-backup.php:1115
|
273 |
+
#, php-format
|
274 |
+
msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
|
275 |
+
msgstr "برای حل این مشکل از پروتکل FTP استفاده کرده و پوشه پشتیبان را حذف کرده و مجددا بسازید: %s"
|
276 |
+
|
277 |
+
#: wp-db-backup.php:1129
|
278 |
+
msgid "Tables"
|
279 |
+
msgstr "جدول ها"
|
280 |
+
|
281 |
+
#: wp-db-backup.php:1131
|
282 |
+
msgid "These core WordPress tables will always be backed up:"
|
283 |
+
msgstr "جدولهای اصلی و هسته وردپرس که همیشه پشتیبان گیری میشوند:"
|
284 |
+
|
285 |
+
#: wp-db-backup.php:1136
|
286 |
+
msgid "Exclude spam comments"
|
287 |
+
msgstr "به غیر از نظرات جفنگ"
|
288 |
+
|
289 |
+
#: wp-db-backup.php:1139
|
290 |
+
msgid "Exclude post revisions"
|
291 |
+
msgstr "به جز تجدید نظر پست ها"
|
292 |
+
|
293 |
+
#: wp-db-backup.php:1150
|
294 |
+
msgid "You may choose to include any of the following tables:"
|
295 |
+
msgstr "شما میتوانید جدولهای دیگر را انتخاب کنید:"
|
296 |
+
|
297 |
+
#: wp-db-backup.php:1164
|
298 |
+
msgid "Backup Options"
|
299 |
+
msgstr "تنظیمات پشتیبان گیری"
|
300 |
+
|
301 |
+
#: wp-db-backup.php:1165
|
302 |
+
msgid "What to do with the backup file:"
|
303 |
+
msgstr "نوع پشتیبان گیری را انتخاب کنید:"
|
304 |
+
|
305 |
+
#: wp-db-backup.php:1169
|
306 |
+
msgid "Save to server"
|
307 |
+
msgstr "ذخیره روی فضای سایت"
|
308 |
+
|
309 |
+
#: wp-db-backup.php:1174
|
310 |
+
msgid "Download to your computer"
|
311 |
+
msgstr "ذخیره درون رایانه"
|
312 |
+
|
313 |
+
#: wp-db-backup.php:1178
|
314 |
+
#: wp-db-backup.php:1235
|
315 |
+
msgid "Email backup to:"
|
316 |
+
msgstr "ارسال به ایمیل"
|
317 |
+
|
318 |
+
#: wp-db-backup.php:1185
|
319 |
+
msgid "Backup now!"
|
320 |
+
msgstr "پشتیبان بگیر!"
|
321 |
+
|
322 |
+
#: wp-db-backup.php:1188
|
323 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
|
324 |
+
msgstr "هشدار: پوشه پشتیبان گیری شما قابل نوشتن نیست"
|
325 |
+
|
326 |
+
#: wp-db-backup.php:1199
|
327 |
+
msgid "Scheduled Backup"
|
328 |
+
msgstr "زمان بندی پشتیبان گیری"
|
329 |
+
|
330 |
+
#: wp-db-backup.php:1206
|
331 |
+
#, php-format
|
332 |
+
msgid "Next Backup: %s"
|
333 |
+
msgstr "پشتیان گیری بعدی: %s"
|
334 |
+
|
335 |
+
#: wp-db-backup.php:1211
|
336 |
+
#, php-format
|
337 |
+
msgid "Last WP-Cron Daily Execution: %s"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: wp-db-backup.php:1212
|
341 |
+
#, php-format
|
342 |
+
msgid "Next WP-Cron Daily Execution: %s"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: wp-db-backup.php:1217
|
346 |
+
msgid "Schedule: "
|
347 |
+
msgstr "زمان بندی"
|
348 |
+
|
349 |
+
#: wp-db-backup.php:1220
|
350 |
+
msgid "None"
|
351 |
+
msgstr "هیچ"
|
352 |
+
|
353 |
+
#: wp-db-backup.php:1220
|
354 |
+
msgid "Daily"
|
355 |
+
msgstr "روزانه"
|
356 |
+
|
357 |
+
#: wp-db-backup.php:1243
|
358 |
+
msgid "Tables to include in the scheduled backup:"
|
359 |
+
msgstr "جدول هایی که در زمان بندی پشتیبان گیری میشوند:"
|
360 |
+
|
361 |
+
#: wp-db-backup.php:1253
|
362 |
+
msgid "Schedule backup"
|
363 |
+
msgstr "زمان بندی پشتیبان گیری"
|
364 |
+
|
365 |
+
#: wp-db-backup.php:1278
|
366 |
+
msgid "Never"
|
367 |
+
msgstr "هرگز"
|
368 |
+
|
369 |
+
#: wp-db-backup.php:1283
|
370 |
+
#, php-format
|
371 |
+
msgid "%s seconds"
|
372 |
+
msgstr "%s ثانیه"
|
373 |
+
|
374 |
+
#: wp-db-backup.php:1316
|
375 |
+
msgid "Once Weekly"
|
376 |
+
msgstr "هفته ای یکبار"
|
377 |
+
|
378 |
+
#: wp-db-backup.php:1329
|
379 |
+
#, php-format
|
380 |
+
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."
|
381 |
+
msgstr "نسخه وردپرس خود را بروز کنید.این افزونه به دلیل مسایل امنیتی با این نسخه از وردپرس سازگاری ندارد"
|
382 |
+
|
383 |
+
#: wp-db-backup.php:1347
|
384 |
+
msgid "You are not allowed to perform backups."
|
385 |
+
msgstr "شما اجازه تولید پشتیبان را ندارید"
|
386 |
+
|
387 |
+
#: wp-db-backup.php:1362
|
388 |
+
#, php-format
|
389 |
+
msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
|
390 |
+
msgstr "این ظاهر شدن از کوشش غیر مجاز این سایت برای دستیابی به بانک اطلاعاتی واقع شده در %1s هست.این کوشش دچار ایست شد."
|
391 |
+
|
392 |
+
#: wp-db-backup.php:1373
|
393 |
+
msgid "Cheatin' uh ?"
|
394 |
+
msgstr "تقلب میکنی؟"
|
395 |
+
|
wp-db-backup-ko_KR.mo
ADDED
Binary file
|
wp-db-backup-ko_KR.po
ADDED
@@ -0,0 +1,398 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: Korean by Soul\n"
|
8 |
+
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2008-08-15 11:00-0500\n"
|
10 |
+
"PO-Revision-Date: 2009-02-19 03:41-0500\n"
|
11 |
+
"Last-Translator: Jong-In Kim <soulofpure@hotmail.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: Jong-In Kim <soulofpure@hotmail.com>\n"
|
16 |
+
"X-Poedit-Language: Korean\n"
|
17 |
+
"X-Poedit-Country: KOREA, REPUBLIC OF\n"
|
18 |
+
|
19 |
+
#: wp-db-backup.php:181
|
20 |
+
msgid "Backup Complete!"
|
21 |
+
msgstr "백업 완료!"
|
22 |
+
|
23 |
+
#: wp-db-backup.php:211
|
24 |
+
msgid "Progress"
|
25 |
+
msgstr "진행"
|
26 |
+
|
27 |
+
#: wp-db-backup.php:213
|
28 |
+
msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
|
29 |
+
msgstr "다음과 같은 백업을 실패하게 하는 것을 하지마세요:"
|
30 |
+
|
31 |
+
#: wp-db-backup.php:216
|
32 |
+
msgid "Close this browser"
|
33 |
+
msgstr "이 브라우저 닫음"
|
34 |
+
|
35 |
+
#: wp-db-backup.php:217
|
36 |
+
msgid "Reload this page"
|
37 |
+
msgstr "이 페이지 새로고침"
|
38 |
+
|
39 |
+
#: wp-db-backup.php:218
|
40 |
+
msgid "Click the Stop or Back buttons in your browser"
|
41 |
+
msgstr "브라우저의 멈춤 이나 뒤로 버튼을 클릭하세요"
|
42 |
+
|
43 |
+
#: wp-db-backup.php:220
|
44 |
+
msgid "Progress:"
|
45 |
+
msgstr "진행:"
|
46 |
+
|
47 |
+
#: wp-db-backup.php:229
|
48 |
+
msgid "Navigating away from this page will cause your backup to fail."
|
49 |
+
msgstr "이 페이지에서 벗어나는 것은 백업 실패와 연결될 수 있습니다."
|
50 |
+
|
51 |
+
#: wp-db-backup.php:266
|
52 |
+
#, php-format
|
53 |
+
msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
|
54 |
+
msgstr "백업 완료, 다운로드를 위한 <a href=\\\"%s\\\">백업</a> 준비중 ..."
|
55 |
+
|
56 |
+
#: wp-db-backup.php:273
|
57 |
+
#, php-format
|
58 |
+
msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
|
59 |
+
msgstr "백업 완료, <a href=\\\"%s\\\">백업</a> 을 이메일로 보내는 중..."
|
60 |
+
|
61 |
+
#: wp-db-backup.php:280
|
62 |
+
#, php-format
|
63 |
+
msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
|
64 |
+
msgstr "백업 완료, 다운로드는 <a href=\\\"%s\\\">여기</a>."
|
65 |
+
|
66 |
+
#: wp-db-backup.php:340
|
67 |
+
msgid "Creating backup file..."
|
68 |
+
msgstr "백업 파일 만드는 중..."
|
69 |
+
|
70 |
+
#: wp-db-backup.php:343
|
71 |
+
#, php-format
|
72 |
+
msgid "Finished backing up table \\\"%s\\\"."
|
73 |
+
msgstr "테이블 백업 완료 \\\"%s\\\"."
|
74 |
+
|
75 |
+
#: wp-db-backup.php:345
|
76 |
+
#, php-format
|
77 |
+
msgid "Backing up table \\\"%s\\\"..."
|
78 |
+
msgstr "테이블 백업 중 \\\"%s\\\"..."
|
79 |
+
|
80 |
+
#: wp-db-backup.php:352
|
81 |
+
#: wp-db-backup.php:835
|
82 |
+
msgid "Could not open the backup file for writing!"
|
83 |
+
msgstr "쓰기위해 백업 파일을 열 수 없습니다!"
|
84 |
+
|
85 |
+
#: wp-db-backup.php:353
|
86 |
+
msgid "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
|
87 |
+
msgstr "백업 파일이 저장되지 않았습니다. 당신의 백업 디렉토리에 쓸 수 있는 권한이 있는지 확인하시고 재시도 해주세요."
|
88 |
+
|
89 |
+
#: wp-db-backup.php:358
|
90 |
+
#: wp-db-backup.php:844
|
91 |
+
msgid "WordPress MySQL database backup"
|
92 |
+
msgstr "워드프레스 MySQL 데이터베이스 백업"
|
93 |
+
|
94 |
+
#: wp-db-backup.php:360
|
95 |
+
#: wp-db-backup.php:846
|
96 |
+
#, php-format
|
97 |
+
msgid "Generated: %s"
|
98 |
+
msgstr "생성됨: %s"
|
99 |
+
|
100 |
+
#: wp-db-backup.php:361
|
101 |
+
#: wp-db-backup.php:847
|
102 |
+
#, php-format
|
103 |
+
msgid "Hostname: %s"
|
104 |
+
msgstr "호스트 이름: %s"
|
105 |
+
|
106 |
+
#: wp-db-backup.php:362
|
107 |
+
#: wp-db-backup.php:848
|
108 |
+
#, php-format
|
109 |
+
msgid "Database: %s"
|
110 |
+
msgstr "데이터베이스: %s"
|
111 |
+
|
112 |
+
#: wp-db-backup.php:370
|
113 |
+
#: wp-db-backup.php:861
|
114 |
+
#, php-format
|
115 |
+
msgid "Table: %s"
|
116 |
+
msgstr "테이블: %s"
|
117 |
+
|
118 |
+
#: wp-db-backup.php:377
|
119 |
+
msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
|
120 |
+
msgstr "백업 디렉토리 쓰기 불가능! 당신의 백업 디렉토리에 쓸 수 있는 권한이 있는지 확인하시고 재시도 해주세요."
|
121 |
+
|
122 |
+
#: wp-db-backup.php:434
|
123 |
+
msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
|
124 |
+
msgstr "여러 체크박스의 토글을 위해서 <code>[SHIFT]</code> 를 클릭하시고 유지하세요"
|
125 |
+
|
126 |
+
#: wp-db-backup.php:474
|
127 |
+
msgid "Change"
|
128 |
+
msgstr "변경"
|
129 |
+
|
130 |
+
#: wp-db-backup.php:483
|
131 |
+
msgid "Save"
|
132 |
+
msgstr "저장"
|
133 |
+
|
134 |
+
#: wp-db-backup.php:566
|
135 |
+
#: wp-db-backup.php:571
|
136 |
+
#: wp-db-backup.php:1126
|
137 |
+
msgid "Backup"
|
138 |
+
msgstr "백업"
|
139 |
+
|
140 |
+
#: wp-db-backup.php:646
|
141 |
+
#: wp-db-backup.php:649
|
142 |
+
msgid "There was an error writing a line to the backup script:"
|
143 |
+
msgstr "백업 스크립트에 쓰는 도중 에러가 발생했습니다:"
|
144 |
+
|
145 |
+
#: wp-db-backup.php:681
|
146 |
+
msgid "Subsequent errors have been omitted from this log."
|
147 |
+
msgstr "이 로그에서 후속 에러가 제외되었습니다."
|
148 |
+
|
149 |
+
#: wp-db-backup.php:715
|
150 |
+
msgid "Error getting table details"
|
151 |
+
msgstr "테이블 내용을 가져오는 중 에러"
|
152 |
+
|
153 |
+
#: wp-db-backup.php:723
|
154 |
+
#, php-format
|
155 |
+
msgid "Delete any existing table %s"
|
156 |
+
msgstr "존재한 테이블 삭제 %s"
|
157 |
+
|
158 |
+
#: wp-db-backup.php:732
|
159 |
+
#, php-format
|
160 |
+
msgid "Table structure of table %s"
|
161 |
+
msgstr "테이블의 구조 테이블 %s"
|
162 |
+
|
163 |
+
#: wp-db-backup.php:738
|
164 |
+
#, php-format
|
165 |
+
msgid "Error with SHOW CREATE TABLE for %s."
|
166 |
+
msgstr "%s 를 위한 생성 테이블 보기 에러."
|
167 |
+
|
168 |
+
#: wp-db-backup.php:745
|
169 |
+
#, php-format
|
170 |
+
msgid "Error getting table structure of %s"
|
171 |
+
msgstr "%s 의 테이블 구조를 가져오는 중 에러"
|
172 |
+
|
173 |
+
#: wp-db-backup.php:753
|
174 |
+
#, php-format
|
175 |
+
msgid "Data contents of table %s"
|
176 |
+
msgstr "테이블의 데이터 컨텐츠 %s"
|
177 |
+
|
178 |
+
#: wp-db-backup.php:823
|
179 |
+
#, php-format
|
180 |
+
msgid "End of data contents of table %s"
|
181 |
+
msgstr "테이블의 데이터 컨텐츠 끝 %s"
|
182 |
+
|
183 |
+
#: wp-db-backup.php:839
|
184 |
+
msgid "The backup directory is not writeable!"
|
185 |
+
msgstr "백업 디렉토리는 쓰기 불가능합니다!"
|
186 |
+
|
187 |
+
#: wp-db-backup.php:974
|
188 |
+
#, php-format
|
189 |
+
msgid "File not found:%s"
|
190 |
+
msgstr "파일이 없습니다: %s"
|
191 |
+
|
192 |
+
#: wp-db-backup.php:974
|
193 |
+
msgid "Return to Backup"
|
194 |
+
msgstr "백업으로 돌아가기"
|
195 |
+
|
196 |
+
#: wp-db-backup.php:983
|
197 |
+
#, php-format
|
198 |
+
msgid "File %s does not exist!"
|
199 |
+
msgstr "%s 파일이 존재하지 않습니다!"
|
200 |
+
|
201 |
+
#: wp-db-backup.php:990
|
202 |
+
#, php-format
|
203 |
+
msgid ""
|
204 |
+
"Attached to this email is\n"
|
205 |
+
" %1s\n"
|
206 |
+
" Size:%2s kilobytes\n"
|
207 |
+
msgstr ""
|
208 |
+
"이 이메일에 첨부는\n"
|
209 |
+
" %1s\n"
|
210 |
+
" Size:%2s kilobytes\n"
|
211 |
+
|
212 |
+
#: wp-db-backup.php:991
|
213 |
+
msgid "Database Backup"
|
214 |
+
msgstr "데이터베이스 백업"
|
215 |
+
|
216 |
+
#: wp-db-backup.php:994
|
217 |
+
#: wp-db-backup.php:1041
|
218 |
+
msgid "The following errors were reported:"
|
219 |
+
msgstr "다음과 같은 에러가 발견되었습니다:"
|
220 |
+
|
221 |
+
#: wp-db-backup.php:999
|
222 |
+
msgid "ERROR: The mail application has failed to deliver the backup."
|
223 |
+
msgstr "에러: 메일로 백업 전송 실패."
|
224 |
+
|
225 |
+
#: wp-db-backup.php:1016
|
226 |
+
msgid "Backup Successful"
|
227 |
+
msgstr "백업 성공"
|
228 |
+
|
229 |
+
#: wp-db-backup.php:1020
|
230 |
+
#, php-format
|
231 |
+
msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
|
232 |
+
msgstr "당신의 백업 파일: <a href=\"%1s\">%2s</a> 은 금방 다운로드가 시작됩니다."
|
233 |
+
|
234 |
+
#: wp-db-backup.php:1028
|
235 |
+
#, php-format
|
236 |
+
msgid "Your backup has been emailed to %s"
|
237 |
+
msgstr "당신의 백업은 %s 로 이메일 전송 되었습니다."
|
238 |
+
|
239 |
+
#: wp-db-backup.php:1031
|
240 |
+
msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
|
241 |
+
msgstr "당신의 백업 파일은 서버에 저장되었습니다. 만약 지금 다운로드 하고싶다면, 우클릭 후 \"Save As\" 를 선택하세요."
|
242 |
+
|
243 |
+
#: wp-db-backup.php:1032
|
244 |
+
#, php-format
|
245 |
+
msgid "%s bytes"
|
246 |
+
msgstr "%s 바이트"
|
247 |
+
|
248 |
+
#: wp-db-backup.php:1068
|
249 |
+
msgid "Scheduled Backup Options Saved!"
|
250 |
+
msgstr "예약된 백업 옵션 저장됨!"
|
251 |
+
|
252 |
+
#: wp-db-backup.php:1095
|
253 |
+
msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
|
254 |
+
msgstr "경고: 당신의 백업 디렉토리가 <strong>존재하지 않아</strong> 생성할 수 없습니다."
|
255 |
+
|
256 |
+
#: wp-db-backup.php:1096
|
257 |
+
#, php-format
|
258 |
+
msgid "Using your FTP client, try to create the backup directory yourself: %s"
|
259 |
+
msgstr "당신의 FTP 를 사용하여, 백업 디렉토리를 직접 생성하세요: %s"
|
260 |
+
|
261 |
+
#: wp-db-backup.php:1100
|
262 |
+
#: wp-db-backup.php:1111
|
263 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
|
264 |
+
msgstr "경고: 당신의 백업 디렉토리는 <strong>쓰기 불가능</strong> 입니다! 백업 파일을 생성할 수 없습니다."
|
265 |
+
|
266 |
+
#: wp-db-backup.php:1101
|
267 |
+
#, php-format
|
268 |
+
msgid "Using your FTP client, try to set the backup directory’s write permission to %1$s or %2$s: %3$s"
|
269 |
+
msgstr "당신의 FTP 를 사용하여, 백업 디렉토리를 ’s 다음과 같은 권한으로 설정하세요. %1$s or %2$s: %3$s"
|
270 |
+
|
271 |
+
#: wp-db-backup.php:1113
|
272 |
+
msgid "This problem seems to be caused by your server’s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
|
273 |
+
msgstr "이 문제는 당신의 서버로 인한 것 같습니다.’s <code>안전 모드</code> 파일 소유권 제한으로 워드프레스같은 웹애플리케이션이 생성하는 파일에 제한이 있는 것 같습니다."
|
274 |
+
|
275 |
+
#: wp-db-backup.php:1115
|
276 |
+
#, php-format
|
277 |
+
msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
|
278 |
+
msgstr "당신은 FTP 를 이용하여 백업 디렉토리를 삭제 후 재생성을 해서 이 문제를 고칠 수 있습니다: %s"
|
279 |
+
|
280 |
+
#: wp-db-backup.php:1129
|
281 |
+
msgid "Tables"
|
282 |
+
msgstr "테이블"
|
283 |
+
|
284 |
+
#: wp-db-backup.php:1131
|
285 |
+
msgid "These core WordPress tables will always be backed up:"
|
286 |
+
msgstr "이러한 핵심 워드프레스 테이블은 항상 백업합니다:"
|
287 |
+
|
288 |
+
#: wp-db-backup.php:1136
|
289 |
+
msgid "Exclude spam comments"
|
290 |
+
msgstr "제외 스팸 댓글"
|
291 |
+
|
292 |
+
#: wp-db-backup.php:1139
|
293 |
+
msgid "Exclude post revisions"
|
294 |
+
msgstr "제외 글 수정"
|
295 |
+
|
296 |
+
#: wp-db-backup.php:1150
|
297 |
+
msgid "You may choose to include any of the following tables:"
|
298 |
+
msgstr "당신은 다음 테이블을 포함하도록 선택할 수 있습니다:"
|
299 |
+
|
300 |
+
#: wp-db-backup.php:1164
|
301 |
+
msgid "Backup Options"
|
302 |
+
msgstr "백업 옵션"
|
303 |
+
|
304 |
+
#: wp-db-backup.php:1165
|
305 |
+
msgid "What to do with the backup file:"
|
306 |
+
msgstr "백업 파일로 무엇을 할까요:"
|
307 |
+
|
308 |
+
#: wp-db-backup.php:1169
|
309 |
+
msgid "Save to server"
|
310 |
+
msgstr "서버에 저장"
|
311 |
+
|
312 |
+
#: wp-db-backup.php:1174
|
313 |
+
msgid "Download to your computer"
|
314 |
+
msgstr "당신의 컴퓨터로 다운로드"
|
315 |
+
|
316 |
+
#: wp-db-backup.php:1178
|
317 |
+
#: wp-db-backup.php:1235
|
318 |
+
msgid "Email backup to:"
|
319 |
+
msgstr "이메일 백업:"
|
320 |
+
|
321 |
+
#: wp-db-backup.php:1185
|
322 |
+
msgid "Backup now!"
|
323 |
+
msgstr "지금 백업하세요!"
|
324 |
+
|
325 |
+
#: wp-db-backup.php:1188
|
326 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
|
327 |
+
msgstr "경고: 당신의 백업 디렉토리는 <strong>쓰기 불가능</strong> 입니다!"
|
328 |
+
|
329 |
+
#: wp-db-backup.php:1199
|
330 |
+
msgid "Scheduled Backup"
|
331 |
+
msgstr "예약된 백업"
|
332 |
+
|
333 |
+
#: wp-db-backup.php:1206
|
334 |
+
#, php-format
|
335 |
+
msgid "Next Backup: %s"
|
336 |
+
msgstr "다음 백업: %s"
|
337 |
+
|
338 |
+
#: wp-db-backup.php:1211
|
339 |
+
#, php-format
|
340 |
+
msgid "Last WP-Cron Daily Execution: %s"
|
341 |
+
msgstr "마지막 WP-Cron 매일 실행 : %s"
|
342 |
+
|
343 |
+
#: wp-db-backup.php:1212
|
344 |
+
#, php-format
|
345 |
+
msgid "Next WP-Cron Daily Execution: %s"
|
346 |
+
msgstr "다음 WP-Cron 매일 실행: %s"
|
347 |
+
|
348 |
+
#: wp-db-backup.php:1217
|
349 |
+
msgid "Schedule: "
|
350 |
+
msgstr "예약:"
|
351 |
+
|
352 |
+
#: wp-db-backup.php:1220
|
353 |
+
msgid "None"
|
354 |
+
msgstr "없음"
|
355 |
+
|
356 |
+
#: wp-db-backup.php:1220
|
357 |
+
msgid "Daily"
|
358 |
+
msgstr "매일"
|
359 |
+
|
360 |
+
#: wp-db-backup.php:1243
|
361 |
+
msgid "Tables to include in the scheduled backup:"
|
362 |
+
msgstr "예약된 백업 안에 추가할 테이블:"
|
363 |
+
|
364 |
+
#: wp-db-backup.php:1253
|
365 |
+
msgid "Schedule backup"
|
366 |
+
msgstr "예약 백업"
|
367 |
+
|
368 |
+
#: wp-db-backup.php:1278
|
369 |
+
msgid "Never"
|
370 |
+
msgstr "절대"
|
371 |
+
|
372 |
+
#: wp-db-backup.php:1283
|
373 |
+
#, php-format
|
374 |
+
msgid "%s seconds"
|
375 |
+
msgstr "%s 초"
|
376 |
+
|
377 |
+
#: wp-db-backup.php:1316
|
378 |
+
msgid "Once Weekly"
|
379 |
+
msgstr "주마다 한번"
|
380 |
+
|
381 |
+
#: wp-db-backup.php:1329
|
382 |
+
#, php-format
|
383 |
+
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."
|
384 |
+
msgstr "당신의 워드프레스 버전, %1s, 은 보안 기능이 미흡하여 WP-DB-Backup 플러그인을 쓰기에는 안전하지 않습니다. 따라서 이 플러그인을 자동으로 해제했습니다. 최신 버전으로 <a href=\"%2s\">워드프레스 업그레이드</a>를 고려하세요."
|
385 |
+
|
386 |
+
#: wp-db-backup.php:1347
|
387 |
+
msgid "You are not allowed to perform backups."
|
388 |
+
msgstr "당신은 백업을 이용할 수 없습니다."
|
389 |
+
|
390 |
+
#: wp-db-backup.php:1362
|
391 |
+
#, php-format
|
392 |
+
msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
|
393 |
+
msgstr "이 사이트에서 무단으로 귀하의 데이터베이스 %1s에 액세스하려 시도되었습니다. 그 시도가 중단되었습니다."
|
394 |
+
|
395 |
+
#: wp-db-backup.php:1373
|
396 |
+
msgid "Cheatin' uh ?"
|
397 |
+
msgstr "누굴 속이시려고?"
|
398 |
+
|
wp-db-backup-pt_BR.mo
ADDED
Binary file
|
wp-db-backup-pt_BR.po
ADDED
@@ -0,0 +1,397 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2007 Austin Matzko
|
2 |
+
# This file is distributed under the GPL 2 license.
|
3 |
+
#
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Project-Id-Version: 2.2.2\n"
|
7 |
+
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2008-08-15 11:00-0500\n"
|
9 |
+
"PO-Revision-Date: 2009-12-15 08:44-0300\n"
|
10 |
+
"Last-Translator: Anderson Silva <candiba@gmail.com>\n"
|
11 |
+
"Language-Team: Anderson Silva (candiba) <candiba@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 |
+
"X-Poedit-Language: Portuguese\n"
|
16 |
+
"X-Poedit-Country: BRAZIL\n"
|
17 |
+
|
18 |
+
#: wp-db-backup.php:181
|
19 |
+
msgid "Backup Complete!"
|
20 |
+
msgstr "Backup Completo!"
|
21 |
+
|
22 |
+
#: wp-db-backup.php:211
|
23 |
+
msgid "Progress"
|
24 |
+
msgstr "Andamento"
|
25 |
+
|
26 |
+
#: wp-db-backup.php:213
|
27 |
+
msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
|
28 |
+
msgstr "NÃO FAÇA NADA DESCRITO ABAIXO SE NÃO O BACKUP NÃO SERÁ COMPLETADO:"
|
29 |
+
|
30 |
+
#: wp-db-backup.php:216
|
31 |
+
msgid "Close this browser"
|
32 |
+
msgstr "Fechar este navegador"
|
33 |
+
|
34 |
+
#: wp-db-backup.php:217
|
35 |
+
msgid "Reload this page"
|
36 |
+
msgstr "Recarreguar esta página"
|
37 |
+
|
38 |
+
#: wp-db-backup.php:218
|
39 |
+
msgid "Click the Stop or Back buttons in your browser"
|
40 |
+
msgstr "Clicar nos botões Parar ou Voltar do seu navegador"
|
41 |
+
|
42 |
+
#: wp-db-backup.php:220
|
43 |
+
msgid "Progress:"
|
44 |
+
msgstr "Andamento:"
|
45 |
+
|
46 |
+
#: wp-db-backup.php:229
|
47 |
+
msgid "Navigating away from this page will cause your backup to fail."
|
48 |
+
msgstr "Sair desta página pode causar erro no backup."
|
49 |
+
|
50 |
+
#: wp-db-backup.php:266
|
51 |
+
#, php-format
|
52 |
+
msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
|
53 |
+
msgstr "Backup completo, preparando <a href=\\\"%s\\\">backup</a> para download..."
|
54 |
+
|
55 |
+
#: wp-db-backup.php:273
|
56 |
+
#, php-format
|
57 |
+
msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
|
58 |
+
msgstr "Backup completo, enviando <a href=\\\"%s\\\">backup</a> via email..."
|
59 |
+
|
60 |
+
#: wp-db-backup.php:280
|
61 |
+
#, php-format
|
62 |
+
msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
|
63 |
+
msgstr "Backup completo, baixe <a href=\\\"%s\\\">aqui</a>."
|
64 |
+
|
65 |
+
#: wp-db-backup.php:340
|
66 |
+
msgid "Creating backup file..."
|
67 |
+
msgstr "Criando arquivo de backup..."
|
68 |
+
|
69 |
+
#: wp-db-backup.php:343
|
70 |
+
#, php-format
|
71 |
+
msgid "Finished backing up table \\\"%s\\\"."
|
72 |
+
msgstr "Backup da tabela \\\"%s\\\" finalizada."
|
73 |
+
|
74 |
+
#: wp-db-backup.php:345
|
75 |
+
#, php-format
|
76 |
+
msgid "Backing up table \\\"%s\\\"..."
|
77 |
+
msgstr "Copiando a tabela \\\"%s\\\"..."
|
78 |
+
|
79 |
+
#: wp-db-backup.php:352
|
80 |
+
#: wp-db-backup.php:835
|
81 |
+
msgid "Could not open the backup file for writing!"
|
82 |
+
msgstr "Não foi possível abrir o arquivo de backup para escrita!"
|
83 |
+
|
84 |
+
#: wp-db-backup.php:353
|
85 |
+
msgid "The backup file could not be saved. Please check the permissions for writing to your backup directory and try again."
|
86 |
+
msgstr "O arquivo de backup não pôde ser salvo. Por favor, verifique as permissões de escrita no seu diretório de backup e tente novamente."
|
87 |
+
|
88 |
+
#: wp-db-backup.php:358
|
89 |
+
#: wp-db-backup.php:844
|
90 |
+
msgid "WordPress MySQL database backup"
|
91 |
+
msgstr "Backup da base de dados MySQL do WordPress"
|
92 |
+
|
93 |
+
#: wp-db-backup.php:360
|
94 |
+
#: wp-db-backup.php:846
|
95 |
+
#, php-format
|
96 |
+
msgid "Generated: %s"
|
97 |
+
msgstr "Gerado: %s"
|
98 |
+
|
99 |
+
#: wp-db-backup.php:361
|
100 |
+
#: wp-db-backup.php:847
|
101 |
+
#, php-format
|
102 |
+
msgid "Hostname: %s"
|
103 |
+
msgstr "Nome da máquina: %s"
|
104 |
+
|
105 |
+
#: wp-db-backup.php:362
|
106 |
+
#: wp-db-backup.php:848
|
107 |
+
#, php-format
|
108 |
+
msgid "Database: %s"
|
109 |
+
msgstr "Base de dados: %s"
|
110 |
+
|
111 |
+
#: wp-db-backup.php:370
|
112 |
+
#: wp-db-backup.php:861
|
113 |
+
#, php-format
|
114 |
+
msgid "Table: %s"
|
115 |
+
msgstr "Tabela: %s"
|
116 |
+
|
117 |
+
#: wp-db-backup.php:377
|
118 |
+
msgid "The backup directory is not writeable! Please check the permissions for writing to your backup directory and try again."
|
119 |
+
msgstr "O diretório de backup não pode ser escrito! Por favor, verifique as permissões de escrita no seu diretório de backup e tente novamente."
|
120 |
+
|
121 |
+
#: wp-db-backup.php:434
|
122 |
+
msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
|
123 |
+
msgstr "Clique e pressione <code>[SHIFT]</code> para múltiplas seleções"
|
124 |
+
|
125 |
+
#: wp-db-backup.php:474
|
126 |
+
msgid "Change"
|
127 |
+
msgstr "Alterar"
|
128 |
+
|
129 |
+
#: wp-db-backup.php:483
|
130 |
+
msgid "Save"
|
131 |
+
msgstr "Salvar"
|
132 |
+
|
133 |
+
#: wp-db-backup.php:566
|
134 |
+
#: wp-db-backup.php:571
|
135 |
+
#: wp-db-backup.php:1126
|
136 |
+
msgid "Backup"
|
137 |
+
msgstr "Backup"
|
138 |
+
|
139 |
+
#: wp-db-backup.php:646
|
140 |
+
#: wp-db-backup.php:649
|
141 |
+
msgid "There was an error writing a line to the backup script:"
|
142 |
+
msgstr "Isto é um erro ao escrever uma linha no script de backup:"
|
143 |
+
|
144 |
+
#: wp-db-backup.php:681
|
145 |
+
msgid "Subsequent errors have been omitted from this log."
|
146 |
+
msgstr "Erros subsequentes foram omitidos deste log."
|
147 |
+
|
148 |
+
#: wp-db-backup.php:715
|
149 |
+
msgid "Error getting table details"
|
150 |
+
msgstr "Erro obtendo detalhes da tabela"
|
151 |
+
|
152 |
+
#: wp-db-backup.php:723
|
153 |
+
#, php-format
|
154 |
+
msgid "Delete any existing table %s"
|
155 |
+
msgstr "Apagando todas as tabelas existentes %s"
|
156 |
+
|
157 |
+
#: wp-db-backup.php:732
|
158 |
+
#, php-format
|
159 |
+
msgid "Table structure of table %s"
|
160 |
+
msgstr "Estrutura da tabela %s"
|
161 |
+
|
162 |
+
#: wp-db-backup.php:738
|
163 |
+
#, php-format
|
164 |
+
msgid "Error with SHOW CREATE TABLE for %s."
|
165 |
+
msgstr "Erro com SHOW CREATE TABLE para %s."
|
166 |
+
|
167 |
+
#: wp-db-backup.php:745
|
168 |
+
#, php-format
|
169 |
+
msgid "Error getting table structure of %s"
|
170 |
+
msgstr "Erro obtendo estrutura da tabela %s"
|
171 |
+
|
172 |
+
#: wp-db-backup.php:753
|
173 |
+
#, php-format
|
174 |
+
msgid "Data contents of table %s"
|
175 |
+
msgstr "Conteúdo da tabela %s"
|
176 |
+
|
177 |
+
#: wp-db-backup.php:823
|
178 |
+
#, php-format
|
179 |
+
msgid "End of data contents of table %s"
|
180 |
+
msgstr "Fim do conteúdo da tabela %s"
|
181 |
+
|
182 |
+
#: wp-db-backup.php:839
|
183 |
+
msgid "The backup directory is not writeable!"
|
184 |
+
msgstr "O diretório de backup não pode ser escrito!"
|
185 |
+
|
186 |
+
#: wp-db-backup.php:974
|
187 |
+
#, php-format
|
188 |
+
msgid "File not found:%s"
|
189 |
+
msgstr "Arquivo não encontrado: %s"
|
190 |
+
|
191 |
+
#: wp-db-backup.php:974
|
192 |
+
msgid "Return to Backup"
|
193 |
+
msgstr "Voltando para um backup."
|
194 |
+
|
195 |
+
#: wp-db-backup.php:983
|
196 |
+
#, php-format
|
197 |
+
msgid "File %s does not exist!"
|
198 |
+
msgstr "Arquivo %s não existe!"
|
199 |
+
|
200 |
+
#: wp-db-backup.php:990
|
201 |
+
#, php-format
|
202 |
+
msgid ""
|
203 |
+
"Attached to this email is\n"
|
204 |
+
" %1s\n"
|
205 |
+
" Size:%2s kilobytes\n"
|
206 |
+
msgstr ""
|
207 |
+
"O anexo nesse email é\n"
|
208 |
+
" %1s\n"
|
209 |
+
" Tamanho:%2s kilobytes\n"
|
210 |
+
|
211 |
+
#: wp-db-backup.php:991
|
212 |
+
msgid "Database Backup"
|
213 |
+
msgstr "Backup da base de dados"
|
214 |
+
|
215 |
+
#: wp-db-backup.php:994
|
216 |
+
#: wp-db-backup.php:1041
|
217 |
+
msgid "The following errors were reported:"
|
218 |
+
msgstr "Os seguintes erros foram reportados:"
|
219 |
+
|
220 |
+
#: wp-db-backup.php:999
|
221 |
+
msgid "ERROR: The mail application has failed to deliver the backup."
|
222 |
+
msgstr "ERRO: O email da aplicação falhou ao enviar a backup."
|
223 |
+
|
224 |
+
#: wp-db-backup.php:1016
|
225 |
+
msgid "Backup Successful"
|
226 |
+
msgstr "Backup realizado com sucesso"
|
227 |
+
|
228 |
+
#: wp-db-backup.php:1020
|
229 |
+
#, php-format
|
230 |
+
msgid "Your backup file: <a href=\"%1s\">%2s</a> should begin downloading shortly."
|
231 |
+
msgstr "Seu arquivo de backup: <a href=\"%1s\">%2s</a> logo iniciará o download."
|
232 |
+
|
233 |
+
#: wp-db-backup.php:1028
|
234 |
+
#, php-format
|
235 |
+
msgid "Your backup has been emailed to %s"
|
236 |
+
msgstr "Seu arquivo de backup foi enviado para o email %s"
|
237 |
+
|
238 |
+
#: wp-db-backup.php:1031
|
239 |
+
msgid "Your backup file has been saved on the server. If you would like to download it now, right click and select \"Save As\""
|
240 |
+
msgstr "Seu arquivo de backup foi gravado no servidor. Se você quiser baixá-lo agora, clique com o botão direito do mouse e selecione \"Salvar Como\""
|
241 |
+
|
242 |
+
#: wp-db-backup.php:1032
|
243 |
+
#, php-format
|
244 |
+
msgid "%s bytes"
|
245 |
+
msgstr "%s bytes"
|
246 |
+
|
247 |
+
#: wp-db-backup.php:1068
|
248 |
+
msgid "Scheduled Backup Options Saved!"
|
249 |
+
msgstr "Opções de agendamento de backup salvas!"
|
250 |
+
|
251 |
+
#: wp-db-backup.php:1095
|
252 |
+
msgid "WARNING: Your backup directory does <strong>NOT</strong> exist, and we cannot create it."
|
253 |
+
msgstr "AVISO: Seu diretório de backup <strong>NÂO</strong> existe, e nós não podemos criá-lo."
|
254 |
+
|
255 |
+
#: wp-db-backup.php:1096
|
256 |
+
#, php-format
|
257 |
+
msgid "Using your FTP client, try to create the backup directory yourself: %s"
|
258 |
+
msgstr "Usando seu cliente FTP, tente criar seu diretorio de backup: %s"
|
259 |
+
|
260 |
+
#: wp-db-backup.php:1100
|
261 |
+
#: wp-db-backup.php:1111
|
262 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable! We cannot create the backup files."
|
263 |
+
msgstr "AVISO: Seu diretório de backup <strong>NÂO</strong> pode ser escrito! Nós não podemos o backup."
|
264 |
+
|
265 |
+
#: wp-db-backup.php:1101
|
266 |
+
#, php-format
|
267 |
+
msgid "Using your FTP client, try to set the backup directory’s write permission to %1$s or %2$s: %3$s"
|
268 |
+
msgstr "Usando seu cliente FTP, tente fixar o diretorio de backup’s com permissões de escrita para %1$s ou %2$s: %3$s"
|
269 |
+
|
270 |
+
#: wp-db-backup.php:1113
|
271 |
+
msgid "This problem seems to be caused by your server’s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
|
272 |
+
msgstr "Este problema pode ser causado pelo seu servidor’s <code>safe_mode</code> restrição na propriedade do arquivo, limitar aplicações web como WordPress."
|
273 |
+
|
274 |
+
#: wp-db-backup.php:1115
|
275 |
+
#, php-format
|
276 |
+
msgid "You can try to correct this problem by using your FTP client to delete and then re-create the backup directory: %s"
|
277 |
+
msgstr "Você pode corrigir este problema usando seu cliente FTP para deletar e re-criar o diretório de backup: %s"
|
278 |
+
|
279 |
+
#: wp-db-backup.php:1129
|
280 |
+
msgid "Tables"
|
281 |
+
msgstr "Tabelas"
|
282 |
+
|
283 |
+
#: wp-db-backup.php:1131
|
284 |
+
msgid "These core WordPress tables will always be backed up:"
|
285 |
+
msgstr "As principais tabelas do WordPress sempre serão suportadas:"
|
286 |
+
|
287 |
+
#: wp-db-backup.php:1136
|
288 |
+
msgid "Exclude spam comments"
|
289 |
+
msgstr "Excluir comentários spam"
|
290 |
+
|
291 |
+
#: wp-db-backup.php:1139
|
292 |
+
msgid "Exclude post revisions"
|
293 |
+
msgstr "Excluir revisões de post"
|
294 |
+
|
295 |
+
#: wp-db-backup.php:1150
|
296 |
+
msgid "You may choose to include any of the following tables:"
|
297 |
+
msgstr "Você pode escolher incluir qualquer uma das seguintes tabelas:"
|
298 |
+
|
299 |
+
#: wp-db-backup.php:1164
|
300 |
+
msgid "Backup Options"
|
301 |
+
msgstr "Opções de backup"
|
302 |
+
|
303 |
+
#: wp-db-backup.php:1165
|
304 |
+
msgid "What to do with the backup file:"
|
305 |
+
msgstr "O que fazer com o arquivo de backup:"
|
306 |
+
|
307 |
+
#: wp-db-backup.php:1169
|
308 |
+
msgid "Save to server"
|
309 |
+
msgstr "Salvar no servidor"
|
310 |
+
|
311 |
+
#: wp-db-backup.php:1174
|
312 |
+
msgid "Download to your computer"
|
313 |
+
msgstr "Baixar para seu computador"
|
314 |
+
|
315 |
+
#: wp-db-backup.php:1178
|
316 |
+
#: wp-db-backup.php:1235
|
317 |
+
msgid "Email backup to:"
|
318 |
+
msgstr "Enviar para o email:"
|
319 |
+
|
320 |
+
#: wp-db-backup.php:1185
|
321 |
+
msgid "Backup now!"
|
322 |
+
msgstr "Criar backup agora!"
|
323 |
+
|
324 |
+
#: wp-db-backup.php:1188
|
325 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
|
326 |
+
msgstr "AVISO: Seu diretório de backup <strong>NÃO</strong> pode ser escrito!"
|
327 |
+
|
328 |
+
#: wp-db-backup.php:1199
|
329 |
+
msgid "Scheduled Backup"
|
330 |
+
msgstr "Backup Agendado"
|
331 |
+
|
332 |
+
#: wp-db-backup.php:1206
|
333 |
+
#, php-format
|
334 |
+
msgid "Next Backup: %s"
|
335 |
+
msgstr "Próximo Backup: %s"
|
336 |
+
|
337 |
+
#: wp-db-backup.php:1211
|
338 |
+
#, php-format
|
339 |
+
msgid "Last WP-Cron Daily Execution: %s"
|
340 |
+
msgstr "Última Execução Diária do WP-Cron: %s"
|
341 |
+
|
342 |
+
#: wp-db-backup.php:1212
|
343 |
+
#, php-format
|
344 |
+
msgid "Next WP-Cron Daily Execution: %s"
|
345 |
+
msgstr "Próxima Execução Diária do WP-Cron: %s"
|
346 |
+
|
347 |
+
#: wp-db-backup.php:1217
|
348 |
+
msgid "Schedule: "
|
349 |
+
msgstr "Agenda: "
|
350 |
+
|
351 |
+
#: wp-db-backup.php:1220
|
352 |
+
msgid "None"
|
353 |
+
msgstr "Nenhum"
|
354 |
+
|
355 |
+
#: wp-db-backup.php:1220
|
356 |
+
msgid "Daily"
|
357 |
+
msgstr "Diariamente"
|
358 |
+
|
359 |
+
#: wp-db-backup.php:1243
|
360 |
+
msgid "Tables to include in the scheduled backup:"
|
361 |
+
msgstr "Tabelas para incluir no backup agendado:"
|
362 |
+
|
363 |
+
#: wp-db-backup.php:1253
|
364 |
+
msgid "Schedule backup"
|
365 |
+
msgstr "Agendar backup"
|
366 |
+
|
367 |
+
#: wp-db-backup.php:1278
|
368 |
+
msgid "Never"
|
369 |
+
msgstr "Nunca"
|
370 |
+
|
371 |
+
#: wp-db-backup.php:1283
|
372 |
+
#, php-format
|
373 |
+
msgid "%s seconds"
|
374 |
+
msgstr "%s segundos"
|
375 |
+
|
376 |
+
#: wp-db-backup.php:1316
|
377 |
+
msgid "Once Weekly"
|
378 |
+
msgstr "Uma vez por Semana"
|
379 |
+
|
380 |
+
#: wp-db-backup.php:1329
|
381 |
+
#, php-format
|
382 |
+
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."
|
383 |
+
msgstr "Em sua versão do WordPress, %1s, faltam importantes atualizações de segurança, sem as quais é inseguro utilizar o plugin WP-DB-Backup. A partir daqui, este plugin é desabilitado automaticamente. Por favor, considere <a href=\"%2s\">atualizar seu WordPress</a> para uma versão mais recente."
|
384 |
+
|
385 |
+
#: wp-db-backup.php:1347
|
386 |
+
msgid "You are not allowed to perform backups."
|
387 |
+
msgstr "Você não tem permissão para realizar backups."
|
388 |
+
|
389 |
+
#: wp-db-backup.php:1362
|
390 |
+
#, php-format
|
391 |
+
msgid "There appears to be an unauthorized attempt from this site to access your database located at %1s. The attempt has been halted."
|
392 |
+
msgstr "Está parecendo uma tentativa não autorizada de conseguir acesso a partir deste site ao seu banco de dados localizado em %1s. A tentativa foi encerrada."
|
393 |
+
|
394 |
+
#: wp-db-backup.php:1373
|
395 |
+
msgid "Cheatin' uh ?"
|
396 |
+
msgstr "Trapaçeando?? hm !?"
|
397 |
+
|
wp-db-backup-sv_SE.mo
ADDED
Binary file
|
wp-db-backup-sv_SE.po
ADDED
@@ -0,0 +1,396 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: wp-db-backup 2.1.7\n"
|
8 |
+
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2008-08-15 11:00-0500\n"
|
10 |
+
"PO-Revision-Date: 2010-01-10 14:44+0100\n"
|
11 |
+
"Last-Translator: Kristian Pettersson <kristian@cactusnet.se>\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 "Säkerhetskopiering klar!"
|
20 |
+
|
21 |
+
#: wp-db-backup.php:211
|
22 |
+
msgid "Progress"
|
23 |
+
msgstr "Framsteg"
|
24 |
+
|
25 |
+
#: wp-db-backup.php:213
|
26 |
+
msgid "DO NOT DO THE FOLLOWING AS IT WILL CAUSE YOUR BACKUP TO FAIL:"
|
27 |
+
msgstr "GÖR INGET AV FÖLJANDE EFTERSOM ATT SÄKERHETSKOPIERINGEN DÅ KOMMER ATT MISSLYCKAS:"
|
28 |
+
|
29 |
+
#: wp-db-backup.php:216
|
30 |
+
msgid "Close this browser"
|
31 |
+
msgstr "Stänga ner den här webbläsaren"
|
32 |
+
|
33 |
+
#: wp-db-backup.php:217
|
34 |
+
msgid "Reload this page"
|
35 |
+
msgstr "Uppdatera denna sidan"
|
36 |
+
|
37 |
+
#: wp-db-backup.php:218
|
38 |
+
msgid "Click the Stop or Back buttons in your browser"
|
39 |
+
msgstr "Klicka på \"Stopp\" eller \"Tillbaka\" knapparna i din webbläsare"
|
40 |
+
|
41 |
+
#: wp-db-backup.php:220
|
42 |
+
msgid "Progress:"
|
43 |
+
msgstr "Framsteg:"
|
44 |
+
|
45 |
+
#: wp-db-backup.php:229
|
46 |
+
msgid "Navigating away from this page will cause your backup to fail."
|
47 |
+
msgstr "Om du lämnar denna sida kommer din backup att misslyckas."
|
48 |
+
|
49 |
+
#: wp-db-backup.php:266
|
50 |
+
#, php-format
|
51 |
+
msgid "Backup complete, preparing <a href=\\\"%s\\\">backup</a> for download..."
|
52 |
+
msgstr "Säkerhetskopiering färdig, förbereder <a href=\\\"%s\\\">säkerhetskopia</a> för nerladdning..."
|
53 |
+
|
54 |
+
#: wp-db-backup.php:273
|
55 |
+
#, php-format
|
56 |
+
msgid "Backup complete, sending <a href=\\\"%s\\\">backup</a> via email..."
|
57 |
+
msgstr "Säkerhetskopiering färdig, skicka <a href=\\\"%s\\\">säkerhetskopia</a> via e-post..."
|
58 |
+
|
59 |
+
#: wp-db-backup.php:280
|
60 |
+
#, php-format
|
61 |
+
msgid "Backup complete, download <a href=\\\"%s\\\">here</a>."
|
62 |
+
msgstr "Säkerhetskopia färdig, ladda ner <a href=\\\"%s\\\">här</a>"
|
63 |
+
|
64 |
+
#: wp-db-backup.php:340
|
65 |
+
msgid "Creating backup file..."
|
66 |
+
msgstr "Skapar säkerhetskopia..."
|
67 |
+
|
68 |
+
#: wp-db-backup.php:343
|
69 |
+
#, php-format
|
70 |
+
msgid "Finished backing up table \\\"%s\\\"."
|
71 |
+
msgstr "Färdig med säkerhetskopia av tabell \\\"%s\\\"."
|
72 |
+
|
73 |
+
#: wp-db-backup.php:345
|
74 |
+
#, php-format
|
75 |
+
msgid "Backing up table \\\"%s\\\"..."
|
76 |
+
msgstr "Säkerhetskopierar tabell \\\"%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 "Kunde ej skriva till filen med säkerhetskopian!"
|
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 "Säkerhetskopian kunde inte sparas. Vänligen kontrollera rättigheterna för att skriva till katalogen med dina säkerhetskopior och försök igen."
|
86 |
+
|
87 |
+
#: wp-db-backup.php:358
|
88 |
+
#: wp-db-backup.php:844
|
89 |
+
msgid "WordPress MySQL database backup"
|
90 |
+
msgstr "Wordpress MySQL databas säkerhetskopiering."
|
91 |
+
|
92 |
+
#: wp-db-backup.php:360
|
93 |
+
#: wp-db-backup.php:846
|
94 |
+
#, php-format
|
95 |
+
msgid "Generated: %s"
|
96 |
+
msgstr "Skapad: %s"
|
97 |
+
|
98 |
+
#: wp-db-backup.php:361
|
99 |
+
#: wp-db-backup.php:847
|
100 |
+
#, php-format
|
101 |
+
msgid "Hostname: %s"
|
102 |
+
msgstr "Värdnamn: %s"
|
103 |
+
|
104 |
+
#: wp-db-backup.php:362
|
105 |
+
#: wp-db-backup.php:848
|
106 |
+
#, php-format
|
107 |
+
msgid "Database: %s"
|
108 |
+
msgstr "Databas: %s"
|
109 |
+
|
110 |
+
#: wp-db-backup.php:370
|
111 |
+
#: wp-db-backup.php:861
|
112 |
+
#, php-format
|
113 |
+
msgid "Table: %s"
|
114 |
+
msgstr "Tabell: %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 "Det går inte att skriva till katalogen för säkerhetskopior! Vänligen kontrollera rättigheterna och försök igen."
|
119 |
+
|
120 |
+
#: wp-db-backup.php:434
|
121 |
+
msgid "Click and hold down <code>[SHIFT]</code> to toggle multiple checkboxes"
|
122 |
+
msgstr "Klicka och håll ner <code>[SHIFT]</code> för att markera/avmarkera flera kryssrutor"
|
123 |
+
|
124 |
+
#: wp-db-backup.php:474
|
125 |
+
msgid "Change"
|
126 |
+
msgstr "Ändra"
|
127 |
+
|
128 |
+
#: wp-db-backup.php:483
|
129 |
+
msgid "Save"
|
130 |
+
msgstr "Spara"
|
131 |
+
|
132 |
+
#: wp-db-backup.php:566
|
133 |
+
#: wp-db-backup.php:571
|
134 |
+
#: wp-db-backup.php:1126
|
135 |
+
msgid "Backup"
|
136 |
+
msgstr "Säkerhetskopiera"
|
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 "Ett fel inträffade när en rad skulle skrivas till scriptet för säkerhetskopiering:"
|
142 |
+
|
143 |
+
#: wp-db-backup.php:681
|
144 |
+
msgid "Subsequent errors have been omitted from this log."
|
145 |
+
msgstr "Senare fel har utelämnats från denna logg."
|
146 |
+
|
147 |
+
#: wp-db-backup.php:715
|
148 |
+
msgid "Error getting table details"
|
149 |
+
msgstr "Ett fel inträffade när detaljer för tabeller skulle hämtas"
|
150 |
+
|
151 |
+
#: wp-db-backup.php:723
|
152 |
+
#, php-format
|
153 |
+
msgid "Delete any existing table %s"
|
154 |
+
msgstr "Ta bort alla befintliga tebeller %s"
|
155 |
+
|
156 |
+
#: wp-db-backup.php:732
|
157 |
+
#, php-format
|
158 |
+
msgid "Table structure of table %s"
|
159 |
+
msgstr "Tabellstruktur för tabellen %s"
|
160 |
+
|
161 |
+
#: wp-db-backup.php:738
|
162 |
+
#, php-format
|
163 |
+
msgid "Error with SHOW CREATE TABLE for %s."
|
164 |
+
msgstr "Fel uppstod med SHOW CREATE TABLE för %s."
|
165 |
+
|
166 |
+
#: wp-db-backup.php:745
|
167 |
+
#, php-format
|
168 |
+
msgid "Error getting table structure of %s"
|
169 |
+
msgstr "Fel, vid begäran av tabellstruktur för %s"
|
170 |
+
|
171 |
+
#: wp-db-backup.php:753
|
172 |
+
#, php-format
|
173 |
+
msgid "Data contents of table %s"
|
174 |
+
msgstr "Innehåll/data i tabellen %s"
|
175 |
+
|
176 |
+
#: wp-db-backup.php:823
|
177 |
+
#, php-format
|
178 |
+
msgid "End of data contents of table %s"
|
179 |
+
msgstr "Slut på datainnehåll för tabell %s"
|
180 |
+
|
181 |
+
#: wp-db-backup.php:839
|
182 |
+
msgid "The backup directory is not writeable!"
|
183 |
+
msgstr "Katalogen för säkerhetskopior är ej skrivbar!"
|
184 |
+
|
185 |
+
#: wp-db-backup.php:974
|
186 |
+
#, php-format
|
187 |
+
msgid "File not found:%s"
|
188 |
+
msgstr "Fil %s kunde inte hittas"
|
189 |
+
|
190 |
+
#: wp-db-backup.php:974
|
191 |
+
msgid "Return to Backup"
|
192 |
+
msgstr "Återvänd till Säkerhetskopiering"
|
193 |
+
|
194 |
+
#: wp-db-backup.php:983
|
195 |
+
#, php-format
|
196 |
+
msgid "File %s does not exist!"
|
197 |
+
msgstr "Fil %s existerar inte!"
|
198 |
+
|
199 |
+
#: wp-db-backup.php:990
|
200 |
+
#, php-format
|
201 |
+
msgid ""
|
202 |
+
"Attached to this email is\n"
|
203 |
+
" %1s\n"
|
204 |
+
" Size:%2s kilobytes\n"
|
205 |
+
msgstr ""
|
206 |
+
"Bifogat till detta e-postmeddelande:\n"
|
207 |
+
" %1s\n"
|
208 |
+
" Storlek:%2s Kilobyte\n"
|
209 |
+
|
210 |
+
#: wp-db-backup.php:991
|
211 |
+
msgid "Database Backup"
|
212 |
+
msgstr "Databas Säkerhetskopiering"
|
213 |
+
|
214 |
+
#: wp-db-backup.php:994
|
215 |
+
#: wp-db-backup.php:1041
|
216 |
+
msgid "The following errors were reported:"
|
217 |
+
msgstr "Följande fel rapporterades:"
|
218 |
+
|
219 |
+
#: wp-db-backup.php:999
|
220 |
+
msgid "ERROR: The mail application has failed to deliver the backup."
|
221 |
+
msgstr "FEL: E-post applikationen misslyckades med att leverera säkerhetskopian."
|
222 |
+
|
223 |
+
#: wp-db-backup.php:1016
|
224 |
+
msgid "Backup Successful"
|
225 |
+
msgstr "Säkerhetskopieringen lyckades"
|
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 "Din säkerhetskopia: <a href=\"%1s\">%2s</a>; kommer att laddas ner inom kort."
|
231 |
+
|
232 |
+
#: wp-db-backup.php:1028
|
233 |
+
#, php-format
|
234 |
+
msgid "Your backup has been emailed to %s"
|
235 |
+
msgstr "Din säkerhetskopia har e-postats till %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 "Din säkerhetskopia har sparats på servern. Om du vill ladda ner den nu, högerklicka och välj \"Spara som\""
|
240 |
+
|
241 |
+
#: wp-db-backup.php:1032
|
242 |
+
#, php-format
|
243 |
+
msgid "%s bytes"
|
244 |
+
msgstr "%s byte"
|
245 |
+
|
246 |
+
#: wp-db-backup.php:1068
|
247 |
+
msgid "Scheduled Backup Options Saved!"
|
248 |
+
msgstr "Inställningar för schemalagd säkerhetskopiering har sparats!"
|
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 "VARNING: Katalogen för säkerhetskopior existerar <strong>INTE</strong>, och vi kan inte skapa den."
|
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 "Försök att skapa katalogen %s med hjälp av din ftp-klient."
|
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 "VARNING: Katalogen för säkerhetskopior går <strong>INTE</strong> att skriva till! Vi kan inte skapa säkerhetskopiorna."
|
263 |
+
|
264 |
+
#: wp-db-backup.php:1101
|
265 |
+
#, php-format
|
266 |
+
msgid "Using your FTP client, try to set the backup directory’s write permission to %1$s or %2$s: %3$s"
|
267 |
+
msgstr "Använd din FPT klient och försök att andra rättigheterna på katalogen för säkerhetskopior till %1$s eller %2$s: %3$s"
|
268 |
+
|
269 |
+
#: wp-db-backup.php:1113
|
270 |
+
msgid "This problem seems to be caused by your server’s <code>safe_mode</code> file ownership restrictions, which limit what files web applications like WordPress can create."
|
271 |
+
msgstr "Det här problemet ser ut att vara orsakat av din server <code>safe_mode</code> fil-ägare rättigheter, som ger en gräns på vad web applikationer som WordPress kan skapa."
|
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 "Du kan försöka rätta till problemet genom att använda din FTP klient för att ta bort och återskapa katalogen för säkerhetskopior: %s"
|
277 |
+
|
278 |
+
#: wp-db-backup.php:1129
|
279 |
+
msgid "Tables"
|
280 |
+
msgstr "Tabeller"
|
281 |
+
|
282 |
+
#: wp-db-backup.php:1131
|
283 |
+
msgid "These core WordPress tables will always be backed up:"
|
284 |
+
msgstr "Dessa centrala WordPress-tabeller kommer alltid att säkerhetskopieras:"
|
285 |
+
|
286 |
+
#: wp-db-backup.php:1136
|
287 |
+
msgid "Exclude spam comments"
|
288 |
+
msgstr "Uteslut spam kommentarer"
|
289 |
+
|
290 |
+
#: wp-db-backup.php:1139
|
291 |
+
msgid "Exclude post revisions"
|
292 |
+
msgstr "Uteslut post revideringar"
|
293 |
+
|
294 |
+
#: wp-db-backup.php:1150
|
295 |
+
msgid "You may choose to include any of the following tables:"
|
296 |
+
msgstr "Du kan välja att inkludera följande tabeller:"
|
297 |
+
|
298 |
+
#: wp-db-backup.php:1164
|
299 |
+
msgid "Backup Options"
|
300 |
+
msgstr "Inställningar för Säkerhetskopiering"
|
301 |
+
|
302 |
+
#: wp-db-backup.php:1165
|
303 |
+
msgid "What to do with the backup file:"
|
304 |
+
msgstr "Vad ska göras med säkerhetskopian?"
|
305 |
+
|
306 |
+
#: wp-db-backup.php:1169
|
307 |
+
msgid "Save to server"
|
308 |
+
msgstr "Spara till server"
|
309 |
+
|
310 |
+
#: wp-db-backup.php:1174
|
311 |
+
msgid "Download to your computer"
|
312 |
+
msgstr "Ladda ner till din dator"
|
313 |
+
|
314 |
+
#: wp-db-backup.php:1178
|
315 |
+
#: wp-db-backup.php:1235
|
316 |
+
msgid "Email backup to:"
|
317 |
+
msgstr "E-posta säkerhetskopian till:"
|
318 |
+
|
319 |
+
#: wp-db-backup.php:1185
|
320 |
+
msgid "Backup now!"
|
321 |
+
msgstr "Säkerhetskopiera nu!"
|
322 |
+
|
323 |
+
#: wp-db-backup.php:1188
|
324 |
+
msgid "WARNING: Your backup directory is <strong>NOT</strong> writable!"
|
325 |
+
msgstr "VARNING: Katalogen för säkerhetskopior går <strong>INTE</strong> att skriva till!"
|
326 |
+
|
327 |
+
#: wp-db-backup.php:1199
|
328 |
+
msgid "Scheduled Backup"
|
329 |
+
msgstr "Schemalagd Säkerhetskopiering"
|
330 |
+
|
331 |
+
#: wp-db-backup.php:1206
|
332 |
+
#, php-format
|
333 |
+
msgid "Next Backup: %s"
|
334 |
+
msgstr "Nästa säkerhetskopiering: %s"
|
335 |
+
|
336 |
+
#: wp-db-backup.php:1211
|
337 |
+
#, php-format
|
338 |
+
msgid "Last WP-Cron Daily Execution: %s"
|
339 |
+
msgstr "Senast utförda dagliga WP-Cron: %s"
|
340 |
+
|
341 |
+
#: wp-db-backup.php:1212
|
342 |
+
#, php-format
|
343 |
+
msgid "Next WP-Cron Daily Execution: %s"
|
344 |
+
msgstr "Nästa dagliga WP-Cron utförande: %s"
|
345 |
+
|
346 |
+
#: wp-db-backup.php:1217
|
347 |
+
msgid "Schedule: "
|
348 |
+
msgstr "Schema:"
|
349 |
+
|
350 |
+
#: wp-db-backup.php:1220
|
351 |
+
msgid "None"
|
352 |
+
msgstr "Inget"
|
353 |
+
|
354 |
+
#: wp-db-backup.php:1220
|
355 |
+
msgid "Daily"
|
356 |
+
msgstr "Daglig"
|
357 |
+
|
358 |
+
#: wp-db-backup.php:1243
|
359 |
+
msgid "Tables to include in the scheduled backup:"
|
360 |
+
msgstr "Tabeller att inkludera i den schemalagda säkerhetskopieringen:"
|
361 |
+
|
362 |
+
#: wp-db-backup.php:1253
|
363 |
+
msgid "Schedule backup"
|
364 |
+
msgstr "Schemalagd säkerhetskopiering"
|
365 |
+
|
366 |
+
#: wp-db-backup.php:1278
|
367 |
+
msgid "Never"
|
368 |
+
msgstr "Aldrig"
|
369 |
+
|
370 |
+
#: wp-db-backup.php:1283
|
371 |
+
#, php-format
|
372 |
+
msgid "%s seconds"
|
373 |
+
msgstr "%s sekunder"
|
374 |
+
|
375 |
+
#: wp-db-backup.php:1316
|
376 |
+
msgid "Once Weekly"
|
377 |
+
msgstr "En gång per vecka"
|
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 "Din WordPress version (%1s) saknar viktiga säkerhets funktioner vilket gör att det ej är säkert att använda WP-DB-Backup plugin. Därför är denna plugin automatiskt inaktiverad. Vänligen överväg att <a href=\"%2s\">uppgradera WordPress</a> till en nyare version."
|
383 |
+
|
384 |
+
#: wp-db-backup.php:1347
|
385 |
+
msgid "You are not allowed to perform backups."
|
386 |
+
msgstr "Du saknar rättigheter för att utföra säkerhetskopiering."
|
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 "Det verkar som att ett obehörigt försök att nå din databas från denna webbplats har uppkommit härifrån: (%1s) Försöket har stoppats."
|
392 |
+
|
393 |
+
#: wp-db-backup.php:1373
|
394 |
+
msgid "Cheatin' uh ?"
|
395 |
+
msgstr "Fuskar du?!"
|
396 |
+
|
wp-db-backup.php
CHANGED
@@ -2,10 +2,10 @@
|
|
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">
|
6 |
Author: Austin Matzko
|
7 |
Author URI: http://www.ilfilosofo.com/
|
8 |
-
Version: 2.2.
|
9 |
|
10 |
Development continued from that done by Skippy (http://www.skippy.net/)
|
11 |
|
@@ -70,7 +70,7 @@ class wpdbBackup {
|
|
70 |
var $backup_complete = false;
|
71 |
var $backup_file = '';
|
72 |
var $backup_filename;
|
73 |
-
var $core_table_names;
|
74 |
var $errors = array();
|
75 |
var $basename;
|
76 |
var $page_url;
|
@@ -96,6 +96,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('wp_db_backup_cron', array(&$this, 'cron_backup'));
|
100 |
add_action('wp_cron_daily', array(&$this, 'wp_cron_daily'));
|
101 |
add_filter('cron_schedules', array(&$this, 'add_sched_options'));
|
@@ -106,22 +107,28 @@ class wpdbBackup {
|
|
106 |
$this->backup_filename = DB_NAME . "_$table_prefix$datum.sql";
|
107 |
if ($this->gzip()) $this->backup_filename .= '.gz';
|
108 |
|
109 |
-
$
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
|
126 |
$this->backup_dir = trailingslashit(apply_filters('wp_db_b_backup_dir', WP_BACKUP_DIR));
|
127 |
$this->basename = 'wp-db-backup';
|
@@ -204,6 +211,22 @@ class wpdbBackup {
|
|
204 |
load_plugin_textdomain('wp-db-backup', str_replace(ABSPATH, '', dirname(__FILE__)), dirname(plugin_basename(__FILE__)));
|
205 |
}
|
206 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
function build_backup_script() {
|
208 |
global $table_prefix, $wpdb;
|
209 |
|
@@ -567,8 +590,12 @@ class wpdbBackup {
|
|
567 |
}
|
568 |
|
569 |
function admin_menu() {
|
570 |
-
$
|
571 |
-
add_action('load-' . $
|
|
|
|
|
|
|
|
|
572 |
}
|
573 |
|
574 |
function fragment_menu() {
|
@@ -576,6 +603,16 @@ class wpdbBackup {
|
|
576 |
add_action('load-' . $page_hook, array(&$this, 'admin_load'));
|
577 |
}
|
578 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
function save_backup_time() {
|
580 |
if ( $this->can_user_backup() ) {
|
581 |
// try to get a time from the input string
|
@@ -813,7 +850,7 @@ class wpdbBackup {
|
|
813 |
$values[] = "'" . str_replace($search, $replace, $this->sql_addslashes($value)) . "'";
|
814 |
}
|
815 |
}
|
816 |
-
$this->stow(" \n" . $entries . implode(', ', $values) . ')
|
817 |
}
|
818 |
$row_start += $row_inc;
|
819 |
}
|
@@ -928,6 +965,8 @@ class wpdbBackup {
|
|
928 |
$phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name );
|
929 |
$phpmailer->IsMail();
|
930 |
$phpmailer->Subject = $subject;
|
|
|
|
|
931 |
|
932 |
$result = @$phpmailer->Send();
|
933 |
|
@@ -1135,10 +1174,10 @@ class wpdbBackup {
|
|
1135 |
$excs = (array) get_option('wp_db_backup_excs');
|
1136 |
foreach ($wp_backup_default_tables as $table) {
|
1137 |
if ( $table == $wpdb->comments ) {
|
1138 |
-
$checked = ( is_array($excs['spam'] ) && in_array($table, $excs['spam']) ) ? ' checked=\'checked\'' : '';
|
1139 |
echo "<li><input type='hidden' name='core_tables[]' value='$table' /><code>$table</code> <span class='instructions'> <input type='checkbox' name='exclude-spam[]' value='$table' $checked /> " . __('Exclude spam comments', 'wp-db-backup') . '</span></li>';
|
1140 |
} elseif ( function_exists('wp_get_post_revisions') && $table == $wpdb->posts ) {
|
1141 |
-
$checked = ( is_array($excs['revisions'] ) && in_array($table, $excs['revisions']) ) ? ' checked=\'checked\'' : '';
|
1142 |
echo "<li><input type='hidden' name='core_tables[]' value='$table' /><code>$table</code> <span class='instructions'> <input type='checkbox' name='exclude-revisions[]' value='$table' $checked /> " . __('Exclude post revisions', 'wp-db-backup') . '</span></li>';
|
1143 |
} else {
|
1144 |
echo "<li><input type='hidden' name='core_tables[]' value='$table' /><code>$table</code></li>";
|
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 → 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 |
|
70 |
var $backup_complete = false;
|
71 |
var $backup_file = '';
|
72 |
var $backup_filename;
|
73 |
+
var $core_table_names = array();
|
74 |
var $errors = array();
|
75 |
var $basename;
|
76 |
var $page_url;
|
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'));
|
102 |
add_filter('cron_schedules', array(&$this, 'add_sched_options'));
|
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',
|
115 |
+
'links',
|
116 |
+
'options',
|
117 |
+
'post2cat',
|
118 |
+
'postmeta',
|
119 |
+
'posts',
|
120 |
+
'terms',
|
121 |
+
'term_taxonomy',
|
122 |
+
'term_relationships',
|
123 |
+
'users',
|
124 |
+
'usermeta',
|
125 |
);
|
126 |
+
|
127 |
+
foreach( $possible_names as $name ) {
|
128 |
+
if ( isset( $wpdb->{$name} ) ) {
|
129 |
+
$this->core_table_names[] = $wpdb->{$name};
|
130 |
+
}
|
131 |
+
}
|
132 |
|
133 |
$this->backup_dir = trailingslashit(apply_filters('wp_db_b_backup_dir', WP_BACKUP_DIR));
|
134 |
$this->basename = 'wp-db-backup';
|
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 |
+
*/
|
217 |
+
function update_notice_action() {
|
218 |
+
if ( 'upgrade-core' == $_REQUEST['action'] ) :
|
219 |
+
ob_start(array(&$this, 'update_notice'));
|
220 |
+
add_action('admin_footer', create_function('', 'ob_end_flush();'));
|
221 |
+
endif;
|
222 |
+
}
|
223 |
+
function update_notice($text = '') {
|
224 |
+
$pattern = '#(<a href\="' . __('http://codex.wordpress.org/WordPress_Backups') . '">.*?</p>)#';
|
225 |
+
$replace = '$1' . "\n<p>" . sprintf(__('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.', 'wp-db-backup'), 'tools.php?page=wp-db-backup') . "</p>\n";
|
226 |
+
$text = preg_replace($pattern, $replace, $text);
|
227 |
+
return $text;
|
228 |
+
}
|
229 |
+
|
230 |
function build_backup_script() {
|
231 |
global $table_prefix, $wpdb;
|
232 |
|
590 |
}
|
591 |
|
592 |
function admin_menu() {
|
593 |
+
$_page_hook = add_management_page(__('Backup','wp-db-backup'), __('Backup','wp-db-backup'), 'import', $this->basename, array(&$this, 'backup_menu'));
|
594 |
+
add_action('load-' . $_page_hook, array(&$this, 'admin_load'));
|
595 |
+
if ( function_exists('add_contextual_help') ) {
|
596 |
+
$text = $this->help_menu();
|
597 |
+
add_contextual_help($_page_hook, $text);
|
598 |
+
}
|
599 |
}
|
600 |
|
601 |
function fragment_menu() {
|
603 |
add_action('load-' . $page_hook, array(&$this, 'admin_load'));
|
604 |
}
|
605 |
|
606 |
+
/**
|
607 |
+
* Add WP-DB-Backup-specific help options to the 2.7 =< WP contextual help menu
|
608 |
+
* return string The text of the help menu.
|
609 |
+
*/
|
610 |
+
function help_menu() {
|
611 |
+
$text = "\n<a href=\"http://wordpress.org/extend/plugins/wp-db-backup/faq/\" target=\"_blank\">" . __('FAQ', 'wp-db-backup') . '</a>';
|
612 |
+
$text .= "\n<br />\n<a href=\"http://www.ilfilosofo.com/forum/forum/2\" target=\"_blank\">" . __('WP-DB-Backup Support Forum', 'wp-db-backup') . '</a>';
|
613 |
+
return $text;
|
614 |
+
}
|
615 |
+
|
616 |
function save_backup_time() {
|
617 |
if ( $this->can_user_backup() ) {
|
618 |
// try to get a time from the input string
|
850 |
$values[] = "'" . str_replace($search, $replace, $this->sql_addslashes($value)) . "'";
|
851 |
}
|
852 |
}
|
853 |
+
$this->stow(" \n" . $entries . implode(', ', $values) . ');');
|
854 |
}
|
855 |
$row_start += $row_inc;
|
856 |
}
|
965 |
$phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name );
|
966 |
$phpmailer->IsMail();
|
967 |
$phpmailer->Subject = $subject;
|
968 |
+
|
969 |
+
do_action_ref_array( 'phpmailer_init', array( &$phpmailer ) );
|
970 |
|
971 |
$result = @$phpmailer->Send();
|
972 |
|
1174 |
$excs = (array) get_option('wp_db_backup_excs');
|
1175 |
foreach ($wp_backup_default_tables as $table) {
|
1176 |
if ( $table == $wpdb->comments ) {
|
1177 |
+
$checked = ( isset($excs['spam']) && is_array($excs['spam'] ) && in_array($table, $excs['spam']) ) ? ' checked=\'checked\'' : '';
|
1178 |
echo "<li><input type='hidden' name='core_tables[]' value='$table' /><code>$table</code> <span class='instructions'> <input type='checkbox' name='exclude-spam[]' value='$table' $checked /> " . __('Exclude spam comments', 'wp-db-backup') . '</span></li>';
|
1179 |
} elseif ( function_exists('wp_get_post_revisions') && $table == $wpdb->posts ) {
|
1180 |
+
$checked = ( isset($excs['revisions']) && is_array($excs['revisions'] ) && in_array($table, $excs['revisions']) ) ? ' checked=\'checked\'' : '';
|
1181 |
echo "<li><input type='hidden' name='core_tables[]' value='$table' /><code>$table</code> <span class='instructions'> <input type='checkbox' name='exclude-revisions[]' value='$table' $checked /> " . __('Exclude post revisions', 'wp-db-backup') . '</span></li>';
|
1182 |
} else {
|
1183 |
echo "<li><input type='hidden' name='core_tables[]' value='$table' /><code>$table</code></li>";
|