Version Description
- Updated Italian translation.
- Removed the survey link.
Download this release
Release Info
Developer | whiteshadow |
Plugin | Broken Link Checker |
Version | 0.8.1 |
Comparing to | |
See all releases |
Code changes from version 0.8 to 0.8.1
- broken-link-checker.php +1 -3
- core.php +0 -39
- languages/broken-link-checker-it_IT.mo +0 -0
- languages/broken-link-checker-it_IT.po +289 -204
- readme.txt +6 -2
broken-link-checker.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Broken Link Checker
|
5 |
Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
|
6 |
Description: Checks your posts for broken links and missing images and notifies you on the dashboard if any are found.
|
7 |
-
Version: 0.8
|
8 |
Author: Janis Elsts
|
9 |
Author URI: http://w-shadow.com/blog/
|
10 |
Text Domain: broken-link-checker
|
@@ -80,8 +80,6 @@ $blc_config_manager = new blcConfigurationManager(
|
|
80 |
//system-wide /tmp directory will be used instead.
|
81 |
|
82 |
'timeout' => 30, //Links that take longer than this to respond will be treated as broken.
|
83 |
-
|
84 |
-
'show_survey_notice' => true, //Show/hide the Dashboard notice asking the user to take a survey about the plugin
|
85 |
)
|
86 |
);
|
87 |
|
4 |
Plugin Name: Broken Link Checker
|
5 |
Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
|
6 |
Description: Checks your posts for broken links and missing images and notifies you on the dashboard if any are found.
|
7 |
+
Version: 0.8.1
|
8 |
Author: Janis Elsts
|
9 |
Author URI: http://w-shadow.com/blog/
|
10 |
Text Domain: broken-link-checker
|
80 |
//system-wide /tmp directory will be used instead.
|
81 |
|
82 |
'timeout' => 30, //Links that take longer than this to respond will be treated as broken.
|
|
|
|
|
83 |
)
|
84 |
);
|
85 |
|
core.php
CHANGED
@@ -93,11 +93,6 @@ class wsBrokenLinkChecker {
|
|
93 |
|
94 |
//Initialize the built-in link filters
|
95 |
add_action('init', array(&$this,'init_native_filters'));
|
96 |
-
|
97 |
-
//Appearify the survey notice on all Dashboard pages
|
98 |
-
if ( $this->conf->options['show_survey_notice'] ){
|
99 |
-
add_action('admin_notices', array(&$this, 'display_survey_notice'));
|
100 |
-
}
|
101 |
}
|
102 |
|
103 |
function admin_footer(){
|
@@ -3379,40 +3374,6 @@ div.search-box{
|
|
3379 |
return $wpdb->get_results($q, ARRAY_A);
|
3380 |
}
|
3381 |
}
|
3382 |
-
|
3383 |
-
/**
|
3384 |
-
* wsBrokenLinkChecker::display_survey_notice()
|
3385 |
-
* Display a notice asking the user to take the Broken Link Checker user survey.
|
3386 |
-
*
|
3387 |
-
* @return void
|
3388 |
-
*/
|
3389 |
-
function display_survey_notice(){
|
3390 |
-
//Only people who can actually use the plugin will see the notice
|
3391 |
-
if ( !current_user_can('manage_links') ) return;
|
3392 |
-
|
3393 |
-
if ( !empty($_GET['dismiss-blc-survey']) ){
|
3394 |
-
//The user has chosen to hide the survey notice
|
3395 |
-
$this->conf->options['show_survey_notice'] = false;
|
3396 |
-
$this->conf->save_options();
|
3397 |
-
return;
|
3398 |
-
}
|
3399 |
-
|
3400 |
-
$survey_url = 'http://spreadsheets.google.com/viewform?formkey=dEZxR1Y3QWZ2WjV4WEJORWJ2UHhJZGc6MA';
|
3401 |
-
|
3402 |
-
$msg = sprintf(
|
3403 |
-
'<strong>Help improve Broken Link Checker - take the user feedback survey!</strong>
|
3404 |
-
<ul>
|
3405 |
-
<li><a href="%s" target="_blank" title="This link will open in a new window"><strong>Take the survey</strong></a></li>
|
3406 |
-
<li><a href="%s">Dismiss this notice</a></li>
|
3407 |
-
</ul>',
|
3408 |
-
$survey_url,
|
3409 |
-
add_query_arg('dismiss-blc-survey', 1)
|
3410 |
-
);
|
3411 |
-
|
3412 |
-
|
3413 |
-
|
3414 |
-
echo '<div id="update-nag" style="text-align: left; padding-left: 20px;">'.$msg.'</div>';
|
3415 |
-
}
|
3416 |
|
3417 |
}//class ends here
|
3418 |
|
93 |
|
94 |
//Initialize the built-in link filters
|
95 |
add_action('init', array(&$this,'init_native_filters'));
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
97 |
|
98 |
function admin_footer(){
|
3374 |
return $wpdb->get_results($q, ARRAY_A);
|
3375 |
}
|
3376 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3377 |
|
3378 |
}//class ends here
|
3379 |
|
languages/broken-link-checker-it_IT.mo
CHANGED
Binary file
|
languages/broken-link-checker-it_IT.po
CHANGED
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Broken Link Checker in italiano\n"
|
9 |
"Report-Msgid-Bugs-To: whiteshadow@w-shadow.com\n"
|
10 |
-
"POT-Creation-Date:
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
|
13 |
"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -18,335 +18,425 @@ msgstr ""
|
|
18 |
"X-Poedit-Language: Italian\n"
|
19 |
"X-Poedit-Country: ITALY\n"
|
20 |
|
21 |
-
#: core.php:
|
22 |
-
#: core.php:
|
23 |
msgid "Loading..."
|
24 |
msgstr "In carica..."
|
25 |
|
26 |
-
#: core.php:
|
27 |
-
#: core.php:
|
28 |
msgid "[ Network error ]"
|
29 |
msgstr "[ Network error ]"
|
30 |
|
31 |
-
#: core.php:
|
32 |
msgid "Automatically expand the widget if broken links have been detected"
|
33 |
msgstr "Espandi in automatico il widget qualora un link rotto fosse stato rilevato"
|
34 |
|
35 |
-
#: core.php:
|
36 |
-
#: core.php:
|
37 |
-
#: core.php:
|
38 |
-
#: core.php:
|
39 |
-
#: core.php:
|
40 |
-
#: core.php:
|
41 |
-
#: core.php:
|
42 |
#, php-format
|
43 |
msgid "Database error : %s"
|
44 |
msgstr "Errore database : %s"
|
45 |
|
46 |
-
#: core.php:
|
47 |
msgid "Link Checker Settings"
|
48 |
msgstr "Impostazioni Link Checker"
|
49 |
|
50 |
-
#: core.php:
|
51 |
msgid "Link Checker"
|
52 |
msgstr "Link Checker"
|
53 |
|
54 |
-
#: core.php:
|
55 |
msgid "View Broken Links"
|
56 |
msgstr "Visualizza i link rotti"
|
57 |
|
58 |
-
#: core.php:
|
59 |
-
#: core.php:
|
60 |
msgid "Broken Links"
|
61 |
msgstr "Link rotti"
|
62 |
|
63 |
-
#: core.php:
|
64 |
msgid "Settings"
|
65 |
msgstr "Impostazioni"
|
66 |
|
67 |
-
#: core.php:
|
68 |
msgid "Broken Link Checker Options"
|
69 |
msgstr "Opzioni Broken Link Checker"
|
70 |
|
71 |
-
#: core.php:
|
72 |
msgid "Status"
|
73 |
msgstr "Stato"
|
74 |
|
75 |
-
#: core.php:
|
76 |
-
#: core.php:
|
77 |
msgid "Show debug info"
|
78 |
msgstr "Mostra info debug"
|
79 |
|
80 |
-
#: core.php:
|
81 |
msgid "Re-check all pages"
|
82 |
msgstr "Ricontrolla tutte le pagine"
|
83 |
|
84 |
-
#: core.php:
|
85 |
msgid "Check each link"
|
86 |
msgstr "Controlla i link"
|
87 |
|
88 |
-
#: core.php:
|
89 |
#, php-format
|
90 |
msgid "Every %s hours"
|
91 |
msgstr "Ogni %s ore"
|
92 |
|
93 |
-
#: core.php:
|
94 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
95 |
msgstr "I link già esistenti verranno controllati con questa frequenza i nuovi, lo saranno a breve."
|
96 |
|
97 |
-
#: core.php:
|
98 |
msgid "Broken link CSS"
|
99 |
msgstr "CSS link rotto"
|
100 |
|
101 |
-
#: core.php:
|
102 |
msgid "Apply <em>class=\"broken_link\"</em> to broken links"
|
103 |
msgstr "applica l'attributo <em>class=\"broken_link\"</em> ai link rotti"
|
104 |
|
105 |
-
#: core.php:
|
106 |
msgid "Removed link CSS"
|
107 |
msgstr "CSS link rimosso"
|
108 |
|
109 |
-
#: core.php:
|
110 |
msgid "Apply <em>class=\"removed_link\"</em> to unlinked links"
|
111 |
msgstr "Applica l'attributo <em>class=\"broken_link\"</em> ai link delinkati"
|
112 |
|
113 |
-
#: core.php:
|
114 |
msgid "Exclusion list"
|
115 |
msgstr "Lista estromessi"
|
116 |
|
117 |
-
#: core.php:
|
118 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
119 |
msgstr "Non controllare gli URL che contengono queste parole (una per riga):"
|
120 |
|
121 |
-
#: core.php:
|
122 |
msgid "Custom fields"
|
123 |
msgstr "Campi personalizzati"
|
124 |
|
125 |
-
#: core.php:
|
126 |
msgid "Check URLs entered in these custom fields (one per line) :"
|
127 |
msgstr "Controlla gli URL inseriti in questi campi personalizzati (uno per riga):"
|
128 |
|
129 |
-
#: core.php:
|
130 |
msgid "Advanced"
|
131 |
msgstr "Avanzate"
|
132 |
|
133 |
-
#: core.php:
|
134 |
msgid "Timeout"
|
135 |
msgstr "Timeout"
|
136 |
|
137 |
-
#: core.php:
|
138 |
-
#: core.php:
|
139 |
#, php-format
|
140 |
msgid "%s seconds"
|
141 |
msgstr "%s secondi"
|
142 |
|
143 |
-
#: core.php:
|
144 |
msgid "Links that take longer than this to load will be marked as broken."
|
145 |
msgstr "I link che impiegheranno un maggior tempo per essere caricati verranno considerati come rotti."
|
146 |
|
147 |
-
#: core.php:
|
148 |
msgid "Custom temporary directory"
|
149 |
msgstr "Cartella temporanea personalizzata:"
|
150 |
|
151 |
-
#: core.php:
|
152 |
-
#: core.php:
|
153 |
msgid "OK"
|
154 |
msgstr "OK"
|
155 |
|
156 |
-
#: core.php:
|
157 |
msgid "Error : This directory isn't writable by PHP."
|
158 |
msgstr "Errore : questa cartella non é scrivibile via PHP."
|
159 |
|
160 |
-
#: core.php:
|
161 |
msgid "Error : This directory doesn't exist."
|
162 |
msgstr "Errore : questa cartella non esiste."
|
163 |
|
164 |
-
#: core.php:
|
165 |
msgid "Set this field if you want the plugin to use a custom directory for its lockfiles. Otherwise, leave it blank."
|
166 |
msgstr "Compila questo campo qualora gradissi che il plugin faccia uso di una cartella personalizzata per i lockfile diversamente, lascia in bianco."
|
167 |
|
168 |
-
#: core.php:
|
169 |
msgid "Max. execution time"
|
170 |
msgstr "Tempo max. operazione"
|
171 |
|
172 |
-
#: core.php:
|
173 |
msgid "The plugin works by periodically creating a background worker instance that parses your posts looking for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the background instance may run each time before stopping."
|
174 |
msgstr "Questo plugin opera grazie ad una richiesta periodica che lavora in background atta al rilevamento dei link contenuti nei post alla ricerca degli URL nonché compie delle operazioni che richiedono del tempo. Qui puoi impostare il tempo massimo di durata per la richiesta in background prima che essa termini."
|
175 |
|
176 |
-
#: core.php:
|
177 |
msgid "Save Changes"
|
178 |
msgstr "Salva le modifiche"
|
179 |
|
180 |
-
#: core.php:
|
181 |
msgid "Hide debug info"
|
182 |
msgstr "Nascondi le info debug"
|
183 |
|
184 |
-
#: core.php:
|
185 |
msgid "Broken"
|
186 |
msgstr "Rotto"
|
187 |
|
188 |
-
#: core.php:
|
189 |
msgid "No broken links found"
|
190 |
msgstr "Non é stato trovato alcun link rotto"
|
191 |
|
192 |
-
#: core.php:
|
193 |
msgid "Redirects"
|
194 |
msgstr "Reindirizzamenti"
|
195 |
|
196 |
-
#: core.php:
|
197 |
msgid "Redirected Links"
|
198 |
msgstr "Link reindirizzati"
|
199 |
|
200 |
-
#: core.php:
|
201 |
msgid "No redirects found"
|
202 |
-
msgstr "Nessun reindirizzamento trovato"
|
203 |
|
204 |
-
#: core.php:
|
205 |
msgid "All"
|
206 |
msgstr "Tutti"
|
207 |
|
208 |
-
#: core.php:
|
209 |
msgid "Detected Links"
|
210 |
msgstr "Link rilevati"
|
211 |
|
212 |
-
#: core.php:
|
213 |
msgid "No links found (yet)"
|
214 |
msgstr "Nessun link trovato (ancora)"
|
215 |
|
216 |
-
#: core.php:
|
217 |
-
#: core.php:
|
218 |
msgid "No links found for your query"
|
219 |
msgstr "Nessun link trovato in relazione ai termini di ricerca"
|
220 |
|
221 |
-
#: core.php:
|
222 |
msgid "You must enter a filter name!"
|
223 |
msgstr "Deve essere inserito un nome del filtro!"
|
224 |
|
225 |
-
#: core.php:
|
226 |
msgid "Invalid search query."
|
227 |
msgstr "Termine di ricerca non valido."
|
228 |
|
229 |
-
#: core.php:
|
230 |
#, php-format
|
231 |
msgid "Filter \"%s\" created"
|
232 |
msgstr "E' stato creato il filtro \"%s\""
|
233 |
|
234 |
-
#: core.php:
|
235 |
msgid "Filter ID not specified."
|
236 |
msgstr "ID filtro non specificato."
|
237 |
|
238 |
-
#: core.php:
|
239 |
msgid "Filter deleted"
|
240 |
msgstr "Il filtro é stato cancellato"
|
241 |
|
242 |
-
#: core.php:
|
243 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
msgid "Search"
|
245 |
msgstr "Cerca"
|
246 |
|
247 |
-
#: core.php:
|
248 |
msgid "Search Results"
|
249 |
msgstr "Risultati della ricerca"
|
250 |
|
251 |
-
#: core.php:
|
252 |
msgid "Save This Search As a Filter"
|
253 |
msgstr "Salva questa ricerca come filtro"
|
254 |
|
255 |
-
#: core.php:
|
256 |
msgid "Delete This Filter"
|
257 |
msgstr "Cancella questo filtro"
|
258 |
|
259 |
-
#: core.php:
|
260 |
msgid "Link text"
|
261 |
msgstr "Testo del link"
|
262 |
|
263 |
-
#: core.php:
|
264 |
-
#: core.php:
|
265 |
msgid "URL"
|
266 |
msgstr "URL"
|
267 |
|
268 |
-
#: core.php:
|
269 |
-
#: core.php:
|
270 |
msgid "HTTP code"
|
271 |
msgstr "Codice HTTP"
|
272 |
|
273 |
-
#: core.php:
|
274 |
msgid "Link status"
|
275 |
msgstr "Stato del link"
|
276 |
|
277 |
-
#: core.php:
|
278 |
msgid "Link type"
|
279 |
msgstr "Tipo di link"
|
280 |
|
281 |
-
#: core.php:
|
282 |
msgid "Any"
|
283 |
msgstr "Tutti"
|
284 |
|
285 |
-
#: core.php:
|
286 |
msgid "Normal link"
|
287 |
msgstr "Link normale"
|
288 |
|
289 |
-
#: core.php:
|
290 |
-
#: core.php:
|
291 |
msgid "Image"
|
292 |
msgstr "Immagine"
|
293 |
|
294 |
-
#: core.php:
|
295 |
-
#: core.php:
|
296 |
msgid "Custom field"
|
297 |
msgstr "Campo personalizzato"
|
298 |
|
299 |
-
#: core.php:
|
300 |
-
#: core.php:
|
301 |
msgid "Bookmark"
|
302 |
msgstr "Segnalibro"
|
303 |
|
304 |
-
#: core.php:
|
305 |
msgid "Search Links"
|
306 |
msgstr "Ricerca link"
|
307 |
|
308 |
-
#: core.php:
|
309 |
-
#: core.php:
|
310 |
msgid "Cancel"
|
311 |
msgstr "Annulla"
|
312 |
|
313 |
-
#: core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
msgid "«"
|
315 |
msgstr "«"
|
316 |
|
317 |
-
#: core.php:
|
318 |
msgid "»"
|
319 |
msgstr "»"
|
320 |
|
321 |
-
#: core.php:
|
322 |
-
#: core.php:
|
323 |
#, php-format
|
324 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
325 |
msgstr "Si stanno mostrando %s–%s di <span class=\"current-link-count\">%s</span>"
|
326 |
|
327 |
-
#: core.php:
|
328 |
msgid "Source"
|
329 |
msgstr "Sorgente"
|
330 |
|
331 |
-
#: core.php:
|
332 |
msgid "Link Text"
|
333 |
msgstr "Testo link"
|
334 |
|
335 |
-
#: core.php:
|
336 |
-
#: core.php:
|
337 |
msgid "Edit this post"
|
338 |
msgstr "Modifica questo articolo"
|
339 |
|
340 |
-
#: core.php:
|
341 |
-
#: core.php:
|
342 |
msgid "Edit"
|
343 |
msgstr "Modifica"
|
344 |
|
345 |
-
#: core.php:
|
346 |
msgid "Delete this post"
|
347 |
msgstr "Cancella questo articolo"
|
348 |
|
349 |
-
#: core.php:
|
350 |
#, php-format
|
351 |
msgid ""
|
352 |
"You are about to delete this post '%s'\n"
|
@@ -355,26 +445,26 @@ msgstr ""
|
|
355 |
"Stai per cancellare questa pubblicazione '%s'\n"
|
356 |
" 'Annulla' per fermarti, 'OK' per cancellare."
|
357 |
|
358 |
-
#: core.php:
|
359 |
-
#: core.php:
|
360 |
msgid "Delete"
|
361 |
msgstr "Cancella"
|
362 |
|
363 |
-
#: core.php:
|
364 |
#, php-format
|
365 |
msgid "View \"%s\""
|
366 |
msgstr "Visualizza \"%s\""
|
367 |
|
368 |
-
#: core.php:
|
369 |
msgid "View"
|
370 |
msgstr "Visualizza"
|
371 |
|
372 |
-
#: core.php:
|
373 |
-
#: core.php:
|
374 |
msgid "Edit this bookmark"
|
375 |
msgstr "Modifica questo segnalibro"
|
376 |
|
377 |
-
#: core.php:
|
378 |
#, php-format
|
379 |
msgid ""
|
380 |
"You are about to delete this link '%s'\n"
|
@@ -383,85 +473,80 @@ msgstr ""
|
|
383 |
"Stai per cancellare questo link '%s'\n"
|
384 |
" 'Annulla' per fermarti, 'OK' per cancellare."
|
385 |
|
386 |
-
#: core.php:
|
387 |
msgid "[An orphaned link! This is a bug.]"
|
388 |
msgstr "[Un link orfano! Questo é un bug.]"
|
389 |
|
390 |
-
#: core.php:
|
391 |
msgid "Show more info about this link"
|
392 |
msgstr "Mostra più info su questo link"
|
393 |
|
394 |
-
#: core.php:
|
395 |
-
#: core.php:
|
396 |
msgid "Details"
|
397 |
msgstr "Dettagli"
|
398 |
|
399 |
-
#: core.php:
|
400 |
msgid "Remove this link from all posts"
|
401 |
msgstr "Rimuovi questo link da tutti gli articoli"
|
402 |
|
403 |
-
#: core.php:
|
404 |
-
#: core.php:
|
405 |
-
|
406 |
-
msgstr "Scollega"
|
407 |
-
|
408 |
-
#: core.php:1387
|
409 |
-
#: core.php:1681
|
410 |
-
#: core.php:1692
|
411 |
msgid "Excluded"
|
412 |
msgstr "Escluso"
|
413 |
|
414 |
-
#: core.php:
|
415 |
msgid "Add this URL to the exclusion list"
|
416 |
msgstr "Aggiungi questo URL alla lista degli estromessi"
|
417 |
|
418 |
-
#: core.php:
|
419 |
-
#: core.php:
|
420 |
msgid "Exclude"
|
421 |
msgstr "Escludi"
|
422 |
|
423 |
-
#: core.php:
|
424 |
msgid "Edit link URL"
|
425 |
msgstr "Modifica URL del link"
|
426 |
|
427 |
-
#: core.php:
|
428 |
-
#: core.php:
|
429 |
-
#: core.php:
|
430 |
msgid "Edit URL"
|
431 |
msgstr "Modifica URL"
|
432 |
|
433 |
-
#: core.php:
|
434 |
msgid "Cancel URL editing"
|
435 |
msgstr "Annulla modifica URL"
|
436 |
|
437 |
-
#: core.php:
|
438 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
439 |
msgstr "Rimuovi questo link dalla lista dei link rotti e segnalo come valido"
|
440 |
|
441 |
-
#: core.php:
|
442 |
-
#: core.php:
|
443 |
msgid "Discard"
|
444 |
msgstr "Scarta"
|
445 |
|
446 |
-
#: core.php:
|
447 |
-
#: core.php:
|
448 |
-
#: core.php:
|
449 |
msgid "Wait..."
|
450 |
msgstr "Attendi..."
|
451 |
|
452 |
-
#: core.php:
|
453 |
msgid "Save URL"
|
454 |
msgstr "Salva l'URL"
|
455 |
|
456 |
-
#: core.php:
|
457 |
msgid "Saving changes..."
|
458 |
msgstr "Sto salvando le modifiche..."
|
459 |
|
460 |
-
#: core.php:
|
461 |
msgid "Enter a name for the new custom filter"
|
462 |
msgstr "Inserire un nome per il nuovo filtro personalizzato"
|
463 |
|
464 |
-
#: core.php:
|
465 |
msgid ""
|
466 |
"You are about to delete the current filter.\n"
|
467 |
"'Cancel' to stop, 'OK' to delete"
|
@@ -469,249 +554,249 @@ msgstr ""
|
|
469 |
"Stai per cancellare il filtro in uso.\n"
|
470 |
" 'Annulla' per fermarti, 'OK' per cancellare"
|
471 |
|
472 |
-
#: core.php:
|
473 |
msgid "Log"
|
474 |
msgstr "Registro"
|
475 |
|
476 |
-
#: core.php:
|
477 |
msgid "Post published on"
|
478 |
msgstr "Articolo pubblicato il"
|
479 |
|
480 |
-
#: core.php:
|
481 |
msgid "Link last checked"
|
482 |
msgstr "Ultimo controllo link"
|
483 |
|
484 |
-
#: core.php:
|
485 |
msgid "Never"
|
486 |
msgstr "Mai"
|
487 |
|
488 |
-
#: core.php:
|
489 |
msgid "Response time"
|
490 |
msgstr "Tempo di risposta"
|
491 |
|
492 |
-
#: core.php:
|
493 |
#, php-format
|
494 |
msgid "%2.3f seconds"
|
495 |
msgstr "%2.3f secondi"
|
496 |
|
497 |
-
#: core.php:
|
498 |
msgid "Final URL"
|
499 |
msgstr "URL finale"
|
500 |
|
501 |
-
#: core.php:
|
502 |
msgid "Redirect count"
|
503 |
msgstr "Computo reindirizzamento"
|
504 |
|
505 |
-
#: core.php:
|
506 |
msgid "Instance count"
|
507 |
msgstr "Computo richieste"
|
508 |
|
509 |
-
#: core.php:
|
510 |
#, php-format
|
511 |
msgid "This link has failed %d time."
|
512 |
msgid_plural "This link has failed %d times."
|
513 |
msgstr[0] "Questo link é stato difettoso %d volte."
|
514 |
msgstr[1] "Questi link sono stati difettosi %d volte."
|
515 |
|
516 |
-
#: core.php:
|
517 |
-
#: core.php:
|
518 |
msgid "This link wasn't checked because a matching keyword was found on your exclusion list."
|
519 |
msgstr "Questo link non é stato controllato poiché una parola chiave corrispondente ad esso é stata trovata nella lista degli esclusi."
|
520 |
|
521 |
-
#: core.php:
|
522 |
msgid "View broken links"
|
523 |
msgstr "Visualizza i link rotti"
|
524 |
|
525 |
-
#: core.php:
|
526 |
#, php-format
|
527 |
msgid "Found %d broken link"
|
528 |
msgid_plural "Found %d broken links"
|
529 |
msgstr[0] "E' stato trovato %d link rotto"
|
530 |
msgstr[1] "Sono stati trovati %d link rotti"
|
531 |
|
532 |
-
#: core.php:
|
533 |
msgid "No broken links found."
|
534 |
msgstr "Non é stato trovato alcun link rotto."
|
535 |
|
536 |
-
#: core.php:
|
537 |
#, php-format
|
538 |
msgid "%d URL in the work queue"
|
539 |
msgid_plural "%d URLs in the work queue"
|
540 |
msgstr[0] "%d URL in coda di elaborazione"
|
541 |
msgstr[1] "%d URL in coda di elaborazione"
|
542 |
|
543 |
-
#: core.php:
|
544 |
msgid "No URLs in the work queue."
|
545 |
msgstr "Nessun URL in coda di elaborazione."
|
546 |
|
547 |
-
#: core.php:
|
548 |
#, php-format
|
549 |
msgid "Detected %d unique URL"
|
550 |
msgid_plural "Detected %d unique URLs"
|
551 |
msgstr[0] "E' stato rilevato %d URL unico"
|
552 |
msgstr[1] "Sono stati rilevati %d URL unici"
|
553 |
|
554 |
-
#: core.php:
|
555 |
#, php-format
|
556 |
msgid "in %d link"
|
557 |
msgid_plural "in %d links"
|
558 |
msgstr[0] "in %d link"
|
559 |
msgstr[1] "in %d link"
|
560 |
|
561 |
-
#: core.php:
|
562 |
msgid "and still searching..."
|
563 |
msgstr "ricerca in corso..."
|
564 |
|
565 |
-
#: core.php:
|
566 |
msgid "Searching your blog for links..."
|
567 |
msgstr "Ricerca dei link in corso..."
|
568 |
|
569 |
-
#: core.php:
|
570 |
msgid "No links detected."
|
571 |
msgstr "Nessun link é stato rilevato."
|
572 |
|
573 |
-
#: core.php:
|
574 |
-
#: core.php:
|
575 |
-
#: core.php:
|
576 |
-
#: core.php:
|
577 |
msgid "You're not allowed to do that!"
|
578 |
msgstr "Non hai il permesso per farlo!"
|
579 |
|
580 |
-
#: core.php:
|
581 |
-
#: core.php:
|
582 |
-
#: core.php:
|
583 |
-
#: core.php:
|
584 |
#, php-format
|
585 |
msgid "Oops, I can't find the link %d"
|
586 |
msgstr "Oops, non é possibile trovare il link %d"
|
587 |
|
588 |
-
#: core.php:
|
589 |
msgid "This link was manually marked as working by the user."
|
590 |
msgstr "L'utente ha segnalato manualmente che questo link é funzionante."
|
591 |
|
592 |
-
#: core.php:
|
593 |
msgid "Oops, couldn't modify the link!"
|
594 |
msgstr "Oops, non é possibile modificare il link!"
|
595 |
|
596 |
-
#: core.php:
|
597 |
-
#: core.php:
|
598 |
msgid "Error : link_id not specified"
|
599 |
msgstr "Errore : non é stata specificata la link_id"
|
600 |
|
601 |
-
#: core.php:
|
602 |
msgid "Oops, the new URL is invalid!"
|
603 |
msgstr "Oops, il nuovo URL non é valido!"
|
604 |
|
605 |
-
#: core.php:
|
606 |
msgid "An unexpected error occured!"
|
607 |
msgstr "Si é verificato un errore inatteso!"
|
608 |
|
609 |
-
#: core.php:
|
610 |
msgid "Error : link_id or new_url not specified"
|
611 |
msgstr "Errore : non é stata specificata la link_id oppure il new_url"
|
612 |
|
613 |
-
#: core.php:
|
614 |
#, php-format
|
615 |
msgid "URL %s was removed."
|
616 |
msgstr "L'URL %s é stato rimosso."
|
617 |
|
618 |
-
#: core.php:
|
619 |
msgid "The plugin failed to remove the link."
|
620 |
msgstr "Il plugin non é stato in grado di rimuovere il link."
|
621 |
|
622 |
-
#: core.php:
|
623 |
msgid "You don't have sufficient privileges to access this information!"
|
624 |
msgstr "Non hai i permessi necessari per poter accedere a questa informazione!"
|
625 |
|
626 |
-
#: core.php:
|
627 |
msgid "Error : link ID not specified"
|
628 |
msgstr "Errore : La ID del link non é stata specificata"
|
629 |
|
630 |
-
#: core.php:
|
631 |
#, php-format
|
632 |
msgid "Failed to load link details (%s)"
|
633 |
msgstr "Non é stato possibile caricare i dettagli sul link (%s)"
|
634 |
|
635 |
-
#: core.php:
|
636 |
#, php-format
|
637 |
msgid "URL %s added to the exclusion list"
|
638 |
msgstr "L'URL %s é stato aggiunto alla lista degli esclusi"
|
639 |
|
640 |
-
#: core.php:
|
641 |
msgid "Link ID not specified"
|
642 |
msgstr "ID del link non specificata"
|
643 |
|
644 |
-
#: core.php:
|
645 |
#, php-format
|
646 |
msgid "The current temporary directory is not accessible; please <a href=\"%s\">set a different one</a>."
|
647 |
msgstr "La cartella temporanea non é accessibile; impostane una <a href=\"%s\">differente</a>."
|
648 |
|
649 |
-
#: core.php:
|
650 |
#, php-format
|
651 |
msgid "Please make the directory <code>%1$s</code> writable by plugins or <a href=\"%2$s\">set a custom temporary directory</a>."
|
652 |
msgstr "Rendi scrivibile la cartella <code>%1$s</code> oppure imposta una <a href=\"%2$s\">cartella temporanea</a>."
|
653 |
|
654 |
-
#: core.php:
|
655 |
msgid "Broken Link Checker can't create a lockfile."
|
656 |
msgstr "Broken Link Checker non può creare un lockfile."
|
657 |
|
658 |
-
#: core.php:
|
659 |
msgid "The plugin uses a file-based locking mechanism to ensure that only one instance of the resource-heavy link checking algorithm is running at any given time. Unfortunately, BLC can't find a writable directory where it could store the lockfile - it failed to detect the location of your server's temporary directory, and the plugin's own directory isn't writable by PHP. To fix this problem, please make the plugin's directory writable or enter a specify a custom temporary directory in the plugin's settings."
|
660 |
msgstr "Questo plugin utilizza un meccanismo di locking su base-file in modo tale che una sola richiesta per volta venga inoltrata all'algoritmo per la ricerca dei link. Sfortunatamente, BLC non ha trovato una cartella scrivibile laddove poter allocare il lockfile - non é stato possibile rilevare la posizione della cartella temporanea nel server e la cartella stessa del plugin non é scrivibile via PHP. Per risolvere il problema, rendi scrivibile la cartella del plugin oppure inserisci nelle impostazioni del plugin il percorso ad una cartella temporanea personalizzata."
|
661 |
|
662 |
-
#: core.php:
|
663 |
msgid "PHP version"
|
664 |
msgstr "Versione PHP"
|
665 |
|
666 |
-
#: core.php:
|
667 |
msgid "MySQL version"
|
668 |
msgstr "Versione MySQL"
|
669 |
|
670 |
-
#: core.php:
|
671 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
672 |
msgstr "Hai una versione datata del CURL. Il rilevamento del reindirizzamento potrebbe non funzionare."
|
673 |
|
674 |
-
#: core.php:
|
675 |
-
#: core.php:
|
676 |
-
#: core.php:
|
677 |
msgid "Not installed"
|
678 |
msgstr "Non installato"
|
679 |
|
680 |
-
#: core.php:
|
681 |
msgid "CURL version"
|
682 |
msgstr "Versione CURL"
|
683 |
|
684 |
-
#: core.php:
|
685 |
msgid "Installed"
|
686 |
msgstr "Installato"
|
687 |
|
688 |
-
#: core.php:
|
689 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
690 |
msgstr "E' necessario che tu abbia installato il CURL oppure Snoopy affinché il plugin possa funzionare!"
|
691 |
|
692 |
-
#: core.php:
|
693 |
msgid "On"
|
694 |
msgstr "On"
|
695 |
|
696 |
-
#: core.php:
|
697 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
698 |
msgstr "I reindirizzamenti potrebbero essere considerati come link rotti qualora la modalità safe_mode fosse attiva."
|
699 |
|
700 |
-
#: core.php:
|
701 |
-
#: core.php:
|
702 |
msgid "Off"
|
703 |
msgstr "Off"
|
704 |
|
705 |
-
#: core.php:
|
706 |
#, php-format
|
707 |
msgid "On ( %s )"
|
708 |
msgstr "On ( %s )"
|
709 |
|
710 |
-
#: core.php:
|
711 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
712 |
msgstr "I reindirizzamenti potrebbero essere considerati come link rotti qualora la funzione open_basedir fosse attiva."
|
713 |
|
714 |
-
#: core.php:
|
715 |
msgid "Can't create a lockfile. Please specify a custom temporary directory."
|
716 |
msgstr "Non é stato possibile creare un lockfile. Specificare una cartella temporanea personalizzata."
|
717 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Broken Link Checker in italiano\n"
|
9 |
"Report-Msgid-Bugs-To: whiteshadow@w-shadow.com\n"
|
10 |
+
"POT-Creation-Date: 2010-01-24 15:25+0000\n"
|
11 |
+
"PO-Revision-Date: 2010-01-25 18:32+0100\n"
|
12 |
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
|
13 |
"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
|
14 |
"MIME-Version: 1.0\n"
|
18 |
"X-Poedit-Language: Italian\n"
|
19 |
"X-Poedit-Country: ITALY\n"
|
20 |
|
21 |
+
#: core.php:143
|
22 |
+
#: core.php:1835
|
23 |
msgid "Loading..."
|
24 |
msgstr "In carica..."
|
25 |
|
26 |
+
#: core.php:166
|
27 |
+
#: core.php:604
|
28 |
msgid "[ Network error ]"
|
29 |
msgstr "[ Network error ]"
|
30 |
|
31 |
+
#: core.php:191
|
32 |
msgid "Automatically expand the widget if broken links have been detected"
|
33 |
msgstr "Espandi in automatico il widget qualora un link rotto fosse stato rilevato"
|
34 |
|
35 |
+
#: core.php:375
|
36 |
+
#: core.php:384
|
37 |
+
#: core.php:414
|
38 |
+
#: core.php:426
|
39 |
+
#: core.php:1014
|
40 |
+
#: core.php:1038
|
41 |
+
#: core.php:1316
|
42 |
#, php-format
|
43 |
msgid "Database error : %s"
|
44 |
msgstr "Errore database : %s"
|
45 |
|
46 |
+
#: core.php:452
|
47 |
msgid "Link Checker Settings"
|
48 |
msgstr "Impostazioni Link Checker"
|
49 |
|
50 |
+
#: core.php:453
|
51 |
msgid "Link Checker"
|
52 |
msgstr "Link Checker"
|
53 |
|
54 |
+
#: core.php:459
|
55 |
msgid "View Broken Links"
|
56 |
msgstr "Visualizza i link rotti"
|
57 |
|
58 |
+
#: core.php:460
|
59 |
+
#: core.php:892
|
60 |
msgid "Broken Links"
|
61 |
msgstr "Link rotti"
|
62 |
|
63 |
+
#: core.php:484
|
64 |
msgid "Settings"
|
65 |
msgstr "Impostazioni"
|
66 |
|
67 |
+
#: core.php:568
|
68 |
msgid "Broken Link Checker Options"
|
69 |
msgstr "Opzioni Broken Link Checker"
|
70 |
|
71 |
+
#: core.php:581
|
72 |
msgid "Status"
|
73 |
msgstr "Stato"
|
74 |
|
75 |
+
#: core.php:583
|
76 |
+
#: core.php:823
|
77 |
msgid "Show debug info"
|
78 |
msgstr "Mostra info debug"
|
79 |
|
80 |
+
#: core.php:617
|
81 |
msgid "Re-check all pages"
|
82 |
msgstr "Ricontrolla tutte le pagine"
|
83 |
|
84 |
+
#: core.php:641
|
85 |
msgid "Check each link"
|
86 |
msgstr "Controlla i link"
|
87 |
|
88 |
+
#: core.php:646
|
89 |
#, php-format
|
90 |
msgid "Every %s hours"
|
91 |
msgstr "Ogni %s ore"
|
92 |
|
93 |
+
#: core.php:655
|
94 |
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
|
95 |
msgstr "I link già esistenti verranno controllati con questa frequenza i nuovi, lo saranno a breve."
|
96 |
|
97 |
+
#: core.php:662
|
98 |
msgid "Broken link CSS"
|
99 |
msgstr "CSS link rotto"
|
100 |
|
101 |
+
#: core.php:667
|
102 |
msgid "Apply <em>class=\"broken_link\"</em> to broken links"
|
103 |
msgstr "applica l'attributo <em>class=\"broken_link\"</em> ai link rotti"
|
104 |
|
105 |
+
#: core.php:679
|
106 |
msgid "Removed link CSS"
|
107 |
msgstr "CSS link rimosso"
|
108 |
|
109 |
+
#: core.php:684
|
110 |
msgid "Apply <em>class=\"removed_link\"</em> to unlinked links"
|
111 |
msgstr "Applica l'attributo <em>class=\"broken_link\"</em> ai link delinkati"
|
112 |
|
113 |
+
#: core.php:696
|
114 |
msgid "Exclusion list"
|
115 |
msgstr "Lista estromessi"
|
116 |
|
117 |
+
#: core.php:697
|
118 |
msgid "Don't check links where the URL contains any of these words (one per line) :"
|
119 |
msgstr "Non controllare gli URL che contengono queste parole (una per riga):"
|
120 |
|
121 |
+
#: core.php:707
|
122 |
msgid "Custom fields"
|
123 |
msgstr "Campi personalizzati"
|
124 |
|
125 |
+
#: core.php:708
|
126 |
msgid "Check URLs entered in these custom fields (one per line) :"
|
127 |
msgstr "Controlla gli URL inseriti in questi campi personalizzati (uno per riga):"
|
128 |
|
129 |
+
#: core.php:719
|
130 |
msgid "Advanced"
|
131 |
msgstr "Avanzate"
|
132 |
|
133 |
+
#: core.php:725
|
134 |
msgid "Timeout"
|
135 |
msgstr "Timeout"
|
136 |
|
137 |
+
#: core.php:731
|
138 |
+
#: core.php:787
|
139 |
#, php-format
|
140 |
msgid "%s seconds"
|
141 |
msgstr "%s secondi"
|
142 |
|
143 |
+
#: core.php:740
|
144 |
msgid "Links that take longer than this to load will be marked as broken."
|
145 |
msgstr "I link che impiegheranno un maggior tempo per essere caricati verranno considerati come rotti."
|
146 |
|
147 |
+
#: core.php:749
|
148 |
msgid "Custom temporary directory"
|
149 |
msgstr "Cartella temporanea personalizzata:"
|
150 |
|
151 |
+
#: core.php:758
|
152 |
+
#: core.php:2792
|
153 |
msgid "OK"
|
154 |
msgstr "OK"
|
155 |
|
156 |
+
#: core.php:761
|
157 |
msgid "Error : This directory isn't writable by PHP."
|
158 |
msgstr "Errore : questa cartella non é scrivibile via PHP."
|
159 |
|
160 |
+
#: core.php:766
|
161 |
msgid "Error : This directory doesn't exist."
|
162 |
msgstr "Errore : questa cartella non esiste."
|
163 |
|
164 |
+
#: core.php:774
|
165 |
msgid "Set this field if you want the plugin to use a custom directory for its lockfiles. Otherwise, leave it blank."
|
166 |
msgstr "Compila questo campo qualora gradissi che il plugin faccia uso di una cartella personalizzata per i lockfile diversamente, lascia in bianco."
|
167 |
|
168 |
+
#: core.php:781
|
169 |
msgid "Max. execution time"
|
170 |
msgstr "Tempo max. operazione"
|
171 |
|
172 |
+
#: core.php:798
|
173 |
msgid "The plugin works by periodically creating a background worker instance that parses your posts looking for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the background instance may run each time before stopping."
|
174 |
msgstr "Questo plugin opera grazie ad una richiesta periodica che lavora in background atta al rilevamento dei link contenuti nei post alla ricerca degli URL nonché compie delle operazioni che richiedono del tempo. Qui puoi impostare il tempo massimo di durata per la richiesta in background prima che essa termini."
|
175 |
|
176 |
+
#: core.php:808
|
177 |
msgid "Save Changes"
|
178 |
msgstr "Salva le modifiche"
|
179 |
|
180 |
+
#: core.php:821
|
181 |
msgid "Hide debug info"
|
182 |
msgstr "Nascondi le info debug"
|
183 |
|
184 |
+
#: core.php:891
|
185 |
msgid "Broken"
|
186 |
msgstr "Rotto"
|
187 |
|
188 |
+
#: core.php:893
|
189 |
msgid "No broken links found"
|
190 |
msgstr "Non é stato trovato alcun link rotto"
|
191 |
|
192 |
+
#: core.php:897
|
193 |
msgid "Redirects"
|
194 |
msgstr "Reindirizzamenti"
|
195 |
|
196 |
+
#: core.php:898
|
197 |
msgid "Redirected Links"
|
198 |
msgstr "Link reindirizzati"
|
199 |
|
200 |
+
#: core.php:899
|
201 |
msgid "No redirects found"
|
202 |
+
msgstr "Nessun reindirizzamento é stato trovato"
|
203 |
|
204 |
+
#: core.php:904
|
205 |
msgid "All"
|
206 |
msgstr "Tutti"
|
207 |
|
208 |
+
#: core.php:905
|
209 |
msgid "Detected Links"
|
210 |
msgstr "Link rilevati"
|
211 |
|
212 |
+
#: core.php:906
|
213 |
msgid "No links found (yet)"
|
214 |
msgstr "Nessun link trovato (ancora)"
|
215 |
|
216 |
+
#: core.php:933
|
217 |
+
#: core.php:1281
|
218 |
msgid "No links found for your query"
|
219 |
msgstr "Nessun link trovato in relazione ai termini di ricerca"
|
220 |
|
221 |
+
#: core.php:994
|
222 |
msgid "You must enter a filter name!"
|
223 |
msgstr "Deve essere inserito un nome del filtro!"
|
224 |
|
225 |
+
#: core.php:998
|
226 |
msgid "Invalid search query."
|
227 |
msgstr "Termine di ricerca non valido."
|
228 |
|
229 |
+
#: core.php:1009
|
230 |
#, php-format
|
231 |
msgid "Filter \"%s\" created"
|
232 |
msgstr "E' stato creato il filtro \"%s\""
|
233 |
|
234 |
+
#: core.php:1026
|
235 |
msgid "Filter ID not specified."
|
236 |
msgstr "ID filtro non specificato."
|
237 |
|
238 |
+
#: core.php:1035
|
239 |
msgid "Filter deleted"
|
240 |
msgstr "Il filtro é stato cancellato"
|
241 |
|
242 |
+
#: core.php:1084
|
243 |
+
#, php-format
|
244 |
+
msgid "Failed to delete post \"%s\" (%d)"
|
245 |
+
msgstr "Non é stato possibile cancellare il post \"%s\" (%d)"
|
246 |
+
|
247 |
+
#: core.php:1097
|
248 |
+
#, php-format
|
249 |
+
msgid "%d post moved to the trash"
|
250 |
+
msgid_plural "%d posts moved to the trash"
|
251 |
+
msgstr[0] "%d il post é stato spostato nel cestino"
|
252 |
+
msgstr[1] "%d i post sono stati spostati nel cestino"
|
253 |
+
|
254 |
+
#: core.php:1099
|
255 |
+
#, php-format
|
256 |
+
msgid "%d post deleted"
|
257 |
+
msgid_plural "%d posts deleted"
|
258 |
+
msgstr[0] "%d post cancellato"
|
259 |
+
msgstr[1] "%d post cancellati"
|
260 |
+
|
261 |
+
#: core.php:1134
|
262 |
+
#, php-format
|
263 |
+
msgid "Failed to delete blogroll link \"%s\" (%d)"
|
264 |
+
msgstr "Non é stato possibile cancellare il link \"%s\" (%d) presente nel blogroll"
|
265 |
+
|
266 |
+
#: core.php:1144
|
267 |
+
#, php-format
|
268 |
+
msgid "%d blogroll link deleted"
|
269 |
+
msgid_plural "%d blogroll links deleted"
|
270 |
+
msgstr[0] "Il link %d presente nel blogroll é stato cancellato"
|
271 |
+
msgstr[1] "I link %d presenti nel blogroll sono stati cancellati"
|
272 |
+
|
273 |
+
#: core.php:1153
|
274 |
+
msgid "Didn't find anything to delete!"
|
275 |
+
msgstr "Nulla da cancellare!"
|
276 |
+
|
277 |
+
#: core.php:1191
|
278 |
+
#, php-format
|
279 |
+
msgid "%d link removed"
|
280 |
+
msgid_plural "%d links removed"
|
281 |
+
msgstr[0] "%d il link é stato rimosso"
|
282 |
+
msgstr[1] "%d i link sono stati rimossi"
|
283 |
+
|
284 |
+
#: core.php:1202
|
285 |
+
#, php-format
|
286 |
+
msgid "Failed to remove %d link"
|
287 |
+
msgid_plural "Failed to remove %d links"
|
288 |
+
msgstr[0] "Impossibile rimuovere il link %d"
|
289 |
+
msgstr[1] "Impossibile rimuovere i link %d"
|
290 |
+
|
291 |
+
#: core.php:1243
|
292 |
+
#, php-format
|
293 |
+
msgid "Replaced %d redirect with a direct link"
|
294 |
+
msgid_plural "Replaced %d redirects with direct links"
|
295 |
+
msgstr[0] "Sostituito %d reindirizzamento con un link diretto"
|
296 |
+
msgstr[1] "Sostituiti %d reindirizzamenti con dei link diretti"
|
297 |
+
|
298 |
+
#: core.php:1254
|
299 |
+
#, php-format
|
300 |
+
msgid "Failed to fix %d redirect"
|
301 |
+
msgid_plural "Failed to fix %d redirects"
|
302 |
+
msgstr[0] "Impossibile correggere il reindirizzamento per %d"
|
303 |
+
msgstr[1] "Impossibile correggere i reindirizzamenti per %d"
|
304 |
+
|
305 |
+
#: core.php:1264
|
306 |
+
msgid "None of the selected links are redirects!"
|
307 |
+
msgstr "Nessuno dei link selezionati é reindirizzato!"
|
308 |
+
|
309 |
+
#: core.php:1279
|
310 |
+
#: core.php:1400
|
311 |
msgid "Search"
|
312 |
msgstr "Cerca"
|
313 |
|
314 |
+
#: core.php:1280
|
315 |
msgid "Search Results"
|
316 |
msgstr "Risultati della ricerca"
|
317 |
|
318 |
+
#: core.php:1384
|
319 |
msgid "Save This Search As a Filter"
|
320 |
msgstr "Salva questa ricerca come filtro"
|
321 |
|
322 |
+
#: core.php:1394
|
323 |
msgid "Delete This Filter"
|
324 |
msgstr "Cancella questo filtro"
|
325 |
|
326 |
+
#: core.php:1410
|
327 |
msgid "Link text"
|
328 |
msgstr "Testo del link"
|
329 |
|
330 |
+
#: core.php:1413
|
331 |
+
#: core.php:1526
|
332 |
msgid "URL"
|
333 |
msgstr "URL"
|
334 |
|
335 |
+
#: core.php:1416
|
336 |
+
#: core.php:2141
|
337 |
msgid "HTTP code"
|
338 |
msgstr "Codice HTTP"
|
339 |
|
340 |
+
#: core.php:1419
|
341 |
msgid "Link status"
|
342 |
msgstr "Stato del link"
|
343 |
|
344 |
+
#: core.php:1435
|
345 |
msgid "Link type"
|
346 |
msgstr "Tipo di link"
|
347 |
|
348 |
+
#: core.php:1439
|
349 |
msgid "Any"
|
350 |
msgstr "Tutti"
|
351 |
|
352 |
+
#: core.php:1440
|
353 |
msgid "Normal link"
|
354 |
msgstr "Link normale"
|
355 |
|
356 |
+
#: core.php:1441
|
357 |
+
#: core.php:1602
|
358 |
msgid "Image"
|
359 |
msgstr "Immagine"
|
360 |
|
361 |
+
#: core.php:1442
|
362 |
+
#: core.php:1613
|
363 |
msgid "Custom field"
|
364 |
msgstr "Campo personalizzato"
|
365 |
|
366 |
+
#: core.php:1443
|
367 |
+
#: core.php:1621
|
368 |
msgid "Bookmark"
|
369 |
msgstr "Segnalibro"
|
370 |
|
371 |
+
#: core.php:1456
|
372 |
msgid "Search Links"
|
373 |
msgstr "Ricerca link"
|
374 |
|
375 |
+
#: core.php:1457
|
376 |
+
#: core.php:1654
|
377 |
msgid "Cancel"
|
378 |
msgstr "Annulla"
|
379 |
|
380 |
+
#: core.php:1473
|
381 |
+
msgid "Bulk Actions"
|
382 |
+
msgstr "Azione di massa"
|
383 |
+
|
384 |
+
#: core.php:1474
|
385 |
+
#: core.php:1639
|
386 |
+
#: core.php:1922
|
387 |
+
msgid "Unlink"
|
388 |
+
msgstr "Scollega"
|
389 |
+
|
390 |
+
#: core.php:1475
|
391 |
+
msgid "Fix redirects"
|
392 |
+
msgstr "Correggi re-indirizzamenti"
|
393 |
+
|
394 |
+
#: core.php:1476
|
395 |
+
msgid "Delete sources"
|
396 |
+
msgstr "Cancella soegenti"
|
397 |
+
|
398 |
+
#: core.php:1490
|
399 |
+
#: core.php:1686
|
400 |
+
msgid "Apply"
|
401 |
+
msgstr "Applica"
|
402 |
+
|
403 |
+
#: core.php:1497
|
404 |
msgid "«"
|
405 |
msgstr "«"
|
406 |
|
407 |
+
#: core.php:1498
|
408 |
msgid "»"
|
409 |
msgstr "»"
|
410 |
|
411 |
+
#: core.php:1505
|
412 |
+
#: core.php:1692
|
413 |
#, php-format
|
414 |
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
|
415 |
msgstr "Si stanno mostrando %s–%s di <span class=\"current-link-count\">%s</span>"
|
416 |
|
417 |
+
#: core.php:1524
|
418 |
msgid "Source"
|
419 |
msgstr "Sorgente"
|
420 |
|
421 |
+
#: core.php:1525
|
422 |
msgid "Link Text"
|
423 |
msgstr "Testo link"
|
424 |
|
425 |
+
#: core.php:1557
|
426 |
+
#: core.php:1563
|
427 |
msgid "Edit this post"
|
428 |
msgstr "Modifica questo articolo"
|
429 |
|
430 |
+
#: core.php:1563
|
431 |
+
#: core.php:1578
|
432 |
msgid "Edit"
|
433 |
msgstr "Modifica"
|
434 |
|
435 |
+
#: core.php:1564
|
436 |
msgid "Delete this post"
|
437 |
msgstr "Cancella questo articolo"
|
438 |
|
439 |
+
#: core.php:1564
|
440 |
#, php-format
|
441 |
msgid ""
|
442 |
"You are about to delete this post '%s'\n"
|
445 |
"Stai per cancellare questa pubblicazione '%s'\n"
|
446 |
" 'Annulla' per fermarti, 'OK' per cancellare."
|
447 |
|
448 |
+
#: core.php:1564
|
449 |
+
#: core.php:1579
|
450 |
msgid "Delete"
|
451 |
msgstr "Cancella"
|
452 |
|
453 |
+
#: core.php:1566
|
454 |
#, php-format
|
455 |
msgid "View \"%s\""
|
456 |
msgstr "Visualizza \"%s\""
|
457 |
|
458 |
+
#: core.php:1566
|
459 |
msgid "View"
|
460 |
msgstr "Visualizza"
|
461 |
|
462 |
+
#: core.php:1573
|
463 |
+
#: core.php:1578
|
464 |
msgid "Edit this bookmark"
|
465 |
msgstr "Modifica questo segnalibro"
|
466 |
|
467 |
+
#: core.php:1579
|
468 |
#, php-format
|
469 |
msgid ""
|
470 |
"You are about to delete this link '%s'\n"
|
473 |
"Stai per cancellare questo link '%s'\n"
|
474 |
" 'Annulla' per fermarti, 'OK' per cancellare."
|
475 |
|
476 |
+
#: core.php:1588
|
477 |
msgid "[An orphaned link! This is a bug.]"
|
478 |
msgstr "[Un link orfano! Questo é un bug.]"
|
479 |
|
480 |
+
#: core.php:1636
|
481 |
msgid "Show more info about this link"
|
482 |
msgstr "Mostra più info su questo link"
|
483 |
|
484 |
+
#: core.php:1636
|
485 |
+
#: core.php:3085
|
486 |
msgid "Details"
|
487 |
msgstr "Dettagli"
|
488 |
|
489 |
+
#: core.php:1638
|
490 |
msgid "Remove this link from all posts"
|
491 |
msgstr "Rimuovi questo link da tutti gli articoli"
|
492 |
|
493 |
+
#: core.php:1642
|
494 |
+
#: core.php:1952
|
495 |
+
#: core.php:1963
|
|
|
|
|
|
|
|
|
|
|
496 |
msgid "Excluded"
|
497 |
msgstr "Escluso"
|
498 |
|
499 |
+
#: core.php:1644
|
500 |
msgid "Add this URL to the exclusion list"
|
501 |
msgstr "Aggiungi questo URL alla lista degli estromessi"
|
502 |
|
503 |
+
#: core.php:1645
|
504 |
+
#: core.php:1966
|
505 |
msgid "Exclude"
|
506 |
msgstr "Escludi"
|
507 |
|
508 |
+
#: core.php:1648
|
509 |
msgid "Edit link URL"
|
510 |
msgstr "Modifica URL del link"
|
511 |
|
512 |
+
#: core.php:1648
|
513 |
+
#: core.php:1863
|
514 |
+
#: core.php:1891
|
515 |
msgid "Edit URL"
|
516 |
msgstr "Modifica URL"
|
517 |
|
518 |
+
#: core.php:1654
|
519 |
msgid "Cancel URL editing"
|
520 |
msgstr "Annulla modifica URL"
|
521 |
|
522 |
+
#: core.php:1668
|
523 |
msgid "Remove this link from the list of broken links and mark it as valid"
|
524 |
msgstr "Rimuovi questo link dalla lista dei link rotti e segnalo come valido"
|
525 |
|
526 |
+
#: core.php:1670
|
527 |
+
#: core.php:1755
|
528 |
msgid "Discard"
|
529 |
msgstr "Scarta"
|
530 |
|
531 |
+
#: core.php:1731
|
532 |
+
#: core.php:1898
|
533 |
+
#: core.php:1935
|
534 |
msgid "Wait..."
|
535 |
msgstr "Attendi..."
|
536 |
|
537 |
+
#: core.php:1789
|
538 |
msgid "Save URL"
|
539 |
msgstr "Salva l'URL"
|
540 |
|
541 |
+
#: core.php:1799
|
542 |
msgid "Saving changes..."
|
543 |
msgstr "Sto salvando le modifiche..."
|
544 |
|
545 |
+
#: core.php:2011
|
546 |
msgid "Enter a name for the new custom filter"
|
547 |
msgstr "Inserire un nome per il nuovo filtro personalizzato"
|
548 |
|
549 |
+
#: core.php:2022
|
550 |
msgid ""
|
551 |
"You are about to delete the current filter.\n"
|
552 |
"'Cancel' to stop, 'OK' to delete"
|
554 |
"Stai per cancellare il filtro in uso.\n"
|
555 |
" 'Annulla' per fermarti, 'OK' per cancellare"
|
556 |
|
557 |
+
#: core.php:2118
|
558 |
msgid "Log"
|
559 |
msgstr "Registro"
|
560 |
|
561 |
+
#: core.php:2126
|
562 |
msgid "Post published on"
|
563 |
msgstr "Articolo pubblicato il"
|
564 |
|
565 |
+
#: core.php:2131
|
566 |
msgid "Link last checked"
|
567 |
msgstr "Ultimo controllo link"
|
568 |
|
569 |
+
#: core.php:2135
|
570 |
msgid "Never"
|
571 |
msgstr "Mai"
|
572 |
|
573 |
+
#: core.php:2146
|
574 |
msgid "Response time"
|
575 |
msgstr "Tempo di risposta"
|
576 |
|
577 |
+
#: core.php:2148
|
578 |
#, php-format
|
579 |
msgid "%2.3f seconds"
|
580 |
msgstr "%2.3f secondi"
|
581 |
|
582 |
+
#: core.php:2151
|
583 |
msgid "Final URL"
|
584 |
msgstr "URL finale"
|
585 |
|
586 |
+
#: core.php:2156
|
587 |
msgid "Redirect count"
|
588 |
msgstr "Computo reindirizzamento"
|
589 |
|
590 |
+
#: core.php:2161
|
591 |
msgid "Instance count"
|
592 |
msgstr "Computo richieste"
|
593 |
|
594 |
+
#: core.php:2170
|
595 |
#, php-format
|
596 |
msgid "This link has failed %d time."
|
597 |
msgid_plural "This link has failed %d times."
|
598 |
msgstr[0] "Questo link é stato difettoso %d volte."
|
599 |
msgstr[1] "Questi link sono stati difettosi %d volte."
|
600 |
|
601 |
+
#: core.php:2580
|
602 |
+
#: core.php:2910
|
603 |
msgid "This link wasn't checked because a matching keyword was found on your exclusion list."
|
604 |
msgstr "Questo link non é stato controllato poiché una parola chiave corrispondente ad esso é stata trovata nella lista degli esclusi."
|
605 |
|
606 |
+
#: core.php:2622
|
607 |
msgid "View broken links"
|
608 |
msgstr "Visualizza i link rotti"
|
609 |
|
610 |
+
#: core.php:2623
|
611 |
#, php-format
|
612 |
msgid "Found %d broken link"
|
613 |
msgid_plural "Found %d broken links"
|
614 |
msgstr[0] "E' stato trovato %d link rotto"
|
615 |
msgstr[1] "Sono stati trovati %d link rotti"
|
616 |
|
617 |
+
#: core.php:2629
|
618 |
msgid "No broken links found."
|
619 |
msgstr "Non é stato trovato alcun link rotto."
|
620 |
|
621 |
+
#: core.php:2636
|
622 |
#, php-format
|
623 |
msgid "%d URL in the work queue"
|
624 |
msgid_plural "%d URLs in the work queue"
|
625 |
msgstr[0] "%d URL in coda di elaborazione"
|
626 |
msgstr[1] "%d URL in coda di elaborazione"
|
627 |
|
628 |
+
#: core.php:2639
|
629 |
msgid "No URLs in the work queue."
|
630 |
msgstr "Nessun URL in coda di elaborazione."
|
631 |
|
632 |
+
#: core.php:2645
|
633 |
#, php-format
|
634 |
msgid "Detected %d unique URL"
|
635 |
msgid_plural "Detected %d unique URLs"
|
636 |
msgstr[0] "E' stato rilevato %d URL unico"
|
637 |
msgstr[1] "Sono stati rilevati %d URL unici"
|
638 |
|
639 |
+
#: core.php:2646
|
640 |
#, php-format
|
641 |
msgid "in %d link"
|
642 |
msgid_plural "in %d links"
|
643 |
msgstr[0] "in %d link"
|
644 |
msgstr[1] "in %d link"
|
645 |
|
646 |
+
#: core.php:2651
|
647 |
msgid "and still searching..."
|
648 |
msgstr "ricerca in corso..."
|
649 |
|
650 |
+
#: core.php:2657
|
651 |
msgid "Searching your blog for links..."
|
652 |
msgstr "Ricerca dei link in corso..."
|
653 |
|
654 |
+
#: core.php:2659
|
655 |
msgid "No links detected."
|
656 |
msgstr "Nessun link é stato rilevato."
|
657 |
|
658 |
+
#: core.php:2731
|
659 |
+
#: core.php:2763
|
660 |
+
#: core.php:2806
|
661 |
+
#: core.php:2887
|
662 |
msgid "You're not allowed to do that!"
|
663 |
msgstr "Non hai il permesso per farlo!"
|
664 |
|
665 |
+
#: core.php:2739
|
666 |
+
#: core.php:2773
|
667 |
+
#: core.php:2816
|
668 |
+
#: core.php:2897
|
669 |
#, php-format
|
670 |
msgid "Oops, I can't find the link %d"
|
671 |
msgstr "Oops, non é possibile trovare il link %d"
|
672 |
|
673 |
+
#: core.php:2747
|
674 |
msgid "This link was manually marked as working by the user."
|
675 |
msgstr "L'utente ha segnalato manualmente che questo link é funzionante."
|
676 |
|
677 |
+
#: core.php:2753
|
678 |
msgid "Oops, couldn't modify the link!"
|
679 |
msgstr "Oops, non é possibile modificare il link!"
|
680 |
|
681 |
+
#: core.php:2756
|
682 |
+
#: core.php:2833
|
683 |
msgid "Error : link_id not specified"
|
684 |
msgstr "Errore : non é stata specificata la link_id"
|
685 |
|
686 |
+
#: core.php:2780
|
687 |
msgid "Oops, the new URL is invalid!"
|
688 |
msgstr "Oops, il nuovo URL non é valido!"
|
689 |
|
690 |
+
#: core.php:2789
|
691 |
msgid "An unexpected error occured!"
|
692 |
msgstr "Si é verificato un errore inatteso!"
|
693 |
|
694 |
+
#: core.php:2798
|
695 |
msgid "Error : link_id or new_url not specified"
|
696 |
msgstr "Errore : non é stata specificata la link_id oppure il new_url"
|
697 |
|
698 |
+
#: core.php:2823
|
699 |
#, php-format
|
700 |
msgid "URL %s was removed."
|
701 |
msgstr "L'URL %s é stato rimosso."
|
702 |
|
703 |
+
#: core.php:2827
|
704 |
msgid "The plugin failed to remove the link."
|
705 |
msgstr "Il plugin non é stato in grado di rimuovere il link."
|
706 |
|
707 |
+
#: core.php:2842
|
708 |
msgid "You don't have sufficient privileges to access this information!"
|
709 |
msgstr "Non hai i permessi necessari per poter accedere a questa informazione!"
|
710 |
|
711 |
+
#: core.php:2855
|
712 |
msgid "Error : link ID not specified"
|
713 |
msgstr "Errore : La ID del link non é stata specificata"
|
714 |
|
715 |
+
#: core.php:2879
|
716 |
#, php-format
|
717 |
msgid "Failed to load link details (%s)"
|
718 |
msgstr "Non é stato possibile caricare i dettagli sul link (%s)"
|
719 |
|
720 |
+
#: core.php:2917
|
721 |
#, php-format
|
722 |
msgid "URL %s added to the exclusion list"
|
723 |
msgstr "L'URL %s é stato aggiunto alla lista degli esclusi"
|
724 |
|
725 |
+
#: core.php:2921
|
726 |
msgid "Link ID not specified"
|
727 |
msgstr "ID del link non specificata"
|
728 |
|
729 |
+
#: core.php:3071
|
730 |
#, php-format
|
731 |
msgid "The current temporary directory is not accessible; please <a href=\"%s\">set a different one</a>."
|
732 |
msgstr "La cartella temporanea non é accessibile; impostane una <a href=\"%s\">differente</a>."
|
733 |
|
734 |
+
#: core.php:3076
|
735 |
#, php-format
|
736 |
msgid "Please make the directory <code>%1$s</code> writable by plugins or <a href=\"%2$s\">set a custom temporary directory</a>."
|
737 |
msgstr "Rendi scrivibile la cartella <code>%1$s</code> oppure imposta una <a href=\"%2$s\">cartella temporanea</a>."
|
738 |
|
739 |
+
#: core.php:3083
|
740 |
msgid "Broken Link Checker can't create a lockfile."
|
741 |
msgstr "Broken Link Checker non può creare un lockfile."
|
742 |
|
743 |
+
#: core.php:3088
|
744 |
msgid "The plugin uses a file-based locking mechanism to ensure that only one instance of the resource-heavy link checking algorithm is running at any given time. Unfortunately, BLC can't find a writable directory where it could store the lockfile - it failed to detect the location of your server's temporary directory, and the plugin's own directory isn't writable by PHP. To fix this problem, please make the plugin's directory writable or enter a specify a custom temporary directory in the plugin's settings."
|
745 |
msgstr "Questo plugin utilizza un meccanismo di locking su base-file in modo tale che una sola richiesta per volta venga inoltrata all'algoritmo per la ricerca dei link. Sfortunatamente, BLC non ha trovato una cartella scrivibile laddove poter allocare il lockfile - non é stato possibile rilevare la posizione della cartella temporanea nel server e la cartella stessa del plugin non é scrivibile via PHP. Per risolvere il problema, rendi scrivibile la cartella del plugin oppure inserisci nelle impostazioni del plugin il percorso ad una cartella temporanea personalizzata."
|
746 |
|
747 |
+
#: core.php:3108
|
748 |
msgid "PHP version"
|
749 |
msgstr "Versione PHP"
|
750 |
|
751 |
+
#: core.php:3114
|
752 |
msgid "MySQL version"
|
753 |
msgstr "Versione MySQL"
|
754 |
|
755 |
+
#: core.php:3127
|
756 |
msgid "You have an old version of CURL. Redirect detection may not work properly."
|
757 |
msgstr "Hai una versione datata del CURL. Il rilevamento del reindirizzamento potrebbe non funzionare."
|
758 |
|
759 |
+
#: core.php:3139
|
760 |
+
#: core.php:3155
|
761 |
+
#: core.php:3160
|
762 |
msgid "Not installed"
|
763 |
msgstr "Non installato"
|
764 |
|
765 |
+
#: core.php:3142
|
766 |
msgid "CURL version"
|
767 |
msgstr "Versione CURL"
|
768 |
|
769 |
+
#: core.php:3148
|
770 |
msgid "Installed"
|
771 |
msgstr "Installato"
|
772 |
|
773 |
+
#: core.php:3161
|
774 |
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
|
775 |
msgstr "E' necessario che tu abbia installato il CURL oppure Snoopy affinché il plugin possa funzionare!"
|
776 |
|
777 |
+
#: core.php:3172
|
778 |
msgid "On"
|
779 |
msgstr "On"
|
780 |
|
781 |
+
#: core.php:3173
|
782 |
msgid "Redirects may be detected as broken links when safe_mode is on."
|
783 |
msgstr "I reindirizzamenti potrebbero essere considerati come link rotti qualora la modalità safe_mode fosse attiva."
|
784 |
|
785 |
+
#: core.php:3178
|
786 |
+
#: core.php:3192
|
787 |
msgid "Off"
|
788 |
msgstr "Off"
|
789 |
|
790 |
+
#: core.php:3186
|
791 |
#, php-format
|
792 |
msgid "On ( %s )"
|
793 |
msgstr "On ( %s )"
|
794 |
|
795 |
+
#: core.php:3187
|
796 |
msgid "Redirects may be detected as broken links when open_basedir is on."
|
797 |
msgstr "I reindirizzamenti potrebbero essere considerati come link rotti qualora la funzione open_basedir fosse attiva."
|
798 |
|
799 |
+
#: core.php:3206
|
800 |
msgid "Can't create a lockfile. Please specify a custom temporary directory."
|
801 |
msgstr "Non é stato possibile creare un lockfile. Specificare una cartella temporanea personalizzata."
|
802 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: whiteshadow
|
|
3 |
Tags: links, broken, maintenance, blogroll, custom fields, admin
|
4 |
Requires at least: 2.8.0
|
5 |
Tested up to: 3.0-alpha
|
6 |
-
Stable tag: 0.8
|
7 |
|
8 |
This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you if any are found.
|
9 |
|
@@ -75,13 +75,17 @@ To upgrade your installation
|
|
75 |
|
76 |
*This is an automatically generated changelog*
|
77 |
|
|
|
|
|
|
|
|
|
78 |
= 0.8 =
|
79 |
* Initial support for performing some action on multiple links at once.
|
80 |
* Added a "Delete sources" bulk action that lets you delete all posts (or blogroll entries) that contain any of the selected links. Doing this in WP 2.9 and up this will instead move the posts to the trash, not delete them permanently.
|
81 |
* New bulk action : Unlink. Removes all selected links from all posts.
|
82 |
* New bulk action : Fix redirects. Analyzes the selected links and replaces any redirects with direct links.
|
83 |
* Added a notice asking the user to take the feedback survey.
|
84 |
-
*
|
85 |
|
86 |
= 0.7.4 =
|
87 |
* Fixed a minor bug where the plugin would display an incorrect number of links in the "Displaying x-y of z" label when the user moves to a different page of the results.
|
3 |
Tags: links, broken, maintenance, blogroll, custom fields, admin
|
4 |
Requires at least: 2.8.0
|
5 |
Tested up to: 3.0-alpha
|
6 |
+
Stable tag: 0.8.1
|
7 |
|
8 |
This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you if any are found.
|
9 |
|
75 |
|
76 |
*This is an automatically generated changelog*
|
77 |
|
78 |
+
= 0.8.1 =
|
79 |
+
* Updated Italian translation.
|
80 |
+
* Removed the survey link.
|
81 |
+
|
82 |
= 0.8 =
|
83 |
* Initial support for performing some action on multiple links at once.
|
84 |
* Added a "Delete sources" bulk action that lets you delete all posts (or blogroll entries) that contain any of the selected links. Doing this in WP 2.9 and up this will instead move the posts to the trash, not delete them permanently.
|
85 |
* New bulk action : Unlink. Removes all selected links from all posts.
|
86 |
* New bulk action : Fix redirects. Analyzes the selected links and replaces any redirects with direct links.
|
87 |
* Added a notice asking the user to take the feedback survey.
|
88 |
+
* Update the .POT file with new i18n strings.
|
89 |
|
90 |
= 0.7.4 =
|
91 |
* Fixed a minor bug where the plugin would display an incorrect number of links in the "Displaying x-y of z" label when the user moves to a different page of the results.
|