Yet Another Related Posts Plugin (YARPP) - Version 3.0.7b2

Version Description

Download this release

Release Info

Developer mitchoyoshitaka
Plugin Icon 128x128 Yet Another Related Posts Plugin (YARPP)
Version 3.0.7b2
Comparing to
See all releases

Code changes from version 3.0.7b1 to 3.0.7b2

Files changed (5) hide show
  1. includes.php +1 -0
  2. lang/yarpp-it_IT.mo +0 -0
  3. lang/yarpp-it_IT.po +237 -216
  4. readme.txt +2 -0
  5. template-builtin.php +1 -3
includes.php CHANGED
@@ -358,6 +358,7 @@ function yarpp_upgrade_one_five() {
358
  define('LOREMIPSUM','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras tincidunt justo a urna. Ut turpis. Phasellus convallis, odio sit amet cursus convallis, eros orci scelerisque velit, ut sodales neque nisl at ante. Suspendisse metus. Curabitur auctor pede quis mi. Pellentesque lorem justo, condimentum ac, dapibus sit amet, ornare et, erat. Quisque velit. Etiam sodales dui feugiat neque suscipit bibendum. Integer mattis. Nullam et ante non sem commodo malesuada. Pellentesque ultrices fermentum lectus. Maecenas hendrerit neque ac est. Fusce tortor mi, tristique sed, cursus at, pellentesque non, dui. Suspendisse potenti.');
359
 
360
  function yarpp_excerpt($content,$length) {
 
361
  preg_replace('/([,;.-]+)\s*/','\1 ',$content);
362
  return implode(' ',array_slice(preg_split('/\s+/',$content),0,$length)).'...';
363
  }
358
  define('LOREMIPSUM','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras tincidunt justo a urna. Ut turpis. Phasellus convallis, odio sit amet cursus convallis, eros orci scelerisque velit, ut sodales neque nisl at ante. Suspendisse metus. Curabitur auctor pede quis mi. Pellentesque lorem justo, condimentum ac, dapibus sit amet, ornare et, erat. Quisque velit. Etiam sodales dui feugiat neque suscipit bibendum. Integer mattis. Nullam et ante non sem commodo malesuada. Pellentesque ultrices fermentum lectus. Maecenas hendrerit neque ac est. Fusce tortor mi, tristique sed, cursus at, pellentesque non, dui. Suspendisse potenti.');
359
 
360
  function yarpp_excerpt($content,$length) {
361
+ $content = strip_tags($content);
362
  preg_replace('/([,;.-]+)\s*/','\1 ',$content);
363
  return implode(' ',array_slice(preg_split('/\s+/',$content),0,$length)).'...';
364
  }
lang/yarpp-it_IT.mo CHANGED
Binary file
lang/yarpp-it_IT.po CHANGED
@@ -29,12 +29,8 @@ msgstr "Errore MySQL durante l'aggiunta di \"yarpp_content\""
29
  msgid "<h3>An important message from YARPP:</h3><p>Thank you for upgrading to YARPP 2. YARPP 2.0 adds the much requested ability to limit related entry results by certain tags or categories. 2.0 also brings more fine tuned control of the magic algorithm, letting you specify how the algorithm should consider or not consider entry content, titles, tags, and categories. Make sure to adjust the new settings to your liking and perhaps readjust your threshold.</p><p>For more information, check out the <a href=\"http://mitcho.com/code/yarpp/\">YARPP documentation</a>. (This message will not be displayed again.)</p>"
30
  msgstr "<h3>Un messaggio importante da YARPP:</h3><p>Grazie per avere aggiornato alla YARPP 2. YARPP 2.0 aggiunge la possibilità di limitare i risultati nelle corrispondenze in relazione a determinati tag o categorie inoltre. 2.0 offre una maggiore qualità sul controllo dell'algoritmo facendo sì che sia possibilespecificare come l'algoritmo debba considerare oppure no il contenuto degli articoli, dei tag e delle categorie. Assicurati di aggiornare a tuo piacere le nuove impostazioni e correggi eventualmente la soglia di corrispondenza.</p><p>Per ulteriori informazioni, consulta la <a href=\"http://mitcho.com/code/yarpp/\">documentazione YARPP</a>. (Questo messaggio non verrà più mostrato)</p>"
31
 
32
- #: includes.php:197
33
- msgid "Related Posts (YARPP)"
34
- msgstr "Related Posts (YARPP)"
35
-
36
  #: includes.php:224
37
- #: yarpp.php:29
38
  msgid "Related Posts"
39
  msgstr "Articoli correlati"
40
 
@@ -42,21 +38,6 @@ msgstr "Articoli correlati"
42
  msgid "YARPP"
43
  msgstr "YARPP"
44
 
45
- #: template-builtin.php:35
46
- #, php-format
47
- msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
48
- msgstr "%f é il punteggio di affinità YARPP tra questo articolo principale ed i suoi relativi. Stai vedendo questo messaggio perché sei collegato come amministratore di WordPress. Il messaggio lo vedi solo tu."
49
-
50
- #: magic.php:304
51
- #: options.php:469
52
- #: options.php:533
53
- msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
54
- msgstr "Articoli correlati elaborati dal plugin <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts</a>."
55
-
56
- #: options.php:26
57
- msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
58
- msgstr "La verifica MyISAM é stata sovrascritta. Potrai da ora utilizzare \"considera titoli\" e \"considera contenuti\" come criteri di affinità."
59
-
60
  #: options.php:35
61
  #, php-format
62
  msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
@@ -84,450 +65,443 @@ msgstr "Il database di YARPP aveva un errore, ma é stato corretto."
84
  msgid "The YARPP database has an error which could not be fixed."
85
  msgstr "Il database di YARPP ha un errore che non può essere corretto."
86
 
87
- #: options.php:153
88
- #: options.php:170
89
- #: options.php:182
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "do not consider"
91
  msgstr "non considerare"
92
 
93
- #: options.php:154
94
- #: options.php:171
95
- #: options.php:184
96
  msgid "consider"
97
  msgstr "considera"
98
 
99
- #: options.php:172
 
 
 
 
 
 
 
 
 
 
 
 
100
  msgid "consider with extra weight"
101
  msgstr "considera con extra weight"
102
 
103
- #: options.php:211
104
  msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
105
  msgstr "Storico versioni Yet Another Related Posts Plugin (RSS 2.0)"
106
 
107
- #: options.php:282
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Effettua una donazione via PayPal per mitcho (Michael Yoshitaka Erlewine) lo sviluppatore di questo plugin"
110
 
111
- #: options.php:265
112
  msgid "Yet Another Related Posts Plugin Options"
113
  msgstr "Opzioni Yet Another Related Posts"
114
 
115
- #: options.php:289
116
  msgid "\"The Pool\""
117
  msgstr "\"Veduta di insieme\""
118
 
119
- #: options.php:290
120
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
121
  msgstr "Per \"Veduta di insieme\" si intende il totale degli articoli e pagine che sono cadidati per essere mostrati quali correlati all'articolo in merito."
122
 
123
- #: options.php:295
124
  msgid "Disallow by category:"
125
  msgstr "Escludi categorie:"
126
 
127
- #: options.php:297
128
  msgid "Disallow by tag:"
129
  msgstr "Escludi tag:"
130
 
131
- #: options.php:299
132
  msgid "Show password protected posts?"
133
  msgstr "Desideri mostrare gli articoli protetti da una password?"
134
 
135
- #: options.php:300
136
  msgid "Show only previous posts?"
137
  msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
138
 
139
- #: options.php:317
140
  msgid "\"Relatedness\" options"
141
  msgstr "Opzioni \"Affinità\""
142
 
143
- #: options.php:319
144
  #, php-format
145
  msgid "YARPP is different than the <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">previous plugins it is based on</a> as it limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
146
  msgstr "YARPP é differente rispetto ai <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">precedenti plugin</a>."
147
 
148
- #: options.php:324
149
  msgid "Match threshold:"
150
  msgstr "Valore di corrispondenza:"
151
 
152
- #: options.php:325
153
  msgid "Titles: "
154
  msgstr "Titoli:"
155
 
156
- #: options.php:327
157
  msgid "Bodies: "
158
  msgstr "Contenuti:"
159
 
160
- #: options.php:329
161
  msgid "Tags: "
162
  msgstr "Tag: "
163
 
164
- #: options.php:331
165
  msgid "Categories: "
166
  msgstr "Categorie:"
167
 
168
- #: options.php:333
169
  msgid "Cross-relate posts and pages?"
170
  msgstr "Relazione incrociata per articoli e pagine?"
171
 
172
- #: options.php:333
173
  msgid "When the \"Cross-relate posts and pages\" option is selected, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> all will give the same output, returning both related pages and posts."
174
  msgstr "Una volta selezionata l'opzione \"Relazione incrociata articoli e pagine\", <code>related_posts()</code>, <code>related_pages()</code> e <code>related_entries()</code> forniranno tutti lo stesso output verso le pagine e gli articoli correlati."
175
 
176
- #: options.php:412
177
  msgid "Display options <small>for your website</small>"
178
  msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
179
 
180
- #: options.php:416
 
 
 
 
 
 
181
  msgid "Automatically display related posts?"
182
  msgstr "Desideri mostrare in automatico gli articoli correlati?"
183
 
184
- #: options.php:416
185
  msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
186
  msgstr "Questa opzione farà in modo che gli articoli correlati vengano mostrati automaticamente in coda al contenuto di ogni singola pubblicazione . Qualora questa opzione non fosse stata attivata, dovrai inserire manualmente <code>related_posts()</code> oppure le varianti (<code>related_pages()</code> e <code>related_entries()</code>) nei file del tuo tema."
187
 
188
- #: options.php:417
189
  msgid "Website display code example"
190
  msgstr "Esempio codice"
191
 
192
- #: options.php:417
193
- #: options.php:483
194
  msgid "(Update options to reload.)"
195
  msgstr "(Ricarica la pagina per visualizzare l'aggiornamento)"
196
 
197
- #: options.php:420
198
- #: options.php:485
199
  msgid "Maximum number of related posts:"
200
  msgstr "Numero max. di articoli correlati:"
201
 
202
- #: options.php:433
203
  msgid "Before / after related entries:"
204
  msgstr "Davanti / in coda agli articoli correlati:"
205
 
206
- #: options.php:434
 
207
  #: options.php:439
208
- #: options.php:448
209
- #: options.php:499
210
- #: options.php:504
211
- #: options.php:513
212
  msgid "For example:"
213
  msgstr "Esempio:"
214
 
215
- #: options.php:438
216
- #: options.php:503
217
  msgid "Before / after each related entry:"
218
  msgstr "Davanti / in coda ad ogni articolo correlato:"
219
 
220
- #: options.php:442
221
- #: options.php:507
222
  msgid "Show excerpt?"
223
  msgstr "Desideri mostrare il riassunto?"
224
 
225
- #: options.php:443
226
- #: options.php:508
227
  msgid "Excerpt length (No. of words):"
228
  msgstr "Lunghezza riassunto (totale parole):"
229
 
230
- #: options.php:447
231
  msgid "Before / after (Excerpt):"
232
  msgstr "Davanti / in coda (Riassunto):"
233
 
234
- #: options.php:453
235
- #: options.php:518
236
  msgid "Order results:"
237
  msgstr "Disposizione dei risultati:"
238
 
239
- #: options.php:455
240
- #: options.php:520
241
  msgid "score (high relevance to low)"
242
  msgstr "punteggio (da massima a minima rilevanza)"
243
 
244
- #: options.php:456
245
- #: options.php:521
246
  msgid "score (low relevance to high)"
247
  msgstr "punteggio (da minima a massima rilevanza)"
248
 
249
- #: options.php:457
250
- #: options.php:522
251
  msgid "date (new to old)"
252
  msgstr "data (dal nuovo al vecchio)"
253
 
254
- #: options.php:458
255
- #: options.php:523
256
  msgid "date (old to new)"
257
  msgstr "data (dal vecchio al nuovo)"
258
 
259
- #: options.php:459
260
- #: options.php:524
261
  msgid "title (alphabetical)"
262
  msgstr "titolo (A-Z)"
263
 
264
- #: options.php:460
265
- #: options.php:525
266
  msgid "title (reverse alphabetical)"
267
  msgstr "titolo (Z-A)"
268
 
269
- #: options.php:465
270
- #: options.php:530
271
  msgid "Default display if no results:"
272
  msgstr "Testo predefinito da mostrare in assenza di risultati:"
273
 
274
- #: options.php:467
275
- #: options.php:532
276
  msgid "Help promote Yet Another Related Posts Plugin?"
277
  msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
278
 
279
- #: options.php:469
280
- #: options.php:533
281
  #, php-format
282
  msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
283
  msgstr "Questa opzione aggiugerà il codice %s. Attivalo, aggiorna le opzioni e vedi l'anteprima del codice qui a lato. Ti sarei molto grato se tu mostrassi il mio link."
284
 
285
- #: options.php:476
286
  msgid "Display options <small>for RSS</small>"
287
  msgstr "Opzioni di visualizzazione nel tuo <small>feed RSS</small>"
288
 
289
- #: options.php:481
290
  msgid "Display related posts in feeds?"
291
  msgstr "Desideri mostrare gli articoli correlati nei feed?"
292
 
293
- #: options.php:482
294
  msgid "Display related posts in the descriptions?"
295
  msgstr "Desideri mostrare gli articoli correlati nelle descrizioni?"
296
 
297
- #: options.php:482
298
  msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
299
  msgstr "Questa opzione mostrerà gli articoli correlati nei campi della descrizione del feed RSS e non solo nei contenuti. Se i tuoi feed fossero stati impostati per mostrare solamente i riassunti degli articoli, in ogni caso verrà utilizzato il campo per la descrizione quindi, questa opzione é comunque necessaria."
300
 
301
- #: options.php:483
302
  msgid "RSS display code example"
303
  msgstr "Esempio codice"
304
 
305
- #: options.php:498
306
  msgid "Before / after related entries display:"
307
  msgstr "Mostra davanti / in coda agli articoli correlati:"
308
 
309
- #: options.php:512
310
  msgid "Before / after (excerpt):"
311
  msgstr "Davanti / in coda (riassunto):"
312
 
313
- #: options.php:319
314
- #: options.php:333
315
- #: options.php:416
316
- #: options.php:421
317
- #: options.php:468
318
- #: options.php:481
319
- #: options.php:482
320
- #: options.php:486
321
- #: options.php:532
322
- #: options.php:544
323
- msgid "more&gt;"
324
- msgstr "info&gt;"
325
-
326
- #: options.php:147
327
- msgid "word"
328
- msgstr "parola"
329
-
330
- #: options.php:148
331
- msgid "tag"
332
- msgstr "tag"
333
 
334
- #: options.php:149
335
- msgid "category"
336
- msgstr "categoria"
337
 
338
- #: options.php:156
339
- #: options.php:186
340
- #, php-format
341
- msgid "require at least one %s in common"
342
- msgstr "richiedi almeno 1 %s in comune"
343
 
344
- #: options.php:158
345
- #: options.php:188
346
- #, php-format
347
- msgid "require more than one %s in common"
348
- msgstr "richiedi più di 1 %s in comune"
 
 
 
 
 
 
 
349
 
350
- #: options.php:125
351
  msgid "Options saved!"
352
  msgstr "Le opzioni sono state salvate!"
353
 
354
- #: options.php:319
355
- msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
356
- msgstr "Quanto più alto sarà il valore di corrispondenza, maggiore sarà la restrizione: otterrai di fatto un minore numero di articoli correlati. Il valore predefinito é impostato a 5. Qualora desiderassi trovare un valore appropriato per determinare le affinità, verifica gli articoli correlati di alcuni post ed il punteggio a loro associato. Potrai quindi determinare quale sia il migliore valore di corrispondenza per il tuo sito."
357
 
358
- #: options.php:618
359
  msgid "Update options"
360
  msgstr "Aggiorna le opzioni"
361
 
362
- #: options.php:619
363
- msgid "Do you really want to reset your configuration?"
364
- msgstr "Sei certo di volere ripristinare la tua configurazione?"
365
 
366
- #: options.php:619
367
  msgid "Reset options"
368
  msgstr "Ripristina le opzioni"
369
 
370
- #: includes.php:110
371
- msgid "MySQL error on creating yarpp_keyword_cache table"
372
- msgstr "Errore MySQL durante la creazione della tabella yarpp_keyword_cache"
373
-
374
- #: includes.php:121
375
- msgid "MySQL error on creating yarpp_related_cache table"
376
- msgstr "Errore MySQL durante la creazione della tabella yarpp_related_cache"
377
-
378
- #: magic.php:56
379
  msgid "Example post "
380
  msgstr "Articolo di esempio:"
381
 
382
- #: options.php:81
383
- #: options.php:84
384
- #: options.php:126
385
- #: options.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  msgid "Related posts cache status"
387
  msgstr "Stato della cache articoli correlati"
388
 
389
- #: options.php:81
390
  msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
391
  msgstr "La cache per gli articoli correlati é incompleta. Genera la cache via il pannello di <A>related posts</a>."
392
 
393
- #: options.php:84
394
  msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
395
  msgstr "La cache per gli articoli correlati é vuota. Genera la cache via il pannello di <A>related posts</a>."
396
 
397
- #: options.php:127
398
  msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
399
  msgstr "Qualora avessi aggiornato le opzioni \"pool\" o \"relatedness\" genera subito la cache via il pannello di <A>related posts</a>."
400
 
401
- #: options.php:198
402
- msgid "Edit Catalog Entry"
403
- msgstr "modifica elenco articoli"
404
-
405
- #: options.php:199
406
- msgid "close"
407
- msgstr "chiudi"
408
-
409
- #: options.php:284
410
  msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
411
  msgstr "di <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
412
 
413
- #: options.php:284
414
  msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
415
  msgstr "Segui via Twitter il plugin <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts</a>"
416
 
417
- #: options.php:305
418
  msgid "day(s)"
419
  msgstr "giorno(i)"
420
 
421
- #: options.php:306
422
  msgid "week(s)"
423
  msgstr "settimana(e)"
424
 
425
- #: options.php:307
426
  msgid "month(s)"
427
  msgstr "mese(i)"
428
 
429
- #: options.php:309
430
  msgid "Show only posts from the past NUMBER UNITS"
431
  msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
432
 
433
- #: options.php:398
434
  msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
435
  msgstr "E' disponibile una nuova (VERSIONE) beta di Yet Another Related Posts Plugin. Puoi <A>scaricarla qui</a> a tuo rischio e pericolo."
436
 
437
- #: options.php:400
438
  msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
439
  msgstr "E' disponibile una nuova versione (VERSIONE) di Yet Another Related Posts Plugin! Puoi <A>scaricarla qui</a>."
440
 
441
- #: options.php:421
442
- #: options.php:486
443
  msgid "Display using a custom template file"
444
  msgstr "Mostra utilizzando un file template personalizzato"
445
 
446
- #: options.php:421
447
- #: options.php:486
448
- msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (in the <code>wp-content/yarpp-templates</code> directory) are written in PHP."
449
- msgstr "Le opzioni avanzate ti permettono una completa personalizzazione per la visualizzazione degli articoli correlati. I template (allocati nella cartella del tuo tema) sono stati scritti in PHP."
450
-
451
- #: options.php:423
452
- #: options.php:488
453
  msgid "Template file:"
454
  msgstr "File template:"
455
 
456
- #: options.php:481
457
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
458
  msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
459
 
460
- #: options.php:540
461
  msgid "Advanced"
462
  msgstr "Avanzato"
463
 
464
- #: options.php:543
465
  msgid "Show cache status"
466
  msgstr "Mostra lo stato della cache"
467
 
468
- #: options.php:544
469
  msgid "When the cache is incomplete, compute related posts on the fly?"
470
  msgstr "Qualora la cache fosse incompleta, calcolare ugualmente gli articoli correlati?"
471
 
472
- #: options.php:545
473
- msgid "If a displayed post's related posts are not cached and this option is on, YARPP will compute them on the fly. Do not turn this option on if you have a high-traffic site.<br />If this option is off and a post's related posts have not been cached, it will display as if it has no related posts."
474
- msgstr "Nel caso in cui gli articoli correlati per un post non fossero nella cache e questa opzione fosse stata attivata, YARPP li calcolerà nell'immediato. Non attivare questa opzione qualora il tuo sito ricevesse molto traffico.<br />Se l'opzione non fosse attiva e gli articoli correlati non fossero presenti nella cache, il plugin si comporterà come se non ci fosse alcun articolo correlato."
475
-
476
- #: options.php:575
477
  msgid "'MIN minute(s) and SEC second(s) remaining'"
478
  msgstr "'MIN minuto(i) e SEC secondo(i) restanti'"
479
 
480
- #: options.php:577
481
  msgid "'SEC second(s) remaining'"
482
  msgstr "'SEC secondo(i) restanti'"
483
 
484
- #: options.php:581
485
  msgid "Your related posts cache is now complete."
486
  msgstr "La cache per gli articoli correlati é completa"
487
 
488
- #: options.php:581
489
  msgid "The SQL queries took SEC seconds."
490
  msgstr "Le richieste SQL hanno richiesto SEC secondi."
491
 
492
- #: options.php:591
493
- #: options.php:595
494
  msgid "There was an error while constructing the related posts for TITLE"
495
  msgstr "Si é verificato un errore durante la preparazione degli articoli correlati per TITOLO"
496
 
497
- #: options.php:592
498
- #: options.php:597
499
- msgid "try to continue"
500
- msgstr "prova a continuare"
501
-
502
- #: options.php:605
503
  msgid "Your related posts cache is PERCENT% complete."
504
  msgstr "La cache per gli articoli correlati é completa al PERCENT%."
505
 
506
- #: options.php:611
507
  msgid "starting..."
508
  msgstr "in avvio..."
509
 
 
 
 
 
 
 
 
 
510
  #: services.php:59
511
  msgid "You cannot rebuild the YARPP cache."
512
  msgstr "Non puoi rigenerare la cache di YARPP."
513
 
514
- #: services.php:90
515
- #, php-format
516
- msgid "You do not have the permission to write the file '%s'."
517
- msgstr "Non hai i permessi per la scrittura del file '%s'."
518
-
519
- #: template-metabox.php:12
520
- msgid "These are the related entries for this entry. Updating this post may change these related posts."
521
- msgstr "Questi sono gli articoli correlati per questo post. L'aggiornamento di questo post potrebbe cambiare gli articoli ad esso correlati."
522
-
523
- #: template-metabox.php:25
524
- msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
525
- msgstr "La visualizzazione degli articoli correlati dipende principalmente dalle opzioni YARPP."
526
-
527
- #: template-metabox.php:27
528
- msgid "No related posts."
529
- msgstr "Nessun articolo correlato."
530
-
531
  #: options.php:10
532
  msgid "Please move the YARPP template files into your theme to complete installation. Simply move the sample template files (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) to the <code>TEMPLATEPATH</code> directory."
533
  msgstr "Sposta i file del template di YARPP allocandoli nella cartella del tuo tema in modo da completare l'installazione. Sposta i file del template dimostrativo (al momento sotto <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) nella cartella <code>TEMPLATEPATH</code>."
@@ -536,8 +510,55 @@ msgstr "Sposta i file del template di YARPP allocandoli nella cartella del tuo t
536
  msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
537
  msgstr "Poiché nessun file template YARPP é stato trovato nel tuo tema (<code>TEMPLATEPATH</code>) la funzione template é stata disattivata."
538
 
539
- #~ msgid "NEW!"
540
- #~ msgstr "NUOVO!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  #~ msgid ""
542
  #~ "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a> "
543
  #~ "and based on the fabulous work of <a href=\"http://peter.mapledesign.co."
29
  msgid "<h3>An important message from YARPP:</h3><p>Thank you for upgrading to YARPP 2. YARPP 2.0 adds the much requested ability to limit related entry results by certain tags or categories. 2.0 also brings more fine tuned control of the magic algorithm, letting you specify how the algorithm should consider or not consider entry content, titles, tags, and categories. Make sure to adjust the new settings to your liking and perhaps readjust your threshold.</p><p>For more information, check out the <a href=\"http://mitcho.com/code/yarpp/\">YARPP documentation</a>. (This message will not be displayed again.)</p>"
30
  msgstr "<h3>Un messaggio importante da YARPP:</h3><p>Grazie per avere aggiornato alla YARPP 2. YARPP 2.0 aggiunge la possibilità di limitare i risultati nelle corrispondenze in relazione a determinati tag o categorie inoltre. 2.0 offre una maggiore qualità sul controllo dell'algoritmo facendo sì che sia possibilespecificare come l'algoritmo debba considerare oppure no il contenuto degli articoli, dei tag e delle categorie. Assicurati di aggiornare a tuo piacere le nuove impostazioni e correggi eventualmente la soglia di corrispondenza.</p><p>Per ulteriori informazioni, consulta la <a href=\"http://mitcho.com/code/yarpp/\">documentazione YARPP</a>. (Questo messaggio non verrà più mostrato)</p>"
31
 
 
 
 
 
32
  #: includes.php:224
33
+ #: yarpp.php:31
34
  msgid "Related Posts"
35
  msgstr "Articoli correlati"
36
 
38
  msgid "YARPP"
39
  msgstr "YARPP"
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  #: options.php:35
42
  #, php-format
43
  msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
65
  msgid "The YARPP database has an error which could not be fixed."
66
  msgstr "Il database di YARPP ha un errore che non può essere corretto."
67
 
68
+ #: options.php:150
69
+ msgid "word"
70
+ msgstr "parola"
71
+
72
+ #: options.php:151
73
+ msgid "tag"
74
+ msgstr "tag"
75
+
76
+ #: options.php:152
77
+ msgid "category"
78
+ msgstr "categoria"
79
+
80
+ #: options.php:156
81
+ #: options.php:173
82
+ #: options.php:185
83
  msgid "do not consider"
84
  msgstr "non considerare"
85
 
86
+ #: options.php:157
87
+ #: options.php:174
88
+ #: options.php:187
89
  msgid "consider"
90
  msgstr "considera"
91
 
92
+ #: options.php:159
93
+ #: options.php:189
94
+ #, php-format
95
+ msgid "require at least one %s in common"
96
+ msgstr "richiedi almeno 1 %s in comune"
97
+
98
+ #: options.php:161
99
+ #: options.php:191
100
+ #, php-format
101
+ msgid "require more than one %s in common"
102
+ msgstr "richiedi più di 1 %s in comune"
103
+
104
+ #: options.php:175
105
  msgid "consider with extra weight"
106
  msgstr "considera con extra weight"
107
 
108
+ #: options.php:203
109
  msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
110
  msgstr "Storico versioni Yet Another Related Posts Plugin (RSS 2.0)"
111
 
112
+ #: options.php:273
113
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
114
  msgstr "Effettua una donazione via PayPal per mitcho (Michael Yoshitaka Erlewine) lo sviluppatore di questo plugin"
115
 
116
+ #: options.php:257
117
  msgid "Yet Another Related Posts Plugin Options"
118
  msgstr "Opzioni Yet Another Related Posts"
119
 
120
+ #: options.php:280
121
  msgid "\"The Pool\""
122
  msgstr "\"Veduta di insieme\""
123
 
124
+ #: options.php:281
125
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
126
  msgstr "Per \"Veduta di insieme\" si intende il totale degli articoli e pagine che sono cadidati per essere mostrati quali correlati all'articolo in merito."
127
 
128
+ #: options.php:286
129
  msgid "Disallow by category:"
130
  msgstr "Escludi categorie:"
131
 
132
+ #: options.php:288
133
  msgid "Disallow by tag:"
134
  msgstr "Escludi tag:"
135
 
136
+ #: options.php:290
137
  msgid "Show password protected posts?"
138
  msgstr "Desideri mostrare gli articoli protetti da una password?"
139
 
140
+ #: options.php:291
141
  msgid "Show only previous posts?"
142
  msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
143
 
144
+ #: options.php:308
145
  msgid "\"Relatedness\" options"
146
  msgstr "Opzioni \"Affinità\""
147
 
148
+ #: options.php:310
149
  #, php-format
150
  msgid "YARPP is different than the <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">previous plugins it is based on</a> as it limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
151
  msgstr "YARPP é differente rispetto ai <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">precedenti plugin</a>."
152
 
153
+ #: options.php:315
154
  msgid "Match threshold:"
155
  msgstr "Valore di corrispondenza:"
156
 
157
+ #: options.php:316
158
  msgid "Titles: "
159
  msgstr "Titoli:"
160
 
161
+ #: options.php:318
162
  msgid "Bodies: "
163
  msgstr "Contenuti:"
164
 
165
+ #: options.php:320
166
  msgid "Tags: "
167
  msgstr "Tag: "
168
 
169
+ #: options.php:322
170
  msgid "Categories: "
171
  msgstr "Categorie:"
172
 
173
+ #: options.php:324
174
  msgid "Cross-relate posts and pages?"
175
  msgstr "Relazione incrociata per articoli e pagine?"
176
 
177
+ #: options.php:324
178
  msgid "When the \"Cross-relate posts and pages\" option is selected, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> all will give the same output, returning both related pages and posts."
179
  msgstr "Una volta selezionata l'opzione \"Relazione incrociata articoli e pagine\", <code>related_posts()</code>, <code>related_pages()</code> e <code>related_entries()</code> forniranno tutti lo stesso output verso le pagine e gli articoli correlati."
180
 
181
+ #: options.php:403
182
  msgid "Display options <small>for your website</small>"
183
  msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
184
 
185
+ #: magic.php:322
186
+ #: options.php:460
187
+ #: options.php:523
188
+ msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
189
+ msgstr "Articoli correlati elaborati dal plugin <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts</a>."
190
+
191
+ #: options.php:407
192
  msgid "Automatically display related posts?"
193
  msgstr "Desideri mostrare in automatico gli articoli correlati?"
194
 
195
+ #: options.php:407
196
  msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
197
  msgstr "Questa opzione farà in modo che gli articoli correlati vengano mostrati automaticamente in coda al contenuto di ogni singola pubblicazione . Qualora questa opzione non fosse stata attivata, dovrai inserire manualmente <code>related_posts()</code> oppure le varianti (<code>related_pages()</code> e <code>related_entries()</code>) nei file del tuo tema."
198
 
199
+ #: options.php:408
200
  msgid "Website display code example"
201
  msgstr "Esempio codice"
202
 
203
+ #: options.php:408
204
+ #: options.php:473
205
  msgid "(Update options to reload.)"
206
  msgstr "(Ricarica la pagina per visualizzare l'aggiornamento)"
207
 
208
+ #: options.php:411
209
+ #: options.php:475
210
  msgid "Maximum number of related posts:"
211
  msgstr "Numero max. di articoli correlati:"
212
 
213
+ #: options.php:424
214
  msgid "Before / after related entries:"
215
  msgstr "Davanti / in coda agli articoli correlati:"
216
 
217
+ #: options.php:425
218
+ #: options.php:430
219
  #: options.php:439
220
+ #: options.php:489
221
+ #: options.php:494
222
+ #: options.php:503
 
223
  msgid "For example:"
224
  msgstr "Esempio:"
225
 
226
+ #: options.php:429
227
+ #: options.php:493
228
  msgid "Before / after each related entry:"
229
  msgstr "Davanti / in coda ad ogni articolo correlato:"
230
 
231
+ #: options.php:433
232
+ #: options.php:497
233
  msgid "Show excerpt?"
234
  msgstr "Desideri mostrare il riassunto?"
235
 
236
+ #: options.php:434
237
+ #: options.php:498
238
  msgid "Excerpt length (No. of words):"
239
  msgstr "Lunghezza riassunto (totale parole):"
240
 
241
+ #: options.php:438
242
  msgid "Before / after (Excerpt):"
243
  msgstr "Davanti / in coda (Riassunto):"
244
 
245
+ #: options.php:444
246
+ #: options.php:508
247
  msgid "Order results:"
248
  msgstr "Disposizione dei risultati:"
249
 
250
+ #: options.php:446
251
+ #: options.php:510
252
  msgid "score (high relevance to low)"
253
  msgstr "punteggio (da massima a minima rilevanza)"
254
 
255
+ #: options.php:447
256
+ #: options.php:511
257
  msgid "score (low relevance to high)"
258
  msgstr "punteggio (da minima a massima rilevanza)"
259
 
260
+ #: options.php:448
261
+ #: options.php:512
262
  msgid "date (new to old)"
263
  msgstr "data (dal nuovo al vecchio)"
264
 
265
+ #: options.php:449
266
+ #: options.php:513
267
  msgid "date (old to new)"
268
  msgstr "data (dal vecchio al nuovo)"
269
 
270
+ #: options.php:450
271
+ #: options.php:514
272
  msgid "title (alphabetical)"
273
  msgstr "titolo (A-Z)"
274
 
275
+ #: options.php:451
276
+ #: options.php:515
277
  msgid "title (reverse alphabetical)"
278
  msgstr "titolo (Z-A)"
279
 
280
+ #: options.php:456
281
+ #: options.php:520
282
  msgid "Default display if no results:"
283
  msgstr "Testo predefinito da mostrare in assenza di risultati:"
284
 
285
+ #: options.php:458
286
+ #: options.php:522
287
  msgid "Help promote Yet Another Related Posts Plugin?"
288
  msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
289
 
290
+ #: options.php:460
291
+ #: options.php:523
292
  #, php-format
293
  msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
294
  msgstr "Questa opzione aggiugerà il codice %s. Attivalo, aggiorna le opzioni e vedi l'anteprima del codice qui a lato. Ti sarei molto grato se tu mostrassi il mio link."
295
 
296
+ #: options.php:466
297
  msgid "Display options <small>for RSS</small>"
298
  msgstr "Opzioni di visualizzazione nel tuo <small>feed RSS</small>"
299
 
300
+ #: options.php:471
301
  msgid "Display related posts in feeds?"
302
  msgstr "Desideri mostrare gli articoli correlati nei feed?"
303
 
304
+ #: options.php:472
305
  msgid "Display related posts in the descriptions?"
306
  msgstr "Desideri mostrare gli articoli correlati nelle descrizioni?"
307
 
308
+ #: options.php:472
309
  msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
310
  msgstr "Questa opzione mostrerà gli articoli correlati nei campi della descrizione del feed RSS e non solo nei contenuti. Se i tuoi feed fossero stati impostati per mostrare solamente i riassunti degli articoli, in ogni caso verrà utilizzato il campo per la descrizione quindi, questa opzione é comunque necessaria."
311
 
312
+ #: options.php:473
313
  msgid "RSS display code example"
314
  msgstr "Esempio codice"
315
 
316
+ #: options.php:488
317
  msgid "Before / after related entries display:"
318
  msgstr "Mostra davanti / in coda agli articoli correlati:"
319
 
320
+ #: options.php:502
321
  msgid "Before / after (excerpt):"
322
  msgstr "Davanti / in coda (riassunto):"
323
 
324
+ #: template-builtin.php:35
325
+ #, php-format
326
+ msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
327
+ msgstr "%f é il punteggio di affinità YARPP tra questo articolo principale ed i suoi relativi. Stai vedendo questo messaggio perché sei collegato come amministratore di WordPress. Il messaggio lo vedi solo tu."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
 
329
+ #: includes.php:197
330
+ msgid "Related Posts (YARPP)"
331
+ msgstr "Related Posts (YARPP)"
332
 
333
+ #: options.php:26
334
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
335
+ msgstr "La verifica MyISAM é stata sovrascritta. Potrai da ora utilizzare \"considera titoli\" e \"considera contenuti\" come criteri di affinità."
 
 
336
 
337
+ #: options.php:310
338
+ #: options.php:324
339
+ #: options.php:407
340
+ #: options.php:412
341
+ #: options.php:459
342
+ #: options.php:471
343
+ #: options.php:472
344
+ #: options.php:476
345
+ #: options.php:522
346
+ #: options.php:533
347
+ msgid "more&gt;"
348
+ msgstr "info&gt;"
349
 
350
+ #: options.php:128
351
  msgid "Options saved!"
352
  msgstr "Le opzioni sono state salvate!"
353
 
354
+ #: options.php:609
355
+ msgid "Do you really want to reset your configuration?"
356
+ msgstr "Sei certo di volere ripristinare la tua configurazione?"
357
 
358
+ #: options.php:608
359
  msgid "Update options"
360
  msgstr "Aggiorna le opzioni"
361
 
362
+ #: options.php:310
363
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
364
+ msgstr "Quanto più alto sarà il valore di corrispondenza, maggiore sarà la restrizione: otterrai di fatto un minore numero di articoli correlati. Il valore predefinito é impostato a 5. Qualora desiderassi trovare un valore appropriato per determinare le affinità, verifica gli articoli correlati di alcuni post ed il punteggio a loro associato. Potrai quindi determinare quale sia il migliore valore di corrispondenza per il tuo sito."
365
 
366
+ #: options.php:609
367
  msgid "Reset options"
368
  msgstr "Ripristina le opzioni"
369
 
370
+ #: magic.php:71
 
 
 
 
 
 
 
 
371
  msgid "Example post "
372
  msgstr "Articolo di esempio:"
373
 
374
+ #: template-metabox.php:12
375
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
376
+ msgstr "Questi sono gli articoli correlati per questo post. L'aggiornamento di questo post potrebbe cambiare gli articoli ad esso correlati."
377
+
378
+ #: template-metabox.php:25
379
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
380
+ msgstr "La visualizzazione degli articoli correlati dipende principalmente dalle opzioni YARPP."
381
+
382
+ #: includes.php:26
383
+ #: includes.php:37
384
+ #: template-metabox.php:27
385
+ msgid "No related posts."
386
+ msgstr "Nessun articolo correlato."
387
+
388
+ #: options.php:83
389
+ #: options.php:86
390
+ #: options.php:129
391
+ #: options.php:532
392
  msgid "Related posts cache status"
393
  msgstr "Stato della cache articoli correlati"
394
 
395
+ #: options.php:83
396
  msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
397
  msgstr "La cache per gli articoli correlati é incompleta. Genera la cache via il pannello di <A>related posts</a>."
398
 
399
+ #: options.php:86
400
  msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
401
  msgstr "La cache per gli articoli correlati é vuota. Genera la cache via il pannello di <A>related posts</a>."
402
 
403
+ #: options.php:130
404
  msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
405
  msgstr "Qualora avessi aggiornato le opzioni \"pool\" o \"relatedness\" genera subito la cache via il pannello di <A>related posts</a>."
406
 
407
+ #: options.php:275
 
 
 
 
 
 
 
 
408
  msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
409
  msgstr "di <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
410
 
411
+ #: options.php:275
412
  msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
413
  msgstr "Segui via Twitter il plugin <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts</a>"
414
 
415
+ #: options.php:296
416
  msgid "day(s)"
417
  msgstr "giorno(i)"
418
 
419
+ #: options.php:297
420
  msgid "week(s)"
421
  msgstr "settimana(e)"
422
 
423
+ #: options.php:298
424
  msgid "month(s)"
425
  msgstr "mese(i)"
426
 
427
+ #: options.php:300
428
  msgid "Show only posts from the past NUMBER UNITS"
429
  msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
430
 
431
+ #: options.php:390
432
  msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
433
  msgstr "E' disponibile una nuova (VERSIONE) beta di Yet Another Related Posts Plugin. Puoi <A>scaricarla qui</a> a tuo rischio e pericolo."
434
 
435
+ #: options.php:392
436
  msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
437
  msgstr "E' disponibile una nuova versione (VERSIONE) di Yet Another Related Posts Plugin! Puoi <A>scaricarla qui</a>."
438
 
439
+ #: options.php:412
440
+ #: options.php:476
441
  msgid "Display using a custom template file"
442
  msgstr "Mostra utilizzando un file template personalizzato"
443
 
444
+ #: options.php:414
445
+ #: options.php:478
 
 
 
 
 
446
  msgid "Template file:"
447
  msgstr "File template:"
448
 
449
+ #: options.php:471
450
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
451
  msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
452
 
453
+ #: options.php:529
454
  msgid "Advanced"
455
  msgstr "Avanzato"
456
 
457
+ #: options.php:532
458
  msgid "Show cache status"
459
  msgstr "Mostra lo stato della cache"
460
 
461
+ #: options.php:533
462
  msgid "When the cache is incomplete, compute related posts on the fly?"
463
  msgstr "Qualora la cache fosse incompleta, calcolare ugualmente gli articoli correlati?"
464
 
465
+ #: options.php:564
 
 
 
 
466
  msgid "'MIN minute(s) and SEC second(s) remaining'"
467
  msgstr "'MIN minuto(i) e SEC secondo(i) restanti'"
468
 
469
+ #: options.php:566
470
  msgid "'SEC second(s) remaining'"
471
  msgstr "'SEC secondo(i) restanti'"
472
 
473
+ #: options.php:570
474
  msgid "Your related posts cache is now complete."
475
  msgstr "La cache per gli articoli correlati é completa"
476
 
477
+ #: options.php:570
478
  msgid "The SQL queries took SEC seconds."
479
  msgstr "Le richieste SQL hanno richiesto SEC secondi."
480
 
481
+ #: options.php:577
 
482
  msgid "There was an error while constructing the related posts for TITLE"
483
  msgstr "Si é verificato un errore durante la preparazione degli articoli correlati per TITOLO"
484
 
485
+ #: options.php:595
 
 
 
 
 
486
  msgid "Your related posts cache is PERCENT% complete."
487
  msgstr "La cache per gli articoli correlati é completa al PERCENT%."
488
 
489
+ #: options.php:601
490
  msgid "starting..."
491
  msgstr "in avvio..."
492
 
493
+ #: includes.php:110
494
+ msgid "MySQL error on creating yarpp_keyword_cache table"
495
+ msgstr "Errore MySQL durante la creazione della tabella yarpp_keyword_cache"
496
+
497
+ #: includes.php:121
498
+ msgid "MySQL error on creating yarpp_related_cache table"
499
+ msgstr "Errore MySQL durante la creazione della tabella yarpp_related_cache"
500
+
501
  #: services.php:59
502
  msgid "You cannot rebuild the YARPP cache."
503
  msgstr "Non puoi rigenerare la cache di YARPP."
504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
505
  #: options.php:10
506
  msgid "Please move the YARPP template files into your theme to complete installation. Simply move the sample template files (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) to the <code>TEMPLATEPATH</code> directory."
507
  msgstr "Sposta i file del template di YARPP allocandoli nella cartella del tuo tema in modo da completare l'installazione. Sposta i file del template dimostrativo (al momento sotto <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) nella cartella <code>TEMPLATEPATH</code>."
510
  msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
511
  msgstr "Poiché nessun file template YARPP é stato trovato nel tuo tema (<code>TEMPLATEPATH</code>) la funzione template é stata disattivata."
512
 
513
+ #: options.php:412
514
+ #: options.php:476
515
+ #: options.php:529
516
+ msgid "NEW!"
517
+ msgstr "NUOVO!"
518
+
519
+ #: options.php:412
520
+ #: options.php:476
521
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
522
+ msgstr "Le opzioni avanzate ti permettono una completa personalizzazione per la visualizzazione degli articoli correlati. I template (allocati nella cartella del tuo tema) sono stati scritti in PHP."
523
+
524
+ #: includes.php:24
525
+ #: includes.php:35
526
+ msgid "Related posts:"
527
+ msgstr "Articoli correlati:"
528
+
529
+ #: options.php:68
530
+ msgid "Please try <A>manual SQL setup</a>."
531
+ msgstr "Prova con il <A>setup manuale di SQL</a>."
532
+
533
+ #: options.php:425
534
+ #: options.php:430
535
+ #: options.php:439
536
+ #: options.php:489
537
+ #: options.php:494
538
+ #: options.php:503
539
+ msgid " or "
540
+ msgstr "oppure"
541
+
542
+ #: options.php:534
543
+ msgid "If a displayed post's related posts are not cached and this option is on, YARPP will compute them on the fly.<br />If this option is off and a post's related posts have not been cached, it will display as if it has no related posts."
544
+ msgstr "Nel caso in cui gli articoli correlati per un post non fossero nella cache e questa opzione fosse stata attivata, YARPP li calcolerà nell'immediato.<br />Se l'opzione non fosse attiva e gli articoli correlati non fossero presenti nella cache, il plugin si comporterà come se non ci fosse alcun articolo correlato."
545
+
546
+ #: options.php:579
547
+ #: options.php:585
548
+ msgid "Constructing the related posts timed out."
549
+ msgstr "関連スコアの計算がタイムアウトしました。"
550
+
551
+ #: options.php:582
552
+ #: options.php:587
553
+ msgid "Try to continue..."
554
+ msgstr "Prova a continuare..."
555
+
556
+ #~ msgid "Edit Catalog Entry"
557
+ #~ msgstr "modifica elenco articoli"
558
+ #~ msgid "close"
559
+ #~ msgstr "chiudi"
560
+ #~ msgid "You do not have the permission to write the file '%s'."
561
+ #~ msgstr "Non hai i permessi per la scrittura del file '%s'."
562
  #~ msgid ""
563
  #~ "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a> "
564
  #~ "and based on the fabulous work of <a href=\"http://peter.mapledesign.co."
readme.txt CHANGED
@@ -254,3 +254,5 @@ If you are a bilingual speaker of English and another language and an avid user
254
  * Added note on [incompatibility with SEO Pager plugin](http://wordpress.org/support/topic/267966)
255
  * 3.0.7
256
  * Bugfix: additional bugfix for widgets.
 
 
254
  * Added note on [incompatibility with SEO Pager plugin](http://wordpress.org/support/topic/267966)
255
  * 3.0.7
256
  * Bugfix: additional bugfix for widgets.
257
+ * Reinstating excerpt length by number of words (was switched to letters in 3.0.6 without accompanying documentation)
258
+ * Updated Italian localization
template-builtin.php CHANGED
@@ -36,9 +36,7 @@ if ($related_query->have_posts()) {
36
  $output .= '</a>';
37
  if ($show_excerpt) {
38
  $output .= $before_post .
39
- (function_exists('wp_html_excerpt') ?
40
- wp_html_excerpt(get_the_excerpt(),$excerpt_length)
41
- : yarpp_excerpt(get_the_excerpt(),$excerpt_length) )
42
  . $after_post;
43
  }
44
  $output .= $after_title;
36
  $output .= '</a>';
37
  if ($show_excerpt) {
38
  $output .= $before_post .
39
+ yarpp_excerpt(get_the_excerpt(),$excerpt_length)
 
 
40
  . $after_post;
41
  }
42
  $output .= $after_title;