Version Description
- Updated Dutch, German, Chinese and Portuguese translations.
- Fixed suggestions not working on sites that force HTTPS in the WordPress admin.
- Tested on WordPress 3.7.
Download this release
Release Info
Developer | whiteshadow |
Plugin | Broken Link Checker |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9 to 1.9.1
- broken-link-checker.php +1 -1
- includes/admin/links-page-js.php +1 -1
- languages/broken-link-checker-de_DE.mo +0 -0
- languages/broken-link-checker-de_DE.po +337 -259
- languages/broken-link-checker-nl_NL.mo +0 -0
- languages/broken-link-checker-nl_NL.po +339 -261
- languages/broken-link-checker-pt_PT.mo +0 -0
- languages/broken-link-checker-pt_PT.po +367 -287
- languages/broken-link-checker-zh_CN.mo +0 -0
- languages/broken-link-checker-zh_CN.po +411 -330
- readme.txt +7 -2
broken-link-checker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Broken Link Checker
|
4 |
Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
|
5 |
Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
|
6 |
-
Version: 1.9
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/
|
9 |
Text Domain: broken-link-checker
|
3 |
Plugin Name: Broken Link Checker
|
4 |
Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
|
5 |
Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
|
6 |
+
Version: 1.9.1
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/
|
9 |
Text Domain: broken-link-checker
|
includes/admin/links-page-js.php
CHANGED
@@ -301,7 +301,7 @@ jQuery(function($){
|
|
301 |
|
302 |
//Check the Wayback Machine for an archived version of the page.
|
303 |
$.getJSON(
|
304 |
-
'
|
305 |
{ url: url },
|
306 |
|
307 |
function(data) {
|
301 |
|
302 |
//Check the Wayback Machine for an archived version of the page.
|
303 |
$.getJSON(
|
304 |
+
'//archive.org/wayback/available?callback=?',
|
305 |
{ url: url },
|
306 |
|
307 |
function(data) {
|
languages/broken-link-checker-de_DE.mo
CHANGED
Binary file
|
languages/broken-link-checker-de_DE.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Broken Link Checker | V1.
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: Ivan Graf <contact@bildergallery.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_CH\n"
|
@@ -20,125 +20,125 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ broken-link-checker
|
23 |
-
#: core/core.php:
|
24 |
msgid "Loading..."
|
25 |
msgstr "Wird geladen ..."
|
26 |
|
27 |
# @ broken-link-checker
|
28 |
-
#: core/core.php:
|
29 |
msgid "[ Network error ]"
|
30 |
msgstr "[ Netzwerk Fehler ]"
|
31 |
|
32 |
# @ broken-link-checker
|
33 |
-
#: core/core.php:
|
34 |
msgid "Automatically expand the widget if broken links have been detected"
|
35 |
msgstr "Vergrössere Widget automatisch wenn fehlerhafte Links gefunden wurden"
|
36 |
|
37 |
# @ broken-link-checker
|
38 |
-
#: core/core.php:
|
39 |
msgid "Link Checker Settings"
|
40 |
msgstr "Link Checker Einstellungen"
|
41 |
|
42 |
# @ broken-link-checker
|
43 |
-
#: core/core.php:
|
44 |
msgid "Link Checker"
|
45 |
msgstr "Link Checker"
|
46 |
|
47 |
# @ broken-link-checker
|
48 |
-
#: core/core.php:
|
49 |
msgid "Broken Links"
|
50 |
msgstr "Fehlerhafte Links"
|
51 |
|
52 |
# @ broken-link-checker
|
53 |
-
#: core/core.php:
|
54 |
msgid "View Broken Links"
|
55 |
msgstr "Fehlerhafte Links anschauen"
|
56 |
|
57 |
-
#: core/core.php:
|
58 |
msgid "Feedback"
|
59 |
msgstr "Feedback"
|
60 |
|
61 |
# @ broken-link-checker
|
62 |
-
#: core/core.php:
|
63 |
msgid "Go to Broken Links"
|
64 |
msgstr "Gehe zu fehlerhaften Links"
|
65 |
|
66 |
# @ default
|
67 |
-
#: core/core.php:
|
68 |
msgid "Settings"
|
69 |
msgstr "Einstellungen"
|
70 |
|
71 |
# @ broken-link-checker
|
72 |
-
#: core/core.php:
|
73 |
msgid "Settings saved."
|
74 |
msgstr "Einstellungen gespeichert."
|
75 |
|
76 |
-
#: core/core.php:
|
77 |
msgid "Thank you for your donation!"
|
78 |
msgstr "Besten Dank für Ihre Spende!"
|
79 |
|
80 |
# @ broken-link-checker
|
81 |
-
#: core/core.php:
|
82 |
msgid "Complete site recheck started."
|
83 |
msgstr "Komplette Überprüfung der Webseite noch einmal gestartet."
|
84 |
|
85 |
# @ broken-link-checker
|
86 |
-
#: core/core.php:
|
87 |
msgid "Details"
|
88 |
msgstr "Details"
|
89 |
|
90 |
# @ broken-link-checker
|
91 |
-
#: core/core.php:
|
92 |
msgid "General"
|
93 |
msgstr "Allgemein"
|
94 |
|
95 |
# @ broken-link-checker
|
96 |
-
#: core/core.php:
|
97 |
msgid "Look For Links In"
|
98 |
msgstr "Suchen Sie nach Links in"
|
99 |
|
100 |
# @ broken-link-checker
|
101 |
-
#: core/core.php:
|
102 |
msgid "Which Links To Check"
|
103 |
msgstr "Welche Links überprüfen"
|
104 |
|
105 |
# @ broken-link-checker
|
106 |
-
#: core/core.php:
|
107 |
msgid "Protocols & APIs"
|
108 |
msgstr "Protokoll & Schnittstellen"
|
109 |
|
110 |
# @ broken-link-checker
|
111 |
-
#: core/core.php:
|
112 |
msgid "Advanced"
|
113 |
msgstr "Erweitert"
|
114 |
|
115 |
# @ broken-link-checker
|
116 |
-
#: core/core.php:
|
117 |
msgid "Broken Link Checker Options"
|
118 |
msgstr "Broken Link Checker Optionen"
|
119 |
|
120 |
# @ broken-link-checker
|
121 |
-
#: core/core.php:
|
122 |
msgid "Status"
|
123 |
msgstr "Status"
|
124 |
|
125 |
# @ broken-link-checker
|
126 |
-
#: core/core.php:
|
127 |
msgid "Show debug info"
|
128 |
msgstr "Debug Infos anzeigen"
|
129 |
|
130 |
# @ broken-link-checker
|
131 |
-
#: core/core.php:
|
132 |
msgid "Check each link"
|
133 |
msgstr "Überprüfe jeden Link"
|
134 |
|
135 |
# @ broken-link-checker
|
136 |
-
#: core/core.php:
|
137 |
msgid "Every %s hours"
|
138 |
msgstr "Alle %s Stunden"
|
139 |
|
140 |
# @ broken-link-checker
|
141 |
-
#: core/core.php:
|
142 |
msgid ""
|
143 |
"Existing links will be checked this often. New links will usually be checked "
|
144 |
"ASAP."
|
@@ -147,29 +147,29 @@ msgstr ""
|
|
147 |
"Links werden sofort geprüft."
|
148 |
|
149 |
# @ broken-link-checker
|
150 |
-
#: core/core.php:
|
151 |
msgid "E-mail notifications"
|
152 |
msgstr "E-Mail Benachrichtigungen"
|
153 |
|
154 |
# @ broken-link-checker
|
155 |
-
#: core/core.php:
|
156 |
msgid "Send me e-mail notifications about newly detected broken links"
|
157 |
msgstr ""
|
158 |
"Dem Administrator eine E-Mail Benachrichtigung senden, wenn neue fehlerhafte "
|
159 |
"Links erkannt werden"
|
160 |
|
161 |
# @ broken-link-checker
|
162 |
-
#: core/core.php:
|
163 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
164 |
msgstr ""
|
165 |
"Den Autoren eine E-Mail Benachrichtigung senden, wenn neue fehlerhafte Links "
|
166 |
"erkannt werden"
|
167 |
|
168 |
-
#: core/core.php:
|
169 |
msgid "Notification e-mail address"
|
170 |
msgstr "Benachrichtigungs-E-Mail-Adresse"
|
171 |
|
172 |
-
#: core/core.php:
|
173 |
msgid ""
|
174 |
"Leave empty to use the e-mail address specified in Settings → General."
|
175 |
msgstr ""
|
@@ -177,139 +177,148 @@ msgstr ""
|
|
177 |
"verwenden."
|
178 |
|
179 |
# @ broken-link-checker
|
180 |
-
#: core/core.php:
|
181 |
msgid "Link tweaks"
|
182 |
msgstr "Link Einstellungen"
|
183 |
|
184 |
# @ broken-link-checker
|
185 |
-
#: core/core.php:
|
186 |
msgid "Apply custom formatting to broken links"
|
187 |
msgstr "Benutzerdefinierte Formatierung auf fehlerhafte Links übernehmen"
|
188 |
|
189 |
# @ broken-link-checker
|
190 |
-
#: core/core.php:
|
191 |
msgid "Edit CSS"
|
192 |
msgstr "Bearbeite CSS"
|
193 |
|
194 |
-
#: core/core.php:
|
195 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
196 |
msgstr "Beispiel : Lorem ipsum <a %s>fehlerhafter Link</a>, dolor sit amet."
|
197 |
|
198 |
-
#: core/core.php:
|
199 |
msgid "Click \"Save Changes\" to update example output."
|
200 |
msgstr "Drücken Sie \"Änderung übernehmen\", um das Beispiel zu aktualisieren."
|
201 |
|
202 |
# @ broken-link-checker
|
203 |
-
#: core/core.php:
|
204 |
msgid "Apply custom formatting to removed links"
|
205 |
msgstr "Benutzerdefinierte Formatierung auf entfernte Links übernehmen"
|
206 |
|
207 |
-
#: core/core.php:
|
208 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
209 |
-
msgstr ""
|
210 |
-
"Beispiel : Lorem ipsum <span %s>entfernter Link</span>, dolor sit amet."
|
211 |
|
212 |
# @ broken-link-checker
|
213 |
-
#: core/core.php:
|
214 |
msgid "Stop search engines from following broken links"
|
215 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
216 |
|
217 |
# @ broken-link-checker
|
218 |
-
#: core/core.php:
|
|
|
|
|
|
|
|
|
|
|
219 |
msgid "Look for links in"
|
220 |
msgstr "Suchen Sie nach Links in"
|
221 |
|
222 |
# @ broken-link-checker
|
223 |
-
#: core/core.php:
|
224 |
msgid "Post statuses"
|
225 |
msgstr "Beitrag Status"
|
226 |
|
227 |
# @ broken-link-checker
|
228 |
-
#: core/core.php:
|
229 |
msgid "Link types"
|
230 |
msgstr "Link Typen"
|
231 |
|
232 |
# @ broken-link-checker
|
233 |
-
#: core/core.php:
|
234 |
msgid "Error : All link parsers missing!"
|
235 |
msgstr "Fehler: Alle Link-Parser fehlen!"
|
236 |
|
237 |
# @ broken-link-checker
|
238 |
-
#: core/core.php:
|
239 |
msgid "Exclusion list"
|
240 |
msgstr "Ausschlussliste"
|
241 |
|
242 |
# @ broken-link-checker
|
243 |
-
#: core/core.php:
|
244 |
msgid ""
|
245 |
"Don't check links where the URL contains any of these words (one per line) :"
|
246 |
msgstr ""
|
247 |
"URLs, die folgende Wörter beinhalten nicht überprüfen (ein Wort pro Zeile):"
|
248 |
|
249 |
# @ broken-link-checker
|
250 |
-
#: core/core.php:
|
251 |
msgid "Check links using"
|
252 |
msgstr "Überprüfe Links"
|
253 |
|
254 |
# @ broken-link-checker
|
255 |
-
#: core/core.php:
|
256 |
msgid "Timeout"
|
257 |
msgstr "Zeitüberschreitung"
|
258 |
|
259 |
# @ broken-link-checker
|
260 |
# @ default
|
261 |
-
#: core/core.php:
|
262 |
msgid "%s seconds"
|
263 |
msgstr "%s Sekunden"
|
264 |
|
265 |
# @ broken-link-checker
|
266 |
-
#: core/core.php:
|
267 |
msgid "Links that take longer than this to load will be marked as broken."
|
268 |
msgstr ""
|
269 |
"Links die länger zum laden brauchen als hier eingetragen, gelten als "
|
270 |
"fehlerhaft."
|
271 |
|
272 |
# @ broken-link-checker
|
273 |
-
#: core/core.php:
|
274 |
msgid "Link monitor"
|
275 |
msgstr "Link Monitor"
|
276 |
|
277 |
# @ broken-link-checker
|
278 |
-
#: core/core.php:
|
279 |
msgid "Run continuously while the Dashboard is open"
|
280 |
msgstr "Ununterbrochen arbeiten, während das Dashboard geöffnet ist"
|
281 |
|
282 |
# @ broken-link-checker
|
283 |
-
#: core/core.php:
|
284 |
msgid "Run hourly in the background"
|
285 |
msgstr "Stündlich im Hintergrund arbeiten"
|
286 |
|
287 |
-
#: core/core.php:
|
288 |
msgid "Show the dashboard widget for"
|
289 |
msgstr "Dashboard-Widget anzeigen für"
|
290 |
|
291 |
-
#: core/core.php:
|
292 |
msgctxt "dashboard widget visibility"
|
293 |
msgid "Administrator"
|
294 |
msgstr "Administrator"
|
295 |
|
296 |
-
#: core/core.php:
|
297 |
msgctxt "dashboard widget visibility"
|
298 |
msgid "Editor and above"
|
299 |
msgstr "Redakteur und höher"
|
300 |
|
301 |
-
#: core/core.php:
|
302 |
msgctxt "dashboard widget visibility"
|
303 |
msgid "Nobody (disables the widget)"
|
304 |
msgstr "Niemand (deaktiviert das Widget)"
|
305 |
|
306 |
# @ broken-link-checker
|
307 |
-
#: core/core.php:
|
308 |
msgid "Max. execution time"
|
309 |
msgstr "Max. Ausführungszeit"
|
310 |
|
311 |
# @ broken-link-checker
|
312 |
-
#: core/core.php:
|
313 |
msgid ""
|
314 |
"The plugin works by periodically launching a background job that parses your "
|
315 |
"posts for links, checks the discovered URLs, and performs other time-"
|
@@ -322,16 +331,16 @@ msgstr ""
|
|
322 |
"Instanzen laufen sollen, bevor sie gestoppt werden."
|
323 |
|
324 |
# @ broken-link-checker
|
325 |
-
#: core/core.php:
|
326 |
msgid "Server load limit"
|
327 |
msgstr "Server Belastungsgrenze"
|
328 |
|
329 |
-
#: core/core.php:
|
330 |
msgid "Current load : %s"
|
331 |
msgstr "Aktuelle Belastung: %s"
|
332 |
|
333 |
# @ broken-link-checker
|
334 |
-
#: core/core.php:
|
335 |
msgid ""
|
336 |
"Link checking will be suspended if the average <a href=\"%s\">server load</"
|
337 |
"a> rises above this number. Leave this field blank to disable load limiting."
|
@@ -341,12 +350,12 @@ msgstr ""
|
|
341 |
"Feld leer, um das Ladelimit zu deaktivieren."
|
342 |
|
343 |
# @ broken-link-checker
|
344 |
-
#: core/core.php:
|
345 |
msgid "Not available"
|
346 |
msgstr "Nicht verfügbar"
|
347 |
|
348 |
# @ broken-link-checker
|
349 |
-
#: core/core.php:
|
350 |
msgid ""
|
351 |
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
|
352 |
"code> is present and accessible."
|
@@ -355,17 +364,17 @@ msgstr ""
|
|
355 |
"code> vorhanden und zugänglich ist."
|
356 |
|
357 |
# @ broken-link-checker
|
358 |
-
#: core/core.php:
|
359 |
msgid "Forced recheck"
|
360 |
msgstr "Erneute Überprüfung erzwingen"
|
361 |
|
362 |
# @ broken-link-checker
|
363 |
-
#: core/core.php:
|
364 |
msgid "Re-check all pages"
|
365 |
msgstr "Überprüfe alle Seiten noch einmal"
|
366 |
|
367 |
# @ broken-link-checker
|
368 |
-
#: core/core.php:
|
369 |
msgid ""
|
370 |
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
|
371 |
"database and recheck the entire site from scratch."
|
@@ -374,99 +383,105 @@ msgstr ""
|
|
374 |
"Datenbank des Plugins zu leeren und die gesamte Website neu aufzubauen."
|
375 |
|
376 |
# @ default
|
377 |
-
#: core/core.php:
|
378 |
msgid "Save Changes"
|
379 |
msgstr "Änderungen speichern"
|
380 |
|
381 |
# @ broken-link-checker
|
382 |
-
#: core/core.php:
|
383 |
msgid "Configure"
|
384 |
msgstr "Konfigurieren"
|
385 |
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
|
391 |
# @ broken-link-checker
|
392 |
-
#: core/core.php:
|
393 |
msgid "Database error : %s"
|
394 |
msgstr "Datenbank Fehler: %s"
|
395 |
|
396 |
# @ broken-link-checker
|
397 |
-
#: core/core.php:
|
398 |
msgid "You must enter a filter name!"
|
399 |
msgstr "Sie müssen einen Filter Namen eingeben!"
|
400 |
|
401 |
# @ broken-link-checker
|
402 |
-
#: core/core.php:
|
403 |
msgid "Invalid search query."
|
404 |
msgstr "Ungültige Suchanfrage."
|
405 |
|
406 |
# @ broken-link-checker
|
407 |
-
#: core/core.php:
|
408 |
msgid "Filter \"%s\" created"
|
409 |
msgstr "Filter \"%s\" erstellt"
|
410 |
|
411 |
# @ broken-link-checker
|
412 |
-
#: core/core.php:
|
413 |
msgid "Filter ID not specified."
|
414 |
msgstr "Link ID nicht spezifiziert."
|
415 |
|
416 |
# @ broken-link-checker
|
417 |
-
#: core/core.php:
|
418 |
msgid "Filter deleted"
|
419 |
msgstr "Filter gelöscht"
|
420 |
|
421 |
# @ broken-link-checker
|
422 |
-
#: core/core.php:
|
423 |
msgid "Replaced %d redirect with a direct link"
|
424 |
msgid_plural "Replaced %d redirects with direct links"
|
425 |
msgstr[0] "Ersetze %d Umleitung mit einem direkten Link"
|
426 |
msgstr[1] "Ersetze %d Umleitungen mit direkten Links"
|
427 |
|
428 |
# @ broken-link-checker
|
429 |
-
#: core/core.php:
|
430 |
msgid "Failed to fix %d redirect"
|
431 |
msgid_plural "Failed to fix %d redirects"
|
432 |
msgstr[0] "Löschen der festen Umleitung %d schlug fehl"
|
433 |
msgstr[1] "Löschen der festen Umleitungen %d schlug fehl"
|
434 |
|
435 |
# @ broken-link-checker
|
436 |
-
#: core/core.php:
|
437 |
msgid "None of the selected links are redirects!"
|
438 |
msgstr "Keiner der ausgewählten Links sind Umleitungen!"
|
439 |
|
440 |
# @ broken-link-checker
|
441 |
-
#: core/core.php:
|
442 |
msgid "%d link updated."
|
443 |
msgid_plural "%d links updated."
|
444 |
msgstr[0] "Link %d aktualisiert."
|
445 |
msgstr[1] "Links %d aktualisiert."
|
446 |
|
447 |
# @ broken-link-checker
|
448 |
-
#: core/core.php:
|
449 |
msgid "Failed to update %d link."
|
450 |
msgid_plural "Failed to update %d links."
|
451 |
msgstr[0] "Link %d konnte nicht aktualisiert werden."
|
452 |
msgstr[1] "Links %d konnten nicht aktualisiert werden."
|
453 |
|
454 |
# @ broken-link-checker
|
455 |
-
#: core/core.php:
|
456 |
msgid "%d link removed"
|
457 |
msgid_plural "%d links removed"
|
458 |
msgstr[0] "%d Link entfernt"
|
459 |
msgstr[1] "%d Links entfernt"
|
460 |
|
461 |
# @ broken-link-checker
|
462 |
-
#: core/core.php:
|
463 |
msgid "Failed to remove %d link"
|
464 |
msgid_plural "Failed to remove %d links"
|
465 |
msgstr[0] "Link %d konnte nicht entfernt werden"
|
466 |
msgstr[1] "Links %d konnten nicht entfernt werden"
|
467 |
|
468 |
# @ default
|
469 |
-
#: core/core.php:
|
470 |
msgid ""
|
471 |
"%d item was skipped because it can't be moved to the Trash. You need to "
|
472 |
"delete it manually."
|
@@ -481,108 +496,108 @@ msgstr[1] ""
|
|
481 |
"verschoben werden können. Löschen Sie diese manuell."
|
482 |
|
483 |
# @ broken-link-checker
|
484 |
-
#: core/core.php:
|
485 |
msgid "Didn't find anything to delete!"
|
486 |
msgstr "Nichts gefunden um zu löschen!"
|
487 |
|
488 |
# @ broken-link-checker
|
489 |
-
#: core/core.php:
|
490 |
msgid "%d link scheduled for rechecking"
|
491 |
msgid_plural "%d links scheduled for rechecking"
|
492 |
msgstr[0] "%d Link zur erneuten Überprüfung geplant"
|
493 |
msgstr[1] "%d Links zur erneuten Überprüfung geplant"
|
494 |
|
495 |
# @ broken-link-checker
|
496 |
-
#: core/core.php:
|
497 |
msgid "This link was manually marked as working by the user."
|
498 |
msgstr ""
|
499 |
"Dieser Link wurde vom Benutzer manuell als funktionierender Link markiert."
|
500 |
|
501 |
# @ broken-link-checker
|
502 |
-
#: core/core.php:
|
503 |
msgid "Couldn't modify link %d"
|
504 |
msgstr "Link %d konnte nicht geändert werden"
|
505 |
|
506 |
# @ broken-link-checker
|
507 |
-
#: core/core.php:
|
508 |
msgid "%d link marked as not broken"
|
509 |
msgid_plural "%d links marked as not broken"
|
510 |
msgstr[0] "%d Link als nicht fehlerhaft markiert"
|
511 |
msgstr[1] "%d Links als nicht fehlerhaft markiert"
|
512 |
|
513 |
# @ broken-link-checker
|
514 |
-
#: core/core.php:
|
515 |
msgid "Table columns"
|
516 |
msgstr "Tabellenspalten"
|
517 |
|
518 |
# @ default
|
519 |
-
#: core/core.php:
|
520 |
msgid "Show on screen"
|
521 |
msgstr "Auf dem Bildschirm anzeigen"
|
522 |
|
523 |
# @ broken-link-checker
|
524 |
-
#: core/core.php:
|
525 |
msgid "links"
|
526 |
msgstr "Links"
|
527 |
|
528 |
# @ default
|
529 |
# @ broken-link-checker
|
530 |
-
#: core/core.php:
|
531 |
msgid "Apply"
|
532 |
msgstr "Anwenden"
|
533 |
|
534 |
# @ broken-link-checker
|
535 |
-
#: core/core.php:
|
536 |
msgid "Misc"
|
537 |
msgstr "Sonstige"
|
538 |
|
539 |
# @ broken-link-checker
|
540 |
-
#: core/core.php:
|
541 |
msgid "Highlight links broken for at least %s days"
|
542 |
msgstr "Markiere fehlerhafte Links für mindestens %s Tage"
|
543 |
|
544 |
# @ broken-link-checker
|
545 |
-
#: core/core.php:
|
546 |
msgid "Color-code status codes"
|
547 |
msgstr "Farb-Code Status Codes"
|
548 |
|
549 |
# @ broken-link-checker
|
550 |
-
#: core/core.php:
|
551 |
-
#: core/core.php:
|
552 |
msgid "You're not allowed to do that!"
|
553 |
msgstr "Sie haben nicht die Erlaubnis das zu tun!"
|
554 |
|
555 |
# @ broken-link-checker
|
556 |
-
#: core/core.php:
|
557 |
msgid "View broken links"
|
558 |
msgstr "Fehlerhafte Links anschauen"
|
559 |
|
560 |
# @ broken-link-checker
|
561 |
-
#: core/core.php:
|
562 |
msgid "Found %d broken link"
|
563 |
msgid_plural "Found %d broken links"
|
564 |
msgstr[0] "%d fehlerhafte Links gefunden"
|
565 |
msgstr[1] "%d fehlerhafte Links gefunden"
|
566 |
|
567 |
# @ broken-link-checker
|
568 |
-
#: core/core.php:
|
569 |
msgid "No broken links found."
|
570 |
msgstr "Keine fehlerhaften Links gefunden."
|
571 |
|
572 |
# @ broken-link-checker
|
573 |
-
#: core/core.php:
|
574 |
msgid "%d URL in the work queue"
|
575 |
msgid_plural "%d URLs in the work queue"
|
576 |
msgstr[0] "%d URL in der Warteschlange"
|
577 |
msgstr[1] "%d URLs in der Warteschlange"
|
578 |
|
579 |
# @ broken-link-checker
|
580 |
-
#: core/core.php:
|
581 |
msgid "No URLs in the work queue."
|
582 |
msgstr "Keine URLs in der Warteschlange."
|
583 |
|
584 |
# @ broken-link-checker
|
585 |
-
#: core/core.php:
|
586 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
587 |
msgid "%d unique URL"
|
588 |
msgid_plural "%d unique URLs"
|
@@ -590,7 +605,7 @@ msgstr[0] "%d eindeutige URL"
|
|
590 |
msgstr[1] "%d eindeutige URLs"
|
591 |
|
592 |
# @ broken-link-checker
|
593 |
-
#: core/core.php:
|
594 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
595 |
msgid "%d link"
|
596 |
msgid_plural "%d links"
|
@@ -598,95 +613,100 @@ msgstr[0] "%d Link"
|
|
598 |
msgstr[1] "%d Links"
|
599 |
|
600 |
# @ broken-link-checker
|
601 |
-
#: core/core.php:
|
602 |
msgid "Detected %1$s in %2$s and still searching..."
|
603 |
-
msgstr "Endeckt %1$s in %2$s und
|
604 |
|
605 |
# @ broken-link-checker
|
606 |
-
#: core/core.php:
|
607 |
msgid "Detected %1$s in %2$s."
|
608 |
msgstr "Endeckt %1$s in %2$s."
|
609 |
|
610 |
# @ broken-link-checker
|
611 |
-
#: core/core.php:
|
612 |
msgid "Searching your blog for links..."
|
613 |
msgstr "Durchsucht Ihr Blog nach Links ..."
|
614 |
|
615 |
# @ broken-link-checker
|
616 |
-
#: core/core.php:
|
617 |
msgid "No links detected."
|
618 |
msgstr "Keine Links gefunden."
|
619 |
|
620 |
# @ broken-link-checker
|
621 |
-
#: core/core.php:
|
622 |
msgctxt "current load"
|
623 |
msgid "Unknown"
|
624 |
msgstr "Unbekannt"
|
625 |
|
626 |
# @ broken-link-checker
|
627 |
-
#: core/core.php:
|
628 |
msgid "Oops, I can't find the link %d"
|
629 |
msgstr "Hoppla, der Link %d konnte nicht gefunden werden!"
|
630 |
|
631 |
# @ broken-link-checker
|
632 |
-
#: core/core.php:
|
633 |
msgid "Oops, couldn't modify the link!"
|
634 |
msgstr "Hoppla, der Link konnte nicht geändert werden!"
|
635 |
|
636 |
# @ broken-link-checker
|
637 |
-
#: core/core.php:
|
638 |
msgid "Error : link_id not specified"
|
639 |
msgstr "Fehler: Link ID nicht spezifiziert"
|
640 |
|
641 |
# @ broken-link-checker
|
642 |
-
#: core/core.php:
|
|
|
|
|
|
|
|
|
|
|
643 |
msgid "Oops, the new URL is invalid!"
|
644 |
msgstr "Hoppla, die neue URL funktioniert nicht!"
|
645 |
|
646 |
# @ broken-link-checker
|
647 |
-
#: core/core.php:
|
648 |
-
msgid "An unexpected error
|
649 |
msgstr "Ein unerwarteter Fehler ist aufgetreten!"
|
650 |
|
651 |
# @ broken-link-checker
|
652 |
-
#: core/core.php:
|
653 |
-
msgid "
|
654 |
-
msgstr "
|
655 |
|
656 |
# @ broken-link-checker
|
657 |
-
#: core/core.php:
|
658 |
msgid "You don't have sufficient privileges to access this information!"
|
659 |
msgstr "Sie haben nicht genug Rechte, um diese Information zu sehen!"
|
660 |
|
661 |
# @ broken-link-checker
|
662 |
-
#: core/core.php:
|
663 |
msgid "Error : link ID not specified"
|
664 |
msgstr "Fehler: Link ID nicht spezifiziert"
|
665 |
|
666 |
# @ broken-link-checker
|
667 |
-
#: core/core.php:
|
668 |
msgid "Failed to load link details (%s)"
|
669 |
msgstr "Laden der Link Details (%s) schlug fehl"
|
670 |
|
671 |
# @ broken-link-checker
|
672 |
-
#. #-#-#-#-# plugin.pot (Broken Link Checker 1.8) #-#-#-#-#
|
673 |
#. Plugin Name of the plugin/theme
|
674 |
-
#: core/core.php:
|
675 |
msgid "Broken Link Checker"
|
676 |
msgstr "Broken Link Checker"
|
677 |
|
678 |
# @ broken-link-checker
|
679 |
-
#: core/core.php:
|
680 |
msgid "PHP version"
|
681 |
msgstr "PHP Version"
|
682 |
|
683 |
# @ broken-link-checker
|
684 |
-
#: core/core.php:
|
685 |
msgid "MySQL version"
|
686 |
msgstr "MySQL Version"
|
687 |
|
688 |
# @ broken-link-checker
|
689 |
-
#: core/core.php:
|
690 |
msgid ""
|
691 |
"You have an old version of CURL. Redirect detection may not work properly."
|
692 |
msgstr ""
|
@@ -694,58 +714,58 @@ msgstr ""
|
|
694 |
"funktioniert eventuell nicht."
|
695 |
|
696 |
# @ broken-link-checker
|
697 |
-
#: core/core.php:
|
698 |
msgid "Not installed"
|
699 |
msgstr "Nicht installiert"
|
700 |
|
701 |
# @ broken-link-checker
|
702 |
-
#: core/core.php:
|
703 |
msgid "CURL version"
|
704 |
msgstr "CURL Version"
|
705 |
|
706 |
# @ broken-link-checker
|
707 |
-
#: core/core.php:
|
708 |
msgid "Installed"
|
709 |
msgstr "Installiert"
|
710 |
|
711 |
# @ broken-link-checker
|
712 |
-
#: core/core.php:
|
713 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
714 |
msgstr ""
|
715 |
"Es muss entweder CURL oder Snoppy installiert sein, damit das Plugin "
|
716 |
"funktioniert!"
|
717 |
|
718 |
# @ broken-link-checker
|
719 |
-
#: core/core.php:
|
720 |
msgid "On"
|
721 |
msgstr "An"
|
722 |
|
723 |
# @ broken-link-checker
|
724 |
-
#: core/core.php:
|
725 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
726 |
msgstr ""
|
727 |
"Umleitungen werden eventuell als fehlerhafte Links erkannt, falls safe_mode "
|
728 |
"aktiviert ist."
|
729 |
|
730 |
# @ broken-link-checker
|
731 |
-
#: core/core.php:
|
732 |
msgid "Off"
|
733 |
msgstr "Aus"
|
734 |
|
735 |
# @ broken-link-checker
|
736 |
-
#: core/core.php:
|
737 |
msgid "On ( %s )"
|
738 |
msgstr "An (%s)"
|
739 |
|
740 |
# @ broken-link-checker
|
741 |
-
#: core/core.php:
|
742 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
743 |
msgstr ""
|
744 |
"Umleitungen werden eventuell als fehlerhafte Links erkannt, falls "
|
745 |
"open_basedir aktiviert ist."
|
746 |
|
747 |
# @ broken-link-checker
|
748 |
-
#: core/core.php:
|
749 |
msgid ""
|
750 |
"If this value is zero even after several page reloads you have probably "
|
751 |
"encountered a bug."
|
@@ -754,12 +774,12 @@ msgstr ""
|
|
754 |
"ein Fehler aufgetreten."
|
755 |
|
756 |
# @ broken-link-checker
|
757 |
-
#: core/core.php:
|
758 |
msgid "[%s] Broken links detected"
|
759 |
msgstr "[%s] Fehlerhafte Links entdeckt"
|
760 |
|
761 |
# @ broken-link-checker
|
762 |
-
#: core/core.php:
|
763 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
764 |
msgid_plural ""
|
765 |
"Broken Link Checker has detected %d new broken links on your site."
|
@@ -769,39 +789,39 @@ msgstr[1] ""
|
|
769 |
"Broken Link Checker hat %d fehlerhafte Links auf Ihrer Webseite entdeckt."
|
770 |
|
771 |
# @ broken-link-checker
|
772 |
-
#: core/core.php:
|
773 |
msgid "Here's a list of the first %d broken links:"
|
774 |
msgid_plural "Here's a list of the first %d broken links:"
|
775 |
msgstr[0] "Hier ist eine Liste der ersten %d fehlerhaften Links:"
|
776 |
msgstr[1] "Hier ist eine Liste der ersten %d fehlerhaften Links:"
|
777 |
|
778 |
# @ broken-link-checker
|
779 |
-
#: core/core.php:
|
780 |
msgid "Here's a list of the new broken links: "
|
781 |
msgstr "Hier ist eine Liste von neuen fehlerhaften Links:"
|
782 |
|
783 |
# @ broken-link-checker
|
784 |
-
#: core/core.php:
|
785 |
msgid "Link text : %s"
|
786 |
msgstr "Linktext: %s"
|
787 |
|
788 |
# @ broken-link-checker
|
789 |
-
#: core/core.php:
|
790 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
791 |
msgstr "Link URL: <a href=\"%s\">%s</a>"
|
792 |
|
793 |
# @ broken-link-checker
|
794 |
-
#: core/core.php:
|
795 |
msgid "Source : %s"
|
796 |
msgstr "Quelle: %s"
|
797 |
|
798 |
# @ brokenk-link-checker
|
799 |
-
#: core/core.php:
|
800 |
msgid "You can see all broken links here:"
|
801 |
msgstr "Hier sehen Sie alle fehlerhaften Links:"
|
802 |
|
803 |
# @ broken-link-checker
|
804 |
-
#: core/core.php:
|
805 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
806 |
msgid_plural ""
|
807 |
"Broken Link Checker has detected %d new broken links in your posts."
|
@@ -810,17 +830,17 @@ msgstr[0] ""
|
|
810 |
msgstr[1] "Broken Link Checker hat %d fehlerhafte Links in Beiträgen entdeckt."
|
811 |
|
812 |
# @ default
|
813 |
-
#: core/init.php:
|
814 |
msgid "Once Weekly"
|
815 |
msgstr "Einmal wöchentlich"
|
816 |
|
817 |
# @ default
|
818 |
-
#: core/init.php:
|
819 |
msgid "Twice a Month"
|
820 |
msgstr "Zweimal im Monat"
|
821 |
|
822 |
# @ broken-link-checker
|
823 |
-
#: core/init.php:
|
824 |
msgid ""
|
825 |
"Broken Link Checker installation failed. Try deactivating and then "
|
826 |
"reactivating the plugin."
|
@@ -834,22 +854,49 @@ msgid "Failed to delete old DB tables. Database error : %s"
|
|
834 |
msgstr "Konnte alte Datenbantabellen nicht löschen. Datenbank Fehler: %s"
|
835 |
|
836 |
# @ broken-link-checker
|
837 |
-
#: includes/admin/links-page-js.php:55 includes/admin/links-page-js.php:
|
838 |
msgid "Wait..."
|
839 |
msgstr "Warte ..."
|
840 |
|
841 |
# @ broken-link-checker
|
842 |
-
#: includes/admin/links-page-js.php:100 includes/admin/table-printer.php:
|
843 |
msgid "Not broken"
|
844 |
msgstr "Nicht fehlerhaft"
|
845 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
# @ broken-link-checker
|
847 |
-
#: includes/admin/links-page-js.php:
|
848 |
msgid "%d instances of the link were successfully modified."
|
849 |
msgstr "%d Instanzen von diesem Link wurden erfolgreich geändert."
|
850 |
|
851 |
# @ broken-link-checker
|
852 |
-
#: includes/admin/links-page-js.php:
|
853 |
msgid ""
|
854 |
"However, %d instances couldn't be edited and still point to the old URL."
|
855 |
msgstr ""
|
@@ -857,43 +904,52 @@ msgstr ""
|
|
857 |
"noch auf die alte URL."
|
858 |
|
859 |
# @ broken-link-checker
|
860 |
-
#: includes/admin/links-page-js.php:
|
861 |
msgid "The link could not be modified."
|
862 |
msgstr "Der Link konnte nicht geändert werden."
|
863 |
|
864 |
# @ broken-link-checker
|
865 |
-
#: includes/admin/links-page-js.php:
|
866 |
-
msgid "The following error(s)
|
867 |
msgstr "Folgende Fehler sind aufgetreten:"
|
868 |
|
|
|
|
|
|
|
|
|
869 |
# @ broken-link-checker
|
870 |
-
#: includes/admin/links-page-js.php:
|
871 |
msgid "%d instances of the link were successfully unlinked."
|
872 |
msgstr "%d Instanzen von diesem Link wurden erfolgreich gelöscht."
|
873 |
|
874 |
# @ broken-link-checker
|
875 |
-
#: includes/admin/links-page-js.php:
|
876 |
msgid "However, %d instances couldn't be removed."
|
877 |
msgstr "Allerdings, %d Instanzen konnten nicht entfernt werden."
|
878 |
|
879 |
# @ broken-link-checker
|
880 |
-
#: includes/admin/links-page-js.php:
|
881 |
msgid "The plugin failed to remove the link."
|
882 |
msgstr "Das Plugin konnte den Link nicht entfernen."
|
883 |
|
884 |
# @ broken-link-checker
|
885 |
-
#: includes/admin/links-page-js.php:
|
886 |
-
|
|
|
|
|
|
|
|
|
|
|
887 |
msgid "Unlink"
|
888 |
msgstr "Link aufheben"
|
889 |
|
890 |
# @ broken-link-checker
|
891 |
-
#: includes/admin/links-page-js.php:
|
892 |
msgid "Enter a name for the new custom filter"
|
893 |
msgstr "Gib einen Namen für den neuen benutzerdefinierten Filter ein"
|
894 |
|
895 |
# @ broken-link-checker
|
896 |
-
#: includes/admin/links-page-js.php:
|
897 |
msgid ""
|
898 |
"You are about to delete the current filter.\n"
|
899 |
"'Cancel' to stop, 'OK' to delete"
|
@@ -902,7 +958,7 @@ msgstr ""
|
|
902 |
" 'Abbrechen' um abzubrechen, 'OK' um zu löschen."
|
903 |
|
904 |
# @ broken-link-checker
|
905 |
-
#: includes/admin/links-page-js.php:
|
906 |
msgid ""
|
907 |
"Are you sure you want to delete all posts, bookmarks or other items that "
|
908 |
"contain any of the selected links? This action can't be undone.\n"
|
@@ -914,7 +970,7 @@ msgstr ""
|
|
914 |
" 'Abbrechen' um abzubrechen, 'OK' um zu löschen."
|
915 |
|
916 |
# @ broken-link-checker
|
917 |
-
#: includes/admin/links-page-js.php:
|
918 |
msgid ""
|
919 |
"Are you sure you want to remove the selected links? This action can't be "
|
920 |
"undone.\n"
|
@@ -924,11 +980,11 @@ msgstr ""
|
|
924 |
"Aktion kann nicht rückgängig gemacht werden.\n"
|
925 |
" 'Abbrechen' um abzubrechen, 'OK' um zu entfernen."
|
926 |
|
927 |
-
#: includes/admin/links-page-js.php:
|
928 |
msgid "Enter a search string first."
|
929 |
msgstr "Geben Sie zuerst einen Suchbegriff ein."
|
930 |
|
931 |
-
#: includes/admin/links-page-js.php:
|
932 |
msgid "Select one or more links to edit."
|
933 |
msgstr "Wählen Sie einen oder mehrere Links zum bearbeiten."
|
934 |
|
@@ -958,12 +1014,12 @@ msgid "Link text"
|
|
958 |
msgstr "Linktext"
|
959 |
|
960 |
# @ broken-link-checker
|
961 |
-
#: includes/admin/search-form.php:45 includes/admin/table-printer.php:
|
962 |
msgid "URL"
|
963 |
msgstr "URL"
|
964 |
|
965 |
# @ broken-link-checker
|
966 |
-
#: includes/admin/search-form.php:48 includes/admin/table-printer.php:
|
967 |
msgid "HTTP code"
|
968 |
msgstr "HTTP Code"
|
969 |
|
@@ -993,8 +1049,8 @@ msgid "Search Links"
|
|
993 |
msgstr "Suche Links"
|
994 |
|
995 |
# @ broken-link-checker
|
996 |
-
#: includes/admin/search-form.php:113 includes/admin/table-printer.php:
|
997 |
-
#: includes/admin/table-printer.php:
|
998 |
msgid "Cancel"
|
999 |
msgstr "Abbrechen"
|
1000 |
|
@@ -1019,254 +1075,276 @@ msgid "Return to WordPress Dashboard"
|
|
1019 |
msgstr "Zurück zum Wordpress Dashboard"
|
1020 |
|
1021 |
# @ broken-link-checker
|
1022 |
-
#: includes/admin/table-printer.php:
|
1023 |
msgid "Compact View"
|
1024 |
msgstr "Kompaktansicht"
|
1025 |
|
1026 |
# @ broken-link-checker
|
1027 |
-
#: includes/admin/table-printer.php:
|
1028 |
msgid "Detailed View"
|
1029 |
msgstr "Detailansicht"
|
1030 |
|
1031 |
# @ broken-link-checker
|
1032 |
-
#: includes/admin/table-printer.php:
|
1033 |
msgid "Source"
|
1034 |
msgstr "Quelle"
|
1035 |
|
1036 |
# @ broken-link-checker
|
1037 |
-
#: includes/admin/table-printer.php:
|
1038 |
msgid "Link Text"
|
1039 |
msgstr "Linktext"
|
1040 |
|
1041 |
# @ broken-link-checker
|
1042 |
-
#: includes/admin/table-printer.php:
|
1043 |
msgid "Redirect URL"
|
1044 |
msgstr "URL umleiten"
|
1045 |
|
1046 |
# @ broken-link-checker
|
1047 |
-
#: includes/admin/table-printer.php:
|
1048 |
msgid "Bulk Actions"
|
1049 |
msgstr "Massenänderung"
|
1050 |
|
1051 |
# @ broken-link-checker
|
1052 |
-
#: includes/admin/table-printer.php:
|
1053 |
msgid "Edit URL"
|
1054 |
msgstr "Bearbeite URL"
|
1055 |
|
1056 |
# @ broken-link-checker
|
1057 |
-
#: includes/admin/table-printer.php:
|
1058 |
msgid "Recheck"
|
1059 |
msgstr "Erneut überprüfen"
|
1060 |
|
1061 |
# @ broken-link-checker
|
1062 |
-
#: includes/admin/table-printer.php:
|
1063 |
msgid "Fix redirects"
|
1064 |
msgstr "Feste Umleitungen"
|
1065 |
|
1066 |
# @ broken-link-checker
|
1067 |
-
#: includes/admin/table-printer.php:
|
1068 |
msgid "Mark as not broken"
|
1069 |
msgstr "Als nicht fehlerhaft markieren"
|
1070 |
|
1071 |
# @ broken-link-checker
|
1072 |
-
#: includes/admin/table-printer.php:
|
1073 |
msgid "Move sources to Trash"
|
1074 |
msgstr "Verschiebe Quelle in den Papierkorb"
|
1075 |
|
1076 |
# @ broken-link-checker
|
1077 |
-
#: includes/admin/table-printer.php:
|
1078 |
msgid "Delete sources"
|
1079 |
msgstr "Quellen löschen"
|
1080 |
|
1081 |
# @ default
|
1082 |
-
#: includes/admin/table-printer.php:
|
1083 |
msgid "«"
|
1084 |
msgstr "«"
|
1085 |
|
1086 |
# @ default
|
1087 |
-
#: includes/admin/table-printer.php:
|
1088 |
msgid "»"
|
1089 |
msgstr "»"
|
1090 |
|
1091 |
# @ broken-link-checker
|
1092 |
-
#: includes/admin/table-printer.php:
|
1093 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
1094 |
msgstr "Anzeigen %s–%s von <span class=\"current-link-count\">%s</span>"
|
1095 |
|
1096 |
# @ broken-link-checker
|
1097 |
-
#: includes/admin/table-printer.php:
|
1098 |
msgid "Bulk Edit URLs"
|
1099 |
msgstr "Mehrere URLs bearbeiten"
|
1100 |
|
1101 |
-
#: includes/admin/table-printer.php:
|
1102 |
msgid "Find"
|
1103 |
msgstr "Finden"
|
1104 |
|
1105 |
-
#: includes/admin/table-printer.php:
|
1106 |
msgid "Replace with"
|
1107 |
msgstr "Ersetzen mit"
|
1108 |
|
1109 |
# @ broken-link-checker
|
1110 |
-
#: includes/admin/table-printer.php:
|
1111 |
msgid "Case sensitive"
|
1112 |
msgstr "Gross- und Kleinschreibung"
|
1113 |
|
1114 |
-
#: includes/admin/table-printer.php:
|
1115 |
msgid "Regular expression"
|
1116 |
msgstr "Regulärer Ausdruck"
|
1117 |
|
1118 |
# @ broken-link-checker
|
1119 |
-
#: includes/admin/table-printer.php:
|
1120 |
msgid "Update"
|
1121 |
msgstr "Aktualisieren"
|
1122 |
|
1123 |
# @ broken-link-checker
|
1124 |
-
#: includes/admin/table-printer.php:
|
1125 |
msgid "Post published on"
|
1126 |
msgstr "Beitrag publiziert am"
|
1127 |
|
1128 |
# @ broken-link-checker
|
1129 |
-
#: includes/admin/table-printer.php:
|
1130 |
msgid "Link last checked"
|
1131 |
msgstr "Link zuletzt geprüft"
|
1132 |
|
1133 |
# @ broken-link-checker
|
1134 |
-
#: includes/admin/table-printer.php:
|
1135 |
msgid "Never"
|
1136 |
msgstr "Nie"
|
1137 |
|
1138 |
# @ broken-link-checker
|
1139 |
-
#: includes/admin/table-printer.php:
|
1140 |
msgid "Response time"
|
1141 |
msgstr "Reaktionszeit"
|
1142 |
|
1143 |
# @ broken-link-checker
|
1144 |
-
#: includes/admin/table-printer.php:
|
1145 |
msgid "%2.3f seconds"
|
1146 |
msgstr "%2.3f Sekunden"
|
1147 |
|
1148 |
# @ broken-link-checker
|
1149 |
-
#: includes/admin/table-printer.php:
|
1150 |
msgid "Final URL"
|
1151 |
msgstr "Endgültige URL"
|
1152 |
|
1153 |
# @ broken-link-checker
|
1154 |
-
#: includes/admin/table-printer.php:
|
1155 |
msgid "Redirect count"
|
1156 |
msgstr "Weiterleitung Anzahl"
|
1157 |
|
1158 |
# @ broken-link-checker
|
1159 |
-
#: includes/admin/table-printer.php:
|
1160 |
msgid "Instance count"
|
1161 |
msgstr "Instanz Anzahl"
|
1162 |
|
1163 |
# @ broken-link-checker
|
1164 |
-
#: includes/admin/table-printer.php:
|
1165 |
msgid "This link has failed %d time."
|
1166 |
msgid_plural "This link has failed %d times."
|
1167 |
msgstr[0] "Dieser Link schlug %d mal fehl."
|
1168 |
msgstr[1] "Dieser Link schlug %d mal fehl."
|
1169 |
|
1170 |
# @ broken-link-checker
|
1171 |
-
#: includes/admin/table-printer.php:
|
1172 |
msgid "This link has been broken for %s."
|
1173 |
msgstr "Dieser Links ist fehlerhaft seit %s."
|
1174 |
|
1175 |
# @ broken-link-checker
|
1176 |
-
#: includes/admin/table-printer.php:
|
1177 |
msgid "Log"
|
1178 |
msgstr "Log"
|
1179 |
|
1180 |
# @ broken-link-checker
|
1181 |
-
#: includes/admin/table-printer.php:
|
1182 |
msgid "Show more info about this link"
|
1183 |
msgstr "Mehr Informationen über diesen Link anzeigen"
|
1184 |
|
1185 |
# @ broken-link-checker
|
1186 |
-
#: includes/admin/table-printer.php:
|
1187 |
msgctxt "checked how long ago"
|
1188 |
msgid "Checked"
|
1189 |
msgstr "Geprüft"
|
1190 |
|
1191 |
# @ broken-link-checker
|
1192 |
-
#: includes/admin/table-printer.php:
|
1193 |
msgid "Broken for"
|
1194 |
msgstr "Fehlerhaft für"
|
1195 |
|
1196 |
-
# @
|
1197 |
-
#: includes/admin/table-printer.php:
|
1198 |
-
msgid "Edit link
|
1199 |
-
msgstr "
|
1200 |
|
1201 |
# @ broken-link-checker
|
1202 |
-
#: includes/admin/table-printer.php:
|
1203 |
msgid "Remove this link from all posts"
|
1204 |
msgstr "Löschen Sie diesen Link von allen Beiträgen"
|
1205 |
|
1206 |
# @ broken-link-checker
|
1207 |
-
#: includes/admin/table-printer.php:
|
1208 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
1209 |
msgstr ""
|
1210 |
"Löschen Sie diesen Link von der fehlerhaften Linkliste und markieren ihn als "
|
1211 |
"gültig"
|
1212 |
|
1213 |
-
#: includes/admin/table-printer.php:
|
1214 |
msgid "Hide this link and do not report it again unless its status changes"
|
1215 |
msgstr ""
|
1216 |
"Verstecken Sie diesen Link und melden ihn nicht wieder, auch wenn sein "
|
1217 |
"Status ändert"
|
1218 |
|
1219 |
-
#: includes/admin/table-printer.php:
|
1220 |
msgid "Dismiss"
|
1221 |
msgstr "Ausblenden"
|
1222 |
|
1223 |
-
#: includes/admin/table-printer.php:
|
1224 |
msgid "Undismiss this link"
|
1225 |
msgstr "Link wieder einblenden"
|
1226 |
|
1227 |
-
#: includes/admin/table-printer.php:
|
1228 |
msgid "Undismiss"
|
1229 |
msgstr "Einblenden"
|
1230 |
|
1231 |
# @ broken-link-checker
|
1232 |
-
#: includes/admin/table-printer.php:
|
1233 |
-
msgid "Cancel URL editing"
|
1234 |
-
msgstr "URL Bearbeitung abbrechen"
|
1235 |
-
|
1236 |
-
# @ broken-link-checker
|
1237 |
-
#: includes/admin/table-printer.php:659
|
1238 |
msgid "Update URL"
|
1239 |
msgstr "Aktualisiere URL"
|
1240 |
|
1241 |
# @ broken-link-checker
|
1242 |
-
#: includes/admin/table-printer.php:
|
1243 |
msgid "[An orphaned link! This is a bug.]"
|
1244 |
msgstr "[Ein verwaister Link! Dies ist ein Bug.]"
|
1245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1246 |
# @ default
|
1247 |
#: includes/any-post.php:397 modules/containers/blogroll.php:46
|
1248 |
-
#: modules/containers/comment.php:153 modules/containers/custom_field.php:
|
1249 |
msgid "Edit"
|
1250 |
msgstr "Bearbeiten"
|
1251 |
|
1252 |
# @ default
|
1253 |
-
#: includes/any-post.php:405 modules/containers/custom_field.php:
|
1254 |
msgid "Move this item to the Trash"
|
1255 |
msgstr "Element in den Papierkorb verschieben"
|
1256 |
|
1257 |
# @ default
|
1258 |
-
#: includes/any-post.php:407 modules/containers/custom_field.php:
|
1259 |
msgid "Trash"
|
1260 |
msgstr "Papierkorb"
|
1261 |
|
1262 |
# @ default
|
1263 |
-
#: includes/any-post.php:412 modules/containers/custom_field.php:
|
1264 |
msgid "Delete this item permanently"
|
1265 |
msgstr "Element endgültig löschen"
|
1266 |
|
1267 |
# @ default
|
1268 |
#: includes/any-post.php:414 modules/containers/blogroll.php:47
|
1269 |
-
#: modules/containers/custom_field.php:
|
1270 |
msgid "Delete"
|
1271 |
msgstr "Löschen"
|
1272 |
|
@@ -1287,12 +1365,12 @@ msgstr "Ansehen “%s”"
|
|
1287 |
|
1288 |
# @ default
|
1289 |
#: includes/any-post.php:436 modules/containers/comment.php:166
|
1290 |
-
#: modules/containers/custom_field.php:
|
1291 |
msgid "View"
|
1292 |
msgstr "Ansehen"
|
1293 |
|
1294 |
# @ default
|
1295 |
-
#: includes/any-post.php:455 modules/containers/custom_field.php:
|
1296 |
msgid "Edit this item"
|
1297 |
msgstr "Bearbeiten Sie dieses Element"
|
1298 |
|
@@ -1308,12 +1386,12 @@ msgid "Updating post %d failed"
|
|
1308 |
msgstr "Beitrag Aktualisierung %d fehlgeschlagen"
|
1309 |
|
1310 |
# @ broken-link-checker
|
1311 |
-
#: includes/any-post.php:566 modules/containers/custom_field.php:
|
1312 |
msgid "Failed to delete post \"%s\" (%d)"
|
1313 |
msgstr "Löschen des Beitrages \"%s\" (%d) schlug fehl"
|
1314 |
|
1315 |
# @ broken-link-checker
|
1316 |
-
#: includes/any-post.php:585 modules/containers/custom_field.php:
|
1317 |
msgid ""
|
1318 |
"Can't move post \"%s\" (%d) to the trash because the trash feature is "
|
1319 |
"disabled"
|
@@ -1322,7 +1400,7 @@ msgstr ""
|
|
1322 |
"diese Funktion deaktiviert ist"
|
1323 |
|
1324 |
# @ broken-link-checker
|
1325 |
-
#: includes/any-post.php:605 modules/containers/custom_field.php:
|
1326 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
1327 |
msgstr "Verschieben des Beitrages \"%s\" (%d) in den Papierkorb schlug fehl"
|
1328 |
|
@@ -1376,7 +1454,7 @@ msgstr[0] "%d '%s' wurde gelöscht"
|
|
1376 |
msgstr[1] "%d '%s' wurden gelöscht"
|
1377 |
|
1378 |
# @ broken-link-checker
|
1379 |
-
#: includes/containers.php:
|
1380 |
msgid "Container type '%s' not recognized"
|
1381 |
msgstr "Container Typ '%s' nicht erkannt"
|
1382 |
|
@@ -1512,12 +1590,12 @@ msgid "Pages"
|
|
1512 |
msgstr "Seiten"
|
1513 |
|
1514 |
# @ broken-link-checker
|
1515 |
-
#: includes/instances.php:
|
1516 |
msgid "Container %s[%d] not found"
|
1517 |
msgstr "Container %s[%d] nicht gefunden"
|
1518 |
|
1519 |
# @ broken-link-checker
|
1520 |
-
#: includes/instances.php:
|
1521 |
msgid "Parser '%s' not found."
|
1522 |
msgstr "Parser '%s' nicht gefunden."
|
1523 |
|
@@ -1606,12 +1684,12 @@ msgid "Link is broken."
|
|
1606 |
msgstr "Link ist fehlerhaft."
|
1607 |
|
1608 |
# @ broken-link-checker
|
1609 |
-
#: includes/links.php:
|
1610 |
msgid "Link is not valid"
|
1611 |
msgstr "Link ist nicht gültig"
|
1612 |
|
1613 |
# @ broken-link-checker
|
1614 |
-
#: includes/links.php:
|
1615 |
msgid ""
|
1616 |
"This link can not be edited because it is not used anywhere on this site."
|
1617 |
msgstr ""
|
@@ -1619,46 +1697,46 @@ msgstr ""
|
|
1619 |
"Website verwendet wird."
|
1620 |
|
1621 |
# @ broken-link-checker
|
1622 |
-
#: includes/links.php:
|
1623 |
msgid "Failed to create a DB entry for the new URL."
|
1624 |
msgstr ""
|
1625 |
"Das Erstellen eines Datenbankeintrages für die neue URL ist fehlgeschlagen."
|
1626 |
|
1627 |
# @ broken-link-checker
|
1628 |
-
#: includes/links.php:
|
1629 |
msgid "This link is not a redirect"
|
1630 |
msgstr "Dieser Link ist keine Umleitung"
|
1631 |
|
1632 |
# @ broken-link-checker
|
1633 |
-
#: includes/links.php:
|
1634 |
msgid "Couldn't delete the link's database record"
|
1635 |
msgstr "Links können nicht aus der Datenbank gelöscht werden"
|
1636 |
|
1637 |
# @ broken-link-checker
|
1638 |
-
#: includes/links.php:
|
1639 |
msgctxt "link status"
|
1640 |
msgid "Unknown"
|
1641 |
msgstr "Unbekannt"
|
1642 |
|
1643 |
# @ link status
|
1644 |
# @ broken-link-checker
|
1645 |
-
#: includes/links.php:
|
1646 |
#: modules/extras/mediafire.php:101
|
1647 |
msgid "Unknown Error"
|
1648 |
msgstr "Unbekannter Fehler"
|
1649 |
|
1650 |
# @ broken-link-checker
|
1651 |
-
#: includes/links.php:
|
1652 |
msgid "Not checked"
|
1653 |
msgstr "Nicht überprüft"
|
1654 |
|
1655 |
# @ broken-link-checker
|
1656 |
-
#: includes/links.php:
|
1657 |
msgid "False positive"
|
1658 |
msgstr "Falsch positiv"
|
1659 |
|
1660 |
# @ broken-link-checker
|
1661 |
-
#: includes/links.php:
|
1662 |
#: modules/extras/megaupload.php:115 modules/extras/rapidshare.php:145
|
1663 |
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
|
1664 |
msgctxt "link status"
|
@@ -1878,22 +1956,22 @@ msgstr[0] "%d Kommentar in den Papierkorb verschoben."
|
|
1878 |
msgstr[1] "%d Kommentare in den Papierkorb verschoben."
|
1879 |
|
1880 |
# @ broken-link-checker
|
1881 |
-
#: modules/containers/custom_field.php:
|
1882 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1883 |
msgstr "Aktualisieren des Meta-Feldes '%s' in %s [%d] schlug fehl"
|
1884 |
|
1885 |
# @ broken-link-checker
|
1886 |
-
#: modules/containers/custom_field.php:
|
1887 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1888 |
msgstr "Löschen des Meta-Feldes '%s' in %s [%d] schlug fehl"
|
1889 |
|
1890 |
# @ default
|
1891 |
-
#: modules/containers/custom_field.php:
|
1892 |
msgid "Edit this post"
|
1893 |
msgstr "Bearbeiten Sie diesen Beitrag"
|
1894 |
|
1895 |
# @ broken-link-checker
|
1896 |
-
#: modules/containers/custom_field.php:
|
1897 |
msgid "View \"%s\""
|
1898 |
msgstr "\"%s\" ansehen"
|
1899 |
|
@@ -2089,7 +2167,7 @@ msgid "Image"
|
|
2089 |
msgstr "Bild"
|
2090 |
|
2091 |
# @ broken-link-checker
|
2092 |
-
#: modules/parsers/metadata.php:
|
2093 |
msgid "Custom field"
|
2094 |
msgstr "Benutzerdefiniertes Feld"
|
2095 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Broken Link Checker | V1.9\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
+
"POT-Creation-Date: 2013-10-14 09:34:17+00:00\n"
|
6 |
+
"PO-Revision-Date: 2013-10-20 10:01+0100\n"
|
7 |
"Last-Translator: Ivan Graf <contact@bildergallery.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_CH\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ broken-link-checker
|
23 |
+
#: core/core.php:153 includes/admin/links-page-js.php:37
|
24 |
msgid "Loading..."
|
25 |
msgstr "Wird geladen ..."
|
26 |
|
27 |
# @ broken-link-checker
|
28 |
+
#: core/core.php:177 includes/admin/options-page-js.php:18
|
29 |
msgid "[ Network error ]"
|
30 |
msgstr "[ Netzwerk Fehler ]"
|
31 |
|
32 |
# @ broken-link-checker
|
33 |
+
#: core/core.php:204
|
34 |
msgid "Automatically expand the widget if broken links have been detected"
|
35 |
msgstr "Vergrössere Widget automatisch wenn fehlerhafte Links gefunden wurden"
|
36 |
|
37 |
# @ broken-link-checker
|
38 |
+
#: core/core.php:295
|
39 |
msgid "Link Checker Settings"
|
40 |
msgstr "Link Checker Einstellungen"
|
41 |
|
42 |
# @ broken-link-checker
|
43 |
+
#: core/core.php:296
|
44 |
msgid "Link Checker"
|
45 |
msgstr "Link Checker"
|
46 |
|
47 |
# @ broken-link-checker
|
48 |
+
#: core/core.php:301 includes/link-query.php:27
|
49 |
msgid "Broken Links"
|
50 |
msgstr "Fehlerhafte Links"
|
51 |
|
52 |
# @ broken-link-checker
|
53 |
+
#: core/core.php:317
|
54 |
msgid "View Broken Links"
|
55 |
msgstr "Fehlerhafte Links anschauen"
|
56 |
|
57 |
+
#: core/core.php:332
|
58 |
msgid "Feedback"
|
59 |
msgstr "Feedback"
|
60 |
|
61 |
# @ broken-link-checker
|
62 |
+
#: core/core.php:340
|
63 |
msgid "Go to Broken Links"
|
64 |
msgstr "Gehe zu fehlerhaften Links"
|
65 |
|
66 |
# @ default
|
67 |
+
#: core/core.php:369
|
68 |
msgid "Settings"
|
69 |
msgstr "Einstellungen"
|
70 |
|
71 |
# @ broken-link-checker
|
72 |
+
#: core/core.php:538
|
73 |
msgid "Settings saved."
|
74 |
msgstr "Einstellungen gespeichert."
|
75 |
|
76 |
+
#: core/core.php:544
|
77 |
msgid "Thank you for your donation!"
|
78 |
msgstr "Besten Dank für Ihre Spende!"
|
79 |
|
80 |
# @ broken-link-checker
|
81 |
+
#: core/core.php:552
|
82 |
msgid "Complete site recheck started."
|
83 |
msgstr "Komplette Überprüfung der Webseite noch einmal gestartet."
|
84 |
|
85 |
# @ broken-link-checker
|
86 |
+
#: core/core.php:561
|
87 |
msgid "Details"
|
88 |
msgstr "Details"
|
89 |
|
90 |
# @ broken-link-checker
|
91 |
+
#: core/core.php:575
|
92 |
msgid "General"
|
93 |
msgstr "Allgemein"
|
94 |
|
95 |
# @ broken-link-checker
|
96 |
+
#: core/core.php:576
|
97 |
msgid "Look For Links In"
|
98 |
msgstr "Suchen Sie nach Links in"
|
99 |
|
100 |
# @ broken-link-checker
|
101 |
+
#: core/core.php:577
|
102 |
msgid "Which Links To Check"
|
103 |
msgstr "Welche Links überprüfen"
|
104 |
|
105 |
# @ broken-link-checker
|
106 |
+
#: core/core.php:578
|
107 |
msgid "Protocols & APIs"
|
108 |
msgstr "Protokoll & Schnittstellen"
|
109 |
|
110 |
# @ broken-link-checker
|
111 |
+
#: core/core.php:579
|
112 |
msgid "Advanced"
|
113 |
msgstr "Erweitert"
|
114 |
|
115 |
# @ broken-link-checker
|
116 |
+
#: core/core.php:594
|
117 |
msgid "Broken Link Checker Options"
|
118 |
msgstr "Broken Link Checker Optionen"
|
119 |
|
120 |
# @ broken-link-checker
|
121 |
+
#: core/core.php:636 includes/admin/table-printer.php:200
|
122 |
msgid "Status"
|
123 |
msgstr "Status"
|
124 |
|
125 |
# @ broken-link-checker
|
126 |
+
#: core/core.php:638 includes/admin/options-page-js.php:56
|
127 |
msgid "Show debug info"
|
128 |
msgstr "Debug Infos anzeigen"
|
129 |
|
130 |
# @ broken-link-checker
|
131 |
+
#: core/core.php:666
|
132 |
msgid "Check each link"
|
133 |
msgstr "Überprüfe jeden Link"
|
134 |
|
135 |
# @ broken-link-checker
|
136 |
+
#: core/core.php:671
|
137 |
msgid "Every %s hours"
|
138 |
msgstr "Alle %s Stunden"
|
139 |
|
140 |
# @ broken-link-checker
|
141 |
+
#: core/core.php:680
|
142 |
msgid ""
|
143 |
"Existing links will be checked this often. New links will usually be checked "
|
144 |
"ASAP."
|
147 |
"Links werden sofort geprüft."
|
148 |
|
149 |
# @ broken-link-checker
|
150 |
+
#: core/core.php:687
|
151 |
msgid "E-mail notifications"
|
152 |
msgstr "E-Mail Benachrichtigungen"
|
153 |
|
154 |
# @ broken-link-checker
|
155 |
+
#: core/core.php:693
|
156 |
msgid "Send me e-mail notifications about newly detected broken links"
|
157 |
msgstr ""
|
158 |
"Dem Administrator eine E-Mail Benachrichtigung senden, wenn neue fehlerhafte "
|
159 |
"Links erkannt werden"
|
160 |
|
161 |
# @ broken-link-checker
|
162 |
+
#: core/core.php:701
|
163 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
164 |
msgstr ""
|
165 |
"Den Autoren eine E-Mail Benachrichtigung senden, wenn neue fehlerhafte Links "
|
166 |
"erkannt werden"
|
167 |
|
168 |
+
#: core/core.php:708
|
169 |
msgid "Notification e-mail address"
|
170 |
msgstr "Benachrichtigungs-E-Mail-Adresse"
|
171 |
|
172 |
+
#: core/core.php:720
|
173 |
msgid ""
|
174 |
"Leave empty to use the e-mail address specified in Settings → General."
|
175 |
msgstr ""
|
177 |
"verwenden."
|
178 |
|
179 |
# @ broken-link-checker
|
180 |
+
#: core/core.php:727
|
181 |
msgid "Link tweaks"
|
182 |
msgstr "Link Einstellungen"
|
183 |
|
184 |
# @ broken-link-checker
|
185 |
+
#: core/core.php:733
|
186 |
msgid "Apply custom formatting to broken links"
|
187 |
msgstr "Benutzerdefinierte Formatierung auf fehlerhafte Links übernehmen"
|
188 |
|
189 |
# @ broken-link-checker
|
190 |
+
#: core/core.php:737 core/core.php:768
|
191 |
msgid "Edit CSS"
|
192 |
msgstr "Bearbeite CSS"
|
193 |
|
194 |
+
#: core/core.php:753
|
195 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
196 |
msgstr "Beispiel : Lorem ipsum <a %s>fehlerhafter Link</a>, dolor sit amet."
|
197 |
|
198 |
+
#: core/core.php:756 core/core.php:787
|
199 |
msgid "Click \"Save Changes\" to update example output."
|
200 |
msgstr "Drücken Sie \"Änderung übernehmen\", um das Beispiel zu aktualisieren."
|
201 |
|
202 |
# @ broken-link-checker
|
203 |
+
#: core/core.php:764
|
204 |
msgid "Apply custom formatting to removed links"
|
205 |
msgstr "Benutzerdefinierte Formatierung auf entfernte Links übernehmen"
|
206 |
|
207 |
+
#: core/core.php:784
|
208 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
209 |
+
msgstr "Beispiel: Lorem ipsum <span %s>entfernter Link</span>, dolor sit amet."
|
|
|
210 |
|
211 |
# @ broken-link-checker
|
212 |
+
#: core/core.php:797
|
213 |
msgid "Stop search engines from following broken links"
|
214 |
+
msgstr "Suchmaschinen von folgenden fehlerhaften Links stoppen"
|
215 |
+
|
216 |
+
#: core/core.php:805
|
217 |
+
msgctxt "settings page"
|
218 |
+
msgid "Suggestions"
|
219 |
+
msgstr "Vorschläge"
|
220 |
|
221 |
# @ broken-link-checker
|
222 |
+
#: core/core.php:811
|
223 |
+
msgid "Suggest alternatives to broken links"
|
224 |
+
msgstr "Alternativen zu fehlerhaften Links vorschlagen"
|
225 |
+
|
226 |
+
# @ broken-link-checker
|
227 |
+
#: core/core.php:827
|
228 |
msgid "Look for links in"
|
229 |
msgstr "Suchen Sie nach Links in"
|
230 |
|
231 |
# @ broken-link-checker
|
232 |
+
#: core/core.php:838
|
233 |
msgid "Post statuses"
|
234 |
msgstr "Beitrag Status"
|
235 |
|
236 |
# @ broken-link-checker
|
237 |
+
#: core/core.php:871
|
238 |
msgid "Link types"
|
239 |
msgstr "Link Typen"
|
240 |
|
241 |
# @ broken-link-checker
|
242 |
+
#: core/core.php:877
|
243 |
msgid "Error : All link parsers missing!"
|
244 |
msgstr "Fehler: Alle Link-Parser fehlen!"
|
245 |
|
246 |
# @ broken-link-checker
|
247 |
+
#: core/core.php:884
|
248 |
msgid "Exclusion list"
|
249 |
msgstr "Ausschlussliste"
|
250 |
|
251 |
# @ broken-link-checker
|
252 |
+
#: core/core.php:885
|
253 |
msgid ""
|
254 |
"Don't check links where the URL contains any of these words (one per line) :"
|
255 |
msgstr ""
|
256 |
"URLs, die folgende Wörter beinhalten nicht überprüfen (ein Wort pro Zeile):"
|
257 |
|
258 |
# @ broken-link-checker
|
259 |
+
#: core/core.php:903
|
260 |
msgid "Check links using"
|
261 |
msgstr "Überprüfe Links"
|
262 |
|
263 |
# @ broken-link-checker
|
264 |
+
#: core/core.php:922 includes/links.php:857
|
265 |
msgid "Timeout"
|
266 |
msgstr "Zeitüberschreitung"
|
267 |
|
268 |
# @ broken-link-checker
|
269 |
# @ default
|
270 |
+
#: core/core.php:928 core/core.php:997 core/core.php:2904
|
271 |
msgid "%s seconds"
|
272 |
msgstr "%s Sekunden"
|
273 |
|
274 |
# @ broken-link-checker
|
275 |
+
#: core/core.php:937
|
276 |
msgid "Links that take longer than this to load will be marked as broken."
|
277 |
msgstr ""
|
278 |
"Links die länger zum laden brauchen als hier eingetragen, gelten als "
|
279 |
"fehlerhaft."
|
280 |
|
281 |
# @ broken-link-checker
|
282 |
+
#: core/core.php:944
|
283 |
msgid "Link monitor"
|
284 |
msgstr "Link Monitor"
|
285 |
|
286 |
# @ broken-link-checker
|
287 |
+
#: core/core.php:952
|
288 |
msgid "Run continuously while the Dashboard is open"
|
289 |
msgstr "Ununterbrochen arbeiten, während das Dashboard geöffnet ist"
|
290 |
|
291 |
# @ broken-link-checker
|
292 |
+
#: core/core.php:960
|
293 |
msgid "Run hourly in the background"
|
294 |
msgstr "Stündlich im Hintergrund arbeiten"
|
295 |
|
296 |
+
#: core/core.php:968
|
297 |
msgid "Show the dashboard widget for"
|
298 |
msgstr "Dashboard-Widget anzeigen für"
|
299 |
|
300 |
+
#: core/core.php:973
|
301 |
msgctxt "dashboard widget visibility"
|
302 |
msgid "Administrator"
|
303 |
msgstr "Administrator"
|
304 |
|
305 |
+
#: core/core.php:974
|
306 |
msgctxt "dashboard widget visibility"
|
307 |
msgid "Editor and above"
|
308 |
msgstr "Redakteur und höher"
|
309 |
|
310 |
+
#: core/core.php:975
|
311 |
msgctxt "dashboard widget visibility"
|
312 |
msgid "Nobody (disables the widget)"
|
313 |
msgstr "Niemand (deaktiviert das Widget)"
|
314 |
|
315 |
# @ broken-link-checker
|
316 |
+
#: core/core.php:991
|
317 |
msgid "Max. execution time"
|
318 |
msgstr "Max. Ausführungszeit"
|
319 |
|
320 |
# @ broken-link-checker
|
321 |
+
#: core/core.php:1008
|
322 |
msgid ""
|
323 |
"The plugin works by periodically launching a background job that parses your "
|
324 |
"posts for links, checks the discovered URLs, and performs other time-"
|
331 |
"Instanzen laufen sollen, bevor sie gestoppt werden."
|
332 |
|
333 |
# @ broken-link-checker
|
334 |
+
#: core/core.php:1017
|
335 |
msgid "Server load limit"
|
336 |
msgstr "Server Belastungsgrenze"
|
337 |
|
338 |
+
#: core/core.php:1032
|
339 |
msgid "Current load : %s"
|
340 |
msgstr "Aktuelle Belastung: %s"
|
341 |
|
342 |
# @ broken-link-checker
|
343 |
+
#: core/core.php:1037
|
344 |
msgid ""
|
345 |
"Link checking will be suspended if the average <a href=\"%s\">server load</"
|
346 |
"a> rises above this number. Leave this field blank to disable load limiting."
|
350 |
"Feld leer, um das Ladelimit zu deaktivieren."
|
351 |
|
352 |
# @ broken-link-checker
|
353 |
+
#: core/core.php:1046
|
354 |
msgid "Not available"
|
355 |
msgstr "Nicht verfügbar"
|
356 |
|
357 |
# @ broken-link-checker
|
358 |
+
#: core/core.php:1048
|
359 |
msgid ""
|
360 |
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
|
361 |
"code> is present and accessible."
|
364 |
"code> vorhanden und zugänglich ist."
|
365 |
|
366 |
# @ broken-link-checker
|
367 |
+
#: core/core.php:1056
|
368 |
msgid "Forced recheck"
|
369 |
msgstr "Erneute Überprüfung erzwingen"
|
370 |
|
371 |
# @ broken-link-checker
|
372 |
+
#: core/core.php:1059
|
373 |
msgid "Re-check all pages"
|
374 |
msgstr "Überprüfe alle Seiten noch einmal"
|
375 |
|
376 |
# @ broken-link-checker
|
377 |
+
#: core/core.php:1063
|
378 |
msgid ""
|
379 |
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
|
380 |
"database and recheck the entire site from scratch."
|
383 |
"Datenbank des Plugins zu leeren und die gesamte Website neu aufzubauen."
|
384 |
|
385 |
# @ default
|
386 |
+
#: core/core.php:1074
|
387 |
msgid "Save Changes"
|
388 |
msgstr "Änderungen speichern"
|
389 |
|
390 |
# @ broken-link-checker
|
391 |
+
#: core/core.php:1125
|
392 |
msgid "Configure"
|
393 |
msgstr "Konfigurieren"
|
394 |
|
395 |
+
#: core/core.php:1207
|
396 |
+
msgid ""
|
397 |
+
"Enter the names of custom fields you want to check (one per line). If a "
|
398 |
+
"field contains HTML code, prefix its name with <code>html:</code>. For "
|
399 |
+
"example, <code>html:field_name</code>."
|
400 |
+
msgstr ""
|
401 |
+
"Geben Sie die Namen der benutzerdefinierten Felder ein, die Sie überprüfen "
|
402 |
+
"möchten (eine pro Zeile). Wenn ein Feld HTML-Code enthält, verwenden Sie ein "
|
403 |
+
"Präfix im Namen <code>html:</code>. Zum Beispiel: <code>html:field_name</"
|
404 |
+
"code>."
|
405 |
|
406 |
# @ broken-link-checker
|
407 |
+
#: core/core.php:1338 core/core.php:1421 core/core.php:1453
|
408 |
msgid "Database error : %s"
|
409 |
msgstr "Datenbank Fehler: %s"
|
410 |
|
411 |
# @ broken-link-checker
|
412 |
+
#: core/core.php:1403
|
413 |
msgid "You must enter a filter name!"
|
414 |
msgstr "Sie müssen einen Filter Namen eingeben!"
|
415 |
|
416 |
# @ broken-link-checker
|
417 |
+
#: core/core.php:1407
|
418 |
msgid "Invalid search query."
|
419 |
msgstr "Ungültige Suchanfrage."
|
420 |
|
421 |
# @ broken-link-checker
|
422 |
+
#: core/core.php:1416
|
423 |
msgid "Filter \"%s\" created"
|
424 |
msgstr "Filter \"%s\" erstellt"
|
425 |
|
426 |
# @ broken-link-checker
|
427 |
+
#: core/core.php:1443
|
428 |
msgid "Filter ID not specified."
|
429 |
msgstr "Link ID nicht spezifiziert."
|
430 |
|
431 |
# @ broken-link-checker
|
432 |
+
#: core/core.php:1450
|
433 |
msgid "Filter deleted"
|
434 |
msgstr "Filter gelöscht"
|
435 |
|
436 |
# @ broken-link-checker
|
437 |
+
#: core/core.php:1497
|
438 |
msgid "Replaced %d redirect with a direct link"
|
439 |
msgid_plural "Replaced %d redirects with direct links"
|
440 |
msgstr[0] "Ersetze %d Umleitung mit einem direkten Link"
|
441 |
msgstr[1] "Ersetze %d Umleitungen mit direkten Links"
|
442 |
|
443 |
# @ broken-link-checker
|
444 |
+
#: core/core.php:1508
|
445 |
msgid "Failed to fix %d redirect"
|
446 |
msgid_plural "Failed to fix %d redirects"
|
447 |
msgstr[0] "Löschen der festen Umleitung %d schlug fehl"
|
448 |
msgstr[1] "Löschen der festen Umleitungen %d schlug fehl"
|
449 |
|
450 |
# @ broken-link-checker
|
451 |
+
#: core/core.php:1519
|
452 |
msgid "None of the selected links are redirects!"
|
453 |
msgstr "Keiner der ausgewählten Links sind Umleitungen!"
|
454 |
|
455 |
# @ broken-link-checker
|
456 |
+
#: core/core.php:1597
|
457 |
msgid "%d link updated."
|
458 |
msgid_plural "%d links updated."
|
459 |
msgstr[0] "Link %d aktualisiert."
|
460 |
msgstr[1] "Links %d aktualisiert."
|
461 |
|
462 |
# @ broken-link-checker
|
463 |
+
#: core/core.php:1608
|
464 |
msgid "Failed to update %d link."
|
465 |
msgid_plural "Failed to update %d links."
|
466 |
msgstr[0] "Link %d konnte nicht aktualisiert werden."
|
467 |
msgstr[1] "Links %d konnten nicht aktualisiert werden."
|
468 |
|
469 |
# @ broken-link-checker
|
470 |
+
#: core/core.php:1697
|
471 |
msgid "%d link removed"
|
472 |
msgid_plural "%d links removed"
|
473 |
msgstr[0] "%d Link entfernt"
|
474 |
msgstr[1] "%d Links entfernt"
|
475 |
|
476 |
# @ broken-link-checker
|
477 |
+
#: core/core.php:1708
|
478 |
msgid "Failed to remove %d link"
|
479 |
msgid_plural "Failed to remove %d links"
|
480 |
msgstr[0] "Link %d konnte nicht entfernt werden"
|
481 |
msgstr[1] "Links %d konnten nicht entfernt werden"
|
482 |
|
483 |
# @ default
|
484 |
+
#: core/core.php:1817
|
485 |
msgid ""
|
486 |
"%d item was skipped because it can't be moved to the Trash. You need to "
|
487 |
"delete it manually."
|
496 |
"verschoben werden können. Löschen Sie diese manuell."
|
497 |
|
498 |
# @ broken-link-checker
|
499 |
+
#: core/core.php:1839
|
500 |
msgid "Didn't find anything to delete!"
|
501 |
msgstr "Nichts gefunden um zu löschen!"
|
502 |
|
503 |
# @ broken-link-checker
|
504 |
+
#: core/core.php:1867
|
505 |
msgid "%d link scheduled for rechecking"
|
506 |
msgid_plural "%d links scheduled for rechecking"
|
507 |
msgstr[0] "%d Link zur erneuten Überprüfung geplant"
|
508 |
msgstr[1] "%d Links zur erneuten Überprüfung geplant"
|
509 |
|
510 |
# @ broken-link-checker
|
511 |
+
#: core/core.php:1913 core/core.php:2522
|
512 |
msgid "This link was manually marked as working by the user."
|
513 |
msgstr ""
|
514 |
"Dieser Link wurde vom Benutzer manuell als funktionierender Link markiert."
|
515 |
|
516 |
# @ broken-link-checker
|
517 |
+
#: core/core.php:1920
|
518 |
msgid "Couldn't modify link %d"
|
519 |
msgstr "Link %d konnte nicht geändert werden"
|
520 |
|
521 |
# @ broken-link-checker
|
522 |
+
#: core/core.php:1930
|
523 |
msgid "%d link marked as not broken"
|
524 |
msgid_plural "%d links marked as not broken"
|
525 |
msgstr[0] "%d Link als nicht fehlerhaft markiert"
|
526 |
msgstr[1] "%d Links als nicht fehlerhaft markiert"
|
527 |
|
528 |
# @ broken-link-checker
|
529 |
+
#: core/core.php:1970
|
530 |
msgid "Table columns"
|
531 |
msgstr "Tabellenspalten"
|
532 |
|
533 |
# @ default
|
534 |
+
#: core/core.php:1989
|
535 |
msgid "Show on screen"
|
536 |
msgstr "Auf dem Bildschirm anzeigen"
|
537 |
|
538 |
# @ broken-link-checker
|
539 |
+
#: core/core.php:1996
|
540 |
msgid "links"
|
541 |
msgstr "Links"
|
542 |
|
543 |
# @ default
|
544 |
# @ broken-link-checker
|
545 |
+
#: core/core.php:1997 includes/admin/table-printer.php:168
|
546 |
msgid "Apply"
|
547 |
msgstr "Anwenden"
|
548 |
|
549 |
# @ broken-link-checker
|
550 |
+
#: core/core.php:2001
|
551 |
msgid "Misc"
|
552 |
msgstr "Sonstige"
|
553 |
|
554 |
# @ broken-link-checker
|
555 |
+
#: core/core.php:2016
|
556 |
msgid "Highlight links broken for at least %s days"
|
557 |
msgstr "Markiere fehlerhafte Links für mindestens %s Tage"
|
558 |
|
559 |
# @ broken-link-checker
|
560 |
+
#: core/core.php:2025
|
561 |
msgid "Color-code status codes"
|
562 |
msgstr "Farb-Code Status Codes"
|
563 |
|
564 |
# @ broken-link-checker
|
565 |
+
#: core/core.php:2042 core/core.php:2507 core/core.php:2547 core/core.php:2580
|
566 |
+
#: core/core.php:2667
|
567 |
msgid "You're not allowed to do that!"
|
568 |
msgstr "Sie haben nicht die Erlaubnis das zu tun!"
|
569 |
|
570 |
# @ broken-link-checker
|
571 |
+
#: core/core.php:2377
|
572 |
msgid "View broken links"
|
573 |
msgstr "Fehlerhafte Links anschauen"
|
574 |
|
575 |
# @ broken-link-checker
|
576 |
+
#: core/core.php:2378
|
577 |
msgid "Found %d broken link"
|
578 |
msgid_plural "Found %d broken links"
|
579 |
msgstr[0] "%d fehlerhafte Links gefunden"
|
580 |
msgstr[1] "%d fehlerhafte Links gefunden"
|
581 |
|
582 |
# @ broken-link-checker
|
583 |
+
#: core/core.php:2384
|
584 |
msgid "No broken links found."
|
585 |
msgstr "Keine fehlerhaften Links gefunden."
|
586 |
|
587 |
# @ broken-link-checker
|
588 |
+
#: core/core.php:2391
|
589 |
msgid "%d URL in the work queue"
|
590 |
msgid_plural "%d URLs in the work queue"
|
591 |
msgstr[0] "%d URL in der Warteschlange"
|
592 |
msgstr[1] "%d URLs in der Warteschlange"
|
593 |
|
594 |
# @ broken-link-checker
|
595 |
+
#: core/core.php:2394
|
596 |
msgid "No URLs in the work queue."
|
597 |
msgstr "Keine URLs in der Warteschlange."
|
598 |
|
599 |
# @ broken-link-checker
|
600 |
+
#: core/core.php:2400
|
601 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
602 |
msgid "%d unique URL"
|
603 |
msgid_plural "%d unique URLs"
|
605 |
msgstr[1] "%d eindeutige URLs"
|
606 |
|
607 |
# @ broken-link-checker
|
608 |
+
#: core/core.php:2404
|
609 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
610 |
msgid "%d link"
|
611 |
msgid_plural "%d links"
|
613 |
msgstr[1] "%d Links"
|
614 |
|
615 |
# @ broken-link-checker
|
616 |
+
#: core/core.php:2410
|
617 |
msgid "Detected %1$s in %2$s and still searching..."
|
618 |
+
msgstr "Endeckt %1$s in %2$s und suche immer noch ..."
|
619 |
|
620 |
# @ broken-link-checker
|
621 |
+
#: core/core.php:2416
|
622 |
msgid "Detected %1$s in %2$s."
|
623 |
msgstr "Endeckt %1$s in %2$s."
|
624 |
|
625 |
# @ broken-link-checker
|
626 |
+
#: core/core.php:2423
|
627 |
msgid "Searching your blog for links..."
|
628 |
msgstr "Durchsucht Ihr Blog nach Links ..."
|
629 |
|
630 |
# @ broken-link-checker
|
631 |
+
#: core/core.php:2425
|
632 |
msgid "No links detected."
|
633 |
msgstr "Keine Links gefunden."
|
634 |
|
635 |
# @ broken-link-checker
|
636 |
+
#: core/core.php:2451
|
637 |
msgctxt "current load"
|
638 |
msgid "Unknown"
|
639 |
msgstr "Unbekannt"
|
640 |
|
641 |
# @ broken-link-checker
|
642 |
+
#: core/core.php:2515 core/core.php:2555 core/core.php:2595 core/core.php:2677
|
643 |
msgid "Oops, I can't find the link %d"
|
644 |
msgstr "Hoppla, der Link %d konnte nicht gefunden werden!"
|
645 |
|
646 |
# @ broken-link-checker
|
647 |
+
#: core/core.php:2528 core/core.php:2565
|
648 |
msgid "Oops, couldn't modify the link!"
|
649 |
msgstr "Hoppla, der Link konnte nicht geändert werden!"
|
650 |
|
651 |
# @ broken-link-checker
|
652 |
+
#: core/core.php:2531 core/core.php:2568 core/core.php:2703
|
653 |
msgid "Error : link_id not specified"
|
654 |
msgstr "Fehler: Link ID nicht spezifiziert"
|
655 |
|
656 |
# @ broken-link-checker
|
657 |
+
#: core/core.php:2586
|
658 |
+
msgid "Error : link_id or new_url not specified"
|
659 |
+
msgstr "Fehler: Link ID oder neue URL sind nicht spezifiziert"
|
660 |
+
|
661 |
+
# @ broken-link-checker
|
662 |
+
#: core/core.php:2604
|
663 |
msgid "Oops, the new URL is invalid!"
|
664 |
msgstr "Hoppla, die neue URL funktioniert nicht!"
|
665 |
|
666 |
# @ broken-link-checker
|
667 |
+
#: core/core.php:2619
|
668 |
+
msgid "An unexpected error occurred!"
|
669 |
msgstr "Ein unerwarteter Fehler ist aufgetreten!"
|
670 |
|
671 |
# @ broken-link-checker
|
672 |
+
#: core/core.php:2686
|
673 |
+
msgid "An unexpected error occured!"
|
674 |
+
msgstr "Ein unerwarteter Fehler ist aufgetreten!"
|
675 |
|
676 |
# @ broken-link-checker
|
677 |
+
#: core/core.php:2712
|
678 |
msgid "You don't have sufficient privileges to access this information!"
|
679 |
msgstr "Sie haben nicht genug Rechte, um diese Information zu sehen!"
|
680 |
|
681 |
# @ broken-link-checker
|
682 |
+
#: core/core.php:2725
|
683 |
msgid "Error : link ID not specified"
|
684 |
msgstr "Fehler: Link ID nicht spezifiziert"
|
685 |
|
686 |
# @ broken-link-checker
|
687 |
+
#: core/core.php:2739
|
688 |
msgid "Failed to load link details (%s)"
|
689 |
msgstr "Laden der Link Details (%s) schlug fehl"
|
690 |
|
691 |
# @ broken-link-checker
|
692 |
+
#. #-#-#-#-# plugin.pot (Broken Link Checker 1.8.3) #-#-#-#-#
|
693 |
#. Plugin Name of the plugin/theme
|
694 |
+
#: core/core.php:2793
|
695 |
msgid "Broken Link Checker"
|
696 |
msgstr "Broken Link Checker"
|
697 |
|
698 |
# @ broken-link-checker
|
699 |
+
#: core/core.php:2813
|
700 |
msgid "PHP version"
|
701 |
msgstr "PHP Version"
|
702 |
|
703 |
# @ broken-link-checker
|
704 |
+
#: core/core.php:2819
|
705 |
msgid "MySQL version"
|
706 |
msgstr "MySQL Version"
|
707 |
|
708 |
# @ broken-link-checker
|
709 |
+
#: core/core.php:2832
|
710 |
msgid ""
|
711 |
"You have an old version of CURL. Redirect detection may not work properly."
|
712 |
msgstr ""
|
714 |
"funktioniert eventuell nicht."
|
715 |
|
716 |
# @ broken-link-checker
|
717 |
+
#: core/core.php:2844 core/core.php:2860 core/core.php:2865
|
718 |
msgid "Not installed"
|
719 |
msgstr "Nicht installiert"
|
720 |
|
721 |
# @ broken-link-checker
|
722 |
+
#: core/core.php:2847
|
723 |
msgid "CURL version"
|
724 |
msgstr "CURL Version"
|
725 |
|
726 |
# @ broken-link-checker
|
727 |
+
#: core/core.php:2853
|
728 |
msgid "Installed"
|
729 |
msgstr "Installiert"
|
730 |
|
731 |
# @ broken-link-checker
|
732 |
+
#: core/core.php:2866
|
733 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
734 |
msgstr ""
|
735 |
"Es muss entweder CURL oder Snoppy installiert sein, damit das Plugin "
|
736 |
"funktioniert!"
|
737 |
|
738 |
# @ broken-link-checker
|
739 |
+
#: core/core.php:2877
|
740 |
msgid "On"
|
741 |
msgstr "An"
|
742 |
|
743 |
# @ broken-link-checker
|
744 |
+
#: core/core.php:2878
|
745 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
746 |
msgstr ""
|
747 |
"Umleitungen werden eventuell als fehlerhafte Links erkannt, falls safe_mode "
|
748 |
"aktiviert ist."
|
749 |
|
750 |
# @ broken-link-checker
|
751 |
+
#: core/core.php:2883 core/core.php:2897
|
752 |
msgid "Off"
|
753 |
msgstr "Aus"
|
754 |
|
755 |
# @ broken-link-checker
|
756 |
+
#: core/core.php:2891
|
757 |
msgid "On ( %s )"
|
758 |
msgstr "An (%s)"
|
759 |
|
760 |
# @ broken-link-checker
|
761 |
+
#: core/core.php:2892
|
762 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
763 |
msgstr ""
|
764 |
"Umleitungen werden eventuell als fehlerhafte Links erkannt, falls "
|
765 |
"open_basedir aktiviert ist."
|
766 |
|
767 |
# @ broken-link-checker
|
768 |
+
#: core/core.php:2921
|
769 |
msgid ""
|
770 |
"If this value is zero even after several page reloads you have probably "
|
771 |
"encountered a bug."
|
774 |
"ein Fehler aufgetreten."
|
775 |
|
776 |
# @ broken-link-checker
|
777 |
+
#: core/core.php:3044 core/core.php:3159
|
778 |
msgid "[%s] Broken links detected"
|
779 |
msgstr "[%s] Fehlerhafte Links entdeckt"
|
780 |
|
781 |
# @ broken-link-checker
|
782 |
+
#: core/core.php:3049
|
783 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
784 |
msgid_plural ""
|
785 |
"Broken Link Checker has detected %d new broken links on your site."
|
789 |
"Broken Link Checker hat %d fehlerhafte Links auf Ihrer Webseite entdeckt."
|
790 |
|
791 |
# @ broken-link-checker
|
792 |
+
#: core/core.php:3080
|
793 |
msgid "Here's a list of the first %d broken links:"
|
794 |
msgid_plural "Here's a list of the first %d broken links:"
|
795 |
msgstr[0] "Hier ist eine Liste der ersten %d fehlerhaften Links:"
|
796 |
msgstr[1] "Hier ist eine Liste der ersten %d fehlerhaften Links:"
|
797 |
|
798 |
# @ broken-link-checker
|
799 |
+
#: core/core.php:3089
|
800 |
msgid "Here's a list of the new broken links: "
|
801 |
msgstr "Hier ist eine Liste von neuen fehlerhaften Links:"
|
802 |
|
803 |
# @ broken-link-checker
|
804 |
+
#: core/core.php:3098
|
805 |
msgid "Link text : %s"
|
806 |
msgstr "Linktext: %s"
|
807 |
|
808 |
# @ broken-link-checker
|
809 |
+
#: core/core.php:3099
|
810 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
811 |
msgstr "Link URL: <a href=\"%s\">%s</a>"
|
812 |
|
813 |
# @ broken-link-checker
|
814 |
+
#: core/core.php:3100
|
815 |
msgid "Source : %s"
|
816 |
msgstr "Quelle: %s"
|
817 |
|
818 |
# @ brokenk-link-checker
|
819 |
+
#: core/core.php:3114
|
820 |
msgid "You can see all broken links here:"
|
821 |
msgstr "Hier sehen Sie alle fehlerhaften Links:"
|
822 |
|
823 |
# @ broken-link-checker
|
824 |
+
#: core/core.php:3164
|
825 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
826 |
msgid_plural ""
|
827 |
"Broken Link Checker has detected %d new broken links in your posts."
|
830 |
msgstr[1] "Broken Link Checker hat %d fehlerhafte Links in Beiträgen entdeckt."
|
831 |
|
832 |
# @ default
|
833 |
+
#: core/init.php:242
|
834 |
msgid "Once Weekly"
|
835 |
msgstr "Einmal wöchentlich"
|
836 |
|
837 |
# @ default
|
838 |
+
#: core/init.php:248
|
839 |
msgid "Twice a Month"
|
840 |
msgstr "Zweimal im Monat"
|
841 |
|
842 |
# @ broken-link-checker
|
843 |
+
#: core/init.php:324
|
844 |
msgid ""
|
845 |
"Broken Link Checker installation failed. Try deactivating and then "
|
846 |
"reactivating the plugin."
|
854 |
msgstr "Konnte alte Datenbantabellen nicht löschen. Datenbank Fehler: %s"
|
855 |
|
856 |
# @ broken-link-checker
|
857 |
+
#: includes/admin/links-page-js.php:55 includes/admin/links-page-js.php:517
|
858 |
msgid "Wait..."
|
859 |
msgstr "Warte ..."
|
860 |
|
861 |
# @ broken-link-checker
|
862 |
+
#: includes/admin/links-page-js.php:100 includes/admin/table-printer.php:658
|
863 |
msgid "Not broken"
|
864 |
msgstr "Nicht fehlerhaft"
|
865 |
|
866 |
+
#: includes/admin/links-page-js.php:235
|
867 |
+
msgctxt "link text"
|
868 |
+
msgid "(None)"
|
869 |
+
msgstr "(Keine)"
|
870 |
+
|
871 |
+
#: includes/admin/links-page-js.php:236
|
872 |
+
msgctxt "link text"
|
873 |
+
msgid "(Multiple links)"
|
874 |
+
msgstr "(Mehrere Links)"
|
875 |
+
|
876 |
+
# @ broken-link-checker
|
877 |
+
#: includes/admin/links-page-js.php:294
|
878 |
+
msgctxt "link suggestions"
|
879 |
+
msgid "Searching..."
|
880 |
+
msgstr "Suche ..."
|
881 |
+
|
882 |
+
# @ broken-link-checker
|
883 |
+
#: includes/admin/links-page-js.php:295
|
884 |
+
msgctxt "link suggestions"
|
885 |
+
msgid "No suggestions available."
|
886 |
+
msgstr "Kein Vorschlag verfügbar."
|
887 |
+
|
888 |
+
#: includes/admin/links-page-js.php:296
|
889 |
+
msgctxt "link suggestions"
|
890 |
+
msgid "Archived page from %s (via the Wayback Machine)"
|
891 |
+
msgstr "Archivierte Seite von %s (via Wayback Machine)"
|
892 |
+
|
893 |
# @ broken-link-checker
|
894 |
+
#: includes/admin/links-page-js.php:379
|
895 |
msgid "%d instances of the link were successfully modified."
|
896 |
msgstr "%d Instanzen von diesem Link wurden erfolgreich geändert."
|
897 |
|
898 |
# @ broken-link-checker
|
899 |
+
#: includes/admin/links-page-js.php:385
|
900 |
msgid ""
|
901 |
"However, %d instances couldn't be edited and still point to the old URL."
|
902 |
msgstr ""
|
904 |
"noch auf die alte URL."
|
905 |
|
906 |
# @ broken-link-checker
|
907 |
+
#: includes/admin/links-page-js.php:391
|
908 |
msgid "The link could not be modified."
|
909 |
msgstr "Der Link konnte nicht geändert werden."
|
910 |
|
911 |
# @ broken-link-checker
|
912 |
+
#: includes/admin/links-page-js.php:394
|
913 |
+
msgid "The following error(s) occurred :"
|
914 |
msgstr "Folgende Fehler sind aufgetreten:"
|
915 |
|
916 |
+
#: includes/admin/links-page-js.php:480
|
917 |
+
msgid "Error: Link URL must not be empty."
|
918 |
+
msgstr "Fehler: Die Link URL darf nicht leer sein."
|
919 |
+
|
920 |
# @ broken-link-checker
|
921 |
+
#: includes/admin/links-page-js.php:555
|
922 |
msgid "%d instances of the link were successfully unlinked."
|
923 |
msgstr "%d Instanzen von diesem Link wurden erfolgreich gelöscht."
|
924 |
|
925 |
# @ broken-link-checker
|
926 |
+
#: includes/admin/links-page-js.php:561
|
927 |
msgid "However, %d instances couldn't be removed."
|
928 |
msgstr "Allerdings, %d Instanzen konnten nicht entfernt werden."
|
929 |
|
930 |
# @ broken-link-checker
|
931 |
+
#: includes/admin/links-page-js.php:566
|
932 |
msgid "The plugin failed to remove the link."
|
933 |
msgstr "Das Plugin konnte den Link nicht entfernen."
|
934 |
|
935 |
# @ broken-link-checker
|
936 |
+
#: includes/admin/links-page-js.php:569
|
937 |
+
msgid "The following error(s) occured :"
|
938 |
+
msgstr "Folgende Fehler sind aufgetreten:"
|
939 |
+
|
940 |
+
# @ broken-link-checker
|
941 |
+
#: includes/admin/links-page-js.php:577 includes/admin/table-printer.php:276
|
942 |
+
#: includes/admin/table-printer.php:652
|
943 |
msgid "Unlink"
|
944 |
msgstr "Link aufheben"
|
945 |
|
946 |
# @ broken-link-checker
|
947 |
+
#: includes/admin/links-page-js.php:621
|
948 |
msgid "Enter a name for the new custom filter"
|
949 |
msgstr "Gib einen Namen für den neuen benutzerdefinierten Filter ein"
|
950 |
|
951 |
# @ broken-link-checker
|
952 |
+
#: includes/admin/links-page-js.php:632
|
953 |
msgid ""
|
954 |
"You are about to delete the current filter.\n"
|
955 |
"'Cancel' to stop, 'OK' to delete"
|
958 |
" 'Abbrechen' um abzubrechen, 'OK' um zu löschen."
|
959 |
|
960 |
# @ broken-link-checker
|
961 |
+
#: includes/admin/links-page-js.php:652
|
962 |
msgid ""
|
963 |
"Are you sure you want to delete all posts, bookmarks or other items that "
|
964 |
"contain any of the selected links? This action can't be undone.\n"
|
970 |
" 'Abbrechen' um abzubrechen, 'OK' um zu löschen."
|
971 |
|
972 |
# @ broken-link-checker
|
973 |
+
#: includes/admin/links-page-js.php:662
|
974 |
msgid ""
|
975 |
"Are you sure you want to remove the selected links? This action can't be "
|
976 |
"undone.\n"
|
980 |
"Aktion kann nicht rückgängig gemacht werden.\n"
|
981 |
" 'Abbrechen' um abzubrechen, 'OK' um zu entfernen."
|
982 |
|
983 |
+
#: includes/admin/links-page-js.php:771
|
984 |
msgid "Enter a search string first."
|
985 |
msgstr "Geben Sie zuerst einen Suchbegriff ein."
|
986 |
|
987 |
+
#: includes/admin/links-page-js.php:778
|
988 |
msgid "Select one or more links to edit."
|
989 |
msgstr "Wählen Sie einen oder mehrere Links zum bearbeiten."
|
990 |
|
1014 |
msgstr "Linktext"
|
1015 |
|
1016 |
# @ broken-link-checker
|
1017 |
+
#: includes/admin/search-form.php:45 includes/admin/table-printer.php:205
|
1018 |
msgid "URL"
|
1019 |
msgstr "URL"
|
1020 |
|
1021 |
# @ broken-link-checker
|
1022 |
+
#: includes/admin/search-form.php:48 includes/admin/table-printer.php:522
|
1023 |
msgid "HTTP code"
|
1024 |
msgstr "HTTP Code"
|
1025 |
|
1049 |
msgstr "Suche Links"
|
1050 |
|
1051 |
# @ broken-link-checker
|
1052 |
+
#: includes/admin/search-form.php:113 includes/admin/table-printer.php:352
|
1053 |
+
#: includes/admin/table-printer.php:682 includes/admin/table-printer.php:807
|
1054 |
msgid "Cancel"
|
1055 |
msgstr "Abbrechen"
|
1056 |
|
1075 |
msgstr "Zurück zum Wordpress Dashboard"
|
1076 |
|
1077 |
# @ broken-link-checker
|
1078 |
+
#: includes/admin/table-printer.php:182
|
1079 |
msgid "Compact View"
|
1080 |
msgstr "Kompaktansicht"
|
1081 |
|
1082 |
# @ broken-link-checker
|
1083 |
+
#: includes/admin/table-printer.php:183
|
1084 |
msgid "Detailed View"
|
1085 |
msgstr "Detailansicht"
|
1086 |
|
1087 |
# @ broken-link-checker
|
1088 |
+
#: includes/admin/table-printer.php:212
|
1089 |
msgid "Source"
|
1090 |
msgstr "Quelle"
|
1091 |
|
1092 |
# @ broken-link-checker
|
1093 |
+
#: includes/admin/table-printer.php:218
|
1094 |
msgid "Link Text"
|
1095 |
msgstr "Linktext"
|
1096 |
|
1097 |
# @ broken-link-checker
|
1098 |
+
#: includes/admin/table-printer.php:223
|
1099 |
msgid "Redirect URL"
|
1100 |
msgstr "URL umleiten"
|
1101 |
|
1102 |
# @ broken-link-checker
|
1103 |
+
#: includes/admin/table-printer.php:271
|
1104 |
msgid "Bulk Actions"
|
1105 |
msgstr "Massenänderung"
|
1106 |
|
1107 |
# @ broken-link-checker
|
1108 |
+
#: includes/admin/table-printer.php:272 includes/admin/table-printer.php:649
|
1109 |
msgid "Edit URL"
|
1110 |
msgstr "Bearbeite URL"
|
1111 |
|
1112 |
# @ broken-link-checker
|
1113 |
+
#: includes/admin/table-printer.php:273
|
1114 |
msgid "Recheck"
|
1115 |
msgstr "Erneut überprüfen"
|
1116 |
|
1117 |
# @ broken-link-checker
|
1118 |
+
#: includes/admin/table-printer.php:274
|
1119 |
msgid "Fix redirects"
|
1120 |
msgstr "Feste Umleitungen"
|
1121 |
|
1122 |
# @ broken-link-checker
|
1123 |
+
#: includes/admin/table-printer.php:275
|
1124 |
msgid "Mark as not broken"
|
1125 |
msgstr "Als nicht fehlerhaft markieren"
|
1126 |
|
1127 |
# @ broken-link-checker
|
1128 |
+
#: includes/admin/table-printer.php:279
|
1129 |
msgid "Move sources to Trash"
|
1130 |
msgstr "Verschiebe Quelle in den Papierkorb"
|
1131 |
|
1132 |
# @ broken-link-checker
|
1133 |
+
#: includes/admin/table-printer.php:281
|
1134 |
msgid "Delete sources"
|
1135 |
msgstr "Quellen löschen"
|
1136 |
|
1137 |
# @ default
|
1138 |
+
#: includes/admin/table-printer.php:296
|
1139 |
msgid "«"
|
1140 |
msgstr "«"
|
1141 |
|
1142 |
# @ default
|
1143 |
+
#: includes/admin/table-printer.php:297
|
1144 |
msgid "»"
|
1145 |
msgstr "»"
|
1146 |
|
1147 |
# @ broken-link-checker
|
1148 |
+
#: includes/admin/table-printer.php:305
|
1149 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
1150 |
msgstr "Anzeigen %s–%s von <span class=\"current-link-count\">%s</span>"
|
1151 |
|
1152 |
# @ broken-link-checker
|
1153 |
+
#: includes/admin/table-printer.php:328
|
1154 |
msgid "Bulk Edit URLs"
|
1155 |
msgstr "Mehrere URLs bearbeiten"
|
1156 |
|
1157 |
+
#: includes/admin/table-printer.php:330
|
1158 |
msgid "Find"
|
1159 |
msgstr "Finden"
|
1160 |
|
1161 |
+
#: includes/admin/table-printer.php:334
|
1162 |
msgid "Replace with"
|
1163 |
msgstr "Ersetzen mit"
|
1164 |
|
1165 |
# @ broken-link-checker
|
1166 |
+
#: includes/admin/table-printer.php:342
|
1167 |
msgid "Case sensitive"
|
1168 |
msgstr "Gross- und Kleinschreibung"
|
1169 |
|
1170 |
+
#: includes/admin/table-printer.php:346
|
1171 |
msgid "Regular expression"
|
1172 |
msgstr "Regulärer Ausdruck"
|
1173 |
|
1174 |
# @ broken-link-checker
|
1175 |
+
#: includes/admin/table-printer.php:354 includes/admin/table-printer.php:808
|
1176 |
msgid "Update"
|
1177 |
msgstr "Aktualisieren"
|
1178 |
|
1179 |
# @ broken-link-checker
|
1180 |
+
#: includes/admin/table-printer.php:507
|
1181 |
msgid "Post published on"
|
1182 |
msgstr "Beitrag publiziert am"
|
1183 |
|
1184 |
# @ broken-link-checker
|
1185 |
+
#: includes/admin/table-printer.php:512
|
1186 |
msgid "Link last checked"
|
1187 |
msgstr "Link zuletzt geprüft"
|
1188 |
|
1189 |
# @ broken-link-checker
|
1190 |
+
#: includes/admin/table-printer.php:516
|
1191 |
msgid "Never"
|
1192 |
msgstr "Nie"
|
1193 |
|
1194 |
# @ broken-link-checker
|
1195 |
+
#: includes/admin/table-printer.php:527
|
1196 |
msgid "Response time"
|
1197 |
msgstr "Reaktionszeit"
|
1198 |
|
1199 |
# @ broken-link-checker
|
1200 |
+
#: includes/admin/table-printer.php:529
|
1201 |
msgid "%2.3f seconds"
|
1202 |
msgstr "%2.3f Sekunden"
|
1203 |
|
1204 |
# @ broken-link-checker
|
1205 |
+
#: includes/admin/table-printer.php:532
|
1206 |
msgid "Final URL"
|
1207 |
msgstr "Endgültige URL"
|
1208 |
|
1209 |
# @ broken-link-checker
|
1210 |
+
#: includes/admin/table-printer.php:537
|
1211 |
msgid "Redirect count"
|
1212 |
msgstr "Weiterleitung Anzahl"
|
1213 |
|
1214 |
# @ broken-link-checker
|
1215 |
+
#: includes/admin/table-printer.php:542
|
1216 |
msgid "Instance count"
|
1217 |
msgstr "Instanz Anzahl"
|
1218 |
|
1219 |
# @ broken-link-checker
|
1220 |
+
#: includes/admin/table-printer.php:551
|
1221 |
msgid "This link has failed %d time."
|
1222 |
msgid_plural "This link has failed %d times."
|
1223 |
msgstr[0] "Dieser Link schlug %d mal fehl."
|
1224 |
msgstr[1] "Dieser Link schlug %d mal fehl."
|
1225 |
|
1226 |
# @ broken-link-checker
|
1227 |
+
#: includes/admin/table-printer.php:559
|
1228 |
msgid "This link has been broken for %s."
|
1229 |
msgstr "Dieser Links ist fehlerhaft seit %s."
|
1230 |
|
1231 |
# @ broken-link-checker
|
1232 |
+
#: includes/admin/table-printer.php:570
|
1233 |
msgid "Log"
|
1234 |
msgstr "Log"
|
1235 |
|
1236 |
# @ broken-link-checker
|
1237 |
+
#: includes/admin/table-printer.php:595
|
1238 |
msgid "Show more info about this link"
|
1239 |
msgstr "Mehr Informationen über diesen Link anzeigen"
|
1240 |
|
1241 |
# @ broken-link-checker
|
1242 |
+
#: includes/admin/table-printer.php:613
|
1243 |
msgctxt "checked how long ago"
|
1244 |
msgid "Checked"
|
1245 |
msgstr "Geprüft"
|
1246 |
|
1247 |
# @ broken-link-checker
|
1248 |
+
#: includes/admin/table-printer.php:629
|
1249 |
msgid "Broken for"
|
1250 |
msgstr "Fehlerhaft für"
|
1251 |
|
1252 |
+
# @ default
|
1253 |
+
#: includes/admin/table-printer.php:649
|
1254 |
+
msgid "Edit this link"
|
1255 |
+
msgstr "Diesen Link bearbeiten"
|
1256 |
|
1257 |
# @ broken-link-checker
|
1258 |
+
#: includes/admin/table-printer.php:651
|
1259 |
msgid "Remove this link from all posts"
|
1260 |
msgstr "Löschen Sie diesen Link von allen Beiträgen"
|
1261 |
|
1262 |
# @ broken-link-checker
|
1263 |
+
#: includes/admin/table-printer.php:657
|
1264 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
1265 |
msgstr ""
|
1266 |
"Löschen Sie diesen Link von der fehlerhaften Linkliste und markieren ihn als "
|
1267 |
"gültig"
|
1268 |
|
1269 |
+
#: includes/admin/table-printer.php:665
|
1270 |
msgid "Hide this link and do not report it again unless its status changes"
|
1271 |
msgstr ""
|
1272 |
"Verstecken Sie diesen Link und melden ihn nicht wieder, auch wenn sein "
|
1273 |
"Status ändert"
|
1274 |
|
1275 |
+
#: includes/admin/table-printer.php:666
|
1276 |
msgid "Dismiss"
|
1277 |
msgstr "Ausblenden"
|
1278 |
|
1279 |
+
#: includes/admin/table-printer.php:671
|
1280 |
msgid "Undismiss this link"
|
1281 |
msgstr "Link wieder einblenden"
|
1282 |
|
1283 |
+
#: includes/admin/table-printer.php:672
|
1284 |
msgid "Undismiss"
|
1285 |
msgstr "Einblenden"
|
1286 |
|
1287 |
# @ broken-link-checker
|
1288 |
+
#: includes/admin/table-printer.php:683
|
|
|
|
|
|
|
|
|
|
|
1289 |
msgid "Update URL"
|
1290 |
msgstr "Aktualisiere URL"
|
1291 |
|
1292 |
# @ broken-link-checker
|
1293 |
+
#: includes/admin/table-printer.php:710
|
1294 |
msgid "[An orphaned link! This is a bug.]"
|
1295 |
msgstr "[Ein verwaister Link! Dies ist ein Bug.]"
|
1296 |
|
1297 |
+
# @ broken-link-checker
|
1298 |
+
#: includes/admin/table-printer.php:787
|
1299 |
+
msgctxt "inline editor title"
|
1300 |
+
msgid "Edit Link"
|
1301 |
+
msgstr "Link bearbeiten"
|
1302 |
+
|
1303 |
+
# @ broken-link-checker
|
1304 |
+
#: includes/admin/table-printer.php:790
|
1305 |
+
msgctxt "inline link editor"
|
1306 |
+
msgid "Text"
|
1307 |
+
msgstr "Text"
|
1308 |
+
|
1309 |
+
# @ broken-link-checker
|
1310 |
+
#: includes/admin/table-printer.php:795
|
1311 |
+
msgctxt "inline link editor"
|
1312 |
+
msgid "URL"
|
1313 |
+
msgstr "URL"
|
1314 |
+
|
1315 |
+
#: includes/admin/table-printer.php:800
|
1316 |
+
msgctxt "inline link editor"
|
1317 |
+
msgid "Suggestions"
|
1318 |
+
msgstr "Vorschläge"
|
1319 |
+
|
1320 |
+
#: includes/admin/table-printer.php:820
|
1321 |
+
msgid "Use this URL"
|
1322 |
+
msgstr "URL verwenden"
|
1323 |
+
|
1324 |
# @ default
|
1325 |
#: includes/any-post.php:397 modules/containers/blogroll.php:46
|
1326 |
+
#: modules/containers/comment.php:153 modules/containers/custom_field.php:207
|
1327 |
msgid "Edit"
|
1328 |
msgstr "Bearbeiten"
|
1329 |
|
1330 |
# @ default
|
1331 |
+
#: includes/any-post.php:405 modules/containers/custom_field.php:213
|
1332 |
msgid "Move this item to the Trash"
|
1333 |
msgstr "Element in den Papierkorb verschieben"
|
1334 |
|
1335 |
# @ default
|
1336 |
+
#: includes/any-post.php:407 modules/containers/custom_field.php:215
|
1337 |
msgid "Trash"
|
1338 |
msgstr "Papierkorb"
|
1339 |
|
1340 |
# @ default
|
1341 |
+
#: includes/any-post.php:412 modules/containers/custom_field.php:220
|
1342 |
msgid "Delete this item permanently"
|
1343 |
msgstr "Element endgültig löschen"
|
1344 |
|
1345 |
# @ default
|
1346 |
#: includes/any-post.php:414 modules/containers/blogroll.php:47
|
1347 |
+
#: modules/containers/custom_field.php:222
|
1348 |
msgid "Delete"
|
1349 |
msgstr "Löschen"
|
1350 |
|
1365 |
|
1366 |
# @ default
|
1367 |
#: includes/any-post.php:436 modules/containers/comment.php:166
|
1368 |
+
#: modules/containers/custom_field.php:227
|
1369 |
msgid "View"
|
1370 |
msgstr "Ansehen"
|
1371 |
|
1372 |
# @ default
|
1373 |
+
#: includes/any-post.php:455 modules/containers/custom_field.php:207
|
1374 |
msgid "Edit this item"
|
1375 |
msgstr "Bearbeiten Sie dieses Element"
|
1376 |
|
1386 |
msgstr "Beitrag Aktualisierung %d fehlgeschlagen"
|
1387 |
|
1388 |
# @ broken-link-checker
|
1389 |
+
#: includes/any-post.php:566 modules/containers/custom_field.php:294
|
1390 |
msgid "Failed to delete post \"%s\" (%d)"
|
1391 |
msgstr "Löschen des Beitrages \"%s\" (%d) schlug fehl"
|
1392 |
|
1393 |
# @ broken-link-checker
|
1394 |
+
#: includes/any-post.php:585 modules/containers/custom_field.php:313
|
1395 |
msgid ""
|
1396 |
"Can't move post \"%s\" (%d) to the trash because the trash feature is "
|
1397 |
"disabled"
|
1400 |
"diese Funktion deaktiviert ist"
|
1401 |
|
1402 |
# @ broken-link-checker
|
1403 |
+
#: includes/any-post.php:605 modules/containers/custom_field.php:332
|
1404 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
1405 |
msgstr "Verschieben des Beitrages \"%s\" (%d) in den Papierkorb schlug fehl"
|
1406 |
|
1454 |
msgstr[1] "%d '%s' wurden gelöscht"
|
1455 |
|
1456 |
# @ broken-link-checker
|
1457 |
+
#: includes/containers.php:880 includes/containers.php:898
|
1458 |
msgid "Container type '%s' not recognized"
|
1459 |
msgstr "Container Typ '%s' nicht erkannt"
|
1460 |
|
1590 |
msgstr "Seiten"
|
1591 |
|
1592 |
# @ broken-link-checker
|
1593 |
+
#: includes/instances.php:105 includes/instances.php:161
|
1594 |
msgid "Container %s[%d] not found"
|
1595 |
msgstr "Container %s[%d] nicht gefunden"
|
1596 |
|
1597 |
# @ broken-link-checker
|
1598 |
+
#: includes/instances.php:114 includes/instances.php:170
|
1599 |
msgid "Parser '%s' not found."
|
1600 |
msgstr "Parser '%s' nicht gefunden."
|
1601 |
|
1684 |
msgstr "Link ist fehlerhaft."
|
1685 |
|
1686 |
# @ broken-link-checker
|
1687 |
+
#: includes/links.php:572 includes/links.php:674 includes/links.php:701
|
1688 |
msgid "Link is not valid"
|
1689 |
msgstr "Link ist nicht gültig"
|
1690 |
|
1691 |
# @ broken-link-checker
|
1692 |
+
#: includes/links.php:589
|
1693 |
msgid ""
|
1694 |
"This link can not be edited because it is not used anywhere on this site."
|
1695 |
msgstr ""
|
1697 |
"Website verwendet wird."
|
1698 |
|
1699 |
# @ broken-link-checker
|
1700 |
+
#: includes/links.php:615
|
1701 |
msgid "Failed to create a DB entry for the new URL."
|
1702 |
msgstr ""
|
1703 |
"Das Erstellen eines Datenbankeintrages für die neue URL ist fehlgeschlagen."
|
1704 |
|
1705 |
# @ broken-link-checker
|
1706 |
+
#: includes/links.php:681
|
1707 |
msgid "This link is not a redirect"
|
1708 |
msgstr "Dieser Link ist keine Umleitung"
|
1709 |
|
1710 |
# @ broken-link-checker
|
1711 |
+
#: includes/links.php:728 includes/links.php:765
|
1712 |
msgid "Couldn't delete the link's database record"
|
1713 |
msgstr "Links können nicht aus der Datenbank gelöscht werden"
|
1714 |
|
1715 |
# @ broken-link-checker
|
1716 |
+
#: includes/links.php:839
|
1717 |
msgctxt "link status"
|
1718 |
msgid "Unknown"
|
1719 |
msgstr "Unbekannt"
|
1720 |
|
1721 |
# @ link status
|
1722 |
# @ broken-link-checker
|
1723 |
+
#: includes/links.php:853 modules/checkers/http.php:263
|
1724 |
#: modules/extras/mediafire.php:101
|
1725 |
msgid "Unknown Error"
|
1726 |
msgstr "Unbekannter Fehler"
|
1727 |
|
1728 |
# @ broken-link-checker
|
1729 |
+
#: includes/links.php:877
|
1730 |
msgid "Not checked"
|
1731 |
msgstr "Nicht überprüft"
|
1732 |
|
1733 |
# @ broken-link-checker
|
1734 |
+
#: includes/links.php:880
|
1735 |
msgid "False positive"
|
1736 |
msgstr "Falsch positiv"
|
1737 |
|
1738 |
# @ broken-link-checker
|
1739 |
+
#: includes/links.php:883 modules/extras/fileserve.php:121
|
1740 |
#: modules/extras/megaupload.php:115 modules/extras/rapidshare.php:145
|
1741 |
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
|
1742 |
msgctxt "link status"
|
1956 |
msgstr[1] "%d Kommentare in den Papierkorb verschoben."
|
1957 |
|
1958 |
# @ broken-link-checker
|
1959 |
+
#: modules/containers/custom_field.php:85
|
1960 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1961 |
msgstr "Aktualisieren des Meta-Feldes '%s' in %s [%d] schlug fehl"
|
1962 |
|
1963 |
# @ broken-link-checker
|
1964 |
+
#: modules/containers/custom_field.php:115
|
1965 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1966 |
msgstr "Löschen des Meta-Feldes '%s' in %s [%d] schlug fehl"
|
1967 |
|
1968 |
# @ default
|
1969 |
+
#: modules/containers/custom_field.php:197
|
1970 |
msgid "Edit this post"
|
1971 |
msgstr "Bearbeiten Sie diesen Beitrag"
|
1972 |
|
1973 |
# @ broken-link-checker
|
1974 |
+
#: modules/containers/custom_field.php:227
|
1975 |
msgid "View \"%s\""
|
1976 |
msgstr "\"%s\" ansehen"
|
1977 |
|
2167 |
msgstr "Bild"
|
2168 |
|
2169 |
# @ broken-link-checker
|
2170 |
+
#: modules/parsers/metadata.php:119
|
2171 |
msgid "Custom field"
|
2172 |
msgstr "Benutzerdefiniertes Feld"
|
2173 |
|
languages/broken-link-checker-nl_NL.mo
CHANGED
Binary file
|
languages/broken-link-checker-nl_NL.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Broken-link-checker\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Robin Roelofsen <info@dreamdesignsolutions.nl>\n"
|
8 |
"Language-Team: Brokenlinkchecker <gvmelle@gmail.com>\n"
|
@@ -18,104 +18,104 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPath-1: ..\n"
|
20 |
|
21 |
-
#: core/core.php:
|
22 |
msgid "Loading..."
|
23 |
msgstr "Aan het laden..."
|
24 |
|
25 |
-
#: core/core.php:
|
26 |
msgid "[ Network error ]"
|
27 |
msgstr "[ Netwerk fout ]"
|
28 |
|
29 |
-
#: core/core.php:
|
30 |
msgid "Automatically expand the widget if broken links have been detected"
|
31 |
msgstr ""
|
32 |
"Automatisch de widget uitklappen wanneer er verbroken links zijn ontdekt"
|
33 |
|
34 |
-
#: core/core.php:
|
35 |
msgid "Link Checker Settings"
|
36 |
msgstr "Link Checker Instellingen"
|
37 |
|
38 |
-
#: core/core.php:
|
39 |
msgid "Link Checker"
|
40 |
msgstr "Broken Link Checker"
|
41 |
|
42 |
-
#: core/core.php:
|
43 |
msgid "Broken Links"
|
44 |
msgstr "Verbroken Links"
|
45 |
|
46 |
-
#: core/core.php:
|
47 |
msgid "View Broken Links"
|
48 |
msgstr "Bekijk Verbroken Links"
|
49 |
|
50 |
-
#: core/core.php:
|
51 |
msgid "Feedback"
|
52 |
msgstr "Reacties"
|
53 |
|
54 |
-
#: core/core.php:
|
55 |
msgid "Go to Broken Links"
|
56 |
msgstr "Ga naar Verbroken Links"
|
57 |
|
58 |
-
#: core/core.php:
|
59 |
msgid "Settings"
|
60 |
msgstr "Instellingen"
|
61 |
|
62 |
-
#: core/core.php:
|
63 |
msgid "Settings saved."
|
64 |
msgstr "Instellingen opgeslagen."
|
65 |
|
66 |
-
#: core/core.php:
|
67 |
msgid "Thank you for your donation!"
|
68 |
msgstr "Bedankt voor je donatie!"
|
69 |
|
70 |
-
#: core/core.php:
|
71 |
msgid "Complete site recheck started."
|
72 |
msgstr "Volledige site controle begonnen."
|
73 |
|
74 |
-
#: core/core.php:
|
75 |
msgid "Details"
|
76 |
msgstr "Details"
|
77 |
|
78 |
-
#: core/core.php:
|
79 |
msgid "General"
|
80 |
msgstr "Algemeen"
|
81 |
|
82 |
-
#: core/core.php:
|
83 |
msgid "Look For Links In"
|
84 |
msgstr "Zoek Naar Links In"
|
85 |
|
86 |
-
#: core/core.php:
|
87 |
msgid "Which Links To Check"
|
88 |
msgstr "Deze Links Controleren"
|
89 |
|
90 |
-
#: core/core.php:
|
91 |
msgid "Protocols & APIs"
|
92 |
msgstr "Protocollen & APIs"
|
93 |
|
94 |
-
#: core/core.php:
|
95 |
msgid "Advanced"
|
96 |
msgstr "Geavanceerd"
|
97 |
|
98 |
-
#: core/core.php:
|
99 |
msgid "Broken Link Checker Options"
|
100 |
msgstr "Broken Link Checker Opties"
|
101 |
|
102 |
-
#: core/core.php:
|
103 |
msgid "Status"
|
104 |
msgstr "Status:"
|
105 |
|
106 |
-
#: core/core.php:
|
107 |
msgid "Show debug info"
|
108 |
msgstr "Toon debug informatie"
|
109 |
|
110 |
-
#: core/core.php:
|
111 |
msgid "Check each link"
|
112 |
msgstr "Controleer iedere link:"
|
113 |
|
114 |
-
#: core/core.php:
|
115 |
msgid "Every %s hours"
|
116 |
msgstr "Elke %s uur"
|
117 |
|
118 |
-
#: core/core.php:
|
119 |
msgid ""
|
120 |
"Existing links will be checked this often. New links will usually be checked "
|
121 |
"ASAP."
|
@@ -123,144 +123,153 @@ msgstr ""
|
|
123 |
"Bestaande links zullen met deze regelmaat worden gecontroleerd. Nieuwe links "
|
124 |
"worden meestal zo snel mogelijk gecontroleerd. "
|
125 |
|
126 |
-
#: core/core.php:
|
127 |
msgid "E-mail notifications"
|
128 |
msgstr "E-mail meldingen:"
|
129 |
|
130 |
-
#: core/core.php:
|
131 |
msgid "Send me e-mail notifications about newly detected broken links"
|
132 |
msgstr "Stuur mij meldingen via e-mail over nieuw ontdekte verbroken links"
|
133 |
|
134 |
-
#: core/core.php:
|
135 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
136 |
msgstr ""
|
137 |
"Stuur schrijvers meldingen via e-mail over verbroken links in hun berichten"
|
138 |
|
139 |
-
#: core/core.php:
|
140 |
msgid "Notification e-mail address"
|
141 |
msgstr "E-mail adres voor meldingen:"
|
142 |
|
143 |
-
#: core/core.php:
|
144 |
msgid ""
|
145 |
"Leave empty to use the e-mail address specified in Settings → General."
|
146 |
msgstr ""
|
147 |
"Laat dit veld leeg om het e-mail adres te gebruiken dat is opgegeven bij "
|
148 |
"Instellingen → Algemeen."
|
149 |
|
150 |
-
#: core/core.php:
|
151 |
msgid "Link tweaks"
|
152 |
msgstr "Link aanpassingen:"
|
153 |
|
154 |
-
#: core/core.php:
|
155 |
msgid "Apply custom formatting to broken links"
|
156 |
msgstr "Speciale formattering toepassen op verbroken links"
|
157 |
|
158 |
-
#: core/core.php:
|
159 |
msgid "Edit CSS"
|
160 |
msgstr "Bewerk CSS"
|
161 |
|
162 |
-
#: core/core.php:
|
163 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
164 |
msgstr "Voorbeeld: Lorem ipsum <a %s>verbroken link</a>, dolor sit amet."
|
165 |
|
166 |
-
#: core/core.php:
|
167 |
msgid "Click \"Save Changes\" to update example output."
|
168 |
msgstr "Klik op \"Instellingen opslaan\" om het voorbeeld te verversen."
|
169 |
|
170 |
-
#: core/core.php:
|
171 |
msgid "Apply custom formatting to removed links"
|
172 |
msgstr "Speciale formattering toepassen op verwijderde links"
|
173 |
|
174 |
-
#: core/core.php:
|
175 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
176 |
msgstr ""
|
177 |
"Voorbeeld: Lorem ipsum <span %s>verwijderde link</span>, dolor sit amet."
|
178 |
|
179 |
-
#: core/core.php:
|
180 |
msgid "Stop search engines from following broken links"
|
181 |
msgstr "Verhinder dat zoekmachines verbroken links volgen"
|
182 |
|
183 |
-
#: core/core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
msgid "Look for links in"
|
185 |
msgstr "Zoek naar links in:"
|
186 |
|
187 |
-
#: core/core.php:
|
188 |
msgid "Post statuses"
|
189 |
msgstr "Bericht statussen:"
|
190 |
|
191 |
-
#: core/core.php:
|
192 |
msgid "Link types"
|
193 |
msgstr "Linksoorten:"
|
194 |
|
195 |
-
#: core/core.php:
|
196 |
msgid "Error : All link parsers missing!"
|
197 |
msgstr "Fout: alle linkparsers ontbreken! "
|
198 |
|
199 |
-
#: core/core.php:
|
200 |
msgid "Exclusion list"
|
201 |
msgstr "Uitsluitingslijst:"
|
202 |
|
203 |
-
#: core/core.php:
|
204 |
msgid ""
|
205 |
"Don't check links where the URL contains any of these words (one per line) :"
|
206 |
msgstr ""
|
207 |
-
"Controleer geen links waarbij de URL
|
208 |
-
"(
|
209 |
|
210 |
-
#: core/core.php:
|
211 |
msgid "Check links using"
|
212 |
msgstr "Controleer links die gebruik maken van:"
|
213 |
|
214 |
-
#: core/core.php:
|
215 |
msgid "Timeout"
|
216 |
msgstr "Timeout:"
|
217 |
|
218 |
-
#: core/core.php:
|
219 |
msgid "%s seconds"
|
220 |
msgstr "%s seconden"
|
221 |
|
222 |
-
#: core/core.php:
|
223 |
msgid "Links that take longer than this to load will be marked as broken."
|
224 |
msgstr ""
|
225 |
"Links die er langer over doen om te laden zullen worden aangemerkt als "
|
226 |
"verbroken."
|
227 |
|
228 |
-
#: core/core.php:
|
229 |
msgid "Link monitor"
|
230 |
msgstr "Linkcontrole:"
|
231 |
|
232 |
-
#: core/core.php:
|
233 |
msgid "Run continuously while the Dashboard is open"
|
234 |
msgstr "Draai continu zolang het Dashboard openstaat"
|
235 |
|
236 |
-
#: core/core.php:
|
237 |
msgid "Run hourly in the background"
|
238 |
msgstr "Draai ieder uur in de achtergrond"
|
239 |
|
240 |
-
#: core/core.php:
|
241 |
msgid "Show the dashboard widget for"
|
242 |
-
msgstr "Laat het Dashboard widget zien
|
243 |
|
244 |
-
#: core/core.php:
|
245 |
msgctxt "dashboard widget visibility"
|
246 |
msgid "Administrator"
|
247 |
msgstr "Beheerder"
|
248 |
|
249 |
-
#: core/core.php:
|
250 |
msgctxt "dashboard widget visibility"
|
251 |
msgid "Editor and above"
|
252 |
msgstr "Redacteur en hoger"
|
253 |
|
254 |
-
#: core/core.php:
|
255 |
msgctxt "dashboard widget visibility"
|
256 |
msgid "Nobody (disables the widget)"
|
257 |
msgstr "Niemand (deze optie zet de widget uit)"
|
258 |
|
259 |
-
#: core/core.php:
|
260 |
msgid "Max. execution time"
|
261 |
msgstr "Maximale uitvoeringstijd:"
|
262 |
|
263 |
-
#: core/core.php:
|
264 |
msgid ""
|
265 |
"The plugin works by periodically launching a background job that parses your "
|
266 |
"posts for links, checks the discovered URLs, and performs other time-"
|
@@ -269,18 +278,18 @@ msgid ""
|
|
269 |
msgstr ""
|
270 |
"De plugin start regelmatig een proces in de achtergrond dat je berichten "
|
271 |
"controleert op links, de ontdekte links controleert, en andere tijdrovende "
|
272 |
-
"zaken uitvoert.
|
273 |
-
"
|
274 |
|
275 |
-
#: core/core.php:
|
276 |
msgid "Server load limit"
|
277 |
msgstr "Serverbelasting limiet:"
|
278 |
|
279 |
-
#: core/core.php:
|
280 |
msgid "Current load : %s"
|
281 |
msgstr "Huidige serverbelasting: %s"
|
282 |
|
283 |
-
#: core/core.php:
|
284 |
msgid ""
|
285 |
"Link checking will be suspended if the average <a href=\"%s\">server load</"
|
286 |
"a> rises above this number. Leave this field blank to disable load limiting."
|
@@ -289,11 +298,11 @@ msgstr ""
|
|
289 |
"\">serverbelasting</a> boven dit getal uitkomt. Laat dit veld leeg om "
|
290 |
"belastinglimitering uit te zetten."
|
291 |
|
292 |
-
#: core/core.php:
|
293 |
msgid "Not available"
|
294 |
msgstr "Niet beschikbaar"
|
295 |
|
296 |
-
#: core/core.php:
|
297 |
msgid ""
|
298 |
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
|
299 |
"code> is present and accessible."
|
@@ -301,99 +310,105 @@ msgstr ""
|
|
301 |
"Belastinglimitering werkt alleen op Linux-achtige systemen waar <code>/proc/"
|
302 |
"loadavg</code> aanwezig en bereikbaar is."
|
303 |
|
304 |
-
#: core/core.php:
|
305 |
msgid "Forced recheck"
|
306 |
msgstr "Geforceerd controleren:"
|
307 |
|
308 |
-
#: core/core.php:
|
309 |
msgid "Re-check all pages"
|
310 |
msgstr "Controleer nu all pagina's"
|
311 |
|
312 |
-
#: core/core.php:
|
313 |
msgid ""
|
314 |
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
|
315 |
"database and recheck the entire site from scratch."
|
316 |
msgstr ""
|
317 |
-
"De \"
|
318 |
-
"link database leeg, en
|
319 |
|
320 |
-
#: core/core.php:
|
321 |
msgid "Save Changes"
|
322 |
msgstr "Wijzigingen Opslaan"
|
323 |
|
324 |
-
#: core/core.php:
|
325 |
msgid "Configure"
|
326 |
msgstr "Configureer"
|
327 |
|
328 |
-
#: core/core.php:
|
329 |
-
msgid "
|
330 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
|
332 |
-
#: core/core.php:
|
333 |
msgid "Database error : %s"
|
334 |
msgstr "Database fout: %s"
|
335 |
|
336 |
-
#: core/core.php:
|
337 |
msgid "You must enter a filter name!"
|
338 |
msgstr "Je moet een filternaam invullen!"
|
339 |
|
340 |
-
#: core/core.php:
|
341 |
msgid "Invalid search query."
|
342 |
msgstr "Onjuiste zoekopdracht"
|
343 |
|
344 |
-
#: core/core.php:
|
345 |
msgid "Filter \"%s\" created"
|
346 |
msgstr "Filter \"%s\" aangemaakt"
|
347 |
|
348 |
-
#: core/core.php:
|
349 |
msgid "Filter ID not specified."
|
350 |
msgstr "Filter ID niet opgegeven."
|
351 |
|
352 |
-
#: core/core.php:
|
353 |
msgid "Filter deleted"
|
354 |
msgstr "Filter verwijderd"
|
355 |
|
356 |
-
#: core/core.php:
|
357 |
msgid "Replaced %d redirect with a direct link"
|
358 |
msgid_plural "Replaced %d redirects with direct links"
|
359 |
msgstr[0] "%d verwijzing vervangen door een directe link"
|
360 |
msgstr[1] "%d verwijzingen vervangen door een directe link."
|
361 |
|
362 |
-
#: core/core.php:
|
363 |
msgid "Failed to fix %d redirect"
|
364 |
msgid_plural "Failed to fix %d redirects"
|
365 |
msgstr[0] "Kon %d verwijzing niet repareren"
|
366 |
msgstr[1] "Kon %d verwijzingen niet repareren"
|
367 |
|
368 |
-
#: core/core.php:
|
369 |
msgid "None of the selected links are redirects!"
|
370 |
msgstr "Geen van de geselecteerde links zijn verwijzingen!"
|
371 |
|
372 |
-
#: core/core.php:
|
373 |
msgid "%d link updated."
|
374 |
msgid_plural "%d links updated."
|
375 |
msgstr[0] "%d link bijgewerkt."
|
376 |
msgstr[1] "%d links bijgewerkt."
|
377 |
|
378 |
-
#: core/core.php:
|
379 |
msgid "Failed to update %d link."
|
380 |
msgid_plural "Failed to update %d links."
|
381 |
msgstr[0] "Kon %d link niet aanpassen."
|
382 |
msgstr[1] "Kon %d links niet aanpassen."
|
383 |
|
384 |
-
#: core/core.php:
|
385 |
msgid "%d link removed"
|
386 |
msgid_plural "%d links removed"
|
387 |
msgstr[0] "%d link verwijderd"
|
388 |
msgstr[1] "%d links verwijderd"
|
389 |
|
390 |
-
#: core/core.php:
|
391 |
msgid "Failed to remove %d link"
|
392 |
msgid_plural "Failed to remove %d links"
|
393 |
msgstr[0] "Kon %d link niet verwijderen"
|
394 |
msgstr[1] "Kon %d links niet verwijderen"
|
395 |
|
396 |
-
#: core/core.php:
|
397 |
msgid ""
|
398 |
"%d item was skipped because it can't be moved to the Trash. You need to "
|
399 |
"delete it manually."
|
@@ -407,221 +422,225 @@ msgstr[1] ""
|
|
407 |
"%d onderdelen zijn overgeslagen omdat het niet naar de Prullenbak kan worden "
|
408 |
"verplaatst. Je moet deze handmatig verwijderen."
|
409 |
|
410 |
-
#: core/core.php:
|
411 |
msgid "Didn't find anything to delete!"
|
412 |
msgstr "Kon niets vinden om te verwijderen!"
|
413 |
|
414 |
-
#: core/core.php:
|
415 |
msgid "%d link scheduled for rechecking"
|
416 |
msgid_plural "%d links scheduled for rechecking"
|
417 |
msgstr[0] "%d link ingepland voor controle"
|
418 |
msgstr[1] "%d links ingepland voor controle"
|
419 |
|
420 |
-
#: core/core.php:
|
421 |
msgid "This link was manually marked as working by the user."
|
422 |
msgstr "Deze link is handmatig aangemerkt als werkend door de gebruiker."
|
423 |
|
424 |
-
#: core/core.php:
|
425 |
msgid "Couldn't modify link %d"
|
426 |
msgstr "Kon deze link niet bewerken: %d"
|
427 |
|
428 |
-
#: core/core.php:
|
429 |
msgid "%d link marked as not broken"
|
430 |
msgid_plural "%d links marked as not broken"
|
431 |
msgstr[0] "%d link gemarkeerd als niet verbroken"
|
432 |
msgstr[1] "%d links gemarkeerd als niet verbroken"
|
433 |
|
434 |
-
#: core/core.php:
|
435 |
msgid "Table columns"
|
436 |
msgstr "Tabel colommen"
|
437 |
|
438 |
-
#: core/core.php:
|
439 |
msgid "Show on screen"
|
440 |
msgstr "Toon op scherm"
|
441 |
|
442 |
-
#: core/core.php:
|
443 |
msgid "links"
|
444 |
msgstr "links"
|
445 |
|
446 |
-
#: core/core.php:
|
447 |
msgid "Apply"
|
448 |
msgstr "Toepassen"
|
449 |
|
450 |
-
#: core/core.php:
|
451 |
msgid "Misc"
|
452 |
msgstr "Divers"
|
453 |
|
454 |
-
#: core/core.php:
|
455 |
msgid "Highlight links broken for at least %s days"
|
456 |
msgstr "Laat links zien die minstens %s dagen verbroken zijn"
|
457 |
|
458 |
-
#: core/core.php:
|
459 |
msgid "Color-code status codes"
|
460 |
msgstr "Kleurcodering voor status codes"
|
461 |
|
462 |
-
#: core/core.php:
|
463 |
-
#: core/core.php:
|
464 |
msgid "You're not allowed to do that!"
|
465 |
msgstr "Je hebt geen toestemming om dat te doen!"
|
466 |
|
467 |
-
#: core/core.php:
|
468 |
msgid "View broken links"
|
469 |
msgstr "Bekijk verbroken links"
|
470 |
|
471 |
-
#: core/core.php:
|
472 |
msgid "Found %d broken link"
|
473 |
msgid_plural "Found %d broken links"
|
474 |
msgstr[0] "%d verbroken link gevonden"
|
475 |
msgstr[1] "%d verbroken links gevonden"
|
476 |
|
477 |
-
#: core/core.php:
|
478 |
msgid "No broken links found."
|
479 |
msgstr "Geen verbroken links gevonden."
|
480 |
|
481 |
-
#: core/core.php:
|
482 |
msgid "%d URL in the work queue"
|
483 |
msgid_plural "%d URLs in the work queue"
|
484 |
msgstr[0] "%d URL in de wachtrij"
|
485 |
msgstr[1] "%d URL's in de wachtrij"
|
486 |
|
487 |
-
#: core/core.php:
|
488 |
msgid "No URLs in the work queue."
|
489 |
msgstr "Geen URLs meer in de wachtrij."
|
490 |
|
491 |
-
#: core/core.php:
|
492 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
493 |
msgid "%d unique URL"
|
494 |
msgid_plural "%d unique URLs"
|
495 |
msgstr[0] "%d unieke URL"
|
496 |
msgstr[1] "%d unieke URLs"
|
497 |
|
498 |
-
#: core/core.php:
|
499 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
500 |
msgid "%d link"
|
501 |
msgid_plural "%d links"
|
502 |
msgstr[0] "%d link"
|
503 |
msgstr[1] "%d links"
|
504 |
|
505 |
-
#: core/core.php:
|
506 |
msgid "Detected %1$s in %2$s and still searching..."
|
507 |
msgstr "%1$s in %2$s gevonden, en nog steeds aan 't zoeken..."
|
508 |
|
509 |
-
#: core/core.php:
|
510 |
msgid "Detected %1$s in %2$s."
|
511 |
msgstr "%1$s in %2$s gevonden."
|
512 |
|
513 |
-
#: core/core.php:
|
514 |
msgid "Searching your blog for links..."
|
515 |
msgstr "Uw blog aan 't doorzoeken naar links..."
|
516 |
|
517 |
-
#: core/core.php:
|
518 |
msgid "No links detected."
|
519 |
msgstr "Geen links gevonden."
|
520 |
|
521 |
-
#: core/core.php:
|
522 |
msgctxt "current load"
|
523 |
msgid "Unknown"
|
524 |
msgstr "Onbekend"
|
525 |
|
526 |
-
#: core/core.php:
|
527 |
msgid "Oops, I can't find the link %d"
|
528 |
msgstr "Oeps, ik kan link %d niet vinden"
|
529 |
|
530 |
-
#: core/core.php:
|
531 |
msgid "Oops, couldn't modify the link!"
|
532 |
msgstr "Oeps, ik kan deze link niet aanpassen!"
|
533 |
|
534 |
-
#: core/core.php:
|
535 |
msgid "Error : link_id not specified"
|
536 |
msgstr "Fout : link_id niet opgegeven"
|
537 |
|
538 |
-
#: core/core.php:
|
|
|
|
|
|
|
|
|
539 |
msgid "Oops, the new URL is invalid!"
|
540 |
msgstr "Oeps, de nieuwe URL is ongeldig!"
|
541 |
|
542 |
-
#: core/core.php:
|
543 |
-
msgid "An unexpected error
|
544 |
msgstr "Er is een onverwachte fout opgetreden!"
|
545 |
|
546 |
-
#: core/core.php:
|
547 |
-
msgid "
|
548 |
-
msgstr "
|
549 |
|
550 |
-
#: core/core.php:
|
551 |
msgid "You don't have sufficient privileges to access this information!"
|
552 |
msgstr "U heeft niet genoeg rechten om deze informatie te bekijken! "
|
553 |
|
554 |
-
#: core/core.php:
|
555 |
msgid "Error : link ID not specified"
|
556 |
msgstr "Fout : link ID niet opgegeven"
|
557 |
|
558 |
-
#: core/core.php:
|
559 |
msgid "Failed to load link details (%s)"
|
560 |
msgstr "Kon linkgegevens (%s) niet laden"
|
561 |
|
562 |
-
#. #-#-#-#-# plugin.pot (Broken Link Checker 1.8) #-#-#-#-#
|
563 |
#. Plugin Name of the plugin/theme
|
564 |
-
#: core/core.php:
|
565 |
msgid "Broken Link Checker"
|
566 |
msgstr "Broken Link Checker"
|
567 |
|
568 |
-
#: core/core.php:
|
569 |
msgid "PHP version"
|
570 |
msgstr "PHP versie"
|
571 |
|
572 |
-
#: core/core.php:
|
573 |
msgid "MySQL version"
|
574 |
msgstr "MySQL versie"
|
575 |
|
576 |
-
#: core/core.php:
|
577 |
msgid ""
|
578 |
"You have an old version of CURL. Redirect detection may not work properly."
|
579 |
msgstr ""
|
580 |
"U draait een oude versie van CURL. Omleidingsdetectie werkt misschien niet "
|
581 |
"goed."
|
582 |
|
583 |
-
#: core/core.php:
|
584 |
msgid "Not installed"
|
585 |
msgstr "Niet geïnstalleerd."
|
586 |
|
587 |
-
#: core/core.php:
|
588 |
msgid "CURL version"
|
589 |
msgstr "CURL versie"
|
590 |
|
591 |
-
#: core/core.php:
|
592 |
msgid "Installed"
|
593 |
msgstr "Geïnstalleerd."
|
594 |
|
595 |
-
#: core/core.php:
|
596 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
597 |
msgstr ""
|
598 |
"U moet CURL of Snoopy hebben geïnstalleerd. Anders werkt de plugin niet!"
|
599 |
|
600 |
-
#: core/core.php:
|
601 |
msgid "On"
|
602 |
msgstr "Aan"
|
603 |
|
604 |
-
#: core/core.php:
|
605 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
606 |
msgstr ""
|
607 |
"Omgeleide links worden misschien gezien als verbroken links wanneer "
|
608 |
"safe_mode aan staat."
|
609 |
|
610 |
-
#: core/core.php:
|
611 |
msgid "Off"
|
612 |
msgstr "Uit"
|
613 |
|
614 |
-
#: core/core.php:
|
615 |
msgid "On ( %s )"
|
616 |
msgstr "Aan (%s)"
|
617 |
|
618 |
-
#: core/core.php:
|
619 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
620 |
msgstr ""
|
621 |
"Omgeleide link worden misschien gezien als verbroken links wanneer "
|
622 |
"open_basedir aan staan."
|
623 |
|
624 |
-
#: core/core.php:
|
625 |
msgid ""
|
626 |
"If this value is zero even after several page reloads you have probably "
|
627 |
"encountered a bug."
|
@@ -629,11 +648,11 @@ msgstr ""
|
|
629 |
"Wanneer deze waarde op nul staat, ook na het meerdere malen herladen van de "
|
630 |
"pagina, heb je waarschijnlijk eenn bug ontdekt."
|
631 |
|
632 |
-
#: core/core.php:
|
633 |
msgid "[%s] Broken links detected"
|
634 |
msgstr "[%s] verbroken links gevonden"
|
635 |
|
636 |
-
#: core/core.php:
|
637 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
638 |
msgid_plural ""
|
639 |
"Broken Link Checker has detected %d new broken links on your site."
|
@@ -642,33 +661,33 @@ msgstr[0] ""
|
|
642 |
msgstr[1] ""
|
643 |
"Broken Link Checker heeft %d nieuwe verbroken links op jouw site gevonden."
|
644 |
|
645 |
-
#: core/core.php:
|
646 |
msgid "Here's a list of the first %d broken links:"
|
647 |
msgid_plural "Here's a list of the first %d broken links:"
|
648 |
msgstr[0] "Hier is een lijst van de eerste %d verbroken links:"
|
649 |
msgstr[1] "Hier is een lijst van de eerste %d verbroken links:"
|
650 |
|
651 |
-
#: core/core.php:
|
652 |
msgid "Here's a list of the new broken links: "
|
653 |
msgstr "Hier is een lijst van de nieuwe verbroken links:"
|
654 |
|
655 |
-
#: core/core.php:
|
656 |
msgid "Link text : %s"
|
657 |
msgstr "Linktekst: %s"
|
658 |
|
659 |
-
#: core/core.php:
|
660 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
661 |
msgstr "Link URL : <a href=\"%s\">%s</a>"
|
662 |
|
663 |
-
#: core/core.php:
|
664 |
msgid "Source : %s"
|
665 |
msgstr "Bron: %s"
|
666 |
|
667 |
-
#: core/core.php:
|
668 |
msgid "You can see all broken links here:"
|
669 |
msgstr "Je kunt hier alle verbroken links zien:"
|
670 |
|
671 |
-
#: core/core.php:
|
672 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
673 |
msgid_plural ""
|
674 |
"Broken Link Checker has detected %d new broken links in your posts."
|
@@ -679,15 +698,15 @@ msgstr[1] ""
|
|
679 |
"Broken Link Checker heeft %d nieuwe verbroken links in jouw berichten "
|
680 |
"gevonden."
|
681 |
|
682 |
-
#: core/init.php:
|
683 |
msgid "Once Weekly"
|
684 |
msgstr "Wekelijks"
|
685 |
|
686 |
-
#: core/init.php:
|
687 |
msgid "Twice a Month"
|
688 |
msgstr "Twee Keer per Maand"
|
689 |
|
690 |
-
#: core/init.php:
|
691 |
msgid ""
|
692 |
"Broken Link Checker installation failed. Try deactivating and then "
|
693 |
"reactivating the plugin."
|
@@ -699,55 +718,88 @@ msgstr ""
|
|
699 |
msgid "Failed to delete old DB tables. Database error : %s"
|
700 |
msgstr "Kon de oude databasetabellen niet verwijderen. Database fout: %s"
|
701 |
|
702 |
-
#: includes/admin/links-page-js.php:55 includes/admin/links-page-js.php:
|
703 |
msgid "Wait..."
|
704 |
msgstr "Wachten..."
|
705 |
|
706 |
-
#: includes/admin/links-page-js.php:100 includes/admin/table-printer.php:
|
707 |
msgid "Not broken"
|
708 |
msgstr "Niet verbroken"
|
709 |
|
710 |
-
#: includes/admin/links-page-js.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
711 |
msgid "%d instances of the link were successfully modified."
|
712 |
msgstr "%d links zijn met succes aangepast."
|
713 |
|
714 |
-
#: includes/admin/links-page-js.php:
|
715 |
msgid ""
|
716 |
"However, %d instances couldn't be edited and still point to the old URL."
|
717 |
msgstr ""
|
718 |
"Alleen konden %d links niet worden aangepast, en deze wijzen nog steeds naar "
|
719 |
"de oude URL."
|
720 |
|
721 |
-
#: includes/admin/links-page-js.php:
|
722 |
msgid "The link could not be modified."
|
723 |
msgstr "De link kon niet worden aangepast."
|
724 |
|
725 |
-
#: includes/admin/links-page-js.php:
|
726 |
-
msgid "The following error(s)
|
727 |
msgstr "De volgende fout(en) kwam(en) voor:"
|
728 |
|
729 |
-
#: includes/admin/links-page-js.php:
|
|
|
|
|
|
|
|
|
730 |
msgid "%d instances of the link were successfully unlinked."
|
731 |
msgstr "%d links zijn met succes verwijderd."
|
732 |
|
733 |
-
#: includes/admin/links-page-js.php:
|
734 |
msgid "However, %d instances couldn't be removed."
|
735 |
msgstr "%d links konden echter niet worden verwijderd."
|
736 |
|
737 |
-
#: includes/admin/links-page-js.php:
|
738 |
msgid "The plugin failed to remove the link."
|
739 |
msgstr "De plugin kon de link niet verwijderen."
|
740 |
|
741 |
-
#: includes/admin/links-page-js.php:
|
742 |
-
|
|
|
|
|
|
|
|
|
743 |
msgid "Unlink"
|
744 |
msgstr "ontkoppel"
|
745 |
|
746 |
-
#: includes/admin/links-page-js.php:
|
747 |
msgid "Enter a name for the new custom filter"
|
748 |
msgstr "Geef een naam aan het nieuwe filter"
|
749 |
|
750 |
-
#: includes/admin/links-page-js.php:
|
751 |
msgid ""
|
752 |
"You are about to delete the current filter.\n"
|
753 |
"'Cancel' to stop, 'OK' to delete"
|
@@ -755,18 +807,18 @@ msgstr ""
|
|
755 |
"Je staat op het punt om het huidige filter te verwijderen.\n"
|
756 |
"'Annuleren' om te annuleren, 'OK' om te verwijderen"
|
757 |
|
758 |
-
#: includes/admin/links-page-js.php:
|
759 |
msgid ""
|
760 |
"Are you sure you want to delete all posts, bookmarks or other items that "
|
761 |
"contain any of the selected links? This action can't be undone.\n"
|
762 |
"'Cancel' to stop, 'OK' to delete"
|
763 |
msgstr ""
|
764 |
-
"Weet u zeker dat u alle berichten, bladwijzers en andere onderdelen die
|
765 |
-
"van de geselecteerde links bevat wilt verijwderen? Dit kan
|
766 |
-
"teruggedraaid worden.\n"
|
767 |
"'Annuleren' om te annuleren, 'OK' om te verwijderen"
|
768 |
|
769 |
-
#: includes/admin/links-page-js.php:
|
770 |
msgid ""
|
771 |
"Are you sure you want to remove the selected links? This action can't be "
|
772 |
"undone.\n"
|
@@ -776,13 +828,13 @@ msgstr ""
|
|
776 |
"teruggedraaid worden.\n"
|
777 |
"'Annuleren' om te annuleren, 'OK' om te verwijderen"
|
778 |
|
779 |
-
#: includes/admin/links-page-js.php:
|
780 |
msgid "Enter a search string first."
|
781 |
msgstr "Vul eerst een zoekopdracht in."
|
782 |
|
783 |
-
#: includes/admin/links-page-js.php:
|
784 |
msgid "Select one or more links to edit."
|
785 |
-
msgstr "Selecteer
|
786 |
|
787 |
#: includes/admin/options-page-js.php:54
|
788 |
msgid "Hide debug info"
|
@@ -804,11 +856,11 @@ msgstr "Zoek"
|
|
804 |
msgid "Link text"
|
805 |
msgstr "Link tekst"
|
806 |
|
807 |
-
#: includes/admin/search-form.php:45 includes/admin/table-printer.php:
|
808 |
msgid "URL"
|
809 |
msgstr "URL"
|
810 |
|
811 |
-
#: includes/admin/search-form.php:48 includes/admin/table-printer.php:
|
812 |
msgid "HTTP code"
|
813 |
msgstr "HTTP code"
|
814 |
|
@@ -832,8 +884,8 @@ msgstr "Links gebruikt in"
|
|
832 |
msgid "Search Links"
|
833 |
msgstr "Zoek Links"
|
834 |
|
835 |
-
#: includes/admin/search-form.php:113 includes/admin/table-printer.php:
|
836 |
-
#: includes/admin/table-printer.php:
|
837 |
msgid "Cancel"
|
838 |
msgstr "Annuleren"
|
839 |
|
@@ -857,213 +909,233 @@ msgstr ""
|
|
857 |
msgid "Return to WordPress Dashboard"
|
858 |
msgstr "Ga terug naar het WordPress Dashboard"
|
859 |
|
860 |
-
#: includes/admin/table-printer.php:
|
861 |
msgid "Compact View"
|
862 |
msgstr "Compacte Weergave"
|
863 |
|
864 |
-
#: includes/admin/table-printer.php:
|
865 |
msgid "Detailed View"
|
866 |
msgstr "Gedetailleerde Weergave"
|
867 |
|
868 |
-
#: includes/admin/table-printer.php:
|
869 |
msgid "Source"
|
870 |
msgstr "Bron"
|
871 |
|
872 |
-
#: includes/admin/table-printer.php:
|
873 |
msgid "Link Text"
|
874 |
msgstr "Link Tekst"
|
875 |
|
876 |
-
#: includes/admin/table-printer.php:
|
877 |
msgid "Redirect URL"
|
878 |
msgstr "URL omleiden"
|
879 |
|
880 |
-
#: includes/admin/table-printer.php:
|
881 |
msgid "Bulk Actions"
|
882 |
msgstr "Meerdere Acties"
|
883 |
|
884 |
-
#: includes/admin/table-printer.php:
|
885 |
msgid "Edit URL"
|
886 |
msgstr "Bewerk URL"
|
887 |
|
888 |
-
#: includes/admin/table-printer.php:
|
889 |
msgid "Recheck"
|
890 |
msgstr "Controleer"
|
891 |
|
892 |
-
#: includes/admin/table-printer.php:
|
893 |
msgid "Fix redirects"
|
894 |
msgstr "Omleidingen repareren"
|
895 |
|
896 |
-
#: includes/admin/table-printer.php:
|
897 |
msgid "Mark as not broken"
|
898 |
msgstr "Markeer als niet verbroken"
|
899 |
|
900 |
-
#: includes/admin/table-printer.php:
|
901 |
msgid "Move sources to Trash"
|
902 |
msgstr "Verplaats bronnen naar Prullenbak"
|
903 |
|
904 |
-
#: includes/admin/table-printer.php:
|
905 |
msgid "Delete sources"
|
906 |
msgstr "Verwijder bronnen"
|
907 |
|
908 |
-
#: includes/admin/table-printer.php:
|
909 |
msgid "«"
|
910 |
msgstr "«"
|
911 |
|
912 |
-
#: includes/admin/table-printer.php:
|
913 |
msgid "»"
|
914 |
msgstr "»"
|
915 |
|
916 |
-
#: includes/admin/table-printer.php:
|
917 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
918 |
msgstr ""
|
919 |
"Weergave van %s–%s van <span class=\"huidige-link-aantal\">%s</span>"
|
920 |
|
921 |
-
#: includes/admin/table-printer.php:
|
922 |
msgid "Bulk Edit URLs"
|
923 |
msgstr "Meerdere URLs Bewerken"
|
924 |
|
925 |
-
#: includes/admin/table-printer.php:
|
926 |
msgid "Find"
|
927 |
msgstr "Zoek"
|
928 |
|
929 |
-
#: includes/admin/table-printer.php:
|
930 |
msgid "Replace with"
|
931 |
msgstr "Vervang door"
|
932 |
|
933 |
-
#: includes/admin/table-printer.php:
|
934 |
msgid "Case sensitive"
|
935 |
msgstr "Hoofdlettergevoelig"
|
936 |
|
937 |
-
#: includes/admin/table-printer.php:
|
938 |
msgid "Regular expression"
|
939 |
msgstr "Reguliere expressie"
|
940 |
|
941 |
-
#: includes/admin/table-printer.php:
|
942 |
msgid "Update"
|
943 |
msgstr "Aanpassen"
|
944 |
|
945 |
-
#: includes/admin/table-printer.php:
|
946 |
msgid "Post published on"
|
947 |
msgstr "Bericht gepubliceer op"
|
948 |
|
949 |
-
#: includes/admin/table-printer.php:
|
950 |
msgid "Link last checked"
|
951 |
msgstr "Link laatst gecontroleerd op"
|
952 |
|
953 |
-
#: includes/admin/table-printer.php:
|
954 |
msgid "Never"
|
955 |
msgstr "Nooit"
|
956 |
|
957 |
-
#: includes/admin/table-printer.php:
|
958 |
msgid "Response time"
|
959 |
msgstr "Responstijd"
|
960 |
|
961 |
-
#: includes/admin/table-printer.php:
|
962 |
msgid "%2.3f seconds"
|
963 |
msgstr "%2.3f seconden"
|
964 |
|
965 |
-
#: includes/admin/table-printer.php:
|
966 |
msgid "Final URL"
|
967 |
msgstr "Uiteindelijke URL"
|
968 |
|
969 |
-
#: includes/admin/table-printer.php:
|
970 |
msgid "Redirect count"
|
971 |
msgstr "Aantal omleidingen"
|
972 |
|
973 |
-
#: includes/admin/table-printer.php:
|
974 |
msgid "Instance count"
|
975 |
msgstr "Aantal"
|
976 |
|
977 |
-
#: includes/admin/table-printer.php:
|
978 |
msgid "This link has failed %d time."
|
979 |
msgid_plural "This link has failed %d times."
|
980 |
msgstr[0] "Deze link werkte %d keer niet."
|
981 |
msgstr[1] "Deze link werkte %d keer niet."
|
982 |
|
983 |
-
#: includes/admin/table-printer.php:
|
984 |
msgid "This link has been broken for %s."
|
985 |
msgstr "Deze link is al %s verbroken."
|
986 |
|
987 |
-
#: includes/admin/table-printer.php:
|
988 |
msgid "Log"
|
989 |
msgstr "Logboek"
|
990 |
|
991 |
-
#: includes/admin/table-printer.php:
|
992 |
msgid "Show more info about this link"
|
993 |
msgstr "Toon meer informatie over deze link"
|
994 |
|
995 |
-
#: includes/admin/table-printer.php:
|
996 |
msgctxt "checked how long ago"
|
997 |
msgid "Checked"
|
998 |
msgstr "Gecontroleerd"
|
999 |
|
1000 |
-
#: includes/admin/table-printer.php:
|
1001 |
msgid "Broken for"
|
1002 |
msgstr "Verbroken gedurende"
|
1003 |
|
1004 |
-
#: includes/admin/table-printer.php:
|
1005 |
-
msgid "Edit link
|
1006 |
-
msgstr "Bewerk link
|
1007 |
|
1008 |
-
#: includes/admin/table-printer.php:
|
1009 |
msgid "Remove this link from all posts"
|
1010 |
msgstr "Verwijder deze link uit alle berichten"
|
1011 |
|
1012 |
-
#: includes/admin/table-printer.php:
|
1013 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
1014 |
msgstr ""
|
1015 |
"Verwijder deze link uit de lijst met verbroken links en markeer hem als "
|
1016 |
"geldig"
|
1017 |
|
1018 |
-
#: includes/admin/table-printer.php:
|
1019 |
msgid "Hide this link and do not report it again unless its status changes"
|
1020 |
msgstr ""
|
1021 |
"Verberg deze link en laat het niet meer zien, behalve wanneer de status "
|
1022 |
"verandert"
|
1023 |
|
1024 |
-
#: includes/admin/table-printer.php:
|
1025 |
msgid "Dismiss"
|
1026 |
msgstr "Overslaan"
|
1027 |
|
1028 |
-
#: includes/admin/table-printer.php:
|
1029 |
msgid "Undismiss this link"
|
1030 |
msgstr "Sla deze link niet over"
|
1031 |
|
1032 |
-
#: includes/admin/table-printer.php:
|
1033 |
msgid "Undismiss"
|
1034 |
msgstr "Niet overslaan"
|
1035 |
|
1036 |
-
#: includes/admin/table-printer.php:
|
1037 |
-
msgid "Cancel URL editing"
|
1038 |
-
msgstr "Annuleer bewerken URL"
|
1039 |
-
|
1040 |
-
#: includes/admin/table-printer.php:659
|
1041 |
msgid "Update URL"
|
1042 |
msgstr "Bijwerken URL"
|
1043 |
|
1044 |
-
#: includes/admin/table-printer.php:
|
1045 |
msgid "[An orphaned link! This is a bug.]"
|
1046 |
msgstr "[Een link zonder referentie! Dit is een bug.]"
|
1047 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1048 |
#: includes/any-post.php:397 modules/containers/blogroll.php:46
|
1049 |
-
#: modules/containers/comment.php:153 modules/containers/custom_field.php:
|
1050 |
msgid "Edit"
|
1051 |
msgstr "Bewerken"
|
1052 |
|
1053 |
-
#: includes/any-post.php:405 modules/containers/custom_field.php:
|
1054 |
msgid "Move this item to the Trash"
|
1055 |
msgstr "Verplaats dit onderdeel naar de Prullenbak"
|
1056 |
|
1057 |
-
#: includes/any-post.php:407 modules/containers/custom_field.php:
|
1058 |
msgid "Trash"
|
1059 |
msgstr "Prullenbak"
|
1060 |
|
1061 |
-
#: includes/any-post.php:412 modules/containers/custom_field.php:
|
1062 |
msgid "Delete this item permanently"
|
1063 |
msgstr "Verwijder dit onderdeel permanent"
|
1064 |
|
1065 |
#: includes/any-post.php:414 modules/containers/blogroll.php:47
|
1066 |
-
#: modules/containers/custom_field.php:
|
1067 |
msgid "Delete"
|
1068 |
msgstr "Verwijderen"
|
1069 |
|
@@ -1080,11 +1152,11 @@ msgid "View “%s”"
|
|
1080 |
msgstr "Bekijk “%s”"
|
1081 |
|
1082 |
#: includes/any-post.php:436 modules/containers/comment.php:166
|
1083 |
-
#: modules/containers/custom_field.php:
|
1084 |
msgid "View"
|
1085 |
msgstr "Bekijken"
|
1086 |
|
1087 |
-
#: includes/any-post.php:455 modules/containers/custom_field.php:
|
1088 |
msgid "Edit this item"
|
1089 |
msgstr "Bewerk dit onderdeel"
|
1090 |
|
@@ -1097,11 +1169,11 @@ msgstr "Niets aan te passen"
|
|
1097 |
msgid "Updating post %d failed"
|
1098 |
msgstr "Kon bericht %d niet aanpassen"
|
1099 |
|
1100 |
-
#: includes/any-post.php:566 modules/containers/custom_field.php:
|
1101 |
msgid "Failed to delete post \"%s\" (%d)"
|
1102 |
msgstr "Kon dit bericht niet verwijderen: \"%s\" (%d)"
|
1103 |
|
1104 |
-
#: includes/any-post.php:585 modules/containers/custom_field.php:
|
1105 |
msgid ""
|
1106 |
"Can't move post \"%s\" (%d) to the trash because the trash feature is "
|
1107 |
"disabled"
|
@@ -1109,7 +1181,7 @@ msgstr ""
|
|
1109 |
"Kan post \"%s\" (%d) niet naar de Prullenbak verplaatsen omdat de "
|
1110 |
"prullenbakmogelijkheid is uitgezet"
|
1111 |
|
1112 |
-
#: includes/any-post.php:605 modules/containers/custom_field.php:
|
1113 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
1114 |
msgstr "Kon bericht \"%s\" (%d) niet verplaatsen naar de Prullenbak"
|
1115 |
|
@@ -1155,7 +1227,7 @@ msgid_plural "%d '%s' have been deleted"
|
|
1155 |
msgstr[0] "%d '%s' is verwijderd"
|
1156 |
msgstr[1] "%d '%s' zijn verwijderd"
|
1157 |
|
1158 |
-
#: includes/containers.php:
|
1159 |
msgid "Container type '%s' not recognized"
|
1160 |
msgstr "Container type '%s' niet herkend"
|
1161 |
|
@@ -1269,11 +1341,11 @@ msgctxt "module name"
|
|
1269 |
msgid "Pages"
|
1270 |
msgstr "Pagina's"
|
1271 |
|
1272 |
-
#: includes/instances.php:
|
1273 |
msgid "Container %s[%d] not found"
|
1274 |
msgstr "Container %s[%d] niet gevonden"
|
1275 |
|
1276 |
-
#: includes/instances.php:
|
1277 |
msgid "Parser '%s' not found."
|
1278 |
msgstr "Parser '%s' niet gevonden."
|
1279 |
|
@@ -1346,48 +1418,48 @@ msgstr "Link is geldig."
|
|
1346 |
msgid "Link is broken."
|
1347 |
msgstr "Link is verbroken."
|
1348 |
|
1349 |
-
#: includes/links.php:
|
1350 |
msgid "Link is not valid"
|
1351 |
msgstr "Link is niet geldig"
|
1352 |
|
1353 |
-
#: includes/links.php:
|
1354 |
msgid ""
|
1355 |
"This link can not be edited because it is not used anywhere on this site."
|
1356 |
msgstr ""
|
1357 |
"Deze link kan niet worden aangepast omdat deze nergens op deze site wordt "
|
1358 |
"gebruikt."
|
1359 |
|
1360 |
-
#: includes/links.php:
|
1361 |
msgid "Failed to create a DB entry for the new URL."
|
1362 |
msgstr "Kon geen databasevermelding voor de nieuwe URL maken."
|
1363 |
|
1364 |
-
#: includes/links.php:
|
1365 |
msgid "This link is not a redirect"
|
1366 |
msgstr "Deze link is geen omleiding"
|
1367 |
|
1368 |
-
#: includes/links.php:
|
1369 |
msgid "Couldn't delete the link's database record"
|
1370 |
msgstr "Kon de databaseregel voor deze link niet verwijderen."
|
1371 |
|
1372 |
-
#: includes/links.php:
|
1373 |
msgctxt "link status"
|
1374 |
msgid "Unknown"
|
1375 |
msgstr "Onbekend"
|
1376 |
|
1377 |
-
#: includes/links.php:
|
1378 |
#: modules/extras/mediafire.php:101
|
1379 |
msgid "Unknown Error"
|
1380 |
msgstr "Onbekende Fout"
|
1381 |
|
1382 |
-
#: includes/links.php:
|
1383 |
msgid "Not checked"
|
1384 |
msgstr "Niet gecontroleerd"
|
1385 |
|
1386 |
-
#: includes/links.php:
|
1387 |
msgid "False positive"
|
1388 |
msgstr "Vals positief"
|
1389 |
|
1390 |
-
#: includes/links.php:
|
1391 |
#: modules/extras/megaupload.php:115 modules/extras/rapidshare.php:145
|
1392 |
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
|
1393 |
msgctxt "link status"
|
@@ -1571,19 +1643,19 @@ msgid_plural "%d comments moved to the Trash."
|
|
1571 |
msgstr[0] "%d reactie verplaatst naar de Prullenbak."
|
1572 |
msgstr[1] "%d reacties verplaatst naar de Prullenbak."
|
1573 |
|
1574 |
-
#: modules/containers/custom_field.php:
|
1575 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1576 |
msgstr "Kon meta veld '%s' op %s [%d] niet aanpassen."
|
1577 |
|
1578 |
-
#: modules/containers/custom_field.php:
|
1579 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1580 |
msgstr "Kon meta veld '%s' op %s [%d] niet verwijderen"
|
1581 |
|
1582 |
-
#: modules/containers/custom_field.php:
|
1583 |
msgid "Edit this post"
|
1584 |
msgstr "Bewerk dit bericht"
|
1585 |
|
1586 |
-
#: modules/containers/custom_field.php:
|
1587 |
msgid "View \"%s\""
|
1588 |
msgstr "Toon \"%s\""
|
1589 |
|
@@ -1754,7 +1826,7 @@ msgstr "Lege Playlist"
|
|
1754 |
msgid "Image"
|
1755 |
msgstr "Afbeelding"
|
1756 |
|
1757 |
-
#: modules/parsers/metadata.php:
|
1758 |
msgid "Custom field"
|
1759 |
msgstr "Aangepast Veld"
|
1760 |
|
@@ -1778,6 +1850,12 @@ msgstr "Janis Elsts"
|
|
1778 |
msgid "http://w-shadow.com/"
|
1779 |
msgstr "http://w-shadow.com/"
|
1780 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1781 |
#~ msgid "Broken link CSS"
|
1782 |
#~ msgstr "Verbroken link CSS"
|
1783 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Broken-link-checker\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
+
"POT-Creation-Date: 2013-10-14 09:34:17+00:00\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Robin Roelofsen <info@dreamdesignsolutions.nl>\n"
|
8 |
"Language-Team: Brokenlinkchecker <gvmelle@gmail.com>\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPath-1: ..\n"
|
20 |
|
21 |
+
#: core/core.php:153 includes/admin/links-page-js.php:37
|
22 |
msgid "Loading..."
|
23 |
msgstr "Aan het laden..."
|
24 |
|
25 |
+
#: core/core.php:177 includes/admin/options-page-js.php:18
|
26 |
msgid "[ Network error ]"
|
27 |
msgstr "[ Netwerk fout ]"
|
28 |
|
29 |
+
#: core/core.php:204
|
30 |
msgid "Automatically expand the widget if broken links have been detected"
|
31 |
msgstr ""
|
32 |
"Automatisch de widget uitklappen wanneer er verbroken links zijn ontdekt"
|
33 |
|
34 |
+
#: core/core.php:295
|
35 |
msgid "Link Checker Settings"
|
36 |
msgstr "Link Checker Instellingen"
|
37 |
|
38 |
+
#: core/core.php:296
|
39 |
msgid "Link Checker"
|
40 |
msgstr "Broken Link Checker"
|
41 |
|
42 |
+
#: core/core.php:301 includes/link-query.php:27
|
43 |
msgid "Broken Links"
|
44 |
msgstr "Verbroken Links"
|
45 |
|
46 |
+
#: core/core.php:317
|
47 |
msgid "View Broken Links"
|
48 |
msgstr "Bekijk Verbroken Links"
|
49 |
|
50 |
+
#: core/core.php:332
|
51 |
msgid "Feedback"
|
52 |
msgstr "Reacties"
|
53 |
|
54 |
+
#: core/core.php:340
|
55 |
msgid "Go to Broken Links"
|
56 |
msgstr "Ga naar Verbroken Links"
|
57 |
|
58 |
+
#: core/core.php:369
|
59 |
msgid "Settings"
|
60 |
msgstr "Instellingen"
|
61 |
|
62 |
+
#: core/core.php:538
|
63 |
msgid "Settings saved."
|
64 |
msgstr "Instellingen opgeslagen."
|
65 |
|
66 |
+
#: core/core.php:544
|
67 |
msgid "Thank you for your donation!"
|
68 |
msgstr "Bedankt voor je donatie!"
|
69 |
|
70 |
+
#: core/core.php:552
|
71 |
msgid "Complete site recheck started."
|
72 |
msgstr "Volledige site controle begonnen."
|
73 |
|
74 |
+
#: core/core.php:561
|
75 |
msgid "Details"
|
76 |
msgstr "Details"
|
77 |
|
78 |
+
#: core/core.php:575
|
79 |
msgid "General"
|
80 |
msgstr "Algemeen"
|
81 |
|
82 |
+
#: core/core.php:576
|
83 |
msgid "Look For Links In"
|
84 |
msgstr "Zoek Naar Links In"
|
85 |
|
86 |
+
#: core/core.php:577
|
87 |
msgid "Which Links To Check"
|
88 |
msgstr "Deze Links Controleren"
|
89 |
|
90 |
+
#: core/core.php:578
|
91 |
msgid "Protocols & APIs"
|
92 |
msgstr "Protocollen & APIs"
|
93 |
|
94 |
+
#: core/core.php:579
|
95 |
msgid "Advanced"
|
96 |
msgstr "Geavanceerd"
|
97 |
|
98 |
+
#: core/core.php:594
|
99 |
msgid "Broken Link Checker Options"
|
100 |
msgstr "Broken Link Checker Opties"
|
101 |
|
102 |
+
#: core/core.php:636 includes/admin/table-printer.php:200
|
103 |
msgid "Status"
|
104 |
msgstr "Status:"
|
105 |
|
106 |
+
#: core/core.php:638 includes/admin/options-page-js.php:56
|
107 |
msgid "Show debug info"
|
108 |
msgstr "Toon debug informatie"
|
109 |
|
110 |
+
#: core/core.php:666
|
111 |
msgid "Check each link"
|
112 |
msgstr "Controleer iedere link:"
|
113 |
|
114 |
+
#: core/core.php:671
|
115 |
msgid "Every %s hours"
|
116 |
msgstr "Elke %s uur"
|
117 |
|
118 |
+
#: core/core.php:680
|
119 |
msgid ""
|
120 |
"Existing links will be checked this often. New links will usually be checked "
|
121 |
"ASAP."
|
123 |
"Bestaande links zullen met deze regelmaat worden gecontroleerd. Nieuwe links "
|
124 |
"worden meestal zo snel mogelijk gecontroleerd. "
|
125 |
|
126 |
+
#: core/core.php:687
|
127 |
msgid "E-mail notifications"
|
128 |
msgstr "E-mail meldingen:"
|
129 |
|
130 |
+
#: core/core.php:693
|
131 |
msgid "Send me e-mail notifications about newly detected broken links"
|
132 |
msgstr "Stuur mij meldingen via e-mail over nieuw ontdekte verbroken links"
|
133 |
|
134 |
+
#: core/core.php:701
|
135 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
136 |
msgstr ""
|
137 |
"Stuur schrijvers meldingen via e-mail over verbroken links in hun berichten"
|
138 |
|
139 |
+
#: core/core.php:708
|
140 |
msgid "Notification e-mail address"
|
141 |
msgstr "E-mail adres voor meldingen:"
|
142 |
|
143 |
+
#: core/core.php:720
|
144 |
msgid ""
|
145 |
"Leave empty to use the e-mail address specified in Settings → General."
|
146 |
msgstr ""
|
147 |
"Laat dit veld leeg om het e-mail adres te gebruiken dat is opgegeven bij "
|
148 |
"Instellingen → Algemeen."
|
149 |
|
150 |
+
#: core/core.php:727
|
151 |
msgid "Link tweaks"
|
152 |
msgstr "Link aanpassingen:"
|
153 |
|
154 |
+
#: core/core.php:733
|
155 |
msgid "Apply custom formatting to broken links"
|
156 |
msgstr "Speciale formattering toepassen op verbroken links"
|
157 |
|
158 |
+
#: core/core.php:737 core/core.php:768
|
159 |
msgid "Edit CSS"
|
160 |
msgstr "Bewerk CSS"
|
161 |
|
162 |
+
#: core/core.php:753
|
163 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
164 |
msgstr "Voorbeeld: Lorem ipsum <a %s>verbroken link</a>, dolor sit amet."
|
165 |
|
166 |
+
#: core/core.php:756 core/core.php:787
|
167 |
msgid "Click \"Save Changes\" to update example output."
|
168 |
msgstr "Klik op \"Instellingen opslaan\" om het voorbeeld te verversen."
|
169 |
|
170 |
+
#: core/core.php:764
|
171 |
msgid "Apply custom formatting to removed links"
|
172 |
msgstr "Speciale formattering toepassen op verwijderde links"
|
173 |
|
174 |
+
#: core/core.php:784
|
175 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
176 |
msgstr ""
|
177 |
"Voorbeeld: Lorem ipsum <span %s>verwijderde link</span>, dolor sit amet."
|
178 |
|
179 |
+
#: core/core.php:797
|
180 |
msgid "Stop search engines from following broken links"
|
181 |
msgstr "Verhinder dat zoekmachines verbroken links volgen"
|
182 |
|
183 |
+
#: core/core.php:805
|
184 |
+
msgctxt "settings page"
|
185 |
+
msgid "Suggestions"
|
186 |
+
msgstr "Suggesties:"
|
187 |
+
|
188 |
+
#: core/core.php:811
|
189 |
+
msgid "Suggest alternatives to broken links"
|
190 |
+
msgstr "Suggereer alternatieven voor verbroken links"
|
191 |
+
|
192 |
+
#: core/core.php:827
|
193 |
msgid "Look for links in"
|
194 |
msgstr "Zoek naar links in:"
|
195 |
|
196 |
+
#: core/core.php:838
|
197 |
msgid "Post statuses"
|
198 |
msgstr "Bericht statussen:"
|
199 |
|
200 |
+
#: core/core.php:871
|
201 |
msgid "Link types"
|
202 |
msgstr "Linksoorten:"
|
203 |
|
204 |
+
#: core/core.php:877
|
205 |
msgid "Error : All link parsers missing!"
|
206 |
msgstr "Fout: alle linkparsers ontbreken! "
|
207 |
|
208 |
+
#: core/core.php:884
|
209 |
msgid "Exclusion list"
|
210 |
msgstr "Uitsluitingslijst:"
|
211 |
|
212 |
+
#: core/core.php:885
|
213 |
msgid ""
|
214 |
"Don't check links where the URL contains any of these words (one per line) :"
|
215 |
msgstr ""
|
216 |
+
"Controleer geen links waarbij de URL één of meerdere van deze "
|
217 |
+
"woorden bevat (één per regel):"
|
218 |
|
219 |
+
#: core/core.php:903
|
220 |
msgid "Check links using"
|
221 |
msgstr "Controleer links die gebruik maken van:"
|
222 |
|
223 |
+
#: core/core.php:922 includes/links.php:857
|
224 |
msgid "Timeout"
|
225 |
msgstr "Timeout:"
|
226 |
|
227 |
+
#: core/core.php:928 core/core.php:997 core/core.php:2904
|
228 |
msgid "%s seconds"
|
229 |
msgstr "%s seconden"
|
230 |
|
231 |
+
#: core/core.php:937
|
232 |
msgid "Links that take longer than this to load will be marked as broken."
|
233 |
msgstr ""
|
234 |
"Links die er langer over doen om te laden zullen worden aangemerkt als "
|
235 |
"verbroken."
|
236 |
|
237 |
+
#: core/core.php:944
|
238 |
msgid "Link monitor"
|
239 |
msgstr "Linkcontrole:"
|
240 |
|
241 |
+
#: core/core.php:952
|
242 |
msgid "Run continuously while the Dashboard is open"
|
243 |
msgstr "Draai continu zolang het Dashboard openstaat"
|
244 |
|
245 |
+
#: core/core.php:960
|
246 |
msgid "Run hourly in the background"
|
247 |
msgstr "Draai ieder uur in de achtergrond"
|
248 |
|
249 |
+
#: core/core.php:968
|
250 |
msgid "Show the dashboard widget for"
|
251 |
+
msgstr "Laat het Dashboard widget zien aan:"
|
252 |
|
253 |
+
#: core/core.php:973
|
254 |
msgctxt "dashboard widget visibility"
|
255 |
msgid "Administrator"
|
256 |
msgstr "Beheerder"
|
257 |
|
258 |
+
#: core/core.php:974
|
259 |
msgctxt "dashboard widget visibility"
|
260 |
msgid "Editor and above"
|
261 |
msgstr "Redacteur en hoger"
|
262 |
|
263 |
+
#: core/core.php:975
|
264 |
msgctxt "dashboard widget visibility"
|
265 |
msgid "Nobody (disables the widget)"
|
266 |
msgstr "Niemand (deze optie zet de widget uit)"
|
267 |
|
268 |
+
#: core/core.php:991
|
269 |
msgid "Max. execution time"
|
270 |
msgstr "Maximale uitvoeringstijd:"
|
271 |
|
272 |
+
#: core/core.php:1008
|
273 |
msgid ""
|
274 |
"The plugin works by periodically launching a background job that parses your "
|
275 |
"posts for links, checks the discovered URLs, and performs other time-"
|
278 |
msgstr ""
|
279 |
"De plugin start regelmatig een proces in de achtergrond dat je berichten "
|
280 |
"controleert op links, de ontdekte links controleert, en andere tijdrovende "
|
281 |
+
"zaken uitvoert. Stel hier in hoe lang de linkcontrole elke keer maximaal mag "
|
282 |
+
"draaien voor hij wordt gestopt."
|
283 |
|
284 |
+
#: core/core.php:1017
|
285 |
msgid "Server load limit"
|
286 |
msgstr "Serverbelasting limiet:"
|
287 |
|
288 |
+
#: core/core.php:1032
|
289 |
msgid "Current load : %s"
|
290 |
msgstr "Huidige serverbelasting: %s"
|
291 |
|
292 |
+
#: core/core.php:1037
|
293 |
msgid ""
|
294 |
"Link checking will be suspended if the average <a href=\"%s\">server load</"
|
295 |
"a> rises above this number. Leave this field blank to disable load limiting."
|
298 |
"\">serverbelasting</a> boven dit getal uitkomt. Laat dit veld leeg om "
|
299 |
"belastinglimitering uit te zetten."
|
300 |
|
301 |
+
#: core/core.php:1046
|
302 |
msgid "Not available"
|
303 |
msgstr "Niet beschikbaar"
|
304 |
|
305 |
+
#: core/core.php:1048
|
306 |
msgid ""
|
307 |
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
|
308 |
"code> is present and accessible."
|
310 |
"Belastinglimitering werkt alleen op Linux-achtige systemen waar <code>/proc/"
|
311 |
"loadavg</code> aanwezig en bereikbaar is."
|
312 |
|
313 |
+
#: core/core.php:1056
|
314 |
msgid "Forced recheck"
|
315 |
msgstr "Geforceerd controleren:"
|
316 |
|
317 |
+
#: core/core.php:1059
|
318 |
msgid "Re-check all pages"
|
319 |
msgstr "Controleer nu all pagina's"
|
320 |
|
321 |
+
#: core/core.php:1063
|
322 |
msgid ""
|
323 |
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
|
324 |
"database and recheck the entire site from scratch."
|
325 |
msgstr ""
|
326 |
+
"De \"Nucleaire Optie\". Wanneer je op deze knop klikt maakt de plugin zijn "
|
327 |
+
"link database leeg, en wordt de volledige site opnieuw gecontroleerd."
|
328 |
|
329 |
+
#: core/core.php:1074
|
330 |
msgid "Save Changes"
|
331 |
msgstr "Wijzigingen Opslaan"
|
332 |
|
333 |
+
#: core/core.php:1125
|
334 |
msgid "Configure"
|
335 |
msgstr "Configureer"
|
336 |
|
337 |
+
#: core/core.php:1207
|
338 |
+
msgid ""
|
339 |
+
"Enter the names of custom fields you want to check (one per line). If a "
|
340 |
+
"field contains HTML code, prefix its name with <code>html:</code>. For "
|
341 |
+
"example, <code>html:field_name</code>."
|
342 |
+
msgstr ""
|
343 |
+
"Vul de namen in van de aangepaste velden die je wilt controleren (é"
|
344 |
+
"én per regel). Wanneer een veld HTML code bevat, begin de veldnaam "
|
345 |
+
"dan met <code>html:</code>. Bijvoorbeeld, <code>html:field_name</code>."
|
346 |
|
347 |
+
#: core/core.php:1338 core/core.php:1421 core/core.php:1453
|
348 |
msgid "Database error : %s"
|
349 |
msgstr "Database fout: %s"
|
350 |
|
351 |
+
#: core/core.php:1403
|
352 |
msgid "You must enter a filter name!"
|
353 |
msgstr "Je moet een filternaam invullen!"
|
354 |
|
355 |
+
#: core/core.php:1407
|
356 |
msgid "Invalid search query."
|
357 |
msgstr "Onjuiste zoekopdracht"
|
358 |
|
359 |
+
#: core/core.php:1416
|
360 |
msgid "Filter \"%s\" created"
|
361 |
msgstr "Filter \"%s\" aangemaakt"
|
362 |
|
363 |
+
#: core/core.php:1443
|
364 |
msgid "Filter ID not specified."
|
365 |
msgstr "Filter ID niet opgegeven."
|
366 |
|
367 |
+
#: core/core.php:1450
|
368 |
msgid "Filter deleted"
|
369 |
msgstr "Filter verwijderd"
|
370 |
|
371 |
+
#: core/core.php:1497
|
372 |
msgid "Replaced %d redirect with a direct link"
|
373 |
msgid_plural "Replaced %d redirects with direct links"
|
374 |
msgstr[0] "%d verwijzing vervangen door een directe link"
|
375 |
msgstr[1] "%d verwijzingen vervangen door een directe link."
|
376 |
|
377 |
+
#: core/core.php:1508
|
378 |
msgid "Failed to fix %d redirect"
|
379 |
msgid_plural "Failed to fix %d redirects"
|
380 |
msgstr[0] "Kon %d verwijzing niet repareren"
|
381 |
msgstr[1] "Kon %d verwijzingen niet repareren"
|
382 |
|
383 |
+
#: core/core.php:1519
|
384 |
msgid "None of the selected links are redirects!"
|
385 |
msgstr "Geen van de geselecteerde links zijn verwijzingen!"
|
386 |
|
387 |
+
#: core/core.php:1597
|
388 |
msgid "%d link updated."
|
389 |
msgid_plural "%d links updated."
|
390 |
msgstr[0] "%d link bijgewerkt."
|
391 |
msgstr[1] "%d links bijgewerkt."
|
392 |
|
393 |
+
#: core/core.php:1608
|
394 |
msgid "Failed to update %d link."
|
395 |
msgid_plural "Failed to update %d links."
|
396 |
msgstr[0] "Kon %d link niet aanpassen."
|
397 |
msgstr[1] "Kon %d links niet aanpassen."
|
398 |
|
399 |
+
#: core/core.php:1697
|
400 |
msgid "%d link removed"
|
401 |
msgid_plural "%d links removed"
|
402 |
msgstr[0] "%d link verwijderd"
|
403 |
msgstr[1] "%d links verwijderd"
|
404 |
|
405 |
+
#: core/core.php:1708
|
406 |
msgid "Failed to remove %d link"
|
407 |
msgid_plural "Failed to remove %d links"
|
408 |
msgstr[0] "Kon %d link niet verwijderen"
|
409 |
msgstr[1] "Kon %d links niet verwijderen"
|
410 |
|
411 |
+
#: core/core.php:1817
|
412 |
msgid ""
|
413 |
"%d item was skipped because it can't be moved to the Trash. You need to "
|
414 |
"delete it manually."
|
422 |
"%d onderdelen zijn overgeslagen omdat het niet naar de Prullenbak kan worden "
|
423 |
"verplaatst. Je moet deze handmatig verwijderen."
|
424 |
|
425 |
+
#: core/core.php:1839
|
426 |
msgid "Didn't find anything to delete!"
|
427 |
msgstr "Kon niets vinden om te verwijderen!"
|
428 |
|
429 |
+
#: core/core.php:1867
|
430 |
msgid "%d link scheduled for rechecking"
|
431 |
msgid_plural "%d links scheduled for rechecking"
|
432 |
msgstr[0] "%d link ingepland voor controle"
|
433 |
msgstr[1] "%d links ingepland voor controle"
|
434 |
|
435 |
+
#: core/core.php:1913 core/core.php:2522
|
436 |
msgid "This link was manually marked as working by the user."
|
437 |
msgstr "Deze link is handmatig aangemerkt als werkend door de gebruiker."
|
438 |
|
439 |
+
#: core/core.php:1920
|
440 |
msgid "Couldn't modify link %d"
|
441 |
msgstr "Kon deze link niet bewerken: %d"
|
442 |
|
443 |
+
#: core/core.php:1930
|
444 |
msgid "%d link marked as not broken"
|
445 |
msgid_plural "%d links marked as not broken"
|
446 |
msgstr[0] "%d link gemarkeerd als niet verbroken"
|
447 |
msgstr[1] "%d links gemarkeerd als niet verbroken"
|
448 |
|
449 |
+
#: core/core.php:1970
|
450 |
msgid "Table columns"
|
451 |
msgstr "Tabel colommen"
|
452 |
|
453 |
+
#: core/core.php:1989
|
454 |
msgid "Show on screen"
|
455 |
msgstr "Toon op scherm"
|
456 |
|
457 |
+
#: core/core.php:1996
|
458 |
msgid "links"
|
459 |
msgstr "links"
|
460 |
|
461 |
+
#: core/core.php:1997 includes/admin/table-printer.php:168
|
462 |
msgid "Apply"
|
463 |
msgstr "Toepassen"
|
464 |
|
465 |
+
#: core/core.php:2001
|
466 |
msgid "Misc"
|
467 |
msgstr "Divers"
|
468 |
|
469 |
+
#: core/core.php:2016
|
470 |
msgid "Highlight links broken for at least %s days"
|
471 |
msgstr "Laat links zien die minstens %s dagen verbroken zijn"
|
472 |
|
473 |
+
#: core/core.php:2025
|
474 |
msgid "Color-code status codes"
|
475 |
msgstr "Kleurcodering voor status codes"
|
476 |
|
477 |
+
#: core/core.php:2042 core/core.php:2507 core/core.php:2547 core/core.php:2580
|
478 |
+
#: core/core.php:2667
|
479 |
msgid "You're not allowed to do that!"
|
480 |
msgstr "Je hebt geen toestemming om dat te doen!"
|
481 |
|
482 |
+
#: core/core.php:2377
|
483 |
msgid "View broken links"
|
484 |
msgstr "Bekijk verbroken links"
|
485 |
|
486 |
+
#: core/core.php:2378
|
487 |
msgid "Found %d broken link"
|
488 |
msgid_plural "Found %d broken links"
|
489 |
msgstr[0] "%d verbroken link gevonden"
|
490 |
msgstr[1] "%d verbroken links gevonden"
|
491 |
|
492 |
+
#: core/core.php:2384
|
493 |
msgid "No broken links found."
|
494 |
msgstr "Geen verbroken links gevonden."
|
495 |
|
496 |
+
#: core/core.php:2391
|
497 |
msgid "%d URL in the work queue"
|
498 |
msgid_plural "%d URLs in the work queue"
|
499 |
msgstr[0] "%d URL in de wachtrij"
|
500 |
msgstr[1] "%d URL's in de wachtrij"
|
501 |
|
502 |
+
#: core/core.php:2394
|
503 |
msgid "No URLs in the work queue."
|
504 |
msgstr "Geen URLs meer in de wachtrij."
|
505 |
|
506 |
+
#: core/core.php:2400
|
507 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
508 |
msgid "%d unique URL"
|
509 |
msgid_plural "%d unique URLs"
|
510 |
msgstr[0] "%d unieke URL"
|
511 |
msgstr[1] "%d unieke URLs"
|
512 |
|
513 |
+
#: core/core.php:2404
|
514 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
515 |
msgid "%d link"
|
516 |
msgid_plural "%d links"
|
517 |
msgstr[0] "%d link"
|
518 |
msgstr[1] "%d links"
|
519 |
|
520 |
+
#: core/core.php:2410
|
521 |
msgid "Detected %1$s in %2$s and still searching..."
|
522 |
msgstr "%1$s in %2$s gevonden, en nog steeds aan 't zoeken..."
|
523 |
|
524 |
+
#: core/core.php:2416
|
525 |
msgid "Detected %1$s in %2$s."
|
526 |
msgstr "%1$s in %2$s gevonden."
|
527 |
|
528 |
+
#: core/core.php:2423
|
529 |
msgid "Searching your blog for links..."
|
530 |
msgstr "Uw blog aan 't doorzoeken naar links..."
|
531 |
|
532 |
+
#: core/core.php:2425
|
533 |
msgid "No links detected."
|
534 |
msgstr "Geen links gevonden."
|
535 |
|
536 |
+
#: core/core.php:2451
|
537 |
msgctxt "current load"
|
538 |
msgid "Unknown"
|
539 |
msgstr "Onbekend"
|
540 |
|
541 |
+
#: core/core.php:2515 core/core.php:2555 core/core.php:2595 core/core.php:2677
|
542 |
msgid "Oops, I can't find the link %d"
|
543 |
msgstr "Oeps, ik kan link %d niet vinden"
|
544 |
|
545 |
+
#: core/core.php:2528 core/core.php:2565
|
546 |
msgid "Oops, couldn't modify the link!"
|
547 |
msgstr "Oeps, ik kan deze link niet aanpassen!"
|
548 |
|
549 |
+
#: core/core.php:2531 core/core.php:2568 core/core.php:2703
|
550 |
msgid "Error : link_id not specified"
|
551 |
msgstr "Fout : link_id niet opgegeven"
|
552 |
|
553 |
+
#: core/core.php:2586
|
554 |
+
msgid "Error : link_id or new_url not specified"
|
555 |
+
msgstr "Fout: link_id of new_url niet opgegeven"
|
556 |
+
|
557 |
+
#: core/core.php:2604
|
558 |
msgid "Oops, the new URL is invalid!"
|
559 |
msgstr "Oeps, de nieuwe URL is ongeldig!"
|
560 |
|
561 |
+
#: core/core.php:2619
|
562 |
+
msgid "An unexpected error occurred!"
|
563 |
msgstr "Er is een onverwachte fout opgetreden!"
|
564 |
|
565 |
+
#: core/core.php:2686
|
566 |
+
msgid "An unexpected error occured!"
|
567 |
+
msgstr "Er is een onverwachte fout opgetreden!"
|
568 |
|
569 |
+
#: core/core.php:2712
|
570 |
msgid "You don't have sufficient privileges to access this information!"
|
571 |
msgstr "U heeft niet genoeg rechten om deze informatie te bekijken! "
|
572 |
|
573 |
+
#: core/core.php:2725
|
574 |
msgid "Error : link ID not specified"
|
575 |
msgstr "Fout : link ID niet opgegeven"
|
576 |
|
577 |
+
#: core/core.php:2739
|
578 |
msgid "Failed to load link details (%s)"
|
579 |
msgstr "Kon linkgegevens (%s) niet laden"
|
580 |
|
581 |
+
#. #-#-#-#-# plugin.pot (Broken Link Checker 1.8.3) #-#-#-#-#
|
582 |
#. Plugin Name of the plugin/theme
|
583 |
+
#: core/core.php:2793
|
584 |
msgid "Broken Link Checker"
|
585 |
msgstr "Broken Link Checker"
|
586 |
|
587 |
+
#: core/core.php:2813
|
588 |
msgid "PHP version"
|
589 |
msgstr "PHP versie"
|
590 |
|
591 |
+
#: core/core.php:2819
|
592 |
msgid "MySQL version"
|
593 |
msgstr "MySQL versie"
|
594 |
|
595 |
+
#: core/core.php:2832
|
596 |
msgid ""
|
597 |
"You have an old version of CURL. Redirect detection may not work properly."
|
598 |
msgstr ""
|
599 |
"U draait een oude versie van CURL. Omleidingsdetectie werkt misschien niet "
|
600 |
"goed."
|
601 |
|
602 |
+
#: core/core.php:2844 core/core.php:2860 core/core.php:2865
|
603 |
msgid "Not installed"
|
604 |
msgstr "Niet geïnstalleerd."
|
605 |
|
606 |
+
#: core/core.php:2847
|
607 |
msgid "CURL version"
|
608 |
msgstr "CURL versie"
|
609 |
|
610 |
+
#: core/core.php:2853
|
611 |
msgid "Installed"
|
612 |
msgstr "Geïnstalleerd."
|
613 |
|
614 |
+
#: core/core.php:2866
|
615 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
616 |
msgstr ""
|
617 |
"U moet CURL of Snoopy hebben geïnstalleerd. Anders werkt de plugin niet!"
|
618 |
|
619 |
+
#: core/core.php:2877
|
620 |
msgid "On"
|
621 |
msgstr "Aan"
|
622 |
|
623 |
+
#: core/core.php:2878
|
624 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
625 |
msgstr ""
|
626 |
"Omgeleide links worden misschien gezien als verbroken links wanneer "
|
627 |
"safe_mode aan staat."
|
628 |
|
629 |
+
#: core/core.php:2883 core/core.php:2897
|
630 |
msgid "Off"
|
631 |
msgstr "Uit"
|
632 |
|
633 |
+
#: core/core.php:2891
|
634 |
msgid "On ( %s )"
|
635 |
msgstr "Aan (%s)"
|
636 |
|
637 |
+
#: core/core.php:2892
|
638 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
639 |
msgstr ""
|
640 |
"Omgeleide link worden misschien gezien als verbroken links wanneer "
|
641 |
"open_basedir aan staan."
|
642 |
|
643 |
+
#: core/core.php:2921
|
644 |
msgid ""
|
645 |
"If this value is zero even after several page reloads you have probably "
|
646 |
"encountered a bug."
|
648 |
"Wanneer deze waarde op nul staat, ook na het meerdere malen herladen van de "
|
649 |
"pagina, heb je waarschijnlijk eenn bug ontdekt."
|
650 |
|
651 |
+
#: core/core.php:3044 core/core.php:3159
|
652 |
msgid "[%s] Broken links detected"
|
653 |
msgstr "[%s] verbroken links gevonden"
|
654 |
|
655 |
+
#: core/core.php:3049
|
656 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
657 |
msgid_plural ""
|
658 |
"Broken Link Checker has detected %d new broken links on your site."
|
661 |
msgstr[1] ""
|
662 |
"Broken Link Checker heeft %d nieuwe verbroken links op jouw site gevonden."
|
663 |
|
664 |
+
#: core/core.php:3080
|
665 |
msgid "Here's a list of the first %d broken links:"
|
666 |
msgid_plural "Here's a list of the first %d broken links:"
|
667 |
msgstr[0] "Hier is een lijst van de eerste %d verbroken links:"
|
668 |
msgstr[1] "Hier is een lijst van de eerste %d verbroken links:"
|
669 |
|
670 |
+
#: core/core.php:3089
|
671 |
msgid "Here's a list of the new broken links: "
|
672 |
msgstr "Hier is een lijst van de nieuwe verbroken links:"
|
673 |
|
674 |
+
#: core/core.php:3098
|
675 |
msgid "Link text : %s"
|
676 |
msgstr "Linktekst: %s"
|
677 |
|
678 |
+
#: core/core.php:3099
|
679 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
680 |
msgstr "Link URL : <a href=\"%s\">%s</a>"
|
681 |
|
682 |
+
#: core/core.php:3100
|
683 |
msgid "Source : %s"
|
684 |
msgstr "Bron: %s"
|
685 |
|
686 |
+
#: core/core.php:3114
|
687 |
msgid "You can see all broken links here:"
|
688 |
msgstr "Je kunt hier alle verbroken links zien:"
|
689 |
|
690 |
+
#: core/core.php:3164
|
691 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
692 |
msgid_plural ""
|
693 |
"Broken Link Checker has detected %d new broken links in your posts."
|
698 |
"Broken Link Checker heeft %d nieuwe verbroken links in jouw berichten "
|
699 |
"gevonden."
|
700 |
|
701 |
+
#: core/init.php:242
|
702 |
msgid "Once Weekly"
|
703 |
msgstr "Wekelijks"
|
704 |
|
705 |
+
#: core/init.php:248
|
706 |
msgid "Twice a Month"
|
707 |
msgstr "Twee Keer per Maand"
|
708 |
|
709 |
+
#: core/init.php:324
|
710 |
msgid ""
|
711 |
"Broken Link Checker installation failed. Try deactivating and then "
|
712 |
"reactivating the plugin."
|
718 |
msgid "Failed to delete old DB tables. Database error : %s"
|
719 |
msgstr "Kon de oude databasetabellen niet verwijderen. Database fout: %s"
|
720 |
|
721 |
+
#: includes/admin/links-page-js.php:55 includes/admin/links-page-js.php:517
|
722 |
msgid "Wait..."
|
723 |
msgstr "Wachten..."
|
724 |
|
725 |
+
#: includes/admin/links-page-js.php:100 includes/admin/table-printer.php:658
|
726 |
msgid "Not broken"
|
727 |
msgstr "Niet verbroken"
|
728 |
|
729 |
+
#: includes/admin/links-page-js.php:235
|
730 |
+
msgctxt "link text"
|
731 |
+
msgid "(None)"
|
732 |
+
msgstr "(Geen)"
|
733 |
+
|
734 |
+
#: includes/admin/links-page-js.php:236
|
735 |
+
msgctxt "link text"
|
736 |
+
msgid "(Multiple links)"
|
737 |
+
msgstr "(Meerdere links)"
|
738 |
+
|
739 |
+
#: includes/admin/links-page-js.php:294
|
740 |
+
msgctxt "link suggestions"
|
741 |
+
msgid "Searching..."
|
742 |
+
msgstr "Aan het zoeken..."
|
743 |
+
|
744 |
+
#: includes/admin/links-page-js.php:295
|
745 |
+
msgctxt "link suggestions"
|
746 |
+
msgid "No suggestions available."
|
747 |
+
msgstr "Geen suggesties beschikbaar."
|
748 |
+
|
749 |
+
#: includes/admin/links-page-js.php:296
|
750 |
+
msgctxt "link suggestions"
|
751 |
+
msgid "Archived page from %s (via the Wayback Machine)"
|
752 |
+
msgstr "Gearchiveerde pagina van %s (via de Wayback Machine)"
|
753 |
+
|
754 |
+
#: includes/admin/links-page-js.php:379
|
755 |
msgid "%d instances of the link were successfully modified."
|
756 |
msgstr "%d links zijn met succes aangepast."
|
757 |
|
758 |
+
#: includes/admin/links-page-js.php:385
|
759 |
msgid ""
|
760 |
"However, %d instances couldn't be edited and still point to the old URL."
|
761 |
msgstr ""
|
762 |
"Alleen konden %d links niet worden aangepast, en deze wijzen nog steeds naar "
|
763 |
"de oude URL."
|
764 |
|
765 |
+
#: includes/admin/links-page-js.php:391
|
766 |
msgid "The link could not be modified."
|
767 |
msgstr "De link kon niet worden aangepast."
|
768 |
|
769 |
+
#: includes/admin/links-page-js.php:394
|
770 |
+
msgid "The following error(s) occurred :"
|
771 |
msgstr "De volgende fout(en) kwam(en) voor:"
|
772 |
|
773 |
+
#: includes/admin/links-page-js.php:480
|
774 |
+
msgid "Error: Link URL must not be empty."
|
775 |
+
msgstr "Fout: de link URL moet ingevuld zijn."
|
776 |
+
|
777 |
+
#: includes/admin/links-page-js.php:555
|
778 |
msgid "%d instances of the link were successfully unlinked."
|
779 |
msgstr "%d links zijn met succes verwijderd."
|
780 |
|
781 |
+
#: includes/admin/links-page-js.php:561
|
782 |
msgid "However, %d instances couldn't be removed."
|
783 |
msgstr "%d links konden echter niet worden verwijderd."
|
784 |
|
785 |
+
#: includes/admin/links-page-js.php:566
|
786 |
msgid "The plugin failed to remove the link."
|
787 |
msgstr "De plugin kon de link niet verwijderen."
|
788 |
|
789 |
+
#: includes/admin/links-page-js.php:569
|
790 |
+
msgid "The following error(s) occured :"
|
791 |
+
msgstr "De volgende fout(en) kwam(en) voor:"
|
792 |
+
|
793 |
+
#: includes/admin/links-page-js.php:577 includes/admin/table-printer.php:276
|
794 |
+
#: includes/admin/table-printer.php:652
|
795 |
msgid "Unlink"
|
796 |
msgstr "ontkoppel"
|
797 |
|
798 |
+
#: includes/admin/links-page-js.php:621
|
799 |
msgid "Enter a name for the new custom filter"
|
800 |
msgstr "Geef een naam aan het nieuwe filter"
|
801 |
|
802 |
+
#: includes/admin/links-page-js.php:632
|
803 |
msgid ""
|
804 |
"You are about to delete the current filter.\n"
|
805 |
"'Cancel' to stop, 'OK' to delete"
|
807 |
"Je staat op het punt om het huidige filter te verwijderen.\n"
|
808 |
"'Annuleren' om te annuleren, 'OK' om te verwijderen"
|
809 |
|
810 |
+
#: includes/admin/links-page-js.php:652
|
811 |
msgid ""
|
812 |
"Are you sure you want to delete all posts, bookmarks or other items that "
|
813 |
"contain any of the selected links? This action can't be undone.\n"
|
814 |
"'Cancel' to stop, 'OK' to delete"
|
815 |
msgstr ""
|
816 |
+
"Weet u zeker dat u alle berichten, bladwijzers en andere onderdelen die "
|
817 |
+
"één van de geselecteerde links bevat wilt verijwderen? Dit kan "
|
818 |
+
"niet teruggedraaid worden.\n"
|
819 |
"'Annuleren' om te annuleren, 'OK' om te verwijderen"
|
820 |
|
821 |
+
#: includes/admin/links-page-js.php:662
|
822 |
msgid ""
|
823 |
"Are you sure you want to remove the selected links? This action can't be "
|
824 |
"undone.\n"
|
828 |
"teruggedraaid worden.\n"
|
829 |
"'Annuleren' om te annuleren, 'OK' om te verwijderen"
|
830 |
|
831 |
+
#: includes/admin/links-page-js.php:771
|
832 |
msgid "Enter a search string first."
|
833 |
msgstr "Vul eerst een zoekopdracht in."
|
834 |
|
835 |
+
#: includes/admin/links-page-js.php:778
|
836 |
msgid "Select one or more links to edit."
|
837 |
+
msgstr "Selecteer één of meerdere links om aan te passen."
|
838 |
|
839 |
#: includes/admin/options-page-js.php:54
|
840 |
msgid "Hide debug info"
|
856 |
msgid "Link text"
|
857 |
msgstr "Link tekst"
|
858 |
|
859 |
+
#: includes/admin/search-form.php:45 includes/admin/table-printer.php:205
|
860 |
msgid "URL"
|
861 |
msgstr "URL"
|
862 |
|
863 |
+
#: includes/admin/search-form.php:48 includes/admin/table-printer.php:522
|
864 |
msgid "HTTP code"
|
865 |
msgstr "HTTP code"
|
866 |
|
884 |
msgid "Search Links"
|
885 |
msgstr "Zoek Links"
|
886 |
|
887 |
+
#: includes/admin/search-form.php:113 includes/admin/table-printer.php:352
|
888 |
+
#: includes/admin/table-printer.php:682 includes/admin/table-printer.php:807
|
889 |
msgid "Cancel"
|
890 |
msgstr "Annuleren"
|
891 |
|
909 |
msgid "Return to WordPress Dashboard"
|
910 |
msgstr "Ga terug naar het WordPress Dashboard"
|
911 |
|
912 |
+
#: includes/admin/table-printer.php:182
|
913 |
msgid "Compact View"
|
914 |
msgstr "Compacte Weergave"
|
915 |
|
916 |
+
#: includes/admin/table-printer.php:183
|
917 |
msgid "Detailed View"
|
918 |
msgstr "Gedetailleerde Weergave"
|
919 |
|
920 |
+
#: includes/admin/table-printer.php:212
|
921 |
msgid "Source"
|
922 |
msgstr "Bron"
|
923 |
|
924 |
+
#: includes/admin/table-printer.php:218
|
925 |
msgid "Link Text"
|
926 |
msgstr "Link Tekst"
|
927 |
|
928 |
+
#: includes/admin/table-printer.php:223
|
929 |
msgid "Redirect URL"
|
930 |
msgstr "URL omleiden"
|
931 |
|
932 |
+
#: includes/admin/table-printer.php:271
|
933 |
msgid "Bulk Actions"
|
934 |
msgstr "Meerdere Acties"
|
935 |
|
936 |
+
#: includes/admin/table-printer.php:272 includes/admin/table-printer.php:649
|
937 |
msgid "Edit URL"
|
938 |
msgstr "Bewerk URL"
|
939 |
|
940 |
+
#: includes/admin/table-printer.php:273
|
941 |
msgid "Recheck"
|
942 |
msgstr "Controleer"
|
943 |
|
944 |
+
#: includes/admin/table-printer.php:274
|
945 |
msgid "Fix redirects"
|
946 |
msgstr "Omleidingen repareren"
|
947 |
|
948 |
+
#: includes/admin/table-printer.php:275
|
949 |
msgid "Mark as not broken"
|
950 |
msgstr "Markeer als niet verbroken"
|
951 |
|
952 |
+
#: includes/admin/table-printer.php:279
|
953 |
msgid "Move sources to Trash"
|
954 |
msgstr "Verplaats bronnen naar Prullenbak"
|
955 |
|
956 |
+
#: includes/admin/table-printer.php:281
|
957 |
msgid "Delete sources"
|
958 |
msgstr "Verwijder bronnen"
|
959 |
|
960 |
+
#: includes/admin/table-printer.php:296
|
961 |
msgid "«"
|
962 |
msgstr "«"
|
963 |
|
964 |
+
#: includes/admin/table-printer.php:297
|
965 |
msgid "»"
|
966 |
msgstr "»"
|
967 |
|
968 |
+
#: includes/admin/table-printer.php:305
|
969 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
970 |
msgstr ""
|
971 |
"Weergave van %s–%s van <span class=\"huidige-link-aantal\">%s</span>"
|
972 |
|
973 |
+
#: includes/admin/table-printer.php:328
|
974 |
msgid "Bulk Edit URLs"
|
975 |
msgstr "Meerdere URLs Bewerken"
|
976 |
|
977 |
+
#: includes/admin/table-printer.php:330
|
978 |
msgid "Find"
|
979 |
msgstr "Zoek"
|
980 |
|
981 |
+
#: includes/admin/table-printer.php:334
|
982 |
msgid "Replace with"
|
983 |
msgstr "Vervang door"
|
984 |
|
985 |
+
#: includes/admin/table-printer.php:342
|
986 |
msgid "Case sensitive"
|
987 |
msgstr "Hoofdlettergevoelig"
|
988 |
|
989 |
+
#: includes/admin/table-printer.php:346
|
990 |
msgid "Regular expression"
|
991 |
msgstr "Reguliere expressie"
|
992 |
|
993 |
+
#: includes/admin/table-printer.php:354 includes/admin/table-printer.php:808
|
994 |
msgid "Update"
|
995 |
msgstr "Aanpassen"
|
996 |
|
997 |
+
#: includes/admin/table-printer.php:507
|
998 |
msgid "Post published on"
|
999 |
msgstr "Bericht gepubliceer op"
|
1000 |
|
1001 |
+
#: includes/admin/table-printer.php:512
|
1002 |
msgid "Link last checked"
|
1003 |
msgstr "Link laatst gecontroleerd op"
|
1004 |
|
1005 |
+
#: includes/admin/table-printer.php:516
|
1006 |
msgid "Never"
|
1007 |
msgstr "Nooit"
|
1008 |
|
1009 |
+
#: includes/admin/table-printer.php:527
|
1010 |
msgid "Response time"
|
1011 |
msgstr "Responstijd"
|
1012 |
|
1013 |
+
#: includes/admin/table-printer.php:529
|
1014 |
msgid "%2.3f seconds"
|
1015 |
msgstr "%2.3f seconden"
|
1016 |
|
1017 |
+
#: includes/admin/table-printer.php:532
|
1018 |
msgid "Final URL"
|
1019 |
msgstr "Uiteindelijke URL"
|
1020 |
|
1021 |
+
#: includes/admin/table-printer.php:537
|
1022 |
msgid "Redirect count"
|
1023 |
msgstr "Aantal omleidingen"
|
1024 |
|
1025 |
+
#: includes/admin/table-printer.php:542
|
1026 |
msgid "Instance count"
|
1027 |
msgstr "Aantal"
|
1028 |
|
1029 |
+
#: includes/admin/table-printer.php:551
|
1030 |
msgid "This link has failed %d time."
|
1031 |
msgid_plural "This link has failed %d times."
|
1032 |
msgstr[0] "Deze link werkte %d keer niet."
|
1033 |
msgstr[1] "Deze link werkte %d keer niet."
|
1034 |
|
1035 |
+
#: includes/admin/table-printer.php:559
|
1036 |
msgid "This link has been broken for %s."
|
1037 |
msgstr "Deze link is al %s verbroken."
|
1038 |
|
1039 |
+
#: includes/admin/table-printer.php:570
|
1040 |
msgid "Log"
|
1041 |
msgstr "Logboek"
|
1042 |
|
1043 |
+
#: includes/admin/table-printer.php:595
|
1044 |
msgid "Show more info about this link"
|
1045 |
msgstr "Toon meer informatie over deze link"
|
1046 |
|
1047 |
+
#: includes/admin/table-printer.php:613
|
1048 |
msgctxt "checked how long ago"
|
1049 |
msgid "Checked"
|
1050 |
msgstr "Gecontroleerd"
|
1051 |
|
1052 |
+
#: includes/admin/table-printer.php:629
|
1053 |
msgid "Broken for"
|
1054 |
msgstr "Verbroken gedurende"
|
1055 |
|
1056 |
+
#: includes/admin/table-printer.php:649
|
1057 |
+
msgid "Edit this link"
|
1058 |
+
msgstr "Bewerk deze link"
|
1059 |
|
1060 |
+
#: includes/admin/table-printer.php:651
|
1061 |
msgid "Remove this link from all posts"
|
1062 |
msgstr "Verwijder deze link uit alle berichten"
|
1063 |
|
1064 |
+
#: includes/admin/table-printer.php:657
|
1065 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
1066 |
msgstr ""
|
1067 |
"Verwijder deze link uit de lijst met verbroken links en markeer hem als "
|
1068 |
"geldig"
|
1069 |
|
1070 |
+
#: includes/admin/table-printer.php:665
|
1071 |
msgid "Hide this link and do not report it again unless its status changes"
|
1072 |
msgstr ""
|
1073 |
"Verberg deze link en laat het niet meer zien, behalve wanneer de status "
|
1074 |
"verandert"
|
1075 |
|
1076 |
+
#: includes/admin/table-printer.php:666
|
1077 |
msgid "Dismiss"
|
1078 |
msgstr "Overslaan"
|
1079 |
|
1080 |
+
#: includes/admin/table-printer.php:671
|
1081 |
msgid "Undismiss this link"
|
1082 |
msgstr "Sla deze link niet over"
|
1083 |
|
1084 |
+
#: includes/admin/table-printer.php:672
|
1085 |
msgid "Undismiss"
|
1086 |
msgstr "Niet overslaan"
|
1087 |
|
1088 |
+
#: includes/admin/table-printer.php:683
|
|
|
|
|
|
|
|
|
1089 |
msgid "Update URL"
|
1090 |
msgstr "Bijwerken URL"
|
1091 |
|
1092 |
+
#: includes/admin/table-printer.php:710
|
1093 |
msgid "[An orphaned link! This is a bug.]"
|
1094 |
msgstr "[Een link zonder referentie! Dit is een bug.]"
|
1095 |
|
1096 |
+
#: includes/admin/table-printer.php:787
|
1097 |
+
msgctxt "inline editor title"
|
1098 |
+
msgid "Edit Link"
|
1099 |
+
msgstr "Bewerk Link"
|
1100 |
+
|
1101 |
+
#: includes/admin/table-printer.php:790
|
1102 |
+
msgctxt "inline link editor"
|
1103 |
+
msgid "Text"
|
1104 |
+
msgstr "Link Tekst"
|
1105 |
+
|
1106 |
+
#: includes/admin/table-printer.php:795
|
1107 |
+
msgctxt "inline link editor"
|
1108 |
+
msgid "URL"
|
1109 |
+
msgstr "URL"
|
1110 |
+
|
1111 |
+
#: includes/admin/table-printer.php:800
|
1112 |
+
msgctxt "inline link editor"
|
1113 |
+
msgid "Suggestions"
|
1114 |
+
msgstr "Suggesties:"
|
1115 |
+
|
1116 |
+
#: includes/admin/table-printer.php:820
|
1117 |
+
msgid "Use this URL"
|
1118 |
+
msgstr "Gebruik deze URL"
|
1119 |
+
|
1120 |
#: includes/any-post.php:397 modules/containers/blogroll.php:46
|
1121 |
+
#: modules/containers/comment.php:153 modules/containers/custom_field.php:207
|
1122 |
msgid "Edit"
|
1123 |
msgstr "Bewerken"
|
1124 |
|
1125 |
+
#: includes/any-post.php:405 modules/containers/custom_field.php:213
|
1126 |
msgid "Move this item to the Trash"
|
1127 |
msgstr "Verplaats dit onderdeel naar de Prullenbak"
|
1128 |
|
1129 |
+
#: includes/any-post.php:407 modules/containers/custom_field.php:215
|
1130 |
msgid "Trash"
|
1131 |
msgstr "Prullenbak"
|
1132 |
|
1133 |
+
#: includes/any-post.php:412 modules/containers/custom_field.php:220
|
1134 |
msgid "Delete this item permanently"
|
1135 |
msgstr "Verwijder dit onderdeel permanent"
|
1136 |
|
1137 |
#: includes/any-post.php:414 modules/containers/blogroll.php:47
|
1138 |
+
#: modules/containers/custom_field.php:222
|
1139 |
msgid "Delete"
|
1140 |
msgstr "Verwijderen"
|
1141 |
|
1152 |
msgstr "Bekijk “%s”"
|
1153 |
|
1154 |
#: includes/any-post.php:436 modules/containers/comment.php:166
|
1155 |
+
#: modules/containers/custom_field.php:227
|
1156 |
msgid "View"
|
1157 |
msgstr "Bekijken"
|
1158 |
|
1159 |
+
#: includes/any-post.php:455 modules/containers/custom_field.php:207
|
1160 |
msgid "Edit this item"
|
1161 |
msgstr "Bewerk dit onderdeel"
|
1162 |
|
1169 |
msgid "Updating post %d failed"
|
1170 |
msgstr "Kon bericht %d niet aanpassen"
|
1171 |
|
1172 |
+
#: includes/any-post.php:566 modules/containers/custom_field.php:294
|
1173 |
msgid "Failed to delete post \"%s\" (%d)"
|
1174 |
msgstr "Kon dit bericht niet verwijderen: \"%s\" (%d)"
|
1175 |
|
1176 |
+
#: includes/any-post.php:585 modules/containers/custom_field.php:313
|
1177 |
msgid ""
|
1178 |
"Can't move post \"%s\" (%d) to the trash because the trash feature is "
|
1179 |
"disabled"
|
1181 |
"Kan post \"%s\" (%d) niet naar de Prullenbak verplaatsen omdat de "
|
1182 |
"prullenbakmogelijkheid is uitgezet"
|
1183 |
|
1184 |
+
#: includes/any-post.php:605 modules/containers/custom_field.php:332
|
1185 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
1186 |
msgstr "Kon bericht \"%s\" (%d) niet verplaatsen naar de Prullenbak"
|
1187 |
|
1227 |
msgstr[0] "%d '%s' is verwijderd"
|
1228 |
msgstr[1] "%d '%s' zijn verwijderd"
|
1229 |
|
1230 |
+
#: includes/containers.php:880 includes/containers.php:898
|
1231 |
msgid "Container type '%s' not recognized"
|
1232 |
msgstr "Container type '%s' niet herkend"
|
1233 |
|
1341 |
msgid "Pages"
|
1342 |
msgstr "Pagina's"
|
1343 |
|
1344 |
+
#: includes/instances.php:105 includes/instances.php:161
|
1345 |
msgid "Container %s[%d] not found"
|
1346 |
msgstr "Container %s[%d] niet gevonden"
|
1347 |
|
1348 |
+
#: includes/instances.php:114 includes/instances.php:170
|
1349 |
msgid "Parser '%s' not found."
|
1350 |
msgstr "Parser '%s' niet gevonden."
|
1351 |
|
1418 |
msgid "Link is broken."
|
1419 |
msgstr "Link is verbroken."
|
1420 |
|
1421 |
+
#: includes/links.php:572 includes/links.php:674 includes/links.php:701
|
1422 |
msgid "Link is not valid"
|
1423 |
msgstr "Link is niet geldig"
|
1424 |
|
1425 |
+
#: includes/links.php:589
|
1426 |
msgid ""
|
1427 |
"This link can not be edited because it is not used anywhere on this site."
|
1428 |
msgstr ""
|
1429 |
"Deze link kan niet worden aangepast omdat deze nergens op deze site wordt "
|
1430 |
"gebruikt."
|
1431 |
|
1432 |
+
#: includes/links.php:615
|
1433 |
msgid "Failed to create a DB entry for the new URL."
|
1434 |
msgstr "Kon geen databasevermelding voor de nieuwe URL maken."
|
1435 |
|
1436 |
+
#: includes/links.php:681
|
1437 |
msgid "This link is not a redirect"
|
1438 |
msgstr "Deze link is geen omleiding"
|
1439 |
|
1440 |
+
#: includes/links.php:728 includes/links.php:765
|
1441 |
msgid "Couldn't delete the link's database record"
|
1442 |
msgstr "Kon de databaseregel voor deze link niet verwijderen."
|
1443 |
|
1444 |
+
#: includes/links.php:839
|
1445 |
msgctxt "link status"
|
1446 |
msgid "Unknown"
|
1447 |
msgstr "Onbekend"
|
1448 |
|
1449 |
+
#: includes/links.php:853 modules/checkers/http.php:263
|
1450 |
#: modules/extras/mediafire.php:101
|
1451 |
msgid "Unknown Error"
|
1452 |
msgstr "Onbekende Fout"
|
1453 |
|
1454 |
+
#: includes/links.php:877
|
1455 |
msgid "Not checked"
|
1456 |
msgstr "Niet gecontroleerd"
|
1457 |
|
1458 |
+
#: includes/links.php:880
|
1459 |
msgid "False positive"
|
1460 |
msgstr "Vals positief"
|
1461 |
|
1462 |
+
#: includes/links.php:883 modules/extras/fileserve.php:121
|
1463 |
#: modules/extras/megaupload.php:115 modules/extras/rapidshare.php:145
|
1464 |
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
|
1465 |
msgctxt "link status"
|
1643 |
msgstr[0] "%d reactie verplaatst naar de Prullenbak."
|
1644 |
msgstr[1] "%d reacties verplaatst naar de Prullenbak."
|
1645 |
|
1646 |
+
#: modules/containers/custom_field.php:85
|
1647 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1648 |
msgstr "Kon meta veld '%s' op %s [%d] niet aanpassen."
|
1649 |
|
1650 |
+
#: modules/containers/custom_field.php:115
|
1651 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1652 |
msgstr "Kon meta veld '%s' op %s [%d] niet verwijderen"
|
1653 |
|
1654 |
+
#: modules/containers/custom_field.php:197
|
1655 |
msgid "Edit this post"
|
1656 |
msgstr "Bewerk dit bericht"
|
1657 |
|
1658 |
+
#: modules/containers/custom_field.php:227
|
1659 |
msgid "View \"%s\""
|
1660 |
msgstr "Toon \"%s\""
|
1661 |
|
1826 |
msgid "Image"
|
1827 |
msgstr "Afbeelding"
|
1828 |
|
1829 |
+
#: modules/parsers/metadata.php:119
|
1830 |
msgid "Custom field"
|
1831 |
msgstr "Aangepast Veld"
|
1832 |
|
1850 |
msgid "http://w-shadow.com/"
|
1851 |
msgstr "http://w-shadow.com/"
|
1852 |
|
1853 |
+
#~ msgid "Check URLs entered in these custom fields (one per line) :"
|
1854 |
+
#~ msgstr "Controleer de URLs die hieronder zijn ingevuld (één per regel):"
|
1855 |
+
|
1856 |
+
#~ msgid "Cancel URL editing"
|
1857 |
+
#~ msgstr "Annuleer bewerken URL"
|
1858 |
+
|
1859 |
#~ msgid "Broken link CSS"
|
1860 |
#~ msgstr "Verbroken link CSS"
|
1861 |
|
languages/broken-link-checker-pt_PT.mo
CHANGED
Binary file
|
languages/broken-link-checker-pt_PT.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Broken Link Checker v1.
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-12-11 10:00-0000\n"
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: wordpress.mowster.net <wordpress@mowster.net>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -20,345 +20,340 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Textdomain-Support: yes"
|
22 |
|
23 |
-
#: core/core.php:
|
24 |
#: includes/admin/links-page-js.php:37
|
25 |
#@ broken-link-checker
|
26 |
msgid "Loading..."
|
27 |
msgstr "Carregando..."
|
28 |
|
29 |
-
#: core/core.php:
|
30 |
#: includes/admin/options-page-js.php:18
|
31 |
#@ broken-link-checker
|
32 |
msgid "[ Network error ]"
|
33 |
msgstr "[ Problema na rede ]"
|
34 |
|
35 |
-
#: core/core.php:
|
36 |
#@ broken-link-checker
|
37 |
msgid "Automatically expand the widget if broken links have been detected"
|
38 |
msgstr "Expandir automaticamente a caixa se existirem links offline"
|
39 |
|
40 |
-
#: core/core.php:
|
41 |
#@ broken-link-checker
|
42 |
msgid "Link Checker Settings"
|
43 |
msgstr "Definições do Links offline"
|
44 |
|
45 |
-
#: core/core.php:
|
46 |
#@ broken-link-checker
|
47 |
msgid "Link Checker"
|
48 |
msgstr "Links offline"
|
49 |
|
50 |
-
#: core/core.php:
|
51 |
#: includes/link-query.php:27
|
52 |
#@ broken-link-checker
|
53 |
msgid "Broken Links"
|
54 |
msgstr "Links offline"
|
55 |
|
56 |
-
#: core/core.php:
|
57 |
#@ broken-link-checker
|
58 |
msgid "View Broken Links"
|
59 |
msgstr "Ver Links offline"
|
60 |
|
61 |
-
#: core/core.php:
|
62 |
#@ broken-link-checker
|
63 |
msgid "Feedback"
|
64 |
msgstr "Feedback"
|
65 |
|
66 |
-
#: core/core.php:
|
67 |
#@ broken-link-checker
|
68 |
msgid "Go to Broken Links"
|
69 |
msgstr "Ir a Links offline"
|
70 |
|
71 |
-
#: core/core.php:
|
72 |
#@ default
|
73 |
msgid "Settings"
|
74 |
msgstr "Definições"
|
75 |
|
76 |
-
#: core/core.php:
|
77 |
#@ broken-link-checker
|
78 |
msgid "Settings saved."
|
79 |
msgstr "Definições guardadas."
|
80 |
|
81 |
-
#: core/core.php:
|
82 |
#@ broken-link-checker
|
83 |
msgid "Thank you for your donation!"
|
84 |
msgstr "Obrigado pela sua colaboração!"
|
85 |
|
86 |
-
#: core/core.php:
|
87 |
#@ broken-link-checker
|
88 |
msgid "Complete site recheck started."
|
89 |
msgstr "Reverificação completa do sítio iniciada."
|
90 |
|
91 |
-
#: core/core.php:
|
92 |
#@ broken-link-checker
|
93 |
msgid "Details"
|
94 |
msgstr "Detalhes"
|
95 |
|
96 |
-
#: core/core.php:
|
97 |
#@ broken-link-checker
|
98 |
msgid "General"
|
99 |
msgstr "Geral"
|
100 |
|
101 |
-
#: core/core.php:
|
102 |
#@ broken-link-checker
|
103 |
msgid "Look For Links In"
|
104 |
msgstr "Procurar links"
|
105 |
|
106 |
-
#: core/core.php:
|
107 |
#@ broken-link-checker
|
108 |
msgid "Which Links To Check"
|
109 |
msgstr "Links para verificar"
|
110 |
|
111 |
-
#: core/core.php:
|
112 |
#@ broken-link-checker
|
113 |
msgid "Protocols & APIs"
|
114 |
msgstr "Protocolos & APIs"
|
115 |
|
116 |
-
#: core/core.php:
|
117 |
#@ broken-link-checker
|
118 |
msgid "Advanced"
|
119 |
msgstr "Avançado"
|
120 |
|
121 |
-
#: core/core.php:
|
122 |
#@ broken-link-checker
|
123 |
msgid "Broken Link Checker Options"
|
124 |
msgstr "Opções : Links offline"
|
125 |
|
126 |
-
#: core/core.php:
|
127 |
-
#: includes/admin/table-printer.php:
|
128 |
#@ broken-link-checker
|
129 |
msgid "Status"
|
130 |
msgstr "Estado"
|
131 |
|
132 |
-
#: core/core.php:
|
133 |
#: includes/admin/options-page-js.php:56
|
134 |
#@ broken-link-checker
|
135 |
msgid "Show debug info"
|
136 |
msgstr "Mostrar sistema"
|
137 |
|
138 |
-
#: core/core.php:
|
139 |
#@ broken-link-checker
|
140 |
msgid "Check each link"
|
141 |
msgstr "Verificar cada link"
|
142 |
|
143 |
-
#: core/core.php:
|
144 |
#, php-format
|
145 |
#@ broken-link-checker
|
146 |
msgid "Every %s hours"
|
147 |
msgstr "Cada %s horas"
|
148 |
|
149 |
-
#: core/core.php:
|
150 |
#@ broken-link-checker
|
151 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
152 |
msgstr "Os links existentes serão verificados com esta frequência. Os novos links serão verificados logo que possível."
|
153 |
|
154 |
-
#: core/core.php:
|
155 |
#@ broken-link-checker
|
156 |
msgid "E-mail notifications"
|
157 |
msgstr "Notificações por e-mail"
|
158 |
|
159 |
-
#: core/core.php:
|
160 |
#@ broken-link-checker
|
161 |
msgid "Send me e-mail notifications about newly detected broken links"
|
162 |
msgstr "Enviar um e-mail notificando sobre os novos links offline encontrados"
|
163 |
|
164 |
-
#: core/core.php:
|
165 |
#@ broken-link-checker
|
166 |
msgid "Link tweaks"
|
167 |
msgstr "Melhoria de Links"
|
168 |
|
169 |
-
#: core/core.php:
|
170 |
#@ broken-link-checker
|
171 |
msgid "Apply custom formatting to broken links"
|
172 |
msgstr "Aplicar formatação personalizada para os links offline"
|
173 |
|
174 |
-
#: core/core.php:
|
175 |
-
#: core/core.php:
|
176 |
#@ broken-link-checker
|
177 |
msgid "Edit CSS"
|
178 |
msgstr "Editar CSS"
|
179 |
|
180 |
-
#: core/core.php:
|
181 |
#@ broken-link-checker
|
182 |
msgid "Apply custom formatting to removed links"
|
183 |
msgstr "Aplicar formatação personalizada para os links removidos"
|
184 |
|
185 |
-
#: core/core.php:
|
186 |
#@ broken-link-checker
|
187 |
msgid "Stop search engines from following broken links"
|
188 |
msgstr "Não permitir aos motores de busca seguir os links offline"
|
189 |
|
190 |
-
#: core/core.php:
|
191 |
#@ broken-link-checker
|
192 |
msgid "Look for links in"
|
193 |
msgstr "Procurar links em"
|
194 |
|
195 |
-
#: core/core.php:
|
196 |
#@ broken-link-checker
|
197 |
msgid "Post statuses"
|
198 |
msgstr "Estado do Artigo"
|
199 |
|
200 |
-
#: core/core.php:
|
201 |
#@ broken-link-checker
|
202 |
msgid "Link types"
|
203 |
msgstr "Tipos de link"
|
204 |
|
205 |
-
#: core/core.php:
|
206 |
#@ broken-link-checker
|
207 |
msgid "Error : All link parsers missing!"
|
208 |
msgstr "Erro : Análises aos links não encontradas!"
|
209 |
|
210 |
-
#: core/core.php:
|
211 |
#@ broken-link-checker
|
212 |
msgid "Exclusion list"
|
213 |
msgstr "Lista de exclusão"
|
214 |
|
215 |
-
#: core/core.php:
|
216 |
#@ broken-link-checker
|
217 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
218 |
msgstr "Não verificar links que a URL tenha alguma destas palavras (uma por linha) :"
|
219 |
|
220 |
-
#: core/core.php:
|
221 |
#@ broken-link-checker
|
222 |
msgid "Check links using"
|
223 |
msgstr "Verificar links utilizando"
|
224 |
|
225 |
-
#: core/core.php:
|
226 |
-
#: includes/links.php:
|
227 |
#@ broken-link-checker
|
228 |
msgid "Timeout"
|
229 |
msgstr "Intervalo"
|
230 |
|
231 |
-
#: core/core.php:
|
232 |
-
#: core/core.php:
|
233 |
-
#: core/core.php:
|
234 |
#, php-format
|
235 |
#@ broken-link-checker
|
236 |
#@ default
|
237 |
msgid "%s seconds"
|
238 |
msgstr "%s segundos"
|
239 |
|
240 |
-
#: core/core.php:
|
241 |
#@ broken-link-checker
|
242 |
msgid "Links that take longer than this to load will be marked as broken."
|
243 |
msgstr "Os links que demoram mais que este tempo a abrir serão marcados como offline."
|
244 |
|
245 |
-
#: core/core.php:
|
246 |
#@ broken-link-checker
|
247 |
msgid "Link monitor"
|
248 |
msgstr "Monitor de links"
|
249 |
|
250 |
-
#: core/core.php:
|
251 |
#@ broken-link-checker
|
252 |
msgid "Run continuously while the Dashboard is open"
|
253 |
msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
|
254 |
|
255 |
-
#: core/core.php:
|
256 |
#@ broken-link-checker
|
257 |
msgid "Run hourly in the background"
|
258 |
msgstr "Executar a cada hora em segundo plano"
|
259 |
|
260 |
-
#: core/core.php:
|
261 |
#@ broken-link-checker
|
262 |
msgid "Max. execution time"
|
263 |
msgstr "Tempo máximo de execução"
|
264 |
|
265 |
-
#: core/core.php:
|
266 |
#@ broken-link-checker
|
267 |
msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
|
268 |
msgstr "O plugin funciona executando periodicamente uma tarefa em segundo plano que analisa os links, verifica os URL encontrados e realiza outras tarefas que consomem tempo. Aqui pode-se estabelecer a duração máxima cada vez que o monitor de links é executado antes de parar."
|
269 |
|
270 |
-
#: core/core.php:
|
271 |
#@ broken-link-checker
|
272 |
msgid "Server load limit"
|
273 |
msgstr "Limite de carregamento do servidor"
|
274 |
|
275 |
-
#: core/core.php:
|
276 |
#, php-format
|
277 |
#@ broken-link-checker
|
278 |
msgid "Current load : %s"
|
279 |
msgstr "Carga atual : %s"
|
280 |
|
281 |
-
#: core/core.php:
|
282 |
#, php-format
|
283 |
#@ broken-link-checker
|
284 |
msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
|
285 |
msgstr "A verificação dos links será suspensa se a média do <a href=\"%s\">carregamento do servidor</a> passa este valor. Deixar o campo em branco para não existir limite."
|
286 |
|
287 |
-
#: core/core.php:
|
288 |
#@ broken-link-checker
|
289 |
msgid "Not available"
|
290 |
msgstr "Não disponível"
|
291 |
|
292 |
-
#: core/core.php:
|
293 |
#@ broken-link-checker
|
294 |
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
|
295 |
msgstr "O limite de carregamento somente funciona em sistemas Linux onde <code>/proc/loadavg</code> está presente e acessível."
|
296 |
|
297 |
-
#: core/core.php:
|
298 |
#@ broken-link-checker
|
299 |
msgid "Forced recheck"
|
300 |
msgstr "Reverificação forçada"
|
301 |
|
302 |
-
#: core/core.php:
|
303 |
#@ broken-link-checker
|
304 |
msgid "Re-check all pages"
|
305 |
msgstr "Verificar de novo todas as páginas"
|
306 |
|
307 |
-
#: core/core.php:
|
308 |
#@ broken-link-checker
|
309 |
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
|
310 |
msgstr "\"Opção Nuclear\". Clique para limpar todos os dados do plugin na base de dados e reverificar todo o sítio desde o início."
|
311 |
|
312 |
-
#: core/core.php:
|
313 |
#@ default
|
314 |
msgid "Save Changes"
|
315 |
msgstr "Guardar alterações"
|
316 |
|
317 |
-
#: core/core.php:
|
318 |
#@ broken-link-checker
|
319 |
msgid "Configure"
|
320 |
msgstr "Configurar"
|
321 |
|
322 |
-
#: core/core.php:
|
323 |
-
|
324 |
-
|
325 |
-
msgstr "Verificar URLs nos campos personalizados (um por linha):"
|
326 |
-
|
327 |
-
#: core/core.php:1317
|
328 |
-
#: core/core.php:1399
|
329 |
-
#: core/core.php:1431
|
330 |
#, php-format
|
331 |
#@ broken-link-checker
|
332 |
msgid "Database error : %s"
|
333 |
msgstr "Erro na Base de dados: %s"
|
334 |
|
335 |
-
#: core/core.php:
|
336 |
#@ broken-link-checker
|
337 |
msgid "You must enter a filter name!"
|
338 |
msgstr "Deve introduzir um nome para o filtro!"
|
339 |
|
340 |
-
#: core/core.php:
|
341 |
#@ broken-link-checker
|
342 |
msgid "Invalid search query."
|
343 |
msgstr "Procura inválida."
|
344 |
|
345 |
-
#: core/core.php:
|
346 |
#, php-format
|
347 |
#@ broken-link-checker
|
348 |
msgid "Filter \"%s\" created"
|
349 |
msgstr "Filtro \"%s\" criado"
|
350 |
|
351 |
-
#: core/core.php:
|
352 |
#@ broken-link-checker
|
353 |
msgid "Filter ID not specified."
|
354 |
msgstr "ID do Filtro não especificado."
|
355 |
|
356 |
-
#: core/core.php:
|
357 |
#@ broken-link-checker
|
358 |
msgid "Filter deleted"
|
359 |
msgstr "Filtro eliminado"
|
360 |
|
361 |
-
#: core/core.php:
|
362 |
#, php-format
|
363 |
#@ broken-link-checker
|
364 |
msgid "Replaced %d redirect with a direct link"
|
@@ -366,7 +361,7 @@ msgid_plural "Replaced %d redirects with direct links"
|
|
366 |
msgstr[0] "Substituído %d redirect com link direto"
|
367 |
msgstr[1] "Substituídos %d redirects com links diretos"
|
368 |
|
369 |
-
#: core/core.php:
|
370 |
#, php-format
|
371 |
#@ broken-link-checker
|
372 |
msgid "Failed to fix %d redirect"
|
@@ -374,12 +369,12 @@ msgid_plural "Failed to fix %d redirects"
|
|
374 |
msgstr[0] "Não foi possível reparar %d redirect"
|
375 |
msgstr[1] "Não foi possível reparar %d redirects"
|
376 |
|
377 |
-
#: core/core.php:
|
378 |
#@ broken-link-checker
|
379 |
msgid "None of the selected links are redirects!"
|
380 |
msgstr "Nenhum dos links selecionados são redirects!"
|
381 |
|
382 |
-
#: core/core.php:
|
383 |
#, php-format
|
384 |
#@ broken-link-checker
|
385 |
msgid "%d link updated."
|
@@ -387,7 +382,7 @@ msgid_plural "%d links updated."
|
|
387 |
msgstr[0] "%d link atualizado."
|
388 |
msgstr[1] "%d links atualizados."
|
389 |
|
390 |
-
#: core/core.php:
|
391 |
#, php-format
|
392 |
#@ broken-link-checker
|
393 |
msgid "Failed to update %d link."
|
@@ -395,7 +390,7 @@ msgid_plural "Failed to update %d links."
|
|
395 |
msgstr[0] "Erro a atualizar %d link."
|
396 |
msgstr[1] "Erro a atualizar %d links."
|
397 |
|
398 |
-
#: core/core.php:
|
399 |
#, php-format
|
400 |
#@ broken-link-checker
|
401 |
msgid "%d link removed"
|
@@ -403,7 +398,7 @@ msgid_plural "%d links removed"
|
|
403 |
msgstr[0] "%d link eliminado"
|
404 |
msgstr[1] "%d links eliminados"
|
405 |
|
406 |
-
#: core/core.php:
|
407 |
#, php-format
|
408 |
#@ broken-link-checker
|
409 |
msgid "Failed to remove %d link"
|
@@ -411,7 +406,7 @@ msgid_plural "Failed to remove %d links"
|
|
411 |
msgstr[0] "Erro a remover %d link"
|
412 |
msgstr[1] "Erro a remover %d links"
|
413 |
|
414 |
-
#: core/core.php:
|
415 |
#, php-format
|
416 |
#@ default
|
417 |
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
|
@@ -419,12 +414,12 @@ msgid_plural "%d items were skipped because they can't be moved to the Trash. Yo
|
|
419 |
msgstr[0] "%d item foi evitado porque não pode ser movido para o Lixo. Necessita de o efetuar manualmente."
|
420 |
msgstr[1] "%d itens foram evitados porque não podem ser movidos para o Lixo. Necessita de o efetuar manualmente."
|
421 |
|
422 |
-
#: core/core.php:
|
423 |
#@ broken-link-checker
|
424 |
msgid "Didn't find anything to delete!"
|
425 |
msgstr "Não foi encontrado nada para apagar!"
|
426 |
|
427 |
-
#: core/core.php:
|
428 |
#, php-format
|
429 |
#@ broken-link-checker
|
430 |
msgid "%d link scheduled for rechecking"
|
@@ -432,19 +427,19 @@ msgid_plural "%d links scheduled for rechecking"
|
|
432 |
msgstr[0] "%d link agendado para verificação"
|
433 |
msgstr[1] "%d links agendados para verificação"
|
434 |
|
435 |
-
#: core/core.php:
|
436 |
-
#: core/core.php:
|
437 |
#@ broken-link-checker
|
438 |
msgid "This link was manually marked as working by the user."
|
439 |
msgstr "Este link foi assinalado manualmente como válido pelo utilizador."
|
440 |
|
441 |
-
#: core/core.php:
|
442 |
#, php-format
|
443 |
#@ broken-link-checker
|
444 |
msgid "Couldn't modify link %d"
|
445 |
msgstr "Impossível modificar o link %d"
|
446 |
|
447 |
-
#: core/core.php:
|
448 |
#, php-format
|
449 |
#@ broken-link-checker
|
450 |
msgid "%d link marked as not broken"
|
@@ -452,59 +447,59 @@ msgid_plural "%d links marked as not broken"
|
|
452 |
msgstr[0] "%d link marcado como funcional"
|
453 |
msgstr[1] "%d links marcados como funcionais"
|
454 |
|
455 |
-
#: core/core.php:
|
456 |
#@ broken-link-checker
|
457 |
msgid "Table columns"
|
458 |
msgstr "Colunas da Tabela"
|
459 |
|
460 |
-
#: core/core.php:
|
461 |
#@ default
|
462 |
msgid "Show on screen"
|
463 |
msgstr "Mostrar no ecrán"
|
464 |
|
465 |
-
#: core/core.php:
|
466 |
#@ broken-link-checker
|
467 |
msgid "links"
|
468 |
msgstr "links"
|
469 |
|
470 |
-
#: core/core.php:
|
471 |
-
#: includes/admin/table-printer.php:
|
472 |
#@ default
|
473 |
#@ broken-link-checker
|
474 |
msgid "Apply"
|
475 |
msgstr "Aplicar"
|
476 |
|
477 |
-
#: core/core.php:
|
478 |
#@ broken-link-checker
|
479 |
msgid "Misc"
|
480 |
msgstr "Vários"
|
481 |
|
482 |
-
#: core/core.php:
|
483 |
#, php-format
|
484 |
#@ broken-link-checker
|
485 |
msgid "Highlight links broken for at least %s days"
|
486 |
msgstr "Realçar links offline pelo menos durante %s dias"
|
487 |
|
488 |
-
#: core/core.php:
|
489 |
#@ broken-link-checker
|
490 |
msgid "Color-code status codes"
|
491 |
msgstr "Cor-código status códigos"
|
492 |
|
493 |
-
#: core/core.php:
|
494 |
-
#: core/core.php:
|
495 |
-
#: core/core.php:
|
496 |
-
#: core/core.php:
|
497 |
-
#: core/core.php:
|
498 |
#@ broken-link-checker
|
499 |
msgid "You're not allowed to do that!"
|
500 |
msgstr "Não permitido!"
|
501 |
|
502 |
-
#: core/core.php:
|
503 |
#@ broken-link-checker
|
504 |
msgid "View broken links"
|
505 |
msgstr "Ver links offline"
|
506 |
|
507 |
-
#: core/core.php:
|
508 |
#, php-format
|
509 |
#@ broken-link-checker
|
510 |
msgid "Found %d broken link"
|
@@ -512,12 +507,12 @@ msgid_plural "Found %d broken links"
|
|
512 |
msgstr[0] "Encontrado %d Link offline"
|
513 |
msgstr[1] "Encontrados %d Links offline"
|
514 |
|
515 |
-
#: core/core.php:
|
516 |
#@ broken-link-checker
|
517 |
msgid "No broken links found."
|
518 |
msgstr "Não existem links offline."
|
519 |
|
520 |
-
#: core/core.php:
|
521 |
#, php-format
|
522 |
#@ broken-link-checker
|
523 |
msgid "%d URL in the work queue"
|
@@ -525,157 +520,156 @@ msgid_plural "%d URLs in the work queue"
|
|
525 |
msgstr[0] "%d URL em espera"
|
526 |
msgstr[1] "%d URLs em espera"
|
527 |
|
528 |
-
#: core/core.php:
|
529 |
#@ broken-link-checker
|
530 |
msgid "No URLs in the work queue."
|
531 |
msgstr "Não existem URL em espera para verificação."
|
532 |
|
533 |
-
#: core/core.php:
|
534 |
#@ broken-link-checker
|
535 |
msgid "Searching your blog for links..."
|
536 |
msgstr "Procurando links..."
|
537 |
|
538 |
-
#: core/core.php:
|
539 |
#@ broken-link-checker
|
540 |
msgid "No links detected."
|
541 |
msgstr "Nenhuns links encontrados."
|
542 |
|
543 |
-
#: core/core.php:
|
544 |
-
#: core/core.php:
|
545 |
-
#: core/core.php:
|
546 |
-
#: core/core.php:
|
547 |
#, php-format
|
548 |
#@ broken-link-checker
|
549 |
msgid "Oops, I can't find the link %d"
|
550 |
msgstr "Oops, não é possível encontrar o link %d"
|
551 |
|
552 |
-
#: core/core.php:
|
553 |
-
#: core/core.php:
|
554 |
#@ broken-link-checker
|
555 |
msgid "Oops, couldn't modify the link!"
|
556 |
msgstr "Oops, não é possível modificar o link!"
|
557 |
|
558 |
-
#: core/core.php:
|
559 |
-
#: core/core.php:
|
560 |
-
#: core/core.php:
|
561 |
#@ broken-link-checker
|
562 |
msgid "Error : link_id not specified"
|
563 |
msgstr "Erro : link_id não especificado"
|
564 |
|
565 |
-
#: core/core.php:
|
566 |
#@ broken-link-checker
|
567 |
msgid "Oops, the new URL is invalid!"
|
568 |
msgstr "Oops, a nova URL não é válida!"
|
569 |
|
570 |
-
#: core/core.php:
|
571 |
-
#: core/core.php:2605
|
572 |
#@ broken-link-checker
|
573 |
msgid "An unexpected error occured!"
|
574 |
msgstr "Ocorreu um erro inesperado!"
|
575 |
|
576 |
-
#: core/core.php:
|
577 |
#@ broken-link-checker
|
578 |
msgid "Error : link_id or new_url not specified"
|
579 |
msgstr "Erro : link_id ou new_url não especificado"
|
580 |
|
581 |
-
#: core/core.php:
|
582 |
#@ broken-link-checker
|
583 |
msgid "You don't have sufficient privileges to access this information!"
|
584 |
msgstr "Não tem privilégios suficientes para aceder a esta informação!"
|
585 |
|
586 |
-
#: core/core.php:
|
587 |
#@ broken-link-checker
|
588 |
msgid "Error : link ID not specified"
|
589 |
msgstr "Erro : link ID não especificado"
|
590 |
|
591 |
-
#: core/core.php:
|
592 |
#, php-format
|
593 |
#@ broken-link-checker
|
594 |
msgid "Failed to load link details (%s)"
|
595 |
msgstr "Erro a carregar os detalhes do link (%s)"
|
596 |
|
597 |
-
#: core/core.php:
|
598 |
#@ broken-link-checker
|
599 |
msgid "Broken Link Checker"
|
600 |
msgstr "Links offline"
|
601 |
|
602 |
-
#: core/core.php:
|
603 |
#@ broken-link-checker
|
604 |
msgid "PHP version"
|
605 |
msgstr "Versão PHP"
|
606 |
|
607 |
-
#: core/core.php:
|
608 |
#@ broken-link-checker
|
609 |
msgid "MySQL version"
|
610 |
msgstr "Versão MySQL"
|
611 |
|
612 |
-
#: core/core.php:
|
613 |
#@ broken-link-checker
|
614 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
615 |
msgstr "Versão de CURL obsoleta. A deteção de redirects pode não funcionar corretamente."
|
616 |
|
617 |
-
#: core/core.php:
|
618 |
-
#: core/core.php:
|
619 |
-
#: core/core.php:
|
620 |
#@ broken-link-checker
|
621 |
msgid "Not installed"
|
622 |
msgstr "Não instalado"
|
623 |
|
624 |
-
#: core/core.php:
|
625 |
#@ broken-link-checker
|
626 |
msgid "CURL version"
|
627 |
msgstr "Versão CURL"
|
628 |
|
629 |
-
#: core/core.php:
|
630 |
#@ broken-link-checker
|
631 |
msgid "Installed"
|
632 |
msgstr "Instalado"
|
633 |
|
634 |
-
#: core/core.php:
|
635 |
#@ broken-link-checker
|
636 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
637 |
msgstr "Instalação de CURL ou Snoopy necessário para que funcione o plugin!"
|
638 |
|
639 |
-
#: core/core.php:
|
640 |
#@ broken-link-checker
|
641 |
msgid "On"
|
642 |
msgstr "Ativado"
|
643 |
|
644 |
-
#: core/core.php:
|
645 |
#@ broken-link-checker
|
646 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
647 |
msgstr "Os redirects podem ser detetados como links offline quando o safe_mode está habilitado."
|
648 |
|
649 |
-
#: core/core.php:
|
650 |
-
#: core/core.php:
|
651 |
#@ broken-link-checker
|
652 |
msgid "Off"
|
653 |
msgstr "Desativado"
|
654 |
|
655 |
-
#: core/core.php:
|
656 |
#, php-format
|
657 |
#@ broken-link-checker
|
658 |
msgid "On ( %s )"
|
659 |
msgstr "Ativado ( %s )"
|
660 |
|
661 |
-
#: core/core.php:
|
662 |
#@ broken-link-checker
|
663 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
664 |
msgstr "Os redirects podem ser considerados links offline quando o open_basedir está ativo."
|
665 |
|
666 |
-
#: core/core.php:
|
667 |
#@ broken-link-checker
|
668 |
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
|
669 |
msgstr "Se este valor é zero depois de recarregar várias provavelmente encontrou um bug."
|
670 |
|
671 |
-
#: core/core.php:
|
672 |
-
#: core/core.php:
|
673 |
#, php-format
|
674 |
#@ broken-link-checker
|
675 |
msgid "[%s] Broken links detected"
|
676 |
msgstr "[%s] Links offline encontrados"
|
677 |
|
678 |
-
#: core/core.php:
|
679 |
#, php-format
|
680 |
#@ broken-link-checker
|
681 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
@@ -683,7 +677,7 @@ msgid_plural "Broken Link Checker has detected %d new broken links on your site.
|
|
683 |
msgstr[0] "Links offline detetou %d novo link sem ligação."
|
684 |
msgstr[1] "Links offline detetou %d novos links sem ligação."
|
685 |
|
686 |
-
#: core/core.php:
|
687 |
#, php-format
|
688 |
#@ broken-link-checker
|
689 |
msgid "Here's a list of the first %d broken links:"
|
@@ -691,45 +685,45 @@ msgid_plural "Here's a list of the first %d broken links:"
|
|
691 |
msgstr[0] "Lista do primeiro %d link sem ligação:"
|
692 |
msgstr[1] "Lista dos primeiros %d links sem ligação:"
|
693 |
|
694 |
-
#: core/core.php:
|
695 |
#@ broken-link-checker
|
696 |
msgid "Here's a list of the new broken links: "
|
697 |
-
msgstr "Novos links offline:"
|
698 |
|
699 |
-
#: core/core.php:
|
700 |
#, php-format
|
701 |
#@ broken-link-checker
|
702 |
msgid "Link text : %s"
|
703 |
msgstr "Texto do Link : %s"
|
704 |
|
705 |
-
#: core/core.php:
|
706 |
#, php-format
|
707 |
#@ broken-link-checker
|
708 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
709 |
msgstr "Link URL : <a href=\"%s\">%s</a>"
|
710 |
|
711 |
-
#: core/core.php:
|
712 |
#, php-format
|
713 |
#@ broken-link-checker
|
714 |
msgid "Source : %s"
|
715 |
msgstr "Fonte : %s"
|
716 |
|
717 |
-
#: core/core.php:
|
718 |
#@ broken-link-checker
|
719 |
msgid "You can see all broken links here:"
|
720 |
msgstr "Links offline:"
|
721 |
|
722 |
-
#: core/init.php:
|
723 |
#@ default
|
724 |
msgid "Once Weekly"
|
725 |
msgstr "Uma vez por semana"
|
726 |
|
727 |
-
#: core/init.php:
|
728 |
#@ default
|
729 |
msgid "Twice a Month"
|
730 |
msgstr "Bi-Mensal"
|
731 |
|
732 |
-
#: core/init.php:
|
733 |
#@ broken-link-checker
|
734 |
msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
|
735 |
msgstr "A instalação do plugin Links offline falhou. Desative e ative o plugin."
|
@@ -737,32 +731,32 @@ msgstr "A instalação do plugin Links offline falhou. Desative e ative o plugin
|
|
737 |
#: includes/any-post.php:397
|
738 |
#: modules/containers/blogroll.php:46
|
739 |
#: modules/containers/comment.php:153
|
740 |
-
#: modules/containers/custom_field.php:
|
741 |
#@ default
|
742 |
msgid "Edit"
|
743 |
msgstr "Editar"
|
744 |
|
745 |
#: includes/any-post.php:405
|
746 |
-
#: modules/containers/custom_field.php:
|
747 |
#@ default
|
748 |
msgid "Move this item to the Trash"
|
749 |
msgstr "Apagar este item"
|
750 |
|
751 |
#: includes/any-post.php:407
|
752 |
-
#: modules/containers/custom_field.php:
|
753 |
#@ default
|
754 |
msgid "Trash"
|
755 |
msgstr "Lixo"
|
756 |
|
757 |
#: includes/any-post.php:412
|
758 |
-
#: modules/containers/custom_field.php:
|
759 |
#@ default
|
760 |
msgid "Delete this item permanently"
|
761 |
msgstr "Apagar este item definitivamente"
|
762 |
|
763 |
#: includes/any-post.php:414
|
764 |
#: modules/containers/blogroll.php:47
|
765 |
-
#: modules/containers/custom_field.php:
|
766 |
#@ default
|
767 |
msgid "Delete"
|
768 |
msgstr "Apagar"
|
@@ -786,13 +780,13 @@ msgstr "Visualizar “%s”"
|
|
786 |
|
787 |
#: includes/any-post.php:436
|
788 |
#: modules/containers/comment.php:166
|
789 |
-
#: modules/containers/custom_field.php:
|
790 |
#@ default
|
791 |
msgid "View"
|
792 |
msgstr "Ver"
|
793 |
|
794 |
#: includes/any-post.php:455
|
795 |
-
#: modules/containers/custom_field.php:
|
796 |
#@ default
|
797 |
msgid "Edit this item"
|
798 |
msgstr "Editar este item"
|
@@ -811,21 +805,21 @@ msgid "Updating post %d failed"
|
|
811 |
msgstr "Atualização do artigo %d falhou"
|
812 |
|
813 |
#: includes/any-post.php:566
|
814 |
-
#: modules/containers/custom_field.php:
|
815 |
#, php-format
|
816 |
#@ broken-link-checker
|
817 |
msgid "Failed to delete post \"%s\" (%d)"
|
818 |
msgstr "Erro ao apagar o artigo \"%s\" (%d)"
|
819 |
|
820 |
#: includes/any-post.php:585
|
821 |
-
#: modules/containers/custom_field.php:
|
822 |
#, php-format
|
823 |
#@ broken-link-checker
|
824 |
msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
|
825 |
msgstr "Não é possível mover o artigo \"%s\" (%d) para o lixo porque a função está desabilitada"
|
826 |
|
827 |
#: includes/any-post.php:605
|
828 |
-
#: modules/containers/custom_field.php:
|
829 |
#, php-format
|
830 |
#@ broken-link-checker
|
831 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
@@ -887,22 +881,22 @@ msgid_plural "%d '%s' have been deleted"
|
|
887 |
msgstr[0] "%d '%s' foi apagado"
|
888 |
msgstr[1] "%d '%s' foram apagados"
|
889 |
|
890 |
-
#: includes/containers.php:
|
891 |
-
#: includes/containers.php:
|
892 |
#, php-format
|
893 |
#@ broken-link-checker
|
894 |
msgid "Container type '%s' not recognized"
|
895 |
msgstr "Recipiente tipo '%s' não foi reconhecido"
|
896 |
|
897 |
-
#: includes/instances.php:
|
898 |
-
#: includes/instances.php:
|
899 |
#, php-format
|
900 |
#@ broken-link-checker
|
901 |
msgid "Container %s[%d] not found"
|
902 |
msgstr "Recipiente %s[%d] não encontrado"
|
903 |
|
904 |
-
#: includes/instances.php:
|
905 |
-
#: includes/instances.php:
|
906 |
#, php-format
|
907 |
#@ broken-link-checker
|
908 |
msgid "Parser '%s' not found."
|
@@ -985,35 +979,35 @@ msgstr "Link operacional."
|
|
985 |
msgid "Link is broken."
|
986 |
msgstr "Link sem ligação."
|
987 |
|
988 |
-
#: includes/links.php:
|
989 |
-
#: includes/links.php:
|
990 |
-
#: includes/links.php:
|
991 |
#@ broken-link-checker
|
992 |
msgid "Link is not valid"
|
993 |
msgstr "Link inválido"
|
994 |
|
995 |
-
#: includes/links.php:
|
996 |
#@ broken-link-checker
|
997 |
msgid "This link can not be edited because it is not used anywhere on this site."
|
998 |
msgstr "Este link não pode ser editado porque não é utilizado no sítio."
|
999 |
|
1000 |
-
#: includes/links.php:
|
1001 |
#@ broken-link-checker
|
1002 |
msgid "Failed to create a DB entry for the new URL."
|
1003 |
msgstr "Falhou a criação de um registo na Base de dados para um novo URL."
|
1004 |
|
1005 |
-
#: includes/links.php:
|
1006 |
#@ broken-link-checker
|
1007 |
msgid "This link is not a redirect"
|
1008 |
msgstr "O link não é um redirect"
|
1009 |
|
1010 |
-
#: includes/links.php:
|
1011 |
-
#: includes/links.php:
|
1012 |
#@ broken-link-checker
|
1013 |
msgid "Couldn't delete the link's database record"
|
1014 |
msgstr "Não é possível apagar o registo do link na Base de dados"
|
1015 |
|
1016 |
-
#: includes/links.php:
|
1017 |
#: modules/checkers/http.php:263
|
1018 |
#: modules/extras/mediafire.php:101
|
1019 |
#@ link status
|
@@ -1021,12 +1015,12 @@ msgstr "Não é possível apagar o registo do link na Base de dados"
|
|
1021 |
msgid "Unknown Error"
|
1022 |
msgstr "Erro Desconhecido"
|
1023 |
|
1024 |
-
#: includes/links.php:
|
1025 |
#@ broken-link-checker
|
1026 |
msgid "Not checked"
|
1027 |
msgstr "Não verificado"
|
1028 |
|
1029 |
-
#: includes/links.php:
|
1030 |
#@ broken-link-checker
|
1031 |
msgid "False positive"
|
1032 |
msgstr "Falso positivo"
|
@@ -1058,70 +1052,69 @@ msgid "Failed to delete old DB tables. Database error : %s"
|
|
1058 |
msgstr "Não foi possível apagar as tabelas antigas da Base de dados. Erro de Base de dados : %s"
|
1059 |
|
1060 |
#: includes/admin/links-page-js.php:55
|
1061 |
-
#: includes/admin/links-page-js.php:
|
1062 |
#@ broken-link-checker
|
1063 |
msgid "Wait..."
|
1064 |
msgstr "Espere ..."
|
1065 |
|
1066 |
#: includes/admin/links-page-js.php:100
|
1067 |
-
#: includes/admin/table-printer.php:
|
1068 |
#@ broken-link-checker
|
1069 |
msgid "Not broken"
|
1070 |
msgstr "Funcional"
|
1071 |
|
1072 |
-
#: includes/admin/links-page-js.php:
|
1073 |
#, php-format
|
1074 |
#@ broken-link-checker
|
1075 |
msgid "%d instances of the link were successfully modified."
|
1076 |
msgstr "%d casos de links que se modificaram com sucesso."
|
1077 |
|
1078 |
-
#: includes/admin/links-page-js.php:
|
1079 |
#, php-format
|
1080 |
#@ broken-link-checker
|
1081 |
msgid "However, %d instances couldn't be edited and still point to the old URL."
|
1082 |
msgstr "No entanto, %d casos não puderam ser editados e ainda apontam para a antiga URL."
|
1083 |
|
1084 |
-
#: includes/admin/links-page-js.php:
|
1085 |
#@ broken-link-checker
|
1086 |
msgid "The link could not be modified."
|
1087 |
msgstr "O link não pode ser modificado."
|
1088 |
|
1089 |
-
#: includes/admin/links-page-js.php:
|
1090 |
-
#: includes/admin/links-page-js.php:455
|
1091 |
#@ broken-link-checker
|
1092 |
msgid "The following error(s) occured :"
|
1093 |
msgstr "Erro(s) :"
|
1094 |
|
1095 |
-
#: includes/admin/links-page-js.php:
|
1096 |
#, php-format
|
1097 |
#@ broken-link-checker
|
1098 |
msgid "%d instances of the link were successfully unlinked."
|
1099 |
msgstr "%d casos de links foram removidos com sucesso."
|
1100 |
|
1101 |
-
#: includes/admin/links-page-js.php:
|
1102 |
#, php-format
|
1103 |
#@ broken-link-checker
|
1104 |
msgid "However, %d instances couldn't be removed."
|
1105 |
msgstr "No entanto, %d casos não foram removidos."
|
1106 |
|
1107 |
-
#: includes/admin/links-page-js.php:
|
1108 |
#@ broken-link-checker
|
1109 |
msgid "The plugin failed to remove the link."
|
1110 |
msgstr "O plugin não apagou o link."
|
1111 |
|
1112 |
-
#: includes/admin/links-page-js.php:
|
1113 |
-
#: includes/admin/table-printer.php:
|
1114 |
-
#: includes/admin/table-printer.php:
|
1115 |
#@ broken-link-checker
|
1116 |
msgid "Unlink"
|
1117 |
msgstr "Remover link"
|
1118 |
|
1119 |
-
#: includes/admin/links-page-js.php:
|
1120 |
#@ broken-link-checker
|
1121 |
msgid "Enter a name for the new custom filter"
|
1122 |
msgstr "Introduza o nome para o novo filtro personalizado"
|
1123 |
|
1124 |
-
#: includes/admin/links-page-js.php:
|
1125 |
#@ broken-link-checker
|
1126 |
msgid ""
|
1127 |
"You are about to delete the current filter.\n"
|
@@ -1130,7 +1123,7 @@ msgstr ""
|
|
1130 |
"Está a ponto de apagar o filtro atual.\n"
|
1131 |
" 'Cancelar' para sair, 'Aceitar' para apagar"
|
1132 |
|
1133 |
-
#: includes/admin/links-page-js.php:
|
1134 |
#@ broken-link-checker
|
1135 |
msgid ""
|
1136 |
"Are you sure you want to delete all posts, bookmarks or other items that contain any of the selected links? This action can't be undone.\n"
|
@@ -1139,7 +1132,7 @@ msgstr ""
|
|
1139 |
"Tem a certeza que deseja eliminar todos os artigos, favoritos ou outros itens que contenham quaisquer dos links selecionados? Esta ação não pode ser anulada.\n"
|
1140 |
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
|
1141 |
|
1142 |
-
#: includes/admin/links-page-js.php:
|
1143 |
#@ broken-link-checker
|
1144 |
msgid ""
|
1145 |
"Are you sure you want to remove the selected links? This action can't be undone.\n"
|
@@ -1148,12 +1141,12 @@ msgstr ""
|
|
1148 |
"Tem a certeza que deseja eliminar todos os links selecionados? Esta ação não pode ser anulada.\n"
|
1149 |
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
|
1150 |
|
1151 |
-
#: includes/admin/links-page-js.php:
|
1152 |
#@ broken-link-checker
|
1153 |
msgid "Enter a search string first."
|
1154 |
msgstr "Introduza primeiro uma string de procura."
|
1155 |
|
1156 |
-
#: includes/admin/links-page-js.php:
|
1157 |
#@ broken-link-checker
|
1158 |
msgid "Select one or more links to edit."
|
1159 |
msgstr "Selecione um ou mais links para editar."
|
@@ -1179,13 +1172,13 @@ msgid "Link text"
|
|
1179 |
msgstr "Texto do link"
|
1180 |
|
1181 |
#: includes/admin/search-form.php:45
|
1182 |
-
#: includes/admin/table-printer.php:
|
1183 |
#@ broken-link-checker
|
1184 |
msgid "URL"
|
1185 |
msgstr "URL"
|
1186 |
|
1187 |
#: includes/admin/search-form.php:48
|
1188 |
-
#: includes/admin/table-printer.php:
|
1189 |
#@ broken-link-checker
|
1190 |
msgid "HTTP code"
|
1191 |
msgstr "Código HTTP"
|
@@ -1217,9 +1210,9 @@ msgid "Search Links"
|
|
1217 |
msgstr "Procurar"
|
1218 |
|
1219 |
#: includes/admin/search-form.php:113
|
1220 |
-
#: includes/admin/table-printer.php:
|
1221 |
-
#: includes/admin/table-printer.php:
|
1222 |
-
#: includes/admin/table-printer.php:
|
1223 |
#@ broken-link-checker
|
1224 |
msgid "Cancel"
|
1225 |
msgstr "Cancelar"
|
@@ -1244,150 +1237,151 @@ msgstr "Regressar ao Painel"
|
|
1244 |
msgid "More plugins by Janis Elsts"
|
1245 |
msgstr "Mais plugins de Janis Elsts"
|
1246 |
|
1247 |
-
#: includes/admin/table-printer.php:
|
1248 |
#@ broken-link-checker
|
1249 |
msgid "Compact View"
|
1250 |
msgstr "Visão compacta"
|
1251 |
|
1252 |
-
#: includes/admin/table-printer.php:
|
1253 |
#@ broken-link-checker
|
1254 |
msgid "Detailed View"
|
1255 |
msgstr "Detalhes"
|
1256 |
|
1257 |
-
#: includes/admin/table-printer.php:
|
1258 |
#@ broken-link-checker
|
1259 |
msgid "Source"
|
1260 |
msgstr "Fonte"
|
1261 |
|
1262 |
-
#: includes/admin/table-printer.php:
|
1263 |
#@ broken-link-checker
|
1264 |
msgid "Link Text"
|
1265 |
msgstr "Texto do Link"
|
1266 |
|
1267 |
-
#: includes/admin/table-printer.php:
|
1268 |
#@ broken-link-checker
|
1269 |
msgid "Bulk Actions"
|
1270 |
msgstr "Edição em Massa"
|
1271 |
|
1272 |
-
#: includes/admin/table-printer.php:
|
1273 |
-
#: includes/admin/table-printer.php:
|
1274 |
#@ broken-link-checker
|
1275 |
msgid "Edit URL"
|
1276 |
msgstr "Editar URL"
|
1277 |
|
1278 |
-
#: includes/admin/table-printer.php:
|
1279 |
#@ broken-link-checker
|
1280 |
msgid "Recheck"
|
1281 |
msgstr "Voltar a verificar"
|
1282 |
|
1283 |
-
#: includes/admin/table-printer.php:
|
1284 |
#@ broken-link-checker
|
1285 |
msgid "Fix redirects"
|
1286 |
msgstr "Reparar redirects"
|
1287 |
|
1288 |
-
#: includes/admin/table-printer.php:
|
1289 |
#@ broken-link-checker
|
1290 |
msgid "Mark as not broken"
|
1291 |
msgstr "Funcional"
|
1292 |
|
1293 |
-
#: includes/admin/table-printer.php:
|
1294 |
#@ broken-link-checker
|
1295 |
msgid "Move sources to Trash"
|
1296 |
msgstr "Apagar fontes"
|
1297 |
|
1298 |
-
#: includes/admin/table-printer.php:
|
1299 |
#@ broken-link-checker
|
1300 |
msgid "Delete sources"
|
1301 |
msgstr "Apagar fontes"
|
1302 |
|
1303 |
-
#: includes/admin/table-printer.php:
|
1304 |
#@ default
|
1305 |
msgid "«"
|
1306 |
msgstr "«"
|
1307 |
|
1308 |
-
#: includes/admin/table-printer.php:
|
1309 |
#@ default
|
1310 |
msgid "»"
|
1311 |
msgstr "»"
|
1312 |
|
1313 |
-
#: includes/admin/table-printer.php:
|
1314 |
#, php-format
|
1315 |
#@ broken-link-checker
|
1316 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
1317 |
msgstr "Mostrando %s–%s de <span class=\"current-link-count\">%s</span>"
|
1318 |
|
1319 |
-
#: includes/admin/table-printer.php:
|
1320 |
-
#@
|
1321 |
msgid "Bulk Edit URLs"
|
1322 |
msgstr "Editar URLs em massa"
|
1323 |
|
1324 |
-
#: includes/admin/table-printer.php:
|
1325 |
#@ broken-link-checker
|
1326 |
msgid "Find"
|
1327 |
msgstr "Procura"
|
1328 |
|
1329 |
-
#: includes/admin/table-printer.php:
|
1330 |
#@ broken-link-checker
|
1331 |
msgid "Replace with"
|
1332 |
msgstr "Substituir com"
|
1333 |
|
1334 |
-
#: includes/admin/table-printer.php:
|
1335 |
#@ broken-link-checker
|
1336 |
msgid "Case sensitive"
|
1337 |
msgstr "Coincidir maiúsculas/minúsculas"
|
1338 |
|
1339 |
-
#: includes/admin/table-printer.php:
|
1340 |
#@ broken-link-checker
|
1341 |
msgid "Regular expression"
|
1342 |
msgstr "Expressão regular"
|
1343 |
|
1344 |
-
#: includes/admin/table-printer.php:
|
|
|
1345 |
#@ broken-link-checker
|
1346 |
msgid "Update"
|
1347 |
msgstr "Atualizar"
|
1348 |
|
1349 |
-
#: includes/admin/table-printer.php:
|
1350 |
#@ broken-link-checker
|
1351 |
msgid "Post published on"
|
1352 |
msgstr "Artigo publicado em"
|
1353 |
|
1354 |
-
#: includes/admin/table-printer.php:
|
1355 |
#@ broken-link-checker
|
1356 |
msgid "Link last checked"
|
1357 |
msgstr "Última verificação"
|
1358 |
|
1359 |
-
#: includes/admin/table-printer.php:
|
1360 |
#@ broken-link-checker
|
1361 |
msgid "Never"
|
1362 |
msgstr "Nunca"
|
1363 |
|
1364 |
-
#: includes/admin/table-printer.php:
|
1365 |
#@ broken-link-checker
|
1366 |
msgid "Response time"
|
1367 |
msgstr "Tempo de resposta"
|
1368 |
|
1369 |
-
#: includes/admin/table-printer.php:
|
1370 |
#, php-format
|
1371 |
#@ broken-link-checker
|
1372 |
msgid "%2.3f seconds"
|
1373 |
msgstr "%2.3f segundos"
|
1374 |
|
1375 |
-
#: includes/admin/table-printer.php:
|
1376 |
#@ broken-link-checker
|
1377 |
msgid "Final URL"
|
1378 |
msgstr "URL final"
|
1379 |
|
1380 |
-
#: includes/admin/table-printer.php:
|
1381 |
#@ broken-link-checker
|
1382 |
msgid "Redirect count"
|
1383 |
msgstr "Contagem de redirects"
|
1384 |
|
1385 |
-
#: includes/admin/table-printer.php:
|
1386 |
#@ broken-link-checker
|
1387 |
msgid "Instance count"
|
1388 |
msgstr "Contagem de casos"
|
1389 |
|
1390 |
-
#: includes/admin/table-printer.php:
|
1391 |
#, php-format
|
1392 |
#@ broken-link-checker
|
1393 |
msgid "This link has failed %d time."
|
@@ -1395,53 +1389,43 @@ msgid_plural "This link has failed %d times."
|
|
1395 |
msgstr[0] "Este link falhou %d vez."
|
1396 |
msgstr[1] "Este link falhou %d vezes."
|
1397 |
|
1398 |
-
#: includes/admin/table-printer.php:
|
1399 |
#, php-format
|
1400 |
#@ broken-link-checker
|
1401 |
msgid "This link has been broken for %s."
|
1402 |
msgstr "Link offline durante %s."
|
1403 |
|
1404 |
-
#: includes/admin/table-printer.php:
|
1405 |
#@ broken-link-checker
|
1406 |
msgid "Log"
|
1407 |
msgstr "Registo"
|
1408 |
|
1409 |
-
#: includes/admin/table-printer.php:
|
1410 |
#@ broken-link-checker
|
1411 |
msgid "Show more info about this link"
|
1412 |
msgstr "Mostrar mais informação sobre este link"
|
1413 |
|
1414 |
-
#: includes/admin/table-printer.php:
|
1415 |
#@ broken-link-checker
|
1416 |
msgid "Broken for"
|
1417 |
msgstr "Offline"
|
1418 |
|
1419 |
-
#: includes/admin/table-printer.php:
|
1420 |
-
#@ broken-link-checker
|
1421 |
-
msgid "Edit link URL"
|
1422 |
-
msgstr "Editar URL do link"
|
1423 |
-
|
1424 |
-
#: includes/admin/table-printer.php:623
|
1425 |
#@ broken-link-checker
|
1426 |
msgid "Remove this link from all posts"
|
1427 |
msgstr "Eliminar este link"
|
1428 |
|
1429 |
-
#: includes/admin/table-printer.php:
|
1430 |
#@ broken-link-checker
|
1431 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
1432 |
msgstr "Eliminar este link da lista dos links offline e marcá-lo como válido"
|
1433 |
|
1434 |
-
#: includes/admin/table-printer.php:
|
1435 |
-
#@ broken-link-checker
|
1436 |
-
msgid "Cancel URL editing"
|
1437 |
-
msgstr "Cancelar a edição do URL"
|
1438 |
-
|
1439 |
-
#: includes/admin/table-printer.php:659
|
1440 |
#@ broken-link-checker
|
1441 |
msgid "Update URL"
|
1442 |
msgstr "Atualizar URL"
|
1443 |
|
1444 |
-
#: includes/admin/table-printer.php:
|
1445 |
#@ broken-link-checker
|
1446 |
msgid "[An orphaned link! This is a bug.]"
|
1447 |
msgstr "[Um link órfão! Bug.]"
|
@@ -1574,24 +1558,24 @@ msgid_plural "%d comments moved to the Trash."
|
|
1574 |
msgstr[0] "%d comentário apagado."
|
1575 |
msgstr[1] "%d comentários apagados."
|
1576 |
|
1577 |
-
#: modules/containers/custom_field.php:
|
1578 |
#, php-format
|
1579 |
#@ broken-link-checker
|
1580 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1581 |
msgstr "Falhou a atualização do campo meta '%s' em %s [%d]"
|
1582 |
|
1583 |
-
#: modules/containers/custom_field.php:
|
1584 |
#, php-format
|
1585 |
#@ broken-link-checker
|
1586 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1587 |
msgstr "Erro ao apagar o campo meta '%s' em %s [%d]"
|
1588 |
|
1589 |
-
#: modules/containers/custom_field.php:
|
1590 |
#@ default
|
1591 |
msgid "Edit this post"
|
1592 |
msgstr "Editar post"
|
1593 |
|
1594 |
-
#: modules/containers/custom_field.php:
|
1595 |
#, php-format
|
1596 |
#@ broken-link-checker
|
1597 |
msgid "View \"%s\""
|
@@ -1733,23 +1717,23 @@ msgstr "Resposta API YouTube desconhecida."
|
|
1733 |
msgid "Image"
|
1734 |
msgstr "Imagem"
|
1735 |
|
1736 |
-
#: modules/parsers/metadata.php:
|
1737 |
#@ broken-link-checker
|
1738 |
msgid "Custom field"
|
1739 |
msgstr "Campo personalizado"
|
1740 |
|
1741 |
-
#: core/core.php:
|
1742 |
#@ broken-link-checker
|
1743 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
1744 |
msgstr "Enviar aos autores notificações por e-mail sobre links offline encontrados nos seus artigos"
|
1745 |
|
1746 |
-
#: core/core.php:
|
1747 |
#@ broken-link-checker
|
1748 |
msgctxt "current load"
|
1749 |
msgid "Unknown"
|
1750 |
msgstr "Desconhecido"
|
1751 |
|
1752 |
-
#: core/core.php:
|
1753 |
#, php-format
|
1754 |
#@ broken-link-checker
|
1755 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
@@ -1757,7 +1741,7 @@ msgid_plural "Broken Link Checker has detected %d new broken links in your posts
|
|
1757 |
msgstr[0] "%d novo link offline encontrado nos seus artigos."
|
1758 |
msgstr[1] "%d novos links offline encontrados nos seus artigos."
|
1759 |
|
1760 |
-
#: includes/admin/table-printer.php:
|
1761 |
#@ broken-link-checker
|
1762 |
msgctxt "checked how long ago"
|
1763 |
msgid "Checked"
|
@@ -1865,13 +1849,13 @@ msgctxt "module name"
|
|
1865 |
msgid "Pages"
|
1866 |
msgstr "Páginas"
|
1867 |
|
1868 |
-
#: includes/links.php:
|
1869 |
#@ broken-link-checker
|
1870 |
msgctxt "link status"
|
1871 |
msgid "Unknown"
|
1872 |
msgstr "Desconhecido"
|
1873 |
|
1874 |
-
#: includes/links.php:
|
1875 |
#: modules/extras/fileserve.php:121
|
1876 |
#: modules/extras/megaupload.php:115
|
1877 |
#: modules/extras/rapidshare.php:145
|
@@ -1986,19 +1970,19 @@ msgctxt "verb"
|
|
1986 |
msgid "Trash"
|
1987 |
msgstr "Lixo"
|
1988 |
|
1989 |
-
#: core/core.php:
|
1990 |
#, php-format
|
1991 |
#@ broken-link-checker
|
1992 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
1993 |
msgstr "Exemplo : Lorem ipsum <a %s>link offline</a>, dolor sit amet."
|
1994 |
|
1995 |
-
#: core/core.php:
|
1996 |
-
#: core/core.php:
|
1997 |
#@ broken-link-checker
|
1998 |
msgid "Click \"Save Changes\" to update example output."
|
1999 |
msgstr "Clicar \"Guardar Alterações\" para atualizar a visualização do exemplo."
|
2000 |
|
2001 |
-
#: core/core.php:
|
2002 |
#, php-format
|
2003 |
#@ broken-link-checker
|
2004 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
@@ -2058,27 +2042,27 @@ msgstr "Vídeo Megavideo embutido"
|
|
2058 |
msgid "Using RapidShare API"
|
2059 |
msgstr "Utilizar RapidShare API"
|
2060 |
|
2061 |
-
#: includes/admin/table-printer.php:
|
2062 |
#@ broken-link-checker
|
2063 |
msgid "Redirect URL"
|
2064 |
msgstr "Redirect URL"
|
2065 |
|
2066 |
-
#: includes/admin/table-printer.php:
|
2067 |
#@ broken-link-checker
|
2068 |
msgid "Hide this link and do not report it again unless its status changes"
|
2069 |
msgstr "Ocultar este link e não reportá-lo de novo expecto se houver mudança de estado "
|
2070 |
|
2071 |
-
#: includes/admin/table-printer.php:
|
2072 |
#@ broken-link-checker
|
2073 |
msgid "Dismiss"
|
2074 |
msgstr "Descartar"
|
2075 |
|
2076 |
-
#: includes/admin/table-printer.php:
|
2077 |
#@ broken-link-checker
|
2078 |
msgid "Undismiss this link"
|
2079 |
msgstr "Restabelecer este link"
|
2080 |
|
2081 |
-
#: includes/admin/table-printer.php:
|
2082 |
#@ broken-link-checker
|
2083 |
msgid "Undismiss"
|
2084 |
msgstr "Restabelecer"
|
@@ -2098,7 +2082,7 @@ msgstr "Links descartados"
|
|
2098 |
msgid "No dismissed links found"
|
2099 |
msgstr "Nenhuns links descartados encontrados"
|
2100 |
|
2101 |
-
#: core/core.php:
|
2102 |
#, php-format
|
2103 |
#@ broken-link-checker
|
2104 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
@@ -2107,7 +2091,7 @@ msgid_plural "%d unique URLs"
|
|
2107 |
msgstr[0] "%d URL única"
|
2108 |
msgstr[1] "%d URLs únicas"
|
2109 |
|
2110 |
-
#: core/core.php:
|
2111 |
#, php-format
|
2112 |
#@ broken-link-checker
|
2113 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
@@ -2116,46 +2100,46 @@ msgid_plural "%d links"
|
|
2116 |
msgstr[0] "%d link"
|
2117 |
msgstr[1] "%d links"
|
2118 |
|
2119 |
-
#: core/core.php:
|
2120 |
#, php-format
|
2121 |
#@ broken-link-checker
|
2122 |
msgid "Detected %1$s in %2$s and still searching..."
|
2123 |
msgstr "Encontrados %1$s em %2$s e procurando..."
|
2124 |
|
2125 |
-
#: core/core.php:
|
2126 |
#, php-format
|
2127 |
#@ broken-link-checker
|
2128 |
msgid "Detected %1$s in %2$s."
|
2129 |
msgstr "Encontrados %1$s em %2$s."
|
2130 |
|
2131 |
-
#: core/core.php:
|
2132 |
#@ broken-link-checker
|
2133 |
msgid "Notification e-mail address"
|
2134 |
msgstr "Endereço de e-mail para Notificação"
|
2135 |
|
2136 |
-
#: core/core.php:
|
2137 |
#@ broken-link-checker
|
2138 |
msgid "Leave empty to use the e-mail address specified in Settings → General."
|
2139 |
msgstr "Deixar em branco para usar o endereço de e-mail especificado em Configurações → Geral."
|
2140 |
|
2141 |
-
#: core/core.php:
|
2142 |
#@ broken-link-checker
|
2143 |
msgid "Show the dashboard widget for"
|
2144 |
msgstr "Mostrar o widget do Painel para"
|
2145 |
|
2146 |
-
#: core/core.php:
|
2147 |
#@ broken-link-checker
|
2148 |
msgctxt "dashboard widget visibility"
|
2149 |
msgid "Administrator"
|
2150 |
msgstr "Administrador"
|
2151 |
|
2152 |
-
#: core/core.php:
|
2153 |
#@ broken-link-checker
|
2154 |
msgctxt "dashboard widget visibility"
|
2155 |
msgid "Editor and above"
|
2156 |
msgstr "Editor e superior"
|
2157 |
|
2158 |
-
#: core/core.php:
|
2159 |
#@ broken-link-checker
|
2160 |
msgctxt "dashboard widget visibility"
|
2161 |
msgid "Nobody (disables the widget)"
|
@@ -2214,3 +2198,99 @@ msgctxt "module name"
|
|
2214 |
msgid "Smart YouTube httpv:// URLs"
|
2215 |
msgstr "Smart YouTube httpv:// URLs"
|
2216 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Broken Link Checker v1.9\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-12-11 10:00-0000\n"
|
6 |
+
"PO-Revision-Date: 2013-10-17 14:32:01+0000\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: wordpress.mowster.net <wordpress@mowster.net>\n"
|
9 |
"MIME-Version: 1.0\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Textdomain-Support: yes"
|
22 |
|
23 |
+
#: core/core.php:153
|
24 |
#: includes/admin/links-page-js.php:37
|
25 |
#@ broken-link-checker
|
26 |
msgid "Loading..."
|
27 |
msgstr "Carregando..."
|
28 |
|
29 |
+
#: core/core.php:177
|
30 |
#: includes/admin/options-page-js.php:18
|
31 |
#@ broken-link-checker
|
32 |
msgid "[ Network error ]"
|
33 |
msgstr "[ Problema na rede ]"
|
34 |
|
35 |
+
#: core/core.php:204
|
36 |
#@ broken-link-checker
|
37 |
msgid "Automatically expand the widget if broken links have been detected"
|
38 |
msgstr "Expandir automaticamente a caixa se existirem links offline"
|
39 |
|
40 |
+
#: core/core.php:295
|
41 |
#@ broken-link-checker
|
42 |
msgid "Link Checker Settings"
|
43 |
msgstr "Definições do Links offline"
|
44 |
|
45 |
+
#: core/core.php:296
|
46 |
#@ broken-link-checker
|
47 |
msgid "Link Checker"
|
48 |
msgstr "Links offline"
|
49 |
|
50 |
+
#: core/core.php:301
|
51 |
#: includes/link-query.php:27
|
52 |
#@ broken-link-checker
|
53 |
msgid "Broken Links"
|
54 |
msgstr "Links offline"
|
55 |
|
56 |
+
#: core/core.php:317
|
57 |
#@ broken-link-checker
|
58 |
msgid "View Broken Links"
|
59 |
msgstr "Ver Links offline"
|
60 |
|
61 |
+
#: core/core.php:332
|
62 |
#@ broken-link-checker
|
63 |
msgid "Feedback"
|
64 |
msgstr "Feedback"
|
65 |
|
66 |
+
#: core/core.php:340
|
67 |
#@ broken-link-checker
|
68 |
msgid "Go to Broken Links"
|
69 |
msgstr "Ir a Links offline"
|
70 |
|
71 |
+
#: core/core.php:369
|
72 |
#@ default
|
73 |
msgid "Settings"
|
74 |
msgstr "Definições"
|
75 |
|
76 |
+
#: core/core.php:538
|
77 |
#@ broken-link-checker
|
78 |
msgid "Settings saved."
|
79 |
msgstr "Definições guardadas."
|
80 |
|
81 |
+
#: core/core.php:544
|
82 |
#@ broken-link-checker
|
83 |
msgid "Thank you for your donation!"
|
84 |
msgstr "Obrigado pela sua colaboração!"
|
85 |
|
86 |
+
#: core/core.php:552
|
87 |
#@ broken-link-checker
|
88 |
msgid "Complete site recheck started."
|
89 |
msgstr "Reverificação completa do sítio iniciada."
|
90 |
|
91 |
+
#: core/core.php:561
|
92 |
#@ broken-link-checker
|
93 |
msgid "Details"
|
94 |
msgstr "Detalhes"
|
95 |
|
96 |
+
#: core/core.php:575
|
97 |
#@ broken-link-checker
|
98 |
msgid "General"
|
99 |
msgstr "Geral"
|
100 |
|
101 |
+
#: core/core.php:576
|
102 |
#@ broken-link-checker
|
103 |
msgid "Look For Links In"
|
104 |
msgstr "Procurar links"
|
105 |
|
106 |
+
#: core/core.php:577
|
107 |
#@ broken-link-checker
|
108 |
msgid "Which Links To Check"
|
109 |
msgstr "Links para verificar"
|
110 |
|
111 |
+
#: core/core.php:578
|
112 |
#@ broken-link-checker
|
113 |
msgid "Protocols & APIs"
|
114 |
msgstr "Protocolos & APIs"
|
115 |
|
116 |
+
#: core/core.php:579
|
117 |
#@ broken-link-checker
|
118 |
msgid "Advanced"
|
119 |
msgstr "Avançado"
|
120 |
|
121 |
+
#: core/core.php:594
|
122 |
#@ broken-link-checker
|
123 |
msgid "Broken Link Checker Options"
|
124 |
msgstr "Opções : Links offline"
|
125 |
|
126 |
+
#: core/core.php:636
|
127 |
+
#: includes/admin/table-printer.php:200
|
128 |
#@ broken-link-checker
|
129 |
msgid "Status"
|
130 |
msgstr "Estado"
|
131 |
|
132 |
+
#: core/core.php:638
|
133 |
#: includes/admin/options-page-js.php:56
|
134 |
#@ broken-link-checker
|
135 |
msgid "Show debug info"
|
136 |
msgstr "Mostrar sistema"
|
137 |
|
138 |
+
#: core/core.php:666
|
139 |
#@ broken-link-checker
|
140 |
msgid "Check each link"
|
141 |
msgstr "Verificar cada link"
|
142 |
|
143 |
+
#: core/core.php:671
|
144 |
#, php-format
|
145 |
#@ broken-link-checker
|
146 |
msgid "Every %s hours"
|
147 |
msgstr "Cada %s horas"
|
148 |
|
149 |
+
#: core/core.php:680
|
150 |
#@ broken-link-checker
|
151 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
152 |
msgstr "Os links existentes serão verificados com esta frequência. Os novos links serão verificados logo que possível."
|
153 |
|
154 |
+
#: core/core.php:687
|
155 |
#@ broken-link-checker
|
156 |
msgid "E-mail notifications"
|
157 |
msgstr "Notificações por e-mail"
|
158 |
|
159 |
+
#: core/core.php:693
|
160 |
#@ broken-link-checker
|
161 |
msgid "Send me e-mail notifications about newly detected broken links"
|
162 |
msgstr "Enviar um e-mail notificando sobre os novos links offline encontrados"
|
163 |
|
164 |
+
#: core/core.php:727
|
165 |
#@ broken-link-checker
|
166 |
msgid "Link tweaks"
|
167 |
msgstr "Melhoria de Links"
|
168 |
|
169 |
+
#: core/core.php:733
|
170 |
#@ broken-link-checker
|
171 |
msgid "Apply custom formatting to broken links"
|
172 |
msgstr "Aplicar formatação personalizada para os links offline"
|
173 |
|
174 |
+
#: core/core.php:737
|
175 |
+
#: core/core.php:768
|
176 |
#@ broken-link-checker
|
177 |
msgid "Edit CSS"
|
178 |
msgstr "Editar CSS"
|
179 |
|
180 |
+
#: core/core.php:764
|
181 |
#@ broken-link-checker
|
182 |
msgid "Apply custom formatting to removed links"
|
183 |
msgstr "Aplicar formatação personalizada para os links removidos"
|
184 |
|
185 |
+
#: core/core.php:797
|
186 |
#@ broken-link-checker
|
187 |
msgid "Stop search engines from following broken links"
|
188 |
msgstr "Não permitir aos motores de busca seguir os links offline"
|
189 |
|
190 |
+
#: core/core.php:827
|
191 |
#@ broken-link-checker
|
192 |
msgid "Look for links in"
|
193 |
msgstr "Procurar links em"
|
194 |
|
195 |
+
#: core/core.php:838
|
196 |
#@ broken-link-checker
|
197 |
msgid "Post statuses"
|
198 |
msgstr "Estado do Artigo"
|
199 |
|
200 |
+
#: core/core.php:871
|
201 |
#@ broken-link-checker
|
202 |
msgid "Link types"
|
203 |
msgstr "Tipos de link"
|
204 |
|
205 |
+
#: core/core.php:877
|
206 |
#@ broken-link-checker
|
207 |
msgid "Error : All link parsers missing!"
|
208 |
msgstr "Erro : Análises aos links não encontradas!"
|
209 |
|
210 |
+
#: core/core.php:884
|
211 |
#@ broken-link-checker
|
212 |
msgid "Exclusion list"
|
213 |
msgstr "Lista de exclusão"
|
214 |
|
215 |
+
#: core/core.php:885
|
216 |
#@ broken-link-checker
|
217 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
218 |
msgstr "Não verificar links que a URL tenha alguma destas palavras (uma por linha) :"
|
219 |
|
220 |
+
#: core/core.php:903
|
221 |
#@ broken-link-checker
|
222 |
msgid "Check links using"
|
223 |
msgstr "Verificar links utilizando"
|
224 |
|
225 |
+
#: core/core.php:922
|
226 |
+
#: includes/links.php:857
|
227 |
#@ broken-link-checker
|
228 |
msgid "Timeout"
|
229 |
msgstr "Intervalo"
|
230 |
|
231 |
+
#: core/core.php:928
|
232 |
+
#: core/core.php:997
|
233 |
+
#: core/core.php:2904
|
234 |
#, php-format
|
235 |
#@ broken-link-checker
|
236 |
#@ default
|
237 |
msgid "%s seconds"
|
238 |
msgstr "%s segundos"
|
239 |
|
240 |
+
#: core/core.php:937
|
241 |
#@ broken-link-checker
|
242 |
msgid "Links that take longer than this to load will be marked as broken."
|
243 |
msgstr "Os links que demoram mais que este tempo a abrir serão marcados como offline."
|
244 |
|
245 |
+
#: core/core.php:944
|
246 |
#@ broken-link-checker
|
247 |
msgid "Link monitor"
|
248 |
msgstr "Monitor de links"
|
249 |
|
250 |
+
#: core/core.php:952
|
251 |
#@ broken-link-checker
|
252 |
msgid "Run continuously while the Dashboard is open"
|
253 |
msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
|
254 |
|
255 |
+
#: core/core.php:960
|
256 |
#@ broken-link-checker
|
257 |
msgid "Run hourly in the background"
|
258 |
msgstr "Executar a cada hora em segundo plano"
|
259 |
|
260 |
+
#: core/core.php:991
|
261 |
#@ broken-link-checker
|
262 |
msgid "Max. execution time"
|
263 |
msgstr "Tempo máximo de execução"
|
264 |
|
265 |
+
#: core/core.php:1008
|
266 |
#@ broken-link-checker
|
267 |
msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
|
268 |
msgstr "O plugin funciona executando periodicamente uma tarefa em segundo plano que analisa os links, verifica os URL encontrados e realiza outras tarefas que consomem tempo. Aqui pode-se estabelecer a duração máxima cada vez que o monitor de links é executado antes de parar."
|
269 |
|
270 |
+
#: core/core.php:1017
|
271 |
#@ broken-link-checker
|
272 |
msgid "Server load limit"
|
273 |
msgstr "Limite de carregamento do servidor"
|
274 |
|
275 |
+
#: core/core.php:1032
|
276 |
#, php-format
|
277 |
#@ broken-link-checker
|
278 |
msgid "Current load : %s"
|
279 |
msgstr "Carga atual : %s"
|
280 |
|
281 |
+
#: core/core.php:1038
|
282 |
#, php-format
|
283 |
#@ broken-link-checker
|
284 |
msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
|
285 |
msgstr "A verificação dos links será suspensa se a média do <a href=\"%s\">carregamento do servidor</a> passa este valor. Deixar o campo em branco para não existir limite."
|
286 |
|
287 |
+
#: core/core.php:1046
|
288 |
#@ broken-link-checker
|
289 |
msgid "Not available"
|
290 |
msgstr "Não disponível"
|
291 |
|
292 |
+
#: core/core.php:1048
|
293 |
#@ broken-link-checker
|
294 |
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
|
295 |
msgstr "O limite de carregamento somente funciona em sistemas Linux onde <code>/proc/loadavg</code> está presente e acessível."
|
296 |
|
297 |
+
#: core/core.php:1056
|
298 |
#@ broken-link-checker
|
299 |
msgid "Forced recheck"
|
300 |
msgstr "Reverificação forçada"
|
301 |
|
302 |
+
#: core/core.php:1059
|
303 |
#@ broken-link-checker
|
304 |
msgid "Re-check all pages"
|
305 |
msgstr "Verificar de novo todas as páginas"
|
306 |
|
307 |
+
#: core/core.php:1063
|
308 |
#@ broken-link-checker
|
309 |
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
|
310 |
msgstr "\"Opção Nuclear\". Clique para limpar todos os dados do plugin na base de dados e reverificar todo o sítio desde o início."
|
311 |
|
312 |
+
#: core/core.php:1074
|
313 |
#@ default
|
314 |
msgid "Save Changes"
|
315 |
msgstr "Guardar alterações"
|
316 |
|
317 |
+
#: core/core.php:1125
|
318 |
#@ broken-link-checker
|
319 |
msgid "Configure"
|
320 |
msgstr "Configurar"
|
321 |
|
322 |
+
#: core/core.php:1338
|
323 |
+
#: core/core.php:1421
|
324 |
+
#: core/core.php:1453
|
|
|
|
|
|
|
|
|
|
|
325 |
#, php-format
|
326 |
#@ broken-link-checker
|
327 |
msgid "Database error : %s"
|
328 |
msgstr "Erro na Base de dados: %s"
|
329 |
|
330 |
+
#: core/core.php:1403
|
331 |
#@ broken-link-checker
|
332 |
msgid "You must enter a filter name!"
|
333 |
msgstr "Deve introduzir um nome para o filtro!"
|
334 |
|
335 |
+
#: core/core.php:1407
|
336 |
#@ broken-link-checker
|
337 |
msgid "Invalid search query."
|
338 |
msgstr "Procura inválida."
|
339 |
|
340 |
+
#: core/core.php:1416
|
341 |
#, php-format
|
342 |
#@ broken-link-checker
|
343 |
msgid "Filter \"%s\" created"
|
344 |
msgstr "Filtro \"%s\" criado"
|
345 |
|
346 |
+
#: core/core.php:1443
|
347 |
#@ broken-link-checker
|
348 |
msgid "Filter ID not specified."
|
349 |
msgstr "ID do Filtro não especificado."
|
350 |
|
351 |
+
#: core/core.php:1450
|
352 |
#@ broken-link-checker
|
353 |
msgid "Filter deleted"
|
354 |
msgstr "Filtro eliminado"
|
355 |
|
356 |
+
#: core/core.php:1498
|
357 |
#, php-format
|
358 |
#@ broken-link-checker
|
359 |
msgid "Replaced %d redirect with a direct link"
|
361 |
msgstr[0] "Substituído %d redirect com link direto"
|
362 |
msgstr[1] "Substituídos %d redirects com links diretos"
|
363 |
|
364 |
+
#: core/core.php:1509
|
365 |
#, php-format
|
366 |
#@ broken-link-checker
|
367 |
msgid "Failed to fix %d redirect"
|
369 |
msgstr[0] "Não foi possível reparar %d redirect"
|
370 |
msgstr[1] "Não foi possível reparar %d redirects"
|
371 |
|
372 |
+
#: core/core.php:1519
|
373 |
#@ broken-link-checker
|
374 |
msgid "None of the selected links are redirects!"
|
375 |
msgstr "Nenhum dos links selecionados são redirects!"
|
376 |
|
377 |
+
#: core/core.php:1598
|
378 |
#, php-format
|
379 |
#@ broken-link-checker
|
380 |
msgid "%d link updated."
|
382 |
msgstr[0] "%d link atualizado."
|
383 |
msgstr[1] "%d links atualizados."
|
384 |
|
385 |
+
#: core/core.php:1609
|
386 |
#, php-format
|
387 |
#@ broken-link-checker
|
388 |
msgid "Failed to update %d link."
|
390 |
msgstr[0] "Erro a atualizar %d link."
|
391 |
msgstr[1] "Erro a atualizar %d links."
|
392 |
|
393 |
+
#: core/core.php:1698
|
394 |
#, php-format
|
395 |
#@ broken-link-checker
|
396 |
msgid "%d link removed"
|
398 |
msgstr[0] "%d link eliminado"
|
399 |
msgstr[1] "%d links eliminados"
|
400 |
|
401 |
+
#: core/core.php:1709
|
402 |
#, php-format
|
403 |
#@ broken-link-checker
|
404 |
msgid "Failed to remove %d link"
|
406 |
msgstr[0] "Erro a remover %d link"
|
407 |
msgstr[1] "Erro a remover %d links"
|
408 |
|
409 |
+
#: core/core.php:1818
|
410 |
#, php-format
|
411 |
#@ default
|
412 |
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
|
414 |
msgstr[0] "%d item foi evitado porque não pode ser movido para o Lixo. Necessita de o efetuar manualmente."
|
415 |
msgstr[1] "%d itens foram evitados porque não podem ser movidos para o Lixo. Necessita de o efetuar manualmente."
|
416 |
|
417 |
+
#: core/core.php:1839
|
418 |
#@ broken-link-checker
|
419 |
msgid "Didn't find anything to delete!"
|
420 |
msgstr "Não foi encontrado nada para apagar!"
|
421 |
|
422 |
+
#: core/core.php:1868
|
423 |
#, php-format
|
424 |
#@ broken-link-checker
|
425 |
msgid "%d link scheduled for rechecking"
|
427 |
msgstr[0] "%d link agendado para verificação"
|
428 |
msgstr[1] "%d links agendados para verificação"
|
429 |
|
430 |
+
#: core/core.php:1913
|
431 |
+
#: core/core.php:2522
|
432 |
#@ broken-link-checker
|
433 |
msgid "This link was manually marked as working by the user."
|
434 |
msgstr "Este link foi assinalado manualmente como válido pelo utilizador."
|
435 |
|
436 |
+
#: core/core.php:1920
|
437 |
#, php-format
|
438 |
#@ broken-link-checker
|
439 |
msgid "Couldn't modify link %d"
|
440 |
msgstr "Impossível modificar o link %d"
|
441 |
|
442 |
+
#: core/core.php:1931
|
443 |
#, php-format
|
444 |
#@ broken-link-checker
|
445 |
msgid "%d link marked as not broken"
|
447 |
msgstr[0] "%d link marcado como funcional"
|
448 |
msgstr[1] "%d links marcados como funcionais"
|
449 |
|
450 |
+
#: core/core.php:1970
|
451 |
#@ broken-link-checker
|
452 |
msgid "Table columns"
|
453 |
msgstr "Colunas da Tabela"
|
454 |
|
455 |
+
#: core/core.php:1989
|
456 |
#@ default
|
457 |
msgid "Show on screen"
|
458 |
msgstr "Mostrar no ecrán"
|
459 |
|
460 |
+
#: core/core.php:1996
|
461 |
#@ broken-link-checker
|
462 |
msgid "links"
|
463 |
msgstr "links"
|
464 |
|
465 |
+
#: core/core.php:1997
|
466 |
+
#: includes/admin/table-printer.php:168
|
467 |
#@ default
|
468 |
#@ broken-link-checker
|
469 |
msgid "Apply"
|
470 |
msgstr "Aplicar"
|
471 |
|
472 |
+
#: core/core.php:2001
|
473 |
#@ broken-link-checker
|
474 |
msgid "Misc"
|
475 |
msgstr "Vários"
|
476 |
|
477 |
+
#: core/core.php:2016
|
478 |
#, php-format
|
479 |
#@ broken-link-checker
|
480 |
msgid "Highlight links broken for at least %s days"
|
481 |
msgstr "Realçar links offline pelo menos durante %s dias"
|
482 |
|
483 |
+
#: core/core.php:2025
|
484 |
#@ broken-link-checker
|
485 |
msgid "Color-code status codes"
|
486 |
msgstr "Cor-código status códigos"
|
487 |
|
488 |
+
#: core/core.php:2042
|
489 |
+
#: core/core.php:2507
|
490 |
+
#: core/core.php:2547
|
491 |
+
#: core/core.php:2580
|
492 |
+
#: core/core.php:2667
|
493 |
#@ broken-link-checker
|
494 |
msgid "You're not allowed to do that!"
|
495 |
msgstr "Não permitido!"
|
496 |
|
497 |
+
#: core/core.php:2377
|
498 |
#@ broken-link-checker
|
499 |
msgid "View broken links"
|
500 |
msgstr "Ver links offline"
|
501 |
|
502 |
+
#: core/core.php:2378
|
503 |
#, php-format
|
504 |
#@ broken-link-checker
|
505 |
msgid "Found %d broken link"
|
507 |
msgstr[0] "Encontrado %d Link offline"
|
508 |
msgstr[1] "Encontrados %d Links offline"
|
509 |
|
510 |
+
#: core/core.php:2384
|
511 |
#@ broken-link-checker
|
512 |
msgid "No broken links found."
|
513 |
msgstr "Não existem links offline."
|
514 |
|
515 |
+
#: core/core.php:2391
|
516 |
#, php-format
|
517 |
#@ broken-link-checker
|
518 |
msgid "%d URL in the work queue"
|
520 |
msgstr[0] "%d URL em espera"
|
521 |
msgstr[1] "%d URLs em espera"
|
522 |
|
523 |
+
#: core/core.php:2394
|
524 |
#@ broken-link-checker
|
525 |
msgid "No URLs in the work queue."
|
526 |
msgstr "Não existem URL em espera para verificação."
|
527 |
|
528 |
+
#: core/core.php:2423
|
529 |
#@ broken-link-checker
|
530 |
msgid "Searching your blog for links..."
|
531 |
msgstr "Procurando links..."
|
532 |
|
533 |
+
#: core/core.php:2425
|
534 |
#@ broken-link-checker
|
535 |
msgid "No links detected."
|
536 |
msgstr "Nenhuns links encontrados."
|
537 |
|
538 |
+
#: core/core.php:2515
|
539 |
+
#: core/core.php:2555
|
540 |
+
#: core/core.php:2595
|
541 |
+
#: core/core.php:2677
|
542 |
#, php-format
|
543 |
#@ broken-link-checker
|
544 |
msgid "Oops, I can't find the link %d"
|
545 |
msgstr "Oops, não é possível encontrar o link %d"
|
546 |
|
547 |
+
#: core/core.php:2528
|
548 |
+
#: core/core.php:2565
|
549 |
#@ broken-link-checker
|
550 |
msgid "Oops, couldn't modify the link!"
|
551 |
msgstr "Oops, não é possível modificar o link!"
|
552 |
|
553 |
+
#: core/core.php:2531
|
554 |
+
#: core/core.php:2568
|
555 |
+
#: core/core.php:2703
|
556 |
#@ broken-link-checker
|
557 |
msgid "Error : link_id not specified"
|
558 |
msgstr "Erro : link_id não especificado"
|
559 |
|
560 |
+
#: core/core.php:2604
|
561 |
#@ broken-link-checker
|
562 |
msgid "Oops, the new URL is invalid!"
|
563 |
msgstr "Oops, a nova URL não é válida!"
|
564 |
|
565 |
+
#: core/core.php:2686
|
|
|
566 |
#@ broken-link-checker
|
567 |
msgid "An unexpected error occured!"
|
568 |
msgstr "Ocorreu um erro inesperado!"
|
569 |
|
570 |
+
#: core/core.php:2586
|
571 |
#@ broken-link-checker
|
572 |
msgid "Error : link_id or new_url not specified"
|
573 |
msgstr "Erro : link_id ou new_url não especificado"
|
574 |
|
575 |
+
#: core/core.php:2712
|
576 |
#@ broken-link-checker
|
577 |
msgid "You don't have sufficient privileges to access this information!"
|
578 |
msgstr "Não tem privilégios suficientes para aceder a esta informação!"
|
579 |
|
580 |
+
#: core/core.php:2725
|
581 |
#@ broken-link-checker
|
582 |
msgid "Error : link ID not specified"
|
583 |
msgstr "Erro : link ID não especificado"
|
584 |
|
585 |
+
#: core/core.php:2739
|
586 |
#, php-format
|
587 |
#@ broken-link-checker
|
588 |
msgid "Failed to load link details (%s)"
|
589 |
msgstr "Erro a carregar os detalhes do link (%s)"
|
590 |
|
591 |
+
#: core/core.php:2793
|
592 |
#@ broken-link-checker
|
593 |
msgid "Broken Link Checker"
|
594 |
msgstr "Links offline"
|
595 |
|
596 |
+
#: core/core.php:2813
|
597 |
#@ broken-link-checker
|
598 |
msgid "PHP version"
|
599 |
msgstr "Versão PHP"
|
600 |
|
601 |
+
#: core/core.php:2819
|
602 |
#@ broken-link-checker
|
603 |
msgid "MySQL version"
|
604 |
msgstr "Versão MySQL"
|
605 |
|
606 |
+
#: core/core.php:2832
|
607 |
#@ broken-link-checker
|
608 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
609 |
msgstr "Versão de CURL obsoleta. A deteção de redirects pode não funcionar corretamente."
|
610 |
|
611 |
+
#: core/core.php:2844
|
612 |
+
#: core/core.php:2860
|
613 |
+
#: core/core.php:2865
|
614 |
#@ broken-link-checker
|
615 |
msgid "Not installed"
|
616 |
msgstr "Não instalado"
|
617 |
|
618 |
+
#: core/core.php:2847
|
619 |
#@ broken-link-checker
|
620 |
msgid "CURL version"
|
621 |
msgstr "Versão CURL"
|
622 |
|
623 |
+
#: core/core.php:2853
|
624 |
#@ broken-link-checker
|
625 |
msgid "Installed"
|
626 |
msgstr "Instalado"
|
627 |
|
628 |
+
#: core/core.php:2866
|
629 |
#@ broken-link-checker
|
630 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
631 |
msgstr "Instalação de CURL ou Snoopy necessário para que funcione o plugin!"
|
632 |
|
633 |
+
#: core/core.php:2877
|
634 |
#@ broken-link-checker
|
635 |
msgid "On"
|
636 |
msgstr "Ativado"
|
637 |
|
638 |
+
#: core/core.php:2878
|
639 |
#@ broken-link-checker
|
640 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
641 |
msgstr "Os redirects podem ser detetados como links offline quando o safe_mode está habilitado."
|
642 |
|
643 |
+
#: core/core.php:2883
|
644 |
+
#: core/core.php:2897
|
645 |
#@ broken-link-checker
|
646 |
msgid "Off"
|
647 |
msgstr "Desativado"
|
648 |
|
649 |
+
#: core/core.php:2891
|
650 |
#, php-format
|
651 |
#@ broken-link-checker
|
652 |
msgid "On ( %s )"
|
653 |
msgstr "Ativado ( %s )"
|
654 |
|
655 |
+
#: core/core.php:2892
|
656 |
#@ broken-link-checker
|
657 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
658 |
msgstr "Os redirects podem ser considerados links offline quando o open_basedir está ativo."
|
659 |
|
660 |
+
#: core/core.php:2921
|
661 |
#@ broken-link-checker
|
662 |
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
|
663 |
msgstr "Se este valor é zero depois de recarregar várias provavelmente encontrou um bug."
|
664 |
|
665 |
+
#: core/core.php:3044
|
666 |
+
#: core/core.php:3159
|
667 |
#, php-format
|
668 |
#@ broken-link-checker
|
669 |
msgid "[%s] Broken links detected"
|
670 |
msgstr "[%s] Links offline encontrados"
|
671 |
|
672 |
+
#: core/core.php:3050
|
673 |
#, php-format
|
674 |
#@ broken-link-checker
|
675 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
677 |
msgstr[0] "Links offline detetou %d novo link sem ligação."
|
678 |
msgstr[1] "Links offline detetou %d novos links sem ligação."
|
679 |
|
680 |
+
#: core/core.php:3081
|
681 |
#, php-format
|
682 |
#@ broken-link-checker
|
683 |
msgid "Here's a list of the first %d broken links:"
|
685 |
msgstr[0] "Lista do primeiro %d link sem ligação:"
|
686 |
msgstr[1] "Lista dos primeiros %d links sem ligação:"
|
687 |
|
688 |
+
#: core/core.php:3089
|
689 |
#@ broken-link-checker
|
690 |
msgid "Here's a list of the new broken links: "
|
691 |
+
msgstr "Novos links offline: "
|
692 |
|
693 |
+
#: core/core.php:3098
|
694 |
#, php-format
|
695 |
#@ broken-link-checker
|
696 |
msgid "Link text : %s"
|
697 |
msgstr "Texto do Link : %s"
|
698 |
|
699 |
+
#: core/core.php:3099
|
700 |
#, php-format
|
701 |
#@ broken-link-checker
|
702 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
703 |
msgstr "Link URL : <a href=\"%s\">%s</a>"
|
704 |
|
705 |
+
#: core/core.php:3100
|
706 |
#, php-format
|
707 |
#@ broken-link-checker
|
708 |
msgid "Source : %s"
|
709 |
msgstr "Fonte : %s"
|
710 |
|
711 |
+
#: core/core.php:3114
|
712 |
#@ broken-link-checker
|
713 |
msgid "You can see all broken links here:"
|
714 |
msgstr "Links offline:"
|
715 |
|
716 |
+
#: core/init.php:242
|
717 |
#@ default
|
718 |
msgid "Once Weekly"
|
719 |
msgstr "Uma vez por semana"
|
720 |
|
721 |
+
#: core/init.php:248
|
722 |
#@ default
|
723 |
msgid "Twice a Month"
|
724 |
msgstr "Bi-Mensal"
|
725 |
|
726 |
+
#: core/init.php:324
|
727 |
#@ broken-link-checker
|
728 |
msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
|
729 |
msgstr "A instalação do plugin Links offline falhou. Desative e ative o plugin."
|
731 |
#: includes/any-post.php:397
|
732 |
#: modules/containers/blogroll.php:46
|
733 |
#: modules/containers/comment.php:153
|
734 |
+
#: modules/containers/custom_field.php:207
|
735 |
#@ default
|
736 |
msgid "Edit"
|
737 |
msgstr "Editar"
|
738 |
|
739 |
#: includes/any-post.php:405
|
740 |
+
#: modules/containers/custom_field.php:213
|
741 |
#@ default
|
742 |
msgid "Move this item to the Trash"
|
743 |
msgstr "Apagar este item"
|
744 |
|
745 |
#: includes/any-post.php:407
|
746 |
+
#: modules/containers/custom_field.php:215
|
747 |
#@ default
|
748 |
msgid "Trash"
|
749 |
msgstr "Lixo"
|
750 |
|
751 |
#: includes/any-post.php:412
|
752 |
+
#: modules/containers/custom_field.php:220
|
753 |
#@ default
|
754 |
msgid "Delete this item permanently"
|
755 |
msgstr "Apagar este item definitivamente"
|
756 |
|
757 |
#: includes/any-post.php:414
|
758 |
#: modules/containers/blogroll.php:47
|
759 |
+
#: modules/containers/custom_field.php:222
|
760 |
#@ default
|
761 |
msgid "Delete"
|
762 |
msgstr "Apagar"
|
780 |
|
781 |
#: includes/any-post.php:436
|
782 |
#: modules/containers/comment.php:166
|
783 |
+
#: modules/containers/custom_field.php:227
|
784 |
#@ default
|
785 |
msgid "View"
|
786 |
msgstr "Ver"
|
787 |
|
788 |
#: includes/any-post.php:455
|
789 |
+
#: modules/containers/custom_field.php:207
|
790 |
#@ default
|
791 |
msgid "Edit this item"
|
792 |
msgstr "Editar este item"
|
805 |
msgstr "Atualização do artigo %d falhou"
|
806 |
|
807 |
#: includes/any-post.php:566
|
808 |
+
#: modules/containers/custom_field.php:294
|
809 |
#, php-format
|
810 |
#@ broken-link-checker
|
811 |
msgid "Failed to delete post \"%s\" (%d)"
|
812 |
msgstr "Erro ao apagar o artigo \"%s\" (%d)"
|
813 |
|
814 |
#: includes/any-post.php:585
|
815 |
+
#: modules/containers/custom_field.php:313
|
816 |
#, php-format
|
817 |
#@ broken-link-checker
|
818 |
msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
|
819 |
msgstr "Não é possível mover o artigo \"%s\" (%d) para o lixo porque a função está desabilitada"
|
820 |
|
821 |
#: includes/any-post.php:605
|
822 |
+
#: modules/containers/custom_field.php:332
|
823 |
#, php-format
|
824 |
#@ broken-link-checker
|
825 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
881 |
msgstr[0] "%d '%s' foi apagado"
|
882 |
msgstr[1] "%d '%s' foram apagados"
|
883 |
|
884 |
+
#: includes/containers.php:880
|
885 |
+
#: includes/containers.php:898
|
886 |
#, php-format
|
887 |
#@ broken-link-checker
|
888 |
msgid "Container type '%s' not recognized"
|
889 |
msgstr "Recipiente tipo '%s' não foi reconhecido"
|
890 |
|
891 |
+
#: includes/instances.php:105
|
892 |
+
#: includes/instances.php:161
|
893 |
#, php-format
|
894 |
#@ broken-link-checker
|
895 |
msgid "Container %s[%d] not found"
|
896 |
msgstr "Recipiente %s[%d] não encontrado"
|
897 |
|
898 |
+
#: includes/instances.php:114
|
899 |
+
#: includes/instances.php:170
|
900 |
#, php-format
|
901 |
#@ broken-link-checker
|
902 |
msgid "Parser '%s' not found."
|
979 |
msgid "Link is broken."
|
980 |
msgstr "Link sem ligação."
|
981 |
|
982 |
+
#: includes/links.php:572
|
983 |
+
#: includes/links.php:674
|
984 |
+
#: includes/links.php:701
|
985 |
#@ broken-link-checker
|
986 |
msgid "Link is not valid"
|
987 |
msgstr "Link inválido"
|
988 |
|
989 |
+
#: includes/links.php:589
|
990 |
#@ broken-link-checker
|
991 |
msgid "This link can not be edited because it is not used anywhere on this site."
|
992 |
msgstr "Este link não pode ser editado porque não é utilizado no sítio."
|
993 |
|
994 |
+
#: includes/links.php:615
|
995 |
#@ broken-link-checker
|
996 |
msgid "Failed to create a DB entry for the new URL."
|
997 |
msgstr "Falhou a criação de um registo na Base de dados para um novo URL."
|
998 |
|
999 |
+
#: includes/links.php:681
|
1000 |
#@ broken-link-checker
|
1001 |
msgid "This link is not a redirect"
|
1002 |
msgstr "O link não é um redirect"
|
1003 |
|
1004 |
+
#: includes/links.php:728
|
1005 |
+
#: includes/links.php:765
|
1006 |
#@ broken-link-checker
|
1007 |
msgid "Couldn't delete the link's database record"
|
1008 |
msgstr "Não é possível apagar o registo do link na Base de dados"
|
1009 |
|
1010 |
+
#: includes/links.php:853
|
1011 |
#: modules/checkers/http.php:263
|
1012 |
#: modules/extras/mediafire.php:101
|
1013 |
#@ link status
|
1015 |
msgid "Unknown Error"
|
1016 |
msgstr "Erro Desconhecido"
|
1017 |
|
1018 |
+
#: includes/links.php:877
|
1019 |
#@ broken-link-checker
|
1020 |
msgid "Not checked"
|
1021 |
msgstr "Não verificado"
|
1022 |
|
1023 |
+
#: includes/links.php:880
|
1024 |
#@ broken-link-checker
|
1025 |
msgid "False positive"
|
1026 |
msgstr "Falso positivo"
|
1052 |
msgstr "Não foi possível apagar as tabelas antigas da Base de dados. Erro de Base de dados : %s"
|
1053 |
|
1054 |
#: includes/admin/links-page-js.php:55
|
1055 |
+
#: includes/admin/links-page-js.php:517
|
1056 |
#@ broken-link-checker
|
1057 |
msgid "Wait..."
|
1058 |
msgstr "Espere ..."
|
1059 |
|
1060 |
#: includes/admin/links-page-js.php:100
|
1061 |
+
#: includes/admin/table-printer.php:658
|
1062 |
#@ broken-link-checker
|
1063 |
msgid "Not broken"
|
1064 |
msgstr "Funcional"
|
1065 |
|
1066 |
+
#: includes/admin/links-page-js.php:379
|
1067 |
#, php-format
|
1068 |
#@ broken-link-checker
|
1069 |
msgid "%d instances of the link were successfully modified."
|
1070 |
msgstr "%d casos de links que se modificaram com sucesso."
|
1071 |
|
1072 |
+
#: includes/admin/links-page-js.php:385
|
1073 |
#, php-format
|
1074 |
#@ broken-link-checker
|
1075 |
msgid "However, %d instances couldn't be edited and still point to the old URL."
|
1076 |
msgstr "No entanto, %d casos não puderam ser editados e ainda apontam para a antiga URL."
|
1077 |
|
1078 |
+
#: includes/admin/links-page-js.php:391
|
1079 |
#@ broken-link-checker
|
1080 |
msgid "The link could not be modified."
|
1081 |
msgstr "O link não pode ser modificado."
|
1082 |
|
1083 |
+
#: includes/admin/links-page-js.php:569
|
|
|
1084 |
#@ broken-link-checker
|
1085 |
msgid "The following error(s) occured :"
|
1086 |
msgstr "Erro(s) :"
|
1087 |
|
1088 |
+
#: includes/admin/links-page-js.php:555
|
1089 |
#, php-format
|
1090 |
#@ broken-link-checker
|
1091 |
msgid "%d instances of the link were successfully unlinked."
|
1092 |
msgstr "%d casos de links foram removidos com sucesso."
|
1093 |
|
1094 |
+
#: includes/admin/links-page-js.php:561
|
1095 |
#, php-format
|
1096 |
#@ broken-link-checker
|
1097 |
msgid "However, %d instances couldn't be removed."
|
1098 |
msgstr "No entanto, %d casos não foram removidos."
|
1099 |
|
1100 |
+
#: includes/admin/links-page-js.php:566
|
1101 |
#@ broken-link-checker
|
1102 |
msgid "The plugin failed to remove the link."
|
1103 |
msgstr "O plugin não apagou o link."
|
1104 |
|
1105 |
+
#: includes/admin/links-page-js.php:577
|
1106 |
+
#: includes/admin/table-printer.php:276
|
1107 |
+
#: includes/admin/table-printer.php:652
|
1108 |
#@ broken-link-checker
|
1109 |
msgid "Unlink"
|
1110 |
msgstr "Remover link"
|
1111 |
|
1112 |
+
#: includes/admin/links-page-js.php:621
|
1113 |
#@ broken-link-checker
|
1114 |
msgid "Enter a name for the new custom filter"
|
1115 |
msgstr "Introduza o nome para o novo filtro personalizado"
|
1116 |
|
1117 |
+
#: includes/admin/links-page-js.php:632
|
1118 |
#@ broken-link-checker
|
1119 |
msgid ""
|
1120 |
"You are about to delete the current filter.\n"
|
1123 |
"Está a ponto de apagar o filtro atual.\n"
|
1124 |
" 'Cancelar' para sair, 'Aceitar' para apagar"
|
1125 |
|
1126 |
+
#: includes/admin/links-page-js.php:652
|
1127 |
#@ broken-link-checker
|
1128 |
msgid ""
|
1129 |
"Are you sure you want to delete all posts, bookmarks or other items that contain any of the selected links? This action can't be undone.\n"
|
1132 |
"Tem a certeza que deseja eliminar todos os artigos, favoritos ou outros itens que contenham quaisquer dos links selecionados? Esta ação não pode ser anulada.\n"
|
1133 |
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
|
1134 |
|
1135 |
+
#: includes/admin/links-page-js.php:662
|
1136 |
#@ broken-link-checker
|
1137 |
msgid ""
|
1138 |
"Are you sure you want to remove the selected links? This action can't be undone.\n"
|
1141 |
"Tem a certeza que deseja eliminar todos os links selecionados? Esta ação não pode ser anulada.\n"
|
1142 |
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
|
1143 |
|
1144 |
+
#: includes/admin/links-page-js.php:771
|
1145 |
#@ broken-link-checker
|
1146 |
msgid "Enter a search string first."
|
1147 |
msgstr "Introduza primeiro uma string de procura."
|
1148 |
|
1149 |
+
#: includes/admin/links-page-js.php:778
|
1150 |
#@ broken-link-checker
|
1151 |
msgid "Select one or more links to edit."
|
1152 |
msgstr "Selecione um ou mais links para editar."
|
1172 |
msgstr "Texto do link"
|
1173 |
|
1174 |
#: includes/admin/search-form.php:45
|
1175 |
+
#: includes/admin/table-printer.php:205
|
1176 |
#@ broken-link-checker
|
1177 |
msgid "URL"
|
1178 |
msgstr "URL"
|
1179 |
|
1180 |
#: includes/admin/search-form.php:48
|
1181 |
+
#: includes/admin/table-printer.php:522
|
1182 |
#@ broken-link-checker
|
1183 |
msgid "HTTP code"
|
1184 |
msgstr "Código HTTP"
|
1210 |
msgstr "Procurar"
|
1211 |
|
1212 |
#: includes/admin/search-form.php:113
|
1213 |
+
#: includes/admin/table-printer.php:352
|
1214 |
+
#: includes/admin/table-printer.php:682
|
1215 |
+
#: includes/admin/table-printer.php:807
|
1216 |
#@ broken-link-checker
|
1217 |
msgid "Cancel"
|
1218 |
msgstr "Cancelar"
|
1237 |
msgid "More plugins by Janis Elsts"
|
1238 |
msgstr "Mais plugins de Janis Elsts"
|
1239 |
|
1240 |
+
#: includes/admin/table-printer.php:182
|
1241 |
#@ broken-link-checker
|
1242 |
msgid "Compact View"
|
1243 |
msgstr "Visão compacta"
|
1244 |
|
1245 |
+
#: includes/admin/table-printer.php:183
|
1246 |
#@ broken-link-checker
|
1247 |
msgid "Detailed View"
|
1248 |
msgstr "Detalhes"
|
1249 |
|
1250 |
+
#: includes/admin/table-printer.php:212
|
1251 |
#@ broken-link-checker
|
1252 |
msgid "Source"
|
1253 |
msgstr "Fonte"
|
1254 |
|
1255 |
+
#: includes/admin/table-printer.php:218
|
1256 |
#@ broken-link-checker
|
1257 |
msgid "Link Text"
|
1258 |
msgstr "Texto do Link"
|
1259 |
|
1260 |
+
#: includes/admin/table-printer.php:271
|
1261 |
#@ broken-link-checker
|
1262 |
msgid "Bulk Actions"
|
1263 |
msgstr "Edição em Massa"
|
1264 |
|
1265 |
+
#: includes/admin/table-printer.php:272
|
1266 |
+
#: includes/admin/table-printer.php:649
|
1267 |
#@ broken-link-checker
|
1268 |
msgid "Edit URL"
|
1269 |
msgstr "Editar URL"
|
1270 |
|
1271 |
+
#: includes/admin/table-printer.php:273
|
1272 |
#@ broken-link-checker
|
1273 |
msgid "Recheck"
|
1274 |
msgstr "Voltar a verificar"
|
1275 |
|
1276 |
+
#: includes/admin/table-printer.php:274
|
1277 |
#@ broken-link-checker
|
1278 |
msgid "Fix redirects"
|
1279 |
msgstr "Reparar redirects"
|
1280 |
|
1281 |
+
#: includes/admin/table-printer.php:275
|
1282 |
#@ broken-link-checker
|
1283 |
msgid "Mark as not broken"
|
1284 |
msgstr "Funcional"
|
1285 |
|
1286 |
+
#: includes/admin/table-printer.php:279
|
1287 |
#@ broken-link-checker
|
1288 |
msgid "Move sources to Trash"
|
1289 |
msgstr "Apagar fontes"
|
1290 |
|
1291 |
+
#: includes/admin/table-printer.php:281
|
1292 |
#@ broken-link-checker
|
1293 |
msgid "Delete sources"
|
1294 |
msgstr "Apagar fontes"
|
1295 |
|
1296 |
+
#: includes/admin/table-printer.php:296
|
1297 |
#@ default
|
1298 |
msgid "«"
|
1299 |
msgstr "«"
|
1300 |
|
1301 |
+
#: includes/admin/table-printer.php:297
|
1302 |
#@ default
|
1303 |
msgid "»"
|
1304 |
msgstr "»"
|
1305 |
|
1306 |
+
#: includes/admin/table-printer.php:305
|
1307 |
#, php-format
|
1308 |
#@ broken-link-checker
|
1309 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
1310 |
msgstr "Mostrando %s–%s de <span class=\"current-link-count\">%s</span>"
|
1311 |
|
1312 |
+
#: includes/admin/table-printer.php:328
|
1313 |
+
#@ broken-link-checker
|
1314 |
msgid "Bulk Edit URLs"
|
1315 |
msgstr "Editar URLs em massa"
|
1316 |
|
1317 |
+
#: includes/admin/table-printer.php:330
|
1318 |
#@ broken-link-checker
|
1319 |
msgid "Find"
|
1320 |
msgstr "Procura"
|
1321 |
|
1322 |
+
#: includes/admin/table-printer.php:334
|
1323 |
#@ broken-link-checker
|
1324 |
msgid "Replace with"
|
1325 |
msgstr "Substituir com"
|
1326 |
|
1327 |
+
#: includes/admin/table-printer.php:342
|
1328 |
#@ broken-link-checker
|
1329 |
msgid "Case sensitive"
|
1330 |
msgstr "Coincidir maiúsculas/minúsculas"
|
1331 |
|
1332 |
+
#: includes/admin/table-printer.php:346
|
1333 |
#@ broken-link-checker
|
1334 |
msgid "Regular expression"
|
1335 |
msgstr "Expressão regular"
|
1336 |
|
1337 |
+
#: includes/admin/table-printer.php:354
|
1338 |
+
#: includes/admin/table-printer.php:808
|
1339 |
#@ broken-link-checker
|
1340 |
msgid "Update"
|
1341 |
msgstr "Atualizar"
|
1342 |
|
1343 |
+
#: includes/admin/table-printer.php:507
|
1344 |
#@ broken-link-checker
|
1345 |
msgid "Post published on"
|
1346 |
msgstr "Artigo publicado em"
|
1347 |
|
1348 |
+
#: includes/admin/table-printer.php:512
|
1349 |
#@ broken-link-checker
|
1350 |
msgid "Link last checked"
|
1351 |
msgstr "Última verificação"
|
1352 |
|
1353 |
+
#: includes/admin/table-printer.php:516
|
1354 |
#@ broken-link-checker
|
1355 |
msgid "Never"
|
1356 |
msgstr "Nunca"
|
1357 |
|
1358 |
+
#: includes/admin/table-printer.php:527
|
1359 |
#@ broken-link-checker
|
1360 |
msgid "Response time"
|
1361 |
msgstr "Tempo de resposta"
|
1362 |
|
1363 |
+
#: includes/admin/table-printer.php:529
|
1364 |
#, php-format
|
1365 |
#@ broken-link-checker
|
1366 |
msgid "%2.3f seconds"
|
1367 |
msgstr "%2.3f segundos"
|
1368 |
|
1369 |
+
#: includes/admin/table-printer.php:532
|
1370 |
#@ broken-link-checker
|
1371 |
msgid "Final URL"
|
1372 |
msgstr "URL final"
|
1373 |
|
1374 |
+
#: includes/admin/table-printer.php:537
|
1375 |
#@ broken-link-checker
|
1376 |
msgid "Redirect count"
|
1377 |
msgstr "Contagem de redirects"
|
1378 |
|
1379 |
+
#: includes/admin/table-printer.php:542
|
1380 |
#@ broken-link-checker
|
1381 |
msgid "Instance count"
|
1382 |
msgstr "Contagem de casos"
|
1383 |
|
1384 |
+
#: includes/admin/table-printer.php:551
|
1385 |
#, php-format
|
1386 |
#@ broken-link-checker
|
1387 |
msgid "This link has failed %d time."
|
1389 |
msgstr[0] "Este link falhou %d vez."
|
1390 |
msgstr[1] "Este link falhou %d vezes."
|
1391 |
|
1392 |
+
#: includes/admin/table-printer.php:559
|
1393 |
#, php-format
|
1394 |
#@ broken-link-checker
|
1395 |
msgid "This link has been broken for %s."
|
1396 |
msgstr "Link offline durante %s."
|
1397 |
|
1398 |
+
#: includes/admin/table-printer.php:570
|
1399 |
#@ broken-link-checker
|
1400 |
msgid "Log"
|
1401 |
msgstr "Registo"
|
1402 |
|
1403 |
+
#: includes/admin/table-printer.php:595
|
1404 |
#@ broken-link-checker
|
1405 |
msgid "Show more info about this link"
|
1406 |
msgstr "Mostrar mais informação sobre este link"
|
1407 |
|
1408 |
+
#: includes/admin/table-printer.php:629
|
1409 |
#@ broken-link-checker
|
1410 |
msgid "Broken for"
|
1411 |
msgstr "Offline"
|
1412 |
|
1413 |
+
#: includes/admin/table-printer.php:651
|
|
|
|
|
|
|
|
|
|
|
1414 |
#@ broken-link-checker
|
1415 |
msgid "Remove this link from all posts"
|
1416 |
msgstr "Eliminar este link"
|
1417 |
|
1418 |
+
#: includes/admin/table-printer.php:657
|
1419 |
#@ broken-link-checker
|
1420 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
1421 |
msgstr "Eliminar este link da lista dos links offline e marcá-lo como válido"
|
1422 |
|
1423 |
+
#: includes/admin/table-printer.php:683
|
|
|
|
|
|
|
|
|
|
|
1424 |
#@ broken-link-checker
|
1425 |
msgid "Update URL"
|
1426 |
msgstr "Atualizar URL"
|
1427 |
|
1428 |
+
#: includes/admin/table-printer.php:710
|
1429 |
#@ broken-link-checker
|
1430 |
msgid "[An orphaned link! This is a bug.]"
|
1431 |
msgstr "[Um link órfão! Bug.]"
|
1558 |
msgstr[0] "%d comentário apagado."
|
1559 |
msgstr[1] "%d comentários apagados."
|
1560 |
|
1561 |
+
#: modules/containers/custom_field.php:85
|
1562 |
#, php-format
|
1563 |
#@ broken-link-checker
|
1564 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1565 |
msgstr "Falhou a atualização do campo meta '%s' em %s [%d]"
|
1566 |
|
1567 |
+
#: modules/containers/custom_field.php:115
|
1568 |
#, php-format
|
1569 |
#@ broken-link-checker
|
1570 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1571 |
msgstr "Erro ao apagar o campo meta '%s' em %s [%d]"
|
1572 |
|
1573 |
+
#: modules/containers/custom_field.php:197
|
1574 |
#@ default
|
1575 |
msgid "Edit this post"
|
1576 |
msgstr "Editar post"
|
1577 |
|
1578 |
+
#: modules/containers/custom_field.php:227
|
1579 |
#, php-format
|
1580 |
#@ broken-link-checker
|
1581 |
msgid "View \"%s\""
|
1717 |
msgid "Image"
|
1718 |
msgstr "Imagem"
|
1719 |
|
1720 |
+
#: modules/parsers/metadata.php:119
|
1721 |
#@ broken-link-checker
|
1722 |
msgid "Custom field"
|
1723 |
msgstr "Campo personalizado"
|
1724 |
|
1725 |
+
#: core/core.php:701
|
1726 |
#@ broken-link-checker
|
1727 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
1728 |
msgstr "Enviar aos autores notificações por e-mail sobre links offline encontrados nos seus artigos"
|
1729 |
|
1730 |
+
#: core/core.php:2451
|
1731 |
#@ broken-link-checker
|
1732 |
msgctxt "current load"
|
1733 |
msgid "Unknown"
|
1734 |
msgstr "Desconhecido"
|
1735 |
|
1736 |
+
#: core/core.php:3165
|
1737 |
#, php-format
|
1738 |
#@ broken-link-checker
|
1739 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
1741 |
msgstr[0] "%d novo link offline encontrado nos seus artigos."
|
1742 |
msgstr[1] "%d novos links offline encontrados nos seus artigos."
|
1743 |
|
1744 |
+
#: includes/admin/table-printer.php:613
|
1745 |
#@ broken-link-checker
|
1746 |
msgctxt "checked how long ago"
|
1747 |
msgid "Checked"
|
1849 |
msgid "Pages"
|
1850 |
msgstr "Páginas"
|
1851 |
|
1852 |
+
#: includes/links.php:839
|
1853 |
#@ broken-link-checker
|
1854 |
msgctxt "link status"
|
1855 |
msgid "Unknown"
|
1856 |
msgstr "Desconhecido"
|
1857 |
|
1858 |
+
#: includes/links.php:883
|
1859 |
#: modules/extras/fileserve.php:121
|
1860 |
#: modules/extras/megaupload.php:115
|
1861 |
#: modules/extras/rapidshare.php:145
|
1970 |
msgid "Trash"
|
1971 |
msgstr "Lixo"
|
1972 |
|
1973 |
+
#: core/core.php:753
|
1974 |
#, php-format
|
1975 |
#@ broken-link-checker
|
1976 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
1977 |
msgstr "Exemplo : Lorem ipsum <a %s>link offline</a>, dolor sit amet."
|
1978 |
|
1979 |
+
#: core/core.php:756
|
1980 |
+
#: core/core.php:787
|
1981 |
#@ broken-link-checker
|
1982 |
msgid "Click \"Save Changes\" to update example output."
|
1983 |
msgstr "Clicar \"Guardar Alterações\" para atualizar a visualização do exemplo."
|
1984 |
|
1985 |
+
#: core/core.php:784
|
1986 |
#, php-format
|
1987 |
#@ broken-link-checker
|
1988 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
2042 |
msgid "Using RapidShare API"
|
2043 |
msgstr "Utilizar RapidShare API"
|
2044 |
|
2045 |
+
#: includes/admin/table-printer.php:223
|
2046 |
#@ broken-link-checker
|
2047 |
msgid "Redirect URL"
|
2048 |
msgstr "Redirect URL"
|
2049 |
|
2050 |
+
#: includes/admin/table-printer.php:665
|
2051 |
#@ broken-link-checker
|
2052 |
msgid "Hide this link and do not report it again unless its status changes"
|
2053 |
msgstr "Ocultar este link e não reportá-lo de novo expecto se houver mudança de estado "
|
2054 |
|
2055 |
+
#: includes/admin/table-printer.php:666
|
2056 |
#@ broken-link-checker
|
2057 |
msgid "Dismiss"
|
2058 |
msgstr "Descartar"
|
2059 |
|
2060 |
+
#: includes/admin/table-printer.php:671
|
2061 |
#@ broken-link-checker
|
2062 |
msgid "Undismiss this link"
|
2063 |
msgstr "Restabelecer este link"
|
2064 |
|
2065 |
+
#: includes/admin/table-printer.php:672
|
2066 |
#@ broken-link-checker
|
2067 |
msgid "Undismiss"
|
2068 |
msgstr "Restabelecer"
|
2082 |
msgid "No dismissed links found"
|
2083 |
msgstr "Nenhuns links descartados encontrados"
|
2084 |
|
2085 |
+
#: core/core.php:2400
|
2086 |
#, php-format
|
2087 |
#@ broken-link-checker
|
2088 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
2091 |
msgstr[0] "%d URL única"
|
2092 |
msgstr[1] "%d URLs únicas"
|
2093 |
|
2094 |
+
#: core/core.php:2404
|
2095 |
#, php-format
|
2096 |
#@ broken-link-checker
|
2097 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
2100 |
msgstr[0] "%d link"
|
2101 |
msgstr[1] "%d links"
|
2102 |
|
2103 |
+
#: core/core.php:2410
|
2104 |
#, php-format
|
2105 |
#@ broken-link-checker
|
2106 |
msgid "Detected %1$s in %2$s and still searching..."
|
2107 |
msgstr "Encontrados %1$s em %2$s e procurando..."
|
2108 |
|
2109 |
+
#: core/core.php:2416
|
2110 |
#, php-format
|
2111 |
#@ broken-link-checker
|
2112 |
msgid "Detected %1$s in %2$s."
|
2113 |
msgstr "Encontrados %1$s em %2$s."
|
2114 |
|
2115 |
+
#: core/core.php:708
|
2116 |
#@ broken-link-checker
|
2117 |
msgid "Notification e-mail address"
|
2118 |
msgstr "Endereço de e-mail para Notificação"
|
2119 |
|
2120 |
+
#: core/core.php:720
|
2121 |
#@ broken-link-checker
|
2122 |
msgid "Leave empty to use the e-mail address specified in Settings → General."
|
2123 |
msgstr "Deixar em branco para usar o endereço de e-mail especificado em Configurações → Geral."
|
2124 |
|
2125 |
+
#: core/core.php:968
|
2126 |
#@ broken-link-checker
|
2127 |
msgid "Show the dashboard widget for"
|
2128 |
msgstr "Mostrar o widget do Painel para"
|
2129 |
|
2130 |
+
#: core/core.php:973
|
2131 |
#@ broken-link-checker
|
2132 |
msgctxt "dashboard widget visibility"
|
2133 |
msgid "Administrator"
|
2134 |
msgstr "Administrador"
|
2135 |
|
2136 |
+
#: core/core.php:974
|
2137 |
#@ broken-link-checker
|
2138 |
msgctxt "dashboard widget visibility"
|
2139 |
msgid "Editor and above"
|
2140 |
msgstr "Editor e superior"
|
2141 |
|
2142 |
+
#: core/core.php:975
|
2143 |
#@ broken-link-checker
|
2144 |
msgctxt "dashboard widget visibility"
|
2145 |
msgid "Nobody (disables the widget)"
|
2198 |
msgid "Smart YouTube httpv:// URLs"
|
2199 |
msgstr "Smart YouTube httpv:// URLs"
|
2200 |
|
2201 |
+
#: core/core.php:805
|
2202 |
+
#@ broken-link-checker
|
2203 |
+
msgctxt "settings page"
|
2204 |
+
msgid "Suggestions"
|
2205 |
+
msgstr "Sugestões"
|
2206 |
+
|
2207 |
+
#: core/core.php:811
|
2208 |
+
#@ broken-link-checker
|
2209 |
+
msgid "Suggest alternatives to broken links"
|
2210 |
+
msgstr "Sugerir links offline alternativos"
|
2211 |
+
|
2212 |
+
#: core/core.php:1208
|
2213 |
+
#@ broken-link-checker
|
2214 |
+
msgid "Enter the names of custom fields you want to check (one per line). If a field contains HTML code, prefix its name with <code>html:</code>. For example, <code>html:field_name</code>."
|
2215 |
+
msgstr "Introduzir os nomes dos campos personalizados que pretende verificar (um por linha).<br />Se um campo tiver código HTML, utilizar o prefixo <code>html:</code>. Por exemplo, <code>html:nome_campo</code>."
|
2216 |
+
|
2217 |
+
#: core/core.php:2619
|
2218 |
+
#@ broken-link-checker
|
2219 |
+
msgid "An unexpected error occurred!"
|
2220 |
+
msgstr "Ocorreu um erro inesperado!"
|
2221 |
+
|
2222 |
+
#: includes/admin/links-page-js.php:235
|
2223 |
+
#@ broken-link-checker
|
2224 |
+
msgctxt "link text"
|
2225 |
+
msgid "(None)"
|
2226 |
+
msgstr "(Nenhum)"
|
2227 |
+
|
2228 |
+
#: includes/admin/links-page-js.php:236
|
2229 |
+
#@ broken-link-checker
|
2230 |
+
msgctxt "link text"
|
2231 |
+
msgid "(Multiple links)"
|
2232 |
+
msgstr "(Múltiplos links)"
|
2233 |
+
|
2234 |
+
#: includes/admin/links-page-js.php:294
|
2235 |
+
#@ broken-link-checker
|
2236 |
+
msgctxt "link suggestions"
|
2237 |
+
msgid "Searching..."
|
2238 |
+
msgstr "Procurando..."
|
2239 |
+
|
2240 |
+
#: includes/admin/links-page-js.php:295
|
2241 |
+
#@ broken-link-checker
|
2242 |
+
msgctxt "link suggestions"
|
2243 |
+
msgid "No suggestions available."
|
2244 |
+
msgstr "Nenhumas sugestões disponíveis."
|
2245 |
+
|
2246 |
+
#: includes/admin/links-page-js.php:296
|
2247 |
+
#, php-format
|
2248 |
+
#@ broken-link-checker
|
2249 |
+
msgctxt "link suggestions"
|
2250 |
+
msgid "Archived page from %s (via the Wayback Machine)"
|
2251 |
+
msgstr "Página arquivada de %s (via Wayback Machine)"
|
2252 |
+
|
2253 |
+
#: includes/admin/links-page-js.php:394
|
2254 |
+
#@ broken-link-checker
|
2255 |
+
msgid "The following error(s) occurred :"
|
2256 |
+
msgstr "Ocorreu o seguinte erro(s): "
|
2257 |
+
|
2258 |
+
#: includes/admin/links-page-js.php:480
|
2259 |
+
#@ broken-link-checker
|
2260 |
+
msgid "Error: Link URL must not be empty."
|
2261 |
+
msgstr "Erro: URL do link não pode ser nulo."
|
2262 |
+
|
2263 |
+
#: includes/admin/table-printer.php:649
|
2264 |
+
#@ broken-link-checker
|
2265 |
+
msgid "Edit this link"
|
2266 |
+
msgstr "Editar este link"
|
2267 |
+
|
2268 |
+
#: includes/admin/table-printer.php:787
|
2269 |
+
#@ broken-link-checker
|
2270 |
+
msgctxt "inline editor title"
|
2271 |
+
msgid "Edit Link"
|
2272 |
+
msgstr "Editar Link"
|
2273 |
+
|
2274 |
+
#: includes/admin/table-printer.php:790
|
2275 |
+
#@ broken-link-checker
|
2276 |
+
msgctxt "inline link editor"
|
2277 |
+
msgid "Text"
|
2278 |
+
msgstr "Texto"
|
2279 |
+
|
2280 |
+
#: includes/admin/table-printer.php:795
|
2281 |
+
#@ broken-link-checker
|
2282 |
+
msgctxt "inline link editor"
|
2283 |
+
msgid "URL"
|
2284 |
+
msgstr "URL"
|
2285 |
+
|
2286 |
+
#: includes/admin/table-printer.php:800
|
2287 |
+
#@ broken-link-checker
|
2288 |
+
msgctxt "inline link editor"
|
2289 |
+
msgid "Suggestions"
|
2290 |
+
msgstr "Sugestões"
|
2291 |
+
|
2292 |
+
#: includes/admin/table-printer.php:820
|
2293 |
+
#@ broken-link-checker
|
2294 |
+
msgid "Use this URL"
|
2295 |
+
msgstr "Utilizar URL"
|
2296 |
+
|
languages/broken-link-checker-zh_CN.mo
CHANGED
Binary file
|
languages/broken-link-checker-zh_CN.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Kaijia Feng <fengkaijia@gmail.com>\n"
|
8 |
"Language-Team: Broken Link Checker <fengkaijia@gmail.com>\n"
|
@@ -15,624 +15,636 @@ msgstr ""
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
17 |
|
18 |
-
#: core/core.php:
|
19 |
#: includes/admin/links-page-js.php:37
|
20 |
msgid "Loading..."
|
21 |
msgstr "加载中……"
|
22 |
|
23 |
-
#: core/core.php:
|
24 |
#: includes/admin/options-page-js.php:18
|
25 |
msgid "[ Network error ]"
|
26 |
msgstr "[ 网络错误 ]"
|
27 |
|
28 |
-
#: core/core.php:
|
29 |
msgid "Automatically expand the widget if broken links have been detected"
|
30 |
msgstr "当检测到失效链接时自动展开窗口部件"
|
31 |
|
32 |
-
#: core/core.php:
|
33 |
msgid "Link Checker Settings"
|
34 |
msgstr "链接检查器设置"
|
35 |
|
36 |
-
#: core/core.php:
|
37 |
msgid "Link Checker"
|
38 |
msgstr "链接检查器"
|
39 |
|
40 |
-
#: core/core.php:
|
41 |
#: includes/link-query.php:27
|
42 |
msgid "Broken Links"
|
43 |
msgstr "失效链接"
|
44 |
|
45 |
-
#: core/core.php:
|
46 |
msgid "View Broken Links"
|
47 |
msgstr "查看失效链接"
|
48 |
|
49 |
-
#: core/core.php:
|
50 |
msgid "Feedback"
|
51 |
msgstr "反馈"
|
52 |
|
53 |
-
#: core/core.php:
|
54 |
msgid "Go to Broken Links"
|
55 |
msgstr "查看失效链接"
|
56 |
|
57 |
-
#: core/core.php:
|
58 |
msgid "Settings"
|
59 |
msgstr "设置"
|
60 |
|
61 |
-
#: core/core.php:
|
62 |
msgid "Settings saved."
|
63 |
msgstr "设置已保存。"
|
64 |
|
65 |
-
#: core/core.php:
|
66 |
msgid "Thank you for your donation!"
|
67 |
msgstr "感谢您的捐赠!"
|
68 |
|
69 |
-
#: core/core.php:
|
70 |
msgid "Complete site recheck started."
|
71 |
msgstr "站点完整重新检查开始。"
|
72 |
|
73 |
-
#: core/core.php:
|
74 |
msgid "Details"
|
75 |
msgstr "详情"
|
76 |
|
77 |
-
#: core/core.php:
|
78 |
msgid "General"
|
79 |
msgstr "常规"
|
80 |
|
81 |
-
#: core/core.php:
|
82 |
msgid "Look For Links In"
|
83 |
msgstr "检查范围"
|
84 |
|
85 |
-
#: core/core.php:
|
86 |
msgid "Which Links To Check"
|
87 |
msgstr "检查类型"
|
88 |
|
89 |
-
#: core/core.php:
|
90 |
msgid "Protocols & APIs"
|
91 |
msgstr "协议和API"
|
92 |
|
93 |
-
#: core/core.php:
|
94 |
msgid "Advanced"
|
95 |
msgstr "高级"
|
96 |
|
97 |
-
#: core/core.php:
|
98 |
msgid "Broken Link Checker Options"
|
99 |
msgstr "链接检查器选项"
|
100 |
|
101 |
-
#: core/core.php:
|
102 |
-
#: includes/admin/table-printer.php:
|
103 |
msgid "Status"
|
104 |
msgstr "状态"
|
105 |
|
106 |
-
#: core/core.php:
|
107 |
#: includes/admin/options-page-js.php:56
|
108 |
msgid "Show debug info"
|
109 |
msgstr "显示调试信息"
|
110 |
|
111 |
-
#: core/core.php:
|
112 |
msgid "Check each link"
|
113 |
msgstr "检查每个链接"
|
114 |
|
115 |
-
#: core/core.php:
|
116 |
msgid "Every %s hours"
|
117 |
msgstr "每 %s 小时"
|
118 |
|
119 |
-
#: core/core.php:
|
120 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
121 |
msgstr "将以此频率检测所有链接,将立即检测新增链接。"
|
122 |
|
123 |
-
#: core/core.php:
|
124 |
msgid "E-mail notifications"
|
125 |
msgstr "电子邮件通知"
|
126 |
|
127 |
-
#: core/core.php:
|
128 |
msgid "Send me e-mail notifications about newly detected broken links"
|
129 |
msgstr "当检测到新失效链接时向我发送电子邮件通知"
|
130 |
|
131 |
-
#: core/core.php:
|
132 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
133 |
msgstr "当检测到新失效链接时向作者发送电子邮件通知"
|
134 |
|
135 |
-
#: core/core.php:
|
136 |
msgid "Notification e-mail address"
|
137 |
msgstr "接收通知的电子邮件地址"
|
138 |
|
139 |
-
#: core/core.php:
|
140 |
msgid "Leave empty to use the e-mail address specified in Settings → General."
|
141 |
msgstr "留空以使用 设置 → 常规 中指定的电子邮件地址。"
|
142 |
|
143 |
-
#: core/core.php:
|
144 |
msgid "Link tweaks"
|
145 |
msgstr "链接调整"
|
146 |
|
147 |
-
#: core/core.php:
|
148 |
msgid "Apply custom formatting to broken links"
|
149 |
msgstr "将自定义样式应用到失效链接"
|
150 |
|
151 |
-
#: core/core.php:
|
152 |
-
#: core/core.php:
|
153 |
msgid "Edit CSS"
|
154 |
msgstr "编辑样式"
|
155 |
|
156 |
-
#: core/core.php:
|
157 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
158 |
msgstr "示例:Lorem ipsum <a %s>失效链接</a>, dolor sit amet."
|
159 |
|
160 |
-
#: core/core.php:
|
161 |
-
#: core/core.php:
|
162 |
msgid "Click \"Save Changes\" to update example output."
|
163 |
msgstr "单击“保持变更”更新输出示例。"
|
164 |
|
165 |
-
#: core/core.php:
|
166 |
msgid "Apply custom formatting to removed links"
|
167 |
msgstr "对已经移除的链接应用自定义格式"
|
168 |
|
169 |
-
#: core/core.php:
|
170 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
171 |
msgstr "示例:Lorem ipsum <span %s>失效链接</span>, dolor sit amet."
|
172 |
|
173 |
-
#: core/core.php:
|
174 |
msgid "Stop search engines from following broken links"
|
175 |
msgstr "要求搜索引擎不跟踪已经失效的链接"
|
176 |
|
177 |
-
#: core/core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
msgid "Look for links in"
|
179 |
msgstr "检查以下范围的链接"
|
180 |
|
181 |
-
#: core/core.php:
|
182 |
msgid "Post statuses"
|
183 |
msgstr "发布状态"
|
184 |
|
185 |
-
#: core/core.php:
|
186 |
msgid "Link types"
|
187 |
msgstr "链接类型"
|
188 |
|
189 |
-
#: core/core.php:
|
190 |
msgid "Error : All link parsers missing!"
|
191 |
msgstr "错误:无法找到链接解析器!"
|
192 |
|
193 |
-
#: core/core.php:
|
194 |
msgid "Exclusion list"
|
195 |
msgstr "排除列表"
|
196 |
|
197 |
-
#: core/core.php:
|
198 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
199 |
msgstr "不检测含有以下关键字的链接(每个关键字一行):"
|
200 |
|
201 |
-
#: core/core.php:
|
202 |
msgid "Check links using"
|
203 |
msgstr "检查链接"
|
204 |
|
205 |
-
#: core/core.php:
|
206 |
-
#: includes/links.php:
|
207 |
msgid "Timeout"
|
208 |
msgstr "超时"
|
209 |
|
210 |
-
#: core/core.php:
|
211 |
-
#: core/core.php:
|
212 |
-
#: core/core.php:
|
213 |
msgid "%s seconds"
|
214 |
msgstr "%s 秒"
|
215 |
|
216 |
-
#: core/core.php:
|
217 |
msgid "Links that take longer than this to load will be marked as broken."
|
218 |
msgstr "检测时若链接在此时间内未响应将被视为失效。"
|
219 |
|
220 |
-
#: core/core.php:
|
221 |
msgid "Link monitor"
|
222 |
msgstr "链接监视器"
|
223 |
|
224 |
-
#: core/core.php:
|
225 |
msgid "Run continuously while the Dashboard is open"
|
226 |
msgstr "在仪表盘打开时持续运行"
|
227 |
|
228 |
-
#: core/core.php:
|
229 |
msgid "Run hourly in the background"
|
230 |
msgstr "在后台每小时运行一次"
|
231 |
|
232 |
-
#: core/core.php:
|
233 |
msgid "Show the dashboard widget for"
|
234 |
msgstr "为以下用户显示仪表盘部件"
|
235 |
|
236 |
-
#: core/core.php:
|
237 |
msgctxt "dashboard widget visibility"
|
238 |
msgid "Administrator"
|
239 |
msgstr "管理员"
|
240 |
|
241 |
-
#: core/core.php:
|
242 |
msgctxt "dashboard widget visibility"
|
243 |
msgid "Editor and above"
|
244 |
msgstr "编辑及以上"
|
245 |
|
246 |
-
#: core/core.php:
|
247 |
msgctxt "dashboard widget visibility"
|
248 |
msgid "Nobody (disables the widget)"
|
249 |
msgstr "没有人(禁用此小部件)"
|
250 |
|
251 |
-
#: core/core.php:
|
252 |
msgid "Max. execution time"
|
253 |
msgstr "最大执行时间"
|
254 |
|
255 |
-
#: core/core.php:
|
256 |
msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
|
257 |
msgstr "插件通过定期在后台创建一个实例来解析你的文章以搜索链接,检查找到的链接并执行一些其他耗时的任务。在这里你可以设置后台实例每次最多可以运行多长时间,通常情况下,链接监视会在每次会话结束前完成。"
|
258 |
|
259 |
-
#: core/core.php:
|
260 |
msgid "Server load limit"
|
261 |
msgstr "服务器负载限制"
|
262 |
|
263 |
-
#: core/core.php:
|
264 |
msgid "Current load : %s"
|
265 |
msgstr "当前负载:%s"
|
266 |
|
267 |
-
#: core/core.php:
|
268 |
msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
|
269 |
msgstr "当平均<a href=\"%s\">服务器负载</a>超过此值时,链接检查将会暂停。留空此栏以关闭负载限制。"
|
270 |
|
271 |
-
#: core/core.php:
|
272 |
msgid "Not available"
|
273 |
msgstr "不可用"
|
274 |
|
275 |
-
#: core/core.php:
|
276 |
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
|
277 |
msgstr "负载限制仅适用于开启<code>/proc/loadavg</code>并且可读取的类Linux操作系统。"
|
278 |
|
279 |
-
#: core/core.php:
|
280 |
msgid "Forced recheck"
|
281 |
msgstr "强制重新检查"
|
282 |
|
283 |
-
#: core/core.php:
|
284 |
msgid "Re-check all pages"
|
285 |
msgstr "重新检查所有页面"
|
286 |
|
287 |
-
#: core/core.php:
|
288 |
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
|
289 |
msgstr "注意这是“强破坏性选项”。单击此按钮以清空链接数据库并重新检查站点上的所有链接。"
|
290 |
|
291 |
-
#: core/core.php:
|
292 |
msgid "Save Changes"
|
293 |
msgstr "保存更改"
|
294 |
|
295 |
-
#: core/core.php:
|
296 |
msgid "Configure"
|
297 |
msgstr "配置"
|
298 |
|
299 |
-
#: core/core.php:
|
300 |
-
msgid "
|
301 |
-
msgstr "
|
302 |
|
303 |
-
#: core/core.php:
|
304 |
-
#: core/core.php:
|
305 |
-
#: core/core.php:
|
306 |
msgid "Database error : %s"
|
307 |
msgstr "数据库错误:%s"
|
308 |
|
309 |
-
#: core/core.php:
|
310 |
msgid "You must enter a filter name!"
|
311 |
msgstr "你需要输入一个过滤器名称!"
|
312 |
|
313 |
-
#: core/core.php:
|
314 |
msgid "Invalid search query."
|
315 |
msgstr "无效的查询。"
|
316 |
|
317 |
-
#: core/core.php:
|
318 |
msgid "Filter \"%s\" created"
|
319 |
msgstr "已创建“%s”过滤器"
|
320 |
|
321 |
-
#: core/core.php:
|
322 |
msgid "Filter ID not specified."
|
323 |
msgstr "过滤器ID未指定。"
|
324 |
|
325 |
-
#: core/core.php:
|
326 |
msgid "Filter deleted"
|
327 |
msgstr "已删除过滤器"
|
328 |
|
329 |
-
#: core/core.php:
|
330 |
msgid "Replaced %d redirect with a direct link"
|
331 |
msgid_plural "Replaced %d redirects with direct links"
|
332 |
msgstr[0] "已使用直接链接替换了%d个重定向"
|
333 |
|
334 |
-
#: core/core.php:
|
335 |
msgid "Failed to fix %d redirect"
|
336 |
msgid_plural "Failed to fix %d redirects"
|
337 |
msgstr[0] "修复%d个重定向失败"
|
338 |
|
339 |
-
#: core/core.php:
|
340 |
msgid "None of the selected links are redirects!"
|
341 |
msgstr "选中的链接均不是重定向链接!"
|
342 |
|
343 |
-
#: core/core.php:
|
344 |
msgid "%d link updated."
|
345 |
msgid_plural "%d links updated."
|
346 |
msgstr[0] "%d个链接已更新。"
|
347 |
|
348 |
-
#: core/core.php:
|
349 |
msgid "Failed to update %d link."
|
350 |
msgid_plural "Failed to update %d links."
|
351 |
msgstr[0] "更新%d个链接失败。"
|
352 |
|
353 |
-
#: core/core.php:
|
354 |
msgid "%d link removed"
|
355 |
msgid_plural "%d links removed"
|
356 |
msgstr[0] "已移除%d个链接"
|
357 |
|
358 |
-
#: core/core.php:
|
359 |
msgid "Failed to remove %d link"
|
360 |
msgid_plural "Failed to remove %d links"
|
361 |
msgstr[0] "移除%d个链接失败"
|
362 |
|
363 |
-
#: core/core.php:
|
364 |
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
|
365 |
msgid_plural "%d items were skipped because they can't be moved to the Trash. You need to delete them manually."
|
366 |
msgstr[0] "%d个项目由于无法移动到回收站而被忽略,你需要手动删除这些项目。"
|
367 |
|
368 |
-
#: core/core.php:
|
369 |
msgid "Didn't find anything to delete!"
|
370 |
msgstr "没有任何需要删除的内容!"
|
371 |
|
372 |
-
#: core/core.php:
|
373 |
msgid "%d link scheduled for rechecking"
|
374 |
msgid_plural "%d links scheduled for rechecking"
|
375 |
msgstr[0] "已计划重新检查%d个链接"
|
376 |
|
377 |
-
#: core/core.php:
|
378 |
-
#: core/core.php:
|
379 |
msgid "This link was manually marked as working by the user."
|
380 |
msgstr "此链接被用户标记为有效。"
|
381 |
|
382 |
-
#: core/core.php:
|
383 |
msgid "Couldn't modify link %d"
|
384 |
msgstr "无法修改链接%d"
|
385 |
|
386 |
-
#: core/core.php:
|
387 |
msgid "%d link marked as not broken"
|
388 |
msgid_plural "%d links marked as not broken"
|
389 |
msgstr[0] "%d个链接被标记为未损坏"
|
390 |
|
391 |
-
#: core/core.php:
|
392 |
msgid "Table columns"
|
393 |
msgstr "表格栏目"
|
394 |
|
395 |
-
#: core/core.php:
|
396 |
msgid "Show on screen"
|
397 |
msgstr "在屏幕上显示"
|
398 |
|
399 |
-
#: core/core.php:
|
400 |
msgid "links"
|
401 |
msgstr "链接"
|
402 |
|
403 |
-
#: core/core.php:
|
404 |
-
#: includes/admin/table-printer.php:
|
405 |
msgid "Apply"
|
406 |
msgstr "应用"
|
407 |
|
408 |
-
#: core/core.php:
|
409 |
msgid "Misc"
|
410 |
msgstr "杂项"
|
411 |
|
412 |
-
#: core/core.php:
|
413 |
msgid "Highlight links broken for at least %s days"
|
414 |
msgstr "高亮显示至少已经失效%s天的链接"
|
415 |
|
416 |
-
#: core/core.php:
|
417 |
msgid "Color-code status codes"
|
418 |
msgstr "色彩标记状态码"
|
419 |
|
420 |
-
#: core/core.php:
|
421 |
-
#: core/core.php:
|
422 |
-
#: core/core.php:
|
423 |
-
#: core/core.php:
|
424 |
-
#: core/core.php:
|
425 |
msgid "You're not allowed to do that!"
|
426 |
msgstr "您无权限执行此操作!"
|
427 |
|
428 |
-
#: core/core.php:
|
429 |
msgid "View broken links"
|
430 |
msgstr "查看失效链接"
|
431 |
|
432 |
-
#: core/core.php:
|
433 |
msgid "Found %d broken link"
|
434 |
msgid_plural "Found %d broken links"
|
435 |
msgstr[0] "已找到%d条失效链接"
|
436 |
|
437 |
-
#: core/core.php:
|
438 |
msgid "No broken links found."
|
439 |
msgstr "未找到失效链接。"
|
440 |
|
441 |
-
#: core/core.php:
|
442 |
msgid "%d URL in the work queue"
|
443 |
msgid_plural "%d URLs in the work queue"
|
444 |
msgstr[0] "执行队列中还有%d条网址"
|
445 |
|
446 |
-
#: core/core.php:
|
447 |
msgid "No URLs in the work queue."
|
448 |
msgstr "执行队列中无网址。"
|
449 |
|
450 |
-
#: core/core.php:
|
451 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
452 |
msgid "%d unique URL"
|
453 |
msgid_plural "%d unique URLs"
|
454 |
msgstr[0] "%d个唯一网址"
|
455 |
|
456 |
-
#: core/core.php:
|
457 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
458 |
msgid "%d link"
|
459 |
msgid_plural "%d links"
|
460 |
msgstr[0] "%d个链接"
|
461 |
|
462 |
-
#: core/core.php:
|
463 |
msgid "Detected %1$s in %2$s and still searching..."
|
464 |
msgstr "在%2$s中发现%1$s,还在继续搜索……"
|
465 |
|
466 |
-
#: core/core.php:
|
467 |
msgid "Detected %1$s in %2$s."
|
468 |
msgstr "在%2$s中发现%1$s。"
|
469 |
|
470 |
-
#: core/core.php:
|
471 |
msgid "Searching your blog for links..."
|
472 |
msgstr "正在您的博客中搜索链接……"
|
473 |
|
474 |
-
#: core/core.php:
|
475 |
msgid "No links detected."
|
476 |
msgstr "没有发现链接。"
|
477 |
|
478 |
-
#: core/core.php:
|
479 |
msgctxt "current load"
|
480 |
msgid "Unknown"
|
481 |
msgstr "未知"
|
482 |
|
483 |
-
#: core/core.php:
|
484 |
-
#: core/core.php:
|
485 |
-
#: core/core.php:
|
486 |
-
#: core/core.php:
|
487 |
msgid "Oops, I can't find the link %d"
|
488 |
msgstr "啊哦,我找不到%d号链接"
|
489 |
|
490 |
-
#: core/core.php:
|
491 |
-
#: core/core.php:
|
492 |
msgid "Oops, couldn't modify the link!"
|
493 |
msgstr "啊哦,无法修改此链接!"
|
494 |
|
495 |
-
#: core/core.php:
|
496 |
-
#: core/core.php:
|
497 |
-
#: core/core.php:
|
498 |
msgid "Error : link_id not specified"
|
499 |
msgstr "错误:未指定link_id"
|
500 |
|
501 |
-
#: core/core.php:
|
|
|
|
|
|
|
|
|
502 |
msgid "Oops, the new URL is invalid!"
|
503 |
msgstr "啊哦,这条新的链接无效!"
|
504 |
|
505 |
-
#: core/core.php:
|
506 |
-
|
|
|
|
|
|
|
507 |
msgid "An unexpected error occured!"
|
508 |
msgstr "发生了一个未捕获的异常!"
|
509 |
|
510 |
-
#: core/core.php:
|
511 |
-
msgid "Error : link_id or new_url not specified"
|
512 |
-
msgstr "错误:未指定link_id或者new_url"
|
513 |
-
|
514 |
-
#: core/core.php:2631
|
515 |
msgid "You don't have sufficient privileges to access this information!"
|
516 |
msgstr "您没有足够的权限来访问此信息!"
|
517 |
|
518 |
-
#: core/core.php:
|
519 |
msgid "Error : link ID not specified"
|
520 |
-
msgstr "错误:链接ID未指定"
|
521 |
|
522 |
-
#: core/core.php:
|
523 |
msgid "Failed to load link details (%s)"
|
524 |
msgstr "加载链接(%s)详情失败"
|
525 |
|
526 |
-
#. #-#-#-#-# plugin.pot (Broken Link Checker 1.
|
527 |
#. Plugin Name of the plugin/theme
|
528 |
-
#: core/core.php:
|
529 |
msgid "Broken Link Checker"
|
530 |
msgstr "失效链接检查器"
|
531 |
|
532 |
-
#: core/core.php:
|
533 |
msgid "PHP version"
|
534 |
-
msgstr "PHP版本"
|
535 |
|
536 |
-
#: core/core.php:
|
537 |
msgid "MySQL version"
|
538 |
-
msgstr "MySQL版本"
|
539 |
|
540 |
-
#: core/core.php:
|
541 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
542 |
-
msgstr "您的CURL
|
543 |
|
544 |
-
#: core/core.php:
|
545 |
-
#: core/core.php:
|
546 |
-
#: core/core.php:
|
547 |
msgid "Not installed"
|
548 |
msgstr "未安装"
|
549 |
|
550 |
-
#: core/core.php:
|
551 |
msgid "CURL version"
|
552 |
-
msgstr "CURL版本"
|
553 |
|
554 |
-
#: core/core.php:
|
555 |
msgid "Installed"
|
556 |
msgstr "已安装"
|
557 |
|
558 |
-
#: core/core.php:
|
559 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
560 |
-
msgstr "要让插件正常运行,您必须安装CURL或者Snoopy!"
|
561 |
|
562 |
-
#: core/core.php:
|
563 |
msgid "On"
|
564 |
msgstr "开启"
|
565 |
|
566 |
-
#: core/core.php:
|
567 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
568 |
msgstr "在安全模式打开时重定向可能被识别为无效链接。"
|
569 |
|
570 |
-
#: core/core.php:
|
571 |
-
#: core/core.php:
|
572 |
msgid "Off"
|
573 |
msgstr "关闭"
|
574 |
|
575 |
-
#: core/core.php:
|
576 |
msgid "On ( %s )"
|
577 |
msgstr "在(%s)内"
|
578 |
|
579 |
-
#: core/core.php:
|
580 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
581 |
-
msgstr "当open_basedir打开时重定向可能被识别为无效链接。"
|
582 |
|
583 |
-
#: core/core.php:
|
584 |
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
|
585 |
msgstr "如果此值为0,你将有可能在重新载入数页后遇到问题。"
|
586 |
|
587 |
-
#: core/core.php:
|
588 |
-
#: core/core.php:
|
589 |
msgid "[%s] Broken links detected"
|
590 |
msgstr "[%s] 检测到失效链接"
|
591 |
|
592 |
-
#: core/core.php:
|
593 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
594 |
msgid_plural "Broken Link Checker has detected %d new broken links on your site."
|
595 |
msgstr[0] "失效链接检查器在站点上发现了%d个新的失效链接。"
|
596 |
|
597 |
-
#: core/core.php:
|
598 |
msgid "Here's a list of the first %d broken links:"
|
599 |
msgid_plural "Here's a list of the first %d broken links:"
|
600 |
msgstr[0] "以下列表显示了最新的%s个失效链接:"
|
601 |
|
602 |
-
#: core/core.php:
|
603 |
msgid "Here's a list of the new broken links: "
|
604 |
msgstr "以下列出了新的失效链接:"
|
605 |
|
606 |
-
#: core/core.php:
|
607 |
msgid "Link text : %s"
|
608 |
msgstr "链接文字:%s"
|
609 |
|
610 |
-
#: core/core.php:
|
611 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
612 |
msgstr "链接网址:<a href=\"%s\">%s</a>"
|
613 |
|
614 |
-
#: core/core.php:
|
615 |
msgid "Source : %s"
|
616 |
msgstr "来源:%s"
|
617 |
|
618 |
-
#: core/core.php:
|
619 |
msgid "You can see all broken links here:"
|
620 |
msgstr "你可以在此处浏览所有的失效链接:"
|
621 |
|
622 |
-
#: core/core.php:
|
623 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
624 |
msgid_plural "Broken Link Checker has detected %d new broken links in your posts."
|
625 |
msgstr[0] "失效链接检查器在你的文章中发现了%d个新的失效链接。"
|
626 |
|
627 |
-
#: core/init.php:
|
628 |
msgid "Once Weekly"
|
629 |
msgstr "每周一次"
|
630 |
|
631 |
-
#: core/init.php:
|
632 |
msgid "Twice a Month"
|
633 |
msgstr "每月两次"
|
634 |
|
635 |
-
#: core/init.php:
|
636 |
msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
|
637 |
msgstr "失效链接检查器安装失败。请尝试重新激活本插件。"
|
638 |
|
@@ -641,55 +653,87 @@ msgid "Failed to delete old DB tables. Database error : %s"
|
|
641 |
msgstr "删除旧数据库失败。数据库错误:%s"
|
642 |
|
643 |
#: includes/admin/links-page-js.php:55
|
644 |
-
#: includes/admin/links-page-js.php:
|
645 |
msgid "Wait..."
|
646 |
msgstr "稍等……"
|
647 |
|
648 |
#: includes/admin/links-page-js.php:100
|
649 |
-
#: includes/admin/table-printer.php:
|
650 |
msgid "Not broken"
|
651 |
msgstr "未失效"
|
652 |
|
653 |
-
#: includes/admin/links-page-js.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
654 |
msgid "%d instances of the link were successfully modified."
|
655 |
msgstr "成功修改了%d个链接。"
|
656 |
|
657 |
-
#: includes/admin/links-page-js.php:
|
658 |
msgid "However, %d instances couldn't be edited and still point to the old URL."
|
659 |
msgstr "然而,%d个链接由于无法被编辑仍然指向了旧的网址。"
|
660 |
|
661 |
-
#: includes/admin/links-page-js.php:
|
662 |
msgid "The link could not be modified."
|
663 |
msgstr "无法修改链接。"
|
664 |
|
665 |
-
#: includes/admin/links-page-js.php:
|
666 |
-
|
667 |
-
msgid "The following error(s) occured :"
|
668 |
msgstr "发生了以下错误:"
|
669 |
|
670 |
-
#: includes/admin/links-page-js.php:
|
|
|
|
|
|
|
|
|
671 |
msgid "%d instances of the link were successfully unlinked."
|
672 |
msgstr "成功取消了%d个链接。"
|
673 |
|
674 |
-
#: includes/admin/links-page-js.php:
|
675 |
msgid "However, %d instances couldn't be removed."
|
676 |
msgstr "然而,%d个链接无法被移除。"
|
677 |
|
678 |
-
#: includes/admin/links-page-js.php:
|
679 |
msgid "The plugin failed to remove the link."
|
680 |
msgstr "移除链接失败。"
|
681 |
|
682 |
-
#: includes/admin/links-page-js.php:
|
683 |
-
|
684 |
-
|
|
|
|
|
|
|
|
|
685 |
msgid "Unlink"
|
686 |
msgstr "取消链接"
|
687 |
|
688 |
-
#: includes/admin/links-page-js.php:
|
689 |
msgid "Enter a name for the new custom filter"
|
690 |
msgstr "输入一个新的自定义过滤器名程"
|
691 |
|
692 |
-
#: includes/admin/links-page-js.php:
|
693 |
msgid ""
|
694 |
"You are about to delete the current filter.\n"
|
695 |
"'Cancel' to stop, 'OK' to delete"
|
@@ -697,7 +741,7 @@ msgstr ""
|
|
697 |
"你将要删除当前使用的过滤器。\n"
|
698 |
" “取消”以停止,“确定”以删除"
|
699 |
|
700 |
-
#: includes/admin/links-page-js.php:
|
701 |
msgid ""
|
702 |
"Are you sure you want to delete all posts, bookmarks or other items that contain any of the selected links? This action can't be undone.\n"
|
703 |
"'Cancel' to stop, 'OK' to delete"
|
@@ -705,7 +749,7 @@ msgstr ""
|
|
705 |
"你确认将会删除任何包含有任意一个选定链接的文章、书签和其他内容吗?本操作无法撤销。\n"
|
706 |
"“取消”以停止,“确定”以删除"
|
707 |
|
708 |
-
#: includes/admin/links-page-js.php:
|
709 |
msgid ""
|
710 |
"Are you sure you want to remove the selected links? This action can't be undone.\n"
|
711 |
"'Cancel' to stop, 'OK' to remove"
|
@@ -713,11 +757,11 @@ msgstr ""
|
|
713 |
"你确认将会删除选定的链接吗?本操作无法撤销。\n"
|
714 |
"“取消”以停止,“确定”以删除"
|
715 |
|
716 |
-
#: includes/admin/links-page-js.php:
|
717 |
msgid "Enter a search string first."
|
718 |
msgstr "需要先输入搜索字符"
|
719 |
|
720 |
-
#: includes/admin/links-page-js.php:
|
721 |
msgid "Select one or more links to edit."
|
722 |
msgstr "选择并编辑一个或多个链接"
|
723 |
|
@@ -743,12 +787,12 @@ msgid "Link text"
|
|
743 |
msgstr "链接文字"
|
744 |
|
745 |
#: includes/admin/search-form.php:45
|
746 |
-
#: includes/admin/table-printer.php:
|
747 |
msgid "URL"
|
748 |
msgstr "网址"
|
749 |
|
750 |
#: includes/admin/search-form.php:48
|
751 |
-
#: includes/admin/table-printer.php:
|
752 |
msgid "HTTP code"
|
753 |
msgstr "HTTP代码"
|
754 |
|
@@ -774,15 +818,15 @@ msgid "Search Links"
|
|
774 |
msgstr "搜索链接"
|
775 |
|
776 |
#: includes/admin/search-form.php:113
|
777 |
-
#: includes/admin/table-printer.php:
|
778 |
-
#: includes/admin/table-printer.php:
|
779 |
-
#: includes/admin/table-printer.php:
|
780 |
msgid "Cancel"
|
781 |
msgstr "取消"
|
782 |
|
783 |
#: includes/admin/sidebar.php:24
|
784 |
msgid "More plugins by Janis Elsts"
|
785 |
-
msgstr "更多Janis Elsts制作的插件"
|
786 |
|
787 |
#: includes/admin/sidebar.php:47
|
788 |
msgid "Donate $10, $20 or $50!"
|
@@ -794,216 +838,237 @@ msgstr "如果你喜欢本插件,请捐款支持插件的开发与维护!"
|
|
794 |
|
795 |
#: includes/admin/sidebar.php:68
|
796 |
msgid "Return to WordPress Dashboard"
|
797 |
-
msgstr "返回到WordPress仪表盘"
|
798 |
|
799 |
-
#: includes/admin/table-printer.php:
|
800 |
msgid "Compact View"
|
801 |
msgstr "紧凑视图"
|
802 |
|
803 |
-
#: includes/admin/table-printer.php:
|
804 |
msgid "Detailed View"
|
805 |
msgstr "详细视图"
|
806 |
|
807 |
-
#: includes/admin/table-printer.php:
|
808 |
msgid "Source"
|
809 |
msgstr "来源"
|
810 |
|
811 |
-
#: includes/admin/table-printer.php:
|
812 |
msgid "Link Text"
|
813 |
msgstr "链接文字"
|
814 |
|
815 |
-
#: includes/admin/table-printer.php:
|
816 |
msgid "Redirect URL"
|
817 |
msgstr "重定向网址"
|
818 |
|
819 |
-
#: includes/admin/table-printer.php:
|
820 |
msgid "Bulk Actions"
|
821 |
msgstr "批量操作"
|
822 |
|
823 |
-
#: includes/admin/table-printer.php:
|
824 |
-
#: includes/admin/table-printer.php:
|
825 |
msgid "Edit URL"
|
826 |
msgstr "修改网址"
|
827 |
|
828 |
-
#: includes/admin/table-printer.php:
|
829 |
msgid "Recheck"
|
830 |
msgstr "重新检查"
|
831 |
|
832 |
-
#: includes/admin/table-printer.php:
|
833 |
msgid "Fix redirects"
|
834 |
msgstr "修复重定向"
|
835 |
|
836 |
-
#: includes/admin/table-printer.php:
|
837 |
msgid "Mark as not broken"
|
838 |
msgstr "标记为未失效"
|
839 |
|
840 |
-
#: includes/admin/table-printer.php:
|
841 |
msgid "Move sources to Trash"
|
842 |
msgstr "移动到回收站"
|
843 |
|
844 |
-
#: includes/admin/table-printer.php:
|
845 |
msgid "Delete sources"
|
846 |
msgstr "删除资源"
|
847 |
|
848 |
-
#: includes/admin/table-printer.php:
|
849 |
msgid "«"
|
850 |
msgstr "«"
|
851 |
|
852 |
-
#: includes/admin/table-printer.php:
|
853 |
msgid "»"
|
854 |
msgstr "»"
|
855 |
|
856 |
-
#: includes/admin/table-printer.php:
|
857 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
858 |
msgstr "显示%s–%s项结果,总共<span class=\"current-link-count\">%s</span>项"
|
859 |
|
860 |
-
#: includes/admin/table-printer.php:
|
861 |
msgid "Bulk Edit URLs"
|
862 |
msgstr "批量修改网址"
|
863 |
|
864 |
-
#: includes/admin/table-printer.php:
|
865 |
msgid "Find"
|
866 |
msgstr "查找"
|
867 |
|
868 |
-
#: includes/admin/table-printer.php:
|
869 |
msgid "Replace with"
|
870 |
msgstr "代替以"
|
871 |
|
872 |
-
#: includes/admin/table-printer.php:
|
873 |
msgid "Case sensitive"
|
874 |
msgstr "大小写敏感"
|
875 |
|
876 |
-
#: includes/admin/table-printer.php:
|
877 |
msgid "Regular expression"
|
878 |
msgstr "正则表达式"
|
879 |
|
880 |
-
#: includes/admin/table-printer.php:
|
|
|
881 |
msgid "Update"
|
882 |
msgstr "更新"
|
883 |
|
884 |
-
#: includes/admin/table-printer.php:
|
885 |
msgid "Post published on"
|
886 |
msgstr "文章发布在"
|
887 |
|
888 |
-
#: includes/admin/table-printer.php:
|
889 |
msgid "Link last checked"
|
890 |
msgstr "最后一次检查的链接"
|
891 |
|
892 |
-
#: includes/admin/table-printer.php:
|
893 |
msgid "Never"
|
894 |
msgstr "从不"
|
895 |
|
896 |
-
#: includes/admin/table-printer.php:
|
897 |
msgid "Response time"
|
898 |
msgstr "响应时间"
|
899 |
|
900 |
-
#: includes/admin/table-printer.php:
|
901 |
msgid "%2.3f seconds"
|
902 |
msgstr "%2.3f 秒"
|
903 |
|
904 |
-
#: includes/admin/table-printer.php:
|
905 |
msgid "Final URL"
|
906 |
msgstr "最终网址"
|
907 |
|
908 |
-
#: includes/admin/table-printer.php:
|
909 |
msgid "Redirect count"
|
910 |
msgstr "重定向数目"
|
911 |
|
912 |
-
#: includes/admin/table-printer.php:
|
913 |
msgid "Instance count"
|
914 |
msgstr "实例数目"
|
915 |
|
916 |
-
#: includes/admin/table-printer.php:
|
917 |
msgid "This link has failed %d time."
|
918 |
msgid_plural "This link has failed %d times."
|
919 |
msgstr[0] "此链接失败了%d次。"
|
920 |
|
921 |
-
#: includes/admin/table-printer.php:
|
922 |
msgid "This link has been broken for %s."
|
923 |
msgstr "此链接已失效%s。"
|
924 |
|
925 |
-
#: includes/admin/table-printer.php:
|
926 |
msgid "Log"
|
927 |
msgstr "日志"
|
928 |
|
929 |
-
#: includes/admin/table-printer.php:
|
930 |
msgid "Show more info about this link"
|
931 |
msgstr "显示关于此链接的更多信息"
|
932 |
|
933 |
-
#: includes/admin/table-printer.php:
|
934 |
msgctxt "checked how long ago"
|
935 |
msgid "Checked"
|
936 |
msgstr "已检查"
|
937 |
|
938 |
-
#: includes/admin/table-printer.php:
|
939 |
msgid "Broken for"
|
940 |
msgstr "失效于"
|
941 |
|
942 |
-
#: includes/admin/table-printer.php:
|
943 |
-
msgid "Edit link
|
944 |
-
msgstr "
|
945 |
|
946 |
-
#: includes/admin/table-printer.php:
|
947 |
msgid "Remove this link from all posts"
|
948 |
msgstr "将此链接从所有文章中删除"
|
949 |
|
950 |
-
#: includes/admin/table-printer.php:
|
951 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
952 |
msgstr "将此链接从失效链接列表中删除并标记为有效"
|
953 |
|
954 |
-
#: includes/admin/table-printer.php:
|
955 |
msgid "Hide this link and do not report it again unless its status changes"
|
956 |
msgstr "隐藏此链接,除非链接状态发生改变不再报告此链接问题"
|
957 |
|
958 |
-
#: includes/admin/table-printer.php:
|
959 |
msgid "Dismiss"
|
960 |
msgstr "屏蔽"
|
961 |
|
962 |
-
#: includes/admin/table-printer.php:
|
963 |
msgid "Undismiss this link"
|
964 |
msgstr "不再屏蔽此链接"
|
965 |
|
966 |
-
#: includes/admin/table-printer.php:
|
967 |
msgid "Undismiss"
|
968 |
msgstr "取消屏蔽"
|
969 |
|
970 |
-
#: includes/admin/table-printer.php:
|
971 |
-
msgid "Cancel URL editing"
|
972 |
-
msgstr "取消网址修改"
|
973 |
-
|
974 |
-
#: includes/admin/table-printer.php:659
|
975 |
msgid "Update URL"
|
976 |
msgstr "修改网址"
|
977 |
|
978 |
-
#: includes/admin/table-printer.php:
|
979 |
msgid "[An orphaned link! This is a bug.]"
|
980 |
msgstr "[一个孤立链接!这是一个错误。]"
|
981 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
982 |
#: includes/any-post.php:397
|
983 |
#: modules/containers/blogroll.php:46
|
984 |
#: modules/containers/comment.php:153
|
985 |
-
#: modules/containers/custom_field.php:
|
986 |
msgid "Edit"
|
987 |
msgstr "编辑"
|
988 |
|
989 |
#: includes/any-post.php:405
|
990 |
-
#: modules/containers/custom_field.php:
|
991 |
msgid "Move this item to the Trash"
|
992 |
msgstr "移动此项到回收站"
|
993 |
|
994 |
#: includes/any-post.php:407
|
995 |
-
#: modules/containers/custom_field.php:
|
996 |
msgid "Trash"
|
997 |
msgstr "回收站"
|
998 |
|
999 |
#: includes/any-post.php:412
|
1000 |
-
#: modules/containers/custom_field.php:
|
1001 |
msgid "Delete this item permanently"
|
1002 |
msgstr "永久删除此项目"
|
1003 |
|
1004 |
#: includes/any-post.php:414
|
1005 |
#: modules/containers/blogroll.php:47
|
1006 |
-
#: modules/containers/custom_field.php:
|
1007 |
msgid "Delete"
|
1008 |
msgstr "删除"
|
1009 |
|
@@ -1021,12 +1086,12 @@ msgstr "查看 “%s”"
|
|
1021 |
|
1022 |
#: includes/any-post.php:436
|
1023 |
#: modules/containers/comment.php:166
|
1024 |
-
#: modules/containers/custom_field.php:
|
1025 |
msgid "View"
|
1026 |
msgstr "查看"
|
1027 |
|
1028 |
#: includes/any-post.php:455
|
1029 |
-
#: modules/containers/custom_field.php:
|
1030 |
msgid "Edit this item"
|
1031 |
msgstr "编辑此项目"
|
1032 |
|
@@ -1041,17 +1106,17 @@ msgid "Updating post %d failed"
|
|
1041 |
msgstr "更新文章%d失败"
|
1042 |
|
1043 |
#: includes/any-post.php:566
|
1044 |
-
#: modules/containers/custom_field.php:
|
1045 |
msgid "Failed to delete post \"%s\" (%d)"
|
1046 |
msgstr "删除文章《%s》(%d)失败"
|
1047 |
|
1048 |
#: includes/any-post.php:585
|
1049 |
-
#: modules/containers/custom_field.php:
|
1050 |
msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
|
1051 |
msgstr "由于回收站功能已关闭,无法移动文章《%s》(%d)到回收站。"
|
1052 |
|
1053 |
#: includes/any-post.php:605
|
1054 |
-
#: modules/containers/custom_field.php:
|
1055 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
1056 |
msgstr "移动文章《%s》(%d)到回收站失败"
|
1057 |
|
@@ -1090,15 +1155,15 @@ msgid "%d '%s' has been deleted"
|
|
1090 |
msgid_plural "%d '%s' have been deleted"
|
1091 |
msgstr[0] "已删除%d个‘%s’。"
|
1092 |
|
1093 |
-
#: includes/containers.php:
|
1094 |
-
#: includes/containers.php:
|
1095 |
msgid "Container type '%s' not recognized"
|
1096 |
msgstr "无法识别“%s”类型"
|
1097 |
|
1098 |
#: includes/extra-strings.php:2
|
1099 |
msgctxt "module name"
|
1100 |
msgid "Basic HTTP"
|
1101 |
-
msgstr "标准HTTP"
|
1102 |
|
1103 |
#: includes/extra-strings.php:3
|
1104 |
msgctxt "module name"
|
@@ -1118,90 +1183,100 @@ msgstr "自定义栏目"
|
|
1118 |
#: includes/extra-strings.php:6
|
1119 |
msgctxt "module name"
|
1120 |
msgid "Embedded DailyMotion videos"
|
1121 |
-
msgstr "
|
1122 |
|
1123 |
#: includes/extra-strings.php:7
|
1124 |
msgctxt "module name"
|
1125 |
msgid "Embedded GoogleVideo videos"
|
1126 |
-
msgstr "
|
1127 |
|
1128 |
#: includes/extra-strings.php:8
|
1129 |
msgctxt "module name"
|
1130 |
msgid "Embedded Megavideo videos"
|
1131 |
-
msgstr "
|
1132 |
|
1133 |
#: includes/extra-strings.php:9
|
1134 |
msgctxt "module name"
|
1135 |
msgid "Embedded Vimeo videos"
|
1136 |
-
msgstr "
|
1137 |
|
1138 |
#: includes/extra-strings.php:10
|
1139 |
msgctxt "module name"
|
1140 |
-
msgid "Embedded YouTube
|
1141 |
-
msgstr "
|
1142 |
|
1143 |
#: includes/extra-strings.php:11
|
1144 |
msgctxt "module name"
|
1145 |
-
msgid "Embedded YouTube videos
|
1146 |
-
msgstr "
|
1147 |
|
1148 |
#: includes/extra-strings.php:12
|
1149 |
msgctxt "module name"
|
|
|
|
|
|
|
|
|
|
|
1150 |
msgid "FileServe API"
|
1151 |
msgstr "FileServe API"
|
1152 |
|
1153 |
-
#: includes/extra-strings.php:
|
1154 |
msgctxt "module name"
|
1155 |
msgid "HTML images"
|
1156 |
-
msgstr "HTML图像"
|
1157 |
|
1158 |
-
#: includes/extra-strings.php:
|
1159 |
msgctxt "module name"
|
1160 |
msgid "HTML links"
|
1161 |
-
msgstr "HTML链接"
|
1162 |
|
1163 |
-
#: includes/extra-strings.php:
|
1164 |
msgctxt "module name"
|
1165 |
msgid "MediaFire API"
|
1166 |
msgstr "MediaFire API"
|
1167 |
|
1168 |
-
#: includes/extra-strings.php:
|
1169 |
msgctxt "module name"
|
1170 |
msgid "MegaUpload API"
|
1171 |
msgstr "MegaUpload API"
|
1172 |
|
1173 |
-
#: includes/extra-strings.php:
|
1174 |
msgctxt "module name"
|
1175 |
msgid "Plaintext URLs"
|
1176 |
msgstr "纯文本网址"
|
1177 |
|
1178 |
-
#: includes/extra-strings.php:
|
1179 |
msgctxt "module name"
|
1180 |
msgid "RapidShare API"
|
1181 |
msgstr "RapidShare API"
|
1182 |
|
1183 |
-
#: includes/extra-strings.php:
|
|
|
|
|
|
|
|
|
|
|
1184 |
msgctxt "module name"
|
1185 |
msgid "YouTube API"
|
1186 |
msgstr "YouTube API"
|
1187 |
|
1188 |
-
#: includes/extra-strings.php:
|
1189 |
msgctxt "module name"
|
1190 |
msgid "Posts"
|
1191 |
msgstr "文章"
|
1192 |
|
1193 |
-
#: includes/extra-strings.php:
|
1194 |
msgctxt "module name"
|
1195 |
msgid "Pages"
|
1196 |
msgstr "页面"
|
1197 |
|
1198 |
-
#: includes/instances.php:
|
1199 |
-
#: includes/instances.php:
|
1200 |
msgid "Container %s[%d] not found"
|
1201 |
msgstr "没有找到%s[%d]容器"
|
1202 |
|
1203 |
-
#: includes/instances.php:
|
1204 |
-
#: includes/instances.php:
|
1205 |
msgid "Parser '%s' not found."
|
1206 |
msgstr "没有找到%s解析器。"
|
1207 |
|
@@ -1274,49 +1349,49 @@ msgstr "链接有效。"
|
|
1274 |
msgid "Link is broken."
|
1275 |
msgstr "链接失效。"
|
1276 |
|
1277 |
-
#: includes/links.php:
|
1278 |
-
#: includes/links.php:
|
1279 |
-
#: includes/links.php:
|
1280 |
msgid "Link is not valid"
|
1281 |
msgstr "链接有误"
|
1282 |
|
1283 |
-
#: includes/links.php:
|
1284 |
msgid "This link can not be edited because it is not used anywhere on this site."
|
1285 |
msgstr "此链接因未在任何内容中使用而无法被编辑。"
|
1286 |
|
1287 |
-
#: includes/links.php:
|
1288 |
msgid "Failed to create a DB entry for the new URL."
|
1289 |
msgstr "为新网址建立数据库条目失败。"
|
1290 |
|
1291 |
-
#: includes/links.php:
|
1292 |
msgid "This link is not a redirect"
|
1293 |
msgstr "此链接不是重定向"
|
1294 |
|
1295 |
-
#: includes/links.php:
|
1296 |
-
#: includes/links.php:
|
1297 |
msgid "Couldn't delete the link's database record"
|
1298 |
msgstr "无法删除链接的数据库记录"
|
1299 |
|
1300 |
-
#: includes/links.php:
|
1301 |
msgctxt "link status"
|
1302 |
msgid "Unknown"
|
1303 |
msgstr "未知"
|
1304 |
|
1305 |
-
#: includes/links.php:
|
1306 |
#: modules/checkers/http.php:263
|
1307 |
#: modules/extras/mediafire.php:101
|
1308 |
msgid "Unknown Error"
|
1309 |
msgstr "未知错误"
|
1310 |
|
1311 |
-
#: includes/links.php:
|
1312 |
msgid "Not checked"
|
1313 |
msgstr "未检查"
|
1314 |
|
1315 |
-
#: includes/links.php:
|
1316 |
msgid "False positive"
|
1317 |
msgstr "错误报告"
|
1318 |
|
1319 |
-
#: includes/links.php:
|
1320 |
#: modules/extras/fileserve.php:121
|
1321 |
#: modules/extras/megaupload.php:115
|
1322 |
#: modules/extras/rapidshare.php:145
|
@@ -1412,7 +1487,7 @@ msgstr "请求超时。"
|
|
1412 |
|
1413 |
#: modules/checkers/http.php:389
|
1414 |
msgid "Using Snoopy"
|
1415 |
-
msgstr "使用Snoopy"
|
1416 |
|
1417 |
#: modules/containers/blogroll.php:21
|
1418 |
msgid "Bookmark"
|
@@ -1492,19 +1567,19 @@ msgid "%d comment moved to the Trash."
|
|
1492 |
msgid_plural "%d comments moved to the Trash."
|
1493 |
msgstr[0] "已移动%d条评论到回收站"
|
1494 |
|
1495 |
-
#: modules/containers/custom_field.php:
|
1496 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1497 |
msgstr "更新Meta栏目“%s”失败,栏目位于%s [%d]"
|
1498 |
|
1499 |
-
#: modules/containers/custom_field.php:
|
1500 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1501 |
msgstr "删除Meta栏目“%s”失败,栏目位于%s [%d]"
|
1502 |
|
1503 |
-
#: modules/containers/custom_field.php:
|
1504 |
msgid "Edit this post"
|
1505 |
msgstr "编辑此文章"
|
1506 |
|
1507 |
-
#: modules/containers/custom_field.php:
|
1508 |
msgid "View \"%s\""
|
1509 |
msgstr "查看“%s”"
|
1510 |
|
@@ -1515,11 +1590,11 @@ msgstr "我不知道如何编辑“%s” [%d]。"
|
|
1515 |
|
1516 |
#: modules/extras/dailymotion-embed.php:23
|
1517 |
msgid "DailyMotion Video"
|
1518 |
-
msgstr "DailyMotion视频"
|
1519 |
|
1520 |
#: modules/extras/dailymotion-embed.php:24
|
1521 |
msgid "Embedded DailyMotion video"
|
1522 |
-
msgstr "嵌入的DailyMotion视频"
|
1523 |
|
1524 |
#: modules/extras/embed-parser-base.php:197
|
1525 |
msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
|
@@ -1527,7 +1602,7 @@ msgstr "无法使用失效链接检查器编辑嵌入的视频,请手动编辑
|
|
1527 |
|
1528 |
#: modules/extras/fileserve.php:55
|
1529 |
msgid "Using FileServe API"
|
1530 |
-
msgstr "使用FileServe API"
|
1531 |
|
1532 |
#: modules/extras/fileserve.php:112
|
1533 |
#: modules/extras/mediafire.php:91
|
@@ -1544,11 +1619,11 @@ msgstr "FileServe:%d %s"
|
|
1544 |
|
1545 |
#: modules/extras/googlevideo-embed.php:24
|
1546 |
msgid "GoogleVideo Video"
|
1547 |
-
msgstr "GoogleVideo视频"
|
1548 |
|
1549 |
#: modules/extras/googlevideo-embed.php:25
|
1550 |
msgid "Embedded GoogleVideo video"
|
1551 |
-
msgstr "
|
1552 |
|
1553 |
#: modules/extras/megaupload.php:130
|
1554 |
msgid "File Temporarily Unavailable"
|
@@ -1564,15 +1639,15 @@ msgstr "Megavideo视频"
|
|
1564 |
|
1565 |
#: modules/extras/megavideo-embed.php:25
|
1566 |
msgid "Embedded Megavideo video"
|
1567 |
-
msgstr "嵌入的Megavideo视频"
|
1568 |
|
1569 |
#: modules/extras/rapidshare.php:51
|
1570 |
msgid "Using RapidShare API"
|
1571 |
-
msgstr "使用RapidShare API"
|
1572 |
|
1573 |
#: modules/extras/rapidshare.php:158
|
1574 |
msgid "RS Server Down"
|
1575 |
-
msgstr "RapidShare服务器宕机"
|
1576 |
|
1577 |
#: modules/extras/rapidshare.php:165
|
1578 |
msgid "File Blocked"
|
@@ -1588,33 +1663,33 @@ msgstr "RapidShare:%s"
|
|
1588 |
|
1589 |
#: modules/extras/rapidshare.php:189
|
1590 |
msgid "RapidShare API error: %s"
|
1591 |
-
msgstr "RapidShare API错误:%s"
|
1592 |
|
1593 |
#: modules/extras/vimeo-embed.php:24
|
1594 |
msgid "Vimeo Video"
|
1595 |
-
msgstr "Vimeo视频"
|
1596 |
|
1597 |
#: modules/extras/vimeo-embed.php:25
|
1598 |
msgid "Embedded Vimeo video"
|
1599 |
-
msgstr "嵌入的Vimeo视频"
|
1600 |
|
1601 |
#: modules/extras/youtube-embed.php:24
|
1602 |
#: modules/extras/youtube-iframe.php:25
|
1603 |
msgid "YouTube Video"
|
1604 |
-
msgstr "YouTube视频"
|
1605 |
|
1606 |
#: modules/extras/youtube-embed.php:25
|
1607 |
#: modules/extras/youtube-iframe.php:26
|
1608 |
msgid "Embedded YouTube video"
|
1609 |
-
msgstr "嵌入的YouTube视频"
|
1610 |
|
1611 |
#: modules/extras/youtube-playlist-embed.php:24
|
1612 |
msgid "YouTube Playlist"
|
1613 |
-
msgstr "YouTube播放列表"
|
1614 |
|
1615 |
#: modules/extras/youtube-playlist-embed.php:25
|
1616 |
msgid "Embedded YouTube playlist"
|
1617 |
-
msgstr "
|
1618 |
|
1619 |
#: modules/extras/youtube.php:124
|
1620 |
#: modules/extras/youtube.php:127
|
@@ -1653,7 +1728,7 @@ msgstr "视频受限制"
|
|
1653 |
#: modules/extras/youtube.php:199
|
1654 |
#: modules/extras/youtube.php:305
|
1655 |
msgid "Unknown YouTube API response received."
|
1656 |
-
msgstr "收到未知的YouTube API响应。"
|
1657 |
|
1658 |
#: modules/extras/youtube.php:217
|
1659 |
#: modules/extras/youtube.php:220
|
@@ -1684,7 +1759,7 @@ msgstr "播放列表为空"
|
|
1684 |
msgid "Image"
|
1685 |
msgstr "图像"
|
1686 |
|
1687 |
-
#: modules/parsers/metadata.php:
|
1688 |
msgid "Custom field"
|
1689 |
msgstr "自定义项目"
|
1690 |
|
@@ -1704,6 +1779,12 @@ msgstr "Janis Elsts"
|
|
1704 |
msgid "http://w-shadow.com/"
|
1705 |
msgstr "http://w-shadow.com/"
|
1706 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1707 |
#~ msgid ""
|
1708 |
#~ "Error: The plugin's database tables are not up to date! (Current "
|
1709 |
#~ "version : %d, expected : %d)"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
+
"POT-Creation-Date: 2013-10-14 09:34:17+00:00\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Kaijia Feng <fengkaijia@gmail.com>\n"
|
8 |
"Language-Team: Broken Link Checker <fengkaijia@gmail.com>\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
17 |
|
18 |
+
#: core/core.php:153
|
19 |
#: includes/admin/links-page-js.php:37
|
20 |
msgid "Loading..."
|
21 |
msgstr "加载中……"
|
22 |
|
23 |
+
#: core/core.php:177
|
24 |
#: includes/admin/options-page-js.php:18
|
25 |
msgid "[ Network error ]"
|
26 |
msgstr "[ 网络错误 ]"
|
27 |
|
28 |
+
#: core/core.php:204
|
29 |
msgid "Automatically expand the widget if broken links have been detected"
|
30 |
msgstr "当检测到失效链接时自动展开窗口部件"
|
31 |
|
32 |
+
#: core/core.php:295
|
33 |
msgid "Link Checker Settings"
|
34 |
msgstr "链接检查器设置"
|
35 |
|
36 |
+
#: core/core.php:296
|
37 |
msgid "Link Checker"
|
38 |
msgstr "链接检查器"
|
39 |
|
40 |
+
#: core/core.php:301
|
41 |
#: includes/link-query.php:27
|
42 |
msgid "Broken Links"
|
43 |
msgstr "失效链接"
|
44 |
|
45 |
+
#: core/core.php:317
|
46 |
msgid "View Broken Links"
|
47 |
msgstr "查看失效链接"
|
48 |
|
49 |
+
#: core/core.php:332
|
50 |
msgid "Feedback"
|
51 |
msgstr "反馈"
|
52 |
|
53 |
+
#: core/core.php:340
|
54 |
msgid "Go to Broken Links"
|
55 |
msgstr "查看失效链接"
|
56 |
|
57 |
+
#: core/core.php:369
|
58 |
msgid "Settings"
|
59 |
msgstr "设置"
|
60 |
|
61 |
+
#: core/core.php:538
|
62 |
msgid "Settings saved."
|
63 |
msgstr "设置已保存。"
|
64 |
|
65 |
+
#: core/core.php:544
|
66 |
msgid "Thank you for your donation!"
|
67 |
msgstr "感谢您的捐赠!"
|
68 |
|
69 |
+
#: core/core.php:552
|
70 |
msgid "Complete site recheck started."
|
71 |
msgstr "站点完整重新检查开始。"
|
72 |
|
73 |
+
#: core/core.php:561
|
74 |
msgid "Details"
|
75 |
msgstr "详情"
|
76 |
|
77 |
+
#: core/core.php:575
|
78 |
msgid "General"
|
79 |
msgstr "常规"
|
80 |
|
81 |
+
#: core/core.php:576
|
82 |
msgid "Look For Links In"
|
83 |
msgstr "检查范围"
|
84 |
|
85 |
+
#: core/core.php:577
|
86 |
msgid "Which Links To Check"
|
87 |
msgstr "检查类型"
|
88 |
|
89 |
+
#: core/core.php:578
|
90 |
msgid "Protocols & APIs"
|
91 |
msgstr "协议和API"
|
92 |
|
93 |
+
#: core/core.php:579
|
94 |
msgid "Advanced"
|
95 |
msgstr "高级"
|
96 |
|
97 |
+
#: core/core.php:594
|
98 |
msgid "Broken Link Checker Options"
|
99 |
msgstr "链接检查器选项"
|
100 |
|
101 |
+
#: core/core.php:636
|
102 |
+
#: includes/admin/table-printer.php:200
|
103 |
msgid "Status"
|
104 |
msgstr "状态"
|
105 |
|
106 |
+
#: core/core.php:638
|
107 |
#: includes/admin/options-page-js.php:56
|
108 |
msgid "Show debug info"
|
109 |
msgstr "显示调试信息"
|
110 |
|
111 |
+
#: core/core.php:666
|
112 |
msgid "Check each link"
|
113 |
msgstr "检查每个链接"
|
114 |
|
115 |
+
#: core/core.php:671
|
116 |
msgid "Every %s hours"
|
117 |
msgstr "每 %s 小时"
|
118 |
|
119 |
+
#: core/core.php:680
|
120 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
121 |
msgstr "将以此频率检测所有链接,将立即检测新增链接。"
|
122 |
|
123 |
+
#: core/core.php:687
|
124 |
msgid "E-mail notifications"
|
125 |
msgstr "电子邮件通知"
|
126 |
|
127 |
+
#: core/core.php:693
|
128 |
msgid "Send me e-mail notifications about newly detected broken links"
|
129 |
msgstr "当检测到新失效链接时向我发送电子邮件通知"
|
130 |
|
131 |
+
#: core/core.php:701
|
132 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
133 |
msgstr "当检测到新失效链接时向作者发送电子邮件通知"
|
134 |
|
135 |
+
#: core/core.php:708
|
136 |
msgid "Notification e-mail address"
|
137 |
msgstr "接收通知的电子邮件地址"
|
138 |
|
139 |
+
#: core/core.php:720
|
140 |
msgid "Leave empty to use the e-mail address specified in Settings → General."
|
141 |
msgstr "留空以使用 设置 → 常规 中指定的电子邮件地址。"
|
142 |
|
143 |
+
#: core/core.php:727
|
144 |
msgid "Link tweaks"
|
145 |
msgstr "链接调整"
|
146 |
|
147 |
+
#: core/core.php:733
|
148 |
msgid "Apply custom formatting to broken links"
|
149 |
msgstr "将自定义样式应用到失效链接"
|
150 |
|
151 |
+
#: core/core.php:737
|
152 |
+
#: core/core.php:768
|
153 |
msgid "Edit CSS"
|
154 |
msgstr "编辑样式"
|
155 |
|
156 |
+
#: core/core.php:753
|
157 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
158 |
msgstr "示例:Lorem ipsum <a %s>失效链接</a>, dolor sit amet."
|
159 |
|
160 |
+
#: core/core.php:756
|
161 |
+
#: core/core.php:787
|
162 |
msgid "Click \"Save Changes\" to update example output."
|
163 |
msgstr "单击“保持变更”更新输出示例。"
|
164 |
|
165 |
+
#: core/core.php:764
|
166 |
msgid "Apply custom formatting to removed links"
|
167 |
msgstr "对已经移除的链接应用自定义格式"
|
168 |
|
169 |
+
#: core/core.php:784
|
170 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
171 |
msgstr "示例:Lorem ipsum <span %s>失效链接</span>, dolor sit amet."
|
172 |
|
173 |
+
#: core/core.php:797
|
174 |
msgid "Stop search engines from following broken links"
|
175 |
msgstr "要求搜索引擎不跟踪已经失效的链接"
|
176 |
|
177 |
+
#: core/core.php:805
|
178 |
+
msgctxt "settings page"
|
179 |
+
msgid "Suggestions"
|
180 |
+
msgstr "建议"
|
181 |
+
|
182 |
+
#: core/core.php:811
|
183 |
+
msgid "Suggest alternatives to broken links"
|
184 |
+
msgstr "提供失效链接的替换建议"
|
185 |
+
|
186 |
+
#: core/core.php:827
|
187 |
msgid "Look for links in"
|
188 |
msgstr "检查以下范围的链接"
|
189 |
|
190 |
+
#: core/core.php:838
|
191 |
msgid "Post statuses"
|
192 |
msgstr "发布状态"
|
193 |
|
194 |
+
#: core/core.php:871
|
195 |
msgid "Link types"
|
196 |
msgstr "链接类型"
|
197 |
|
198 |
+
#: core/core.php:877
|
199 |
msgid "Error : All link parsers missing!"
|
200 |
msgstr "错误:无法找到链接解析器!"
|
201 |
|
202 |
+
#: core/core.php:884
|
203 |
msgid "Exclusion list"
|
204 |
msgstr "排除列表"
|
205 |
|
206 |
+
#: core/core.php:885
|
207 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
208 |
msgstr "不检测含有以下关键字的链接(每个关键字一行):"
|
209 |
|
210 |
+
#: core/core.php:903
|
211 |
msgid "Check links using"
|
212 |
msgstr "检查链接"
|
213 |
|
214 |
+
#: core/core.php:922
|
215 |
+
#: includes/links.php:857
|
216 |
msgid "Timeout"
|
217 |
msgstr "超时"
|
218 |
|
219 |
+
#: core/core.php:928
|
220 |
+
#: core/core.php:997
|
221 |
+
#: core/core.php:2904
|
222 |
msgid "%s seconds"
|
223 |
msgstr "%s 秒"
|
224 |
|
225 |
+
#: core/core.php:937
|
226 |
msgid "Links that take longer than this to load will be marked as broken."
|
227 |
msgstr "检测时若链接在此时间内未响应将被视为失效。"
|
228 |
|
229 |
+
#: core/core.php:944
|
230 |
msgid "Link monitor"
|
231 |
msgstr "链接监视器"
|
232 |
|
233 |
+
#: core/core.php:952
|
234 |
msgid "Run continuously while the Dashboard is open"
|
235 |
msgstr "在仪表盘打开时持续运行"
|
236 |
|
237 |
+
#: core/core.php:960
|
238 |
msgid "Run hourly in the background"
|
239 |
msgstr "在后台每小时运行一次"
|
240 |
|
241 |
+
#: core/core.php:968
|
242 |
msgid "Show the dashboard widget for"
|
243 |
msgstr "为以下用户显示仪表盘部件"
|
244 |
|
245 |
+
#: core/core.php:973
|
246 |
msgctxt "dashboard widget visibility"
|
247 |
msgid "Administrator"
|
248 |
msgstr "管理员"
|
249 |
|
250 |
+
#: core/core.php:974
|
251 |
msgctxt "dashboard widget visibility"
|
252 |
msgid "Editor and above"
|
253 |
msgstr "编辑及以上"
|
254 |
|
255 |
+
#: core/core.php:975
|
256 |
msgctxt "dashboard widget visibility"
|
257 |
msgid "Nobody (disables the widget)"
|
258 |
msgstr "没有人(禁用此小部件)"
|
259 |
|
260 |
+
#: core/core.php:991
|
261 |
msgid "Max. execution time"
|
262 |
msgstr "最大执行时间"
|
263 |
|
264 |
+
#: core/core.php:1008
|
265 |
msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
|
266 |
msgstr "插件通过定期在后台创建一个实例来解析你的文章以搜索链接,检查找到的链接并执行一些其他耗时的任务。在这里你可以设置后台实例每次最多可以运行多长时间,通常情况下,链接监视会在每次会话结束前完成。"
|
267 |
|
268 |
+
#: core/core.php:1017
|
269 |
msgid "Server load limit"
|
270 |
msgstr "服务器负载限制"
|
271 |
|
272 |
+
#: core/core.php:1032
|
273 |
msgid "Current load : %s"
|
274 |
msgstr "当前负载:%s"
|
275 |
|
276 |
+
#: core/core.php:1037
|
277 |
msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
|
278 |
msgstr "当平均<a href=\"%s\">服务器负载</a>超过此值时,链接检查将会暂停。留空此栏以关闭负载限制。"
|
279 |
|
280 |
+
#: core/core.php:1046
|
281 |
msgid "Not available"
|
282 |
msgstr "不可用"
|
283 |
|
284 |
+
#: core/core.php:1048
|
285 |
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
|
286 |
msgstr "负载限制仅适用于开启<code>/proc/loadavg</code>并且可读取的类Linux操作系统。"
|
287 |
|
288 |
+
#: core/core.php:1056
|
289 |
msgid "Forced recheck"
|
290 |
msgstr "强制重新检查"
|
291 |
|
292 |
+
#: core/core.php:1059
|
293 |
msgid "Re-check all pages"
|
294 |
msgstr "重新检查所有页面"
|
295 |
|
296 |
+
#: core/core.php:1063
|
297 |
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
|
298 |
msgstr "注意这是“强破坏性选项”。单击此按钮以清空链接数据库并重新检查站点上的所有链接。"
|
299 |
|
300 |
+
#: core/core.php:1074
|
301 |
msgid "Save Changes"
|
302 |
msgstr "保存更改"
|
303 |
|
304 |
+
#: core/core.php:1125
|
305 |
msgid "Configure"
|
306 |
msgstr "配置"
|
307 |
|
308 |
+
#: core/core.php:1207
|
309 |
+
msgid "Enter the names of custom fields you want to check (one per line). If a field contains HTML code, prefix its name with <code>html:</code>. For example, <code>html:field_name</code>."
|
310 |
+
msgstr "输入需要检查的自定义栏目名称(每行一个)。如果栏目包含 HTML 代码,请在名称前添加前缀 <code>html:</code>,例如 <code>html:field_name</code>。"
|
311 |
|
312 |
+
#: core/core.php:1338
|
313 |
+
#: core/core.php:1421
|
314 |
+
#: core/core.php:1453
|
315 |
msgid "Database error : %s"
|
316 |
msgstr "数据库错误:%s"
|
317 |
|
318 |
+
#: core/core.php:1403
|
319 |
msgid "You must enter a filter name!"
|
320 |
msgstr "你需要输入一个过滤器名称!"
|
321 |
|
322 |
+
#: core/core.php:1407
|
323 |
msgid "Invalid search query."
|
324 |
msgstr "无效的查询。"
|
325 |
|
326 |
+
#: core/core.php:1416
|
327 |
msgid "Filter \"%s\" created"
|
328 |
msgstr "已创建“%s”过滤器"
|
329 |
|
330 |
+
#: core/core.php:1443
|
331 |
msgid "Filter ID not specified."
|
332 |
msgstr "过滤器ID未指定。"
|
333 |
|
334 |
+
#: core/core.php:1450
|
335 |
msgid "Filter deleted"
|
336 |
msgstr "已删除过滤器"
|
337 |
|
338 |
+
#: core/core.php:1497
|
339 |
msgid "Replaced %d redirect with a direct link"
|
340 |
msgid_plural "Replaced %d redirects with direct links"
|
341 |
msgstr[0] "已使用直接链接替换了%d个重定向"
|
342 |
|
343 |
+
#: core/core.php:1508
|
344 |
msgid "Failed to fix %d redirect"
|
345 |
msgid_plural "Failed to fix %d redirects"
|
346 |
msgstr[0] "修复%d个重定向失败"
|
347 |
|
348 |
+
#: core/core.php:1519
|
349 |
msgid "None of the selected links are redirects!"
|
350 |
msgstr "选中的链接均不是重定向链接!"
|
351 |
|
352 |
+
#: core/core.php:1597
|
353 |
msgid "%d link updated."
|
354 |
msgid_plural "%d links updated."
|
355 |
msgstr[0] "%d个链接已更新。"
|
356 |
|
357 |
+
#: core/core.php:1608
|
358 |
msgid "Failed to update %d link."
|
359 |
msgid_plural "Failed to update %d links."
|
360 |
msgstr[0] "更新%d个链接失败。"
|
361 |
|
362 |
+
#: core/core.php:1697
|
363 |
msgid "%d link removed"
|
364 |
msgid_plural "%d links removed"
|
365 |
msgstr[0] "已移除%d个链接"
|
366 |
|
367 |
+
#: core/core.php:1708
|
368 |
msgid "Failed to remove %d link"
|
369 |
msgid_plural "Failed to remove %d links"
|
370 |
msgstr[0] "移除%d个链接失败"
|
371 |
|
372 |
+
#: core/core.php:1817
|
373 |
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
|
374 |
msgid_plural "%d items were skipped because they can't be moved to the Trash. You need to delete them manually."
|
375 |
msgstr[0] "%d个项目由于无法移动到回收站而被忽略,你需要手动删除这些项目。"
|
376 |
|
377 |
+
#: core/core.php:1839
|
378 |
msgid "Didn't find anything to delete!"
|
379 |
msgstr "没有任何需要删除的内容!"
|
380 |
|
381 |
+
#: core/core.php:1867
|
382 |
msgid "%d link scheduled for rechecking"
|
383 |
msgid_plural "%d links scheduled for rechecking"
|
384 |
msgstr[0] "已计划重新检查%d个链接"
|
385 |
|
386 |
+
#: core/core.php:1913
|
387 |
+
#: core/core.php:2522
|
388 |
msgid "This link was manually marked as working by the user."
|
389 |
msgstr "此链接被用户标记为有效。"
|
390 |
|
391 |
+
#: core/core.php:1920
|
392 |
msgid "Couldn't modify link %d"
|
393 |
msgstr "无法修改链接%d"
|
394 |
|
395 |
+
#: core/core.php:1930
|
396 |
msgid "%d link marked as not broken"
|
397 |
msgid_plural "%d links marked as not broken"
|
398 |
msgstr[0] "%d个链接被标记为未损坏"
|
399 |
|
400 |
+
#: core/core.php:1970
|
401 |
msgid "Table columns"
|
402 |
msgstr "表格栏目"
|
403 |
|
404 |
+
#: core/core.php:1989
|
405 |
msgid "Show on screen"
|
406 |
msgstr "在屏幕上显示"
|
407 |
|
408 |
+
#: core/core.php:1996
|
409 |
msgid "links"
|
410 |
msgstr "链接"
|
411 |
|
412 |
+
#: core/core.php:1997
|
413 |
+
#: includes/admin/table-printer.php:168
|
414 |
msgid "Apply"
|
415 |
msgstr "应用"
|
416 |
|
417 |
+
#: core/core.php:2001
|
418 |
msgid "Misc"
|
419 |
msgstr "杂项"
|
420 |
|
421 |
+
#: core/core.php:2016
|
422 |
msgid "Highlight links broken for at least %s days"
|
423 |
msgstr "高亮显示至少已经失效%s天的链接"
|
424 |
|
425 |
+
#: core/core.php:2025
|
426 |
msgid "Color-code status codes"
|
427 |
msgstr "色彩标记状态码"
|
428 |
|
429 |
+
#: core/core.php:2042
|
430 |
+
#: core/core.php:2507
|
431 |
+
#: core/core.php:2547
|
432 |
+
#: core/core.php:2580
|
433 |
+
#: core/core.php:2667
|
434 |
msgid "You're not allowed to do that!"
|
435 |
msgstr "您无权限执行此操作!"
|
436 |
|
437 |
+
#: core/core.php:2377
|
438 |
msgid "View broken links"
|
439 |
msgstr "查看失效链接"
|
440 |
|
441 |
+
#: core/core.php:2378
|
442 |
msgid "Found %d broken link"
|
443 |
msgid_plural "Found %d broken links"
|
444 |
msgstr[0] "已找到%d条失效链接"
|
445 |
|
446 |
+
#: core/core.php:2384
|
447 |
msgid "No broken links found."
|
448 |
msgstr "未找到失效链接。"
|
449 |
|
450 |
+
#: core/core.php:2391
|
451 |
msgid "%d URL in the work queue"
|
452 |
msgid_plural "%d URLs in the work queue"
|
453 |
msgstr[0] "执行队列中还有%d条网址"
|
454 |
|
455 |
+
#: core/core.php:2394
|
456 |
msgid "No URLs in the work queue."
|
457 |
msgstr "执行队列中无网址。"
|
458 |
|
459 |
+
#: core/core.php:2400
|
460 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
461 |
msgid "%d unique URL"
|
462 |
msgid_plural "%d unique URLs"
|
463 |
msgstr[0] "%d个唯一网址"
|
464 |
|
465 |
+
#: core/core.php:2404
|
466 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
467 |
msgid "%d link"
|
468 |
msgid_plural "%d links"
|
469 |
msgstr[0] "%d个链接"
|
470 |
|
471 |
+
#: core/core.php:2410
|
472 |
msgid "Detected %1$s in %2$s and still searching..."
|
473 |
msgstr "在%2$s中发现%1$s,还在继续搜索……"
|
474 |
|
475 |
+
#: core/core.php:2416
|
476 |
msgid "Detected %1$s in %2$s."
|
477 |
msgstr "在%2$s中发现%1$s。"
|
478 |
|
479 |
+
#: core/core.php:2423
|
480 |
msgid "Searching your blog for links..."
|
481 |
msgstr "正在您的博客中搜索链接……"
|
482 |
|
483 |
+
#: core/core.php:2425
|
484 |
msgid "No links detected."
|
485 |
msgstr "没有发现链接。"
|
486 |
|
487 |
+
#: core/core.php:2451
|
488 |
msgctxt "current load"
|
489 |
msgid "Unknown"
|
490 |
msgstr "未知"
|
491 |
|
492 |
+
#: core/core.php:2515
|
493 |
+
#: core/core.php:2555
|
494 |
+
#: core/core.php:2595
|
495 |
+
#: core/core.php:2677
|
496 |
msgid "Oops, I can't find the link %d"
|
497 |
msgstr "啊哦,我找不到%d号链接"
|
498 |
|
499 |
+
#: core/core.php:2528
|
500 |
+
#: core/core.php:2565
|
501 |
msgid "Oops, couldn't modify the link!"
|
502 |
msgstr "啊哦,无法修改此链接!"
|
503 |
|
504 |
+
#: core/core.php:2531
|
505 |
+
#: core/core.php:2568
|
506 |
+
#: core/core.php:2703
|
507 |
msgid "Error : link_id not specified"
|
508 |
msgstr "错误:未指定link_id"
|
509 |
|
510 |
+
#: core/core.php:2586
|
511 |
+
msgid "Error : link_id or new_url not specified"
|
512 |
+
msgstr "错误:未指定link_id或者new_url"
|
513 |
+
|
514 |
+
#: core/core.php:2604
|
515 |
msgid "Oops, the new URL is invalid!"
|
516 |
msgstr "啊哦,这条新的链接无效!"
|
517 |
|
518 |
+
#: core/core.php:2619
|
519 |
+
msgid "An unexpected error occurred!"
|
520 |
+
msgstr "发生了一个未知的错误!"
|
521 |
+
|
522 |
+
#: core/core.php:2686
|
523 |
msgid "An unexpected error occured!"
|
524 |
msgstr "发生了一个未捕获的异常!"
|
525 |
|
526 |
+
#: core/core.php:2712
|
|
|
|
|
|
|
|
|
527 |
msgid "You don't have sufficient privileges to access this information!"
|
528 |
msgstr "您没有足够的权限来访问此信息!"
|
529 |
|
530 |
+
#: core/core.php:2725
|
531 |
msgid "Error : link ID not specified"
|
532 |
+
msgstr "错误:链接 ID 未指定"
|
533 |
|
534 |
+
#: core/core.php:2739
|
535 |
msgid "Failed to load link details (%s)"
|
536 |
msgstr "加载链接(%s)详情失败"
|
537 |
|
538 |
+
#. #-#-#-#-# plugin.pot (Broken Link Checker 1.8.3) #-#-#-#-#
|
539 |
#. Plugin Name of the plugin/theme
|
540 |
+
#: core/core.php:2793
|
541 |
msgid "Broken Link Checker"
|
542 |
msgstr "失效链接检查器"
|
543 |
|
544 |
+
#: core/core.php:2813
|
545 |
msgid "PHP version"
|
546 |
+
msgstr "PHP 版本"
|
547 |
|
548 |
+
#: core/core.php:2819
|
549 |
msgid "MySQL version"
|
550 |
+
msgstr "MySQL 版本"
|
551 |
|
552 |
+
#: core/core.php:2832
|
553 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
554 |
+
msgstr "您的 CURL 版本过低,重定向检测可能无法正确运行。"
|
555 |
|
556 |
+
#: core/core.php:2844
|
557 |
+
#: core/core.php:2860
|
558 |
+
#: core/core.php:2865
|
559 |
msgid "Not installed"
|
560 |
msgstr "未安装"
|
561 |
|
562 |
+
#: core/core.php:2847
|
563 |
msgid "CURL version"
|
564 |
+
msgstr "CURL 版本"
|
565 |
|
566 |
+
#: core/core.php:2853
|
567 |
msgid "Installed"
|
568 |
msgstr "已安装"
|
569 |
|
570 |
+
#: core/core.php:2866
|
571 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
572 |
+
msgstr "要让插件正常运行,您必须安装 CURL 或者 Snoopy!"
|
573 |
|
574 |
+
#: core/core.php:2877
|
575 |
msgid "On"
|
576 |
msgstr "开启"
|
577 |
|
578 |
+
#: core/core.php:2878
|
579 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
580 |
msgstr "在安全模式打开时重定向可能被识别为无效链接。"
|
581 |
|
582 |
+
#: core/core.php:2883
|
583 |
+
#: core/core.php:2897
|
584 |
msgid "Off"
|
585 |
msgstr "关闭"
|
586 |
|
587 |
+
#: core/core.php:2891
|
588 |
msgid "On ( %s )"
|
589 |
msgstr "在(%s)内"
|
590 |
|
591 |
+
#: core/core.php:2892
|
592 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
593 |
+
msgstr "当 open_basedir 打开时重定向可能被识别为无效链接。"
|
594 |
|
595 |
+
#: core/core.php:2921
|
596 |
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
|
597 |
msgstr "如果此值为0,你将有可能在重新载入数页后遇到问题。"
|
598 |
|
599 |
+
#: core/core.php:3044
|
600 |
+
#: core/core.php:3159
|
601 |
msgid "[%s] Broken links detected"
|
602 |
msgstr "[%s] 检测到失效链接"
|
603 |
|
604 |
+
#: core/core.php:3049
|
605 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
606 |
msgid_plural "Broken Link Checker has detected %d new broken links on your site."
|
607 |
msgstr[0] "失效链接检查器在站点上发现了%d个新的失效链接。"
|
608 |
|
609 |
+
#: core/core.php:3080
|
610 |
msgid "Here's a list of the first %d broken links:"
|
611 |
msgid_plural "Here's a list of the first %d broken links:"
|
612 |
msgstr[0] "以下列表显示了最新的%s个失效链接:"
|
613 |
|
614 |
+
#: core/core.php:3089
|
615 |
msgid "Here's a list of the new broken links: "
|
616 |
msgstr "以下列出了新的失效链接:"
|
617 |
|
618 |
+
#: core/core.php:3098
|
619 |
msgid "Link text : %s"
|
620 |
msgstr "链接文字:%s"
|
621 |
|
622 |
+
#: core/core.php:3099
|
623 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
624 |
msgstr "链接网址:<a href=\"%s\">%s</a>"
|
625 |
|
626 |
+
#: core/core.php:3100
|
627 |
msgid "Source : %s"
|
628 |
msgstr "来源:%s"
|
629 |
|
630 |
+
#: core/core.php:3114
|
631 |
msgid "You can see all broken links here:"
|
632 |
msgstr "你可以在此处浏览所有的失效链接:"
|
633 |
|
634 |
+
#: core/core.php:3164
|
635 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
636 |
msgid_plural "Broken Link Checker has detected %d new broken links in your posts."
|
637 |
msgstr[0] "失效链接检查器在你的文章中发现了%d个新的失效链接。"
|
638 |
|
639 |
+
#: core/init.php:242
|
640 |
msgid "Once Weekly"
|
641 |
msgstr "每周一次"
|
642 |
|
643 |
+
#: core/init.php:248
|
644 |
msgid "Twice a Month"
|
645 |
msgstr "每月两次"
|
646 |
|
647 |
+
#: core/init.php:324
|
648 |
msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
|
649 |
msgstr "失效链接检查器安装失败。请尝试重新激活本插件。"
|
650 |
|
653 |
msgstr "删除旧数据库失败。数据库错误:%s"
|
654 |
|
655 |
#: includes/admin/links-page-js.php:55
|
656 |
+
#: includes/admin/links-page-js.php:517
|
657 |
msgid "Wait..."
|
658 |
msgstr "稍等……"
|
659 |
|
660 |
#: includes/admin/links-page-js.php:100
|
661 |
+
#: includes/admin/table-printer.php:658
|
662 |
msgid "Not broken"
|
663 |
msgstr "未失效"
|
664 |
|
665 |
+
#: includes/admin/links-page-js.php:235
|
666 |
+
msgctxt "link text"
|
667 |
+
msgid "(None)"
|
668 |
+
msgstr "(无)"
|
669 |
+
|
670 |
+
#: includes/admin/links-page-js.php:236
|
671 |
+
msgctxt "link text"
|
672 |
+
msgid "(Multiple links)"
|
673 |
+
msgstr "(多个链接)"
|
674 |
+
|
675 |
+
#: includes/admin/links-page-js.php:294
|
676 |
+
msgctxt "link suggestions"
|
677 |
+
msgid "Searching..."
|
678 |
+
msgstr "搜索中……"
|
679 |
+
|
680 |
+
#: includes/admin/links-page-js.php:295
|
681 |
+
msgctxt "link suggestions"
|
682 |
+
msgid "No suggestions available."
|
683 |
+
msgstr "没有可用的建议。"
|
684 |
+
|
685 |
+
#: includes/admin/links-page-js.php:296
|
686 |
+
msgctxt "link suggestions"
|
687 |
+
msgid "Archived page from %s (via the Wayback Machine)"
|
688 |
+
msgstr "存档于 %s 的页面(来自 Wayback Machine)"
|
689 |
+
|
690 |
+
#: includes/admin/links-page-js.php:379
|
691 |
msgid "%d instances of the link were successfully modified."
|
692 |
msgstr "成功修改了%d个链接。"
|
693 |
|
694 |
+
#: includes/admin/links-page-js.php:385
|
695 |
msgid "However, %d instances couldn't be edited and still point to the old URL."
|
696 |
msgstr "然而,%d个链接由于无法被编辑仍然指向了旧的网址。"
|
697 |
|
698 |
+
#: includes/admin/links-page-js.php:391
|
699 |
msgid "The link could not be modified."
|
700 |
msgstr "无法修改链接。"
|
701 |
|
702 |
+
#: includes/admin/links-page-js.php:394
|
703 |
+
msgid "The following error(s) occurred :"
|
|
|
704 |
msgstr "发生了以下错误:"
|
705 |
|
706 |
+
#: includes/admin/links-page-js.php:480
|
707 |
+
msgid "Error: Link URL must not be empty."
|
708 |
+
msgstr "错误:链接 URL 不能为空。"
|
709 |
+
|
710 |
+
#: includes/admin/links-page-js.php:555
|
711 |
msgid "%d instances of the link were successfully unlinked."
|
712 |
msgstr "成功取消了%d个链接。"
|
713 |
|
714 |
+
#: includes/admin/links-page-js.php:561
|
715 |
msgid "However, %d instances couldn't be removed."
|
716 |
msgstr "然而,%d个链接无法被移除。"
|
717 |
|
718 |
+
#: includes/admin/links-page-js.php:566
|
719 |
msgid "The plugin failed to remove the link."
|
720 |
msgstr "移除链接失败。"
|
721 |
|
722 |
+
#: includes/admin/links-page-js.php:569
|
723 |
+
msgid "The following error(s) occured :"
|
724 |
+
msgstr "发生了以下错误:"
|
725 |
+
|
726 |
+
#: includes/admin/links-page-js.php:577
|
727 |
+
#: includes/admin/table-printer.php:276
|
728 |
+
#: includes/admin/table-printer.php:652
|
729 |
msgid "Unlink"
|
730 |
msgstr "取消链接"
|
731 |
|
732 |
+
#: includes/admin/links-page-js.php:621
|
733 |
msgid "Enter a name for the new custom filter"
|
734 |
msgstr "输入一个新的自定义过滤器名程"
|
735 |
|
736 |
+
#: includes/admin/links-page-js.php:632
|
737 |
msgid ""
|
738 |
"You are about to delete the current filter.\n"
|
739 |
"'Cancel' to stop, 'OK' to delete"
|
741 |
"你将要删除当前使用的过滤器。\n"
|
742 |
" “取消”以停止,“确定”以删除"
|
743 |
|
744 |
+
#: includes/admin/links-page-js.php:652
|
745 |
msgid ""
|
746 |
"Are you sure you want to delete all posts, bookmarks or other items that contain any of the selected links? This action can't be undone.\n"
|
747 |
"'Cancel' to stop, 'OK' to delete"
|
749 |
"你确认将会删除任何包含有任意一个选定链接的文章、书签和其他内容吗?本操作无法撤销。\n"
|
750 |
"“取消”以停止,“确定”以删除"
|
751 |
|
752 |
+
#: includes/admin/links-page-js.php:662
|
753 |
msgid ""
|
754 |
"Are you sure you want to remove the selected links? This action can't be undone.\n"
|
755 |
"'Cancel' to stop, 'OK' to remove"
|
757 |
"你确认将会删除选定的链接吗?本操作无法撤销。\n"
|
758 |
"“取消”以停止,“确定”以删除"
|
759 |
|
760 |
+
#: includes/admin/links-page-js.php:771
|
761 |
msgid "Enter a search string first."
|
762 |
msgstr "需要先输入搜索字符"
|
763 |
|
764 |
+
#: includes/admin/links-page-js.php:778
|
765 |
msgid "Select one or more links to edit."
|
766 |
msgstr "选择并编辑一个或多个链接"
|
767 |
|
787 |
msgstr "链接文字"
|
788 |
|
789 |
#: includes/admin/search-form.php:45
|
790 |
+
#: includes/admin/table-printer.php:205
|
791 |
msgid "URL"
|
792 |
msgstr "网址"
|
793 |
|
794 |
#: includes/admin/search-form.php:48
|
795 |
+
#: includes/admin/table-printer.php:522
|
796 |
msgid "HTTP code"
|
797 |
msgstr "HTTP代码"
|
798 |
|
818 |
msgstr "搜索链接"
|
819 |
|
820 |
#: includes/admin/search-form.php:113
|
821 |
+
#: includes/admin/table-printer.php:352
|
822 |
+
#: includes/admin/table-printer.php:682
|
823 |
+
#: includes/admin/table-printer.php:807
|
824 |
msgid "Cancel"
|
825 |
msgstr "取消"
|
826 |
|
827 |
#: includes/admin/sidebar.php:24
|
828 |
msgid "More plugins by Janis Elsts"
|
829 |
+
msgstr "更多 Janis Elsts 制作的插件"
|
830 |
|
831 |
#: includes/admin/sidebar.php:47
|
832 |
msgid "Donate $10, $20 or $50!"
|
838 |
|
839 |
#: includes/admin/sidebar.php:68
|
840 |
msgid "Return to WordPress Dashboard"
|
841 |
+
msgstr "返回到 WordPress 仪表盘"
|
842 |
|
843 |
+
#: includes/admin/table-printer.php:182
|
844 |
msgid "Compact View"
|
845 |
msgstr "紧凑视图"
|
846 |
|
847 |
+
#: includes/admin/table-printer.php:183
|
848 |
msgid "Detailed View"
|
849 |
msgstr "详细视图"
|
850 |
|
851 |
+
#: includes/admin/table-printer.php:212
|
852 |
msgid "Source"
|
853 |
msgstr "来源"
|
854 |
|
855 |
+
#: includes/admin/table-printer.php:218
|
856 |
msgid "Link Text"
|
857 |
msgstr "链接文字"
|
858 |
|
859 |
+
#: includes/admin/table-printer.php:223
|
860 |
msgid "Redirect URL"
|
861 |
msgstr "重定向网址"
|
862 |
|
863 |
+
#: includes/admin/table-printer.php:271
|
864 |
msgid "Bulk Actions"
|
865 |
msgstr "批量操作"
|
866 |
|
867 |
+
#: includes/admin/table-printer.php:272
|
868 |
+
#: includes/admin/table-printer.php:649
|
869 |
msgid "Edit URL"
|
870 |
msgstr "修改网址"
|
871 |
|
872 |
+
#: includes/admin/table-printer.php:273
|
873 |
msgid "Recheck"
|
874 |
msgstr "重新检查"
|
875 |
|
876 |
+
#: includes/admin/table-printer.php:274
|
877 |
msgid "Fix redirects"
|
878 |
msgstr "修复重定向"
|
879 |
|
880 |
+
#: includes/admin/table-printer.php:275
|
881 |
msgid "Mark as not broken"
|
882 |
msgstr "标记为未失效"
|
883 |
|
884 |
+
#: includes/admin/table-printer.php:279
|
885 |
msgid "Move sources to Trash"
|
886 |
msgstr "移动到回收站"
|
887 |
|
888 |
+
#: includes/admin/table-printer.php:281
|
889 |
msgid "Delete sources"
|
890 |
msgstr "删除资源"
|
891 |
|
892 |
+
#: includes/admin/table-printer.php:296
|
893 |
msgid "«"
|
894 |
msgstr "«"
|
895 |
|
896 |
+
#: includes/admin/table-printer.php:297
|
897 |
msgid "»"
|
898 |
msgstr "»"
|
899 |
|
900 |
+
#: includes/admin/table-printer.php:305
|
901 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
902 |
msgstr "显示%s–%s项结果,总共<span class=\"current-link-count\">%s</span>项"
|
903 |
|
904 |
+
#: includes/admin/table-printer.php:328
|
905 |
msgid "Bulk Edit URLs"
|
906 |
msgstr "批量修改网址"
|
907 |
|
908 |
+
#: includes/admin/table-printer.php:330
|
909 |
msgid "Find"
|
910 |
msgstr "查找"
|
911 |
|
912 |
+
#: includes/admin/table-printer.php:334
|
913 |
msgid "Replace with"
|
914 |
msgstr "代替以"
|
915 |
|
916 |
+
#: includes/admin/table-printer.php:342
|
917 |
msgid "Case sensitive"
|
918 |
msgstr "大小写敏感"
|
919 |
|
920 |
+
#: includes/admin/table-printer.php:346
|
921 |
msgid "Regular expression"
|
922 |
msgstr "正则表达式"
|
923 |
|
924 |
+
#: includes/admin/table-printer.php:354
|
925 |
+
#: includes/admin/table-printer.php:808
|
926 |
msgid "Update"
|
927 |
msgstr "更新"
|
928 |
|
929 |
+
#: includes/admin/table-printer.php:507
|
930 |
msgid "Post published on"
|
931 |
msgstr "文章发布在"
|
932 |
|
933 |
+
#: includes/admin/table-printer.php:512
|
934 |
msgid "Link last checked"
|
935 |
msgstr "最后一次检查的链接"
|
936 |
|
937 |
+
#: includes/admin/table-printer.php:516
|
938 |
msgid "Never"
|
939 |
msgstr "从不"
|
940 |
|
941 |
+
#: includes/admin/table-printer.php:527
|
942 |
msgid "Response time"
|
943 |
msgstr "响应时间"
|
944 |
|
945 |
+
#: includes/admin/table-printer.php:529
|
946 |
msgid "%2.3f seconds"
|
947 |
msgstr "%2.3f 秒"
|
948 |
|
949 |
+
#: includes/admin/table-printer.php:532
|
950 |
msgid "Final URL"
|
951 |
msgstr "最终网址"
|
952 |
|
953 |
+
#: includes/admin/table-printer.php:537
|
954 |
msgid "Redirect count"
|
955 |
msgstr "重定向数目"
|
956 |
|
957 |
+
#: includes/admin/table-printer.php:542
|
958 |
msgid "Instance count"
|
959 |
msgstr "实例数目"
|
960 |
|
961 |
+
#: includes/admin/table-printer.php:551
|
962 |
msgid "This link has failed %d time."
|
963 |
msgid_plural "This link has failed %d times."
|
964 |
msgstr[0] "此链接失败了%d次。"
|
965 |
|
966 |
+
#: includes/admin/table-printer.php:559
|
967 |
msgid "This link has been broken for %s."
|
968 |
msgstr "此链接已失效%s。"
|
969 |
|
970 |
+
#: includes/admin/table-printer.php:570
|
971 |
msgid "Log"
|
972 |
msgstr "日志"
|
973 |
|
974 |
+
#: includes/admin/table-printer.php:595
|
975 |
msgid "Show more info about this link"
|
976 |
msgstr "显示关于此链接的更多信息"
|
977 |
|
978 |
+
#: includes/admin/table-printer.php:613
|
979 |
msgctxt "checked how long ago"
|
980 |
msgid "Checked"
|
981 |
msgstr "已检查"
|
982 |
|
983 |
+
#: includes/admin/table-printer.php:629
|
984 |
msgid "Broken for"
|
985 |
msgstr "失效于"
|
986 |
|
987 |
+
#: includes/admin/table-printer.php:649
|
988 |
+
msgid "Edit this link"
|
989 |
+
msgstr "编辑此链接"
|
990 |
|
991 |
+
#: includes/admin/table-printer.php:651
|
992 |
msgid "Remove this link from all posts"
|
993 |
msgstr "将此链接从所有文章中删除"
|
994 |
|
995 |
+
#: includes/admin/table-printer.php:657
|
996 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
997 |
msgstr "将此链接从失效链接列表中删除并标记为有效"
|
998 |
|
999 |
+
#: includes/admin/table-printer.php:665
|
1000 |
msgid "Hide this link and do not report it again unless its status changes"
|
1001 |
msgstr "隐藏此链接,除非链接状态发生改变不再报告此链接问题"
|
1002 |
|
1003 |
+
#: includes/admin/table-printer.php:666
|
1004 |
msgid "Dismiss"
|
1005 |
msgstr "屏蔽"
|
1006 |
|
1007 |
+
#: includes/admin/table-printer.php:671
|
1008 |
msgid "Undismiss this link"
|
1009 |
msgstr "不再屏蔽此链接"
|
1010 |
|
1011 |
+
#: includes/admin/table-printer.php:672
|
1012 |
msgid "Undismiss"
|
1013 |
msgstr "取消屏蔽"
|
1014 |
|
1015 |
+
#: includes/admin/table-printer.php:683
|
|
|
|
|
|
|
|
|
1016 |
msgid "Update URL"
|
1017 |
msgstr "修改网址"
|
1018 |
|
1019 |
+
#: includes/admin/table-printer.php:710
|
1020 |
msgid "[An orphaned link! This is a bug.]"
|
1021 |
msgstr "[一个孤立链接!这是一个错误。]"
|
1022 |
|
1023 |
+
#: includes/admin/table-printer.php:787
|
1024 |
+
msgctxt "inline editor title"
|
1025 |
+
msgid "Edit Link"
|
1026 |
+
msgstr "编辑链接"
|
1027 |
+
|
1028 |
+
#: includes/admin/table-printer.php:790
|
1029 |
+
msgctxt "inline link editor"
|
1030 |
+
msgid "Text"
|
1031 |
+
msgstr "文本"
|
1032 |
+
|
1033 |
+
#: includes/admin/table-printer.php:795
|
1034 |
+
msgctxt "inline link editor"
|
1035 |
+
msgid "URL"
|
1036 |
+
msgstr "URL"
|
1037 |
+
|
1038 |
+
#: includes/admin/table-printer.php:800
|
1039 |
+
msgctxt "inline link editor"
|
1040 |
+
msgid "Suggestions"
|
1041 |
+
msgstr "建议"
|
1042 |
+
|
1043 |
+
#: includes/admin/table-printer.php:820
|
1044 |
+
msgid "Use this URL"
|
1045 |
+
msgstr "使用此 URL"
|
1046 |
+
|
1047 |
#: includes/any-post.php:397
|
1048 |
#: modules/containers/blogroll.php:46
|
1049 |
#: modules/containers/comment.php:153
|
1050 |
+
#: modules/containers/custom_field.php:207
|
1051 |
msgid "Edit"
|
1052 |
msgstr "编辑"
|
1053 |
|
1054 |
#: includes/any-post.php:405
|
1055 |
+
#: modules/containers/custom_field.php:213
|
1056 |
msgid "Move this item to the Trash"
|
1057 |
msgstr "移动此项到回收站"
|
1058 |
|
1059 |
#: includes/any-post.php:407
|
1060 |
+
#: modules/containers/custom_field.php:215
|
1061 |
msgid "Trash"
|
1062 |
msgstr "回收站"
|
1063 |
|
1064 |
#: includes/any-post.php:412
|
1065 |
+
#: modules/containers/custom_field.php:220
|
1066 |
msgid "Delete this item permanently"
|
1067 |
msgstr "永久删除此项目"
|
1068 |
|
1069 |
#: includes/any-post.php:414
|
1070 |
#: modules/containers/blogroll.php:47
|
1071 |
+
#: modules/containers/custom_field.php:222
|
1072 |
msgid "Delete"
|
1073 |
msgstr "删除"
|
1074 |
|
1086 |
|
1087 |
#: includes/any-post.php:436
|
1088 |
#: modules/containers/comment.php:166
|
1089 |
+
#: modules/containers/custom_field.php:227
|
1090 |
msgid "View"
|
1091 |
msgstr "查看"
|
1092 |
|
1093 |
#: includes/any-post.php:455
|
1094 |
+
#: modules/containers/custom_field.php:207
|
1095 |
msgid "Edit this item"
|
1096 |
msgstr "编辑此项目"
|
1097 |
|
1106 |
msgstr "更新文章%d失败"
|
1107 |
|
1108 |
#: includes/any-post.php:566
|
1109 |
+
#: modules/containers/custom_field.php:294
|
1110 |
msgid "Failed to delete post \"%s\" (%d)"
|
1111 |
msgstr "删除文章《%s》(%d)失败"
|
1112 |
|
1113 |
#: includes/any-post.php:585
|
1114 |
+
#: modules/containers/custom_field.php:313
|
1115 |
msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
|
1116 |
msgstr "由于回收站功能已关闭,无法移动文章《%s》(%d)到回收站。"
|
1117 |
|
1118 |
#: includes/any-post.php:605
|
1119 |
+
#: modules/containers/custom_field.php:332
|
1120 |
msgid "Failed to move post \"%s\" (%d) to the trash"
|
1121 |
msgstr "移动文章《%s》(%d)到回收站失败"
|
1122 |
|
1155 |
msgid_plural "%d '%s' have been deleted"
|
1156 |
msgstr[0] "已删除%d个‘%s’。"
|
1157 |
|
1158 |
+
#: includes/containers.php:880
|
1159 |
+
#: includes/containers.php:898
|
1160 |
msgid "Container type '%s' not recognized"
|
1161 |
msgstr "无法识别“%s”类型"
|
1162 |
|
1163 |
#: includes/extra-strings.php:2
|
1164 |
msgctxt "module name"
|
1165 |
msgid "Basic HTTP"
|
1166 |
+
msgstr "标准 HTTP"
|
1167 |
|
1168 |
#: includes/extra-strings.php:3
|
1169 |
msgctxt "module name"
|
1183 |
#: includes/extra-strings.php:6
|
1184 |
msgctxt "module name"
|
1185 |
msgid "Embedded DailyMotion videos"
|
1186 |
+
msgstr "嵌入的 DailyMotion 视频"
|
1187 |
|
1188 |
#: includes/extra-strings.php:7
|
1189 |
msgctxt "module name"
|
1190 |
msgid "Embedded GoogleVideo videos"
|
1191 |
+
msgstr "嵌入的 GoogleVideo 视频"
|
1192 |
|
1193 |
#: includes/extra-strings.php:8
|
1194 |
msgctxt "module name"
|
1195 |
msgid "Embedded Megavideo videos"
|
1196 |
+
msgstr "嵌入的 Megavideo 视频"
|
1197 |
|
1198 |
#: includes/extra-strings.php:9
|
1199 |
msgctxt "module name"
|
1200 |
msgid "Embedded Vimeo videos"
|
1201 |
+
msgstr "嵌入的 Vimeo 视频"
|
1202 |
|
1203 |
#: includes/extra-strings.php:10
|
1204 |
msgctxt "module name"
|
1205 |
+
msgid "Embedded YouTube playlists (old embed code)"
|
1206 |
+
msgstr "嵌入的 YouTube 播放列表(旧版引用代码)"
|
1207 |
|
1208 |
#: includes/extra-strings.php:11
|
1209 |
msgctxt "module name"
|
1210 |
+
msgid "Embedded YouTube videos"
|
1211 |
+
msgstr "嵌入的 Youtube 视频"
|
1212 |
|
1213 |
#: includes/extra-strings.php:12
|
1214 |
msgctxt "module name"
|
1215 |
+
msgid "Embedded YouTube videos (old embed code)"
|
1216 |
+
msgstr "嵌入的 Megavideo 视频(旧版引用代码)"
|
1217 |
+
|
1218 |
+
#: includes/extra-strings.php:13
|
1219 |
+
msgctxt "module name"
|
1220 |
msgid "FileServe API"
|
1221 |
msgstr "FileServe API"
|
1222 |
|
1223 |
+
#: includes/extra-strings.php:14
|
1224 |
msgctxt "module name"
|
1225 |
msgid "HTML images"
|
1226 |
+
msgstr "HTML 图像"
|
1227 |
|
1228 |
+
#: includes/extra-strings.php:15
|
1229 |
msgctxt "module name"
|
1230 |
msgid "HTML links"
|
1231 |
+
msgstr "HTML 链接"
|
1232 |
|
1233 |
+
#: includes/extra-strings.php:16
|
1234 |
msgctxt "module name"
|
1235 |
msgid "MediaFire API"
|
1236 |
msgstr "MediaFire API"
|
1237 |
|
1238 |
+
#: includes/extra-strings.php:17
|
1239 |
msgctxt "module name"
|
1240 |
msgid "MegaUpload API"
|
1241 |
msgstr "MegaUpload API"
|
1242 |
|
1243 |
+
#: includes/extra-strings.php:18
|
1244 |
msgctxt "module name"
|
1245 |
msgid "Plaintext URLs"
|
1246 |
msgstr "纯文本网址"
|
1247 |
|
1248 |
+
#: includes/extra-strings.php:19
|
1249 |
msgctxt "module name"
|
1250 |
msgid "RapidShare API"
|
1251 |
msgstr "RapidShare API"
|
1252 |
|
1253 |
+
#: includes/extra-strings.php:20
|
1254 |
+
msgctxt "module name"
|
1255 |
+
msgid "Smart YouTube httpv:// URLs"
|
1256 |
+
msgstr "智能 YouTube httpv:// URL"
|
1257 |
+
|
1258 |
+
#: includes/extra-strings.php:21
|
1259 |
msgctxt "module name"
|
1260 |
msgid "YouTube API"
|
1261 |
msgstr "YouTube API"
|
1262 |
|
1263 |
+
#: includes/extra-strings.php:22
|
1264 |
msgctxt "module name"
|
1265 |
msgid "Posts"
|
1266 |
msgstr "文章"
|
1267 |
|
1268 |
+
#: includes/extra-strings.php:23
|
1269 |
msgctxt "module name"
|
1270 |
msgid "Pages"
|
1271 |
msgstr "页面"
|
1272 |
|
1273 |
+
#: includes/instances.php:105
|
1274 |
+
#: includes/instances.php:161
|
1275 |
msgid "Container %s[%d] not found"
|
1276 |
msgstr "没有找到%s[%d]容器"
|
1277 |
|
1278 |
+
#: includes/instances.php:114
|
1279 |
+
#: includes/instances.php:170
|
1280 |
msgid "Parser '%s' not found."
|
1281 |
msgstr "没有找到%s解析器。"
|
1282 |
|
1349 |
msgid "Link is broken."
|
1350 |
msgstr "链接失效。"
|
1351 |
|
1352 |
+
#: includes/links.php:572
|
1353 |
+
#: includes/links.php:674
|
1354 |
+
#: includes/links.php:701
|
1355 |
msgid "Link is not valid"
|
1356 |
msgstr "链接有误"
|
1357 |
|
1358 |
+
#: includes/links.php:589
|
1359 |
msgid "This link can not be edited because it is not used anywhere on this site."
|
1360 |
msgstr "此链接因未在任何内容中使用而无法被编辑。"
|
1361 |
|
1362 |
+
#: includes/links.php:615
|
1363 |
msgid "Failed to create a DB entry for the new URL."
|
1364 |
msgstr "为新网址建立数据库条目失败。"
|
1365 |
|
1366 |
+
#: includes/links.php:681
|
1367 |
msgid "This link is not a redirect"
|
1368 |
msgstr "此链接不是重定向"
|
1369 |
|
1370 |
+
#: includes/links.php:728
|
1371 |
+
#: includes/links.php:765
|
1372 |
msgid "Couldn't delete the link's database record"
|
1373 |
msgstr "无法删除链接的数据库记录"
|
1374 |
|
1375 |
+
#: includes/links.php:839
|
1376 |
msgctxt "link status"
|
1377 |
msgid "Unknown"
|
1378 |
msgstr "未知"
|
1379 |
|
1380 |
+
#: includes/links.php:853
|
1381 |
#: modules/checkers/http.php:263
|
1382 |
#: modules/extras/mediafire.php:101
|
1383 |
msgid "Unknown Error"
|
1384 |
msgstr "未知错误"
|
1385 |
|
1386 |
+
#: includes/links.php:877
|
1387 |
msgid "Not checked"
|
1388 |
msgstr "未检查"
|
1389 |
|
1390 |
+
#: includes/links.php:880
|
1391 |
msgid "False positive"
|
1392 |
msgstr "错误报告"
|
1393 |
|
1394 |
+
#: includes/links.php:883
|
1395 |
#: modules/extras/fileserve.php:121
|
1396 |
#: modules/extras/megaupload.php:115
|
1397 |
#: modules/extras/rapidshare.php:145
|
1487 |
|
1488 |
#: modules/checkers/http.php:389
|
1489 |
msgid "Using Snoopy"
|
1490 |
+
msgstr "使用 Snoopy"
|
1491 |
|
1492 |
#: modules/containers/blogroll.php:21
|
1493 |
msgid "Bookmark"
|
1567 |
msgid_plural "%d comments moved to the Trash."
|
1568 |
msgstr[0] "已移动%d条评论到回收站"
|
1569 |
|
1570 |
+
#: modules/containers/custom_field.php:85
|
1571 |
msgid "Failed to update the meta field '%s' on %s [%d]"
|
1572 |
msgstr "更新Meta栏目“%s”失败,栏目位于%s [%d]"
|
1573 |
|
1574 |
+
#: modules/containers/custom_field.php:115
|
1575 |
msgid "Failed to delete the meta field '%s' on %s [%d]"
|
1576 |
msgstr "删除Meta栏目“%s”失败,栏目位于%s [%d]"
|
1577 |
|
1578 |
+
#: modules/containers/custom_field.php:197
|
1579 |
msgid "Edit this post"
|
1580 |
msgstr "编辑此文章"
|
1581 |
|
1582 |
+
#: modules/containers/custom_field.php:227
|
1583 |
msgid "View \"%s\""
|
1584 |
msgstr "查看“%s”"
|
1585 |
|
1590 |
|
1591 |
#: modules/extras/dailymotion-embed.php:23
|
1592 |
msgid "DailyMotion Video"
|
1593 |
+
msgstr "DailyMotion 视频"
|
1594 |
|
1595 |
#: modules/extras/dailymotion-embed.php:24
|
1596 |
msgid "Embedded DailyMotion video"
|
1597 |
+
msgstr "嵌入的 DailyMotion 视频"
|
1598 |
|
1599 |
#: modules/extras/embed-parser-base.php:197
|
1600 |
msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
|
1602 |
|
1603 |
#: modules/extras/fileserve.php:55
|
1604 |
msgid "Using FileServe API"
|
1605 |
+
msgstr "使用 FileServe API"
|
1606 |
|
1607 |
#: modules/extras/fileserve.php:112
|
1608 |
#: modules/extras/mediafire.php:91
|
1619 |
|
1620 |
#: modules/extras/googlevideo-embed.php:24
|
1621 |
msgid "GoogleVideo Video"
|
1622 |
+
msgstr "GoogleVideo 视频"
|
1623 |
|
1624 |
#: modules/extras/googlevideo-embed.php:25
|
1625 |
msgid "Embedded GoogleVideo video"
|
1626 |
+
msgstr "嵌入的 GoogleVideo 视频"
|
1627 |
|
1628 |
#: modules/extras/megaupload.php:130
|
1629 |
msgid "File Temporarily Unavailable"
|
1639 |
|
1640 |
#: modules/extras/megavideo-embed.php:25
|
1641 |
msgid "Embedded Megavideo video"
|
1642 |
+
msgstr "嵌入的 Megavideo 视频"
|
1643 |
|
1644 |
#: modules/extras/rapidshare.php:51
|
1645 |
msgid "Using RapidShare API"
|
1646 |
+
msgstr "使用 RapidShare API"
|
1647 |
|
1648 |
#: modules/extras/rapidshare.php:158
|
1649 |
msgid "RS Server Down"
|
1650 |
+
msgstr "RapidShare 服务器宕机"
|
1651 |
|
1652 |
#: modules/extras/rapidshare.php:165
|
1653 |
msgid "File Blocked"
|
1663 |
|
1664 |
#: modules/extras/rapidshare.php:189
|
1665 |
msgid "RapidShare API error: %s"
|
1666 |
+
msgstr "RapidShare API 错误:%s"
|
1667 |
|
1668 |
#: modules/extras/vimeo-embed.php:24
|
1669 |
msgid "Vimeo Video"
|
1670 |
+
msgstr "Vimeo 视频"
|
1671 |
|
1672 |
#: modules/extras/vimeo-embed.php:25
|
1673 |
msgid "Embedded Vimeo video"
|
1674 |
+
msgstr "嵌入的 Vimeo 视频"
|
1675 |
|
1676 |
#: modules/extras/youtube-embed.php:24
|
1677 |
#: modules/extras/youtube-iframe.php:25
|
1678 |
msgid "YouTube Video"
|
1679 |
+
msgstr "YouTube 视频"
|
1680 |
|
1681 |
#: modules/extras/youtube-embed.php:25
|
1682 |
#: modules/extras/youtube-iframe.php:26
|
1683 |
msgid "Embedded YouTube video"
|
1684 |
+
msgstr "嵌入的 YouTube 视频"
|
1685 |
|
1686 |
#: modules/extras/youtube-playlist-embed.php:24
|
1687 |
msgid "YouTube Playlist"
|
1688 |
+
msgstr "YouTube 播放列表"
|
1689 |
|
1690 |
#: modules/extras/youtube-playlist-embed.php:25
|
1691 |
msgid "Embedded YouTube playlist"
|
1692 |
+
msgstr "嵌入的 Youtube 播放列表"
|
1693 |
|
1694 |
#: modules/extras/youtube.php:124
|
1695 |
#: modules/extras/youtube.php:127
|
1728 |
#: modules/extras/youtube.php:199
|
1729 |
#: modules/extras/youtube.php:305
|
1730 |
msgid "Unknown YouTube API response received."
|
1731 |
+
msgstr "收到未知的 YouTube API 响应。"
|
1732 |
|
1733 |
#: modules/extras/youtube.php:217
|
1734 |
#: modules/extras/youtube.php:220
|
1759 |
msgid "Image"
|
1760 |
msgstr "图像"
|
1761 |
|
1762 |
+
#: modules/parsers/metadata.php:119
|
1763 |
msgid "Custom field"
|
1764 |
msgstr "自定义项目"
|
1765 |
|
1779 |
msgid "http://w-shadow.com/"
|
1780 |
msgstr "http://w-shadow.com/"
|
1781 |
|
1782 |
+
#~ msgid "Check URLs entered in these custom fields (one per line) :"
|
1783 |
+
#~ msgstr "检测输入到此自定义栏目中的链接(每个链接一行):"
|
1784 |
+
|
1785 |
+
#~ msgid "Cancel URL editing"
|
1786 |
+
#~ msgstr "取消网址修改"
|
1787 |
+
|
1788 |
#~ msgid ""
|
1789 |
#~ "Error: The plugin's database tables are not up to date! (Current "
|
1790 |
#~ "version : %d, expected : %d)"
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: whiteshadow
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A6P9S6CE3SRSW
|
4 |
Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
|
5 |
Requires at least: 3.2
|
6 |
-
Tested up to: 3.7
|
7 |
-
Stable tag: 1.9
|
8 |
|
9 |
This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.
|
10 |
|
@@ -96,6 +96,11 @@ To upgrade your installation
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
|
|
|
|
99 |
= 1.9 =
|
100 |
* Added the ability to edit link text from inside the plugin. This features is only available for certain types of links.
|
101 |
* Added a "suggestions" feature. When you go to edit a broken link, the plugin will now suggest replacing it with an archived page from the Wayback Machine (if available). You can disable suggestions in Settings -> Link Checker -> General.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A6P9S6CE3SRSW
|
4 |
Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
|
5 |
Requires at least: 3.2
|
6 |
+
Tested up to: 3.7
|
7 |
+
Stable tag: 1.9.1
|
8 |
|
9 |
This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.
|
10 |
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 1.9.1 =
|
100 |
+
* Updated Dutch, German, Chinese and Portuguese translations.
|
101 |
+
* Fixed suggestions not working on sites that force HTTPS in the WordPress admin.
|
102 |
+
* Tested on WordPress 3.7.
|
103 |
+
|
104 |
= 1.9 =
|
105 |
* Added the ability to edit link text from inside the plugin. This features is only available for certain types of links.
|
106 |
* Added a "suggestions" feature. When you go to edit a broken link, the plugin will now suggest replacing it with an archived page from the Wayback Machine (if available). You can disable suggestions in Settings -> Link Checker -> General.
|