Version Description
- CHANGED: Fresh installs now disable Major updates by default, to match Core behaviour
- UPDATED: German (de_DE) translation. Props Alexander Pfabel
- UPDATED: Japanese () (ja) translation. Props Tai
- UPDATED: Italian (it_IT) translation. Props Stefano Giolo
- UPDATED: Dutch (nl_NL) translation. Props Trifon Rijksen
- FIXED: Fresh installs had Minor updates disabled
Download this release
Release Info
Developer | pento |
Plugin | Advanced Automatic Updates |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- automatic-updater.php +3 -3
- languages/automatic-updater-de_DE.mo +0 -0
- languages/automatic-updater-de_DE.po +135 -274
- languages/automatic-updater-it_IT.mo +0 -0
- languages/automatic-updater-it_IT.po +194 -165
- languages/automatic-updater-ja.mo +0 -0
- languages/automatic-updater-ja.po +223 -211
- languages/automatic-updater-nl_NL.mo +0 -0
- languages/automatic-updater-nl_NL.po +237 -226
- readme.txt +9 -1
- updater-skin.php +0 -56
automatic-updater.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: http://pento.net/projects/automatic-updater-for-wordpress/
|
5 |
* Description: Adds extra options to WordPress' built-in Automatic Updates feature.
|
6 |
* Author: pento
|
7 |
-
* Version: 1.0
|
8 |
* Author URI: http://pento.net/
|
9 |
* License: GPL2+
|
10 |
* Text Domain: automatic-updater
|
@@ -160,13 +160,13 @@ class Automatic_Updater {
|
|
160 |
include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
|
161 |
|
162 |
$wpau = new WP_Automatic_Updater();
|
163 |
-
$core_updates_enabled = $wpau->is_vcs_checkout( ABSPATH );
|
164 |
|
165 |
$this->options = array(
|
166 |
'update' => array(
|
167 |
'core' => array(
|
168 |
'minor' => $core_updates_enabled,
|
169 |
-
'major' =>
|
170 |
),
|
171 |
'plugins' => false,
|
172 |
'themes' => false,
|
4 |
* Plugin URI: http://pento.net/projects/automatic-updater-for-wordpress/
|
5 |
* Description: Adds extra options to WordPress' built-in Automatic Updates feature.
|
6 |
* Author: pento
|
7 |
+
* Version: 1.0.1
|
8 |
* Author URI: http://pento.net/
|
9 |
* License: GPL2+
|
10 |
* Text Domain: automatic-updater
|
160 |
include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
|
161 |
|
162 |
$wpau = new WP_Automatic_Updater();
|
163 |
+
$core_updates_enabled = ! $wpau->is_vcs_checkout( ABSPATH );
|
164 |
|
165 |
$this->options = array(
|
166 |
'update' => array(
|
167 |
'core' => array(
|
168 |
'minor' => $core_updates_enabled,
|
169 |
+
'major' => false,
|
170 |
),
|
171 |
'plugins' => false,
|
172 |
'themes' => false,
|
languages/automatic-updater-de_DE.mo
CHANGED
Binary file
|
languages/automatic-updater-de_DE.po
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Automatic
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: Gary Pendergast <gary@pento.net>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Generator: Poedit 1.5.
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
@@ -19,18 +19,12 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ automatic-updater
|
22 |
-
|
23 |
-
#: admin.php:34 admin.php:81 automatic-updater.php:0
|
24 |
-
msgid "Automatic Updater"
|
25 |
-
msgstr ""
|
26 |
-
|
27 |
-
# @ automatic-updater
|
28 |
-
#: admin.php:44
|
29 |
msgid "Overview"
|
30 |
msgstr "Übersicht"
|
31 |
|
32 |
# @ automatic-updater
|
33 |
-
#: admin.php:
|
34 |
msgid ""
|
35 |
"This settings page allows you to select whether you would like WordPress "
|
36 |
"Core, your plugins, and your themes to be automatically updated."
|
@@ -39,7 +33,7 @@ msgstr ""
|
|
39 |
"deine Themes automatisch aktualisiert werden sollen."
|
40 |
|
41 |
# @ automatic-updater
|
42 |
-
#: admin.php:
|
43 |
msgid ""
|
44 |
"It is very important to keep your WordPress installation up to date for "
|
45 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
@@ -50,58 +44,44 @@ msgstr ""
|
|
50 |
"aktualisieren, empfehlen wir daher alles automatisch zu aktualisieren."
|
51 |
|
52 |
# @ automatic-updater
|
53 |
-
#: admin.php:
|
54 |
#, php-format
|
55 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
56 |
msgstr "Ein Plugin von <a href=\"%s\" target=\"_blank\">Gary</a>"
|
57 |
|
58 |
# @ automatic-updater
|
59 |
-
#: admin.php:
|
60 |
msgid "Donations"
|
61 |
msgstr "Spenden"
|
62 |
|
63 |
# @ automatic-updater
|
64 |
-
#: admin.php:
|
65 |
msgid "Support Forums"
|
66 |
msgstr "Hilfe-Forum"
|
67 |
|
68 |
# @ automatic-updater
|
69 |
-
#: admin.php:
|
70 |
msgid "You do not have sufficient permissions to access this page."
|
71 |
msgstr ""
|
72 |
"Du verfügst nicht über ausreichende Berechtigungen, um diese Seite zu sehen."
|
73 |
|
74 |
# @ automatic-updater
|
75 |
-
#: admin.php:
|
76 |
msgid "Settings updated"
|
77 |
msgstr "Einstellungen aktualisiert"
|
78 |
|
79 |
# @ automatic-updater
|
80 |
-
#: admin.php:
|
81 |
-
msgid ""
|
82 |
-
"Update WordPress Core automatically? <strong>(Strongly Recommended)</strong>"
|
83 |
-
msgstr ""
|
84 |
-
"WordPress automatisch aktualisieren? <strong>(dringend empfohlen)</strong>"
|
85 |
-
|
86 |
-
# @ automatic-updater
|
87 |
-
#: admin.php:125
|
88 |
msgid "Update your plugins automatically?"
|
89 |
msgstr "Plugins automatisch aktualisieren?"
|
90 |
|
91 |
# @ automatic-updater
|
92 |
-
#: admin.php:
|
93 |
msgid "Update your themes automatically?"
|
94 |
msgstr "Themes automatisch aktualisieren?"
|
95 |
|
96 |
# @ automatic-updater
|
97 |
-
#: admin.php:
|
98 |
-
msgid "Show debug information in the notification email."
|
99 |
-
msgstr ""
|
100 |
-
"Informationen für die Fehlerbehebung in der Benachrichtigungs-E-Mail "
|
101 |
-
"anzeigen."
|
102 |
-
|
103 |
-
# @ automatic-updater
|
104 |
-
#: admin.php:251
|
105 |
msgid "Save Changes"
|
106 |
msgstr "Änderungen übernehmen"
|
107 |
|
@@ -111,17 +91,6 @@ msgstr "Änderungen übernehmen"
|
|
111 |
msgid "http://pento.net/projects/automatic-updater-for-wordpress/"
|
112 |
msgstr ""
|
113 |
|
114 |
-
# @ automatic-updater
|
115 |
-
#. translators: plugin header field 'Description'
|
116 |
-
#: automatic-updater.php:0
|
117 |
-
msgid ""
|
118 |
-
"Automatically update your WordPress site, as soon as updates are released! "
|
119 |
-
"Never worry about falling behing on updating again!"
|
120 |
-
msgstr ""
|
121 |
-
"Automatische Aktualisierung Ihrer WordPress-Website, sobald Aktualisierungen "
|
122 |
-
"zur Verfügung stehen! Nie wieder Sorgen machen, bei Aktualisierungen ins "
|
123 |
-
"Hintertreffen zu geraten!"
|
124 |
-
|
125 |
# @ automatic-updater
|
126 |
#. translators: plugin header field 'Author'
|
127 |
#: automatic-updater.php:0
|
@@ -135,115 +104,54 @@ msgid "http://pento.net/"
|
|
135 |
msgstr ""
|
136 |
|
137 |
# @ automatic-updater
|
138 |
-
#: automatic-updater.php:
|
139 |
-
msgid "While trying to upgrade WordPress, we ran into the following error:"
|
140 |
-
msgstr ""
|
141 |
-
"Beim Versuch WordPress zu aktualisieren, wurde die folgende Fehlermeldung "
|
142 |
-
"ausgegeben:"
|
143 |
-
|
144 |
-
# @ automatic-updater
|
145 |
-
#: automatic-updater.php:566
|
146 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
147 |
msgstr ""
|
148 |
"Leider hat etwas nicht funktioniert. Bitte führe die die Aktualisierung "
|
149 |
"stattdessen manuell durch."
|
150 |
|
151 |
# @ automatic-updater
|
152 |
-
#: automatic-updater.php:
|
153 |
-
msgid "Have fun!"
|
154 |
-
msgstr "Viel Spaß!"
|
155 |
-
|
156 |
-
# @ automatic-updater
|
157 |
-
#: automatic-updater.php:389
|
158 |
-
msgid "We found a plugin upgrade!"
|
159 |
-
msgid_plural "We found upgrades for some plugins!"
|
160 |
-
msgstr[0] "Wir haben eine Aktualisierung für ein Plugin gefunden!"
|
161 |
-
msgstr[1] "Wir haben Aktualisierungen für einige Plugins gefunden!"
|
162 |
-
|
163 |
-
# @ automatic-updater
|
164 |
-
#: automatic-updater.php:483
|
165 |
-
msgid "We found a theme upgrade!"
|
166 |
-
msgid_plural "We found upgrades for some themes!"
|
167 |
-
msgstr[0] "Wir haben eine Aktualisierung für ein Theme gefunden!"
|
168 |
-
msgstr[1] "Wir haben Aktualisierungen für einige Themes gefunden!"
|
169 |
-
|
170 |
-
# @ automatic-updater
|
171 |
-
#: automatic-updater.php:682
|
172 |
msgid "Howdy!"
|
173 |
msgstr "Tach!"
|
174 |
|
175 |
# @ automatic-updater
|
176 |
-
#: automatic-updater.php:
|
177 |
msgid "Thanks for using the Automatic Updater plugin!"
|
178 |
msgstr "Vielen Dank für den Einsatz des Automatic Updater Plugins!"
|
179 |
|
180 |
# @ automatic-updater
|
181 |
-
#: automatic-updater.php:
|
182 |
msgid "Debug Information:"
|
183 |
msgstr "Informationen für die Fehlersuche:"
|
184 |
|
185 |
# @ automatic-updater
|
186 |
-
#: admin.php:
|
187 |
msgid "SVN Support"
|
188 |
msgstr "SVN-Unterstützung"
|
189 |
|
190 |
# @ automatic-updater
|
191 |
-
#: admin.php:
|
192 |
-
msgid ""
|
193 |
-
"It looks like you're running an SVN version of WordPress, that's cool! "
|
194 |
-
"Automatic Updater can run <tt>svn up</tt> once an hour, to keep you up-to-"
|
195 |
-
"date. For safety, enabling this option will disable the normal WordPress "
|
196 |
-
"core updates."
|
197 |
-
msgstr ""
|
198 |
-
"Es sieht so aus, als ob eine SVN-Version von WordPress läuft, das ist cool! "
|
199 |
-
"Automatic Updater kann die <tt>svn up</tt> einmal pro Stunde abrufen, um "
|
200 |
-
"dich auf dem neuesten Stand zu halten. Aus Sicherheitsgründen wird die "
|
201 |
-
"Aktivierung dieser Option die normalen WordPress-Aktualisierungen "
|
202 |
-
"deaktivieren."
|
203 |
-
|
204 |
-
# @ automatic-updater
|
205 |
-
#: admin.php:249
|
206 |
msgid "Debug Information"
|
207 |
msgstr "Informationen für die Fehlersuche"
|
208 |
|
209 |
# @ automatic-updater
|
210 |
-
#: admin.php:
|
211 |
msgid "Settings"
|
212 |
msgstr "Einstellungen"
|
213 |
|
214 |
# @ automatic-updater
|
215 |
-
#:
|
216 |
-
msgid ""
|
217 |
-
"Automatic Updater requires WordPress 3.4 or higher! Please upgrade WordPress "
|
218 |
-
"manually, then reactivate Automatic Updater."
|
219 |
-
msgstr ""
|
220 |
-
"Automatic Updater benötigt WordPress 3.4 oder aktueller! Bitte aktualisiere "
|
221 |
-
"WordPress manuell und reaktiviere dann den Automatic Updater."
|
222 |
-
|
223 |
-
# @ automatic-updater
|
224 |
-
#: admin.php:139
|
225 |
msgid "Notification Email"
|
226 |
msgstr "E-Mail-Benachrichtigung"
|
227 |
|
228 |
# @ automatic-updater
|
229 |
-
#: admin.php:
|
230 |
-
msgid ""
|
231 |
-
"By default, Automatic Updater will send an email to the Site Admin when an "
|
232 |
-
"update is performed. If you would like to send that email to a different "
|
233 |
-
"address, you can set it here."
|
234 |
-
msgstr ""
|
235 |
-
"Standardmäßig wird der Automatic Updater eine E-Mail an den Administrator "
|
236 |
-
"der Website senden, wenn eine Aktualisierung durchgeführt wurde. Wenn du "
|
237 |
-
"diese E-Mail an eine andere E-Mail-Adresse senden möchtest, kannst du das "
|
238 |
-
"hier festlegen."
|
239 |
-
|
240 |
-
# @ automatic-updater
|
241 |
-
#: admin.php:141
|
242 |
msgid "Override Email Address"
|
243 |
msgstr "E-Mail-Adresse überschreiben"
|
244 |
|
245 |
# @ automatic-updater
|
246 |
-
#: admin.php:
|
247 |
msgid ""
|
248 |
"If you don't want to receive an email when updates are installed, you can "
|
249 |
"disable them completely."
|
@@ -252,66 +160,18 @@ msgstr ""
|
|
252 |
"kannst du diese komplett deaktivieren."
|
253 |
|
254 |
# @ automatic-updater
|
255 |
-
#: admin.php:
|
256 |
msgid "Disable email notifications."
|
257 |
msgstr " E-Mail-Benachrichtigungen deaktivieren."
|
258 |
|
259 |
# @ automatic-updater
|
260 |
-
#: automatic-updater.php:
|
261 |
-
#, php-format
|
262 |
-
msgid ""
|
263 |
-
"We've successfully upgraded WordPress from version %1$s to version %2$s!"
|
264 |
-
msgstr ""
|
265 |
-
"Wir haben WordPress erfolgreich von Version %1$s auf Version %2$s "
|
266 |
-
"aktualisiert!"
|
267 |
-
|
268 |
-
# @ automatic-updater
|
269 |
-
#. translators: First argument is the plugin url, second argument is the Plugin name, third argument is the old version number, fourth argument is the new version number
|
270 |
-
#. translators: First argument is the theme URL, second argument is the Theme name, third argument is the old version number, fourth argument is the new version number
|
271 |
-
#: automatic-updater.php:417 automatic-updater.php:511
|
272 |
-
#, php-format
|
273 |
-
msgid ""
|
274 |
-
"<a href=\"%1$s\">%2$s</a>: Successfully upgraded from version %3$s to %4$s!"
|
275 |
-
msgstr ""
|
276 |
-
"< a href=\"%1$s\">%2$s</a>: Erfolgreich aktualisierte von Version %3$s auf "
|
277 |
-
"%4$s!"
|
278 |
-
|
279 |
-
# @ automatic-updater
|
280 |
-
#: automatic-updater.php:430
|
281 |
-
msgid ""
|
282 |
-
"Plugin authors depend on your feedback to make their plugins better, and the "
|
283 |
-
"WordPress community depends on plugin ratings for checking the quality of a "
|
284 |
-
"plugin. If you have a couple of minutes, click on the plugin names above, "
|
285 |
-
"and leave a Compatibility Vote or a Rating!"
|
286 |
-
msgstr ""
|
287 |
-
"Plugin-Autoren benötigen dein Feedback, um ihre Plugins zu verbessern und "
|
288 |
-
"die WordPress-Community benötigt Plugin-Ratings, um die Qualität eines "
|
289 |
-
"Plugins feststellen zu können. Nimm dir bitte ein wenig Zeit, klicke oben "
|
290 |
-
"auf den Plugin-Namen und gib deine Einschätzung zur Kompatibilität oder eine "
|
291 |
-
"Bewertung ab!"
|
292 |
-
|
293 |
-
# @ automatic-updater
|
294 |
-
#: automatic-updater.php:524
|
295 |
-
msgid ""
|
296 |
-
"Theme authors depend on your feedback to make their plugins better, and the "
|
297 |
-
"WordPress community depends on theme ratings for checking the quality of a "
|
298 |
-
"theme. If you have a couple of minutes, click on the theme names above, and "
|
299 |
-
"leave a Compatibility Vote or a Rating!"
|
300 |
-
msgstr ""
|
301 |
-
"Theme-Autoren benötigen dein Feedback, um ihre Themes zu verbessern und die "
|
302 |
-
"WordPress-Community benötigt Theme-Ratings, um die Qualität eines Themes "
|
303 |
-
"feststellen zu können. Nimm dir bitte ein wenig Zeit, klicke oben auf den "
|
304 |
-
"Theme-Namen und gib deine Einschätzung zur Kompatibilität oder eine "
|
305 |
-
"Bewertung ab!"
|
306 |
-
|
307 |
-
# @ automatic-updater
|
308 |
-
#: automatic-updater.php:676
|
309 |
#, php-format
|
310 |
msgid "WordPress Update: %s"
|
311 |
msgstr "WordPress-Aktualisierung: %s"
|
312 |
|
313 |
# @ automatic-updater
|
314 |
-
#: automatic-updater.php:
|
315 |
#, php-format
|
316 |
msgid ""
|
317 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
@@ -321,48 +181,22 @@ msgstr ""
|
|
321 |
"a>, mit folgendem Ergebnis:"
|
322 |
|
323 |
# @ automatic-updater
|
324 |
-
#: admin.php:
|
325 |
-
msgid "Retries"
|
326 |
-
msgstr "Wiederholungen"
|
327 |
-
|
328 |
-
# @ automatic-updater
|
329 |
-
#: admin.php:154
|
330 |
-
msgid ""
|
331 |
-
"To avoid updating when something is broken, Automatic Updater can limit the "
|
332 |
-
"number of times it will attempt to update WordPress Core, a plugin or a "
|
333 |
-
"theme. If, for example, a plugin update reaches this limit, Automatic "
|
334 |
-
"Updater will stop trying to update it until you manually install the update, "
|
335 |
-
"or a new version is released."
|
336 |
-
msgstr ""
|
337 |
-
"Um Aktualisierungun zu zu vermeiden, wenn etwas nicht funktioniert, kann der "
|
338 |
-
"Automatic Updater die Anzahl der Versuche begrenzen, um WordPress, ein "
|
339 |
-
"Plugin oder ein Thema zu aktualisieren. Wenn beispielsweise eine Plugin-"
|
340 |
-
"Aktualisierung diesen Grenzwert erreicht, stoppt der Automatisches Updater "
|
341 |
-
"den Versucht es zu aktualisieren, bis du die Aktualisierung manuell "
|
342 |
-
"installierst oder eine neue Version veröffentlicht wird."
|
343 |
-
|
344 |
-
# @ automatic-updater
|
345 |
-
#: admin.php:155
|
346 |
-
msgid "Retries Limit"
|
347 |
-
msgstr "Limit für Wiederholungen"
|
348 |
-
|
349 |
-
# @ automatic-updater
|
350 |
-
#: admin.php:175
|
351 |
msgid "WordPress Core"
|
352 |
msgstr "WordPress"
|
353 |
|
354 |
# @ automatic-updater
|
355 |
-
#: admin.php:
|
356 |
msgid "Update WordPress Core hourly?"
|
357 |
msgstr "WordPress stündlich aktualisieren?"
|
358 |
|
359 |
# @ automatic-updater
|
360 |
-
#: admin.php:
|
361 |
msgid "Plugins"
|
362 |
msgstr "Plugins"
|
363 |
|
364 |
# @ automatic-updater
|
365 |
-
#: admin.php:
|
366 |
msgid ""
|
367 |
"Running plugins from SVN is great for helping plugin devs fine tune them "
|
368 |
"before release, so on behalf of all of us, thanks! If you see Akismet here "
|
@@ -376,12 +210,12 @@ msgstr ""
|
|
376 |
"aktualisiert, als WordPress vom SVN aktualisiert wurde."
|
377 |
|
378 |
# @ automatic-updater
|
379 |
-
#: admin.php:
|
380 |
msgid "Themes"
|
381 |
msgstr "Themes"
|
382 |
|
383 |
# @ automatic-updater
|
384 |
-
#: admin.php:
|
385 |
msgid ""
|
386 |
"Running themes from SVN makes you an excellent person who makes the "
|
387 |
"WordPress community better - thank you! If you see any of the default Twenty "
|
@@ -396,7 +230,7 @@ msgstr ""
|
|
396 |
"WordPress vom SVN aktualisiert wurde."
|
397 |
|
398 |
# @ automatic-updater
|
399 |
-
#: admin.php:
|
400 |
#, php-format
|
401 |
msgid ""
|
402 |
"The items marked in red don't have their .svn directory writable, so <tt>svn "
|
@@ -411,12 +245,12 @@ msgstr ""
|
|
411 |
"einschließlich der .svn-Verzeichnisse."
|
412 |
|
413 |
# @ automatic-updater
|
414 |
-
#: admin.php:
|
415 |
msgid "SVN Options"
|
416 |
msgstr "SVN-Optionen"
|
417 |
|
418 |
# @ automatic-updater
|
419 |
-
#: admin.php:
|
420 |
msgid ""
|
421 |
"Send email on <tt>svn up</tt> success? Disabling this will cause "
|
422 |
"notification emails to only be sent if the <tt>svn up</tt> fails."
|
@@ -426,49 +260,17 @@ msgstr ""
|
|
426 |
"scheitert."
|
427 |
|
428 |
# @ automatic-updater
|
429 |
-
#: automatic-updater.php:
|
430 |
-
#, php-format
|
431 |
-
msgid ""
|
432 |
-
"We're sorry it didn't work out. Please try upgrading manually, instead. This "
|
433 |
-
"is attempt %1$d of %2$d."
|
434 |
-
msgstr ""
|
435 |
-
"Sorry, leider hat es nicht funktioniert. Bitte versuche es stattdessen "
|
436 |
-
"manuell zu aktualisieren. Dies ist Versuch %1$d von %2$d."
|
437 |
-
|
438 |
-
# @ automatic-updater
|
439 |
-
#. translators: First argument is the plugin url, second argument is the Plugin name, third argument is the error encountered while upgrading. The fourth and fifth arguments refer to how many retries we've had at installing this plugin.
|
440 |
-
#: automatic-updater.php:408
|
441 |
-
#, php-format
|
442 |
-
msgid ""
|
443 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this plugin: %3$s "
|
444 |
-
"(Attempt %4$d of %5$d)"
|
445 |
-
msgstr ""
|
446 |
-
"<a href=\"%1$s\">%2$s</a>: Wir haben einen Fehler bei der Aktualisierung "
|
447 |
-
"dieses Plugins festgestellt: %3$s (Versuch %4$d von %5$d)"
|
448 |
-
|
449 |
-
# @ automatic-updater
|
450 |
-
#. translators: First argument is the theme URL, second argument is the Theme name, third argument is the error encountered while upgrading. The fourth and fifth arguments refer to how many retries we've had at installing this theme.
|
451 |
-
#: automatic-updater.php:502
|
452 |
-
#, php-format
|
453 |
-
msgid ""
|
454 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this theme: %3$s "
|
455 |
-
"(Attempt %4$d of %5$d)"
|
456 |
-
msgstr ""
|
457 |
-
"<a href=\"%1$s\">%2$s</a>: Wir haben einen Fehler bei der Aktualisierung "
|
458 |
-
"dieses Themes festgestellt: %3$s (Versuch %4$d von %5$d)"
|
459 |
-
|
460 |
-
# @ automatic-updater
|
461 |
-
#: automatic-updater.php:548
|
462 |
msgid "WordPress Core:"
|
463 |
msgstr "WordPress:"
|
464 |
|
465 |
# @ automatic-updater
|
466 |
-
#: automatic-updater.php:
|
467 |
msgid "We successfully upgraded WordPress Core from SVN!"
|
468 |
msgstr "Wir haben WordPress erfolgreich vom SVN aktualisiert!"
|
469 |
|
470 |
# @ automatic-updater
|
471 |
-
#: automatic-updater.php:
|
472 |
msgid ""
|
473 |
"While upgrading WordPress Core from SVN, we ran into the following error:"
|
474 |
msgstr ""
|
@@ -476,21 +278,21 @@ msgstr ""
|
|
476 |
"folgenden Fehler:"
|
477 |
|
478 |
# @ automatic-updater
|
479 |
-
#: automatic-updater.php:
|
480 |
msgid "We upgraded the following plugin:"
|
481 |
msgid_plural "We upgraded the following plugins:"
|
482 |
msgstr[0] "Wir haben das folgende Plugin aktualisiert:"
|
483 |
msgstr[1] "Wir haben die folgenden Plugins aktualisiert:"
|
484 |
|
485 |
# @ automatic-updater
|
486 |
-
#: automatic-updater.php:
|
487 |
msgid "We upgraded the following theme:"
|
488 |
msgid_plural "We upgraded the following themes:"
|
489 |
msgstr[0] "Wir haben das folgende Theme aktualisiert:"
|
490 |
msgstr[1] "Wir haben die folgenden Themes aktualisiert:"
|
491 |
|
492 |
# @ automatic-updater
|
493 |
-
#: automatic-updater.php:
|
494 |
msgid ""
|
495 |
"It looks like something went wrong during the update. Note that, if "
|
496 |
"Automatic Updater continues to encounter problems, it will stop trying to do "
|
@@ -502,58 +304,117 @@ msgstr ""
|
|
502 |
"aktualisiert haben."
|
503 |
|
504 |
# @ automatic-updater
|
505 |
-
|
506 |
-
|
507 |
-
msgid ""
|
508 |
-
"It looks like Automatic Updater may not be able to run automatically, due to "
|
509 |
-
"not having permission to write to the WordPress directory, or connect to the "
|
510 |
-
"server over FTP. If you usually upgrade by entering your FTP login details, "
|
511 |
-
"please read <a href=\"%s\">this documentation</a> on storing your connection "
|
512 |
-
"details."
|
513 |
msgstr ""
|
514 |
-
"Es sieht danach aus, als ob der Automatic Updater nicht automatisch aufgrund "
|
515 |
-
"fehlender Schreibrecht im WordPress-Verzeichnis ausgeführt werden oder sich "
|
516 |
-
"nicht mit über FTP mit dem Server verbinden kann. Wenn Sie in der Regel "
|
517 |
-
"aktualisieren, indem Sie Ihre FTP-Zugangsdaten eingeben, lesen Sie bitte <a "
|
518 |
-
"href=\"%s\">diese Dokumentation</a>, um Ihre Verbindungsdaten zu speichern."
|
519 |
|
520 |
# @ automatic-updater
|
521 |
-
#: admin.php:
|
522 |
-
#, php-format
|
523 |
msgid ""
|
524 |
-
"
|
525 |
-
"
|
526 |
-
"<a href=\"%1$s\" id=\"%2$s\">hide it</a>."
|
527 |
msgstr ""
|
528 |
-
"
|
529 |
-
"
|
530 |
-
"sehen möchten, können Sie das gerne <a href=\"%1$s\" id=\"%2$s\">hier "
|
531 |
-
"verstecken</a>."
|
532 |
|
533 |
# @ automatic-updater
|
534 |
-
#: admin.php:
|
535 |
#, php-format
|
536 |
msgid ""
|
537 |
"The Better WP Security plugin is hiding updates, which will prevent "
|
538 |
-
"Automatic
|
539 |
"these options</a>."
|
540 |
msgstr ""
|
541 |
-
"Das
|
542 |
-
"
|
543 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
544 |
|
545 |
# @ automatic-updater
|
546 |
#. translators: plugin header field 'Version'
|
547 |
#: automatic-updater.php:0
|
548 |
-
msgid "0
|
549 |
msgstr ""
|
550 |
|
551 |
# @ automatic-updater
|
552 |
-
#: automatic-updater.php:
|
553 |
-
#, php-format
|
554 |
msgid ""
|
555 |
-
"
|
556 |
-
"
|
557 |
msgstr ""
|
558 |
-
"
|
559 |
-
"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Advanced Automatic Updates v1.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: \n"
|
6 |
+
"PO-Revision-Date: 2013-10-30 10:40+1000\n"
|
7 |
"Last-Translator: Gary Pendergast <gary@pento.net>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Generator: Poedit 1.5.7\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ automatic-updater
|
22 |
+
#: admin.php:47
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgid "Overview"
|
24 |
msgstr "Übersicht"
|
25 |
|
26 |
# @ automatic-updater
|
27 |
+
#: admin.php:49
|
28 |
msgid ""
|
29 |
"This settings page allows you to select whether you would like WordPress "
|
30 |
"Core, your plugins, and your themes to be automatically updated."
|
33 |
"deine Themes automatisch aktualisiert werden sollen."
|
34 |
|
35 |
# @ automatic-updater
|
36 |
+
#: admin.php:50
|
37 |
msgid ""
|
38 |
"It is very important to keep your WordPress installation up to date for "
|
39 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
44 |
"aktualisieren, empfehlen wir daher alles automatisch zu aktualisieren."
|
45 |
|
46 |
# @ automatic-updater
|
47 |
+
#: admin.php:54
|
48 |
#, php-format
|
49 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
50 |
msgstr "Ein Plugin von <a href=\"%s\" target=\"_blank\">Gary</a>"
|
51 |
|
52 |
# @ automatic-updater
|
53 |
+
#: admin.php:55
|
54 |
msgid "Donations"
|
55 |
msgstr "Spenden"
|
56 |
|
57 |
# @ automatic-updater
|
58 |
+
#: admin.php:56
|
59 |
msgid "Support Forums"
|
60 |
msgstr "Hilfe-Forum"
|
61 |
|
62 |
# @ automatic-updater
|
63 |
+
#: admin.php:65
|
64 |
msgid "You do not have sufficient permissions to access this page."
|
65 |
msgstr ""
|
66 |
"Du verfügst nicht über ausreichende Berechtigungen, um diese Seite zu sehen."
|
67 |
|
68 |
# @ automatic-updater
|
69 |
+
#: admin.php:72
|
70 |
msgid "Settings updated"
|
71 |
msgstr "Einstellungen aktualisiert"
|
72 |
|
73 |
# @ automatic-updater
|
74 |
+
#: admin.php:123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
msgid "Update your plugins automatically?"
|
76 |
msgstr "Plugins automatisch aktualisieren?"
|
77 |
|
78 |
# @ automatic-updater
|
79 |
+
#: admin.php:125
|
80 |
msgid "Update your themes automatically?"
|
81 |
msgstr "Themes automatisch aktualisieren?"
|
82 |
|
83 |
# @ automatic-updater
|
84 |
+
#: admin.php:249
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
msgid "Save Changes"
|
86 |
msgstr "Änderungen übernehmen"
|
87 |
|
91 |
msgid "http://pento.net/projects/automatic-updater-for-wordpress/"
|
92 |
msgstr ""
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
# @ automatic-updater
|
95 |
#. translators: plugin header field 'Author'
|
96 |
#: automatic-updater.php:0
|
104 |
msgstr ""
|
105 |
|
106 |
# @ automatic-updater
|
107 |
+
#: automatic-updater.php:286
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
109 |
msgstr ""
|
110 |
"Leider hat etwas nicht funktioniert. Bitte führe die die Aktualisierung "
|
111 |
"stattdessen manuell durch."
|
112 |
|
113 |
# @ automatic-updater
|
114 |
+
#: automatic-updater.php:402
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
msgid "Howdy!"
|
116 |
msgstr "Tach!"
|
117 |
|
118 |
# @ automatic-updater
|
119 |
+
#: automatic-updater.php:416
|
120 |
msgid "Thanks for using the Automatic Updater plugin!"
|
121 |
msgstr "Vielen Dank für den Einsatz des Automatic Updater Plugins!"
|
122 |
|
123 |
# @ automatic-updater
|
124 |
+
#: automatic-updater.php:420
|
125 |
msgid "Debug Information:"
|
126 |
msgstr "Informationen für die Fehlersuche:"
|
127 |
|
128 |
# @ automatic-updater
|
129 |
+
#: admin.php:149
|
130 |
msgid "SVN Support"
|
131 |
msgstr "SVN-Unterstützung"
|
132 |
|
133 |
# @ automatic-updater
|
134 |
+
#: admin.php:229
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
msgid "Debug Information"
|
136 |
msgstr "Informationen für die Fehlersuche"
|
137 |
|
138 |
# @ automatic-updater
|
139 |
+
#: admin.php:318
|
140 |
msgid "Settings"
|
141 |
msgstr "Einstellungen"
|
142 |
|
143 |
# @ automatic-updater
|
144 |
+
#: admin.php:128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
msgid "Notification Email"
|
146 |
msgstr "E-Mail-Benachrichtigung"
|
147 |
|
148 |
# @ automatic-updater
|
149 |
+
#: admin.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
msgid "Override Email Address"
|
151 |
msgstr "E-Mail-Adresse überschreiben"
|
152 |
|
153 |
# @ automatic-updater
|
154 |
+
#: admin.php:138
|
155 |
msgid ""
|
156 |
"If you don't want to receive an email when updates are installed, you can "
|
157 |
"disable them completely."
|
160 |
"kannst du diese komplett deaktivieren."
|
161 |
|
162 |
# @ automatic-updater
|
163 |
+
#: admin.php:139
|
164 |
msgid "Disable email notifications."
|
165 |
msgstr " E-Mail-Benachrichtigungen deaktivieren."
|
166 |
|
167 |
# @ automatic-updater
|
168 |
+
#: automatic-updater.php:396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
#, php-format
|
170 |
msgid "WordPress Update: %s"
|
171 |
msgstr "WordPress-Aktualisierung: %s"
|
172 |
|
173 |
# @ automatic-updater
|
174 |
+
#: automatic-updater.php:404
|
175 |
#, php-format
|
176 |
msgid ""
|
177 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
181 |
"a>, mit folgendem Ergebnis:"
|
182 |
|
183 |
# @ automatic-updater
|
184 |
+
#: admin.php:159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
msgid "WordPress Core"
|
186 |
msgstr "WordPress"
|
187 |
|
188 |
# @ automatic-updater
|
189 |
+
#: admin.php:161
|
190 |
msgid "Update WordPress Core hourly?"
|
191 |
msgstr "WordPress stündlich aktualisieren?"
|
192 |
|
193 |
# @ automatic-updater
|
194 |
+
#: admin.php:168
|
195 |
msgid "Plugins"
|
196 |
msgstr "Plugins"
|
197 |
|
198 |
# @ automatic-updater
|
199 |
+
#: admin.php:169
|
200 |
msgid ""
|
201 |
"Running plugins from SVN is great for helping plugin devs fine tune them "
|
202 |
"before release, so on behalf of all of us, thanks! If you see Akismet here "
|
210 |
"aktualisiert, als WordPress vom SVN aktualisiert wurde."
|
211 |
|
212 |
# @ automatic-updater
|
213 |
+
#: admin.php:187
|
214 |
msgid "Themes"
|
215 |
msgstr "Themes"
|
216 |
|
217 |
# @ automatic-updater
|
218 |
+
#: admin.php:188
|
219 |
msgid ""
|
220 |
"Running themes from SVN makes you an excellent person who makes the "
|
221 |
"WordPress community better - thank you! If you see any of the default Twenty "
|
230 |
"WordPress vom SVN aktualisiert wurde."
|
231 |
|
232 |
# @ automatic-updater
|
233 |
+
#: admin.php:207
|
234 |
#, php-format
|
235 |
msgid ""
|
236 |
"The items marked in red don't have their .svn directory writable, so <tt>svn "
|
245 |
"einschließlich der .svn-Verzeichnisse."
|
246 |
|
247 |
# @ automatic-updater
|
248 |
+
#: admin.php:214
|
249 |
msgid "SVN Options"
|
250 |
msgstr "SVN-Optionen"
|
251 |
|
252 |
# @ automatic-updater
|
253 |
+
#: admin.php:215
|
254 |
msgid ""
|
255 |
"Send email on <tt>svn up</tt> success? Disabling this will cause "
|
256 |
"notification emails to only be sent if the <tt>svn up</tt> fails."
|
260 |
"scheitert."
|
261 |
|
262 |
# @ automatic-updater
|
263 |
+
#: automatic-updater.php:268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
msgid "WordPress Core:"
|
265 |
msgstr "WordPress:"
|
266 |
|
267 |
# @ automatic-updater
|
268 |
+
#: automatic-updater.php:278
|
269 |
msgid "We successfully upgraded WordPress Core from SVN!"
|
270 |
msgstr "Wir haben WordPress erfolgreich vom SVN aktualisiert!"
|
271 |
|
272 |
# @ automatic-updater
|
273 |
+
#: automatic-updater.php:284
|
274 |
msgid ""
|
275 |
"While upgrading WordPress Core from SVN, we ran into the following error:"
|
276 |
msgstr ""
|
278 |
"folgenden Fehler:"
|
279 |
|
280 |
# @ automatic-updater
|
281 |
+
#: automatic-updater.php:330
|
282 |
msgid "We upgraded the following plugin:"
|
283 |
msgid_plural "We upgraded the following plugins:"
|
284 |
msgstr[0] "Wir haben das folgende Plugin aktualisiert:"
|
285 |
msgstr[1] "Wir haben die folgenden Plugins aktualisiert:"
|
286 |
|
287 |
# @ automatic-updater
|
288 |
+
#: automatic-updater.php:371
|
289 |
msgid "We upgraded the following theme:"
|
290 |
msgid_plural "We upgraded the following themes:"
|
291 |
msgstr[0] "Wir haben das folgende Theme aktualisiert:"
|
292 |
msgstr[1] "Wir haben die folgenden Themes aktualisiert:"
|
293 |
|
294 |
# @ automatic-updater
|
295 |
+
#: automatic-updater.php:412
|
296 |
msgid ""
|
297 |
"It looks like something went wrong during the update. Note that, if "
|
298 |
"Automatic Updater continues to encounter problems, it will stop trying to do "
|
304 |
"aktualisiert haben."
|
305 |
|
306 |
# @ automatic-updater
|
307 |
+
#. translators: plugin header field 'Name'
|
308 |
+
#: admin.php:37 admin.php:84 automatic-updater.php:0
|
309 |
+
msgid "Advanced Automatic Updates"
|
|
|
|
|
|
|
|
|
|
|
310 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
311 |
|
312 |
# @ automatic-updater
|
313 |
+
#: admin.php:94
|
|
|
314 |
msgid ""
|
315 |
+
"You have the <code>AUTOMATIC_UPDATER_DISABLED</code> constant set. "
|
316 |
+
"Automatic updates are disabled."
|
|
|
317 |
msgstr ""
|
318 |
+
"Du hast <code>AUTOMATIC_UPDATER_DISABLED</code> gesetzt. Automatische "
|
319 |
+
"Updates sind deaktiviert."
|
|
|
|
|
320 |
|
321 |
# @ automatic-updater
|
322 |
+
#: admin.php:104
|
323 |
#, php-format
|
324 |
msgid ""
|
325 |
"The Better WP Security plugin is hiding updates, which will prevent "
|
326 |
+
"Automatic Updates from operating correctly. Please <a href=\"%s\">disable "
|
327 |
"these options</a>."
|
328 |
msgstr ""
|
329 |
+
"Das Plugin WP Security versteckt Updates, das verhindert automatische "
|
330 |
+
"Updates für einen ordnungsgemäßen Betrieb. Bitte <a href=\"%s\"> deaktiviere "
|
331 |
+
"diese Optionen</a>."
|
332 |
+
|
333 |
+
# @ automatic-updater
|
334 |
+
#: admin.php:116
|
335 |
+
msgid "Update WordPress Core automatically?"
|
336 |
+
msgstr "WordPress automatisch aktualisieren?"
|
337 |
+
|
338 |
+
# @ automatic-updater
|
339 |
+
#: admin.php:118
|
340 |
+
msgid "Major versions"
|
341 |
+
msgstr "Hauptversionen"
|
342 |
+
|
343 |
+
# @ automatic-updater
|
344 |
+
#: admin.php:119
|
345 |
+
msgid "Minor and security versions <strong>(Strongly Recommended)</strong>"
|
346 |
+
msgstr ""
|
347 |
+
"Zwischen- und Sicherheits-Versionen <strong>(Dringend empfohlen)</strong>"
|
348 |
+
|
349 |
+
# @ automatic-updater
|
350 |
+
#: admin.php:129
|
351 |
+
msgid ""
|
352 |
+
"By default, Automatic Updates will send an email to the Site Admin when an "
|
353 |
+
"update is performed. If you would like to send that email to a different "
|
354 |
+
"address, you can set it here."
|
355 |
+
msgstr ""
|
356 |
+
"Standardmäßig wird Automatic Updates eine E-Mail an den Administrator "
|
357 |
+
"senden, wenn eine Aktualisierung durchgeführt wird. Wenn du diese E-Mail an "
|
358 |
+
"eine andere Adresse senden möchtest, kannst du das hier festlegen."
|
359 |
+
|
360 |
+
# @ automatic-updater
|
361 |
+
#: admin.php:160
|
362 |
+
msgid ""
|
363 |
+
"It looks like you're running an SVN version of WordPress, that's cool! "
|
364 |
+
"Advanced Automatic Updates can run <tt>svn up</tt> once an hour, to keep you "
|
365 |
+
"up-to-date. For safety, enabling this option will disable the normal "
|
366 |
+
"WordPress core updates."
|
367 |
+
msgstr ""
|
368 |
+
"Es sieht aus, als wenn du eine SVN-Version von WordPress betreibst, das ist "
|
369 |
+
"cool! Advanced Automatic Updates kann <tt>svn up</tt> einmal pro Stunde "
|
370 |
+
"ausführen, um diese aktuell zu halten. Zur Sicherheit wird die Aktivierung "
|
371 |
+
"dieser Option die normalen WordPress-Updates deaktivieren."
|
372 |
+
|
373 |
+
# @ automatic-updater
|
374 |
+
#: admin.php:231
|
375 |
+
msgid ""
|
376 |
+
"When would you like to receive debug information with your notification "
|
377 |
+
"email?"
|
378 |
+
msgstr ""
|
379 |
+
"Wann möchtest du Debug-Informationen mit einer Benachrichtigungs-E-Mail "
|
380 |
+
"erhalten?"
|
381 |
+
|
382 |
+
# @ automatic-updater
|
383 |
+
#: admin.php:235
|
384 |
+
msgid "Always"
|
385 |
+
msgstr "Immer"
|
386 |
+
|
387 |
+
# @ automatic-updater
|
388 |
+
#: admin.php:236
|
389 |
+
msgid ""
|
390 |
+
"Only when upgrading development versions <strong>(Recommended Minimum)</"
|
391 |
+
"strong>"
|
392 |
+
msgstr ""
|
393 |
+
"Nur bei der Aktualisierung von Entwicklerversionen <strong>(Empfohlenes "
|
394 |
+
"Minimum)</strong>"
|
395 |
+
|
396 |
+
# @ automatic-updater
|
397 |
+
#: admin.php:237
|
398 |
+
msgid "Never"
|
399 |
+
msgstr "Nie"
|
400 |
+
|
401 |
+
# @ automatic-updater
|
402 |
+
#. translators: plugin header field 'Description'
|
403 |
+
#: automatic-updater.php:0
|
404 |
+
msgid "Adds extra options to WordPress' built-in Automatic Updates feature."
|
405 |
+
msgstr "Fügt extra-Optionen zum WordPress Auto-Update hinzu."
|
406 |
|
407 |
# @ automatic-updater
|
408 |
#. translators: plugin header field 'Version'
|
409 |
#: automatic-updater.php:0
|
410 |
+
msgid "1.0"
|
411 |
msgstr ""
|
412 |
|
413 |
# @ automatic-updater
|
414 |
+
#: automatic-updater.php:153
|
|
|
415 |
msgid ""
|
416 |
+
"Automatic Updater requires WordPress 3.7 or higher! Please upgrade WordPress "
|
417 |
+
"manually, then reactivate Automatic Updater."
|
418 |
msgstr ""
|
419 |
+
"Automatic Updater benötigt WordPress 3.7 oder neuer! Bitte aktualisiere "
|
420 |
+
"WordPress manuell, dann reaktiviere Automatic Updater."
|
languages/automatic-updater-it_IT.mo
CHANGED
Binary file
|
languages/automatic-updater-it_IT.po
CHANGED
@@ -1,31 +1,31 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the Automatic
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Automatic
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/automatic-updater\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Gary Pendergast <gary@pento.net>\n"
|
13 |
-
"Language-Team:
|
14 |
-
"X-Generator: Poedit 1.5.
|
15 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
16 |
-
"
|
17 |
|
18 |
-
#. #-#-#-#-# plugin.pot (Automatic
|
19 |
#. Plugin Name of the plugin/theme
|
20 |
-
#: admin.php:
|
21 |
-
msgid "Automatic
|
22 |
-
msgstr "Automatic
|
23 |
|
24 |
-
#: admin.php:
|
25 |
msgid "Overview"
|
26 |
msgstr "Panoramica"
|
27 |
|
28 |
-
#: admin.php:
|
29 |
msgid ""
|
30 |
"This settings page allows you to select whether you would like WordPress "
|
31 |
"Core, your plugins, and your themes to be automatically updated."
|
@@ -33,7 +33,7 @@ msgstr ""
|
|
33 |
"Questa pagina delle impostazioni consente di selezionare se si desidera "
|
34 |
"aggiornare automaticamente il core di WordPress, i plugin, e i temi."
|
35 |
|
36 |
-
#: admin.php:
|
37 |
msgid ""
|
38 |
"It is very important to keep your WordPress installation up to date for "
|
39 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
@@ -44,48 +44,71 @@ msgstr ""
|
|
44 |
"specifica per non farlo, si consiglia di permettere tutti gli aggiornamenti "
|
45 |
"in automatico."
|
46 |
|
47 |
-
#: admin.php:
|
48 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
49 |
msgstr "Un Plugin di <a href=\"%s\" target=\"_blank\">Gary</a>"
|
50 |
|
51 |
-
#: admin.php:
|
52 |
msgid "Donations"
|
53 |
msgstr "Donazioni"
|
54 |
|
55 |
-
#: admin.php:
|
56 |
msgid "Support Forums"
|
57 |
msgstr "Forum di Supporto"
|
58 |
|
59 |
-
#: admin.php:
|
60 |
msgid "You do not have sufficient permissions to access this page."
|
61 |
msgstr "Non hai privilegi a sufficienza per accedere a questa pagina."
|
62 |
|
63 |
-
#: admin.php:
|
64 |
msgid "Settings updated"
|
65 |
msgstr "Impostazioni aggiornate"
|
66 |
|
67 |
-
#: admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
msgid ""
|
69 |
-
"
|
|
|
|
|
70 |
msgstr ""
|
71 |
-
"
|
72 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
-
#: admin.php:
|
|
|
|
|
|
|
|
|
75 |
msgid "Update your plugins automatically?"
|
76 |
msgstr "Vuoi aggiornare automaticamente i plugins?"
|
77 |
|
78 |
-
#: admin.php:
|
79 |
msgid "Update your themes automatically?"
|
80 |
msgstr "Vuoi aggiornare automaticamente i temi?"
|
81 |
|
82 |
-
#: admin.php:
|
83 |
msgid "Notification Email"
|
84 |
msgstr "E-mail di notifica"
|
85 |
|
86 |
-
#: admin.php:
|
87 |
msgid ""
|
88 |
-
"By default, Automatic
|
89 |
"update is performed. If you would like to send that email to a different "
|
90 |
"address, you can set it here."
|
91 |
msgstr ""
|
@@ -93,11 +116,11 @@ msgstr ""
|
|
93 |
"dell'amministratore quando un aggiornamento viene effettuato. Se preferisci "
|
94 |
"mandare la e-mail ad un indirizzo diverso puoi impostarlo qui."
|
95 |
|
96 |
-
#: admin.php:
|
97 |
msgid "Override Email Address"
|
98 |
msgstr "Sovrascrivere l'indirizzo E-mail"
|
99 |
|
100 |
-
#: admin.php:
|
101 |
msgid ""
|
102 |
"If you don't want to receive an email when updates are installed, you can "
|
103 |
"disable them completely."
|
@@ -105,177 +128,175 @@ msgstr ""
|
|
105 |
"Se non vuoi ricervere alcuna e-mail quando un aggiornamento viene "
|
106 |
"effettuato, puoi disabilitare la funzione completamente."
|
107 |
|
108 |
-
#: admin.php:
|
109 |
msgid "Disable email notifications."
|
110 |
msgstr "Disattiva le notifiche via e-mail."
|
111 |
|
112 |
-
#: admin.php:
|
113 |
msgid "SVN Support"
|
114 |
msgstr "Supporto SVN"
|
115 |
|
116 |
-
#: admin.php:
|
|
|
|
|
|
|
|
|
117 |
msgid ""
|
118 |
"It looks like you're running an SVN version of WordPress, that's cool! "
|
119 |
-
"Automatic
|
120 |
-
"date. For safety, enabling this option will disable the normal
|
121 |
-
"core updates."
|
122 |
msgstr ""
|
123 |
"Sembra che tu stia eseguendo una versione SVN di WordPress, che figata! "
|
124 |
"Automatic Updater è in grado di eseguire <tt>svn up</tt> una volta ogni ora "
|
125 |
"per tenerlo aggiornato. Per motivi di sicurezza, l'attivazione di questa "
|
126 |
"opzione si disattiveranno i normali aggiornamenti di base WordPress"
|
127 |
|
128 |
-
#: admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
msgid ""
|
130 |
-
"
|
131 |
-
"
|
132 |
-
"
|
|
|
133 |
msgstr ""
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"
|
|
|
138 |
|
139 |
-
#: admin.php:
|
140 |
-
msgid "
|
141 |
-
msgstr "
|
142 |
|
143 |
-
#: admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
msgid "Debug Information"
|
145 |
-
msgstr "Informazioni di
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
|
147 |
-
#: admin.php:
|
148 |
-
msgid "
|
149 |
-
msgstr "
|
150 |
|
151 |
-
#: admin.php:
|
152 |
msgid "Save Changes"
|
153 |
-
msgstr "Salva le
|
154 |
|
155 |
-
#: admin.php:
|
156 |
msgid "Settings"
|
157 |
msgstr "Impostazioni"
|
158 |
|
159 |
-
#: automatic-updater.php:
|
160 |
msgid ""
|
161 |
-
"Automatic Updater requires WordPress 3.
|
162 |
"manually, then reactivate Automatic Updater."
|
163 |
msgstr ""
|
164 |
-
"Automatic Updater richiede Wordpress
|
165 |
"WordPress manualmente, poi riattiva Automatic Updater."
|
166 |
|
167 |
-
#: automatic-updater.php:
|
168 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgstr ""
|
170 |
"Durante il tentativo di aggiornamento di WordPress sono stati rilevati i "
|
171 |
"seguenti errori:"
|
172 |
|
173 |
-
#: automatic-updater.php:
|
174 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
175 |
msgstr ""
|
176 |
"Mi spiace, non ha funzionato. Si prega di provare ad aggiornare manualmente."
|
177 |
|
178 |
-
#: automatic-updater.php:
|
179 |
-
msgid "We
|
180 |
-
|
181 |
-
"
|
182 |
-
|
183 |
-
#: automatic-updater.php:188 automatic-updater.php:192
|
184 |
-
msgid "Have fun!"
|
185 |
-
msgstr "Divertiti!"
|
186 |
|
187 |
-
#: automatic-updater.php:
|
188 |
-
msgid ""
|
189 |
-
"We
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
"stato eseguito!"
|
193 |
-
|
194 |
-
#: automatic-updater.php:237
|
195 |
-
msgid "We found a plugin upgrade!"
|
196 |
-
msgid_plural "We found upgrades for some plugins!"
|
197 |
-
msgstr[0] "È stato trovato un aggiornamento per un plugin!"
|
198 |
-
msgstr[1] "Sono stati trovati degli aggiornamenti per alcuni plugin!"
|
199 |
-
|
200 |
-
#. translators: First argument is the plugin url, second argument is the Plugin
|
201 |
-
#. name, third argument is the error encountered while upgrading
|
202 |
-
#: automatic-updater.php:243
|
203 |
-
msgid ""
|
204 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this plugin: %3$s"
|
205 |
-
msgstr ""
|
206 |
-
"<a href=\"%1$s\">%2$s</a>: è stato rilevato un errore "
|
207 |
-
"nell'aggiornamento del plugin: %3$s"
|
208 |
-
|
209 |
-
#. translators: First argument is the plugin url, second argument is the Plugin
|
210 |
-
#. name, third argument is the old version number, fourth argument is the new
|
211 |
-
#. version number
|
212 |
-
#. translators: First argument is the theme URL, second argument is the Theme
|
213 |
-
#. name, third argument is the old version number, fourth argument is the new
|
214 |
-
#. version number
|
215 |
-
#: automatic-updater.php:250 automatic-updater.php:314
|
216 |
-
msgid ""
|
217 |
-
"<a href=\"%1$s\">%2$s</a>: Successfully upgraded from version %3$s to %4$s!"
|
218 |
-
msgstr ""
|
219 |
-
"<a href=\"%1$s\">%2$s</a>: Correttamente aggiornato dalla versione %3$s alla "
|
220 |
-
"versione %4$s!"
|
221 |
|
222 |
-
#: automatic-updater.php:
|
223 |
-
msgid ""
|
224 |
-
"Plugin authors depend on your feedback to make their plugins better, and the "
|
225 |
-
"WordPress community depends on plugin ratings for checking the quality of a "
|
226 |
-
"plugin. If you have a couple of minutes, click on the plugin names above, "
|
227 |
-
"and leave a Compatibility Vote or a Rating!"
|
228 |
-
msgstr ""
|
229 |
-
"Gli autori dei plugin si basano sui tuoi feedback per migliorare la qualità "
|
230 |
-
"dei propri prodotti, e la comunità di Wordpress fa riferimento ai voti dati "
|
231 |
-
"ai plugins per valutarne l'utilizzo. Se hai un paio di minuti, clicca sul "
|
232 |
-
"nome del plugin e lascia un voto o un commento!"
|
233 |
-
|
234 |
-
#: automatic-updater.php:301
|
235 |
-
msgid "We found a theme upgrade!"
|
236 |
-
msgid_plural "We found upgrades for some themes!"
|
237 |
-
msgstr[0] "È stato trovato l'aggiornamento per un tema!"
|
238 |
-
msgstr[1] "Sono stati trovati degli aggiornamenti per alcuni temi!"
|
239 |
-
|
240 |
-
#. translators: First argument is the theme URL, second argument is the Theme
|
241 |
-
#. name, third argument is the error encountered while upgrading
|
242 |
-
#: automatic-updater.php:307
|
243 |
-
msgid ""
|
244 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this theme: %3$s"
|
245 |
-
msgstr ""
|
246 |
-
"<a href=\"%1$s\">%2$s</a>: è stato rilavato un problema "
|
247 |
-
"nell'aggiornamento di questo tema: %3$s"
|
248 |
-
|
249 |
-
#: automatic-updater.php:324
|
250 |
-
msgid ""
|
251 |
-
"Theme authors depend on your feedback to make their plugins better, and the "
|
252 |
-
"WordPress community depends on theme ratings for checking the quality of a "
|
253 |
-
"theme. If you have a couple of minutes, click on the theme names above, and "
|
254 |
-
"leave a Compatibility Vote or a Rating!"
|
255 |
-
msgstr ""
|
256 |
-
"Gli autori dei temi si basano sui tuoi feedback per migliorare la qualità "
|
257 |
-
"dei propri prodotti, e la comunità di Wordpress fa riferimento ai voti dati "
|
258 |
-
"ai temi per valutarne l'utilizzo. Se hai un paio di minuti, clicca sul nome "
|
259 |
-
"del tema e lascia un voto o un commento!"
|
260 |
-
|
261 |
-
#: automatic-updater.php:346
|
262 |
-
msgid "We successfully upgraded from SVN!"
|
263 |
-
msgstr "L'aggiornamento è stato eseguito correttamente da SVN!"
|
264 |
-
|
265 |
-
#: automatic-updater.php:350
|
266 |
-
msgid "While upgrading from SVN, we ran into the following error:"
|
267 |
-
msgstr ""
|
268 |
-
"Durante l'aggiornamento via SVN, è stato incontrato il seguente errore:"
|
269 |
-
|
270 |
-
#: automatic-updater.php:370
|
271 |
msgid "WordPress Update: %s"
|
272 |
-
msgstr "Aggiornamento
|
273 |
|
274 |
-
#: automatic-updater.php:
|
275 |
msgid "Howdy!"
|
276 |
msgstr "Salve!"
|
277 |
|
278 |
-
#: automatic-updater.php:
|
279 |
msgid ""
|
280 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
281 |
"following result:"
|
@@ -283,25 +304,33 @@ msgstr ""
|
|
283 |
"Automatic Updater è stato appena eseguito sul tuo sito, <a href=\"%1$s\">"
|
284 |
"%1$s</a>, con il seguente risultato:"
|
285 |
|
286 |
-
#: automatic-updater.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
msgid "Thanks for using the Automatic Updater plugin!"
|
288 |
-
msgstr "Grazie di
|
289 |
|
290 |
-
#: automatic-updater.php:
|
291 |
msgid "Debug Information:"
|
292 |
-
msgstr "Informazioni di
|
293 |
|
294 |
#. Plugin URI of the plugin/theme
|
295 |
msgid "http://pento.net/projects/automatic-updater-for-wordpress/"
|
296 |
msgstr "http://pento.net/projects/automatic-updater-for-wordpress/"
|
297 |
|
298 |
#. Description of the plugin/theme
|
299 |
-
msgid ""
|
300 |
-
"Automatically update your WordPress site, as soon as updates are released! "
|
301 |
-
"Never worry about falling behing on updating again!"
|
302 |
msgstr ""
|
303 |
-
"
|
304 |
-
"
|
305 |
|
306 |
#. Author of the plugin/theme
|
307 |
msgid "pento"
|
1 |
+
# Copyright (C) 2013 Advanced Automatic Updates
|
2 |
+
# This file is distributed under the same license as the Advanced Automatic Updates package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Advanced Automatic Updates 1.0\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/automatic-updater\n"
|
7 |
+
"POT-Creation-Date: 2013-10-29 23:01:27+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2013-10-31 10:04+1000\n"
|
12 |
"Last-Translator: Gary Pendergast <gary@pento.net>\n"
|
13 |
+
"Language-Team: Staipa Product <http://www.staipaproduct.it>\n"
|
14 |
+
"X-Generator: Poedit 1.5.7\n"
|
15 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
16 |
+
"Language: Italiano\n"
|
17 |
|
18 |
+
#. #-#-#-#-# plugin.pot (Advanced Automatic Updates 1.0) #-#-#-#-#
|
19 |
#. Plugin Name of the plugin/theme
|
20 |
+
#: admin.php:37 admin.php:84
|
21 |
+
msgid "Advanced Automatic Updates"
|
22 |
+
msgstr "Advanced Automatic Updates"
|
23 |
|
24 |
+
#: admin.php:47
|
25 |
msgid "Overview"
|
26 |
msgstr "Panoramica"
|
27 |
|
28 |
+
#: admin.php:49
|
29 |
msgid ""
|
30 |
"This settings page allows you to select whether you would like WordPress "
|
31 |
"Core, your plugins, and your themes to be automatically updated."
|
33 |
"Questa pagina delle impostazioni consente di selezionare se si desidera "
|
34 |
"aggiornare automaticamente il core di WordPress, i plugin, e i temi."
|
35 |
|
36 |
+
#: admin.php:50
|
37 |
msgid ""
|
38 |
"It is very important to keep your WordPress installation up to date for "
|
39 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
44 |
"specifica per non farlo, si consiglia di permettere tutti gli aggiornamenti "
|
45 |
"in automatico."
|
46 |
|
47 |
+
#: admin.php:54
|
48 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
49 |
msgstr "Un Plugin di <a href=\"%s\" target=\"_blank\">Gary</a>"
|
50 |
|
51 |
+
#: admin.php:55
|
52 |
msgid "Donations"
|
53 |
msgstr "Donazioni"
|
54 |
|
55 |
+
#: admin.php:56
|
56 |
msgid "Support Forums"
|
57 |
msgstr "Forum di Supporto"
|
58 |
|
59 |
+
#: admin.php:65
|
60 |
msgid "You do not have sufficient permissions to access this page."
|
61 |
msgstr "Non hai privilegi a sufficienza per accedere a questa pagina."
|
62 |
|
63 |
+
#: admin.php:72
|
64 |
msgid "Settings updated"
|
65 |
msgstr "Impostazioni aggiornate"
|
66 |
|
67 |
+
#: admin.php:94
|
68 |
+
msgid ""
|
69 |
+
"You have the <code>AUTOMATIC_UPDATER_DISABLED</code> constant set. "
|
70 |
+
"Automatic updates are disabled."
|
71 |
+
msgstr ""
|
72 |
+
"Il tuo sito ha <code>AUTOMATIC_UPDATER_DISABLED</code> impostato. Gli "
|
73 |
+
"aggiornamenti automatici sono disabilitati."
|
74 |
+
|
75 |
+
#: admin.php:104
|
76 |
msgid ""
|
77 |
+
"The Better WP Security plugin is hiding updates, which will prevent "
|
78 |
+
"Automatic Updates from operating correctly. Please <a href=\"%s\">disable "
|
79 |
+
"these options</a>."
|
80 |
msgstr ""
|
81 |
+
"Il plugin Better WP Security plugin sta nascondendo gli aggionrnamenti, "
|
82 |
+
"questo impedisce ad Automatic Updates di funzionare correttamente. Per "
|
83 |
+
"favore <a href=\"%s\">disabilita l'opzione</a>."
|
84 |
+
|
85 |
+
#: admin.php:116
|
86 |
+
msgid "Update WordPress Core automatically?"
|
87 |
+
msgstr "Vuoi aggiornare automaticamente i plugins?"
|
88 |
+
|
89 |
+
#: admin.php:118
|
90 |
+
msgid "Major versions"
|
91 |
+
msgstr "Major versions"
|
92 |
|
93 |
+
#: admin.php:119
|
94 |
+
msgid "Minor and security versions <strong>(Strongly Recommended)</strong>"
|
95 |
+
msgstr "Minor and security versions <strong>(Raccomandato)</strong>"
|
96 |
+
|
97 |
+
#: admin.php:123
|
98 |
msgid "Update your plugins automatically?"
|
99 |
msgstr "Vuoi aggiornare automaticamente i plugins?"
|
100 |
|
101 |
+
#: admin.php:125
|
102 |
msgid "Update your themes automatically?"
|
103 |
msgstr "Vuoi aggiornare automaticamente i temi?"
|
104 |
|
105 |
+
#: admin.php:128
|
106 |
msgid "Notification Email"
|
107 |
msgstr "E-mail di notifica"
|
108 |
|
109 |
+
#: admin.php:129
|
110 |
msgid ""
|
111 |
+
"By default, Automatic Updates will send an email to the Site Admin when an "
|
112 |
"update is performed. If you would like to send that email to a different "
|
113 |
"address, you can set it here."
|
114 |
msgstr ""
|
116 |
"dell'amministratore quando un aggiornamento viene effettuato. Se preferisci "
|
117 |
"mandare la e-mail ad un indirizzo diverso puoi impostarlo qui."
|
118 |
|
119 |
+
#: admin.php:130
|
120 |
msgid "Override Email Address"
|
121 |
msgstr "Sovrascrivere l'indirizzo E-mail"
|
122 |
|
123 |
+
#: admin.php:138
|
124 |
msgid ""
|
125 |
"If you don't want to receive an email when updates are installed, you can "
|
126 |
"disable them completely."
|
128 |
"Se non vuoi ricervere alcuna e-mail quando un aggiornamento viene "
|
129 |
"effettuato, puoi disabilitare la funzione completamente."
|
130 |
|
131 |
+
#: admin.php:139
|
132 |
msgid "Disable email notifications."
|
133 |
msgstr "Disattiva le notifiche via e-mail."
|
134 |
|
135 |
+
#: admin.php:149
|
136 |
msgid "SVN Support"
|
137 |
msgstr "Supporto SVN"
|
138 |
|
139 |
+
#: admin.php:159
|
140 |
+
msgid "WordPress Core"
|
141 |
+
msgstr "Core di WordPress"
|
142 |
+
|
143 |
+
#: admin.php:160
|
144 |
msgid ""
|
145 |
"It looks like you're running an SVN version of WordPress, that's cool! "
|
146 |
+
"Advanced Automatic Updates can run <tt>svn up</tt> once an hour, to keep you "
|
147 |
+
"up-to-date. For safety, enabling this option will disable the normal "
|
148 |
+
"WordPress core updates."
|
149 |
msgstr ""
|
150 |
"Sembra che tu stia eseguendo una versione SVN di WordPress, che figata! "
|
151 |
"Automatic Updater è in grado di eseguire <tt>svn up</tt> una volta ogni ora "
|
152 |
"per tenerlo aggiornato. Per motivi di sicurezza, l'attivazione di questa "
|
153 |
"opzione si disattiveranno i normali aggiornamenti di base WordPress"
|
154 |
|
155 |
+
#: admin.php:161
|
156 |
+
msgid "Update WordPress Core hourly?"
|
157 |
+
msgstr "Aggiornare il Core Wordpress ogni ora?"
|
158 |
+
|
159 |
+
#: admin.php:168
|
160 |
+
msgid "Plugins"
|
161 |
+
msgstr "Plugins"
|
162 |
+
|
163 |
+
#: admin.php:169
|
164 |
msgid ""
|
165 |
+
"Running plugins from SVN is great for helping plugin devs fine tune them "
|
166 |
+
"before release, so on behalf of all of us, thanks! If you see Akismet here "
|
167 |
+
"and don't have it coming from a custom repository, it will probably "
|
168 |
+
"automatically update when the WordPress Core SVN update occurs."
|
169 |
msgstr ""
|
170 |
+
"L'esecuzione di plugin SVN è un grande aiuto per gli sviluppatori di plugin "
|
171 |
+
"per sistemarli prima del rilascio, quindi, a nome di tutti noi, grazie! Se "
|
172 |
+
"vedi Akismet qui e non avete impostato un repository personalizzato, sarà "
|
173 |
+
"probabilmente aggiornato automaticamente quando il Core di WordPress SVN "
|
174 |
+
"verrà aggiornato."
|
175 |
|
176 |
+
#: admin.php:187
|
177 |
+
msgid "Themes"
|
178 |
+
msgstr "Temi"
|
179 |
|
180 |
+
#: admin.php:188
|
181 |
+
msgid ""
|
182 |
+
"Running themes from SVN makes you an excellent person who makes the "
|
183 |
+
"WordPress community better - thank you! If you see any of the default Twenty "
|
184 |
+
"Ten, Eleven or Twelve themes, these will probably automatically update when "
|
185 |
+
"the WordPress Core SVN update occurs."
|
186 |
+
msgstr ""
|
187 |
+
"L'esecuzione di plugin SVN è un grande aiuto per gli sviluppatori di plugin "
|
188 |
+
"per sistemarli prima del rilascio, quindi, a nome di tutti noi, grazie! Se "
|
189 |
+
"vedi i temi di default come Twenty Ten, Eleven or Twelve qui e non avete "
|
190 |
+
"impostato un repository personalizzato, sarà probabilmente aggiornato "
|
191 |
+
"automaticamente quando il Core di WordPress SVN verrà aggiornato."
|
192 |
+
|
193 |
+
#: admin.php:207
|
194 |
+
msgid ""
|
195 |
+
"The items marked in red don't have their .svn directory writable, so <tt>svn "
|
196 |
+
"up</tt> will probably fail when the web server runs it. You need to give the "
|
197 |
+
"user <tt>%s</tt> write permissions to your entire WordPress install, "
|
198 |
+
"including .svn directories."
|
199 |
+
msgstr ""
|
200 |
+
"Gli elementi marcati in rosso non hanno i diritti di scrittura nelle loro "
|
201 |
+
"cartelle, quindi<tt>svn up</tt> probabilmente fallirà quando il server li "
|
202 |
+
"eseguirà. Hai bisogno di dare all'utente <tt>%s</tt> i permessi di scrittura "
|
203 |
+
"all'intera installazione di WordPressl, incluse le cartelle .svn."
|
204 |
+
|
205 |
+
#: admin.php:214
|
206 |
+
msgid "SVN Options"
|
207 |
+
msgstr "Opzioni SVN"
|
208 |
+
|
209 |
+
#: admin.php:215
|
210 |
+
msgid ""
|
211 |
+
"Send email on <tt>svn up</tt> success? Disabling this will cause "
|
212 |
+
"notification emails to only be sent if the <tt>svn up</tt> fails."
|
213 |
+
msgstr ""
|
214 |
+
"Inviare una mail quando il <tt>svn up</tt> ha successo? Disabilitatndolo vi "
|
215 |
+
"arriveranno mail solo quando il <tt>svn up</tt> fallisce."
|
216 |
+
|
217 |
+
#: admin.php:229
|
218 |
msgid "Debug Information"
|
219 |
+
msgstr "Informazioni di Debug"
|
220 |
+
|
221 |
+
#: admin.php:231
|
222 |
+
msgid ""
|
223 |
+
"When would you like to receive debug information with your notification "
|
224 |
+
"email?"
|
225 |
+
msgstr "Quando vuoi ricevere informazioni di debug nelle e-mail di notifica?"
|
226 |
+
|
227 |
+
#: admin.php:235
|
228 |
+
msgid "Always"
|
229 |
+
msgstr "Sempre"
|
230 |
+
|
231 |
+
#: admin.php:236
|
232 |
+
msgid ""
|
233 |
+
"Only when upgrading development versions <strong>(Recommended Minimum)</"
|
234 |
+
"strong>"
|
235 |
+
msgstr ""
|
236 |
+
"Solo quando si sta aggiornando una development version <strong>(Raccomandato "
|
237 |
+
"almeno questo)</strong>"
|
238 |
|
239 |
+
#: admin.php:237
|
240 |
+
msgid "Never"
|
241 |
+
msgstr "Mai"
|
242 |
|
243 |
+
#: admin.php:249
|
244 |
msgid "Save Changes"
|
245 |
+
msgstr "Salva le modifich"
|
246 |
|
247 |
+
#: admin.php:318
|
248 |
msgid "Settings"
|
249 |
msgstr "Impostazioni"
|
250 |
|
251 |
+
#: automatic-updater.php:153
|
252 |
msgid ""
|
253 |
+
"Automatic Updater requires WordPress 3.7 or higher! Please upgrade WordPress "
|
254 |
"manually, then reactivate Automatic Updater."
|
255 |
msgstr ""
|
256 |
+
"Automatic Updater richiede Wordpress 3.7 o superiore! Per favore aggiorna "
|
257 |
"WordPress manualmente, poi riattiva Automatic Updater."
|
258 |
|
259 |
+
#: automatic-updater.php:268
|
260 |
+
msgid "WordPress Core:"
|
261 |
+
msgstr "Core di WordPress:"
|
262 |
+
|
263 |
+
#: automatic-updater.php:278
|
264 |
+
msgid "We successfully upgraded WordPress Core from SVN!"
|
265 |
+
msgstr "Abbiamo aggiornato con successo il Core di Wordpress fa SVN!"
|
266 |
+
|
267 |
+
#: automatic-updater.php:284
|
268 |
+
msgid ""
|
269 |
+
"While upgrading WordPress Core from SVN, we ran into the following error:"
|
270 |
msgstr ""
|
271 |
"Durante il tentativo di aggiornamento di WordPress sono stati rilevati i "
|
272 |
"seguenti errori:"
|
273 |
|
274 |
+
#: automatic-updater.php:286
|
275 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
276 |
msgstr ""
|
277 |
"Mi spiace, non ha funzionato. Si prega di provare ad aggiornare manualmente."
|
278 |
|
279 |
+
#: automatic-updater.php:330
|
280 |
+
msgid "We upgraded the following plugin:"
|
281 |
+
msgid_plural "We upgraded the following plugins:"
|
282 |
+
msgstr[0] "Stiamo aggiornato il seguente plugin:"
|
283 |
+
msgstr[1] "Stiamo aggiornato i seguenti plugins:"
|
|
|
|
|
|
|
284 |
|
285 |
+
#: automatic-updater.php:371
|
286 |
+
msgid "We upgraded the following theme:"
|
287 |
+
msgid_plural "We upgraded the following themes:"
|
288 |
+
msgstr[0] "Stiamo aggiornato il seguente tema:"
|
289 |
+
msgstr[1] "Stiamo aggiornato i seguenti temi:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
|
291 |
+
#: automatic-updater.php:396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
msgid "WordPress Update: %s"
|
293 |
+
msgstr "Aggiornamento WordPress: %s"
|
294 |
|
295 |
+
#: automatic-updater.php:402
|
296 |
msgid "Howdy!"
|
297 |
msgstr "Salve!"
|
298 |
|
299 |
+
#: automatic-updater.php:404
|
300 |
msgid ""
|
301 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
302 |
"following result:"
|
304 |
"Automatic Updater è stato appena eseguito sul tuo sito, <a href=\"%1$s\">"
|
305 |
"%1$s</a>, con il seguente risultato:"
|
306 |
|
307 |
+
#: automatic-updater.php:412
|
308 |
+
msgid ""
|
309 |
+
"It looks like something went wrong during the update. Note that, if "
|
310 |
+
"Automatic Updater continues to encounter problems, it will stop trying to do "
|
311 |
+
"this update, and will not try again until after you manually update."
|
312 |
+
msgstr ""
|
313 |
+
"Sembra che qualcosa sia andato male durante l'aggiornamento. Nota che, se "
|
314 |
+
"Automatic Updater continuerà ad incontrare problemi, smetterà di tentare "
|
315 |
+
"questo aggiornamento e non lo farà più fino ad un tuo aggiornamento manuale."
|
316 |
+
|
317 |
+
#: automatic-updater.php:416
|
318 |
msgid "Thanks for using the Automatic Updater plugin!"
|
319 |
+
msgstr "Grazie di usare il plugin Automatic Updater!"
|
320 |
|
321 |
+
#: automatic-updater.php:420
|
322 |
msgid "Debug Information:"
|
323 |
+
msgstr "Informazioni di Debug:"
|
324 |
|
325 |
#. Plugin URI of the plugin/theme
|
326 |
msgid "http://pento.net/projects/automatic-updater-for-wordpress/"
|
327 |
msgstr "http://pento.net/projects/automatic-updater-for-wordpress/"
|
328 |
|
329 |
#. Description of the plugin/theme
|
330 |
+
msgid "Adds extra options to WordPress' built-in Automatic Updates feature."
|
|
|
|
|
331 |
msgstr ""
|
332 |
+
"Aggiunge opzioni aggiuntive alla funzione di aggiornamento automatico di "
|
333 |
+
"WordPress"
|
334 |
|
335 |
#. Author of the plugin/theme
|
336 |
msgid "pento"
|
languages/automatic-updater-ja.mo
CHANGED
Binary file
|
languages/automatic-updater-ja.po
CHANGED
@@ -4,9 +4,9 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Automatic Updater 0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/automatic-updater\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date: 2013-
|
9 |
-
"Last-Translator:
|
10 |
"Language-Team: tekapo <tekapo@gmail.com>\n"
|
11 |
"Language: ja_JP\n"
|
12 |
"MIME-Version: 1.0\n"
|
@@ -14,27 +14,27 @@ msgstr ""
|
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
-
"X-Generator: Poedit 1.5.
|
18 |
|
19 |
-
#. #-#-#-#-# plugin.pot (Automatic
|
20 |
#. Plugin Name of the plugin/theme
|
21 |
-
#: admin.php:
|
22 |
-
msgid "Automatic
|
23 |
-
msgstr "
|
24 |
|
25 |
-
#: admin.php:
|
26 |
msgid "Overview"
|
27 |
msgstr "概要"
|
28 |
|
29 |
-
#: admin.php:
|
30 |
msgid ""
|
31 |
"This settings page allows you to select whether you would like WordPress "
|
32 |
"Core, your plugins, and your themes to be automatically updated."
|
33 |
msgstr ""
|
34 |
-
"この設定ページでは WordPress
|
35 |
-
"
|
36 |
|
37 |
-
#: admin.php:
|
38 |
msgid ""
|
39 |
"It is very important to keep your WordPress installation up to date for "
|
40 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
@@ -44,60 +44,81 @@ msgstr ""
|
|
44 |
"す。したがって、特に理由がない限り、すべてを自動的にアップデートすることをお"
|
45 |
"すすめします。"
|
46 |
|
47 |
-
#: admin.php:
|
48 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
49 |
msgstr "作成者: <a href=\"%s\" target=\"_blank\">Gary</a>"
|
50 |
|
51 |
-
#: admin.php:
|
52 |
msgid "Donations"
|
53 |
msgstr "寄付"
|
54 |
|
55 |
-
#: admin.php:
|
56 |
msgid "Support Forums"
|
57 |
msgstr "サポートフォーラム"
|
58 |
|
59 |
-
#: admin.php:
|
60 |
msgid "You do not have sufficient permissions to access this page."
|
61 |
msgstr "このページにアクセスするための十分なアクセス権がありません。"
|
62 |
|
63 |
-
#: admin.php:
|
64 |
msgid "Settings updated"
|
65 |
msgstr "設定を更新しました"
|
66 |
|
67 |
-
#: admin.php:
|
68 |
msgid ""
|
69 |
-
"
|
|
|
70 |
msgstr ""
|
71 |
-
"
|
72 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
-
#: admin.php:
|
75 |
msgid "Update your plugins automatically?"
|
76 |
-
msgstr "
|
77 |
|
78 |
-
#: admin.php:
|
79 |
msgid "Update your themes automatically?"
|
80 |
-
msgstr "
|
81 |
|
82 |
-
#: admin.php:
|
83 |
msgid "Notification Email"
|
84 |
msgstr "通知メール"
|
85 |
|
86 |
-
#: admin.php:
|
87 |
msgid ""
|
88 |
-
"By default, Automatic
|
89 |
"update is performed. If you would like to send that email to a different "
|
90 |
"address, you can set it here."
|
91 |
msgstr ""
|
92 |
-
"
|
93 |
-
"
|
94 |
-
"設定できます。"
|
95 |
|
96 |
-
#: admin.php:
|
97 |
msgid "Override Email Address"
|
98 |
msgstr "通知先メールアドレス"
|
99 |
|
100 |
-
#: admin.php:
|
101 |
msgid ""
|
102 |
"If you don't want to receive an email when updates are installed, you can "
|
103 |
"disable them completely."
|
@@ -105,61 +126,39 @@ msgstr ""
|
|
105 |
"アップデート実行時にメールでの通知を受けとりたくない場合は、ここでメール送信"
|
106 |
"を無効にできます。"
|
107 |
|
108 |
-
#: admin.php:
|
109 |
msgid "Disable email notifications."
|
110 |
msgstr "メール通知を無効にする"
|
111 |
|
112 |
-
#: admin.php:
|
113 |
-
msgid "Retries"
|
114 |
-
msgstr "再試行"
|
115 |
-
|
116 |
-
#: admin.php:112
|
117 |
-
msgid ""
|
118 |
-
"To avoid updating when something is broken, Automatic Updater can limit the "
|
119 |
-
"number of times it will attempt to update WordPress Core, a plugin or a "
|
120 |
-
"theme. If, for example, a plugin update reaches this limit, Automatic "
|
121 |
-
"Updater will stop trying to update it until you manually install the update, "
|
122 |
-
"or a new version is released."
|
123 |
-
msgstr ""
|
124 |
-
"何かがうまく行かなかった時にアップデートを避けるために、自動アップデーターは "
|
125 |
-
"WordPress 本体、プラグイン、テーマのアップデート試行回数を制限することができ"
|
126 |
-
"ます。例えば、プラグインの自動アップデートの試行回数がこの制限に達すると、手"
|
127 |
-
"動でアップデートを実行するか新しいバージョンがリリースされるまで、自動アップ"
|
128 |
-
"デートは停止されます。"
|
129 |
-
|
130 |
-
#: admin.php:113
|
131 |
-
msgid "Retries Limit"
|
132 |
-
msgstr "再試行回数"
|
133 |
-
|
134 |
-
#: admin.php:123
|
135 |
msgid "SVN Support"
|
136 |
msgstr "SVN サポート"
|
137 |
|
138 |
-
#: admin.php:
|
139 |
msgid "WordPress Core"
|
140 |
msgstr "WordPress コア"
|
141 |
|
142 |
-
#: admin.php:
|
143 |
msgid ""
|
144 |
"It looks like you're running an SVN version of WordPress, that's cool! "
|
145 |
-
"Automatic
|
146 |
-
"date. For safety, enabling this option will disable the normal
|
147 |
-
"core updates."
|
148 |
msgstr ""
|
149 |
-
"WordPress のSVN
|
150 |
-
"
|
151 |
-
"
|
152 |
-
"
|
153 |
|
154 |
-
#: admin.php:
|
155 |
msgid "Update WordPress Core hourly?"
|
156 |
msgstr "WordPress 本体を1時間に1度アップデートしますか ?"
|
157 |
|
158 |
-
#: admin.php:
|
159 |
msgid "Plugins"
|
160 |
msgstr "プラグイン"
|
161 |
|
162 |
-
#: admin.php:
|
163 |
msgid ""
|
164 |
"Running plugins from SVN is great for helping plugin devs fine tune them "
|
165 |
"before release, so on behalf of all of us, thanks! If you see Akismet here "
|
@@ -172,11 +171,11 @@ msgstr ""
|
|
172 |
"はないとしたら、WordPress 本体の SVN がアップデート時に Akismet も自動的に"
|
173 |
"アップデートされると思います。"
|
174 |
|
175 |
-
#: admin.php:
|
176 |
msgid "Themes"
|
177 |
msgstr "テーマ"
|
178 |
|
179 |
-
#: admin.php:
|
180 |
msgid ""
|
181 |
"Running themes from SVN makes you an excellent person who makes the "
|
182 |
"WordPress community better - thank you! If you see any of the default Twenty "
|
@@ -188,7 +187,7 @@ msgstr ""
|
|
188 |
"くは Twelve がここに表示されていれば、おそらく WordPress 本体の SVN アップ"
|
189 |
"デート時に自動的にこれらのテーマもアップデートされます。"
|
190 |
|
191 |
-
#: admin.php:
|
192 |
msgid ""
|
193 |
"The items marked in red don't have their .svn directory writable, so <tt>svn "
|
194 |
"up</tt> will probably fail when the web server runs it. You need to give the "
|
@@ -200,11 +199,11 @@ msgstr ""
|
|
200 |
"ザー <tt>%s</tt> に .svn ディレクトリを含む WordPress 全体への書き込み権限を"
|
201 |
"付与する必要があります。"
|
202 |
|
203 |
-
#: admin.php:
|
204 |
msgid "SVN Options"
|
205 |
msgstr "SVN オプション"
|
206 |
|
207 |
-
#: admin.php:
|
208 |
msgid ""
|
209 |
"Send email on <tt>svn up</tt> success? Disabling this will cause "
|
210 |
"notification emails to only be sent if the <tt>svn up</tt> fails."
|
@@ -212,187 +211,104 @@ msgstr ""
|
|
212 |
"<tt>svn up</tt> 成功時にメールを送信しますか ? この設定を無効にすると "
|
213 |
"<tt>svn up</tt> に失敗した時だけメールで通知します。"
|
214 |
|
215 |
-
#: admin.php:
|
216 |
msgid "Debug Information"
|
217 |
msgstr "デバッグ情報"
|
218 |
|
219 |
-
#: admin.php:
|
220 |
-
msgid "Show debug information in the notification email."
|
221 |
-
msgstr "通知メールにデバッグ情報を表示する。"
|
222 |
-
|
223 |
-
#: admin.php:203
|
224 |
-
msgid "Save Changes"
|
225 |
-
msgstr "変更を保存"
|
226 |
-
|
227 |
-
#: admin.php:265
|
228 |
-
msgid "Settings"
|
229 |
-
msgstr "設定"
|
230 |
-
|
231 |
-
#: automatic-updater.php:134
|
232 |
msgid ""
|
233 |
-
"
|
234 |
-
"
|
235 |
-
msgstr ""
|
236 |
-
"自動アップデーターは WordPress 3.4 以上で動作します ! WordPress を手動でアッ"
|
237 |
-
"プグレードしてから、自動アップデーターを再度有効化してください。"
|
238 |
|
239 |
-
#:
|
240 |
-
msgid "
|
241 |
-
msgstr "
|
242 |
|
243 |
-
#:
|
244 |
msgid ""
|
245 |
-
"
|
246 |
-
"
|
247 |
-
msgstr ""
|
248 |
-
"自動アップデートに失敗しました。代わりに手動でアップグレードしてみてくださ"
|
249 |
-
"い。これは %1$d / %2$d 回目の試みです。"
|
250 |
-
|
251 |
-
#: automatic-updater.php:288
|
252 |
-
msgid "We've successfully upgraded WordPress to the latest nightly build!"
|
253 |
-
msgstr "WordPress の最新のナイトリービルドへのアップグレードに成功しました !"
|
254 |
|
255 |
-
#:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#:
|
260 |
-
msgid ""
|
261 |
-
|
262 |
-
msgstr ""
|
263 |
-
"WordPress のバージョン %1$s からバージョン %2$s へのアップグレードに成功しま"
|
264 |
-
"した !"
|
265 |
-
|
266 |
-
#: automatic-updater.php:351
|
267 |
-
msgid "We found a plugin upgrade!"
|
268 |
-
msgid_plural "We found upgrades for some plugins!"
|
269 |
-
msgstr[0] "プラグインのアップグレードがあります !"
|
270 |
-
|
271 |
-
#. translators: First argument is the plugin url, second argument is the Plugin
|
272 |
-
#. name, third argument is the error encountered while upgrading. The fourth
|
273 |
-
#. and fifth arguments refer to how many retries we've had at installing this
|
274 |
-
#. plugin.
|
275 |
-
#: automatic-updater.php:369
|
276 |
-
msgid ""
|
277 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this plugin: %3$s "
|
278 |
-
"(Attempt %4$d of %5$d)"
|
279 |
-
msgstr ""
|
280 |
-
"<a href=\"%1$s\">%2$s</a>: このプラグイン %3$s のアップグレード時にエラーが発"
|
281 |
-
"生しました (%4$d / %5$d 回目の試行)"
|
282 |
-
|
283 |
-
#. translators: First argument is the plugin url, second argument is the Plugin
|
284 |
-
#. name, third argument is the old version number, fourth argument is the new
|
285 |
-
#. version number
|
286 |
-
#. translators: First argument is the theme URL, second argument is the Theme
|
287 |
-
#. name, third argument is the old version number, fourth argument is the new
|
288 |
-
#. version number
|
289 |
-
#: automatic-updater.php:378 automatic-updater.php:467
|
290 |
-
msgid ""
|
291 |
-
"<a href=\"%1$s\">%2$s</a>: Successfully upgraded from version %3$s to %4$s!"
|
292 |
-
msgstr ""
|
293 |
-
"<a href=\"%1$s\">%2$s</a>: バージョン %3$s から %4$s へのアップグレードに成功"
|
294 |
-
"しました !"
|
295 |
|
296 |
-
#:
|
297 |
-
msgid ""
|
298 |
-
|
299 |
-
"WordPress community depends on plugin ratings for checking the quality of a "
|
300 |
-
"plugin. If you have a couple of minutes, click on the plugin names above, "
|
301 |
-
"and leave a Compatibility Vote or a Rating!"
|
302 |
-
msgstr ""
|
303 |
-
"プラグイン作者はプラグインの改善ためにみなさんのフィードバックを頼りにしてい"
|
304 |
-
"て、WordPress のコミュニティはプラグインの質をチェックするためにプラグインの"
|
305 |
-
"レーティングを頼りにしています。もし何分かでもお時間があれば、上のプラグイン"
|
306 |
-
"名をクリックして、互換性の投票とレーティングをしてみてください !"
|
307 |
-
|
308 |
-
#: automatic-updater.php:440
|
309 |
-
msgid "We found a theme upgrade!"
|
310 |
-
msgid_plural "We found upgrades for some themes!"
|
311 |
-
msgstr[0] "テーマのアップグレードがあります !"
|
312 |
-
|
313 |
-
#. translators: First argument is the theme URL, second argument is the Theme
|
314 |
-
#. name, third argument is the error encountered while upgrading. The fourth
|
315 |
-
#. and fifth arguments refer to how many retries we've had at installing this
|
316 |
-
#. theme.
|
317 |
-
#: automatic-updater.php:458
|
318 |
-
msgid ""
|
319 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this theme: %3$s "
|
320 |
-
"(Attempt %4$d of %5$d)"
|
321 |
-
msgstr ""
|
322 |
-
"<a href=\"%1$s\">%2$s</a>: このテーマ %3$s のアップグレード時にエラーが発生し"
|
323 |
-
"ました (%4$d / %5$d 回目の試行)"
|
324 |
|
325 |
-
#: automatic-updater.php:
|
326 |
msgid ""
|
327 |
-
"
|
328 |
-
"
|
329 |
-
"theme. If you have a couple of minutes, click on the theme names above, and "
|
330 |
-
"leave a Compatibility Vote or a Rating!"
|
331 |
msgstr ""
|
332 |
-
"
|
333 |
-
"
|
334 |
-
"
|
335 |
-
"て、互換性の投票とレーティングをしてみてください !"
|
336 |
|
337 |
-
#: automatic-updater.php:
|
338 |
msgid "WordPress Core:"
|
339 |
msgstr "WordPress コア:"
|
340 |
|
341 |
-
#: automatic-updater.php:
|
342 |
msgid "We successfully upgraded WordPress Core from SVN!"
|
343 |
msgstr "WordPress 本体の SVN からのアップグレードに成功しました !"
|
344 |
|
345 |
-
#: automatic-updater.php:
|
346 |
msgid ""
|
347 |
"While upgrading WordPress Core from SVN, we ran into the following error:"
|
348 |
msgstr "WordPress 本体の SVN からのアップグレード中に次のエラーが発生しました:"
|
349 |
|
350 |
-
#: automatic-updater.php:
|
351 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
352 |
msgstr ""
|
353 |
-
"
|
354 |
-
"い。"
|
355 |
|
356 |
-
#: automatic-updater.php:
|
357 |
msgid "We upgraded the following plugin:"
|
358 |
msgid_plural "We upgraded the following plugins:"
|
359 |
-
msgstr[0] "
|
360 |
|
361 |
-
#: automatic-updater.php:
|
362 |
msgid "We upgraded the following theme:"
|
363 |
msgid_plural "We upgraded the following themes:"
|
364 |
-
msgstr[0] "
|
365 |
|
366 |
-
#: automatic-updater.php:
|
367 |
msgid "WordPress Update: %s"
|
368 |
msgstr "WordPress 更新: %s"
|
369 |
|
370 |
-
#: automatic-updater.php:
|
371 |
msgid "Howdy!"
|
372 |
msgstr "こんにちは !"
|
373 |
|
374 |
-
#: automatic-updater.php:
|
375 |
msgid ""
|
376 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
377 |
"following result:"
|
378 |
-
msgstr ""
|
379 |
-
"自動アップデーターが <a href=\"%1$s\">%1$s</a> で実行されました。実行結果:"
|
380 |
|
381 |
-
#: automatic-updater.php:
|
382 |
msgid ""
|
383 |
"It looks like something went wrong during the update. Note that, if "
|
384 |
"Automatic Updater continues to encounter problems, it will stop trying to do "
|
385 |
"this update, and will not try again until after you manually update."
|
386 |
msgstr ""
|
387 |
-
"
|
388 |
-
"
|
389 |
-
"
|
390 |
|
391 |
-
#: automatic-updater.php:
|
392 |
msgid "Thanks for using the Automatic Updater plugin!"
|
393 |
-
msgstr "
|
394 |
|
395 |
-
#: automatic-updater.php:
|
396 |
msgid "Debug Information:"
|
397 |
msgstr "デバッグ情報"
|
398 |
|
@@ -401,12 +317,8 @@ msgid "http://pento.net/projects/automatic-updater-for-wordpress/"
|
|
401 |
msgstr "http://pento.net/projects/automatic-updater-for-wordpress/"
|
402 |
|
403 |
#. Description of the plugin/theme
|
404 |
-
msgid ""
|
405 |
-
"
|
406 |
-
"Never worry about falling behing on updating again!"
|
407 |
-
msgstr ""
|
408 |
-
"アップデートがリリースされるとすぐに WordPress のサイトを自動的にアップデート"
|
409 |
-
"します ! アップデートに遅れて心配することはもうありません !"
|
410 |
|
411 |
#. Author of the plugin/theme
|
412 |
msgid "pento"
|
@@ -415,3 +327,103 @@ msgstr "pento"
|
|
415 |
#. Author URI of the plugin/theme
|
416 |
msgid "http://pento.net/"
|
417 |
msgstr "http://pento.net/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Automatic Updater 0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/automatic-updater\n"
|
7 |
+
"POT-Creation-Date: 2013-10-29 23:01:27+00:00\n"
|
8 |
+
"PO-Revision-Date: 2013-10-30 22:22+0900\n"
|
9 |
+
"Last-Translator: JOTAKI, Taisuke <tekapo@gmail.com>\n"
|
10 |
"Language-Team: tekapo <tekapo@gmail.com>\n"
|
11 |
"Language: ja_JP\n"
|
12 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
+
"X-Generator: Poedit 1.5.7\n"
|
18 |
|
19 |
+
#. #-#-#-#-# plugin.pot (Advanced Automatic Updates 1.0) #-#-#-#-#
|
20 |
#. Plugin Name of the plugin/theme
|
21 |
+
#: admin.php:37 admin.php:84
|
22 |
+
msgid "Advanced Automatic Updates"
|
23 |
+
msgstr "アドバンスド自動更新"
|
24 |
|
25 |
+
#: admin.php:47
|
26 |
msgid "Overview"
|
27 |
msgstr "概要"
|
28 |
|
29 |
+
#: admin.php:49
|
30 |
msgid ""
|
31 |
"This settings page allows you to select whether you would like WordPress "
|
32 |
"Core, your plugins, and your themes to be automatically updated."
|
33 |
msgstr ""
|
34 |
+
"この設定ページでは WordPress 本体、プラグイン、テーマを自動的に更新するかどう"
|
35 |
+
"かを選択できます。"
|
36 |
|
37 |
+
#: admin.php:50
|
38 |
msgid ""
|
39 |
"It is very important to keep your WordPress installation up to date for "
|
40 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
44 |
"す。したがって、特に理由がない限り、すべてを自動的にアップデートすることをお"
|
45 |
"すすめします。"
|
46 |
|
47 |
+
#: admin.php:54
|
48 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
49 |
msgstr "作成者: <a href=\"%s\" target=\"_blank\">Gary</a>"
|
50 |
|
51 |
+
#: admin.php:55
|
52 |
msgid "Donations"
|
53 |
msgstr "寄付"
|
54 |
|
55 |
+
#: admin.php:56
|
56 |
msgid "Support Forums"
|
57 |
msgstr "サポートフォーラム"
|
58 |
|
59 |
+
#: admin.php:65
|
60 |
msgid "You do not have sufficient permissions to access this page."
|
61 |
msgstr "このページにアクセスするための十分なアクセス権がありません。"
|
62 |
|
63 |
+
#: admin.php:72
|
64 |
msgid "Settings updated"
|
65 |
msgstr "設定を更新しました"
|
66 |
|
67 |
+
#: admin.php:94
|
68 |
msgid ""
|
69 |
+
"You have the <code>AUTOMATIC_UPDATER_DISABLED</code> constant set. "
|
70 |
+
"Automatic updates are disabled."
|
71 |
msgstr ""
|
72 |
+
"<code>AUTOMATIC_UPDATER_DISABLED</code> 定数が設定されています。自動更新機能"
|
73 |
+
"が無効になっています。"
|
74 |
+
|
75 |
+
#: admin.php:104
|
76 |
+
msgid ""
|
77 |
+
"The Better WP Security plugin is hiding updates, which will prevent "
|
78 |
+
"Automatic Updates from operating correctly. Please <a href=\"%s\">disable "
|
79 |
+
"these options</a>."
|
80 |
+
msgstr ""
|
81 |
+
"Better WP Security プラグインが更新を非表示にしていて自動更新が正しく動作して"
|
82 |
+
"いません。<a href=\"%s\">これらの設定を無効にしてください</a>。"
|
83 |
+
|
84 |
+
#: admin.php:116
|
85 |
+
msgid "Update WordPress Core automatically?"
|
86 |
+
msgstr "WordPress 本体を自動的に更新しますか ?"
|
87 |
+
|
88 |
+
#: admin.php:118
|
89 |
+
msgid "Major versions"
|
90 |
+
msgstr "メジャーバージョン"
|
91 |
+
|
92 |
+
#: admin.php:119
|
93 |
+
msgid "Minor and security versions <strong>(Strongly Recommended)</strong>"
|
94 |
+
msgstr "マイナーおよびセキュリティ版 <strong>(強くおすすめします)</strong>"
|
95 |
|
96 |
+
#: admin.php:123
|
97 |
msgid "Update your plugins automatically?"
|
98 |
+
msgstr "プラグインを自動的に更新しますか ?"
|
99 |
|
100 |
+
#: admin.php:125
|
101 |
msgid "Update your themes automatically?"
|
102 |
+
msgstr "テーマを自動的に更新しますか ?"
|
103 |
|
104 |
+
#: admin.php:128
|
105 |
msgid "Notification Email"
|
106 |
msgstr "通知メール"
|
107 |
|
108 |
+
#: admin.php:129
|
109 |
msgid ""
|
110 |
+
"By default, Automatic Updates will send an email to the Site Admin when an "
|
111 |
"update is performed. If you would like to send that email to a different "
|
112 |
"address, you can set it here."
|
113 |
msgstr ""
|
114 |
+
"初期設定では、更新実行時にサイト管理者宛にメールを送ります。別のアドレスに"
|
115 |
+
"メールを送りたい場合はここでそのアドレスを設定できます。"
|
|
|
116 |
|
117 |
+
#: admin.php:130
|
118 |
msgid "Override Email Address"
|
119 |
msgstr "通知先メールアドレス"
|
120 |
|
121 |
+
#: admin.php:138
|
122 |
msgid ""
|
123 |
"If you don't want to receive an email when updates are installed, you can "
|
124 |
"disable them completely."
|
126 |
"アップデート実行時にメールでの通知を受けとりたくない場合は、ここでメール送信"
|
127 |
"を無効にできます。"
|
128 |
|
129 |
+
#: admin.php:139
|
130 |
msgid "Disable email notifications."
|
131 |
msgstr "メール通知を無効にする"
|
132 |
|
133 |
+
#: admin.php:149
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
msgid "SVN Support"
|
135 |
msgstr "SVN サポート"
|
136 |
|
137 |
+
#: admin.php:159
|
138 |
msgid "WordPress Core"
|
139 |
msgstr "WordPress コア"
|
140 |
|
141 |
+
#: admin.php:160
|
142 |
msgid ""
|
143 |
"It looks like you're running an SVN version of WordPress, that's cool! "
|
144 |
+
"Advanced Automatic Updates can run <tt>svn up</tt> once an hour, to keep you "
|
145 |
+
"up-to-date. For safety, enabling this option will disable the normal "
|
146 |
+
"WordPress core updates."
|
147 |
msgstr ""
|
148 |
+
"WordPress の SVN バージョンを利用しているようです。いいですね ! 最新の状態に"
|
149 |
+
"保つため、アドバンスド自動更新プラグインは1時間に1度 <tt>svn up</tt> を実行"
|
150 |
+
"させることができます。安全のため、この設定を有効にすると通常の WordPress 本体"
|
151 |
+
"のアップデートは無効になります。"
|
152 |
|
153 |
+
#: admin.php:161
|
154 |
msgid "Update WordPress Core hourly?"
|
155 |
msgstr "WordPress 本体を1時間に1度アップデートしますか ?"
|
156 |
|
157 |
+
#: admin.php:168
|
158 |
msgid "Plugins"
|
159 |
msgstr "プラグイン"
|
160 |
|
161 |
+
#: admin.php:169
|
162 |
msgid ""
|
163 |
"Running plugins from SVN is great for helping plugin devs fine tune them "
|
164 |
"before release, so on behalf of all of us, thanks! If you see Akismet here "
|
171 |
"はないとしたら、WordPress 本体の SVN がアップデート時に Akismet も自動的に"
|
172 |
"アップデートされると思います。"
|
173 |
|
174 |
+
#: admin.php:187
|
175 |
msgid "Themes"
|
176 |
msgstr "テーマ"
|
177 |
|
178 |
+
#: admin.php:188
|
179 |
msgid ""
|
180 |
"Running themes from SVN makes you an excellent person who makes the "
|
181 |
"WordPress community better - thank you! If you see any of the default Twenty "
|
187 |
"くは Twelve がここに表示されていれば、おそらく WordPress 本体の SVN アップ"
|
188 |
"デート時に自動的にこれらのテーマもアップデートされます。"
|
189 |
|
190 |
+
#: admin.php:207
|
191 |
msgid ""
|
192 |
"The items marked in red don't have their .svn directory writable, so <tt>svn "
|
193 |
"up</tt> will probably fail when the web server runs it. You need to give the "
|
199 |
"ザー <tt>%s</tt> に .svn ディレクトリを含む WordPress 全体への書き込み権限を"
|
200 |
"付与する必要があります。"
|
201 |
|
202 |
+
#: admin.php:214
|
203 |
msgid "SVN Options"
|
204 |
msgstr "SVN オプション"
|
205 |
|
206 |
+
#: admin.php:215
|
207 |
msgid ""
|
208 |
"Send email on <tt>svn up</tt> success? Disabling this will cause "
|
209 |
"notification emails to only be sent if the <tt>svn up</tt> fails."
|
211 |
"<tt>svn up</tt> 成功時にメールを送信しますか ? この設定を無効にすると "
|
212 |
"<tt>svn up</tt> に失敗した時だけメールで通知します。"
|
213 |
|
214 |
+
#: admin.php:229
|
215 |
msgid "Debug Information"
|
216 |
msgstr "デバッグ情報"
|
217 |
|
218 |
+
#: admin.php:231
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
msgid ""
|
220 |
+
"When would you like to receive debug information with your notification "
|
221 |
+
"email?"
|
222 |
+
msgstr "通知メールにデバッグ情報の表示を含めますか ?"
|
|
|
|
|
223 |
|
224 |
+
#: admin.php:235
|
225 |
+
msgid "Always"
|
226 |
+
msgstr "常に含める"
|
227 |
|
228 |
+
#: admin.php:236
|
229 |
msgid ""
|
230 |
+
"Only when upgrading development versions <strong>(Recommended Minimum)</"
|
231 |
+
"strong>"
|
232 |
+
msgstr "開発版のアップグレード時のみ <strong>(最小限推奨)</strong>"
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
|
234 |
+
#: admin.php:237
|
235 |
+
msgid "Never"
|
236 |
+
msgstr "含めない"
|
237 |
|
238 |
+
#: admin.php:249
|
239 |
+
msgid "Save Changes"
|
240 |
+
msgstr "変更を保存"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
|
242 |
+
#: admin.php:318
|
243 |
+
msgid "Settings"
|
244 |
+
msgstr "設定"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
+
#: automatic-updater.php:153
|
247 |
msgid ""
|
248 |
+
"Automatic Updater requires WordPress 3.7 or higher! Please upgrade WordPress "
|
249 |
+
"manually, then reactivate Automatic Updater."
|
|
|
|
|
250 |
msgstr ""
|
251 |
+
"アドバンスド自動更新は WordPress 3.7 以上で動作します ! WordPress を手動で"
|
252 |
+
"アップグレードしてから、アドバンスド自動更新プラグインを再度有効化してくださ"
|
253 |
+
"い。"
|
|
|
254 |
|
255 |
+
#: automatic-updater.php:268
|
256 |
msgid "WordPress Core:"
|
257 |
msgstr "WordPress コア:"
|
258 |
|
259 |
+
#: automatic-updater.php:278
|
260 |
msgid "We successfully upgraded WordPress Core from SVN!"
|
261 |
msgstr "WordPress 本体の SVN からのアップグレードに成功しました !"
|
262 |
|
263 |
+
#: automatic-updater.php:284
|
264 |
msgid ""
|
265 |
"While upgrading WordPress Core from SVN, we ran into the following error:"
|
266 |
msgstr "WordPress 本体の SVN からのアップグレード中に次のエラーが発生しました:"
|
267 |
|
268 |
+
#: automatic-updater.php:286
|
269 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
270 |
msgstr ""
|
271 |
+
"自動更新機能が失敗しました。代わりに手動でアップグレードしてみてください。"
|
|
|
272 |
|
273 |
+
#: automatic-updater.php:330
|
274 |
msgid "We upgraded the following plugin:"
|
275 |
msgid_plural "We upgraded the following plugins:"
|
276 |
+
msgstr[0] "次のプラグインを更新しました: "
|
277 |
|
278 |
+
#: automatic-updater.php:371
|
279 |
msgid "We upgraded the following theme:"
|
280 |
msgid_plural "We upgraded the following themes:"
|
281 |
+
msgstr[0] "次のテーマを更新しました:"
|
282 |
|
283 |
+
#: automatic-updater.php:396
|
284 |
msgid "WordPress Update: %s"
|
285 |
msgstr "WordPress 更新: %s"
|
286 |
|
287 |
+
#: automatic-updater.php:402
|
288 |
msgid "Howdy!"
|
289 |
msgstr "こんにちは !"
|
290 |
|
291 |
+
#: automatic-updater.php:404
|
292 |
msgid ""
|
293 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
294 |
"following result:"
|
295 |
+
msgstr "自動更新機能が <a href=\"%1$s\">%1$s</a> で実行されました。実行結果:"
|
|
|
296 |
|
297 |
+
#: automatic-updater.php:412
|
298 |
msgid ""
|
299 |
"It looks like something went wrong during the update. Note that, if "
|
300 |
"Automatic Updater continues to encounter problems, it will stop trying to do "
|
301 |
"this update, and will not try again until after you manually update."
|
302 |
msgstr ""
|
303 |
+
"更新中に何かがうまく行かなかったようです。もしアドバンスド自動更新プラグイン"
|
304 |
+
"がこの問題に遭遇し続ければ、自動更新の実行は停止され、手動で更新されるまで再"
|
305 |
+
"開されません。"
|
306 |
|
307 |
+
#: automatic-updater.php:416
|
308 |
msgid "Thanks for using the Automatic Updater plugin!"
|
309 |
+
msgstr "アドバンスド自動更新プラグインをご利用いただき、ありがとうございます。"
|
310 |
|
311 |
+
#: automatic-updater.php:420
|
312 |
msgid "Debug Information:"
|
313 |
msgstr "デバッグ情報"
|
314 |
|
317 |
msgstr "http://pento.net/projects/automatic-updater-for-wordpress/"
|
318 |
|
319 |
#. Description of the plugin/theme
|
320 |
+
msgid "Adds extra options to WordPress' built-in Automatic Updates feature."
|
321 |
+
msgstr "WordPress 本体組み込みの自動更新機能にオプションを追加します。"
|
|
|
|
|
|
|
|
|
322 |
|
323 |
#. Author of the plugin/theme
|
324 |
msgid "pento"
|
327 |
#. Author URI of the plugin/theme
|
328 |
msgid "http://pento.net/"
|
329 |
msgstr "http://pento.net/"
|
330 |
+
|
331 |
+
#~ msgid "Retries"
|
332 |
+
#~ msgstr "再試行"
|
333 |
+
|
334 |
+
#~ msgid ""
|
335 |
+
#~ "To avoid updating when something is broken, Automatic Updater can limit "
|
336 |
+
#~ "the number of times it will attempt to update WordPress Core, a plugin or "
|
337 |
+
#~ "a theme. If, for example, a plugin update reaches this limit, Automatic "
|
338 |
+
#~ "Updater will stop trying to update it until you manually install the "
|
339 |
+
#~ "update, or a new version is released."
|
340 |
+
#~ msgstr ""
|
341 |
+
#~ "何かがうまく行かなかった時にアップデートを避けるために、自動アップデーター"
|
342 |
+
#~ "は WordPress 本体、プラグイン、テーマのアップデート試行回数を制限すること"
|
343 |
+
#~ "ができます。例えば、プラグインの自動アップデートの試行回数がこの制限に達す"
|
344 |
+
#~ "ると、手動でアップデートを実行するか新しいバージョンがリリースされるまで、"
|
345 |
+
#~ "自動アップデートは停止されます。"
|
346 |
+
|
347 |
+
#~ msgid "Retries Limit"
|
348 |
+
#~ msgstr "再試行回数"
|
349 |
+
|
350 |
+
#~ msgid "While trying to upgrade WordPress, we ran into the following error:"
|
351 |
+
#~ msgstr "WordPress をアップグレード中に次のエラーが発生しました:"
|
352 |
+
|
353 |
+
#~ msgid ""
|
354 |
+
#~ "We're sorry it didn't work out. Please try upgrading manually, instead. "
|
355 |
+
#~ "This is attempt %1$d of %2$d."
|
356 |
+
#~ msgstr ""
|
357 |
+
#~ "自動アップデートに失敗しました。代わりに手動でアップグレードしてみてくださ"
|
358 |
+
#~ "い。これは %1$d / %2$d 回目の試みです。"
|
359 |
+
|
360 |
+
#~ msgid "We've successfully upgraded WordPress to the latest nightly build!"
|
361 |
+
#~ msgstr ""
|
362 |
+
#~ "WordPress の最新のナイトリービルドへのアップグレードに成功しました !"
|
363 |
+
|
364 |
+
#~ msgid "Have fun!"
|
365 |
+
#~ msgstr "ではお楽しみください !"
|
366 |
+
|
367 |
+
#~ msgid ""
|
368 |
+
#~ "We've successfully upgraded WordPress from version %1$s to version %2$s!"
|
369 |
+
#~ msgstr ""
|
370 |
+
#~ "WordPress のバージョン %1$s からバージョン %2$s へのアップグレードに成功し"
|
371 |
+
#~ "ました !"
|
372 |
+
|
373 |
+
#~ msgid "We found a plugin upgrade!"
|
374 |
+
#~ msgid_plural "We found upgrades for some plugins!"
|
375 |
+
#~ msgstr[0] "プラグインのアップグレードがあります !"
|
376 |
+
|
377 |
+
#~ msgid ""
|
378 |
+
#~ "<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this plugin: "
|
379 |
+
#~ "%3$s (Attempt %4$d of %5$d)"
|
380 |
+
#~ msgstr ""
|
381 |
+
#~ "<a href=\"%1$s\">%2$s</a>: このプラグイン %3$s のアップグレード時にエラー"
|
382 |
+
#~ "が発生しました (%4$d / %5$d 回目の試行)"
|
383 |
+
|
384 |
+
#~ msgid ""
|
385 |
+
#~ "<a href=\"%1$s\">%2$s</a>: Successfully upgraded from version %3$s to "
|
386 |
+
#~ "%4$s!"
|
387 |
+
#~ msgstr ""
|
388 |
+
#~ "<a href=\"%1$s\">%2$s</a>: バージョン %3$s から %4$s へのアップグレードに"
|
389 |
+
#~ "成功しました !"
|
390 |
+
|
391 |
+
#~ msgid ""
|
392 |
+
#~ "Plugin authors depend on your feedback to make their plugins better, and "
|
393 |
+
#~ "the WordPress community depends on plugin ratings for checking the "
|
394 |
+
#~ "quality of a plugin. If you have a couple of minutes, click on the plugin "
|
395 |
+
#~ "names above, and leave a Compatibility Vote or a Rating!"
|
396 |
+
#~ msgstr ""
|
397 |
+
#~ "プラグイン作者はプラグインの改善ためにみなさんのフィードバックを頼りにして"
|
398 |
+
#~ "いて、WordPress のコミュニティはプラグインの質をチェックするためにプラグイ"
|
399 |
+
#~ "ンのレーティングを頼りにしています。もし何分かでもお時間があれば、上のプラ"
|
400 |
+
#~ "グイン名をクリックして、互換性の投票とレーティングをしてみてください !"
|
401 |
+
|
402 |
+
#~ msgid "We found a theme upgrade!"
|
403 |
+
#~ msgid_plural "We found upgrades for some themes!"
|
404 |
+
#~ msgstr[0] "テーマのアップグレードがあります !"
|
405 |
+
|
406 |
+
#~ msgid ""
|
407 |
+
#~ "<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this theme: "
|
408 |
+
#~ "%3$s (Attempt %4$d of %5$d)"
|
409 |
+
#~ msgstr ""
|
410 |
+
#~ "<a href=\"%1$s\">%2$s</a>: このテーマ %3$s のアップグレード時にエラーが発"
|
411 |
+
#~ "生しました (%4$d / %5$d 回目の試行)"
|
412 |
+
|
413 |
+
#~ msgid ""
|
414 |
+
#~ "Theme authors depend on your feedback to make their plugins better, and "
|
415 |
+
#~ "the WordPress community depends on theme ratings for checking the quality "
|
416 |
+
#~ "of a theme. If you have a couple of minutes, click on the theme names "
|
417 |
+
#~ "above, and leave a Compatibility Vote or a Rating!"
|
418 |
+
#~ msgstr ""
|
419 |
+
#~ "テーマ作者はテーマの改善ためにみなさんのフィードバックを頼りにしていて、"
|
420 |
+
#~ "WordPress のコミュニティはテーマの質をチェックするためにテーマのレーティン"
|
421 |
+
#~ "グを頼りにしています。もし何分かでもお時間があれば、上のテーマ名をクリック"
|
422 |
+
#~ "して、互換性の投票とレーティングをしてみてください !"
|
423 |
+
|
424 |
+
#~ msgid ""
|
425 |
+
#~ "Automatically update your WordPress site, as soon as updates are "
|
426 |
+
#~ "released! Never worry about falling behing on updating again!"
|
427 |
+
#~ msgstr ""
|
428 |
+
#~ "アップデートがリリースされるとすぐに WordPress のサイトを自動的にアップ"
|
429 |
+
#~ "デートします ! アップデートに遅れて心配することはもうありません !"
|
languages/automatic-updater-nl_NL.mo
CHANGED
Binary file
|
languages/automatic-updater-nl_NL.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Automatic Updater 0.9\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/automatic-updater\n"
|
7 |
-
"POT-Creation-Date: 2013-
|
8 |
-
"PO-Revision-Date: 2013-
|
9 |
"Last-Translator: Gary Pendergast <gary@pento.net>\n"
|
10 |
"Language-Team: Trifon Rijksen <trifon@tieptoep.nl>\n"
|
11 |
"Language: Dutch nl_NL\n"
|
@@ -15,17 +15,17 @@ msgstr ""
|
|
15 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
|
18 |
-
#. #-#-#-#-# plugin.pot (Automatic
|
19 |
#. Plugin Name of the plugin/theme
|
20 |
-
#: admin.php:
|
21 |
-
msgid "Automatic
|
22 |
-
msgstr "Automatic
|
23 |
|
24 |
-
#: admin.php:
|
25 |
msgid "Overview"
|
26 |
msgstr "Overzicht"
|
27 |
|
28 |
-
#: admin.php:
|
29 |
msgid ""
|
30 |
"This settings page allows you to select whether you would like WordPress "
|
31 |
"Core, your plugins, and your themes to be automatically updated."
|
@@ -33,7 +33,7 @@ msgstr ""
|
|
33 |
"Op deze instellingen pagina kun je kiezen om je WordPress Core, je plugins "
|
34 |
"en je thema's automatisch bij te werken."
|
35 |
|
36 |
-
#: admin.php:
|
37 |
msgid ""
|
38 |
"It is very important to keep your WordPress installation up to date for "
|
39 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
@@ -43,93 +43,83 @@ msgstr ""
|
|
43 |
"veiligheidsredenen, dus tenzij je een specifieke reden hebt, raden we aan om "
|
44 |
"alles automatisch bij te werken."
|
45 |
|
46 |
-
#: admin.php:
|
47 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
48 |
msgstr "Een plugin van <a href=\"%s\" target=\"_blank\">Gary</a>"
|
49 |
|
50 |
-
#: admin.php:
|
51 |
msgid "Donations"
|
52 |
msgstr "Donaties"
|
53 |
|
54 |
-
#: admin.php:
|
55 |
msgid "Support Forums"
|
56 |
msgstr "Support forums"
|
57 |
|
58 |
-
#: admin.php:
|
59 |
msgid "You do not have sufficient permissions to access this page."
|
60 |
msgstr "Je hebt onvoldoende rechten om deze pagina te bekijken."
|
61 |
|
62 |
-
#: admin.php:
|
63 |
msgid "Settings updated"
|
64 |
msgstr "Instellingen bijgewerkt"
|
65 |
|
66 |
-
#: admin.php:
|
67 |
-
msgid ""
|
68 |
-
"It looks like Automatic Updater may not be able to run automatically, due to "
|
69 |
-
"not having permission to write to the WordPress directory, or connect to the "
|
70 |
-
"server over FTP. If you usually upgrade by entering your FTP login details, "
|
71 |
-
"please read <a href=\"%s\">this documentation</a> on storing your connection "
|
72 |
-
"details."
|
73 |
-
msgstr ""
|
74 |
-
"Het ziet ernaar uit dat Automatic Updater niet automatisch kan werken, omdat "
|
75 |
-
"het geen schrijf toestemming heeft in de WordPress map of geen verbinding "
|
76 |
-
"kan maken met de server middels FTP. Als je normaal gesproken bijwerkingen "
|
77 |
-
"uitvoert door je FTP gegevens in te vullen, lees dan <a href=\"%s\">dit "
|
78 |
-
"document</a> over het opslaan van gegevens voor verbinding maken."
|
79 |
-
|
80 |
-
#: admin.php:99
|
81 |
msgid ""
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"<a href=\"%1$s\" id=\"%2$s\">hide it</a>."
|
85 |
msgstr ""
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"\">verberg deze dan</a>."
|
89 |
|
90 |
-
#: admin.php:
|
91 |
msgid ""
|
92 |
"The Better WP Security plugin is hiding updates, which will prevent "
|
93 |
-
"Automatic
|
94 |
"these options</a>."
|
95 |
msgstr ""
|
96 |
-
"De Better WP Security plugin verbergt updates, welk voorkomt dat
|
97 |
-
"
|
98 |
-
"uit."
|
99 |
|
100 |
-
#: admin.php:
|
101 |
-
msgid ""
|
102 |
-
"
|
103 |
-
msgstr ""
|
104 |
-
"WordPress Core automatisch bijwerken? <strong>(Sterk aanbevolen)</strong>"
|
105 |
|
106 |
-
#: admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Update your plugins automatically?"
|
108 |
msgstr "Plugins automatisch bijwerken?"
|
109 |
|
110 |
-
#: admin.php:
|
111 |
msgid "Update your themes automatically?"
|
112 |
msgstr "Thema's automatisch bijwerken?"
|
113 |
|
114 |
-
#: admin.php:
|
115 |
msgid "Notification Email"
|
116 |
msgstr "E-mail notificatie"
|
117 |
|
118 |
-
#: admin.php:
|
119 |
msgid ""
|
120 |
-
"By default, Automatic
|
121 |
"update is performed. If you would like to send that email to a different "
|
122 |
"address, you can set it here."
|
123 |
msgstr ""
|
124 |
-
"Standaard zal
|
125 |
-
"een update is uitgevoerd. Als je deze e-mail naar een ander adres
|
126 |
-
"sturen, kan je deze hier opgeven."
|
127 |
|
128 |
-
#: admin.php:
|
129 |
msgid "Override Email Address"
|
130 |
msgstr "E-mailadres overschrijven"
|
131 |
|
132 |
-
#: admin.php:
|
133 |
msgid ""
|
134 |
"If you don't want to receive an email when updates are installed, you can "
|
135 |
"disable them completely."
|
@@ -137,62 +127,39 @@ msgstr ""
|
|
137 |
"Als je geen e-mail wilt ontvangen nadat er updates zijn geïnstalleerd, kan "
|
138 |
"je dit uitschakelen."
|
139 |
|
140 |
-
#: admin.php:
|
141 |
msgid "Disable email notifications."
|
142 |
msgstr "E-mail notificatie uitschakelen"
|
143 |
|
144 |
-
#: admin.php:
|
145 |
-
msgid "Retries"
|
146 |
-
msgstr "Pogingen"
|
147 |
-
|
148 |
-
#: admin.php:154
|
149 |
-
msgid ""
|
150 |
-
"To avoid updating when something is broken, Automatic Updater can limit the "
|
151 |
-
"number of times it will attempt to update WordPress Core, a plugin or a "
|
152 |
-
"theme. If, for example, a plugin update reaches this limit, Automatic "
|
153 |
-
"Updater will stop trying to update it until you manually install the update, "
|
154 |
-
"or a new version is released."
|
155 |
-
msgstr ""
|
156 |
-
"Om bijwerken te voorkomen als er iets stuk is, kan Automatic Updater het "
|
157 |
-
"aantal pogingen beperken die uitgevoerd worden om WordPress Core, een plugin "
|
158 |
-
"of een thema. Als bijvoorbeeld een plugin bijwerken deze limiet bereikt "
|
159 |
-
"heeft zal Automatic Updater stoppen met proberen bij te werken, totdat er "
|
160 |
-
"een handmatig bijwerken van de plugin gedaan wordt, of er een nieuwe versie "
|
161 |
-
"uitgegeven is."
|
162 |
-
|
163 |
-
#: admin.php:155
|
164 |
-
msgid "Retries Limit"
|
165 |
-
msgstr "Aantal pogingen"
|
166 |
-
|
167 |
-
#: admin.php:165
|
168 |
msgid "SVN Support"
|
169 |
msgstr "SVN ondersteuning"
|
170 |
|
171 |
-
#: admin.php:
|
172 |
msgid "WordPress Core"
|
173 |
msgstr "WordPress Core"
|
174 |
|
175 |
-
#: admin.php:
|
176 |
msgid ""
|
177 |
"It looks like you're running an SVN version of WordPress, that's cool! "
|
178 |
-
"Automatic
|
179 |
-
"date. For safety, enabling this option will disable the normal
|
180 |
-
"core updates."
|
181 |
msgstr ""
|
182 |
"Het ziet er naar uit dat je een SVN versie van WordPress gebruikt, wat tof! "
|
183 |
-
"Automatic
|
184 |
-
"date te houden. Door deze optie aan te zetten zal voor de veiligheid
|
185 |
-
"normale WordPress core bijwerken uitgeschakeld worden."
|
186 |
|
187 |
-
#: admin.php:
|
188 |
msgid "Update WordPress Core hourly?"
|
189 |
msgstr "WordPress Core ieder uur updaten?"
|
190 |
|
191 |
-
#: admin.php:
|
192 |
msgid "Plugins"
|
193 |
msgstr "Plugins"
|
194 |
|
195 |
-
#: admin.php:
|
196 |
msgid ""
|
197 |
"Running plugins from SVN is great for helping plugin devs fine tune them "
|
198 |
"before release, so on behalf of all of us, thanks! If you see Akismet here "
|
@@ -204,11 +171,11 @@ msgstr ""
|
|
204 |
"je Akismet hier ziet en het niet van een aangepast archief gebruikt, zal het "
|
205 |
"waarschijnlijk automatisch bijwerken als WordPress Core SVN bijgewerkt wordt."
|
206 |
|
207 |
-
#: admin.php:
|
208 |
msgid "Themes"
|
209 |
msgstr "Thema's"
|
210 |
|
211 |
-
#: admin.php:
|
212 |
msgid ""
|
213 |
"Running themes from SVN makes you an excellent person who makes the "
|
214 |
"WordPress community better - thank you! If you see any of the default Twenty "
|
@@ -220,7 +187,7 @@ msgstr ""
|
|
220 |
"Twenty Ten, Eleven of Twelve thema's hier ziet, zullen deze "
|
221 |
"waarschijnlijk automatisch bijwerken als WordPress Core SVN bijgewerkt wordt."
|
222 |
|
223 |
-
#: admin.php:
|
224 |
msgid ""
|
225 |
"The items marked in red don't have their .svn directory writable, so <tt>svn "
|
226 |
"up</tt> will probably fail when the web server runs it. You need to give the "
|
@@ -232,11 +199,11 @@ msgstr ""
|
|
232 |
"moet de gebruiker <tt>%s</tt> schrijf toestemmingen geven voor je hele "
|
233 |
"WordPress installatie, inclusief .svn mappen."
|
234 |
|
235 |
-
#: admin.php:
|
236 |
msgid "SVN Options"
|
237 |
msgstr "SVN Opties"
|
238 |
|
239 |
-
#: admin.php:
|
240 |
msgid ""
|
241 |
"Send email on <tt>svn up</tt> success? Disabling this will cause "
|
242 |
"notification emails to only be sent if the <tt>svn up</tt> fails."
|
@@ -245,176 +212,90 @@ msgstr ""
|
|
245 |
"zal alleen een notificatie e-mail verstuurd worden als <tt>svn up</tt> "
|
246 |
"mislukt."
|
247 |
|
248 |
-
#: admin.php:
|
249 |
msgid "Debug Information"
|
250 |
msgstr "Debug informatie"
|
251 |
|
252 |
-
#: admin.php:
|
253 |
-
msgid "Show debug information in the notification email."
|
254 |
-
msgstr "Toon debug informatie in de notificatie e-mail."
|
255 |
-
|
256 |
-
#: admin.php:251
|
257 |
-
msgid "Save Changes"
|
258 |
-
msgstr "Wijzigingen opslaan"
|
259 |
-
|
260 |
-
#: admin.php:327
|
261 |
-
msgid "Settings"
|
262 |
-
msgstr "Instellingen"
|
263 |
-
|
264 |
-
#: automatic-updater.php:152
|
265 |
msgid ""
|
266 |
-
"
|
267 |
-
"
|
268 |
msgstr ""
|
269 |
-
"
|
270 |
-
"handmatig bij, heractiveer daarna Automatic Updater."
|
271 |
|
272 |
-
#:
|
273 |
-
msgid "
|
274 |
-
msgstr ""
|
275 |
-
"Bij het bijwerken van WordPress, zijn we de volgende fout tegengekomen:"
|
276 |
|
277 |
-
#:
|
278 |
-
msgid ""
|
279 |
-
"We're sorry it didn't work out. Please try upgrading manually, instead. This "
|
280 |
-
"is attempt %1$d of %2$d."
|
281 |
-
msgstr ""
|
282 |
-
"Sorry dat het niet lukte. Voer het bijwerken alsjeblieft handmatig uit. Dit "
|
283 |
-
"is poging %1$d van %2$d."
|
284 |
-
|
285 |
-
#: automatic-updater.php:322
|
286 |
-
#, fuzzy
|
287 |
msgid ""
|
288 |
-
"
|
289 |
-
"
|
290 |
msgstr ""
|
291 |
-
"
|
|
|
292 |
|
293 |
-
#:
|
294 |
-
msgid "
|
295 |
-
msgstr "
|
296 |
|
297 |
-
#:
|
298 |
-
msgid ""
|
299 |
-
"
|
300 |
-
msgstr ""
|
301 |
-
"We hebben WordPress succesvol bijgewerkt van versie %1$s naar versie %2$s!"
|
302 |
-
|
303 |
-
#: automatic-updater.php:389
|
304 |
-
msgid "We found a plugin upgrade!"
|
305 |
-
msgid_plural "We found upgrades for some plugins!"
|
306 |
-
msgstr[0] "We hebben een bijgewerkte plugin gevonden!"
|
307 |
-
msgstr[1] "We hebben bijgewerkte plugins gevonden!"
|
308 |
-
|
309 |
-
#. translators: First argument is the plugin url, second argument is the Plugin
|
310 |
-
#. name, third argument is the error encountered while upgrading. The fourth
|
311 |
-
#. and fifth arguments refer to how many retries we've had at installing this
|
312 |
-
#. plugin.
|
313 |
-
#: automatic-updater.php:408
|
314 |
-
msgid ""
|
315 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this plugin: %3$s "
|
316 |
-
"(Attempt %4$d of %5$d)"
|
317 |
-
msgstr ""
|
318 |
-
"<a href=\"%1$s\">%2$s</a>: Er is een fout opgetreden bij het bijwerken van "
|
319 |
-
"deze plugin: %3$s. (Poging %4$d van %5$d.)"
|
320 |
-
|
321 |
-
#. translators: First argument is the plugin url, second argument is the Plugin
|
322 |
-
#. name, third argument is the old version number, fourth argument is the new
|
323 |
-
#. version number
|
324 |
-
#. translators: First argument is the theme URL, second argument is the Theme
|
325 |
-
#. name, third argument is the old version number, fourth argument is the new
|
326 |
-
#. version number
|
327 |
-
#: automatic-updater.php:417 automatic-updater.php:511
|
328 |
-
msgid ""
|
329 |
-
"<a href=\"%1$s\">%2$s</a>: Successfully upgraded from version %3$s to %4$s!"
|
330 |
-
msgstr ""
|
331 |
-
"<a href=\"%1$s\">%2$s</a>: Successvol bijgewerkt van versie %3$s naar %4$s!"
|
332 |
|
333 |
-
#:
|
334 |
-
msgid ""
|
335 |
-
|
336 |
-
"WordPress community depends on plugin ratings for checking the quality of a "
|
337 |
-
"plugin. If you have a couple of minutes, click on the plugin names above, "
|
338 |
-
"and leave a Compatibility Vote or a Rating!"
|
339 |
-
msgstr ""
|
340 |
-
"Plugin auteurs zijn afhankelijk van je feedback om hun plugins beter te "
|
341 |
-
"maken en de WordPress gemeenschap is afhankelijk van de scores voor het "
|
342 |
-
"controleren van de kwaliteit van een plugin. Als je een paar minuten hebt, "
|
343 |
-
"klik dan op de naam van de plugin hierboven en voer een Compatability Vote "
|
344 |
-
"of een Rating in!"
|
345 |
-
|
346 |
-
#: automatic-updater.php:483
|
347 |
-
msgid "We found a theme upgrade!"
|
348 |
-
msgid_plural "We found upgrades for some themes!"
|
349 |
-
msgstr[0] "We hebben een bijgewerkt thema gevonden!"
|
350 |
-
msgstr[1] "We hebben bijgewerkte thema's gevonden!"
|
351 |
-
|
352 |
-
#. translators: First argument is the theme URL, second argument is the Theme
|
353 |
-
#. name, third argument is the error encountered while upgrading. The fourth
|
354 |
-
#. and fifth arguments refer to how many retries we've had at installing this
|
355 |
-
#. theme.
|
356 |
-
#: automatic-updater.php:502
|
357 |
-
msgid ""
|
358 |
-
"<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this theme: %3$s "
|
359 |
-
"(Attempt %4$d of %5$d)"
|
360 |
-
msgstr ""
|
361 |
-
"<a href=\"%1$s\">%2$s</a>: Er is een fout opgetreden bij het bijwerken van "
|
362 |
-
"dit thema: %3$s. (Poging %4$d van %5$d.)"
|
363 |
|
364 |
-
#: automatic-updater.php:
|
365 |
msgid ""
|
366 |
-
"
|
367 |
-
"
|
368 |
-
"theme. If you have a couple of minutes, click on the theme names above, and "
|
369 |
-
"leave a Compatibility Vote or a Rating!"
|
370 |
msgstr ""
|
371 |
-
"
|
372 |
-
"
|
373 |
-
"controleren van de kwaliteit van een thema. Als je een paar minuten hebt, "
|
374 |
-
"klik dan op de naam van het thema hierboven en voer een Compatability Vote "
|
375 |
-
"of een Rating in!"
|
376 |
|
377 |
-
#: automatic-updater.php:
|
378 |
msgid "WordPress Core:"
|
379 |
msgstr "WordPress Core:"
|
380 |
|
381 |
-
#: automatic-updater.php:
|
382 |
msgid "We successfully upgraded WordPress Core from SVN!"
|
383 |
msgstr "We hebben WordPress Core succesvol bijgewerkt vanuit SVN!"
|
384 |
|
385 |
-
#: automatic-updater.php:
|
386 |
msgid ""
|
387 |
"While upgrading WordPress Core from SVN, we ran into the following error:"
|
388 |
msgstr ""
|
389 |
"Tijdens het bijwerken van WordPress Core vanuit SVN, kwamen we de volgende "
|
390 |
"fout tegen:"
|
391 |
|
392 |
-
#: automatic-updater.php:
|
393 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
394 |
msgstr ""
|
395 |
"Sorry dat het niet lukte. Voer het bijwerken alsjeblieft handmatig uit."
|
396 |
|
397 |
-
#: automatic-updater.php:
|
398 |
msgid "We upgraded the following plugin:"
|
399 |
msgid_plural "We upgraded the following plugins:"
|
400 |
msgstr[0] "We hebben de volgende plugin bijgewerkt:"
|
401 |
msgstr[1] "We hebben de volgende plugins bijgewerkt:"
|
402 |
|
403 |
-
#: automatic-updater.php:
|
404 |
msgid "We upgraded the following theme:"
|
405 |
msgid_plural "We upgraded the following themes:"
|
406 |
msgstr[0] "We hebben het volgende thema bijgewerkt:"
|
407 |
msgstr[1] "We hebben de volgende thema's bijgewerkt:"
|
408 |
|
409 |
-
#: automatic-updater.php:
|
410 |
msgid "WordPress Update: %s"
|
411 |
msgstr "WordPress bijwerken: %s"
|
412 |
|
413 |
-
#: automatic-updater.php:
|
414 |
msgid "Howdy!"
|
415 |
msgstr "Hallo!"
|
416 |
|
417 |
-
#: automatic-updater.php:
|
418 |
msgid ""
|
419 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
420 |
"following result:"
|
@@ -422,7 +303,7 @@ msgstr ""
|
|
422 |
"Automatic Updater is zojuist uitgevoerd op je site, <a href=\"%1$s\">%1$s</"
|
423 |
"a>, met het volgende resultaat:"
|
424 |
|
425 |
-
#: automatic-updater.php:
|
426 |
msgid ""
|
427 |
"It looks like something went wrong during the update. Note that, if "
|
428 |
"Automatic Updater continues to encounter problems, it will stop trying to do "
|
@@ -433,11 +314,11 @@ msgstr ""
|
|
433 |
"proberen bij te werken en zal het niet weer proberen tot nadat er een "
|
434 |
"handmatig bijwerken geschied is."
|
435 |
|
436 |
-
#: automatic-updater.php:
|
437 |
msgid "Thanks for using the Automatic Updater plugin!"
|
438 |
msgstr "Bedankt voor het gebruiken van de Automatic Updater plugin!"
|
439 |
|
440 |
-
#: automatic-updater.php:
|
441 |
msgid "Debug Information:"
|
442 |
msgstr "Debug informatie:"
|
443 |
|
@@ -446,12 +327,10 @@ msgid "http://pento.net/projects/automatic-updater-for-wordpress/"
|
|
446 |
msgstr "http://pento.net/projects/automatic-updater-for-wordpress/"
|
447 |
|
448 |
#. Description of the plugin/theme
|
449 |
-
msgid ""
|
450 |
-
"Automatically update your WordPress site, as soon as updates are released! "
|
451 |
-
"Never worry about falling behing on updating again!"
|
452 |
msgstr ""
|
453 |
-
"
|
454 |
-
"
|
455 |
|
456 |
#. Author of the plugin/theme
|
457 |
msgid "pento"
|
@@ -461,6 +340,138 @@ msgstr "pento"
|
|
461 |
msgid "http://pento.net/"
|
462 |
msgstr "http://pento.net/"
|
463 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
464 |
#~ msgid "We've successfully upgraded WordPress to the latest nightly build!"
|
465 |
#~ msgstr ""
|
466 |
#~ "We hebben WordPress succesvol bijgewerkt naar de nieuwste nightly build!"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Automatic Updater 0.9\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/automatic-updater\n"
|
7 |
+
"POT-Creation-Date: 2013-10-29 23:01:27+00:00\n"
|
8 |
+
"PO-Revision-Date: 2013-10-31 10:08+1000\n"
|
9 |
"Last-Translator: Gary Pendergast <gary@pento.net>\n"
|
10 |
"Language-Team: Trifon Rijksen <trifon@tieptoep.nl>\n"
|
11 |
"Language: Dutch nl_NL\n"
|
15 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
|
18 |
+
#. #-#-#-#-# plugin.pot (Advanced Automatic Updates 1.0) #-#-#-#-#
|
19 |
#. Plugin Name of the plugin/theme
|
20 |
+
#: admin.php:37 admin.php:84
|
21 |
+
msgid "Advanced Automatic Updates"
|
22 |
+
msgstr "Advanced Automatic Updates"
|
23 |
|
24 |
+
#: admin.php:47
|
25 |
msgid "Overview"
|
26 |
msgstr "Overzicht"
|
27 |
|
28 |
+
#: admin.php:49
|
29 |
msgid ""
|
30 |
"This settings page allows you to select whether you would like WordPress "
|
31 |
"Core, your plugins, and your themes to be automatically updated."
|
33 |
"Op deze instellingen pagina kun je kiezen om je WordPress Core, je plugins "
|
34 |
"en je thema's automatisch bij te werken."
|
35 |
|
36 |
+
#: admin.php:50
|
37 |
msgid ""
|
38 |
"It is very important to keep your WordPress installation up to date for "
|
39 |
"security reasons, so unless you have a specific reason not to, we recommend "
|
43 |
"veiligheidsredenen, dus tenzij je een specifieke reden hebt, raden we aan om "
|
44 |
"alles automatisch bij te werken."
|
45 |
|
46 |
+
#: admin.php:54
|
47 |
msgid "A Plugin By <a href=\"%s\" target=\"_blank\">Gary</a>"
|
48 |
msgstr "Een plugin van <a href=\"%s\" target=\"_blank\">Gary</a>"
|
49 |
|
50 |
+
#: admin.php:55
|
51 |
msgid "Donations"
|
52 |
msgstr "Donaties"
|
53 |
|
54 |
+
#: admin.php:56
|
55 |
msgid "Support Forums"
|
56 |
msgstr "Support forums"
|
57 |
|
58 |
+
#: admin.php:65
|
59 |
msgid "You do not have sufficient permissions to access this page."
|
60 |
msgstr "Je hebt onvoldoende rechten om deze pagina te bekijken."
|
61 |
|
62 |
+
#: admin.php:72
|
63 |
msgid "Settings updated"
|
64 |
msgstr "Instellingen bijgewerkt"
|
65 |
|
66 |
+
#: admin.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
msgid ""
|
68 |
+
"You have the <code>AUTOMATIC_UPDATER_DISABLED</code> constant set. "
|
69 |
+
"Automatic updates are disabled."
|
|
|
70 |
msgstr ""
|
71 |
+
"Je hebt de <code>AUTOMATIC_UPDATER_DISABLED</code> constante aan staan. "
|
72 |
+
"Automatisch bijwerken is uitgeschakeld"
|
|
|
73 |
|
74 |
+
#: admin.php:104
|
75 |
msgid ""
|
76 |
"The Better WP Security plugin is hiding updates, which will prevent "
|
77 |
+
"Automatic Updates from operating correctly. Please <a href=\"%s\">disable "
|
78 |
"these options</a>."
|
79 |
msgstr ""
|
80 |
+
"De Better WP Security plugin verbergt updates, welk voorkomt dat het "
|
81 |
+
"automatisch bijwerken correct werkt. Schakel <a href=\"%s\">deze opties</a> "
|
82 |
+
"alsjeblieft uit."
|
83 |
|
84 |
+
#: admin.php:116
|
85 |
+
msgid "Update WordPress Core automatically?"
|
86 |
+
msgstr "WordPress Core automatisch bijwerken?"
|
|
|
|
|
87 |
|
88 |
+
#: admin.php:118
|
89 |
+
msgid "Major versions"
|
90 |
+
msgstr "Grote versies"
|
91 |
+
|
92 |
+
#: admin.php:119
|
93 |
+
msgid "Minor and security versions <strong>(Strongly Recommended)</strong>"
|
94 |
+
msgstr "Kleine en beveiligings versies <strong>(Sterk aanbevolen)</strong>"
|
95 |
+
|
96 |
+
#: admin.php:123
|
97 |
msgid "Update your plugins automatically?"
|
98 |
msgstr "Plugins automatisch bijwerken?"
|
99 |
|
100 |
+
#: admin.php:125
|
101 |
msgid "Update your themes automatically?"
|
102 |
msgstr "Thema's automatisch bijwerken?"
|
103 |
|
104 |
+
#: admin.php:128
|
105 |
msgid "Notification Email"
|
106 |
msgstr "E-mail notificatie"
|
107 |
|
108 |
+
#: admin.php:129
|
109 |
msgid ""
|
110 |
+
"By default, Automatic Updates will send an email to the Site Admin when an "
|
111 |
"update is performed. If you would like to send that email to a different "
|
112 |
"address, you can set it here."
|
113 |
msgstr ""
|
114 |
+
"Standaard zal het automatisch bijwerken een e-mail sturen naar de Site Admin "
|
115 |
+
"als er een update is uitgevoerd. Als je deze e-mail naar een ander adres "
|
116 |
+
"wilt sturen, kan je deze hier opgeven."
|
117 |
|
118 |
+
#: admin.php:130
|
119 |
msgid "Override Email Address"
|
120 |
msgstr "E-mailadres overschrijven"
|
121 |
|
122 |
+
#: admin.php:138
|
123 |
msgid ""
|
124 |
"If you don't want to receive an email when updates are installed, you can "
|
125 |
"disable them completely."
|
127 |
"Als je geen e-mail wilt ontvangen nadat er updates zijn geïnstalleerd, kan "
|
128 |
"je dit uitschakelen."
|
129 |
|
130 |
+
#: admin.php:139
|
131 |
msgid "Disable email notifications."
|
132 |
msgstr "E-mail notificatie uitschakelen"
|
133 |
|
134 |
+
#: admin.php:149
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
msgid "SVN Support"
|
136 |
msgstr "SVN ondersteuning"
|
137 |
|
138 |
+
#: admin.php:159
|
139 |
msgid "WordPress Core"
|
140 |
msgstr "WordPress Core"
|
141 |
|
142 |
+
#: admin.php:160
|
143 |
msgid ""
|
144 |
"It looks like you're running an SVN version of WordPress, that's cool! "
|
145 |
+
"Advanced Automatic Updates can run <tt>svn up</tt> once an hour, to keep you "
|
146 |
+
"up-to-date. For safety, enabling this option will disable the normal "
|
147 |
+
"WordPress core updates."
|
148 |
msgstr ""
|
149 |
"Het ziet er naar uit dat je een SVN versie van WordPress gebruikt, wat tof! "
|
150 |
+
"Advanced Automatic Updates can eens per uur <tt>svn up</tt> draaien, om je "
|
151 |
+
"up-to- date te houden. Door deze optie aan te zetten zal voor de veiligheid "
|
152 |
+
"het normale WordPress core bijwerken uitgeschakeld worden."
|
153 |
|
154 |
+
#: admin.php:161
|
155 |
msgid "Update WordPress Core hourly?"
|
156 |
msgstr "WordPress Core ieder uur updaten?"
|
157 |
|
158 |
+
#: admin.php:168
|
159 |
msgid "Plugins"
|
160 |
msgstr "Plugins"
|
161 |
|
162 |
+
#: admin.php:169
|
163 |
msgid ""
|
164 |
"Running plugins from SVN is great for helping plugin devs fine tune them "
|
165 |
"before release, so on behalf of all of us, thanks! If you see Akismet here "
|
171 |
"je Akismet hier ziet en het niet van een aangepast archief gebruikt, zal het "
|
172 |
"waarschijnlijk automatisch bijwerken als WordPress Core SVN bijgewerkt wordt."
|
173 |
|
174 |
+
#: admin.php:187
|
175 |
msgid "Themes"
|
176 |
msgstr "Thema's"
|
177 |
|
178 |
+
#: admin.php:188
|
179 |
msgid ""
|
180 |
"Running themes from SVN makes you an excellent person who makes the "
|
181 |
"WordPress community better - thank you! If you see any of the default Twenty "
|
187 |
"Twenty Ten, Eleven of Twelve thema's hier ziet, zullen deze "
|
188 |
"waarschijnlijk automatisch bijwerken als WordPress Core SVN bijgewerkt wordt."
|
189 |
|
190 |
+
#: admin.php:207
|
191 |
msgid ""
|
192 |
"The items marked in red don't have their .svn directory writable, so <tt>svn "
|
193 |
"up</tt> will probably fail when the web server runs it. You need to give the "
|
199 |
"moet de gebruiker <tt>%s</tt> schrijf toestemmingen geven voor je hele "
|
200 |
"WordPress installatie, inclusief .svn mappen."
|
201 |
|
202 |
+
#: admin.php:214
|
203 |
msgid "SVN Options"
|
204 |
msgstr "SVN Opties"
|
205 |
|
206 |
+
#: admin.php:215
|
207 |
msgid ""
|
208 |
"Send email on <tt>svn up</tt> success? Disabling this will cause "
|
209 |
"notification emails to only be sent if the <tt>svn up</tt> fails."
|
212 |
"zal alleen een notificatie e-mail verstuurd worden als <tt>svn up</tt> "
|
213 |
"mislukt."
|
214 |
|
215 |
+
#: admin.php:229
|
216 |
msgid "Debug Information"
|
217 |
msgstr "Debug informatie"
|
218 |
|
219 |
+
#: admin.php:231
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
msgid ""
|
221 |
+
"When would you like to receive debug information with your notification "
|
222 |
+
"email?"
|
223 |
msgstr ""
|
224 |
+
"Wanneer zou je debug informatie willen ontvangen in je notificatie e-mail?"
|
|
|
225 |
|
226 |
+
#: admin.php:235
|
227 |
+
msgid "Always"
|
228 |
+
msgstr "Altijd"
|
|
|
229 |
|
230 |
+
#: admin.php:236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
msgid ""
|
232 |
+
"Only when upgrading development versions <strong>(Recommended Minimum)</"
|
233 |
+
"strong>"
|
234 |
msgstr ""
|
235 |
+
"Alleen bij het bijwerken naar een ontwikkelaars versie <strong>(Aangeraden "
|
236 |
+
"Minimum)</strong> "
|
237 |
|
238 |
+
#: admin.php:237
|
239 |
+
msgid "Never"
|
240 |
+
msgstr "Nooit"
|
241 |
|
242 |
+
#: admin.php:249
|
243 |
+
msgid "Save Changes"
|
244 |
+
msgstr "Wijzigingen opslaan"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
+
#: admin.php:318
|
247 |
+
msgid "Settings"
|
248 |
+
msgstr "Instellingen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
|
250 |
+
#: automatic-updater.php:153
|
251 |
msgid ""
|
252 |
+
"Automatic Updater requires WordPress 3.7 or higher! Please upgrade WordPress "
|
253 |
+
"manually, then reactivate Automatic Updater."
|
|
|
|
|
254 |
msgstr ""
|
255 |
+
"Automatic Updater vereist WordPress 3.7 of hoger! Werk WordPress alsjeblieft "
|
256 |
+
"handmatig bij, heractiveer daarna Automatic Updater."
|
|
|
|
|
|
|
257 |
|
258 |
+
#: automatic-updater.php:268
|
259 |
msgid "WordPress Core:"
|
260 |
msgstr "WordPress Core:"
|
261 |
|
262 |
+
#: automatic-updater.php:278
|
263 |
msgid "We successfully upgraded WordPress Core from SVN!"
|
264 |
msgstr "We hebben WordPress Core succesvol bijgewerkt vanuit SVN!"
|
265 |
|
266 |
+
#: automatic-updater.php:284
|
267 |
msgid ""
|
268 |
"While upgrading WordPress Core from SVN, we ran into the following error:"
|
269 |
msgstr ""
|
270 |
"Tijdens het bijwerken van WordPress Core vanuit SVN, kwamen we de volgende "
|
271 |
"fout tegen:"
|
272 |
|
273 |
+
#: automatic-updater.php:286
|
274 |
msgid "We're sorry it didn't work out. Please try upgrading manually, instead."
|
275 |
msgstr ""
|
276 |
"Sorry dat het niet lukte. Voer het bijwerken alsjeblieft handmatig uit."
|
277 |
|
278 |
+
#: automatic-updater.php:330
|
279 |
msgid "We upgraded the following plugin:"
|
280 |
msgid_plural "We upgraded the following plugins:"
|
281 |
msgstr[0] "We hebben de volgende plugin bijgewerkt:"
|
282 |
msgstr[1] "We hebben de volgende plugins bijgewerkt:"
|
283 |
|
284 |
+
#: automatic-updater.php:371
|
285 |
msgid "We upgraded the following theme:"
|
286 |
msgid_plural "We upgraded the following themes:"
|
287 |
msgstr[0] "We hebben het volgende thema bijgewerkt:"
|
288 |
msgstr[1] "We hebben de volgende thema's bijgewerkt:"
|
289 |
|
290 |
+
#: automatic-updater.php:396
|
291 |
msgid "WordPress Update: %s"
|
292 |
msgstr "WordPress bijwerken: %s"
|
293 |
|
294 |
+
#: automatic-updater.php:402
|
295 |
msgid "Howdy!"
|
296 |
msgstr "Hallo!"
|
297 |
|
298 |
+
#: automatic-updater.php:404
|
299 |
msgid ""
|
300 |
"Automatic Updater just ran on your site, <a href=\"%1$s\">%1$s</a>, with the "
|
301 |
"following result:"
|
303 |
"Automatic Updater is zojuist uitgevoerd op je site, <a href=\"%1$s\">%1$s</"
|
304 |
"a>, met het volgende resultaat:"
|
305 |
|
306 |
+
#: automatic-updater.php:412
|
307 |
msgid ""
|
308 |
"It looks like something went wrong during the update. Note that, if "
|
309 |
"Automatic Updater continues to encounter problems, it will stop trying to do "
|
314 |
"proberen bij te werken en zal het niet weer proberen tot nadat er een "
|
315 |
"handmatig bijwerken geschied is."
|
316 |
|
317 |
+
#: automatic-updater.php:416
|
318 |
msgid "Thanks for using the Automatic Updater plugin!"
|
319 |
msgstr "Bedankt voor het gebruiken van de Automatic Updater plugin!"
|
320 |
|
321 |
+
#: automatic-updater.php:420
|
322 |
msgid "Debug Information:"
|
323 |
msgstr "Debug informatie:"
|
324 |
|
327 |
msgstr "http://pento.net/projects/automatic-updater-for-wordpress/"
|
328 |
|
329 |
#. Description of the plugin/theme
|
330 |
+
msgid "Adds extra options to WordPress' built-in Automatic Updates feature."
|
|
|
|
|
331 |
msgstr ""
|
332 |
+
"Voegt extra opties toe aan WordPress haar ingebouwde automatisch bijwerken "
|
333 |
+
"functie."
|
334 |
|
335 |
#. Author of the plugin/theme
|
336 |
msgid "pento"
|
340 |
msgid "http://pento.net/"
|
341 |
msgstr "http://pento.net/"
|
342 |
|
343 |
+
#~ msgid ""
|
344 |
+
#~ "It looks like Automatic Updater may not be able to run automatically, due "
|
345 |
+
#~ "to not having permission to write to the WordPress directory, or connect "
|
346 |
+
#~ "to the server over FTP. If you usually upgrade by entering your FTP login "
|
347 |
+
#~ "details, please read <a href=\"%s\">this documentation</a> on storing "
|
348 |
+
#~ "your connection details."
|
349 |
+
#~ msgstr ""
|
350 |
+
#~ "Het ziet ernaar uit dat Automatic Updater niet automatisch kan werken, "
|
351 |
+
#~ "omdat het geen schrijf toestemming heeft in de WordPress map of geen "
|
352 |
+
#~ "verbinding kan maken met de server middels FTP. Als je normaal gesproken "
|
353 |
+
#~ "bijwerkingen uitvoert door je FTP gegevens in te vullen, lees dan <a href="
|
354 |
+
#~ "\"%s\">dit document</a> over het opslaan van gegevens voor verbinding "
|
355 |
+
#~ "maken."
|
356 |
+
|
357 |
+
#~ msgid ""
|
358 |
+
#~ "Alternatively, if WordPress normally upgrades immediately when you click "
|
359 |
+
#~ "the Update button, or if you don't want to see this message again, feel "
|
360 |
+
#~ "free to <a href=\"%1$s\" id=\"%2$s\">hide it</a>."
|
361 |
+
#~ msgstr ""
|
362 |
+
#~ "Echter, als WordPress normaal bijgewerkt wordt nadat je de Bijwerken knop "
|
363 |
+
#~ "indrukt, of als je dit bericht niet meer wil zien, <a href=\"%1$s\" id="
|
364 |
+
#~ "\"%2$s\">verberg deze dan</a>."
|
365 |
+
|
366 |
+
#~ msgid "Retries"
|
367 |
+
#~ msgstr "Pogingen"
|
368 |
+
|
369 |
+
#~ msgid ""
|
370 |
+
#~ "To avoid updating when something is broken, Automatic Updater can limit "
|
371 |
+
#~ "the number of times it will attempt to update WordPress Core, a plugin or "
|
372 |
+
#~ "a theme. If, for example, a plugin update reaches this limit, Automatic "
|
373 |
+
#~ "Updater will stop trying to update it until you manually install the "
|
374 |
+
#~ "update, or a new version is released."
|
375 |
+
#~ msgstr ""
|
376 |
+
#~ "Om bijwerken te voorkomen als er iets stuk is, kan Automatic Updater het "
|
377 |
+
#~ "aantal pogingen beperken die uitgevoerd worden om WordPress Core, een "
|
378 |
+
#~ "plugin of een thema. Als bijvoorbeeld een plugin bijwerken deze limiet "
|
379 |
+
#~ "bereikt heeft zal Automatic Updater stoppen met proberen bij te werken, "
|
380 |
+
#~ "totdat er een handmatig bijwerken van de plugin gedaan wordt, of er een "
|
381 |
+
#~ "nieuwe versie uitgegeven is."
|
382 |
+
|
383 |
+
#~ msgid "Retries Limit"
|
384 |
+
#~ msgstr "Aantal pogingen"
|
385 |
+
|
386 |
+
#~ msgid "While trying to upgrade WordPress, we ran into the following error:"
|
387 |
+
#~ msgstr ""
|
388 |
+
#~ "Bij het bijwerken van WordPress, zijn we de volgende fout tegengekomen:"
|
389 |
+
|
390 |
+
#~ msgid ""
|
391 |
+
#~ "We're sorry it didn't work out. Please try upgrading manually, instead. "
|
392 |
+
#~ "This is attempt %1$d of %2$d."
|
393 |
+
#~ msgstr ""
|
394 |
+
#~ "Sorry dat het niet lukte. Voer het bijwerken alsjeblieft handmatig uit. "
|
395 |
+
#~ "Dit is poging %1$d van %2$d."
|
396 |
+
|
397 |
+
#, fuzzy
|
398 |
+
#~ msgid ""
|
399 |
+
#~ "We've successfully upgraded WordPress from version %1$s to version %2$s, "
|
400 |
+
#~ "the latest nightly build!"
|
401 |
+
#~ msgstr ""
|
402 |
+
#~ "We hebben WordPress succesvol bijgewerkt van versie %1$s naar versie %2$s!"
|
403 |
+
|
404 |
+
#~ msgid "Have fun!"
|
405 |
+
#~ msgstr "Veel plezier!"
|
406 |
+
|
407 |
+
#~ msgid ""
|
408 |
+
#~ "We've successfully upgraded WordPress from version %1$s to version %2$s!"
|
409 |
+
#~ msgstr ""
|
410 |
+
#~ "We hebben WordPress succesvol bijgewerkt van versie %1$s naar versie %2$s!"
|
411 |
+
|
412 |
+
#~ msgid "We found a plugin upgrade!"
|
413 |
+
#~ msgid_plural "We found upgrades for some plugins!"
|
414 |
+
#~ msgstr[0] "We hebben een bijgewerkte plugin gevonden!"
|
415 |
+
#~ msgstr[1] "We hebben bijgewerkte plugins gevonden!"
|
416 |
+
|
417 |
+
#~ msgid ""
|
418 |
+
#~ "<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this plugin: "
|
419 |
+
#~ "%3$s (Attempt %4$d of %5$d)"
|
420 |
+
#~ msgstr ""
|
421 |
+
#~ "<a href=\"%1$s\">%2$s</a>: Er is een fout opgetreden bij het bijwerken "
|
422 |
+
#~ "van deze plugin: %3$s. (Poging %4$d van %5$d.)"
|
423 |
+
|
424 |
+
#~ msgid ""
|
425 |
+
#~ "<a href=\"%1$s\">%2$s</a>: Successfully upgraded from version %3$s to "
|
426 |
+
#~ "%4$s!"
|
427 |
+
#~ msgstr ""
|
428 |
+
#~ "<a href=\"%1$s\">%2$s</a>: Successvol bijgewerkt van versie %3$s naar "
|
429 |
+
#~ "%4$s!"
|
430 |
+
|
431 |
+
#~ msgid ""
|
432 |
+
#~ "Plugin authors depend on your feedback to make their plugins better, and "
|
433 |
+
#~ "the WordPress community depends on plugin ratings for checking the "
|
434 |
+
#~ "quality of a plugin. If you have a couple of minutes, click on the plugin "
|
435 |
+
#~ "names above, and leave a Compatibility Vote or a Rating!"
|
436 |
+
#~ msgstr ""
|
437 |
+
#~ "Plugin auteurs zijn afhankelijk van je feedback om hun plugins beter te "
|
438 |
+
#~ "maken en de WordPress gemeenschap is afhankelijk van de scores voor het "
|
439 |
+
#~ "controleren van de kwaliteit van een plugin. Als je een paar minuten "
|
440 |
+
#~ "hebt, klik dan op de naam van de plugin hierboven en voer een "
|
441 |
+
#~ "Compatability Vote of een Rating in!"
|
442 |
+
|
443 |
+
#~ msgid "We found a theme upgrade!"
|
444 |
+
#~ msgid_plural "We found upgrades for some themes!"
|
445 |
+
#~ msgstr[0] "We hebben een bijgewerkt thema gevonden!"
|
446 |
+
#~ msgstr[1] "We hebben bijgewerkte thema's gevonden!"
|
447 |
+
|
448 |
+
#~ msgid ""
|
449 |
+
#~ "<a href=\"%1$s\">%2$s</a>: We encounted an error upgrading this theme: "
|
450 |
+
#~ "%3$s (Attempt %4$d of %5$d)"
|
451 |
+
#~ msgstr ""
|
452 |
+
#~ "<a href=\"%1$s\">%2$s</a>: Er is een fout opgetreden bij het bijwerken "
|
453 |
+
#~ "van dit thema: %3$s. (Poging %4$d van %5$d.)"
|
454 |
+
|
455 |
+
#~ msgid ""
|
456 |
+
#~ "Theme authors depend on your feedback to make their plugins better, and "
|
457 |
+
#~ "the WordPress community depends on theme ratings for checking the quality "
|
458 |
+
#~ "of a theme. If you have a couple of minutes, click on the theme names "
|
459 |
+
#~ "above, and leave a Compatibility Vote or a Rating!"
|
460 |
+
#~ msgstr ""
|
461 |
+
#~ "Thema auteurs zijn afhankelijk van je feedback om hun thema's beter "
|
462 |
+
#~ "te maken en de WordPress gemeenschap is afhankelijk van de scores voor "
|
463 |
+
#~ "het controleren van de kwaliteit van een thema. Als je een paar minuten "
|
464 |
+
#~ "hebt, klik dan op de naam van het thema hierboven en voer een "
|
465 |
+
#~ "Compatability Vote of een Rating in!"
|
466 |
+
|
467 |
+
#~ msgid ""
|
468 |
+
#~ "Automatically update your WordPress site, as soon as updates are "
|
469 |
+
#~ "released! Never worry about falling behing on updating again!"
|
470 |
+
#~ msgstr ""
|
471 |
+
#~ "Automatisch bijwerken van je WordPress site, zodra een nieuwe versie "
|
472 |
+
#~ "beschikbaar is! Maak je nooit meer zorgen om achterop te raken met "
|
473 |
+
#~ "bijwerken!"
|
474 |
+
|
475 |
#~ msgid "We've successfully upgraded WordPress to the latest nightly build!"
|
476 |
#~ msgstr ""
|
477 |
#~ "We hebben WordPress succesvol bijgewerkt naar de nieuwste nightly build!"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://pento.net/donate/
|
|
4 |
Tags: updates, core, plugins, themes, stable, nightly, svn, wordpress automatic upgrader
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 0
|
8 |
License: GPL2+
|
9 |
|
10 |
Adds extra options to WordPress' built-in Automatic Updates feature.
|
@@ -45,6 +45,14 @@ The debug email doesn't provide a filter to allow changing the email address it'
|
|
45 |
|
46 |
== Changelog ==
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
= 1.0 =
|
49 |
With the release of WordPress 3.7, Automatic Updater is now know as Advanced Automatic Updates!
|
50 |
|
4 |
Tags: updates, core, plugins, themes, stable, nightly, svn, wordpress automatic upgrader
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 1.0
|
8 |
License: GPL2+
|
9 |
|
10 |
Adds extra options to WordPress' built-in Automatic Updates feature.
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
+
= 1.0.1 =
|
49 |
+
* CHANGED: Fresh installs now disable Major updates by default, to match Core behaviour
|
50 |
+
* UPDATED: German (de_DE) translation. Props [Alexander Pfabel](http://alexander.pfabel.de/)
|
51 |
+
* UPDATED: Japanese (日本語) (ja) translation. Props [Tai](http://tekapo.com/)
|
52 |
+
* UPDATED: Italian (it_IT) translation. Props Stefano Giolo
|
53 |
+
* UPDATED: Dutch (nl_NL) translation. Props Trifon Rijksen
|
54 |
+
* FIXED: Fresh installs had Minor updates disabled
|
55 |
+
|
56 |
= 1.0 =
|
57 |
With the release of WordPress 3.7, Automatic Updater is now know as Advanced Automatic Updates!
|
58 |
|
updater-skin.php
DELETED
@@ -1,56 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
|
4 |
-
|
5 |
-
class Auto_Updater_Skin extends WP_Upgrader_Skin {
|
6 |
-
var $messages = array();
|
7 |
-
|
8 |
-
function __construct( $args = array() ) {
|
9 |
-
parent::__construct( $args );
|
10 |
-
}
|
11 |
-
|
12 |
-
function feedback( $data ) {
|
13 |
-
if ( is_wp_error( $data ) )
|
14 |
-
$string = $data->get_error_message();
|
15 |
-
else if ( is_array( $data ) )
|
16 |
-
return;
|
17 |
-
else
|
18 |
-
$string = $data;
|
19 |
-
|
20 |
-
if ( ! empty( $this->upgrader->strings[ $string ] ) )
|
21 |
-
$string = $this->upgrader->strings[ $string ];
|
22 |
-
|
23 |
-
if ( strpos( $string, '%' ) !== false ) {
|
24 |
-
$args = func_get_args();
|
25 |
-
$args = array_splice( $args, 1 );
|
26 |
-
if ( ! empty( $args ) )
|
27 |
-
$string = vsprintf( $string, $args );
|
28 |
-
}
|
29 |
-
|
30 |
-
$string = trim( $string );
|
31 |
-
|
32 |
-
// Only allow basic HTML in the messages
|
33 |
-
$string = wp_kses( $string, array( 'a' => array( 'href' => array() ), 'br' => array(), 'em' => array(), 'strong' => array() ) );
|
34 |
-
|
35 |
-
if ( empty( $string ) )
|
36 |
-
return;
|
37 |
-
|
38 |
-
$this->messages[] = $string;
|
39 |
-
}
|
40 |
-
|
41 |
-
function header() {
|
42 |
-
ob_start();
|
43 |
-
}
|
44 |
-
|
45 |
-
function footer() {
|
46 |
-
$output = ob_get_contents();
|
47 |
-
if ( ! empty( $output ) )
|
48 |
-
$this->feedback( $output );
|
49 |
-
ob_end_clean();
|
50 |
-
}
|
51 |
-
|
52 |
-
function bulk_header() {}
|
53 |
-
function bulk_footer() {}
|
54 |
-
function before() {}
|
55 |
-
function after() {}
|
56 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|