Version Description
- Fixed a security vulnerability where part of the log data visibile in the "Details" view was not properly sanitized.
- Updated French translation.
- Updated Portuguese translation.
- Removed an advertising banner.
Download this release
Release Info
Developer | freediver |
Plugin | Broken Link Checker |
Version | 1.10.9 |
Comparing to | |
See all releases |
Code changes from version 1.10.8 to 1.10.9
- broken-link-checker.php +1 -1
- includes/admin/sidebar.php +0 -16
- languages/broken-link-checker-fr_FR.mo +0 -0
- languages/broken-link-checker-fr_FR.po +251 -249
- languages/broken-link-checker-pt_PT.mo +0 -0
- languages/broken-link-checker-pt_PT.po +264 -281
- modules/checkers/http.php +1 -1
- readme.txt +10 -4
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.10.
|
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.10.9
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/
|
9 |
Text Domain: broken-link-checker
|
includes/admin/sidebar.php
CHANGED
@@ -89,20 +89,4 @@ if ( !$configuration->get('user_has_donated') ):
|
|
89 |
</div>
|
90 |
</div>
|
91 |
<?php
|
92 |
-
endif; ?>
|
93 |
-
|
94 |
-
<!-- EmbedPlus banner -->
|
95 |
-
<?php
|
96 |
-
if ( !$configuration->get('user_has_donated') ):
|
97 |
-
?>
|
98 |
-
<div id="embedplus-ad" class="postbox">
|
99 |
-
<div class="inside" style="text-align: left">
|
100 |
-
<a href="http://bit.ly/wordpress-youtube-plugin" title="YouTube EmbedPlus">
|
101 |
-
<img src="<?php echo plugins_url('images/embedplus_banner.jpg', BLC_PLUGIN_FILE) ?>" width="255" height="255" alt="YouTube EmbedPlus">
|
102 |
-
</a>
|
103 |
-
|
104 |
-
<a href="http://www.embedplus.com/">Discover advanced YouTube-WordPress embedding »</a>
|
105 |
-
</div>
|
106 |
-
</div>
|
107 |
-
<?php
|
108 |
endif; ?>
|
89 |
</div>
|
90 |
</div>
|
91 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
endif; ?>
|
languages/broken-link-checker-fr_FR.mo
CHANGED
Binary file
|
languages/broken-link-checker-fr_FR.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: broken-link-checker v1.10.
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Whiler, Luc Capronnier <webmaster@blogs.wittwer.fr, "
|
@@ -20,132 +20,132 @@ msgstr ""
|
|
20 |
"X-Generator: Poedit 1.5.7\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
-
#: core/core.php:
|
24 |
msgid "Loading..."
|
25 |
msgstr "Chargement..."
|
26 |
|
27 |
-
#: core/core.php:
|
28 |
msgid "[ Network error ]"
|
29 |
msgstr "[ Erreur réseau ]"
|
30 |
|
31 |
-
#: core/core.php:
|
32 |
msgid "Automatically expand the widget if broken links have been detected"
|
33 |
msgstr ""
|
34 |
"Déplier automatiquement le widget si des liens cassés ont "
|
35 |
"été détectés."
|
36 |
|
37 |
-
#: core/core.php:
|
38 |
msgid "Link Checker Settings"
|
39 |
msgstr "Réglages du vérificateur de liens"
|
40 |
|
41 |
-
#: core/core.php:
|
42 |
msgid "Link Checker"
|
43 |
msgstr "Vérificateur de lien"
|
44 |
|
45 |
-
#: core/core.php:
|
46 |
msgid "Broken Links"
|
47 |
msgstr "Liens cassés"
|
48 |
|
49 |
-
#: core/core.php:
|
50 |
msgid "View Broken Links"
|
51 |
msgstr "Voir les liens cassés"
|
52 |
|
53 |
-
#: core/core.php:
|
54 |
msgid "Feedback"
|
55 |
msgstr "Informations en retour"
|
56 |
|
57 |
-
#: core/core.php:
|
58 |
msgid "Go to Broken Links"
|
59 |
msgstr "Aller aux liens cassés"
|
60 |
|
61 |
-
#: core/core.php:
|
62 |
msgid "Settings"
|
63 |
msgstr "Réglages"
|
64 |
|
65 |
-
#: core/core.php:
|
66 |
#: includes/admin/table-printer.php:682
|
67 |
msgid "Edit URL"
|
68 |
msgstr "Modifier l'URL"
|
69 |
|
70 |
-
#: core/core.php:
|
71 |
#: includes/admin/table-printer.php:292 includes/admin/table-printer.php:685
|
72 |
msgid "Unlink"
|
73 |
msgstr "Délier"
|
74 |
|
75 |
-
#: core/core.php:
|
76 |
#: includes/admin/table-printer.php:691
|
77 |
msgid "Not broken"
|
78 |
msgstr "Pas cassé"
|
79 |
|
80 |
-
#: core/core.php:
|
81 |
#: includes/admin/table-printer.php:699
|
82 |
msgid "Dismiss"
|
83 |
msgstr "Suspendre"
|
84 |
|
85 |
-
#: core/core.php:
|
86 |
#: includes/admin/table-printer.php:711
|
87 |
msgid "Recheck"
|
88 |
msgstr "Revérifier"
|
89 |
|
90 |
-
#: core/core.php:
|
91 |
msgctxt "link action; replace one redirect with a direct link"
|
92 |
msgid "Fix redirect"
|
93 |
msgstr "Réparer les redirections"
|
94 |
|
95 |
-
#: core/core.php:
|
96 |
msgid "Settings saved."
|
97 |
msgstr "Réglages enregistrés"
|
98 |
|
99 |
-
#: core/core.php:
|
100 |
msgid "Thank you for your donation!"
|
101 |
msgstr "Merci pour votre don!"
|
102 |
|
103 |
-
#: core/core.php:
|
104 |
msgid "Complete site recheck started."
|
105 |
msgstr "La vérification complète a commencé."
|
106 |
|
107 |
-
#: core/core.php:
|
108 |
msgid "General"
|
109 |
msgstr "Général"
|
110 |
|
111 |
-
#: core/core.php:
|
112 |
msgid "Look For Links In"
|
113 |
msgstr "Rechercher des liens dans"
|
114 |
|
115 |
-
#: core/core.php:
|
116 |
msgid "Which Links To Check"
|
117 |
msgstr "Quels liens vérifier"
|
118 |
|
119 |
-
#: core/core.php:
|
120 |
msgid "Protocols & APIs"
|
121 |
msgstr "Protocoles & APIs"
|
122 |
|
123 |
-
#: core/core.php:
|
124 |
msgid "Advanced"
|
125 |
msgstr "Options avancées"
|
126 |
|
127 |
-
#: core/core.php:
|
128 |
msgid "Broken Link Checker Options"
|
129 |
msgstr "Options de Broken Link Checker"
|
130 |
|
131 |
-
#: core/core.php:
|
132 |
msgid "Status"
|
133 |
-
msgstr "État 
|
134 |
|
135 |
-
#: core/core.php:
|
136 |
msgid "Show debug info"
|
137 |
msgstr "Afficher les informations de mise au point"
|
138 |
|
139 |
-
#: core/core.php:
|
140 |
msgid "Check each link"
|
141 |
msgstr "Vérifier chaque lien"
|
142 |
|
143 |
-
#: core/core.php:
|
144 |
#, php-format
|
145 |
msgid "Every %s hours"
|
146 |
msgstr "Toutes les %s heures"
|
147 |
|
148 |
-
#: core/core.php:
|
149 |
msgid ""
|
150 |
"Existing links will be checked this often. New links will usually be checked "
|
151 |
"ASAP."
|
@@ -154,70 +154,70 @@ msgstr ""
|
|
154 |
"réglage. Les nouveaux liens sont habituellement vérifié"
|
155 |
"s dès que possible."
|
156 |
|
157 |
-
#: core/core.php:
|
158 |
msgid "E-mail notifications"
|
159 |
msgstr "E-mail de notification"
|
160 |
|
161 |
-
#: core/core.php:
|
162 |
msgid "Send me e-mail notifications about newly detected broken links"
|
163 |
msgstr ""
|
164 |
"M'envoyer un courriel de notification avec les nouveaux liens cassés"
|
165 |
|
166 |
-
#: core/core.php:
|
167 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
168 |
msgstr ""
|
169 |
"Envoyer un courriel de notification aux auteurs des articles qui ont des "
|
170 |
"liens cassés"
|
171 |
|
172 |
-
#: core/core.php:
|
173 |
msgid "Notification e-mail address"
|
174 |
msgstr "Adresse e-mail pour la notification"
|
175 |
|
176 |
-
#: core/core.php:
|
177 |
msgid ""
|
178 |
"Leave empty to use the e-mail address specified in Settings → General."
|
179 |
msgstr ""
|
180 |
"Laissez vide pour utiliser l'adresse e-mail spécifiée dans les paramètres "
|
181 |
"généraux."
|
182 |
|
183 |
-
#: core/core.php:
|
184 |
msgid "Link tweaks"
|
185 |
msgstr "Mettre en forme les liens"
|
186 |
|
187 |
-
#: core/core.php:
|
188 |
msgid "Apply custom formatting to broken links"
|
189 |
msgstr "Appliquer un affichage spécifique aux liens cassés"
|
190 |
|
191 |
-
#: core/core.php:
|
192 |
msgid "Edit CSS"
|
193 |
msgstr "Modifier le CSS"
|
194 |
|
195 |
-
#: core/core.php:
|
196 |
#, php-format
|
197 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
198 |
msgstr "Exemple : Lorem ipsum <a %s>lien cassé</a>, dolor sit amet."
|
199 |
|
200 |
-
#: core/core.php:
|
201 |
msgid "Click \"Save Changes\" to update example output."
|
202 |
msgstr ""
|
203 |
"Appuyer sur \"Enregistrer les modifications\" pour mettre à jour l'exemple."
|
204 |
|
205 |
-
#: core/core.php:
|
206 |
msgid "Apply custom formatting to removed links"
|
207 |
msgstr "Appliquer un affichage spécifique aux liens supprimés"
|
208 |
|
209 |
-
#: core/core.php:
|
210 |
#, php-format
|
211 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
212 |
msgstr ""
|
213 |
"Exemple : Lorem ipsum <span %s>lien supprimé</span>, dolor sit amet."
|
214 |
|
215 |
-
#: core/core.php:
|
216 |
msgid "Stop search engines from following broken links"
|
217 |
msgstr ""
|
218 |
"Arrêtter le suivi des liens cassés par les moteurs de recherche"
|
219 |
|
220 |
-
#: core/core.php:
|
221 |
msgctxt "\"Link tweaks\" settings"
|
222 |
msgid ""
|
223 |
"These settings only apply to the content of posts, not comments or custom "
|
@@ -226,27 +226,27 @@ msgstr ""
|
|
226 |
"Ces paramètres s'applique uniquement au contenu des articles, pas aux "
|
227 |
"commentaires ni aux champs personalisés."
|
228 |
|
229 |
-
#: core/core.php:
|
230 |
msgctxt "settings page"
|
231 |
msgid "Suggestions"
|
232 |
msgstr "Suggestions"
|
233 |
|
234 |
-
#: core/core.php:
|
235 |
msgid "Suggest alternatives to broken links"
|
236 |
msgstr "Proposer des alternatives aux liens cassés"
|
237 |
|
238 |
-
#: core/core.php:
|
239 |
msgctxt "settings page"
|
240 |
msgid "Warnings"
|
241 |
msgstr "Avertissements"
|
242 |
|
243 |
-
#: core/core.php:
|
244 |
msgid "Show uncertain or minor problems as \"warnings\" instead of \"broken\""
|
245 |
msgstr ""
|
246 |
"Montrer les problèmes incertains ou mineurs comme des \"avertissements\" au "
|
247 |
"lieu de \"casser\""
|
248 |
|
249 |
-
#: core/core.php:
|
250 |
msgid ""
|
251 |
"Turning off this option will make the plugin report all problems as broken "
|
252 |
"links."
|
@@ -254,94 +254,94 @@ msgstr ""
|
|
254 |
"Décocher cette option et l'extension sigalera tous les problèmes comme des "
|
255 |
"liens cassés."
|
256 |
|
257 |
-
#: core/core.php:
|
258 |
msgid "Look for links in"
|
259 |
msgstr "Rechercher des liens dans"
|
260 |
|
261 |
-
#: core/core.php:
|
262 |
msgid "Post statuses"
|
263 |
msgstr "États de l'article"
|
264 |
|
265 |
-
#: core/core.php:
|
266 |
msgid "Link types"
|
267 |
msgstr "Type du lien"
|
268 |
|
269 |
-
#: core/core.php:
|
270 |
msgid "Error : All link parsers missing!"
|
271 |
msgstr "Erreur: Tous les analyseurs de liens sont absents!"
|
272 |
|
273 |
-
#: core/core.php:
|
274 |
msgid "Exclusion list"
|
275 |
msgstr "Liste des exclusions"
|
276 |
|
277 |
-
#: core/core.php:
|
278 |
msgid ""
|
279 |
"Don't check links where the URL contains any of these words (one per line) :"
|
280 |
msgstr ""
|
281 |
"Ne pas vérifier les liens dont l'URL contient n'importe lequel de ces "
|
282 |
"mots (un par ligne) :"
|
283 |
|
284 |
-
#: core/core.php:
|
285 |
msgid "Check links using"
|
286 |
msgstr "Vérifier les liens en utilisant"
|
287 |
|
288 |
-
#: core/core.php:
|
289 |
msgid "Timeout"
|
290 |
msgstr "Timeout"
|
291 |
|
292 |
-
#: core/core.php:
|
293 |
#, php-format
|
294 |
msgid "%s seconds"
|
295 |
msgstr "%s secondes"
|
296 |
|
297 |
-
#: core/core.php:
|
298 |
msgid "Links that take longer than this to load will be marked as broken."
|
299 |
msgstr ""
|
300 |
"Les liens qui prennent plus de temps que cela à se charger seront "
|
301 |
"marqués comme cassés."
|
302 |
|
303 |
-
#: core/core.php:
|
304 |
msgid "Link monitor"
|
305 |
msgstr "Surveillance des liens"
|
306 |
|
307 |
-
#: core/core.php:
|
308 |
msgid "Run continuously while the Dashboard is open"
|
309 |
msgstr ""
|
310 |
"Vérifier en continu tant que le tableau de bord est utlisé"
|
311 |
|
312 |
-
#: core/core.php:
|
313 |
msgid "Run hourly in the background"
|
314 |
msgstr "Vérifier toutes les heures en tache de fond"
|
315 |
|
316 |
-
#: core/core.php:
|
317 |
msgid "Show the dashboard widget for"
|
318 |
msgstr "Afficher le widget sur le tableau de bord pour"
|
319 |
|
320 |
-
#: core/core.php:
|
321 |
msgctxt "dashboard widget visibility"
|
322 |
msgid "Administrator"
|
323 |
msgstr "Administrateur"
|
324 |
|
325 |
-
#: core/core.php:
|
326 |
msgctxt "dashboard widget visibility"
|
327 |
msgid "Editor and above"
|
328 |
msgstr "Editeur et plus"
|
329 |
|
330 |
-
#: core/core.php:
|
331 |
msgctxt "dashboard widget visibility"
|
332 |
msgid "Nobody (disables the widget)"
|
333 |
msgstr "Personne (désactivé le widget)"
|
334 |
|
335 |
-
#: core/core.php:
|
336 |
msgctxt "settings page"
|
337 |
msgid "Show link actions"
|
338 |
msgstr "Actions en masse"
|
339 |
|
340 |
-
#: core/core.php:
|
341 |
msgid "Max. execution time"
|
342 |
msgstr "Temps d'exécution maximal :"
|
343 |
|
344 |
-
#: core/core.php:
|
345 |
msgid ""
|
346 |
"The plugin works by periodically launching a background job that parses your "
|
347 |
"posts for links, checks the discovered URLs, and performs other time-"
|
@@ -354,16 +354,16 @@ msgstr ""
|
|
354 |
"consommatrices de temps. Vous pouvez spécifier ici le temps maximal "
|
355 |
"où le processus peut s'exécuter avant de s'arrêter."
|
356 |
|
357 |
-
#: core/core.php:
|
358 |
msgid "Server load limit"
|
359 |
msgstr "Taux de charge limite du serveur"
|
360 |
|
361 |
-
#: core/core.php:
|
362 |
#, php-format
|
363 |
msgid "Current load : %s"
|
364 |
msgstr "Charge courante : %s"
|
365 |
|
366 |
-
#: core/core.php:
|
367 |
#, php-format
|
368 |
msgid ""
|
369 |
"Link checking will be suspended if the average <a href=\"%s\">server load</"
|
@@ -373,11 +373,11 @@ msgstr ""
|
|
373 |
"moyenne du serveur </a> dépasse ce taux. Laisser vide pour ne pas "
|
374 |
"positionner de limite de charge."
|
375 |
|
376 |
-
#: core/core.php:
|
377 |
msgid "Not available"
|
378 |
msgstr "Pas disponible"
|
379 |
|
380 |
-
#: core/core.php:
|
381 |
msgid ""
|
382 |
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
|
383 |
"code> is present and accessible."
|
@@ -386,41 +386,41 @@ msgstr ""
|
|
386 |
"mes de type Linux où <code>/proc/loadavg</code> est présent et "
|
387 |
"autorisé."
|
388 |
|
389 |
-
#: core/core.php:
|
390 |
msgid "Target resource usage"
|
391 |
msgstr "Niveau d'utilisation des ressources"
|
392 |
|
393 |
-
#: core/core.php:
|
394 |
msgid "Logging"
|
395 |
msgstr "Traces"
|
396 |
|
397 |
-
#: core/core.php:
|
398 |
msgid "Enable logging"
|
399 |
msgstr "Activer les traces"
|
400 |
|
401 |
-
#: core/core.php:
|
402 |
msgid "Log file location"
|
403 |
msgstr "Emplacement des traces"
|
404 |
|
405 |
-
#: core/core.php:
|
406 |
msgctxt "log file location"
|
407 |
msgid "Default"
|
408 |
msgstr "Défaut"
|
409 |
|
410 |
-
#: core/core.php:
|
411 |
msgctxt "log file location"
|
412 |
msgid "Custom"
|
413 |
msgstr "Personnalisé"
|
414 |
|
415 |
-
#: core/core.php:
|
416 |
msgid "Forced recheck"
|
417 |
msgstr "Forcer une revérification"
|
418 |
|
419 |
-
#: core/core.php:
|
420 |
msgid "Re-check all pages"
|
421 |
msgstr "Revérifier toutes les pages"
|
422 |
|
423 |
-
#: core/core.php:
|
424 |
msgid ""
|
425 |
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
|
426 |
"database and recheck the entire site from scratch."
|
@@ -428,15 +428,15 @@ msgstr ""
|
|
428 |
"L'option nucléaire. Appuyer sur ce bouton pour que l'extension vide "
|
429 |
"sa base de liens et revérifie tout le site depuis le début."
|
430 |
|
431 |
-
#: core/core.php:
|
432 |
msgid "Save Changes"
|
433 |
msgstr "Enregistrer les modifications"
|
434 |
|
435 |
-
#: core/core.php:
|
436 |
msgid "Configure"
|
437 |
msgstr "Configurer"
|
438 |
|
439 |
-
#: core/core.php:
|
440 |
msgid ""
|
441 |
"Enter the names of custom fields you want to check (one per line). If a "
|
442 |
"field contains HTML code, prefix its name with <code>html:</code>. For "
|
@@ -446,79 +446,79 @@ msgstr ""
|
|
446 |
"ligne). Si un champ contient du code HTML, préfixez son nom par <code>html:</"
|
447 |
"code>. Par exemple <code>html:nom_du_champ</code>."
|
448 |
|
449 |
-
#: core/core.php:
|
450 |
#, php-format
|
451 |
msgid "Database error : %s"
|
452 |
msgstr "Erreur de base de données : %s"
|
453 |
|
454 |
-
#: core/core.php:
|
455 |
msgid "You must enter a filter name!"
|
456 |
msgstr "Vous devez donner un nom au filtre!"
|
457 |
|
458 |
-
#: core/core.php:
|
459 |
msgid "Invalid search query."
|
460 |
msgstr "Requête incorrecte."
|
461 |
|
462 |
-
#: core/core.php:
|
463 |
#, php-format
|
464 |
msgid "Filter \"%s\" created"
|
465 |
msgstr "Filtre \"%s\" créé"
|
466 |
|
467 |
-
#: core/core.php:
|
468 |
msgid "Filter ID not specified."
|
469 |
msgstr "ID du flitre non spécifié."
|
470 |
|
471 |
-
#: core/core.php:
|
472 |
msgid "Filter deleted"
|
473 |
msgstr "Filtre supprimé"
|
474 |
|
475 |
-
#: core/core.php:
|
476 |
#, php-format
|
477 |
msgid "Replaced %d redirect with a direct link"
|
478 |
msgid_plural "Replaced %d redirects with direct links"
|
479 |
msgstr[0] "Remplacement de la redirection %d par un lien direct"
|
480 |
msgstr[1] "Remplacement des redirections %d par des liens directs"
|
481 |
|
482 |
-
#: core/core.php:
|
483 |
#, php-format
|
484 |
msgid "Failed to fix %d redirect"
|
485 |
msgid_plural "Failed to fix %d redirects"
|
486 |
msgstr[0] "Impossible de réparer la redirection %d"
|
487 |
msgstr[1] "Impossible de réparer les redirections %d"
|
488 |
|
489 |
-
#: core/core.php:
|
490 |
msgid "None of the selected links are redirects!"
|
491 |
msgstr "Aucun des liens sélectionné ne sont des redirections!"
|
492 |
|
493 |
-
#: core/core.php:
|
494 |
#, php-format
|
495 |
msgid "%d link updated."
|
496 |
msgid_plural "%d links updated."
|
497 |
msgstr[0] "Le lien %d a été mis à jour."
|
498 |
msgstr[1] "Les liens %d ont été mis à jour."
|
499 |
|
500 |
-
#: core/core.php:
|
501 |
#, php-format
|
502 |
msgid "Failed to update %d link."
|
503 |
msgid_plural "Failed to update %d links."
|
504 |
msgstr[0] "Impossible de mettre à jour le lien %d."
|
505 |
msgstr[1] "Impossible de mettre à jour les liens %d."
|
506 |
|
507 |
-
#: core/core.php:
|
508 |
#, php-format
|
509 |
msgid "%d link removed"
|
510 |
msgid_plural "%d links removed"
|
511 |
msgstr[0] "Le lien %d a été supprimé"
|
512 |
msgstr[1] "Les liens %d ont été supprimés"
|
513 |
|
514 |
-
#: core/core.php:
|
515 |
#, php-format
|
516 |
msgid "Failed to remove %d link"
|
517 |
msgid_plural "Failed to remove %d links"
|
518 |
msgstr[0] "Impossible de supprimer le lien %d"
|
519 |
msgstr[1] "Impossible de supprimer les liens %d"
|
520 |
|
521 |
-
#: core/core.php:
|
522 |
#, php-format
|
523 |
msgid ""
|
524 |
"%d item was skipped because it can't be moved to the Trash. You need to "
|
@@ -533,27 +533,27 @@ msgstr[1] ""
|
|
533 |
"%d liens ont été ignorés parcequ'ils ne peuvent pas "
|
534 |
"être mis dans la poubelle. Vous devez les supprimer manuellement."
|
535 |
|
536 |
-
#: core/core.php:
|
537 |
msgid "Didn't find anything to delete!"
|
538 |
msgstr "Aucune suppression à faire!"
|
539 |
|
540 |
-
#: core/core.php:
|
541 |
#, php-format
|
542 |
msgid "%d link scheduled for rechecking"
|
543 |
msgid_plural "%d links scheduled for rechecking"
|
544 |
msgstr[0] "%d lien est programmé pour un nouveau contrôle."
|
545 |
msgstr[1] "%d liens sont programmés pour un nouveau contrôle."
|
546 |
|
547 |
-
#: core/core.php:
|
548 |
msgid "This link was manually marked as working by the user."
|
549 |
msgstr "Ce lien a été manuellement marqué comme valide par l'utilisateur."
|
550 |
|
551 |
-
#: core/core.php:
|
552 |
#, php-format
|
553 |
msgid "Couldn't modify link %d"
|
554 |
msgstr "Impossible de modifier le lien %d"
|
555 |
|
556 |
-
#: core/core.php:
|
557 |
#, php-format
|
558 |
msgid "%d link marked as not broken"
|
559 |
msgid_plural "%d links marked as not broken"
|
@@ -562,14 +562,14 @@ msgstr[0] ""
|
|
562 |
msgstr[1] ""
|
563 |
"Les liens %d ont été marqués comme non cassé."
|
564 |
|
565 |
-
#: core/core.php:
|
566 |
#, php-format
|
567 |
msgid "%d link dismissed"
|
568 |
msgid_plural "%d links dismissed"
|
569 |
msgstr[0] "lien %d supprimés"
|
570 |
msgstr[1] "liens %d supprimés"
|
571 |
|
572 |
-
#: core/core.php:
|
573 |
msgid ""
|
574 |
"The \"Warnings\" page lists problems that are probably temporary or "
|
575 |
"suspected to be false positives.<br> Warnings that persist for a long time "
|
@@ -579,79 +579,79 @@ msgstr ""
|
|
579 |
"temporaires ou des faux positifs.<br />Les avertissements qui persistent sur "
|
580 |
"une longue période seront reclassifiés comme des liens cassés."
|
581 |
|
582 |
-
#: core/core.php:
|
583 |
msgctxt "admin notice under Tools - Broken links - Warnings"
|
584 |
msgid "Hide notice"
|
585 |
msgstr "Cacher les informations"
|
586 |
|
587 |
-
#: core/core.php:
|
588 |
msgctxt "a link from the admin notice under Tools - Broken links - Warnings"
|
589 |
msgid "Change warning settings"
|
590 |
msgstr "Modifier les paramètres d'avertissement"
|
591 |
|
592 |
-
#: core/core.php:
|
593 |
msgid "Table columns"
|
594 |
msgstr "Colonnes du tableau"
|
595 |
|
596 |
-
#: core/core.php:
|
597 |
msgid "Show on screen"
|
598 |
msgstr "Voir à l'écran"
|
599 |
|
600 |
-
#: core/core.php:
|
601 |
msgid "links"
|
602 |
msgstr "liens"
|
603 |
|
604 |
-
#: core/core.php:
|
605 |
msgid "Apply"
|
606 |
msgstr "Appliquer"
|
607 |
|
608 |
-
#: core/core.php:
|
609 |
msgid "Misc"
|
610 |
msgstr "Divers"
|
611 |
|
612 |
-
#: core/core.php:
|
613 |
#, php-format
|
614 |
msgid "Highlight links broken for at least %s days"
|
615 |
msgstr ""
|
616 |
"Mettre en surbrillance les liens qui sont cassés depuis au moins %s "
|
617 |
"jours"
|
618 |
|
619 |
-
#: core/core.php:
|
620 |
msgid "Color-code status codes"
|
621 |
msgstr "Code de couleur pour les états"
|
622 |
|
623 |
-
#: core/core.php:
|
624 |
-
#: core/core.php:
|
625 |
msgid "You're not allowed to do that!"
|
626 |
msgstr "Vous n'êtes pas autorisé à faire cela !"
|
627 |
|
628 |
-
#: core/core.php:
|
629 |
msgid "View broken links"
|
630 |
msgstr "Voir les liens cassés"
|
631 |
|
632 |
-
#: core/core.php:
|
633 |
#, php-format
|
634 |
msgid "Found %d broken link"
|
635 |
msgid_plural "Found %d broken links"
|
636 |
msgstr[0] "%d lien cassé trouvé"
|
637 |
msgstr[1] "%d liens cassés trouvés"
|
638 |
|
639 |
-
#: core/core.php:
|
640 |
msgid "No broken links found."
|
641 |
msgstr "Aucun lien cassé trouvé"
|
642 |
|
643 |
-
#: core/core.php:
|
644 |
#, php-format
|
645 |
msgid "%d URL in the work queue"
|
646 |
msgid_plural "%d URLs in the work queue"
|
647 |
msgstr[0] "%d URL dans la file d'attente"
|
648 |
msgstr[1] "%d URLs dans la file d'attente"
|
649 |
|
650 |
-
#: core/core.php:
|
651 |
msgid "No URLs in the work queue."
|
652 |
msgstr "Aucune URL dans la file d'attente."
|
653 |
|
654 |
-
#: core/core.php:
|
655 |
#, php-format
|
656 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
657 |
msgid "%d unique URL"
|
@@ -659,7 +659,7 @@ msgid_plural "%d unique URLs"
|
|
659 |
msgstr[0] "%d URL unique détectée"
|
660 |
msgstr[1] "%d URL uniques détectées"
|
661 |
|
662 |
-
#: core/core.php:
|
663 |
#, php-format
|
664 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
665 |
msgid "%d link"
|
@@ -667,136 +667,140 @@ msgid_plural "%d links"
|
|
667 |
msgstr[0] "%d lien"
|
668 |
msgstr[1] "%d liens"
|
669 |
|
670 |
-
#: core/core.php:
|
671 |
#, php-format
|
672 |
msgid "Detected %1$s in %2$s and still searching..."
|
673 |
msgstr "Trouver %1$s dans %2$s et continue la recherche..."
|
674 |
|
675 |
-
#: core/core.php:
|
676 |
#, php-format
|
677 |
msgid "Detected %1$s in %2$s."
|
678 |
msgstr "Trouver %1$s dans %2$s."
|
679 |
|
680 |
-
#: core/core.php:
|
681 |
msgid "Searching your blog for links..."
|
682 |
msgstr "Recherche des liens de votre blog..."
|
683 |
|
684 |
-
#: core/core.php:
|
685 |
msgid "No links detected."
|
686 |
msgstr "Aucun lien détecté."
|
687 |
|
688 |
-
#: core/core.php:
|
689 |
msgctxt "current load"
|
690 |
msgid "Unknown"
|
691 |
msgstr "Inconnu"
|
692 |
|
693 |
-
#: core/core.php:
|
694 |
-
#: core/core.php:
|
695 |
#, php-format
|
696 |
msgid "Oops, I can't find the link %d"
|
697 |
msgstr "Oups, je ne trouve pas le lien %d"
|
698 |
|
699 |
-
#: core/core.php:
|
700 |
msgid "Oops, couldn't modify the link!"
|
701 |
msgstr "Oups, ne peut pas modifier ce lien !"
|
702 |
|
703 |
-
#: core/core.php:
|
704 |
-
#: core/core.php:
|
705 |
msgid "Error : link_id not specified"
|
706 |
msgstr "Erreur : link_id non spécifié"
|
707 |
|
708 |
-
#: core/core.php:
|
709 |
msgid "Error : link_id or new_url not specified"
|
710 |
msgstr "Erreur : link_id ou new_url non spécifié !"
|
711 |
|
712 |
-
#: core/core.php:
|
713 |
msgid "Oops, the new URL is invalid!"
|
714 |
msgstr "Oups, la nouvelle URL est invalide !"
|
715 |
|
716 |
-
#: core/core.php:
|
717 |
msgid "An unexpected error occurred!"
|
718 |
msgstr "Une erreur inattendue a eu lieu !"
|
719 |
|
720 |
-
#: core/core.php:
|
721 |
msgid "An unexpected error occured!"
|
722 |
msgstr "Une erreur inattendue a eu lieu !"
|
723 |
|
724 |
-
#: core/core.php:
|
725 |
msgid "You don't have sufficient privileges to access this information!"
|
726 |
msgstr "Vous n'avez pas assez de droit pour obtenir cette information !"
|
727 |
|
728 |
-
#: core/core.php:
|
729 |
msgid "Error : link ID not specified"
|
730 |
msgstr "Erreur : link ID non spécifié"
|
731 |
|
732 |
-
#: core/core.php:
|
733 |
#, php-format
|
734 |
msgid "Failed to load link details (%s)"
|
735 |
msgstr "Echec pour charger les détails du lien (%s)"
|
736 |
|
737 |
-
#: core/core.php:
|
738 |
msgid "Broken Link Checker"
|
739 |
msgstr "Broken Link Checker"
|
740 |
|
741 |
-
#: core/core.php:
|
742 |
msgid "PHP version"
|
743 |
msgstr "Version PHP"
|
744 |
|
745 |
-
#: core/core.php:
|
746 |
msgid "MySQL version"
|
747 |
msgstr "Version MySQL"
|
748 |
|
749 |
-
#: core/core.php:
|
750 |
msgid ""
|
751 |
"You have an old version of CURL. Redirect detection may not work properly."
|
752 |
msgstr ""
|
753 |
"Vous avez une vieille version de CURL. Les détections des redirections "
|
754 |
"pourraient ne pas fonctionner correctement."
|
755 |
|
756 |
-
#: core/core.php:
|
757 |
msgid "Not installed"
|
758 |
msgstr "Pas installé"
|
759 |
|
760 |
-
#: core/core.php:
|
761 |
msgid "CURL version"
|
762 |
msgstr "Version de CURL"
|
763 |
|
764 |
-
#: core/core.php:
|
765 |
msgid "Installed"
|
766 |
msgstr "Installé"
|
767 |
|
768 |
-
#: core/core.php:
|
769 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
770 |
msgstr ""
|
771 |
"Vous devez avoir soit CURL, soit Snoopy d'installé pour que l'extension "
|
772 |
"fonctionne !"
|
773 |
|
774 |
-
#: core/core.php:
|
775 |
msgid "On"
|
776 |
msgstr "Activé"
|
777 |
|
778 |
-
#: core/core.php:
|
779 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
780 |
msgstr ""
|
781 |
"Les redirections peuvent être détectées comme des liens cassés quand le "
|
782 |
"safe_mode est activé."
|
783 |
|
784 |
-
#: core/core.php:
|
785 |
msgid "Off"
|
786 |
msgstr "Désactivé"
|
787 |
|
788 |
-
#: core/core.php:
|
789 |
#, php-format
|
790 |
msgid "On ( %s )"
|
791 |
msgstr "Activé ( %s )"
|
792 |
|
793 |
-
#: core/core.php:
|
794 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
795 |
msgstr ""
|
796 |
"Les redirections peuvent être détectées comme des liens cassés quand "
|
797 |
"open_basedir est activé."
|
798 |
|
799 |
-
#: core/core.php:
|
|
|
|
|
|
|
|
|
800 |
msgid ""
|
801 |
"If this value is zero even after several page reloads you have probably "
|
802 |
"encountered a bug."
|
@@ -804,12 +808,12 @@ msgstr ""
|
|
804 |
"Si cette valeur est à zéro même après plusieurs "
|
805 |
"rechargement vous avez probablement rencontré un bogue."
|
806 |
|
807 |
-
#: core/core.php:
|
808 |
#, php-format
|
809 |
msgid "[%s] Broken links detected"
|
810 |
msgstr "[%s] liens cassés trouvés"
|
811 |
|
812 |
-
#: core/core.php:
|
813 |
#, php-format
|
814 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
815 |
msgid_plural ""
|
@@ -821,37 +825,37 @@ msgstr[1] ""
|
|
821 |
"Broken Link Checker a trouvé %d nouveaux liens cassés dans "
|
822 |
"votre site."
|
823 |
|
824 |
-
#: core/core.php:
|
825 |
#, php-format
|
826 |
msgid "Here's a list of the first %d broken links:"
|
827 |
msgid_plural "Here's a list of the first %d broken links:"
|
828 |
msgstr[0] "Ici se trouve une liste du %d nouveau lien cassé:"
|
829 |
msgstr[1] "Ici se trouve une liste des %d nouveaux liens cassés:"
|
830 |
|
831 |
-
#: core/core.php:
|
832 |
msgid "Here's a list of the new broken links: "
|
833 |
msgstr "Ici se trouve une liste des nouveaux liens cassés:"
|
834 |
|
835 |
-
#: core/core.php:
|
836 |
#, php-format
|
837 |
msgid "Link text : %s"
|
838 |
msgstr "Texte du lien : %s"
|
839 |
|
840 |
-
#: core/core.php:
|
841 |
#, php-format
|
842 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
843 |
msgstr "URL du lien : <a href=\"%s\">%s</a>"
|
844 |
|
845 |
-
#: core/core.php:
|
846 |
#, php-format
|
847 |
msgid "Source : %s"
|
848 |
msgstr "Source : %s"
|
849 |
|
850 |
-
#: core/core.php:
|
851 |
msgid "You can see all broken links here:"
|
852 |
msgstr "Vous pouvez voir tous les liens cassés ici:"
|
853 |
|
854 |
-
#: core/core.php:
|
855 |
#, php-format
|
856 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
857 |
msgid_plural ""
|
@@ -1207,7 +1211,7 @@ msgstr "Le lien est cassé."
|
|
1207 |
msgid "Link is valid."
|
1208 |
msgstr "Le lien est valide."
|
1209 |
|
1210 |
-
#: includes/links.php:728 includes/links.php:830 includes/links.php:
|
1211 |
msgid "Link is not valid"
|
1212 |
msgstr "Lien non valide"
|
1213 |
|
@@ -1228,32 +1232,34 @@ msgstr ""
|
|
1228 |
msgid "This link is not a redirect"
|
1229 |
msgstr "Ce lien n'est pas une redirection"
|
1230 |
|
1231 |
-
#: includes/links.php:
|
1232 |
msgid "Couldn't delete the link's database record"
|
1233 |
msgstr ""
|
1234 |
"Impossible de supprimer l'enregistrement pour la lien dans la base de "
|
1235 |
"données"
|
1236 |
|
1237 |
-
#: includes/links.php:
|
1238 |
msgctxt "link status"
|
1239 |
msgid "Unknown"
|
1240 |
msgstr "Inconnu"
|
1241 |
|
1242 |
-
#: includes/links.php:
|
1243 |
-
#: modules/extras/mediafire.php:115
|
|
|
1244 |
msgid "Unknown Error"
|
1245 |
msgstr "Erreur inconnue"
|
1246 |
|
1247 |
-
#: includes/links.php:
|
1248 |
msgid "Not checked"
|
1249 |
-
msgstr "Pas
|
1250 |
|
1251 |
-
#: includes/links.php:
|
1252 |
msgid "False positive"
|
1253 |
msgstr "Faux positif"
|
1254 |
|
1255 |
-
#: includes/links.php:
|
1256 |
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
|
|
|
1257 |
msgctxt "link status"
|
1258 |
msgid "OK"
|
1259 |
msgstr "Ok"
|
@@ -1345,44 +1351,44 @@ msgstr ""
|
|
1345 |
"Impossible de supprimer les vieilles tables dans la base de données. "
|
1346 |
"Erreur : %s"
|
1347 |
|
1348 |
-
#: includes/admin/links-page-js.php:
|
1349 |
msgid "Wait..."
|
1350 |
msgstr "Attendez..."
|
1351 |
|
1352 |
-
#: includes/admin/links-page-js.php:
|
1353 |
msgctxt "link text"
|
1354 |
msgid "(None)"
|
1355 |
msgstr "(Aucun)"
|
1356 |
|
1357 |
-
#: includes/admin/links-page-js.php:
|
1358 |
msgctxt "link text"
|
1359 |
msgid "(Multiple links)"
|
1360 |
msgstr "(Liens multiples)"
|
1361 |
|
1362 |
-
#: includes/admin/links-page-js.php:
|
1363 |
msgctxt "link suggestions"
|
1364 |
msgid "Searching..."
|
1365 |
msgstr "Rechercher..."
|
1366 |
|
1367 |
-
#: includes/admin/links-page-js.php:
|
1368 |
msgctxt "link suggestions"
|
1369 |
msgid "No suggestions available."
|
1370 |
msgstr "Pas de suggestions disponibles."
|
1371 |
|
1372 |
-
#: includes/admin/links-page-js.php:
|
1373 |
#, php-format
|
1374 |
msgctxt "link suggestions"
|
1375 |
msgid "Archived page from %s (via the Wayback Machine)"
|
1376 |
msgstr "Page d'archive de %s (par Wayback Machine)"
|
1377 |
|
1378 |
-
#: includes/admin/links-page-js.php:
|
1379 |
#, php-format
|
1380 |
msgid "%d instances of the link were successfully modified."
|
1381 |
msgstr ""
|
1382 |
"%d occurences du lien ont été modifiées avec "
|
1383 |
"succè."
|
1384 |
|
1385 |
-
#: includes/admin/links-page-js.php:
|
1386 |
#, php-format
|
1387 |
msgid ""
|
1388 |
"However, %d instances couldn't be edited and still point to the old URL."
|
@@ -1390,43 +1396,43 @@ msgstr ""
|
|
1390 |
"Cependant, %d occurences n'ont pas été mises à jour et "
|
1391 |
"pointent vers l'ancienne URL."
|
1392 |
|
1393 |
-
#: includes/admin/links-page-js.php:
|
1394 |
msgid "The link could not be modified."
|
1395 |
msgstr "Le lien ne peut pas être modifié."
|
1396 |
|
1397 |
-
#: includes/admin/links-page-js.php:
|
1398 |
msgid "The following error(s) occurred :"
|
1399 |
msgstr "L'erreur suivante est survenue :"
|
1400 |
|
1401 |
-
#: includes/admin/links-page-js.php:
|
1402 |
msgid "Error: Link URL must not be empty."
|
1403 |
msgstr "Erreur: l'URL du lien ne doit pas être vide."
|
1404 |
|
1405 |
-
#: includes/admin/links-page-js.php:
|
1406 |
#, php-format
|
1407 |
msgid "%d instances of the link were successfully unlinked."
|
1408 |
msgstr ""
|
1409 |
"%d occurences du lien ont été défaites avec succè"
|
1410 |
"s."
|
1411 |
|
1412 |
-
#: includes/admin/links-page-js.php:
|
1413 |
#, php-format
|
1414 |
msgid "However, %d instances couldn't be removed."
|
1415 |
msgstr "Cependant, %d occurences ne peuvent pas être supprimées."
|
1416 |
|
1417 |
-
#: includes/admin/links-page-js.php:
|
1418 |
msgid "The plugin failed to remove the link."
|
1419 |
msgstr "L'extension n'a pas pu supprimer ce lien."
|
1420 |
|
1421 |
-
#: includes/admin/links-page-js.php:
|
1422 |
msgid "The following error(s) occured :"
|
1423 |
msgstr "L'erreur suivante est survenue :"
|
1424 |
|
1425 |
-
#: includes/admin/links-page-js.php:
|
1426 |
msgid "Enter a name for the new custom filter"
|
1427 |
msgstr "Donner un nom pour le nouveau filtre de recherche"
|
1428 |
|
1429 |
-
#: includes/admin/links-page-js.php:
|
1430 |
msgid ""
|
1431 |
"You are about to delete the current filter.\n"
|
1432 |
"'Cancel' to stop, 'OK' to delete"
|
@@ -1434,7 +1440,7 @@ msgstr ""
|
|
1434 |
"Vous êtes sur le point de supprimer le filtre courant.\n"
|
1435 |
"'Annuler' pour le conserver, 'OK' pour le supprimer."
|
1436 |
|
1437 |
-
#: includes/admin/links-page-js.php:
|
1438 |
msgid ""
|
1439 |
"Are you sure you want to delete all posts, bookmarks or other items that "
|
1440 |
"contain any of the selected links? This action can't be undone.\n"
|
@@ -1445,7 +1451,7 @@ msgstr ""
|
|
1445 |
"lectionnés? Cette action ne pourra pas être annulée.\n"
|
1446 |
"'Annuler' pour le conserver, 'OK' pour le supprimer."
|
1447 |
|
1448 |
-
#: includes/admin/links-page-js.php:
|
1449 |
msgid ""
|
1450 |
"Are you sure you want to remove the selected links? This action can't be "
|
1451 |
"undone.\n"
|
@@ -1455,11 +1461,11 @@ msgstr ""
|
|
1455 |
"lectionnés? Cette action ne pourra pas êtes annulée.\n"
|
1456 |
"'Annuler' pour les conserver, 'OK' pour les supprimer."
|
1457 |
|
1458 |
-
#: includes/admin/links-page-js.php:
|
1459 |
msgid "Enter a search string first."
|
1460 |
msgstr "Donner d'abord une chaîne de recherche."
|
1461 |
|
1462 |
-
#: includes/admin/links-page-js.php:
|
1463 |
msgid "Select one or more links to edit."
|
1464 |
msgstr "Sélectionner un ou plusieurs liens à modifier"
|
1465 |
|
@@ -1739,32 +1745,32 @@ msgstr "Suggestions"
|
|
1739 |
msgid "Use this URL"
|
1740 |
msgstr "Utiliser cette URL"
|
1741 |
|
1742 |
-
#: modules/checkers/http.php:
|
1743 |
msgid "Server Not Found"
|
1744 |
msgstr "Serveur non trouvé"
|
1745 |
|
1746 |
-
#: modules/checkers/http.php:
|
1747 |
msgid "Connection Failed"
|
1748 |
msgstr "Échec de la connection"
|
1749 |
|
1750 |
-
#: modules/checkers/http.php:
|
1751 |
#, php-format
|
1752 |
msgid "HTTP code : %d"
|
1753 |
msgstr "Code HTTP: %d"
|
1754 |
|
1755 |
-
#: modules/checkers/http.php:
|
1756 |
msgid "(No response)"
|
1757 |
msgstr "(pas de réponse)"
|
1758 |
|
1759 |
-
#: modules/checkers/http.php:
|
1760 |
msgid "Most likely the connection timed out or the domain doesn't exist."
|
1761 |
msgstr "Généralement, la connexion a expiré ou le domaine n'existe pas."
|
1762 |
|
1763 |
-
#: modules/checkers/http.php:
|
1764 |
msgid "Request timed out."
|
1765 |
msgstr "Timeout de la requête."
|
1766 |
|
1767 |
-
#: modules/checkers/http.php:
|
1768 |
msgid "Using Snoopy"
|
1769 |
msgstr "Utilise Snoopy"
|
1770 |
|
@@ -1937,7 +1943,7 @@ msgstr "RapidShare : %s"
|
|
1937 |
#: modules/extras/rapidshare.php:189
|
1938 |
#, php-format
|
1939 |
msgid "RapidShare API error: %s"
|
1940 |
-
msgstr "Erreur dans l'API RapidShare: %s"
|
1941 |
|
1942 |
#: modules/extras/vimeo-embed.php:24
|
1943 |
msgid "Vimeo Video"
|
@@ -1963,66 +1969,50 @@ msgstr "YouTube Playlist"
|
|
1963 |
msgid "Embedded YouTube playlist"
|
1964 |
msgstr "Embedded YouTube playlist"
|
1965 |
|
1966 |
-
#: modules/extras/youtube.php:
|
1967 |
-
msgid "Video Not Found"
|
1968 |
-
msgstr "Vidéo non trouvée"
|
1969 |
-
|
1970 |
-
#: modules/extras/youtube.php:135
|
1971 |
-
msgid "Video Removed"
|
1972 |
-
msgstr "Vidéo supprimée"
|
1973 |
-
|
1974 |
-
#: modules/extras/youtube.php:143
|
1975 |
-
msgid "Invalid Video ID"
|
1976 |
-
msgstr "ID de vidéo invalide"
|
1977 |
-
|
1978 |
-
#: modules/extras/youtube.php:155
|
1979 |
msgid "Video OK"
|
1980 |
msgstr "Vidéo OK"
|
1981 |
|
1982 |
-
#: modules/extras/youtube.php:
|
1983 |
-
|
1984 |
-
|
1985 |
-
msgstr "Ok"
|
1986 |
-
|
1987 |
-
#: modules/extras/youtube.php:170 modules/extras/youtube.php:271
|
1988 |
-
#, php-format
|
1989 |
-
msgid "Video status : %s%s"
|
1990 |
-
msgstr "État de la vidéo: %s%s"
|
1991 |
-
|
1992 |
-
#: modules/extras/youtube.php:182 modules/extras/youtube.php:280
|
1993 |
-
msgid "Video Restricted"
|
1994 |
-
msgstr "Accès restreint à la vidéo"
|
1995 |
-
|
1996 |
-
#: modules/extras/youtube.php:199 modules/extras/youtube.php:305
|
1997 |
-
msgid "Unknown YouTube API response received."
|
1998 |
-
msgstr "Réponse inconnue reçue de l'API YouTube."
|
1999 |
|
2000 |
-
#: modules/extras/youtube.php:
|
2001 |
msgid "Playlist Not Found"
|
2002 |
msgstr "Playlist non trouvée"
|
2003 |
|
2004 |
-
#: modules/extras/youtube.php:
|
2005 |
msgid "Playlist Restricted"
|
2006 |
msgstr "Accès restreint à la playlist"
|
2007 |
|
2008 |
-
#: modules/extras/youtube.php:
|
2009 |
-
msgid "Invalid Playlist"
|
2010 |
-
msgstr "Playlist invalide"
|
2011 |
-
|
2012 |
-
#: modules/extras/youtube.php:248
|
2013 |
-
msgid "Playlist OK"
|
2014 |
-
msgstr "Playlist OK"
|
2015 |
-
|
2016 |
-
#: modules/extras/youtube.php:255
|
2017 |
msgid "This playlist has no entries or all entries have been deleted."
|
2018 |
msgstr ""
|
2019 |
"Cette playlist n'a pas d'entrée ou toutes les entrées ont été supprimées."
|
2020 |
|
2021 |
-
#: modules/extras/youtube.php:
|
|
|
2022 |
msgid "Empty Playlist"
|
2023 |
msgstr "Playlist vide"
|
2024 |
|
2025 |
-
#: modules/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026 |
msgid "Image"
|
2027 |
msgstr "Image"
|
2028 |
|
@@ -2030,6 +2020,18 @@ msgstr "Image"
|
|
2030 |
msgid "Custom field"
|
2031 |
msgstr "Champ personnalisé"
|
2032 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2033 |
#~ msgid "_wpnonce="
|
2034 |
#~ msgstr "_wpnonce="
|
2035 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: broken-link-checker v1.10.8\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
|
5 |
+
"POT-Creation-Date: 2015-05-02 23:48+0100\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Whiler, Luc Capronnier <webmaster@blogs.wittwer.fr, "
|
20 |
"X-Generator: Poedit 1.5.7\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
+
#: core/core.php:158 includes/admin/links-page-js.php:45
|
24 |
msgid "Loading..."
|
25 |
msgstr "Chargement..."
|
26 |
|
27 |
+
#: core/core.php:182 includes/admin/options-page-js.php:18
|
28 |
msgid "[ Network error ]"
|
29 |
msgstr "[ Erreur réseau ]"
|
30 |
|
31 |
+
#: core/core.php:209
|
32 |
msgid "Automatically expand the widget if broken links have been detected"
|
33 |
msgstr ""
|
34 |
"Déplier automatiquement le widget si des liens cassés ont "
|
35 |
"été détectés."
|
36 |
|
37 |
+
#: core/core.php:300
|
38 |
msgid "Link Checker Settings"
|
39 |
msgstr "Réglages du vérificateur de liens"
|
40 |
|
41 |
+
#: core/core.php:301
|
42 |
msgid "Link Checker"
|
43 |
msgstr "Vérificateur de lien"
|
44 |
|
45 |
+
#: core/core.php:306 includes/link-query.php:37
|
46 |
msgid "Broken Links"
|
47 |
msgstr "Liens cassés"
|
48 |
|
49 |
+
#: core/core.php:322
|
50 |
msgid "View Broken Links"
|
51 |
msgstr "Voir les liens cassés"
|
52 |
|
53 |
+
#: core/core.php:337
|
54 |
msgid "Feedback"
|
55 |
msgstr "Informations en retour"
|
56 |
|
57 |
+
#: core/core.php:345
|
58 |
msgid "Go to Broken Links"
|
59 |
msgstr "Aller aux liens cassés"
|
60 |
|
61 |
+
#: core/core.php:374
|
62 |
msgid "Settings"
|
63 |
msgstr "Réglages"
|
64 |
|
65 |
+
#: core/core.php:403 includes/admin/table-printer.php:287
|
66 |
#: includes/admin/table-printer.php:682
|
67 |
msgid "Edit URL"
|
68 |
msgstr "Modifier l'URL"
|
69 |
|
70 |
+
#: core/core.php:404 includes/admin/links-page-js.php:710
|
71 |
#: includes/admin/table-printer.php:292 includes/admin/table-printer.php:685
|
72 |
msgid "Unlink"
|
73 |
msgstr "Délier"
|
74 |
|
75 |
+
#: core/core.php:405 includes/admin/links-page-js.php:111
|
76 |
#: includes/admin/table-printer.php:691
|
77 |
msgid "Not broken"
|
78 |
msgstr "Pas cassé"
|
79 |
|
80 |
+
#: core/core.php:406 includes/admin/table-printer.php:291
|
81 |
#: includes/admin/table-printer.php:699
|
82 |
msgid "Dismiss"
|
83 |
msgstr "Suspendre"
|
84 |
|
85 |
+
#: core/core.php:407 includes/admin/table-printer.php:288
|
86 |
#: includes/admin/table-printer.php:711
|
87 |
msgid "Recheck"
|
88 |
msgstr "Revérifier"
|
89 |
|
90 |
+
#: core/core.php:408 includes/admin/table-printer.php:719
|
91 |
msgctxt "link action; replace one redirect with a direct link"
|
92 |
msgid "Fix redirect"
|
93 |
msgstr "Réparer les redirections"
|
94 |
|
95 |
+
#: core/core.php:628
|
96 |
msgid "Settings saved."
|
97 |
msgstr "Réglages enregistrés"
|
98 |
|
99 |
+
#: core/core.php:634
|
100 |
msgid "Thank you for your donation!"
|
101 |
msgstr "Merci pour votre don!"
|
102 |
|
103 |
+
#: core/core.php:642
|
104 |
msgid "Complete site recheck started."
|
105 |
msgstr "La vérification complète a commencé."
|
106 |
|
107 |
+
#: core/core.php:664
|
108 |
msgid "General"
|
109 |
msgstr "Général"
|
110 |
|
111 |
+
#: core/core.php:665
|
112 |
msgid "Look For Links In"
|
113 |
msgstr "Rechercher des liens dans"
|
114 |
|
115 |
+
#: core/core.php:666
|
116 |
msgid "Which Links To Check"
|
117 |
msgstr "Quels liens vérifier"
|
118 |
|
119 |
+
#: core/core.php:667
|
120 |
msgid "Protocols & APIs"
|
121 |
msgstr "Protocoles & APIs"
|
122 |
|
123 |
+
#: core/core.php:668
|
124 |
msgid "Advanced"
|
125 |
msgstr "Options avancées"
|
126 |
|
127 |
+
#: core/core.php:683
|
128 |
msgid "Broken Link Checker Options"
|
129 |
msgstr "Options de Broken Link Checker"
|
130 |
|
131 |
+
#: core/core.php:725 includes/admin/table-printer.php:211
|
132 |
msgid "Status"
|
133 |
+
msgstr "État "
|
134 |
|
135 |
+
#: core/core.php:727 includes/admin/options-page-js.php:56
|
136 |
msgid "Show debug info"
|
137 |
msgstr "Afficher les informations de mise au point"
|
138 |
|
139 |
+
#: core/core.php:755
|
140 |
msgid "Check each link"
|
141 |
msgstr "Vérifier chaque lien"
|
142 |
|
143 |
+
#: core/core.php:760
|
144 |
#, php-format
|
145 |
msgid "Every %s hours"
|
146 |
msgstr "Toutes les %s heures"
|
147 |
|
148 |
+
#: core/core.php:769
|
149 |
msgid ""
|
150 |
"Existing links will be checked this often. New links will usually be checked "
|
151 |
"ASAP."
|
154 |
"réglage. Les nouveaux liens sont habituellement vérifié"
|
155 |
"s dès que possible."
|
156 |
|
157 |
+
#: core/core.php:776
|
158 |
msgid "E-mail notifications"
|
159 |
msgstr "E-mail de notification"
|
160 |
|
161 |
+
#: core/core.php:782
|
162 |
msgid "Send me e-mail notifications about newly detected broken links"
|
163 |
msgstr ""
|
164 |
"M'envoyer un courriel de notification avec les nouveaux liens cassés"
|
165 |
|
166 |
+
#: core/core.php:790
|
167 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
168 |
msgstr ""
|
169 |
"Envoyer un courriel de notification aux auteurs des articles qui ont des "
|
170 |
"liens cassés"
|
171 |
|
172 |
+
#: core/core.php:797
|
173 |
msgid "Notification e-mail address"
|
174 |
msgstr "Adresse e-mail pour la notification"
|
175 |
|
176 |
+
#: core/core.php:809
|
177 |
msgid ""
|
178 |
"Leave empty to use the e-mail address specified in Settings → General."
|
179 |
msgstr ""
|
180 |
"Laissez vide pour utiliser l'adresse e-mail spécifiée dans les paramètres "
|
181 |
"généraux."
|
182 |
|
183 |
+
#: core/core.php:816
|
184 |
msgid "Link tweaks"
|
185 |
msgstr "Mettre en forme les liens"
|
186 |
|
187 |
+
#: core/core.php:822
|
188 |
msgid "Apply custom formatting to broken links"
|
189 |
msgstr "Appliquer un affichage spécifique aux liens cassés"
|
190 |
|
191 |
+
#: core/core.php:826 core/core.php:857
|
192 |
msgid "Edit CSS"
|
193 |
msgstr "Modifier le CSS"
|
194 |
|
195 |
+
#: core/core.php:842
|
196 |
#, php-format
|
197 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
198 |
msgstr "Exemple : Lorem ipsum <a %s>lien cassé</a>, dolor sit amet."
|
199 |
|
200 |
+
#: core/core.php:845 core/core.php:876
|
201 |
msgid "Click \"Save Changes\" to update example output."
|
202 |
msgstr ""
|
203 |
"Appuyer sur \"Enregistrer les modifications\" pour mettre à jour l'exemple."
|
204 |
|
205 |
+
#: core/core.php:853
|
206 |
msgid "Apply custom formatting to removed links"
|
207 |
msgstr "Appliquer un affichage spécifique aux liens supprimés"
|
208 |
|
209 |
+
#: core/core.php:873
|
210 |
#, php-format
|
211 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
212 |
msgstr ""
|
213 |
"Exemple : Lorem ipsum <span %s>lien supprimé</span>, dolor sit amet."
|
214 |
|
215 |
+
#: core/core.php:886
|
216 |
msgid "Stop search engines from following broken links"
|
217 |
msgstr ""
|
218 |
"Arrêtter le suivi des liens cassés par les moteurs de recherche"
|
219 |
|
220 |
+
#: core/core.php:893
|
221 |
msgctxt "\"Link tweaks\" settings"
|
222 |
msgid ""
|
223 |
"These settings only apply to the content of posts, not comments or custom "
|
226 |
"Ces paramètres s'applique uniquement au contenu des articles, pas aux "
|
227 |
"commentaires ni aux champs personalisés."
|
228 |
|
229 |
+
#: core/core.php:903
|
230 |
msgctxt "settings page"
|
231 |
msgid "Suggestions"
|
232 |
msgstr "Suggestions"
|
233 |
|
234 |
+
#: core/core.php:908
|
235 |
msgid "Suggest alternatives to broken links"
|
236 |
msgstr "Proposer des alternatives aux liens cassés"
|
237 |
|
238 |
+
#: core/core.php:914
|
239 |
msgctxt "settings page"
|
240 |
msgid "Warnings"
|
241 |
msgstr "Avertissements"
|
242 |
|
243 |
+
#: core/core.php:919
|
244 |
msgid "Show uncertain or minor problems as \"warnings\" instead of \"broken\""
|
245 |
msgstr ""
|
246 |
"Montrer les problèmes incertains ou mineurs comme des \"avertissements\" au "
|
247 |
"lieu de \"casser\""
|
248 |
|
249 |
+
#: core/core.php:922
|
250 |
msgid ""
|
251 |
"Turning off this option will make the plugin report all problems as broken "
|
252 |
"links."
|
254 |
"Décocher cette option et l'extension sigalera tous les problèmes comme des "
|
255 |
"liens cassés."
|
256 |
|
257 |
+
#: core/core.php:937
|
258 |
msgid "Look for links in"
|
259 |
msgstr "Rechercher des liens dans"
|
260 |
|
261 |
+
#: core/core.php:948
|
262 |
msgid "Post statuses"
|
263 |
msgstr "États de l'article"
|
264 |
|
265 |
+
#: core/core.php:981
|
266 |
msgid "Link types"
|
267 |
msgstr "Type du lien"
|
268 |
|
269 |
+
#: core/core.php:987
|
270 |
msgid "Error : All link parsers missing!"
|
271 |
msgstr "Erreur: Tous les analyseurs de liens sont absents!"
|
272 |
|
273 |
+
#: core/core.php:994
|
274 |
msgid "Exclusion list"
|
275 |
msgstr "Liste des exclusions"
|
276 |
|
277 |
+
#: core/core.php:995
|
278 |
msgid ""
|
279 |
"Don't check links where the URL contains any of these words (one per line) :"
|
280 |
msgstr ""
|
281 |
"Ne pas vérifier les liens dont l'URL contient n'importe lequel de ces "
|
282 |
"mots (un par ligne) :"
|
283 |
|
284 |
+
#: core/core.php:1013
|
285 |
msgid "Check links using"
|
286 |
msgstr "Vérifier les liens en utilisant"
|
287 |
|
288 |
+
#: core/core.php:1032 includes/links.php:1019
|
289 |
msgid "Timeout"
|
290 |
msgstr "Timeout"
|
291 |
|
292 |
+
#: core/core.php:1038 core/core.php:1125 core/core.php:3429
|
293 |
#, php-format
|
294 |
msgid "%s seconds"
|
295 |
msgstr "%s secondes"
|
296 |
|
297 |
+
#: core/core.php:1047
|
298 |
msgid "Links that take longer than this to load will be marked as broken."
|
299 |
msgstr ""
|
300 |
"Les liens qui prennent plus de temps que cela à se charger seront "
|
301 |
"marqués comme cassés."
|
302 |
|
303 |
+
#: core/core.php:1054
|
304 |
msgid "Link monitor"
|
305 |
msgstr "Surveillance des liens"
|
306 |
|
307 |
+
#: core/core.php:1062
|
308 |
msgid "Run continuously while the Dashboard is open"
|
309 |
msgstr ""
|
310 |
"Vérifier en continu tant que le tableau de bord est utlisé"
|
311 |
|
312 |
+
#: core/core.php:1070
|
313 |
msgid "Run hourly in the background"
|
314 |
msgstr "Vérifier toutes les heures en tache de fond"
|
315 |
|
316 |
+
#: core/core.php:1078
|
317 |
msgid "Show the dashboard widget for"
|
318 |
msgstr "Afficher le widget sur le tableau de bord pour"
|
319 |
|
320 |
+
#: core/core.php:1083
|
321 |
msgctxt "dashboard widget visibility"
|
322 |
msgid "Administrator"
|
323 |
msgstr "Administrateur"
|
324 |
|
325 |
+
#: core/core.php:1084
|
326 |
msgctxt "dashboard widget visibility"
|
327 |
msgid "Editor and above"
|
328 |
msgstr "Editeur et plus"
|
329 |
|
330 |
+
#: core/core.php:1085
|
331 |
msgctxt "dashboard widget visibility"
|
332 |
msgid "Nobody (disables the widget)"
|
333 |
msgstr "Personne (désactivé le widget)"
|
334 |
|
335 |
+
#: core/core.php:1101
|
336 |
msgctxt "settings page"
|
337 |
msgid "Show link actions"
|
338 |
msgstr "Actions en masse"
|
339 |
|
340 |
+
#: core/core.php:1119
|
341 |
msgid "Max. execution time"
|
342 |
msgstr "Temps d'exécution maximal :"
|
343 |
|
344 |
+
#: core/core.php:1136
|
345 |
msgid ""
|
346 |
"The plugin works by periodically launching a background job that parses your "
|
347 |
"posts for links, checks the discovered URLs, and performs other time-"
|
354 |
"consommatrices de temps. Vous pouvez spécifier ici le temps maximal "
|
355 |
"où le processus peut s'exécuter avant de s'arrêter."
|
356 |
|
357 |
+
#: core/core.php:1145
|
358 |
msgid "Server load limit"
|
359 |
msgstr "Taux de charge limite du serveur"
|
360 |
|
361 |
+
#: core/core.php:1160
|
362 |
#, php-format
|
363 |
msgid "Current load : %s"
|
364 |
msgstr "Charge courante : %s"
|
365 |
|
366 |
+
#: core/core.php:1166
|
367 |
#, php-format
|
368 |
msgid ""
|
369 |
"Link checking will be suspended if the average <a href=\"%s\">server load</"
|
373 |
"moyenne du serveur </a> dépasse ce taux. Laisser vide pour ne pas "
|
374 |
"positionner de limite de charge."
|
375 |
|
376 |
+
#: core/core.php:1174
|
377 |
msgid "Not available"
|
378 |
msgstr "Pas disponible"
|
379 |
|
380 |
+
#: core/core.php:1176
|
381 |
msgid ""
|
382 |
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
|
383 |
"code> is present and accessible."
|
386 |
"mes de type Linux où <code>/proc/loadavg</code> est présent et "
|
387 |
"autorisé."
|
388 |
|
389 |
+
#: core/core.php:1184
|
390 |
msgid "Target resource usage"
|
391 |
msgstr "Niveau d'utilisation des ressources"
|
392 |
|
393 |
+
#: core/core.php:1202
|
394 |
msgid "Logging"
|
395 |
msgstr "Traces"
|
396 |
|
397 |
+
#: core/core.php:1208
|
398 |
msgid "Enable logging"
|
399 |
msgstr "Activer les traces"
|
400 |
|
401 |
+
#: core/core.php:1215
|
402 |
msgid "Log file location"
|
403 |
msgstr "Emplacement des traces"
|
404 |
|
405 |
+
#: core/core.php:1224
|
406 |
msgctxt "log file location"
|
407 |
msgid "Default"
|
408 |
msgstr "Défaut"
|
409 |
|
410 |
+
#: core/core.php:1238
|
411 |
msgctxt "log file location"
|
412 |
msgid "Custom"
|
413 |
msgstr "Personnalisé"
|
414 |
|
415 |
+
#: core/core.php:1250
|
416 |
msgid "Forced recheck"
|
417 |
msgstr "Forcer une revérification"
|
418 |
|
419 |
+
#: core/core.php:1253
|
420 |
msgid "Re-check all pages"
|
421 |
msgstr "Revérifier toutes les pages"
|
422 |
|
423 |
+
#: core/core.php:1257
|
424 |
msgid ""
|
425 |
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
|
426 |
"database and recheck the entire site from scratch."
|
428 |
"L'option nucléaire. Appuyer sur ce bouton pour que l'extension vide "
|
429 |
"sa base de liens et revérifie tout le site depuis le début."
|
430 |
|
431 |
+
#: core/core.php:1268
|
432 |
msgid "Save Changes"
|
433 |
msgstr "Enregistrer les modifications"
|
434 |
|
435 |
+
#: core/core.php:1319
|
436 |
msgid "Configure"
|
437 |
msgstr "Configurer"
|
438 |
|
439 |
+
#: core/core.php:1402
|
440 |
msgid ""
|
441 |
"Enter the names of custom fields you want to check (one per line). If a "
|
442 |
"field contains HTML code, prefix its name with <code>html:</code>. For "
|
446 |
"ligne). Si un champ contient du code HTML, préfixez son nom par <code>html:</"
|
447 |
"code>. Par exemple <code>html:nom_du_champ</code>."
|
448 |
|
449 |
+
#: core/core.php:1536 core/core.php:1620 core/core.php:1652
|
450 |
#, php-format
|
451 |
msgid "Database error : %s"
|
452 |
msgstr "Erreur de base de données : %s"
|
453 |
|
454 |
+
#: core/core.php:1601
|
455 |
msgid "You must enter a filter name!"
|
456 |
msgstr "Vous devez donner un nom au filtre!"
|
457 |
|
458 |
+
#: core/core.php:1605
|
459 |
msgid "Invalid search query."
|
460 |
msgstr "Requête incorrecte."
|
461 |
|
462 |
+
#: core/core.php:1615
|
463 |
#, php-format
|
464 |
msgid "Filter \"%s\" created"
|
465 |
msgstr "Filtre \"%s\" créé"
|
466 |
|
467 |
+
#: core/core.php:1642
|
468 |
msgid "Filter ID not specified."
|
469 |
msgstr "ID du flitre non spécifié."
|
470 |
|
471 |
+
#: core/core.php:1649
|
472 |
msgid "Filter deleted"
|
473 |
msgstr "Filtre supprimé"
|
474 |
|
475 |
+
#: core/core.php:1697
|
476 |
#, php-format
|
477 |
msgid "Replaced %d redirect with a direct link"
|
478 |
msgid_plural "Replaced %d redirects with direct links"
|
479 |
msgstr[0] "Remplacement de la redirection %d par un lien direct"
|
480 |
msgstr[1] "Remplacement des redirections %d par des liens directs"
|
481 |
|
482 |
+
#: core/core.php:1708
|
483 |
#, php-format
|
484 |
msgid "Failed to fix %d redirect"
|
485 |
msgid_plural "Failed to fix %d redirects"
|
486 |
msgstr[0] "Impossible de réparer la redirection %d"
|
487 |
msgstr[1] "Impossible de réparer les redirections %d"
|
488 |
|
489 |
+
#: core/core.php:1718
|
490 |
msgid "None of the selected links are redirects!"
|
491 |
msgstr "Aucun des liens sélectionné ne sont des redirections!"
|
492 |
|
493 |
+
#: core/core.php:1797
|
494 |
#, php-format
|
495 |
msgid "%d link updated."
|
496 |
msgid_plural "%d links updated."
|
497 |
msgstr[0] "Le lien %d a été mis à jour."
|
498 |
msgstr[1] "Les liens %d ont été mis à jour."
|
499 |
|
500 |
+
#: core/core.php:1808
|
501 |
#, php-format
|
502 |
msgid "Failed to update %d link."
|
503 |
msgid_plural "Failed to update %d links."
|
504 |
msgstr[0] "Impossible de mettre à jour le lien %d."
|
505 |
msgstr[1] "Impossible de mettre à jour les liens %d."
|
506 |
|
507 |
+
#: core/core.php:1897
|
508 |
#, php-format
|
509 |
msgid "%d link removed"
|
510 |
msgid_plural "%d links removed"
|
511 |
msgstr[0] "Le lien %d a été supprimé"
|
512 |
msgstr[1] "Les liens %d ont été supprimés"
|
513 |
|
514 |
+
#: core/core.php:1908
|
515 |
#, php-format
|
516 |
msgid "Failed to remove %d link"
|
517 |
msgid_plural "Failed to remove %d links"
|
518 |
msgstr[0] "Impossible de supprimer le lien %d"
|
519 |
msgstr[1] "Impossible de supprimer les liens %d"
|
520 |
|
521 |
+
#: core/core.php:2017
|
522 |
#, php-format
|
523 |
msgid ""
|
524 |
"%d item was skipped because it can't be moved to the Trash. You need to "
|
533 |
"%d liens ont été ignorés parcequ'ils ne peuvent pas "
|
534 |
"être mis dans la poubelle. Vous devez les supprimer manuellement."
|
535 |
|
536 |
+
#: core/core.php:2038
|
537 |
msgid "Didn't find anything to delete!"
|
538 |
msgstr "Aucune suppression à faire!"
|
539 |
|
540 |
+
#: core/core.php:2069
|
541 |
#, php-format
|
542 |
msgid "%d link scheduled for rechecking"
|
543 |
msgid_plural "%d links scheduled for rechecking"
|
544 |
msgstr[0] "%d lien est programmé pour un nouveau contrôle."
|
545 |
msgstr[1] "%d liens sont programmés pour un nouveau contrôle."
|
546 |
|
547 |
+
#: core/core.php:2115 core/core.php:2930
|
548 |
msgid "This link was manually marked as working by the user."
|
549 |
msgstr "Ce lien a été manuellement marqué comme valide par l'utilisateur."
|
550 |
|
551 |
+
#: core/core.php:2122 core/core.php:2180
|
552 |
#, php-format
|
553 |
msgid "Couldn't modify link %d"
|
554 |
msgstr "Impossible de modifier le lien %d"
|
555 |
|
556 |
+
#: core/core.php:2133
|
557 |
#, php-format
|
558 |
msgid "%d link marked as not broken"
|
559 |
msgid_plural "%d links marked as not broken"
|
562 |
msgstr[1] ""
|
563 |
"Les liens %d ont été marqués comme non cassé."
|
564 |
|
565 |
+
#: core/core.php:2191
|
566 |
#, php-format
|
567 |
msgid "%d link dismissed"
|
568 |
msgid_plural "%d links dismissed"
|
569 |
msgstr[0] "lien %d supprimés"
|
570 |
msgstr[1] "liens %d supprimés"
|
571 |
|
572 |
+
#: core/core.php:2248
|
573 |
msgid ""
|
574 |
"The \"Warnings\" page lists problems that are probably temporary or "
|
575 |
"suspected to be false positives.<br> Warnings that persist for a long time "
|
579 |
"temporaires ou des faux positifs.<br />Les avertissements qui persistent sur "
|
580 |
"une longue période seront reclassifiés comme des liens cassés."
|
581 |
|
582 |
+
#: core/core.php:2253
|
583 |
msgctxt "admin notice under Tools - Broken links - Warnings"
|
584 |
msgid "Hide notice"
|
585 |
msgstr "Cacher les informations"
|
586 |
|
587 |
+
#: core/core.php:2259
|
588 |
msgctxt "a link from the admin notice under Tools - Broken links - Warnings"
|
589 |
msgid "Change warning settings"
|
590 |
msgstr "Modifier les paramètres d'avertissement"
|
591 |
|
592 |
+
#: core/core.php:2283
|
593 |
msgid "Table columns"
|
594 |
msgstr "Colonnes du tableau"
|
595 |
|
596 |
+
#: core/core.php:2302
|
597 |
msgid "Show on screen"
|
598 |
msgstr "Voir à l'écran"
|
599 |
|
600 |
+
#: core/core.php:2309
|
601 |
msgid "links"
|
602 |
msgstr "liens"
|
603 |
|
604 |
+
#: core/core.php:2310 includes/admin/table-printer.php:171
|
605 |
msgid "Apply"
|
606 |
msgstr "Appliquer"
|
607 |
|
608 |
+
#: core/core.php:2314
|
609 |
msgid "Misc"
|
610 |
msgstr "Divers"
|
611 |
|
612 |
+
#: core/core.php:2329
|
613 |
#, php-format
|
614 |
msgid "Highlight links broken for at least %s days"
|
615 |
msgstr ""
|
616 |
"Mettre en surbrillance les liens qui sont cassés depuis au moins %s "
|
617 |
"jours"
|
618 |
|
619 |
+
#: core/core.php:2338
|
620 |
msgid "Color-code status codes"
|
621 |
msgstr "Code de couleur pour les états"
|
622 |
|
623 |
+
#: core/core.php:2355 core/core.php:2914 core/core.php:2955 core/core.php:2988
|
624 |
+
#: core/core.php:3089 core/core.php:3133 core/core.php:3195
|
625 |
msgid "You're not allowed to do that!"
|
626 |
msgstr "Vous n'êtes pas autorisé à faire cela !"
|
627 |
|
628 |
+
#: core/core.php:2783
|
629 |
msgid "View broken links"
|
630 |
msgstr "Voir les liens cassés"
|
631 |
|
632 |
+
#: core/core.php:2784
|
633 |
#, php-format
|
634 |
msgid "Found %d broken link"
|
635 |
msgid_plural "Found %d broken links"
|
636 |
msgstr[0] "%d lien cassé trouvé"
|
637 |
msgstr[1] "%d liens cassés trouvés"
|
638 |
|
639 |
+
#: core/core.php:2790
|
640 |
msgid "No broken links found."
|
641 |
msgstr "Aucun lien cassé trouvé"
|
642 |
|
643 |
+
#: core/core.php:2797
|
644 |
#, php-format
|
645 |
msgid "%d URL in the work queue"
|
646 |
msgid_plural "%d URLs in the work queue"
|
647 |
msgstr[0] "%d URL dans la file d'attente"
|
648 |
msgstr[1] "%d URLs dans la file d'attente"
|
649 |
|
650 |
+
#: core/core.php:2800
|
651 |
msgid "No URLs in the work queue."
|
652 |
msgstr "Aucune URL dans la file d'attente."
|
653 |
|
654 |
+
#: core/core.php:2806
|
655 |
#, php-format
|
656 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
657 |
msgid "%d unique URL"
|
659 |
msgstr[0] "%d URL unique détectée"
|
660 |
msgstr[1] "%d URL uniques détectées"
|
661 |
|
662 |
+
#: core/core.php:2810
|
663 |
#, php-format
|
664 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
665 |
msgid "%d link"
|
667 |
msgstr[0] "%d lien"
|
668 |
msgstr[1] "%d liens"
|
669 |
|
670 |
+
#: core/core.php:2816
|
671 |
#, php-format
|
672 |
msgid "Detected %1$s in %2$s and still searching..."
|
673 |
msgstr "Trouver %1$s dans %2$s et continue la recherche..."
|
674 |
|
675 |
+
#: core/core.php:2822
|
676 |
#, php-format
|
677 |
msgid "Detected %1$s in %2$s."
|
678 |
msgstr "Trouver %1$s dans %2$s."
|
679 |
|
680 |
+
#: core/core.php:2829
|
681 |
msgid "Searching your blog for links..."
|
682 |
msgstr "Recherche des liens de votre blog..."
|
683 |
|
684 |
+
#: core/core.php:2831
|
685 |
msgid "No links detected."
|
686 |
msgstr "Aucun lien détecté."
|
687 |
|
688 |
+
#: core/core.php:2857
|
689 |
msgctxt "current load"
|
690 |
msgid "Unknown"
|
691 |
msgstr "Inconnu"
|
692 |
|
693 |
+
#: core/core.php:2922 core/core.php:2963 core/core.php:3003 core/core.php:3099
|
694 |
+
#: core/core.php:3148 core/core.php:3210
|
695 |
#, php-format
|
696 |
msgid "Oops, I can't find the link %d"
|
697 |
msgstr "Oups, je ne trouve pas le lien %d"
|
698 |
|
699 |
+
#: core/core.php:2936 core/core.php:2973
|
700 |
msgid "Oops, couldn't modify the link!"
|
701 |
msgstr "Oups, ne peut pas modifier ce lien !"
|
702 |
|
703 |
+
#: core/core.php:2939 core/core.php:2976 core/core.php:3125 core/core.php:3139
|
704 |
+
#: core/core.php:3201
|
705 |
msgid "Error : link_id not specified"
|
706 |
msgstr "Erreur : link_id non spécifié"
|
707 |
|
708 |
+
#: core/core.php:2994
|
709 |
msgid "Error : link_id or new_url not specified"
|
710 |
msgstr "Erreur : link_id ou new_url non spécifié !"
|
711 |
|
712 |
+
#: core/core.php:3012 core/core.php:3022
|
713 |
msgid "Oops, the new URL is invalid!"
|
714 |
msgstr "Oups, la nouvelle URL est invalide !"
|
715 |
|
716 |
+
#: core/core.php:3038
|
717 |
msgid "An unexpected error occurred!"
|
718 |
msgstr "Une erreur inattendue a eu lieu !"
|
719 |
|
720 |
+
#: core/core.php:3108
|
721 |
msgid "An unexpected error occured!"
|
722 |
msgstr "Une erreur inattendue a eu lieu !"
|
723 |
|
724 |
+
#: core/core.php:3237
|
725 |
msgid "You don't have sufficient privileges to access this information!"
|
726 |
msgstr "Vous n'avez pas assez de droit pour obtenir cette information !"
|
727 |
|
728 |
+
#: core/core.php:3250
|
729 |
msgid "Error : link ID not specified"
|
730 |
msgstr "Erreur : link ID non spécifié"
|
731 |
|
732 |
+
#: core/core.php:3264
|
733 |
#, php-format
|
734 |
msgid "Failed to load link details (%s)"
|
735 |
msgstr "Echec pour charger les détails du lien (%s)"
|
736 |
|
737 |
+
#: core/core.php:3318
|
738 |
msgid "Broken Link Checker"
|
739 |
msgstr "Broken Link Checker"
|
740 |
|
741 |
+
#: core/core.php:3338
|
742 |
msgid "PHP version"
|
743 |
msgstr "Version PHP"
|
744 |
|
745 |
+
#: core/core.php:3344
|
746 |
msgid "MySQL version"
|
747 |
msgstr "Version MySQL"
|
748 |
|
749 |
+
#: core/core.php:3357
|
750 |
msgid ""
|
751 |
"You have an old version of CURL. Redirect detection may not work properly."
|
752 |
msgstr ""
|
753 |
"Vous avez une vieille version de CURL. Les détections des redirections "
|
754 |
"pourraient ne pas fonctionner correctement."
|
755 |
|
756 |
+
#: core/core.php:3369 core/core.php:3385 core/core.php:3390
|
757 |
msgid "Not installed"
|
758 |
msgstr "Pas installé"
|
759 |
|
760 |
+
#: core/core.php:3372
|
761 |
msgid "CURL version"
|
762 |
msgstr "Version de CURL"
|
763 |
|
764 |
+
#: core/core.php:3378
|
765 |
msgid "Installed"
|
766 |
msgstr "Installé"
|
767 |
|
768 |
+
#: core/core.php:3391
|
769 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
770 |
msgstr ""
|
771 |
"Vous devez avoir soit CURL, soit Snoopy d'installé pour que l'extension "
|
772 |
"fonctionne !"
|
773 |
|
774 |
+
#: core/core.php:3402
|
775 |
msgid "On"
|
776 |
msgstr "Activé"
|
777 |
|
778 |
+
#: core/core.php:3403
|
779 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
780 |
msgstr ""
|
781 |
"Les redirections peuvent être détectées comme des liens cassés quand le "
|
782 |
"safe_mode est activé."
|
783 |
|
784 |
+
#: core/core.php:3408 core/core.php:3422
|
785 |
msgid "Off"
|
786 |
msgstr "Désactivé"
|
787 |
|
788 |
+
#: core/core.php:3416
|
789 |
#, php-format
|
790 |
msgid "On ( %s )"
|
791 |
msgstr "Activé ( %s )"
|
792 |
|
793 |
+
#: core/core.php:3417
|
794 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
795 |
msgstr ""
|
796 |
"Les redirections peuvent être détectées comme des liens cassés quand "
|
797 |
"open_basedir est activé."
|
798 |
|
799 |
+
#: core/core.php:3435
|
800 |
+
msgid "Database character set"
|
801 |
+
msgstr "Jeu de caractères de la base de données"
|
802 |
+
|
803 |
+
#: core/core.php:3454
|
804 |
msgid ""
|
805 |
"If this value is zero even after several page reloads you have probably "
|
806 |
"encountered a bug."
|
808 |
"Si cette valeur est à zéro même après plusieurs "
|
809 |
"rechargement vous avez probablement rencontré un bogue."
|
810 |
|
811 |
+
#: core/core.php:3577 core/core.php:3696
|
812 |
#, php-format
|
813 |
msgid "[%s] Broken links detected"
|
814 |
msgstr "[%s] liens cassés trouvés"
|
815 |
|
816 |
+
#: core/core.php:3583
|
817 |
#, php-format
|
818 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
819 |
msgid_plural ""
|
825 |
"Broken Link Checker a trouvé %d nouveaux liens cassés dans "
|
826 |
"votre site."
|
827 |
|
828 |
+
#: core/core.php:3614
|
829 |
#, php-format
|
830 |
msgid "Here's a list of the first %d broken links:"
|
831 |
msgid_plural "Here's a list of the first %d broken links:"
|
832 |
msgstr[0] "Ici se trouve une liste du %d nouveau lien cassé:"
|
833 |
msgstr[1] "Ici se trouve une liste des %d nouveaux liens cassés:"
|
834 |
|
835 |
+
#: core/core.php:3622
|
836 |
msgid "Here's a list of the new broken links: "
|
837 |
msgstr "Ici se trouve une liste des nouveaux liens cassés:"
|
838 |
|
839 |
+
#: core/core.php:3631
|
840 |
#, php-format
|
841 |
msgid "Link text : %s"
|
842 |
msgstr "Texte du lien : %s"
|
843 |
|
844 |
+
#: core/core.php:3632
|
845 |
#, php-format
|
846 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
847 |
msgstr "URL du lien : <a href=\"%s\">%s</a>"
|
848 |
|
849 |
+
#: core/core.php:3633
|
850 |
#, php-format
|
851 |
msgid "Source : %s"
|
852 |
msgstr "Source : %s"
|
853 |
|
854 |
+
#: core/core.php:3647
|
855 |
msgid "You can see all broken links here:"
|
856 |
msgstr "Vous pouvez voir tous les liens cassés ici:"
|
857 |
|
858 |
+
#: core/core.php:3702
|
859 |
#, php-format
|
860 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
861 |
msgid_plural ""
|
1211 |
msgid "Link is valid."
|
1212 |
msgstr "Le lien est valide."
|
1213 |
|
1214 |
+
#: includes/links.php:728 includes/links.php:830 includes/links.php:864
|
1215 |
msgid "Link is not valid"
|
1216 |
msgstr "Lien non valide"
|
1217 |
|
1232 |
msgid "This link is not a redirect"
|
1233 |
msgstr "Ce lien n'est pas une redirection"
|
1234 |
|
1235 |
+
#: includes/links.php:891 includes/links.php:928
|
1236 |
msgid "Couldn't delete the link's database record"
|
1237 |
msgstr ""
|
1238 |
"Impossible de supprimer l'enregistrement pour la lien dans la base de "
|
1239 |
"données"
|
1240 |
|
1241 |
+
#: includes/links.php:1002
|
1242 |
msgctxt "link status"
|
1243 |
msgid "Unknown"
|
1244 |
msgstr "Inconnu"
|
1245 |
|
1246 |
+
#: includes/links.php:1015 modules/checkers/http.php:313
|
1247 |
+
#: modules/extras/mediafire.php:115 modules/extras/youtube.php:132
|
1248 |
+
#: modules/extras/youtube.php:229
|
1249 |
msgid "Unknown Error"
|
1250 |
msgstr "Erreur inconnue"
|
1251 |
|
1252 |
+
#: includes/links.php:1039
|
1253 |
msgid "Not checked"
|
1254 |
+
msgstr "Pas vérifié"
|
1255 |
|
1256 |
+
#: includes/links.php:1042
|
1257 |
msgid "False positive"
|
1258 |
msgstr "Faux positif"
|
1259 |
|
1260 |
+
#: includes/links.php:1045 modules/extras/rapidshare.php:145
|
1261 |
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
|
1262 |
+
#: modules/extras/youtube.php:138 modules/extras/youtube.php:215
|
1263 |
msgctxt "link status"
|
1264 |
msgid "OK"
|
1265 |
msgstr "Ok"
|
1351 |
"Impossible de supprimer les vieilles tables dans la base de données. "
|
1352 |
"Erreur : %s"
|
1353 |
|
1354 |
+
#: includes/admin/links-page-js.php:64 includes/admin/links-page-js.php:650
|
1355 |
msgid "Wait..."
|
1356 |
msgstr "Attendez..."
|
1357 |
|
1358 |
+
#: includes/admin/links-page-js.php:370
|
1359 |
msgctxt "link text"
|
1360 |
msgid "(None)"
|
1361 |
msgstr "(Aucun)"
|
1362 |
|
1363 |
+
#: includes/admin/links-page-js.php:371
|
1364 |
msgctxt "link text"
|
1365 |
msgid "(Multiple links)"
|
1366 |
msgstr "(Liens multiples)"
|
1367 |
|
1368 |
+
#: includes/admin/links-page-js.php:429
|
1369 |
msgctxt "link suggestions"
|
1370 |
msgid "Searching..."
|
1371 |
msgstr "Rechercher..."
|
1372 |
|
1373 |
+
#: includes/admin/links-page-js.php:430
|
1374 |
msgctxt "link suggestions"
|
1375 |
msgid "No suggestions available."
|
1376 |
msgstr "Pas de suggestions disponibles."
|
1377 |
|
1378 |
+
#: includes/admin/links-page-js.php:431
|
1379 |
#, php-format
|
1380 |
msgctxt "link suggestions"
|
1381 |
msgid "Archived page from %s (via the Wayback Machine)"
|
1382 |
msgstr "Page d'archive de %s (par Wayback Machine)"
|
1383 |
|
1384 |
+
#: includes/admin/links-page-js.php:525
|
1385 |
#, php-format
|
1386 |
msgid "%d instances of the link were successfully modified."
|
1387 |
msgstr ""
|
1388 |
"%d occurences du lien ont été modifiées avec "
|
1389 |
"succè."
|
1390 |
|
1391 |
+
#: includes/admin/links-page-js.php:531
|
1392 |
#, php-format
|
1393 |
msgid ""
|
1394 |
"However, %d instances couldn't be edited and still point to the old URL."
|
1396 |
"Cependant, %d occurences n'ont pas été mises à jour et "
|
1397 |
"pointent vers l'ancienne URL."
|
1398 |
|
1399 |
+
#: includes/admin/links-page-js.php:537
|
1400 |
msgid "The link could not be modified."
|
1401 |
msgstr "Le lien ne peut pas être modifié."
|
1402 |
|
1403 |
+
#: includes/admin/links-page-js.php:540
|
1404 |
msgid "The following error(s) occurred :"
|
1405 |
msgstr "L'erreur suivante est survenue :"
|
1406 |
|
1407 |
+
#: includes/admin/links-page-js.php:612
|
1408 |
msgid "Error: Link URL must not be empty."
|
1409 |
msgstr "Erreur: l'URL du lien ne doit pas être vide."
|
1410 |
|
1411 |
+
#: includes/admin/links-page-js.php:688
|
1412 |
#, php-format
|
1413 |
msgid "%d instances of the link were successfully unlinked."
|
1414 |
msgstr ""
|
1415 |
"%d occurences du lien ont été défaites avec succè"
|
1416 |
"s."
|
1417 |
|
1418 |
+
#: includes/admin/links-page-js.php:694
|
1419 |
#, php-format
|
1420 |
msgid "However, %d instances couldn't be removed."
|
1421 |
msgstr "Cependant, %d occurences ne peuvent pas être supprimées."
|
1422 |
|
1423 |
+
#: includes/admin/links-page-js.php:699
|
1424 |
msgid "The plugin failed to remove the link."
|
1425 |
msgstr "L'extension n'a pas pu supprimer ce lien."
|
1426 |
|
1427 |
+
#: includes/admin/links-page-js.php:702
|
1428 |
msgid "The following error(s) occured :"
|
1429 |
msgstr "L'erreur suivante est survenue :"
|
1430 |
|
1431 |
+
#: includes/admin/links-page-js.php:748
|
1432 |
msgid "Enter a name for the new custom filter"
|
1433 |
msgstr "Donner un nom pour le nouveau filtre de recherche"
|
1434 |
|
1435 |
+
#: includes/admin/links-page-js.php:760
|
1436 |
msgid ""
|
1437 |
"You are about to delete the current filter.\n"
|
1438 |
"'Cancel' to stop, 'OK' to delete"
|
1440 |
"Vous êtes sur le point de supprimer le filtre courant.\n"
|
1441 |
"'Annuler' pour le conserver, 'OK' pour le supprimer."
|
1442 |
|
1443 |
+
#: includes/admin/links-page-js.php:784
|
1444 |
msgid ""
|
1445 |
"Are you sure you want to delete all posts, bookmarks or other items that "
|
1446 |
"contain any of the selected links? This action can't be undone.\n"
|
1451 |
"lectionnés? Cette action ne pourra pas être annulée.\n"
|
1452 |
"'Annuler' pour le conserver, 'OK' pour le supprimer."
|
1453 |
|
1454 |
+
#: includes/admin/links-page-js.php:798
|
1455 |
msgid ""
|
1456 |
"Are you sure you want to remove the selected links? This action can't be "
|
1457 |
"undone.\n"
|
1461 |
"lectionnés? Cette action ne pourra pas êtes annulée.\n"
|
1462 |
"'Annuler' pour les conserver, 'OK' pour les supprimer."
|
1463 |
|
1464 |
+
#: includes/admin/links-page-js.php:928
|
1465 |
msgid "Enter a search string first."
|
1466 |
msgstr "Donner d'abord une chaîne de recherche."
|
1467 |
|
1468 |
+
#: includes/admin/links-page-js.php:935
|
1469 |
msgid "Select one or more links to edit."
|
1470 |
msgstr "Sélectionner un ou plusieurs liens à modifier"
|
1471 |
|
1745 |
msgid "Use this URL"
|
1746 |
msgstr "Utiliser cette URL"
|
1747 |
|
1748 |
+
#: modules/checkers/http.php:290
|
1749 |
msgid "Server Not Found"
|
1750 |
msgstr "Serveur non trouvé"
|
1751 |
|
1752 |
+
#: modules/checkers/http.php:306
|
1753 |
msgid "Connection Failed"
|
1754 |
msgstr "Échec de la connection"
|
1755 |
|
1756 |
+
#: modules/checkers/http.php:349 modules/checkers/http.php:431
|
1757 |
#, php-format
|
1758 |
msgid "HTTP code : %d"
|
1759 |
msgstr "Code HTTP: %d"
|
1760 |
|
1761 |
+
#: modules/checkers/http.php:351 modules/checkers/http.php:433
|
1762 |
msgid "(No response)"
|
1763 |
msgstr "(pas de réponse)"
|
1764 |
|
1765 |
+
#: modules/checkers/http.php:369
|
1766 |
msgid "Most likely the connection timed out or the domain doesn't exist."
|
1767 |
msgstr "Généralement, la connexion a expiré ou le domaine n'existe pas."
|
1768 |
|
1769 |
+
#: modules/checkers/http.php:440
|
1770 |
msgid "Request timed out."
|
1771 |
msgstr "Timeout de la requête."
|
1772 |
|
1773 |
+
#: modules/checkers/http.php:458
|
1774 |
msgid "Using Snoopy"
|
1775 |
msgstr "Utilise Snoopy"
|
1776 |
|
1943 |
#: modules/extras/rapidshare.php:189
|
1944 |
#, php-format
|
1945 |
msgid "RapidShare API error: %s"
|
1946 |
+
msgstr "Erreur dans l'API RapidShare : %s"
|
1947 |
|
1948 |
#: modules/extras/vimeo-embed.php:24
|
1949 |
msgid "Vimeo Video"
|
1969 |
msgid "Embedded YouTube playlist"
|
1970 |
msgstr "Embedded YouTube playlist"
|
1971 |
|
1972 |
+
#: modules/extras/youtube.php:137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1973 |
msgid "Video OK"
|
1974 |
msgstr "Vidéo OK"
|
1975 |
|
1976 |
+
#: modules/extras/youtube.php:149 modules/extras/youtube.php:152
|
1977 |
+
msgid "Video Not Found"
|
1978 |
+
msgstr "Vidéo non trouvée"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1979 |
|
1980 |
+
#: modules/extras/youtube.php:171 modules/extras/youtube.php:174
|
1981 |
msgid "Playlist Not Found"
|
1982 |
msgstr "Playlist non trouvée"
|
1983 |
|
1984 |
+
#: modules/extras/youtube.php:181
|
1985 |
msgid "Playlist Restricted"
|
1986 |
msgstr "Accès restreint à la playlist"
|
1987 |
|
1988 |
+
#: modules/extras/youtube.php:188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1989 |
msgid "This playlist has no entries or all entries have been deleted."
|
1990 |
msgstr ""
|
1991 |
"Cette playlist n'a pas d'entrée ou toutes les entrées ont été supprimées."
|
1992 |
|
1993 |
+
#: modules/extras/youtube.php:189
|
1994 |
+
msgctxt "link status"
|
1995 |
msgid "Empty Playlist"
|
1996 |
msgstr "Playlist vide"
|
1997 |
|
1998 |
+
#: modules/extras/youtube.php:199
|
1999 |
+
#, php-format
|
2000 |
+
msgid "Video status : %s%s"
|
2001 |
+
msgstr "État de la vidéo : %s%s"
|
2002 |
+
|
2003 |
+
#: modules/extras/youtube.php:205
|
2004 |
+
msgid "Video Restricted"
|
2005 |
+
msgstr "Accès restreint à la vidéo"
|
2006 |
+
|
2007 |
+
#: modules/extras/youtube.php:214
|
2008 |
+
msgid "Playlist OK"
|
2009 |
+
msgstr "Playlist OK"
|
2010 |
+
|
2011 |
+
#: modules/extras/youtube.php:263
|
2012 |
+
msgid "Unknown YouTube API response received."
|
2013 |
+
msgstr "Réponse inconnue reçue de l'API YouTube."
|
2014 |
+
|
2015 |
+
#: modules/parsers/image.php:186
|
2016 |
msgid "Image"
|
2017 |
msgstr "Image"
|
2018 |
|
2020 |
msgid "Custom field"
|
2021 |
msgstr "Champ personnalisé"
|
2022 |
|
2023 |
+
#~ msgid "Video Removed"
|
2024 |
+
#~ msgstr "Vidéo supprimée"
|
2025 |
+
|
2026 |
+
#~ msgid "Invalid Video ID"
|
2027 |
+
#~ msgstr "ID de vidéo invalide"
|
2028 |
+
|
2029 |
+
#~ msgid "OK"
|
2030 |
+
#~ msgstr "Ok"
|
2031 |
+
|
2032 |
+
#~ msgid "Invalid Playlist"
|
2033 |
+
#~ msgstr "Playlist invalide"
|
2034 |
+
|
2035 |
#~ msgid "_wpnonce="
|
2036 |
#~ msgstr "_wpnonce="
|
2037 |
|
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.10.
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-12-11 10:00-0000\n"
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: wordpress.mowster.net <wordpress@mowster.net>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -20,335 +20,335 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Textdomain-Support: yes"
|
22 |
|
23 |
-
#: core/core.php:
|
24 |
-
#: includes/admin/links-page-js.php:
|
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:37
|
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 "General"
|
94 |
msgstr "Geral"
|
95 |
|
96 |
-
#: core/core.php:
|
97 |
#@ broken-link-checker
|
98 |
msgid "Look For Links In"
|
99 |
msgstr "Procurar links"
|
100 |
|
101 |
-
#: core/core.php:
|
102 |
#@ broken-link-checker
|
103 |
msgid "Which Links To Check"
|
104 |
msgstr "Links para verificar"
|
105 |
|
106 |
-
#: core/core.php:
|
107 |
#@ broken-link-checker
|
108 |
msgid "Protocols & APIs"
|
109 |
msgstr "Protocolos & APIs"
|
110 |
|
111 |
-
#: core/core.php:
|
112 |
#@ broken-link-checker
|
113 |
msgid "Advanced"
|
114 |
msgstr "Avançado"
|
115 |
|
116 |
-
#: core/core.php:
|
117 |
#@ broken-link-checker
|
118 |
msgid "Broken Link Checker Options"
|
119 |
msgstr "Opções : Links offline"
|
120 |
|
121 |
-
#: core/core.php:
|
122 |
#: includes/admin/table-printer.php:211
|
123 |
#@ broken-link-checker
|
124 |
msgid "Status"
|
125 |
msgstr "Estado"
|
126 |
|
127 |
-
#: core/core.php:
|
128 |
#: includes/admin/options-page-js.php:56
|
129 |
#@ broken-link-checker
|
130 |
msgid "Show debug info"
|
131 |
msgstr "Mostrar sistema"
|
132 |
|
133 |
-
#: core/core.php:
|
134 |
#@ broken-link-checker
|
135 |
msgid "Check each link"
|
136 |
msgstr "Verificar cada link"
|
137 |
|
138 |
-
#: core/core.php:
|
139 |
#, php-format
|
140 |
#@ broken-link-checker
|
141 |
msgid "Every %s hours"
|
142 |
msgstr "Cada %s horas"
|
143 |
|
144 |
-
#: core/core.php:
|
145 |
#@ broken-link-checker
|
146 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
147 |
msgstr "Os links existentes serão verificados com esta frequência. Os novos links serão verificados logo que possível."
|
148 |
|
149 |
-
#: core/core.php:
|
150 |
#@ broken-link-checker
|
151 |
msgid "E-mail notifications"
|
152 |
msgstr "Notificações por e-mail"
|
153 |
|
154 |
-
#: core/core.php:
|
155 |
#@ broken-link-checker
|
156 |
msgid "Send me e-mail notifications about newly detected broken links"
|
157 |
msgstr "Enviar um e-mail notificando sobre os novos links offline encontrados"
|
158 |
|
159 |
-
#: core/core.php:
|
160 |
#@ broken-link-checker
|
161 |
msgid "Link tweaks"
|
162 |
msgstr "Melhoria de Links"
|
163 |
|
164 |
-
#: core/core.php:
|
165 |
#@ broken-link-checker
|
166 |
msgid "Apply custom formatting to broken links"
|
167 |
msgstr "Aplicar formatação personalizada para os links offline"
|
168 |
|
169 |
-
#: core/core.php:
|
170 |
-
#: core/core.php:
|
171 |
#@ broken-link-checker
|
172 |
msgid "Edit CSS"
|
173 |
msgstr "Editar CSS"
|
174 |
|
175 |
-
#: core/core.php:
|
176 |
#@ broken-link-checker
|
177 |
msgid "Apply custom formatting to removed links"
|
178 |
msgstr "Aplicar formatação personalizada para os links removidos"
|
179 |
|
180 |
-
#: core/core.php:
|
181 |
#@ broken-link-checker
|
182 |
msgid "Stop search engines from following broken links"
|
183 |
msgstr "Não permitir aos motores de busca seguir os links offline"
|
184 |
|
185 |
-
#: core/core.php:
|
186 |
#@ broken-link-checker
|
187 |
msgid "Look for links in"
|
188 |
msgstr "Procurar links em"
|
189 |
|
190 |
-
#: core/core.php:
|
191 |
#@ broken-link-checker
|
192 |
msgid "Post statuses"
|
193 |
msgstr "Estado do Artigo"
|
194 |
|
195 |
-
#: core/core.php:
|
196 |
#@ broken-link-checker
|
197 |
msgid "Link types"
|
198 |
msgstr "Tipos de link"
|
199 |
|
200 |
-
#: core/core.php:
|
201 |
#@ broken-link-checker
|
202 |
msgid "Error : All link parsers missing!"
|
203 |
msgstr "Erro : Análises aos links não encontradas!"
|
204 |
|
205 |
-
#: core/core.php:
|
206 |
#@ broken-link-checker
|
207 |
msgid "Exclusion list"
|
208 |
msgstr "Lista de exclusão"
|
209 |
|
210 |
-
#: core/core.php:
|
211 |
#@ broken-link-checker
|
212 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
213 |
msgstr "Não verificar links que a URL tenha alguma destas palavras (uma por linha) :"
|
214 |
|
215 |
-
#: core/core.php:
|
216 |
#@ broken-link-checker
|
217 |
msgid "Check links using"
|
218 |
msgstr "Verificar links utilizando"
|
219 |
|
220 |
-
#: core/core.php:
|
221 |
-
#: includes/links.php:
|
222 |
#@ broken-link-checker
|
223 |
msgid "Timeout"
|
224 |
msgstr "Intervalo"
|
225 |
|
226 |
-
#: core/core.php:
|
227 |
-
#: core/core.php:
|
228 |
-
#: core/core.php:
|
229 |
#, php-format
|
230 |
#@ broken-link-checker
|
231 |
#@ default
|
232 |
msgid "%s seconds"
|
233 |
msgstr "%s segundos"
|
234 |
|
235 |
-
#: core/core.php:
|
236 |
#@ broken-link-checker
|
237 |
msgid "Links that take longer than this to load will be marked as broken."
|
238 |
msgstr "Os links que demoram mais que este tempo a abrir serão marcados como offline."
|
239 |
|
240 |
-
#: core/core.php:
|
241 |
#@ broken-link-checker
|
242 |
msgid "Link monitor"
|
243 |
msgstr "Monitor de links"
|
244 |
|
245 |
-
#: core/core.php:
|
246 |
#@ broken-link-checker
|
247 |
msgid "Run continuously while the Dashboard is open"
|
248 |
msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
|
249 |
|
250 |
-
#: core/core.php:
|
251 |
#@ broken-link-checker
|
252 |
msgid "Run hourly in the background"
|
253 |
msgstr "Executar a cada hora em segundo plano"
|
254 |
|
255 |
-
#: core/core.php:
|
256 |
#@ broken-link-checker
|
257 |
msgid "Max. execution time"
|
258 |
msgstr "Tempo máximo de execução"
|
259 |
|
260 |
-
#: core/core.php:
|
261 |
#@ broken-link-checker
|
262 |
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."
|
263 |
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."
|
264 |
|
265 |
-
#: core/core.php:
|
266 |
#@ broken-link-checker
|
267 |
msgid "Server load limit"
|
268 |
msgstr "Limite de carregamento do servidor"
|
269 |
|
270 |
-
#: core/core.php:
|
271 |
#, php-format
|
272 |
#@ broken-link-checker
|
273 |
msgid "Current load : %s"
|
274 |
msgstr "Carga atual : %s"
|
275 |
|
276 |
-
#: core/core.php:
|
277 |
#, php-format
|
278 |
#@ broken-link-checker
|
279 |
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."
|
280 |
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."
|
281 |
|
282 |
-
#: core/core.php:
|
283 |
#@ broken-link-checker
|
284 |
msgid "Not available"
|
285 |
msgstr "Não disponível"
|
286 |
|
287 |
-
#: core/core.php:
|
288 |
#@ broken-link-checker
|
289 |
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
|
290 |
msgstr "O limite de carregamento somente funciona em sistemas Linux onde <code>/proc/loadavg</code> está presente e acessível."
|
291 |
|
292 |
-
#: core/core.php:
|
293 |
#@ broken-link-checker
|
294 |
msgid "Forced recheck"
|
295 |
msgstr "Reverificação forçada"
|
296 |
|
297 |
-
#: core/core.php:
|
298 |
#@ broken-link-checker
|
299 |
msgid "Re-check all pages"
|
300 |
msgstr "Verificar de novo todas as páginas"
|
301 |
|
302 |
-
#: core/core.php:
|
303 |
#@ broken-link-checker
|
304 |
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
|
305 |
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."
|
306 |
|
307 |
-
#: core/core.php:
|
308 |
#@ default
|
309 |
msgid "Save Changes"
|
310 |
msgstr "Guardar alterações"
|
311 |
|
312 |
-
#: core/core.php:
|
313 |
#@ broken-link-checker
|
314 |
msgid "Configure"
|
315 |
msgstr "Configurar"
|
316 |
|
317 |
-
#: core/core.php:
|
318 |
-
#: core/core.php:
|
319 |
-
#: core/core.php:
|
320 |
#, php-format
|
321 |
#@ broken-link-checker
|
322 |
msgid "Database error : %s"
|
323 |
msgstr "Erro na Base de dados: %s"
|
324 |
|
325 |
-
#: core/core.php:
|
326 |
#@ broken-link-checker
|
327 |
msgid "You must enter a filter name!"
|
328 |
msgstr "Deve introduzir um nome para o filtro!"
|
329 |
|
330 |
-
#: core/core.php:
|
331 |
#@ broken-link-checker
|
332 |
msgid "Invalid search query."
|
333 |
msgstr "Procura inválida."
|
334 |
|
335 |
-
#: core/core.php:
|
336 |
#, php-format
|
337 |
#@ broken-link-checker
|
338 |
msgid "Filter \"%s\" created"
|
339 |
msgstr "Filtro \"%s\" criado"
|
340 |
|
341 |
-
#: core/core.php:
|
342 |
#@ broken-link-checker
|
343 |
msgid "Filter ID not specified."
|
344 |
msgstr "ID do Filtro não especificado."
|
345 |
|
346 |
-
#: core/core.php:
|
347 |
#@ broken-link-checker
|
348 |
msgid "Filter deleted"
|
349 |
msgstr "Filtro eliminado"
|
350 |
|
351 |
-
#: core/core.php:
|
352 |
#, php-format
|
353 |
#@ broken-link-checker
|
354 |
msgid "Replaced %d redirect with a direct link"
|
@@ -356,7 +356,7 @@ msgid_plural "Replaced %d redirects with direct links"
|
|
356 |
msgstr[0] "Substituído %d redirect com link direto"
|
357 |
msgstr[1] "Substituídos %d redirects com links diretos"
|
358 |
|
359 |
-
#: core/core.php:
|
360 |
#, php-format
|
361 |
#@ broken-link-checker
|
362 |
msgid "Failed to fix %d redirect"
|
@@ -364,12 +364,12 @@ msgid_plural "Failed to fix %d redirects"
|
|
364 |
msgstr[0] "Não foi possível reparar %d redirect"
|
365 |
msgstr[1] "Não foi possível reparar %d redirects"
|
366 |
|
367 |
-
#: core/core.php:
|
368 |
#@ broken-link-checker
|
369 |
msgid "None of the selected links are redirects!"
|
370 |
msgstr "Nenhum dos links selecionados são redirects!"
|
371 |
|
372 |
-
#: core/core.php:
|
373 |
#, php-format
|
374 |
#@ broken-link-checker
|
375 |
msgid "%d link updated."
|
@@ -377,7 +377,7 @@ msgid_plural "%d links updated."
|
|
377 |
msgstr[0] "%d link atualizado."
|
378 |
msgstr[1] "%d links atualizados."
|
379 |
|
380 |
-
#: core/core.php:
|
381 |
#, php-format
|
382 |
#@ broken-link-checker
|
383 |
msgid "Failed to update %d link."
|
@@ -385,7 +385,7 @@ msgid_plural "Failed to update %d links."
|
|
385 |
msgstr[0] "Erro a atualizar %d link."
|
386 |
msgstr[1] "Erro a atualizar %d links."
|
387 |
|
388 |
-
#: core/core.php:
|
389 |
#, php-format
|
390 |
#@ broken-link-checker
|
391 |
msgid "%d link removed"
|
@@ -393,7 +393,7 @@ msgid_plural "%d links removed"
|
|
393 |
msgstr[0] "%d link eliminado"
|
394 |
msgstr[1] "%d links eliminados"
|
395 |
|
396 |
-
#: core/core.php:
|
397 |
#, php-format
|
398 |
#@ broken-link-checker
|
399 |
msgid "Failed to remove %d link"
|
@@ -401,7 +401,7 @@ msgid_plural "Failed to remove %d links"
|
|
401 |
msgstr[0] "Erro a remover %d link"
|
402 |
msgstr[1] "Erro a remover %d links"
|
403 |
|
404 |
-
#: core/core.php:
|
405 |
#, php-format
|
406 |
#@ default
|
407 |
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
|
@@ -409,12 +409,12 @@ msgid_plural "%d items were skipped because they can't be moved to the Trash. Yo
|
|
409 |
msgstr[0] "%d item foi evitado porque não pode ser movido para o Lixo. Necessita de o efetuar manualmente."
|
410 |
msgstr[1] "%d itens foram evitados porque não podem ser movidos para o Lixo. Necessita de o efetuar manualmente."
|
411 |
|
412 |
-
#: core/core.php:
|
413 |
#@ broken-link-checker
|
414 |
msgid "Didn't find anything to delete!"
|
415 |
msgstr "Não foi encontrado nada para apagar!"
|
416 |
|
417 |
-
#: core/core.php:
|
418 |
#, php-format
|
419 |
#@ broken-link-checker
|
420 |
msgid "%d link scheduled for rechecking"
|
@@ -422,20 +422,20 @@ msgid_plural "%d links scheduled for rechecking"
|
|
422 |
msgstr[0] "%d link agendado para verificação"
|
423 |
msgstr[1] "%d links agendados para verificação"
|
424 |
|
425 |
-
#: core/core.php:
|
426 |
-
#: core/core.php:
|
427 |
#@ broken-link-checker
|
428 |
msgid "This link was manually marked as working by the user."
|
429 |
msgstr "Este link foi assinalado manualmente como válido pelo utilizador."
|
430 |
|
431 |
-
#: core/core.php:
|
432 |
-
#: core/core.php:
|
433 |
#, php-format
|
434 |
#@ broken-link-checker
|
435 |
msgid "Couldn't modify link %d"
|
436 |
msgstr "Impossível modificar o link %d"
|
437 |
|
438 |
-
#: core/core.php:
|
439 |
#, php-format
|
440 |
#@ broken-link-checker
|
441 |
msgid "%d link marked as not broken"
|
@@ -443,61 +443,61 @@ msgid_plural "%d links marked as not broken"
|
|
443 |
msgstr[0] "%d link marcado como funcional"
|
444 |
msgstr[1] "%d links marcados como funcionais"
|
445 |
|
446 |
-
#: core/core.php:
|
447 |
#@ broken-link-checker
|
448 |
msgid "Table columns"
|
449 |
msgstr "Colunas da Tabela"
|
450 |
|
451 |
-
#: core/core.php:
|
452 |
#@ default
|
453 |
msgid "Show on screen"
|
454 |
msgstr "Mostrar no ecrán"
|
455 |
|
456 |
-
#: core/core.php:
|
457 |
#@ broken-link-checker
|
458 |
msgid "links"
|
459 |
msgstr "links"
|
460 |
|
461 |
-
#: core/core.php:
|
462 |
#: includes/admin/table-printer.php:171
|
463 |
#@ default
|
464 |
#@ broken-link-checker
|
465 |
msgid "Apply"
|
466 |
msgstr "Aplicar"
|
467 |
|
468 |
-
#: core/core.php:
|
469 |
#@ broken-link-checker
|
470 |
msgid "Misc"
|
471 |
msgstr "Vários"
|
472 |
|
473 |
-
#: core/core.php:
|
474 |
#, php-format
|
475 |
#@ broken-link-checker
|
476 |
msgid "Highlight links broken for at least %s days"
|
477 |
msgstr "Realçar links offline pelo menos durante %s dias"
|
478 |
|
479 |
-
#: core/core.php:
|
480 |
#@ broken-link-checker
|
481 |
msgid "Color-code status codes"
|
482 |
msgstr "Cor-código status códigos"
|
483 |
|
484 |
-
#: core/core.php:
|
485 |
-
#: core/core.php:
|
486 |
-
#: core/core.php:
|
487 |
-
#: core/core.php:
|
488 |
-
#: core/core.php:
|
489 |
-
#: core/core.php:
|
490 |
-
#: core/core.php:
|
491 |
#@ broken-link-checker
|
492 |
msgid "You're not allowed to do that!"
|
493 |
msgstr "Não permitido!"
|
494 |
|
495 |
-
#: core/core.php:
|
496 |
#@ broken-link-checker
|
497 |
msgid "View broken links"
|
498 |
msgstr "Ver links offline"
|
499 |
|
500 |
-
#: core/core.php:
|
501 |
#, php-format
|
502 |
#@ broken-link-checker
|
503 |
msgid "Found %d broken link"
|
@@ -505,12 +505,12 @@ msgid_plural "Found %d broken links"
|
|
505 |
msgstr[0] "Encontrado %d Link offline"
|
506 |
msgstr[1] "Encontrados %d Links offline"
|
507 |
|
508 |
-
#: core/core.php:
|
509 |
#@ broken-link-checker
|
510 |
msgid "No broken links found."
|
511 |
msgstr "Não existem links offline."
|
512 |
|
513 |
-
#: core/core.php:
|
514 |
#, php-format
|
515 |
#@ broken-link-checker
|
516 |
msgid "%d URL in the work queue"
|
@@ -518,161 +518,161 @@ msgid_plural "%d URLs in the work queue"
|
|
518 |
msgstr[0] "%d URL em espera"
|
519 |
msgstr[1] "%d URLs em espera"
|
520 |
|
521 |
-
#: core/core.php:
|
522 |
#@ broken-link-checker
|
523 |
msgid "No URLs in the work queue."
|
524 |
msgstr "Não existem URL em espera para verificação."
|
525 |
|
526 |
-
#: core/core.php:
|
527 |
#@ broken-link-checker
|
528 |
msgid "Searching your blog for links..."
|
529 |
msgstr "Procurando links..."
|
530 |
|
531 |
-
#: core/core.php:
|
532 |
#@ broken-link-checker
|
533 |
msgid "No links detected."
|
534 |
msgstr "Nenhuns links encontrados."
|
535 |
|
536 |
-
#: core/core.php:
|
537 |
-
#: core/core.php:
|
538 |
-
#: core/core.php:
|
539 |
-
#: core/core.php:
|
540 |
-
#: core/core.php:
|
541 |
-
#: core/core.php:
|
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:
|
548 |
-
#: core/core.php:
|
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:
|
554 |
-
#: core/core.php:
|
555 |
-
#: core/core.php:
|
556 |
-
#: core/core.php:
|
557 |
-
#: core/core.php:
|
558 |
#@ broken-link-checker
|
559 |
msgid "Error : link_id not specified"
|
560 |
msgstr "Erro : link_id não especificado"
|
561 |
|
562 |
-
#: core/core.php:
|
563 |
-
#: core/core.php:
|
564 |
#@ broken-link-checker
|
565 |
msgid "Oops, the new URL is invalid!"
|
566 |
msgstr "Oops, a nova URL não é válida!"
|
567 |
|
568 |
-
#: core/core.php:
|
569 |
#@ broken-link-checker
|
570 |
msgid "An unexpected error occured!"
|
571 |
msgstr "Ocorreu um erro inesperado!"
|
572 |
|
573 |
-
#: core/core.php:
|
574 |
#@ broken-link-checker
|
575 |
msgid "Error : link_id or new_url not specified"
|
576 |
msgstr "Erro : link_id ou new_url não especificado"
|
577 |
|
578 |
-
#: core/core.php:
|
579 |
#@ broken-link-checker
|
580 |
msgid "You don't have sufficient privileges to access this information!"
|
581 |
msgstr "Não tem privilégios suficientes para aceder a esta informação!"
|
582 |
|
583 |
-
#: core/core.php:
|
584 |
#@ broken-link-checker
|
585 |
msgid "Error : link ID not specified"
|
586 |
msgstr "Erro : link ID não especificado"
|
587 |
|
588 |
-
#: core/core.php:
|
589 |
#, php-format
|
590 |
#@ broken-link-checker
|
591 |
msgid "Failed to load link details (%s)"
|
592 |
msgstr "Erro a carregar os detalhes do link (%s)"
|
593 |
|
594 |
-
#: core/core.php:
|
595 |
#@ broken-link-checker
|
596 |
msgid "Broken Link Checker"
|
597 |
msgstr "Links offline"
|
598 |
|
599 |
-
#: core/core.php:
|
600 |
#@ broken-link-checker
|
601 |
msgid "PHP version"
|
602 |
msgstr "Versão PHP"
|
603 |
|
604 |
-
#: core/core.php:
|
605 |
#@ broken-link-checker
|
606 |
msgid "MySQL version"
|
607 |
msgstr "Versão MySQL"
|
608 |
|
609 |
-
#: core/core.php:
|
610 |
#@ broken-link-checker
|
611 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
612 |
msgstr "Versão de CURL obsoleta. A deteção de redirects pode não funcionar corretamente."
|
613 |
|
614 |
-
#: core/core.php:
|
615 |
-
#: core/core.php:
|
616 |
-
#: core/core.php:
|
617 |
#@ broken-link-checker
|
618 |
msgid "Not installed"
|
619 |
msgstr "Não instalado"
|
620 |
|
621 |
-
#: core/core.php:
|
622 |
#@ broken-link-checker
|
623 |
msgid "CURL version"
|
624 |
msgstr "Versão CURL"
|
625 |
|
626 |
-
#: core/core.php:
|
627 |
#@ broken-link-checker
|
628 |
msgid "Installed"
|
629 |
msgstr "Instalado"
|
630 |
|
631 |
-
#: core/core.php:
|
632 |
#@ broken-link-checker
|
633 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
634 |
msgstr "Instalação de CURL ou Snoopy necessário para que funcione o plugin!"
|
635 |
|
636 |
-
#: core/core.php:
|
637 |
#@ broken-link-checker
|
638 |
msgid "On"
|
639 |
msgstr "Ativado"
|
640 |
|
641 |
-
#: core/core.php:
|
642 |
#@ broken-link-checker
|
643 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
644 |
msgstr "Os redirects podem ser detetados como links offline quando o safe_mode está habilitado."
|
645 |
|
646 |
-
#: core/core.php:
|
647 |
-
#: core/core.php:
|
648 |
#@ broken-link-checker
|
649 |
msgid "Off"
|
650 |
msgstr "Desativado"
|
651 |
|
652 |
-
#: core/core.php:
|
653 |
#, php-format
|
654 |
#@ broken-link-checker
|
655 |
msgid "On ( %s )"
|
656 |
msgstr "Ativado ( %s )"
|
657 |
|
658 |
-
#: core/core.php:
|
659 |
#@ broken-link-checker
|
660 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
661 |
msgstr "Os redirects podem ser considerados links offline quando o open_basedir está ativo."
|
662 |
|
663 |
-
#: core/core.php:
|
664 |
#@ broken-link-checker
|
665 |
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
|
666 |
msgstr "Se este valor é zero depois de recarregar várias provavelmente encontrou um bug."
|
667 |
|
668 |
-
#: core/core.php:
|
669 |
-
#: core/core.php:
|
670 |
#, php-format
|
671 |
#@ broken-link-checker
|
672 |
msgid "[%s] Broken links detected"
|
673 |
msgstr "[%s] Links offline encontrados"
|
674 |
|
675 |
-
#: core/core.php:
|
676 |
#, php-format
|
677 |
#@ broken-link-checker
|
678 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
@@ -680,7 +680,7 @@ msgid_plural "Broken Link Checker has detected %d new broken links on your site.
|
|
680 |
msgstr[0] "Links offline detetou %d novo link sem ligação."
|
681 |
msgstr[1] "Links offline detetou %d novos links sem ligação."
|
682 |
|
683 |
-
#: core/core.php:
|
684 |
#, php-format
|
685 |
#@ broken-link-checker
|
686 |
msgid "Here's a list of the first %d broken links:"
|
@@ -688,30 +688,30 @@ msgid_plural "Here's a list of the first %d broken links:"
|
|
688 |
msgstr[0] "Lista do primeiro %d link sem ligação:"
|
689 |
msgstr[1] "Lista dos primeiros %d links sem ligação:"
|
690 |
|
691 |
-
#: core/core.php:
|
692 |
#@ broken-link-checker
|
693 |
msgid "Here's a list of the new broken links: "
|
694 |
msgstr "Novos links offline: "
|
695 |
|
696 |
-
#: core/core.php:
|
697 |
#, php-format
|
698 |
#@ broken-link-checker
|
699 |
msgid "Link text : %s"
|
700 |
msgstr "Texto do Link : %s"
|
701 |
|
702 |
-
#: core/core.php:
|
703 |
#, php-format
|
704 |
#@ broken-link-checker
|
705 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
706 |
msgstr "Link URL : <a href=\"%s\">%s</a>"
|
707 |
|
708 |
-
#: core/core.php:
|
709 |
#, php-format
|
710 |
#@ broken-link-checker
|
711 |
msgid "Source : %s"
|
712 |
msgstr "Fonte : %s"
|
713 |
|
714 |
-
#: core/core.php:
|
715 |
#@ broken-link-checker
|
716 |
msgid "You can see all broken links here:"
|
717 |
msgstr "Links offline:"
|
@@ -984,7 +984,7 @@ msgstr "Link sem ligação."
|
|
984 |
|
985 |
#: includes/links.php:728
|
986 |
#: includes/links.php:830
|
987 |
-
#: includes/links.php:
|
988 |
#@ broken-link-checker
|
989 |
msgid "Link is not valid"
|
990 |
msgstr "Link inválido"
|
@@ -1004,38 +1004,31 @@ msgstr "Falhou a criação de um registo na Base de dados para um novo URL."
|
|
1004 |
msgid "This link is not a redirect"
|
1005 |
msgstr "O link não é um redirect"
|
1006 |
|
1007 |
-
#: includes/links.php:
|
1008 |
-
#: includes/links.php:
|
1009 |
#@ broken-link-checker
|
1010 |
msgid "Couldn't delete the link's database record"
|
1011 |
msgstr "Não é possível apagar o registo do link na Base de dados"
|
1012 |
|
1013 |
-
#: includes/links.php:
|
1014 |
-
#: modules/checkers/http.php:
|
1015 |
#: modules/extras/mediafire.php:115
|
1016 |
-
|
|
|
1017 |
#@ broken-link-checker
|
1018 |
msgid "Unknown Error"
|
1019 |
msgstr "Erro Desconhecido"
|
1020 |
|
1021 |
-
#: includes/links.php:
|
1022 |
#@ broken-link-checker
|
1023 |
msgid "Not checked"
|
1024 |
msgstr "Não verificado"
|
1025 |
|
1026 |
-
#: includes/links.php:
|
1027 |
#@ broken-link-checker
|
1028 |
msgid "False positive"
|
1029 |
msgstr "Falso positivo"
|
1030 |
|
1031 |
-
#: modules/extras/youtube.php:156
|
1032 |
-
#: modules/extras/youtube.php:177
|
1033 |
-
#: modules/extras/youtube.php:249
|
1034 |
-
#: modules/extras/youtube.php:289
|
1035 |
-
#@ link status
|
1036 |
-
msgid "OK"
|
1037 |
-
msgstr "OK"
|
1038 |
-
|
1039 |
#: includes/parsers.php:117
|
1040 |
#, php-format
|
1041 |
#@ broken-link-checker
|
@@ -1054,72 +1047,72 @@ msgstr "Remover links não foi implementado no '%s' analisador sintático"
|
|
1054 |
msgid "Failed to delete old DB tables. Database error : %s"
|
1055 |
msgstr "Não foi possível apagar as tabelas antigas da Base de dados. Erro de Base de dados : %s"
|
1056 |
|
1057 |
-
#: includes/admin/links-page-js.php:
|
1058 |
-
#: includes/admin/links-page-js.php:
|
1059 |
#@ broken-link-checker
|
1060 |
msgid "Wait..."
|
1061 |
msgstr "Espere ..."
|
1062 |
|
1063 |
-
#: core/core.php:
|
1064 |
-
#: includes/admin/links-page-js.php:
|
1065 |
#: includes/admin/table-printer.php:691
|
1066 |
#@ broken-link-checker
|
1067 |
msgid "Not broken"
|
1068 |
msgstr "Funcional"
|
1069 |
|
1070 |
-
#: includes/admin/links-page-js.php:
|
1071 |
#, php-format
|
1072 |
#@ broken-link-checker
|
1073 |
msgid "%d instances of the link were successfully modified."
|
1074 |
msgstr "%d casos de links que se modificaram com sucesso."
|
1075 |
|
1076 |
-
#: includes/admin/links-page-js.php:
|
1077 |
#, php-format
|
1078 |
#@ broken-link-checker
|
1079 |
msgid "However, %d instances couldn't be edited and still point to the old URL."
|
1080 |
msgstr "No entanto, %d casos não puderam ser editados e ainda apontam para a antiga URL."
|
1081 |
|
1082 |
-
#: includes/admin/links-page-js.php:
|
1083 |
#@ broken-link-checker
|
1084 |
msgid "The link could not be modified."
|
1085 |
msgstr "O link não pode ser modificado."
|
1086 |
|
1087 |
-
#: includes/admin/links-page-js.php:
|
1088 |
#@ broken-link-checker
|
1089 |
msgid "The following error(s) occured :"
|
1090 |
msgstr "Erro(s) :"
|
1091 |
|
1092 |
-
#: includes/admin/links-page-js.php:
|
1093 |
#, php-format
|
1094 |
#@ broken-link-checker
|
1095 |
msgid "%d instances of the link were successfully unlinked."
|
1096 |
msgstr "%d casos de links foram removidos com sucesso."
|
1097 |
|
1098 |
-
#: includes/admin/links-page-js.php:
|
1099 |
#, php-format
|
1100 |
#@ broken-link-checker
|
1101 |
msgid "However, %d instances couldn't be removed."
|
1102 |
msgstr "No entanto, %d casos não foram removidos."
|
1103 |
|
1104 |
-
#: includes/admin/links-page-js.php:
|
1105 |
#@ broken-link-checker
|
1106 |
msgid "The plugin failed to remove the link."
|
1107 |
msgstr "O plugin não apagou o link."
|
1108 |
|
1109 |
-
#: core/core.php:
|
1110 |
-
#: includes/admin/links-page-js.php:
|
1111 |
#: includes/admin/table-printer.php:292
|
1112 |
#: includes/admin/table-printer.php:685
|
1113 |
#@ broken-link-checker
|
1114 |
msgid "Unlink"
|
1115 |
msgstr "Remover link"
|
1116 |
|
1117 |
-
#: includes/admin/links-page-js.php:
|
1118 |
#@ broken-link-checker
|
1119 |
msgid "Enter a name for the new custom filter"
|
1120 |
msgstr "Introduza o nome para o novo filtro personalizado"
|
1121 |
|
1122 |
-
#: includes/admin/links-page-js.php:
|
1123 |
#@ broken-link-checker
|
1124 |
msgid ""
|
1125 |
"You are about to delete the current filter.\n"
|
@@ -1128,7 +1121,7 @@ msgstr ""
|
|
1128 |
"Está a ponto de apagar o filtro atual.\n"
|
1129 |
" 'Cancelar' para sair, 'Aceitar' para apagar"
|
1130 |
|
1131 |
-
#: includes/admin/links-page-js.php:
|
1132 |
#@ broken-link-checker
|
1133 |
msgid ""
|
1134 |
"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"
|
@@ -1137,7 +1130,7 @@ msgstr ""
|
|
1137 |
"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"
|
1138 |
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
|
1139 |
|
1140 |
-
#: includes/admin/links-page-js.php:
|
1141 |
#@ broken-link-checker
|
1142 |
msgid ""
|
1143 |
"Are you sure you want to remove the selected links? This action can't be undone.\n"
|
@@ -1146,12 +1139,12 @@ msgstr ""
|
|
1146 |
"Tem a certeza que deseja eliminar todos os links selecionados? Esta ação não pode ser anulada.\n"
|
1147 |
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
|
1148 |
|
1149 |
-
#: includes/admin/links-page-js.php:
|
1150 |
#@ broken-link-checker
|
1151 |
msgid "Enter a search string first."
|
1152 |
msgstr "Introduza primeiro uma string de procura."
|
1153 |
|
1154 |
-
#: includes/admin/links-page-js.php:
|
1155 |
#@ broken-link-checker
|
1156 |
msgid "Select one or more links to edit."
|
1157 |
msgstr "Selecione um ou mais links para editar."
|
@@ -1267,14 +1260,14 @@ msgstr "Texto do Link"
|
|
1267 |
msgid "Bulk Actions"
|
1268 |
msgstr "Edição em Massa"
|
1269 |
|
1270 |
-
#: core/core.php:
|
1271 |
#: includes/admin/table-printer.php:287
|
1272 |
#: includes/admin/table-printer.php:682
|
1273 |
#@ broken-link-checker
|
1274 |
msgid "Edit URL"
|
1275 |
msgstr "Editar URL"
|
1276 |
|
1277 |
-
#: core/core.php:
|
1278 |
#: includes/admin/table-printer.php:288
|
1279 |
#: includes/admin/table-printer.php:711
|
1280 |
#@ broken-link-checker
|
@@ -1439,40 +1432,40 @@ msgstr "Atualizar URL"
|
|
1439 |
msgid "[An orphaned link! This is a bug.]"
|
1440 |
msgstr "[Um link órfão! Bug.]"
|
1441 |
|
1442 |
-
#: modules/checkers/http.php:
|
1443 |
#@ broken-link-checker
|
1444 |
msgid "Server Not Found"
|
1445 |
msgstr "Servidor Não Encontrado"
|
1446 |
|
1447 |
-
#: modules/checkers/http.php:
|
1448 |
#@ broken-link-checker
|
1449 |
msgid "Connection Failed"
|
1450 |
msgstr "Sem Ligação"
|
1451 |
|
1452 |
-
#: modules/checkers/http.php:
|
1453 |
-
#: modules/checkers/http.php:
|
1454 |
#, php-format
|
1455 |
#@ broken-link-checker
|
1456 |
msgid "HTTP code : %d"
|
1457 |
msgstr "Código HTTP : %d"
|
1458 |
|
1459 |
-
#: modules/checkers/http.php:
|
1460 |
-
#: modules/checkers/http.php:
|
1461 |
#@ broken-link-checker
|
1462 |
msgid "(No response)"
|
1463 |
msgstr "(Sem resposta)"
|
1464 |
|
1465 |
-
#: modules/checkers/http.php:
|
1466 |
#@ broken-link-checker
|
1467 |
msgid "Most likely the connection timed out or the domain doesn't exist."
|
1468 |
msgstr "Provável que o tempo da ligação se tenha esgotado ou que o domínio não exista."
|
1469 |
|
1470 |
-
#: modules/checkers/http.php:
|
1471 |
#@ broken-link-checker
|
1472 |
msgid "Request timed out."
|
1473 |
msgstr "Tempo de espera esgotado."
|
1474 |
|
1475 |
-
#: modules/checkers/http.php:
|
1476 |
#@ broken-link-checker
|
1477 |
msgid "Using Snoopy"
|
1478 |
msgstr "Utilizando Snoopy"
|
@@ -1668,47 +1661,34 @@ msgstr "Vídeo YouTube"
|
|
1668 |
msgid "Embedded YouTube video"
|
1669 |
msgstr "Vídeo YouTube embutido"
|
1670 |
|
1671 |
-
#: modules/extras/youtube.php:
|
1672 |
-
#: modules/extras/youtube.php:
|
1673 |
#@ broken-link-checker
|
1674 |
msgid "Video Not Found"
|
1675 |
msgstr "Vídeo Não Encontrado"
|
1676 |
|
1677 |
-
#: modules/extras/youtube.php:
|
1678 |
-
#@ broken-link-checker
|
1679 |
-
msgid "Video Removed"
|
1680 |
-
msgstr "Vídeo Apagado"
|
1681 |
-
|
1682 |
-
#: modules/extras/youtube.php:143
|
1683 |
-
#@ broken-link-checker
|
1684 |
-
msgid "Invalid Video ID"
|
1685 |
-
msgstr "Vídeo ID Inválido"
|
1686 |
-
|
1687 |
-
#: modules/extras/youtube.php:155
|
1688 |
#@ broken-link-checker
|
1689 |
msgid "Video OK"
|
1690 |
msgstr "Vídeo OK"
|
1691 |
|
1692 |
-
#: modules/extras/youtube.php:
|
1693 |
-
#: modules/extras/youtube.php:271
|
1694 |
#, php-format
|
1695 |
#@ broken-link-checker
|
1696 |
msgid "Video status : %s%s"
|
1697 |
msgstr "Vídeo status : %s%s"
|
1698 |
|
1699 |
-
#: modules/extras/youtube.php:
|
1700 |
-
#: modules/extras/youtube.php:280
|
1701 |
#@ broken-link-checker
|
1702 |
msgid "Video Restricted"
|
1703 |
msgstr "Vídeo Restrito"
|
1704 |
|
1705 |
-
#: modules/extras/youtube.php:
|
1706 |
-
#: modules/extras/youtube.php:305
|
1707 |
#@ default
|
1708 |
msgid "Unknown YouTube API response received."
|
1709 |
msgstr "Resposta API YouTube desconhecida."
|
1710 |
|
1711 |
-
#: modules/parsers/image.php:
|
1712 |
#@ broken-link-checker
|
1713 |
msgid "Image"
|
1714 |
msgstr "Imagem"
|
@@ -1718,18 +1698,18 @@ msgstr "Imagem"
|
|
1718 |
msgid "Custom field"
|
1719 |
msgstr "Campo personalizado"
|
1720 |
|
1721 |
-
#: core/core.php:
|
1722 |
#@ broken-link-checker
|
1723 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
1724 |
msgstr "Enviar aos autores notificações por e-mail sobre links offline encontrados nos seus artigos"
|
1725 |
|
1726 |
-
#: core/core.php:
|
1727 |
#@ broken-link-checker
|
1728 |
msgctxt "current load"
|
1729 |
msgid "Unknown"
|
1730 |
msgstr "Desconhecido"
|
1731 |
|
1732 |
-
#: core/core.php:
|
1733 |
#, php-format
|
1734 |
#@ broken-link-checker
|
1735 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
@@ -1839,16 +1819,18 @@ msgctxt "module name"
|
|
1839 |
msgid "Pages"
|
1840 |
msgstr "Páginas"
|
1841 |
|
1842 |
-
#: includes/links.php:
|
1843 |
#@ broken-link-checker
|
1844 |
msgctxt "link status"
|
1845 |
msgid "Unknown"
|
1846 |
msgstr "Desconhecido"
|
1847 |
|
1848 |
-
#: includes/links.php:
|
1849 |
#: modules/extras/rapidshare.php:145
|
1850 |
#: modules/extras/rapidshare.php:151
|
1851 |
#: modules/extras/rapidshare.php:178
|
|
|
|
|
1852 |
#@ broken-link-checker
|
1853 |
msgctxt "link status"
|
1854 |
msgid "OK"
|
@@ -1958,19 +1940,19 @@ msgctxt "verb"
|
|
1958 |
msgid "Trash"
|
1959 |
msgstr "Lixo"
|
1960 |
|
1961 |
-
#: core/core.php:
|
1962 |
#, php-format
|
1963 |
#@ broken-link-checker
|
1964 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
1965 |
msgstr "Exemplo : Lorem ipsum <a %s>link offline</a>, dolor sit amet."
|
1966 |
|
1967 |
-
#: core/core.php:
|
1968 |
-
#: core/core.php:
|
1969 |
#@ broken-link-checker
|
1970 |
msgid "Click \"Save Changes\" to update example output."
|
1971 |
msgstr "Clicar \"Guardar Alterações\" para atualizar a visualização do exemplo."
|
1972 |
|
1973 |
-
#: core/core.php:
|
1974 |
#, php-format
|
1975 |
#@ broken-link-checker
|
1976 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
@@ -2007,7 +1989,7 @@ msgstr "Redirect URL"
|
|
2007 |
msgid "Hide this link and do not report it again unless its status changes"
|
2008 |
msgstr "Ocultar este link e não reportá-lo de novo expecto se houver mudança de estado "
|
2009 |
|
2010 |
-
#: core/core.php:
|
2011 |
#: includes/admin/table-printer.php:291
|
2012 |
#: includes/admin/table-printer.php:699
|
2013 |
#@ broken-link-checker
|
@@ -2039,7 +2021,7 @@ msgstr "Links descartados"
|
|
2039 |
msgid "No dismissed links found"
|
2040 |
msgstr "Nenhuns links descartados encontrados"
|
2041 |
|
2042 |
-
#: core/core.php:
|
2043 |
#, php-format
|
2044 |
#@ broken-link-checker
|
2045 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
@@ -2048,7 +2030,7 @@ msgid_plural "%d unique URLs"
|
|
2048 |
msgstr[0] "%d URL única"
|
2049 |
msgstr[1] "%d URLs únicas"
|
2050 |
|
2051 |
-
#: core/core.php:
|
2052 |
#, php-format
|
2053 |
#@ broken-link-checker
|
2054 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
@@ -2057,46 +2039,46 @@ msgid_plural "%d links"
|
|
2057 |
msgstr[0] "%d link"
|
2058 |
msgstr[1] "%d links"
|
2059 |
|
2060 |
-
#: core/core.php:
|
2061 |
#, php-format
|
2062 |
#@ broken-link-checker
|
2063 |
msgid "Detected %1$s in %2$s and still searching..."
|
2064 |
msgstr "Encontrados %1$s em %2$s e procurando..."
|
2065 |
|
2066 |
-
#: core/core.php:
|
2067 |
#, php-format
|
2068 |
#@ broken-link-checker
|
2069 |
msgid "Detected %1$s in %2$s."
|
2070 |
msgstr "Encontrados %1$s em %2$s."
|
2071 |
|
2072 |
-
#: core/core.php:
|
2073 |
#@ broken-link-checker
|
2074 |
msgid "Notification e-mail address"
|
2075 |
msgstr "Endereço de e-mail para Notificação"
|
2076 |
|
2077 |
-
#: core/core.php:
|
2078 |
#@ broken-link-checker
|
2079 |
msgid "Leave empty to use the e-mail address specified in Settings → General."
|
2080 |
msgstr "Deixar em branco para usar o endereço de e-mail especificado em Configurações → Geral."
|
2081 |
|
2082 |
-
#: core/core.php:
|
2083 |
#@ broken-link-checker
|
2084 |
msgid "Show the dashboard widget for"
|
2085 |
msgstr "Mostrar o widget do Painel para"
|
2086 |
|
2087 |
-
#: core/core.php:
|
2088 |
#@ broken-link-checker
|
2089 |
msgctxt "dashboard widget visibility"
|
2090 |
msgid "Administrator"
|
2091 |
msgstr "Administrador"
|
2092 |
|
2093 |
-
#: core/core.php:
|
2094 |
#@ broken-link-checker
|
2095 |
msgctxt "dashboard widget visibility"
|
2096 |
msgid "Editor and above"
|
2097 |
msgstr "Editor e superior"
|
2098 |
|
2099 |
-
#: core/core.php:
|
2100 |
#@ broken-link-checker
|
2101 |
msgctxt "dashboard widget visibility"
|
2102 |
msgid "Nobody (disables the widget)"
|
@@ -2112,37 +2094,27 @@ msgstr "Playlist do YouTube"
|
|
2112 |
msgid "Embedded YouTube playlist"
|
2113 |
msgstr "Playlist do YouTube embutida"
|
2114 |
|
2115 |
-
#: modules/extras/youtube.php:
|
2116 |
-
#: modules/extras/youtube.php:
|
2117 |
#@ broken-link-checker
|
2118 |
msgid "Playlist Not Found"
|
2119 |
msgstr "Playlist Não Encontrada"
|
2120 |
|
2121 |
-
#: modules/extras/youtube.php:
|
2122 |
#@ broken-link-checker
|
2123 |
msgid "Playlist Restricted"
|
2124 |
msgstr "Playlist Restrita"
|
2125 |
|
2126 |
-
#: modules/extras/youtube.php:
|
2127 |
-
#@ broken-link-checker
|
2128 |
-
msgid "Invalid Playlist"
|
2129 |
-
msgstr "Playlist Inválida"
|
2130 |
-
|
2131 |
-
#: modules/extras/youtube.php:248
|
2132 |
#@ broken-link-checker
|
2133 |
msgid "Playlist OK"
|
2134 |
msgstr "Playlist OK"
|
2135 |
|
2136 |
-
#: modules/extras/youtube.php:
|
2137 |
#@ broken-link-checker
|
2138 |
msgid "This playlist has no entries or all entries have been deleted."
|
2139 |
msgstr "Esta playlist não tem registos ou foram todos excluídos."
|
2140 |
|
2141 |
-
#: modules/extras/youtube.php:256
|
2142 |
-
#@ link status
|
2143 |
-
msgid "Empty Playlist"
|
2144 |
-
msgstr "Playlist Vazia"
|
2145 |
-
|
2146 |
#: includes/extra-strings.php:9
|
2147 |
#@ broken-link-checker
|
2148 |
msgctxt "module name"
|
@@ -2155,64 +2127,64 @@ msgctxt "module name"
|
|
2155 |
msgid "Smart YouTube httpv:// URLs"
|
2156 |
msgstr "Smart YouTube httpv:// URLs"
|
2157 |
|
2158 |
-
#: core/core.php:
|
2159 |
#@ broken-link-checker
|
2160 |
msgctxt "settings page"
|
2161 |
msgid "Suggestions"
|
2162 |
msgstr "Sugestões"
|
2163 |
|
2164 |
-
#: core/core.php:
|
2165 |
#@ broken-link-checker
|
2166 |
msgid "Suggest alternatives to broken links"
|
2167 |
msgstr "Sugerir links offline alternativos"
|
2168 |
|
2169 |
-
#: core/core.php:
|
2170 |
#@ broken-link-checker
|
2171 |
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>."
|
2172 |
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>."
|
2173 |
|
2174 |
-
#: core/core.php:
|
2175 |
#@ broken-link-checker
|
2176 |
msgid "An unexpected error occurred!"
|
2177 |
msgstr "Ocorreu um erro inesperado!"
|
2178 |
|
2179 |
-
#: includes/admin/links-page-js.php:
|
2180 |
#@ broken-link-checker
|
2181 |
msgctxt "link text"
|
2182 |
msgid "(None)"
|
2183 |
msgstr "(Nenhum)"
|
2184 |
|
2185 |
-
#: includes/admin/links-page-js.php:
|
2186 |
#@ broken-link-checker
|
2187 |
msgctxt "link text"
|
2188 |
msgid "(Multiple links)"
|
2189 |
msgstr "(Múltiplos links)"
|
2190 |
|
2191 |
-
#: includes/admin/links-page-js.php:
|
2192 |
#@ broken-link-checker
|
2193 |
msgctxt "link suggestions"
|
2194 |
msgid "Searching..."
|
2195 |
msgstr "Procurando..."
|
2196 |
|
2197 |
-
#: includes/admin/links-page-js.php:
|
2198 |
#@ broken-link-checker
|
2199 |
msgctxt "link suggestions"
|
2200 |
msgid "No suggestions available."
|
2201 |
msgstr "Nenhumas sugestões disponíveis."
|
2202 |
|
2203 |
-
#: includes/admin/links-page-js.php:
|
2204 |
#, php-format
|
2205 |
#@ broken-link-checker
|
2206 |
msgctxt "link suggestions"
|
2207 |
msgid "Archived page from %s (via the Wayback Machine)"
|
2208 |
msgstr "Página arquivada de %s (via Wayback Machine)"
|
2209 |
|
2210 |
-
#: includes/admin/links-page-js.php:
|
2211 |
#@ broken-link-checker
|
2212 |
msgid "The following error(s) occurred :"
|
2213 |
msgstr "Ocorreu o seguinte erro(s): "
|
2214 |
|
2215 |
-
#: includes/admin/links-page-js.php:
|
2216 |
#@ broken-link-checker
|
2217 |
msgid "Error: Link URL must not be empty."
|
2218 |
msgstr "Erro: URL do link não pode ser nulo."
|
@@ -2251,28 +2223,28 @@ msgstr "Sugestões"
|
|
2251 |
msgid "Use this URL"
|
2252 |
msgstr "Utilizar URL"
|
2253 |
|
2254 |
-
#: core/core.php:
|
2255 |
#@ broken-link-checker
|
2256 |
msgid "Logging"
|
2257 |
msgstr "Processar Log"
|
2258 |
|
2259 |
-
#: core/core.php:
|
2260 |
#@ broken-link-checker
|
2261 |
msgid "Enable logging"
|
2262 |
msgstr "Ativar Log"
|
2263 |
|
2264 |
-
#: core/core.php:
|
2265 |
#@ broken-link-checker
|
2266 |
msgid "Log file location"
|
2267 |
msgstr "Localização do ficheiro Log"
|
2268 |
|
2269 |
-
#: core/core.php:
|
2270 |
#@ broken-link-checker
|
2271 |
msgctxt "log file location"
|
2272 |
msgid "Default"
|
2273 |
msgstr "Padrão"
|
2274 |
|
2275 |
-
#: core/core.php:
|
2276 |
#@ broken-link-checker
|
2277 |
msgctxt "log file location"
|
2278 |
msgid "Custom"
|
@@ -2283,47 +2255,47 @@ msgstr "Personalizado"
|
|
2283 |
msgid "Please activate the plugin separately on each site. Network activation is not supported."
|
2284 |
msgstr "Por favor, ativar o plugin separadamente em cada site. Não é suportada ativação em rede."
|
2285 |
|
2286 |
-
#: core/core.php:
|
2287 |
#@ broken-link-checker
|
2288 |
msgid "Target resource usage"
|
2289 |
msgstr "Utilização de recursos alvo"
|
2290 |
|
2291 |
-
#: core/core.php:
|
2292 |
#: includes/admin/table-printer.php:719
|
2293 |
#@ broken-link-checker
|
2294 |
msgctxt "link action; replace one redirect with a direct link"
|
2295 |
msgid "Fix redirect"
|
2296 |
msgstr "Reparar redirect"
|
2297 |
|
2298 |
-
#: core/core.php:
|
2299 |
#@ broken-link-checker
|
2300 |
msgctxt "\"Link tweaks\" settings"
|
2301 |
msgid "These settings only apply to the content of posts, not comments or custom fields."
|
2302 |
msgstr "Estas configurações apenas se aplicam ao conteúdo dos artigos, não em comentários ou campos personalizados."
|
2303 |
|
2304 |
-
#: core/core.php:
|
2305 |
#@ broken-link-checker
|
2306 |
msgctxt "settings page"
|
2307 |
msgid "Warnings"
|
2308 |
msgstr "Avisos"
|
2309 |
|
2310 |
-
#: core/core.php:
|
2311 |
#@ broken-link-checker
|
2312 |
msgid "Show uncertain or minor problems as \"warnings\" instead of \"broken\""
|
2313 |
msgstr "Mostrar problemas irresolutos ou menores com \"avisos\" em vez de \"offline\""
|
2314 |
|
2315 |
-
#: core/core.php:
|
2316 |
#@ broken-link-checker
|
2317 |
msgid "Turning off this option will make the plugin report all problems as broken links."
|
2318 |
msgstr "Desativando esta opção, todos os problemas serão reportados como links offline. "
|
2319 |
|
2320 |
-
#: core/core.php:
|
2321 |
#@ broken-link-checker
|
2322 |
msgctxt "settings page"
|
2323 |
msgid "Show link actions"
|
2324 |
msgstr "Mostrar ações do link"
|
2325 |
|
2326 |
-
#: core/core.php:
|
2327 |
#, php-format
|
2328 |
#@ broken-link-checker
|
2329 |
msgid "%d link dismissed"
|
@@ -2331,18 +2303,18 @@ msgid_plural "%d links dismissed"
|
|
2331 |
msgstr[0] "%d link descartado"
|
2332 |
msgstr[1] "%d links descartados"
|
2333 |
|
2334 |
-
#: core/core.php:
|
2335 |
#@ broken-link-checker
|
2336 |
msgid "The \"Warnings\" page lists problems that are probably temporary or suspected to be false positives.<br> Warnings that persist for a long time will usually be reclassified as broken links."
|
2337 |
msgstr "Os \"Avisos\" exibem os problemas que são, provavelmente, temporários ou possíveis de serem falsos positivos.<br> Avisos que persistem por muito tempo serão, de uma forma geral, reclassificados como links offline."
|
2338 |
|
2339 |
-
#: core/core.php:
|
2340 |
#@ broken-link-checker
|
2341 |
msgctxt "admin notice under Tools - Broken links - Warnings"
|
2342 |
msgid "Hide notice"
|
2343 |
msgstr "Ocultar aviso"
|
2344 |
|
2345 |
-
#: core/core.php:
|
2346 |
#@ broken-link-checker
|
2347 |
msgctxt "a link from the admin notice under Tools - Broken links - Warnings"
|
2348 |
msgid "Change warning settings"
|
@@ -2380,3 +2352,14 @@ msgstr "Alertas não encontrados"
|
|
2380 |
msgid "Permission Denied"
|
2381 |
msgstr "Permissão Negada"
|
2382 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Broken Link Checker v1.10.8\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-12-11 10:00-0000\n"
|
6 |
+
"PO-Revision-Date: 2015-05-07 21:51:17+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:158
|
24 |
+
#: includes/admin/links-page-js.php:45
|
25 |
#@ broken-link-checker
|
26 |
msgid "Loading..."
|
27 |
msgstr "Carregando..."
|
28 |
|
29 |
+
#: core/core.php:182
|
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:209
|
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:300
|
41 |
#@ broken-link-checker
|
42 |
msgid "Link Checker Settings"
|
43 |
msgstr "Definições do Links offline"
|
44 |
|
45 |
+
#: core/core.php:301
|
46 |
#@ broken-link-checker
|
47 |
msgid "Link Checker"
|
48 |
msgstr "Links offline"
|
49 |
|
50 |
+
#: core/core.php:306
|
51 |
#: includes/link-query.php:37
|
52 |
#@ broken-link-checker
|
53 |
msgid "Broken Links"
|
54 |
msgstr "Links offline"
|
55 |
|
56 |
+
#: core/core.php:322
|
57 |
#@ broken-link-checker
|
58 |
msgid "View Broken Links"
|
59 |
msgstr "Ver Links offline"
|
60 |
|
61 |
+
#: core/core.php:337
|
62 |
#@ broken-link-checker
|
63 |
msgid "Feedback"
|
64 |
msgstr "Feedback"
|
65 |
|
66 |
+
#: core/core.php:345
|
67 |
#@ broken-link-checker
|
68 |
msgid "Go to Broken Links"
|
69 |
msgstr "Ir a Links offline"
|
70 |
|
71 |
+
#: core/core.php:374
|
72 |
#@ default
|
73 |
msgid "Settings"
|
74 |
msgstr "Definições"
|
75 |
|
76 |
+
#: core/core.php:628
|
77 |
#@ broken-link-checker
|
78 |
msgid "Settings saved."
|
79 |
msgstr "Definições guardadas."
|
80 |
|
81 |
+
#: core/core.php:634
|
82 |
#@ broken-link-checker
|
83 |
msgid "Thank you for your donation!"
|
84 |
msgstr "Obrigado pela sua colaboração!"
|
85 |
|
86 |
+
#: core/core.php:642
|
87 |
#@ broken-link-checker
|
88 |
msgid "Complete site recheck started."
|
89 |
msgstr "Reverificação completa do sítio iniciada."
|
90 |
|
91 |
+
#: core/core.php:664
|
92 |
#@ broken-link-checker
|
93 |
msgid "General"
|
94 |
msgstr "Geral"
|
95 |
|
96 |
+
#: core/core.php:665
|
97 |
#@ broken-link-checker
|
98 |
msgid "Look For Links In"
|
99 |
msgstr "Procurar links"
|
100 |
|
101 |
+
#: core/core.php:666
|
102 |
#@ broken-link-checker
|
103 |
msgid "Which Links To Check"
|
104 |
msgstr "Links para verificar"
|
105 |
|
106 |
+
#: core/core.php:667
|
107 |
#@ broken-link-checker
|
108 |
msgid "Protocols & APIs"
|
109 |
msgstr "Protocolos & APIs"
|
110 |
|
111 |
+
#: core/core.php:668
|
112 |
#@ broken-link-checker
|
113 |
msgid "Advanced"
|
114 |
msgstr "Avançado"
|
115 |
|
116 |
+
#: core/core.php:683
|
117 |
#@ broken-link-checker
|
118 |
msgid "Broken Link Checker Options"
|
119 |
msgstr "Opções : Links offline"
|
120 |
|
121 |
+
#: core/core.php:725
|
122 |
#: includes/admin/table-printer.php:211
|
123 |
#@ broken-link-checker
|
124 |
msgid "Status"
|
125 |
msgstr "Estado"
|
126 |
|
127 |
+
#: core/core.php:727
|
128 |
#: includes/admin/options-page-js.php:56
|
129 |
#@ broken-link-checker
|
130 |
msgid "Show debug info"
|
131 |
msgstr "Mostrar sistema"
|
132 |
|
133 |
+
#: core/core.php:755
|
134 |
#@ broken-link-checker
|
135 |
msgid "Check each link"
|
136 |
msgstr "Verificar cada link"
|
137 |
|
138 |
+
#: core/core.php:760
|
139 |
#, php-format
|
140 |
#@ broken-link-checker
|
141 |
msgid "Every %s hours"
|
142 |
msgstr "Cada %s horas"
|
143 |
|
144 |
+
#: core/core.php:769
|
145 |
#@ broken-link-checker
|
146 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
147 |
msgstr "Os links existentes serão verificados com esta frequência. Os novos links serão verificados logo que possível."
|
148 |
|
149 |
+
#: core/core.php:776
|
150 |
#@ broken-link-checker
|
151 |
msgid "E-mail notifications"
|
152 |
msgstr "Notificações por e-mail"
|
153 |
|
154 |
+
#: core/core.php:782
|
155 |
#@ broken-link-checker
|
156 |
msgid "Send me e-mail notifications about newly detected broken links"
|
157 |
msgstr "Enviar um e-mail notificando sobre os novos links offline encontrados"
|
158 |
|
159 |
+
#: core/core.php:816
|
160 |
#@ broken-link-checker
|
161 |
msgid "Link tweaks"
|
162 |
msgstr "Melhoria de Links"
|
163 |
|
164 |
+
#: core/core.php:822
|
165 |
#@ broken-link-checker
|
166 |
msgid "Apply custom formatting to broken links"
|
167 |
msgstr "Aplicar formatação personalizada para os links offline"
|
168 |
|
169 |
+
#: core/core.php:826
|
170 |
+
#: core/core.php:857
|
171 |
#@ broken-link-checker
|
172 |
msgid "Edit CSS"
|
173 |
msgstr "Editar CSS"
|
174 |
|
175 |
+
#: core/core.php:853
|
176 |
#@ broken-link-checker
|
177 |
msgid "Apply custom formatting to removed links"
|
178 |
msgstr "Aplicar formatação personalizada para os links removidos"
|
179 |
|
180 |
+
#: core/core.php:886
|
181 |
#@ broken-link-checker
|
182 |
msgid "Stop search engines from following broken links"
|
183 |
msgstr "Não permitir aos motores de busca seguir os links offline"
|
184 |
|
185 |
+
#: core/core.php:937
|
186 |
#@ broken-link-checker
|
187 |
msgid "Look for links in"
|
188 |
msgstr "Procurar links em"
|
189 |
|
190 |
+
#: core/core.php:948
|
191 |
#@ broken-link-checker
|
192 |
msgid "Post statuses"
|
193 |
msgstr "Estado do Artigo"
|
194 |
|
195 |
+
#: core/core.php:981
|
196 |
#@ broken-link-checker
|
197 |
msgid "Link types"
|
198 |
msgstr "Tipos de link"
|
199 |
|
200 |
+
#: core/core.php:987
|
201 |
#@ broken-link-checker
|
202 |
msgid "Error : All link parsers missing!"
|
203 |
msgstr "Erro : Análises aos links não encontradas!"
|
204 |
|
205 |
+
#: core/core.php:994
|
206 |
#@ broken-link-checker
|
207 |
msgid "Exclusion list"
|
208 |
msgstr "Lista de exclusão"
|
209 |
|
210 |
+
#: core/core.php:995
|
211 |
#@ broken-link-checker
|
212 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
213 |
msgstr "Não verificar links que a URL tenha alguma destas palavras (uma por linha) :"
|
214 |
|
215 |
+
#: core/core.php:1013
|
216 |
#@ broken-link-checker
|
217 |
msgid "Check links using"
|
218 |
msgstr "Verificar links utilizando"
|
219 |
|
220 |
+
#: core/core.php:1032
|
221 |
+
#: includes/links.php:1019
|
222 |
#@ broken-link-checker
|
223 |
msgid "Timeout"
|
224 |
msgstr "Intervalo"
|
225 |
|
226 |
+
#: core/core.php:1038
|
227 |
+
#: core/core.php:1125
|
228 |
+
#: core/core.php:3429
|
229 |
#, php-format
|
230 |
#@ broken-link-checker
|
231 |
#@ default
|
232 |
msgid "%s seconds"
|
233 |
msgstr "%s segundos"
|
234 |
|
235 |
+
#: core/core.php:1047
|
236 |
#@ broken-link-checker
|
237 |
msgid "Links that take longer than this to load will be marked as broken."
|
238 |
msgstr "Os links que demoram mais que este tempo a abrir serão marcados como offline."
|
239 |
|
240 |
+
#: core/core.php:1054
|
241 |
#@ broken-link-checker
|
242 |
msgid "Link monitor"
|
243 |
msgstr "Monitor de links"
|
244 |
|
245 |
+
#: core/core.php:1062
|
246 |
#@ broken-link-checker
|
247 |
msgid "Run continuously while the Dashboard is open"
|
248 |
msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
|
249 |
|
250 |
+
#: core/core.php:1070
|
251 |
#@ broken-link-checker
|
252 |
msgid "Run hourly in the background"
|
253 |
msgstr "Executar a cada hora em segundo plano"
|
254 |
|
255 |
+
#: core/core.php:1119
|
256 |
#@ broken-link-checker
|
257 |
msgid "Max. execution time"
|
258 |
msgstr "Tempo máximo de execução"
|
259 |
|
260 |
+
#: core/core.php:1136
|
261 |
#@ broken-link-checker
|
262 |
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."
|
263 |
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."
|
264 |
|
265 |
+
#: core/core.php:1145
|
266 |
#@ broken-link-checker
|
267 |
msgid "Server load limit"
|
268 |
msgstr "Limite de carregamento do servidor"
|
269 |
|
270 |
+
#: core/core.php:1160
|
271 |
#, php-format
|
272 |
#@ broken-link-checker
|
273 |
msgid "Current load : %s"
|
274 |
msgstr "Carga atual : %s"
|
275 |
|
276 |
+
#: core/core.php:1166
|
277 |
#, php-format
|
278 |
#@ broken-link-checker
|
279 |
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."
|
280 |
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."
|
281 |
|
282 |
+
#: core/core.php:1174
|
283 |
#@ broken-link-checker
|
284 |
msgid "Not available"
|
285 |
msgstr "Não disponível"
|
286 |
|
287 |
+
#: core/core.php:1176
|
288 |
#@ broken-link-checker
|
289 |
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
|
290 |
msgstr "O limite de carregamento somente funciona em sistemas Linux onde <code>/proc/loadavg</code> está presente e acessível."
|
291 |
|
292 |
+
#: core/core.php:1250
|
293 |
#@ broken-link-checker
|
294 |
msgid "Forced recheck"
|
295 |
msgstr "Reverificação forçada"
|
296 |
|
297 |
+
#: core/core.php:1253
|
298 |
#@ broken-link-checker
|
299 |
msgid "Re-check all pages"
|
300 |
msgstr "Verificar de novo todas as páginas"
|
301 |
|
302 |
+
#: core/core.php:1257
|
303 |
#@ broken-link-checker
|
304 |
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
|
305 |
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."
|
306 |
|
307 |
+
#: core/core.php:1268
|
308 |
#@ default
|
309 |
msgid "Save Changes"
|
310 |
msgstr "Guardar alterações"
|
311 |
|
312 |
+
#: core/core.php:1319
|
313 |
#@ broken-link-checker
|
314 |
msgid "Configure"
|
315 |
msgstr "Configurar"
|
316 |
|
317 |
+
#: core/core.php:1536
|
318 |
+
#: core/core.php:1620
|
319 |
+
#: core/core.php:1652
|
320 |
#, php-format
|
321 |
#@ broken-link-checker
|
322 |
msgid "Database error : %s"
|
323 |
msgstr "Erro na Base de dados: %s"
|
324 |
|
325 |
+
#: core/core.php:1601
|
326 |
#@ broken-link-checker
|
327 |
msgid "You must enter a filter name!"
|
328 |
msgstr "Deve introduzir um nome para o filtro!"
|
329 |
|
330 |
+
#: core/core.php:1605
|
331 |
#@ broken-link-checker
|
332 |
msgid "Invalid search query."
|
333 |
msgstr "Procura inválida."
|
334 |
|
335 |
+
#: core/core.php:1615
|
336 |
#, php-format
|
337 |
#@ broken-link-checker
|
338 |
msgid "Filter \"%s\" created"
|
339 |
msgstr "Filtro \"%s\" criado"
|
340 |
|
341 |
+
#: core/core.php:1642
|
342 |
#@ broken-link-checker
|
343 |
msgid "Filter ID not specified."
|
344 |
msgstr "ID do Filtro não especificado."
|
345 |
|
346 |
+
#: core/core.php:1649
|
347 |
#@ broken-link-checker
|
348 |
msgid "Filter deleted"
|
349 |
msgstr "Filtro eliminado"
|
350 |
|
351 |
+
#: core/core.php:1697
|
352 |
#, php-format
|
353 |
#@ broken-link-checker
|
354 |
msgid "Replaced %d redirect with a direct link"
|
356 |
msgstr[0] "Substituído %d redirect com link direto"
|
357 |
msgstr[1] "Substituídos %d redirects com links diretos"
|
358 |
|
359 |
+
#: core/core.php:1708
|
360 |
#, php-format
|
361 |
#@ broken-link-checker
|
362 |
msgid "Failed to fix %d redirect"
|
364 |
msgstr[0] "Não foi possível reparar %d redirect"
|
365 |
msgstr[1] "Não foi possível reparar %d redirects"
|
366 |
|
367 |
+
#: core/core.php:1718
|
368 |
#@ broken-link-checker
|
369 |
msgid "None of the selected links are redirects!"
|
370 |
msgstr "Nenhum dos links selecionados são redirects!"
|
371 |
|
372 |
+
#: core/core.php:1797
|
373 |
#, php-format
|
374 |
#@ broken-link-checker
|
375 |
msgid "%d link updated."
|
377 |
msgstr[0] "%d link atualizado."
|
378 |
msgstr[1] "%d links atualizados."
|
379 |
|
380 |
+
#: core/core.php:1808
|
381 |
#, php-format
|
382 |
#@ broken-link-checker
|
383 |
msgid "Failed to update %d link."
|
385 |
msgstr[0] "Erro a atualizar %d link."
|
386 |
msgstr[1] "Erro a atualizar %d links."
|
387 |
|
388 |
+
#: core/core.php:1897
|
389 |
#, php-format
|
390 |
#@ broken-link-checker
|
391 |
msgid "%d link removed"
|
393 |
msgstr[0] "%d link eliminado"
|
394 |
msgstr[1] "%d links eliminados"
|
395 |
|
396 |
+
#: core/core.php:1908
|
397 |
#, php-format
|
398 |
#@ broken-link-checker
|
399 |
msgid "Failed to remove %d link"
|
401 |
msgstr[0] "Erro a remover %d link"
|
402 |
msgstr[1] "Erro a remover %d links"
|
403 |
|
404 |
+
#: core/core.php:2017
|
405 |
#, php-format
|
406 |
#@ default
|
407 |
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
|
409 |
msgstr[0] "%d item foi evitado porque não pode ser movido para o Lixo. Necessita de o efetuar manualmente."
|
410 |
msgstr[1] "%d itens foram evitados porque não podem ser movidos para o Lixo. Necessita de o efetuar manualmente."
|
411 |
|
412 |
+
#: core/core.php:2038
|
413 |
#@ broken-link-checker
|
414 |
msgid "Didn't find anything to delete!"
|
415 |
msgstr "Não foi encontrado nada para apagar!"
|
416 |
|
417 |
+
#: core/core.php:2069
|
418 |
#, php-format
|
419 |
#@ broken-link-checker
|
420 |
msgid "%d link scheduled for rechecking"
|
422 |
msgstr[0] "%d link agendado para verificação"
|
423 |
msgstr[1] "%d links agendados para verificação"
|
424 |
|
425 |
+
#: core/core.php:2115
|
426 |
+
#: core/core.php:2930
|
427 |
#@ broken-link-checker
|
428 |
msgid "This link was manually marked as working by the user."
|
429 |
msgstr "Este link foi assinalado manualmente como válido pelo utilizador."
|
430 |
|
431 |
+
#: core/core.php:2122
|
432 |
+
#: core/core.php:2180
|
433 |
#, php-format
|
434 |
#@ broken-link-checker
|
435 |
msgid "Couldn't modify link %d"
|
436 |
msgstr "Impossível modificar o link %d"
|
437 |
|
438 |
+
#: core/core.php:2133
|
439 |
#, php-format
|
440 |
#@ broken-link-checker
|
441 |
msgid "%d link marked as not broken"
|
443 |
msgstr[0] "%d link marcado como funcional"
|
444 |
msgstr[1] "%d links marcados como funcionais"
|
445 |
|
446 |
+
#: core/core.php:2283
|
447 |
#@ broken-link-checker
|
448 |
msgid "Table columns"
|
449 |
msgstr "Colunas da Tabela"
|
450 |
|
451 |
+
#: core/core.php:2302
|
452 |
#@ default
|
453 |
msgid "Show on screen"
|
454 |
msgstr "Mostrar no ecrán"
|
455 |
|
456 |
+
#: core/core.php:2309
|
457 |
#@ broken-link-checker
|
458 |
msgid "links"
|
459 |
msgstr "links"
|
460 |
|
461 |
+
#: core/core.php:2310
|
462 |
#: includes/admin/table-printer.php:171
|
463 |
#@ default
|
464 |
#@ broken-link-checker
|
465 |
msgid "Apply"
|
466 |
msgstr "Aplicar"
|
467 |
|
468 |
+
#: core/core.php:2314
|
469 |
#@ broken-link-checker
|
470 |
msgid "Misc"
|
471 |
msgstr "Vários"
|
472 |
|
473 |
+
#: core/core.php:2329
|
474 |
#, php-format
|
475 |
#@ broken-link-checker
|
476 |
msgid "Highlight links broken for at least %s days"
|
477 |
msgstr "Realçar links offline pelo menos durante %s dias"
|
478 |
|
479 |
+
#: core/core.php:2338
|
480 |
#@ broken-link-checker
|
481 |
msgid "Color-code status codes"
|
482 |
msgstr "Cor-código status códigos"
|
483 |
|
484 |
+
#: core/core.php:2355
|
485 |
+
#: core/core.php:2914
|
486 |
+
#: core/core.php:2955
|
487 |
+
#: core/core.php:2988
|
488 |
+
#: core/core.php:3089
|
489 |
+
#: core/core.php:3133
|
490 |
+
#: core/core.php:3195
|
491 |
#@ broken-link-checker
|
492 |
msgid "You're not allowed to do that!"
|
493 |
msgstr "Não permitido!"
|
494 |
|
495 |
+
#: core/core.php:2783
|
496 |
#@ broken-link-checker
|
497 |
msgid "View broken links"
|
498 |
msgstr "Ver links offline"
|
499 |
|
500 |
+
#: core/core.php:2784
|
501 |
#, php-format
|
502 |
#@ broken-link-checker
|
503 |
msgid "Found %d broken link"
|
505 |
msgstr[0] "Encontrado %d Link offline"
|
506 |
msgstr[1] "Encontrados %d Links offline"
|
507 |
|
508 |
+
#: core/core.php:2790
|
509 |
#@ broken-link-checker
|
510 |
msgid "No broken links found."
|
511 |
msgstr "Não existem links offline."
|
512 |
|
513 |
+
#: core/core.php:2797
|
514 |
#, php-format
|
515 |
#@ broken-link-checker
|
516 |
msgid "%d URL in the work queue"
|
518 |
msgstr[0] "%d URL em espera"
|
519 |
msgstr[1] "%d URLs em espera"
|
520 |
|
521 |
+
#: core/core.php:2800
|
522 |
#@ broken-link-checker
|
523 |
msgid "No URLs in the work queue."
|
524 |
msgstr "Não existem URL em espera para verificação."
|
525 |
|
526 |
+
#: core/core.php:2829
|
527 |
#@ broken-link-checker
|
528 |
msgid "Searching your blog for links..."
|
529 |
msgstr "Procurando links..."
|
530 |
|
531 |
+
#: core/core.php:2831
|
532 |
#@ broken-link-checker
|
533 |
msgid "No links detected."
|
534 |
msgstr "Nenhuns links encontrados."
|
535 |
|
536 |
+
#: core/core.php:2922
|
537 |
+
#: core/core.php:2963
|
538 |
+
#: core/core.php:3003
|
539 |
+
#: core/core.php:3099
|
540 |
+
#: core/core.php:3148
|
541 |
+
#: core/core.php:3210
|
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:2936
|
548 |
+
#: core/core.php:2973
|
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:2939
|
554 |
+
#: core/core.php:2976
|
555 |
+
#: core/core.php:3125
|
556 |
+
#: core/core.php:3139
|
557 |
+
#: core/core.php:3201
|
558 |
#@ broken-link-checker
|
559 |
msgid "Error : link_id not specified"
|
560 |
msgstr "Erro : link_id não especificado"
|
561 |
|
562 |
+
#: core/core.php:3012
|
563 |
+
#: core/core.php:3022
|
564 |
#@ broken-link-checker
|
565 |
msgid "Oops, the new URL is invalid!"
|
566 |
msgstr "Oops, a nova URL não é válida!"
|
567 |
|
568 |
+
#: core/core.php:3108
|
569 |
#@ broken-link-checker
|
570 |
msgid "An unexpected error occured!"
|
571 |
msgstr "Ocorreu um erro inesperado!"
|
572 |
|
573 |
+
#: core/core.php:2994
|
574 |
#@ broken-link-checker
|
575 |
msgid "Error : link_id or new_url not specified"
|
576 |
msgstr "Erro : link_id ou new_url não especificado"
|
577 |
|
578 |
+
#: core/core.php:3237
|
579 |
#@ broken-link-checker
|
580 |
msgid "You don't have sufficient privileges to access this information!"
|
581 |
msgstr "Não tem privilégios suficientes para aceder a esta informação!"
|
582 |
|
583 |
+
#: core/core.php:3250
|
584 |
#@ broken-link-checker
|
585 |
msgid "Error : link ID not specified"
|
586 |
msgstr "Erro : link ID não especificado"
|
587 |
|
588 |
+
#: core/core.php:3264
|
589 |
#, php-format
|
590 |
#@ broken-link-checker
|
591 |
msgid "Failed to load link details (%s)"
|
592 |
msgstr "Erro a carregar os detalhes do link (%s)"
|
593 |
|
594 |
+
#: core/core.php:3318
|
595 |
#@ broken-link-checker
|
596 |
msgid "Broken Link Checker"
|
597 |
msgstr "Links offline"
|
598 |
|
599 |
+
#: core/core.php:3338
|
600 |
#@ broken-link-checker
|
601 |
msgid "PHP version"
|
602 |
msgstr "Versão PHP"
|
603 |
|
604 |
+
#: core/core.php:3344
|
605 |
#@ broken-link-checker
|
606 |
msgid "MySQL version"
|
607 |
msgstr "Versão MySQL"
|
608 |
|
609 |
+
#: core/core.php:3357
|
610 |
#@ broken-link-checker
|
611 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
612 |
msgstr "Versão de CURL obsoleta. A deteção de redirects pode não funcionar corretamente."
|
613 |
|
614 |
+
#: core/core.php:3369
|
615 |
+
#: core/core.php:3385
|
616 |
+
#: core/core.php:3390
|
617 |
#@ broken-link-checker
|
618 |
msgid "Not installed"
|
619 |
msgstr "Não instalado"
|
620 |
|
621 |
+
#: core/core.php:3372
|
622 |
#@ broken-link-checker
|
623 |
msgid "CURL version"
|
624 |
msgstr "Versão CURL"
|
625 |
|
626 |
+
#: core/core.php:3378
|
627 |
#@ broken-link-checker
|
628 |
msgid "Installed"
|
629 |
msgstr "Instalado"
|
630 |
|
631 |
+
#: core/core.php:3391
|
632 |
#@ broken-link-checker
|
633 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
634 |
msgstr "Instalação de CURL ou Snoopy necessário para que funcione o plugin!"
|
635 |
|
636 |
+
#: core/core.php:3402
|
637 |
#@ broken-link-checker
|
638 |
msgid "On"
|
639 |
msgstr "Ativado"
|
640 |
|
641 |
+
#: core/core.php:3403
|
642 |
#@ broken-link-checker
|
643 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
644 |
msgstr "Os redirects podem ser detetados como links offline quando o safe_mode está habilitado."
|
645 |
|
646 |
+
#: core/core.php:3408
|
647 |
+
#: core/core.php:3422
|
648 |
#@ broken-link-checker
|
649 |
msgid "Off"
|
650 |
msgstr "Desativado"
|
651 |
|
652 |
+
#: core/core.php:3416
|
653 |
#, php-format
|
654 |
#@ broken-link-checker
|
655 |
msgid "On ( %s )"
|
656 |
msgstr "Ativado ( %s )"
|
657 |
|
658 |
+
#: core/core.php:3417
|
659 |
#@ broken-link-checker
|
660 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
661 |
msgstr "Os redirects podem ser considerados links offline quando o open_basedir está ativo."
|
662 |
|
663 |
+
#: core/core.php:3454
|
664 |
#@ broken-link-checker
|
665 |
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
|
666 |
msgstr "Se este valor é zero depois de recarregar várias provavelmente encontrou um bug."
|
667 |
|
668 |
+
#: core/core.php:3577
|
669 |
+
#: core/core.php:3696
|
670 |
#, php-format
|
671 |
#@ broken-link-checker
|
672 |
msgid "[%s] Broken links detected"
|
673 |
msgstr "[%s] Links offline encontrados"
|
674 |
|
675 |
+
#: core/core.php:3583
|
676 |
#, php-format
|
677 |
#@ broken-link-checker
|
678 |
msgid "Broken Link Checker has detected %d new broken link on your site."
|
680 |
msgstr[0] "Links offline detetou %d novo link sem ligação."
|
681 |
msgstr[1] "Links offline detetou %d novos links sem ligação."
|
682 |
|
683 |
+
#: core/core.php:3614
|
684 |
#, php-format
|
685 |
#@ broken-link-checker
|
686 |
msgid "Here's a list of the first %d broken links:"
|
688 |
msgstr[0] "Lista do primeiro %d link sem ligação:"
|
689 |
msgstr[1] "Lista dos primeiros %d links sem ligação:"
|
690 |
|
691 |
+
#: core/core.php:3622
|
692 |
#@ broken-link-checker
|
693 |
msgid "Here's a list of the new broken links: "
|
694 |
msgstr "Novos links offline: "
|
695 |
|
696 |
+
#: core/core.php:3631
|
697 |
#, php-format
|
698 |
#@ broken-link-checker
|
699 |
msgid "Link text : %s"
|
700 |
msgstr "Texto do Link : %s"
|
701 |
|
702 |
+
#: core/core.php:3632
|
703 |
#, php-format
|
704 |
#@ broken-link-checker
|
705 |
msgid "Link URL : <a href=\"%s\">%s</a>"
|
706 |
msgstr "Link URL : <a href=\"%s\">%s</a>"
|
707 |
|
708 |
+
#: core/core.php:3633
|
709 |
#, php-format
|
710 |
#@ broken-link-checker
|
711 |
msgid "Source : %s"
|
712 |
msgstr "Fonte : %s"
|
713 |
|
714 |
+
#: core/core.php:3647
|
715 |
#@ broken-link-checker
|
716 |
msgid "You can see all broken links here:"
|
717 |
msgstr "Links offline:"
|
984 |
|
985 |
#: includes/links.php:728
|
986 |
#: includes/links.php:830
|
987 |
+
#: includes/links.php:864
|
988 |
#@ broken-link-checker
|
989 |
msgid "Link is not valid"
|
990 |
msgstr "Link inválido"
|
1004 |
msgid "This link is not a redirect"
|
1005 |
msgstr "O link não é um redirect"
|
1006 |
|
1007 |
+
#: includes/links.php:891
|
1008 |
+
#: includes/links.php:928
|
1009 |
#@ broken-link-checker
|
1010 |
msgid "Couldn't delete the link's database record"
|
1011 |
msgstr "Não é possível apagar o registo do link na Base de dados"
|
1012 |
|
1013 |
+
#: includes/links.php:1015
|
1014 |
+
#: modules/checkers/http.php:313
|
1015 |
#: modules/extras/mediafire.php:115
|
1016 |
+
#: modules/extras/youtube.php:132
|
1017 |
+
#: modules/extras/youtube.php:229
|
1018 |
#@ broken-link-checker
|
1019 |
msgid "Unknown Error"
|
1020 |
msgstr "Erro Desconhecido"
|
1021 |
|
1022 |
+
#: includes/links.php:1039
|
1023 |
#@ broken-link-checker
|
1024 |
msgid "Not checked"
|
1025 |
msgstr "Não verificado"
|
1026 |
|
1027 |
+
#: includes/links.php:1042
|
1028 |
#@ broken-link-checker
|
1029 |
msgid "False positive"
|
1030 |
msgstr "Falso positivo"
|
1031 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1032 |
#: includes/parsers.php:117
|
1033 |
#, php-format
|
1034 |
#@ broken-link-checker
|
1047 |
msgid "Failed to delete old DB tables. Database error : %s"
|
1048 |
msgstr "Não foi possível apagar as tabelas antigas da Base de dados. Erro de Base de dados : %s"
|
1049 |
|
1050 |
+
#: includes/admin/links-page-js.php:64
|
1051 |
+
#: includes/admin/links-page-js.php:650
|
1052 |
#@ broken-link-checker
|
1053 |
msgid "Wait..."
|
1054 |
msgstr "Espere ..."
|
1055 |
|
1056 |
+
#: core/core.php:405
|
1057 |
+
#: includes/admin/links-page-js.php:111
|
1058 |
#: includes/admin/table-printer.php:691
|
1059 |
#@ broken-link-checker
|
1060 |
msgid "Not broken"
|
1061 |
msgstr "Funcional"
|
1062 |
|
1063 |
+
#: includes/admin/links-page-js.php:525
|
1064 |
#, php-format
|
1065 |
#@ broken-link-checker
|
1066 |
msgid "%d instances of the link were successfully modified."
|
1067 |
msgstr "%d casos de links que se modificaram com sucesso."
|
1068 |
|
1069 |
+
#: includes/admin/links-page-js.php:531
|
1070 |
#, php-format
|
1071 |
#@ broken-link-checker
|
1072 |
msgid "However, %d instances couldn't be edited and still point to the old URL."
|
1073 |
msgstr "No entanto, %d casos não puderam ser editados e ainda apontam para a antiga URL."
|
1074 |
|
1075 |
+
#: includes/admin/links-page-js.php:537
|
1076 |
#@ broken-link-checker
|
1077 |
msgid "The link could not be modified."
|
1078 |
msgstr "O link não pode ser modificado."
|
1079 |
|
1080 |
+
#: includes/admin/links-page-js.php:702
|
1081 |
#@ broken-link-checker
|
1082 |
msgid "The following error(s) occured :"
|
1083 |
msgstr "Erro(s) :"
|
1084 |
|
1085 |
+
#: includes/admin/links-page-js.php:688
|
1086 |
#, php-format
|
1087 |
#@ broken-link-checker
|
1088 |
msgid "%d instances of the link were successfully unlinked."
|
1089 |
msgstr "%d casos de links foram removidos com sucesso."
|
1090 |
|
1091 |
+
#: includes/admin/links-page-js.php:694
|
1092 |
#, php-format
|
1093 |
#@ broken-link-checker
|
1094 |
msgid "However, %d instances couldn't be removed."
|
1095 |
msgstr "No entanto, %d casos não foram removidos."
|
1096 |
|
1097 |
+
#: includes/admin/links-page-js.php:699
|
1098 |
#@ broken-link-checker
|
1099 |
msgid "The plugin failed to remove the link."
|
1100 |
msgstr "O plugin não apagou o link."
|
1101 |
|
1102 |
+
#: core/core.php:404
|
1103 |
+
#: includes/admin/links-page-js.php:710
|
1104 |
#: includes/admin/table-printer.php:292
|
1105 |
#: includes/admin/table-printer.php:685
|
1106 |
#@ broken-link-checker
|
1107 |
msgid "Unlink"
|
1108 |
msgstr "Remover link"
|
1109 |
|
1110 |
+
#: includes/admin/links-page-js.php:748
|
1111 |
#@ broken-link-checker
|
1112 |
msgid "Enter a name for the new custom filter"
|
1113 |
msgstr "Introduza o nome para o novo filtro personalizado"
|
1114 |
|
1115 |
+
#: includes/admin/links-page-js.php:760
|
1116 |
#@ broken-link-checker
|
1117 |
msgid ""
|
1118 |
"You are about to delete the current filter.\n"
|
1121 |
"Está a ponto de apagar o filtro atual.\n"
|
1122 |
" 'Cancelar' para sair, 'Aceitar' para apagar"
|
1123 |
|
1124 |
+
#: includes/admin/links-page-js.php:784
|
1125 |
#@ broken-link-checker
|
1126 |
msgid ""
|
1127 |
"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"
|
1130 |
"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"
|
1131 |
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
|
1132 |
|
1133 |
+
#: includes/admin/links-page-js.php:798
|
1134 |
#@ broken-link-checker
|
1135 |
msgid ""
|
1136 |
"Are you sure you want to remove the selected links? This action can't be undone.\n"
|
1139 |
"Tem a certeza que deseja eliminar todos os 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:928
|
1143 |
#@ broken-link-checker
|
1144 |
msgid "Enter a search string first."
|
1145 |
msgstr "Introduza primeiro uma string de procura."
|
1146 |
|
1147 |
+
#: includes/admin/links-page-js.php:935
|
1148 |
#@ broken-link-checker
|
1149 |
msgid "Select one or more links to edit."
|
1150 |
msgstr "Selecione um ou mais links para editar."
|
1260 |
msgid "Bulk Actions"
|
1261 |
msgstr "Edição em Massa"
|
1262 |
|
1263 |
+
#: core/core.php:403
|
1264 |
#: includes/admin/table-printer.php:287
|
1265 |
#: includes/admin/table-printer.php:682
|
1266 |
#@ broken-link-checker
|
1267 |
msgid "Edit URL"
|
1268 |
msgstr "Editar URL"
|
1269 |
|
1270 |
+
#: core/core.php:407
|
1271 |
#: includes/admin/table-printer.php:288
|
1272 |
#: includes/admin/table-printer.php:711
|
1273 |
#@ broken-link-checker
|
1432 |
msgid "[An orphaned link! This is a bug.]"
|
1433 |
msgstr "[Um link órfão! Bug.]"
|
1434 |
|
1435 |
+
#: modules/checkers/http.php:290
|
1436 |
#@ broken-link-checker
|
1437 |
msgid "Server Not Found"
|
1438 |
msgstr "Servidor Não Encontrado"
|
1439 |
|
1440 |
+
#: modules/checkers/http.php:306
|
1441 |
#@ broken-link-checker
|
1442 |
msgid "Connection Failed"
|
1443 |
msgstr "Sem Ligação"
|
1444 |
|
1445 |
+
#: modules/checkers/http.php:349
|
1446 |
+
#: modules/checkers/http.php:431
|
1447 |
#, php-format
|
1448 |
#@ broken-link-checker
|
1449 |
msgid "HTTP code : %d"
|
1450 |
msgstr "Código HTTP : %d"
|
1451 |
|
1452 |
+
#: modules/checkers/http.php:351
|
1453 |
+
#: modules/checkers/http.php:433
|
1454 |
#@ broken-link-checker
|
1455 |
msgid "(No response)"
|
1456 |
msgstr "(Sem resposta)"
|
1457 |
|
1458 |
+
#: modules/checkers/http.php:369
|
1459 |
#@ broken-link-checker
|
1460 |
msgid "Most likely the connection timed out or the domain doesn't exist."
|
1461 |
msgstr "Provável que o tempo da ligação se tenha esgotado ou que o domínio não exista."
|
1462 |
|
1463 |
+
#: modules/checkers/http.php:440
|
1464 |
#@ broken-link-checker
|
1465 |
msgid "Request timed out."
|
1466 |
msgstr "Tempo de espera esgotado."
|
1467 |
|
1468 |
+
#: modules/checkers/http.php:458
|
1469 |
#@ broken-link-checker
|
1470 |
msgid "Using Snoopy"
|
1471 |
msgstr "Utilizando Snoopy"
|
1661 |
msgid "Embedded YouTube video"
|
1662 |
msgstr "Vídeo YouTube embutido"
|
1663 |
|
1664 |
+
#: modules/extras/youtube.php:149
|
1665 |
+
#: modules/extras/youtube.php:152
|
1666 |
#@ broken-link-checker
|
1667 |
msgid "Video Not Found"
|
1668 |
msgstr "Vídeo Não Encontrado"
|
1669 |
|
1670 |
+
#: modules/extras/youtube.php:137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1671 |
#@ broken-link-checker
|
1672 |
msgid "Video OK"
|
1673 |
msgstr "Vídeo OK"
|
1674 |
|
1675 |
+
#: modules/extras/youtube.php:199
|
|
|
1676 |
#, php-format
|
1677 |
#@ broken-link-checker
|
1678 |
msgid "Video status : %s%s"
|
1679 |
msgstr "Vídeo status : %s%s"
|
1680 |
|
1681 |
+
#: modules/extras/youtube.php:205
|
|
|
1682 |
#@ broken-link-checker
|
1683 |
msgid "Video Restricted"
|
1684 |
msgstr "Vídeo Restrito"
|
1685 |
|
1686 |
+
#: modules/extras/youtube.php:263
|
|
|
1687 |
#@ default
|
1688 |
msgid "Unknown YouTube API response received."
|
1689 |
msgstr "Resposta API YouTube desconhecida."
|
1690 |
|
1691 |
+
#: modules/parsers/image.php:186
|
1692 |
#@ broken-link-checker
|
1693 |
msgid "Image"
|
1694 |
msgstr "Imagem"
|
1698 |
msgid "Custom field"
|
1699 |
msgstr "Campo personalizado"
|
1700 |
|
1701 |
+
#: core/core.php:790
|
1702 |
#@ broken-link-checker
|
1703 |
msgid "Send authors e-mail notifications about broken links in their posts"
|
1704 |
msgstr "Enviar aos autores notificações por e-mail sobre links offline encontrados nos seus artigos"
|
1705 |
|
1706 |
+
#: core/core.php:2857
|
1707 |
#@ broken-link-checker
|
1708 |
msgctxt "current load"
|
1709 |
msgid "Unknown"
|
1710 |
msgstr "Desconhecido"
|
1711 |
|
1712 |
+
#: core/core.php:3702
|
1713 |
#, php-format
|
1714 |
#@ broken-link-checker
|
1715 |
msgid "Broken Link Checker has detected %d new broken link in your posts."
|
1819 |
msgid "Pages"
|
1820 |
msgstr "Páginas"
|
1821 |
|
1822 |
+
#: includes/links.php:1002
|
1823 |
#@ broken-link-checker
|
1824 |
msgctxt "link status"
|
1825 |
msgid "Unknown"
|
1826 |
msgstr "Desconhecido"
|
1827 |
|
1828 |
+
#: includes/links.php:1045
|
1829 |
#: modules/extras/rapidshare.php:145
|
1830 |
#: modules/extras/rapidshare.php:151
|
1831 |
#: modules/extras/rapidshare.php:178
|
1832 |
+
#: modules/extras/youtube.php:138
|
1833 |
+
#: modules/extras/youtube.php:215
|
1834 |
#@ broken-link-checker
|
1835 |
msgctxt "link status"
|
1836 |
msgid "OK"
|
1940 |
msgid "Trash"
|
1941 |
msgstr "Lixo"
|
1942 |
|
1943 |
+
#: core/core.php:842
|
1944 |
#, php-format
|
1945 |
#@ broken-link-checker
|
1946 |
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
|
1947 |
msgstr "Exemplo : Lorem ipsum <a %s>link offline</a>, dolor sit amet."
|
1948 |
|
1949 |
+
#: core/core.php:845
|
1950 |
+
#: core/core.php:876
|
1951 |
#@ broken-link-checker
|
1952 |
msgid "Click \"Save Changes\" to update example output."
|
1953 |
msgstr "Clicar \"Guardar Alterações\" para atualizar a visualização do exemplo."
|
1954 |
|
1955 |
+
#: core/core.php:873
|
1956 |
#, php-format
|
1957 |
#@ broken-link-checker
|
1958 |
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
|
1989 |
msgid "Hide this link and do not report it again unless its status changes"
|
1990 |
msgstr "Ocultar este link e não reportá-lo de novo expecto se houver mudança de estado "
|
1991 |
|
1992 |
+
#: core/core.php:406
|
1993 |
#: includes/admin/table-printer.php:291
|
1994 |
#: includes/admin/table-printer.php:699
|
1995 |
#@ broken-link-checker
|
2021 |
msgid "No dismissed links found"
|
2022 |
msgstr "Nenhuns links descartados encontrados"
|
2023 |
|
2024 |
+
#: core/core.php:2806
|
2025 |
#, php-format
|
2026 |
#@ broken-link-checker
|
2027 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
2030 |
msgstr[0] "%d URL única"
|
2031 |
msgstr[1] "%d URLs únicas"
|
2032 |
|
2033 |
+
#: core/core.php:2810
|
2034 |
#, php-format
|
2035 |
#@ broken-link-checker
|
2036 |
msgctxt "for the \"Detected X unique URLs in Y links\" message"
|
2039 |
msgstr[0] "%d link"
|
2040 |
msgstr[1] "%d links"
|
2041 |
|
2042 |
+
#: core/core.php:2816
|
2043 |
#, php-format
|
2044 |
#@ broken-link-checker
|
2045 |
msgid "Detected %1$s in %2$s and still searching..."
|
2046 |
msgstr "Encontrados %1$s em %2$s e procurando..."
|
2047 |
|
2048 |
+
#: core/core.php:2822
|
2049 |
#, php-format
|
2050 |
#@ broken-link-checker
|
2051 |
msgid "Detected %1$s in %2$s."
|
2052 |
msgstr "Encontrados %1$s em %2$s."
|
2053 |
|
2054 |
+
#: core/core.php:797
|
2055 |
#@ broken-link-checker
|
2056 |
msgid "Notification e-mail address"
|
2057 |
msgstr "Endereço de e-mail para Notificação"
|
2058 |
|
2059 |
+
#: core/core.php:809
|
2060 |
#@ broken-link-checker
|
2061 |
msgid "Leave empty to use the e-mail address specified in Settings → General."
|
2062 |
msgstr "Deixar em branco para usar o endereço de e-mail especificado em Configurações → Geral."
|
2063 |
|
2064 |
+
#: core/core.php:1078
|
2065 |
#@ broken-link-checker
|
2066 |
msgid "Show the dashboard widget for"
|
2067 |
msgstr "Mostrar o widget do Painel para"
|
2068 |
|
2069 |
+
#: core/core.php:1083
|
2070 |
#@ broken-link-checker
|
2071 |
msgctxt "dashboard widget visibility"
|
2072 |
msgid "Administrator"
|
2073 |
msgstr "Administrador"
|
2074 |
|
2075 |
+
#: core/core.php:1084
|
2076 |
#@ broken-link-checker
|
2077 |
msgctxt "dashboard widget visibility"
|
2078 |
msgid "Editor and above"
|
2079 |
msgstr "Editor e superior"
|
2080 |
|
2081 |
+
#: core/core.php:1085
|
2082 |
#@ broken-link-checker
|
2083 |
msgctxt "dashboard widget visibility"
|
2084 |
msgid "Nobody (disables the widget)"
|
2094 |
msgid "Embedded YouTube playlist"
|
2095 |
msgstr "Playlist do YouTube embutida"
|
2096 |
|
2097 |
+
#: modules/extras/youtube.php:171
|
2098 |
+
#: modules/extras/youtube.php:174
|
2099 |
#@ broken-link-checker
|
2100 |
msgid "Playlist Not Found"
|
2101 |
msgstr "Playlist Não Encontrada"
|
2102 |
|
2103 |
+
#: modules/extras/youtube.php:181
|
2104 |
#@ broken-link-checker
|
2105 |
msgid "Playlist Restricted"
|
2106 |
msgstr "Playlist Restrita"
|
2107 |
|
2108 |
+
#: modules/extras/youtube.php:214
|
|
|
|
|
|
|
|
|
|
|
2109 |
#@ broken-link-checker
|
2110 |
msgid "Playlist OK"
|
2111 |
msgstr "Playlist OK"
|
2112 |
|
2113 |
+
#: modules/extras/youtube.php:188
|
2114 |
#@ broken-link-checker
|
2115 |
msgid "This playlist has no entries or all entries have been deleted."
|
2116 |
msgstr "Esta playlist não tem registos ou foram todos excluídos."
|
2117 |
|
|
|
|
|
|
|
|
|
|
|
2118 |
#: includes/extra-strings.php:9
|
2119 |
#@ broken-link-checker
|
2120 |
msgctxt "module name"
|
2127 |
msgid "Smart YouTube httpv:// URLs"
|
2128 |
msgstr "Smart YouTube httpv:// URLs"
|
2129 |
|
2130 |
+
#: core/core.php:903
|
2131 |
#@ broken-link-checker
|
2132 |
msgctxt "settings page"
|
2133 |
msgid "Suggestions"
|
2134 |
msgstr "Sugestões"
|
2135 |
|
2136 |
+
#: core/core.php:908
|
2137 |
#@ broken-link-checker
|
2138 |
msgid "Suggest alternatives to broken links"
|
2139 |
msgstr "Sugerir links offline alternativos"
|
2140 |
|
2141 |
+
#: core/core.php:1402
|
2142 |
#@ broken-link-checker
|
2143 |
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>."
|
2144 |
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>."
|
2145 |
|
2146 |
+
#: core/core.php:3038
|
2147 |
#@ broken-link-checker
|
2148 |
msgid "An unexpected error occurred!"
|
2149 |
msgstr "Ocorreu um erro inesperado!"
|
2150 |
|
2151 |
+
#: includes/admin/links-page-js.php:370
|
2152 |
#@ broken-link-checker
|
2153 |
msgctxt "link text"
|
2154 |
msgid "(None)"
|
2155 |
msgstr "(Nenhum)"
|
2156 |
|
2157 |
+
#: includes/admin/links-page-js.php:371
|
2158 |
#@ broken-link-checker
|
2159 |
msgctxt "link text"
|
2160 |
msgid "(Multiple links)"
|
2161 |
msgstr "(Múltiplos links)"
|
2162 |
|
2163 |
+
#: includes/admin/links-page-js.php:429
|
2164 |
#@ broken-link-checker
|
2165 |
msgctxt "link suggestions"
|
2166 |
msgid "Searching..."
|
2167 |
msgstr "Procurando..."
|
2168 |
|
2169 |
+
#: includes/admin/links-page-js.php:430
|
2170 |
#@ broken-link-checker
|
2171 |
msgctxt "link suggestions"
|
2172 |
msgid "No suggestions available."
|
2173 |
msgstr "Nenhumas sugestões disponíveis."
|
2174 |
|
2175 |
+
#: includes/admin/links-page-js.php:431
|
2176 |
#, php-format
|
2177 |
#@ broken-link-checker
|
2178 |
msgctxt "link suggestions"
|
2179 |
msgid "Archived page from %s (via the Wayback Machine)"
|
2180 |
msgstr "Página arquivada de %s (via Wayback Machine)"
|
2181 |
|
2182 |
+
#: includes/admin/links-page-js.php:540
|
2183 |
#@ broken-link-checker
|
2184 |
msgid "The following error(s) occurred :"
|
2185 |
msgstr "Ocorreu o seguinte erro(s): "
|
2186 |
|
2187 |
+
#: includes/admin/links-page-js.php:612
|
2188 |
#@ broken-link-checker
|
2189 |
msgid "Error: Link URL must not be empty."
|
2190 |
msgstr "Erro: URL do link não pode ser nulo."
|
2223 |
msgid "Use this URL"
|
2224 |
msgstr "Utilizar URL"
|
2225 |
|
2226 |
+
#: core/core.php:1202
|
2227 |
#@ broken-link-checker
|
2228 |
msgid "Logging"
|
2229 |
msgstr "Processar Log"
|
2230 |
|
2231 |
+
#: core/core.php:1208
|
2232 |
#@ broken-link-checker
|
2233 |
msgid "Enable logging"
|
2234 |
msgstr "Ativar Log"
|
2235 |
|
2236 |
+
#: core/core.php:1215
|
2237 |
#@ broken-link-checker
|
2238 |
msgid "Log file location"
|
2239 |
msgstr "Localização do ficheiro Log"
|
2240 |
|
2241 |
+
#: core/core.php:1224
|
2242 |
#@ broken-link-checker
|
2243 |
msgctxt "log file location"
|
2244 |
msgid "Default"
|
2245 |
msgstr "Padrão"
|
2246 |
|
2247 |
+
#: core/core.php:1238
|
2248 |
#@ broken-link-checker
|
2249 |
msgctxt "log file location"
|
2250 |
msgid "Custom"
|
2255 |
msgid "Please activate the plugin separately on each site. Network activation is not supported."
|
2256 |
msgstr "Por favor, ativar o plugin separadamente em cada site. Não é suportada ativação em rede."
|
2257 |
|
2258 |
+
#: core/core.php:1184
|
2259 |
#@ broken-link-checker
|
2260 |
msgid "Target resource usage"
|
2261 |
msgstr "Utilização de recursos alvo"
|
2262 |
|
2263 |
+
#: core/core.php:408
|
2264 |
#: includes/admin/table-printer.php:719
|
2265 |
#@ broken-link-checker
|
2266 |
msgctxt "link action; replace one redirect with a direct link"
|
2267 |
msgid "Fix redirect"
|
2268 |
msgstr "Reparar redirect"
|
2269 |
|
2270 |
+
#: core/core.php:893
|
2271 |
#@ broken-link-checker
|
2272 |
msgctxt "\"Link tweaks\" settings"
|
2273 |
msgid "These settings only apply to the content of posts, not comments or custom fields."
|
2274 |
msgstr "Estas configurações apenas se aplicam ao conteúdo dos artigos, não em comentários ou campos personalizados."
|
2275 |
|
2276 |
+
#: core/core.php:914
|
2277 |
#@ broken-link-checker
|
2278 |
msgctxt "settings page"
|
2279 |
msgid "Warnings"
|
2280 |
msgstr "Avisos"
|
2281 |
|
2282 |
+
#: core/core.php:919
|
2283 |
#@ broken-link-checker
|
2284 |
msgid "Show uncertain or minor problems as \"warnings\" instead of \"broken\""
|
2285 |
msgstr "Mostrar problemas irresolutos ou menores com \"avisos\" em vez de \"offline\""
|
2286 |
|
2287 |
+
#: core/core.php:922
|
2288 |
#@ broken-link-checker
|
2289 |
msgid "Turning off this option will make the plugin report all problems as broken links."
|
2290 |
msgstr "Desativando esta opção, todos os problemas serão reportados como links offline. "
|
2291 |
|
2292 |
+
#: core/core.php:1101
|
2293 |
#@ broken-link-checker
|
2294 |
msgctxt "settings page"
|
2295 |
msgid "Show link actions"
|
2296 |
msgstr "Mostrar ações do link"
|
2297 |
|
2298 |
+
#: core/core.php:2191
|
2299 |
#, php-format
|
2300 |
#@ broken-link-checker
|
2301 |
msgid "%d link dismissed"
|
2303 |
msgstr[0] "%d link descartado"
|
2304 |
msgstr[1] "%d links descartados"
|
2305 |
|
2306 |
+
#: core/core.php:2248
|
2307 |
#@ broken-link-checker
|
2308 |
msgid "The \"Warnings\" page lists problems that are probably temporary or suspected to be false positives.<br> Warnings that persist for a long time will usually be reclassified as broken links."
|
2309 |
msgstr "Os \"Avisos\" exibem os problemas que são, provavelmente, temporários ou possíveis de serem falsos positivos.<br> Avisos que persistem por muito tempo serão, de uma forma geral, reclassificados como links offline."
|
2310 |
|
2311 |
+
#: core/core.php:2253
|
2312 |
#@ broken-link-checker
|
2313 |
msgctxt "admin notice under Tools - Broken links - Warnings"
|
2314 |
msgid "Hide notice"
|
2315 |
msgstr "Ocultar aviso"
|
2316 |
|
2317 |
+
#: core/core.php:2259
|
2318 |
#@ broken-link-checker
|
2319 |
msgctxt "a link from the admin notice under Tools - Broken links - Warnings"
|
2320 |
msgid "Change warning settings"
|
2352 |
msgid "Permission Denied"
|
2353 |
msgstr "Permissão Negada"
|
2354 |
|
2355 |
+
#: core/core.php:3435
|
2356 |
+
#@ broken-link-checker
|
2357 |
+
msgid "Database character set"
|
2358 |
+
msgstr "Conjunto de caracteres da Base de dados"
|
2359 |
+
|
2360 |
+
#: modules/extras/youtube.php:189
|
2361 |
+
#@ broken-link-checker
|
2362 |
+
msgctxt "link status"
|
2363 |
+
msgid "Empty Playlist"
|
2364 |
+
msgstr "Playlist vazia"
|
2365 |
+
|
modules/checkers/http.php
CHANGED
@@ -353,7 +353,7 @@ class blcCurlHttp extends blcHttpCheckerBase {
|
|
353 |
$log .= " ===\n\n";
|
354 |
|
355 |
$log .= "Response headers\n" . str_repeat('=', 16) . "\n";
|
356 |
-
$log .= $this->last_headers;
|
357 |
|
358 |
if ( isset($info['request_header']) ) {
|
359 |
$log .= "Request headers\n" . str_repeat('=', 16) . "\n";
|
353 |
$log .= " ===\n\n";
|
354 |
|
355 |
$log .= "Response headers\n" . str_repeat('=', 16) . "\n";
|
356 |
+
$log .= htmlentities($this->last_headers);
|
357 |
|
358 |
if ( isset($info['request_header']) ) {
|
359 |
$log .= "Request headers\n" . str_repeat('=', 16) . "\n";
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Broken Link Checker ===
|
2 |
-
Contributors:
|
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: 4.2.
|
7 |
-
Stable tag: 1.10.
|
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 |
|
@@ -99,9 +99,15 @@ To upgrade your installation
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
= 1.10.8 =
|
103 |
* Added a Swedish translation.
|
104 |
-
* Fixed an encoding-related bug that caused some translated text on the "Broken Links" to show up as gibberish.
|
105 |
* Fixed a potential security vulnerability where the "Final URL" field was not sanitized.
|
106 |
* Fixed link text being truncated to 250 characters.
|
107 |
* Fixed the "Edit URL" function updating the link text even when the user left that field unchanged.
|
1 |
=== Broken Link Checker ===
|
2 |
+
Contributors: managewp,freediver
|
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: 4.2.4
|
7 |
+
Stable tag: 1.10.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 |
|
99 |
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 1.10.9 =
|
103 |
+
* Fixed a security vulnerability where part of the log data visibile in the "Details" view was not properly sanitized.
|
104 |
+
* Updated French translation.
|
105 |
+
* Updated Portuguese translation.
|
106 |
+
* Removed an advertising banner.
|
107 |
+
|
108 |
= 1.10.8 =
|
109 |
* Added a Swedish translation.
|
110 |
+
* Fixed an encoding-related bug that caused some translated text on the "Broken Links" page to show up as gibberish.
|
111 |
* Fixed a potential security vulnerability where the "Final URL" field was not sanitized.
|
112 |
* Fixed link text being truncated to 250 characters.
|
113 |
* Fixed the "Edit URL" function updating the link text even when the user left that field unchanged.
|