Yet Another Related Posts Plugin (YARPP) - Version 3.0.5

Version Description

Download this release

Release Info

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

Code changes from version 3.0.4 to 3.0.5

Files changed (9) hide show
  1. includes.php +4 -4
  2. install.txt +6 -0
  3. lang/yarpp-it_IT.mo +0 -0
  4. lang/yarpp-it_IT.po +191 -187
  5. lang/yarpp-pt_BR.mo +0 -0
  6. lang/yarpp-pt_BR.po +555 -0
  7. options.php +33 -30
  8. readme.txt +8 -3
  9. yarpp.php +1 -1
includes.php CHANGED
@@ -126,8 +126,8 @@ function yarpp_activate() {
126
  return 0;
127
  }
128
  }
129
- add_option('yarpp_version','3.04');
130
- update_option('yarpp_version','3.04');
131
  return 1;
132
  }
133
 
@@ -178,8 +178,8 @@ function yarpp_upgrade_check($inuse = false) {
178
  $wpdb->query("ALTER TABLE $wpdb->posts ADD FULLTEXT `yarpp_content` ( `post_content`)"); update_option('yarpp_version','2.03');
179
  }
180
 
181
- if (eregi_replace('[a-z].*$','',get_option('yarpp_version')) < 3.04 or get_option('yarpp_version') != '3.04') {
182
- update_option('yarpp_version','3.04');
183
 
184
  //if (!$inuse)
185
  // echo '<div id="message" class="updated fade" style="background-color: rgb(207, 235, 247);">'.__('<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>','yarpp').'</div>';
126
  return 0;
127
  }
128
  }
129
+ add_option('yarpp_version','3.05');
130
+ update_option('yarpp_version','3.05');
131
  return 1;
132
  }
133
 
178
  $wpdb->query("ALTER TABLE $wpdb->posts ADD FULLTEXT `yarpp_content` ( `post_content`)"); update_option('yarpp_version','2.03');
179
  }
180
 
181
+ if (eregi_replace('[a-z].*$','',get_option('yarpp_version')) < 3.05 or get_option('yarpp_version') != '3.05') {
182
+ update_option('yarpp_version','3.05');
183
 
184
  //if (!$inuse)
185
  // echo '<div id="message" class="updated fade" style="background-color: rgb(207, 235, 247);">'.__('<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>','yarpp').'</div>';
install.txt CHANGED
@@ -13,6 +13,12 @@ Support forum: http://wordpress.org/tags/yet-another-related-posts-plugin
13
 
14
  NOTE: If you run a large and complex site and/or worry about your SQL query volume, it may be better to simply make sure the "compute related posts on the fly" option is turned on and *not* try to build the cache all at once.
15
 
 
 
 
 
 
 
16
  == SUPPORT ==
17
 
18
  Read the FAQ:
13
 
14
  NOTE: If you run a large and complex site and/or worry about your SQL query volume, it may be better to simply make sure the "compute related posts on the fly" option is turned on and *not* try to build the cache all at once.
15
 
16
+ == IN CASE OF TROUBLE ==
17
+
18
+ If you see an error saying "The YARPP database has an error which could not be fixed", please try manual SQL setup:
19
+
20
+ http://mitcho.com/code/yarpp/sql.php
21
+
22
  == SUPPORT ==
23
 
24
  Read the FAQ:
lang/yarpp-it_IT.mo CHANGED
Binary file
lang/yarpp-it_IT.po CHANGED
@@ -29,8 +29,12 @@ 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
- #: yarpp.php:29
 
 
 
33
  #: includes.php:224
 
34
  msgid "Related Posts"
35
  msgstr "Articoli correlati"
36
 
@@ -38,6 +42,21 @@ msgstr "Articoli correlati"
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,18 +84,6 @@ msgstr "Il database di YARPP aveva un errore, ma é stato corretto."
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:147
69
- msgid "word"
70
- msgstr "parola"
71
-
72
- #: options.php:148
73
- msgid "tag"
74
- msgstr "tag"
75
-
76
- #: options.php:149
77
- msgid "category"
78
- msgstr "categoria"
79
-
80
  #: options.php:153
81
  #: options.php:170
82
  #: options.php:182
@@ -89,304 +96,293 @@ msgstr "non considerare"
89
  msgid "consider"
90
  msgstr "considera"
91
 
92
- #: options.php:156
93
- #: options.php:186
94
- #, php-format
95
- msgid "require at least one %s in common"
96
- msgstr "richiedi almeno 1 %s in comune"
97
-
98
- #: options.php:158
99
- #: options.php:188
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:172
105
  msgid "consider with extra weight"
106
  msgstr "considera con extra weight"
107
 
108
- #: options.php:200
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:271
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:254
117
  msgid "Yet Another Related Posts Plugin Options"
118
  msgstr "Opzioni Yet Another Related Posts"
119
 
120
- #: options.php:278
121
  msgid "\"The Pool\""
122
  msgstr "\"Veduta di insieme\""
123
 
124
- #: options.php:279
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:284
129
  msgid "Disallow by category:"
130
  msgstr "Escludi categorie:"
131
 
132
- #: options.php:286
133
  msgid "Disallow by tag:"
134
  msgstr "Escludi tag:"
135
 
136
- #: options.php:288
137
  msgid "Show password protected posts?"
138
  msgstr "Desideri mostrare gli articoli protetti da una password?"
139
 
140
- #: options.php:289
141
  msgid "Show only previous posts?"
142
  msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
143
 
144
- #: options.php:306
145
  msgid "\"Relatedness\" options"
146
  msgstr "Opzioni \"Affinità\""
147
 
148
- #: options.php:308
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:313
154
  msgid "Match threshold:"
155
  msgstr "Valore di corrispondenza:"
156
 
157
- #: options.php:314
158
  msgid "Titles: "
159
  msgstr "Titoli:"
160
 
161
- #: options.php:316
162
  msgid "Bodies: "
163
  msgstr "Contenuti:"
164
 
165
- #: options.php:318
166
  msgid "Tags: "
167
  msgstr "Tag: "
168
 
169
- #: options.php:320
170
  msgid "Categories: "
171
  msgstr "Categorie:"
172
 
173
- #: options.php:322
174
  msgid "Cross-relate posts and pages?"
175
  msgstr "Relazione incrociata per articoli e pagine?"
176
 
177
- #: options.php:322
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:401
182
  msgid "Display options <small>for your website</small>"
183
  msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
184
 
185
- #: magic.php:304
186
- #: options.php:458
187
- #: options.php:521
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:405
192
  msgid "Automatically display related posts?"
193
  msgstr "Desideri mostrare in automatico gli articoli correlati?"
194
 
195
- #: options.php:405
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:406
200
  msgid "Website display code example"
201
  msgstr "Esempio codice"
202
 
203
- #: options.php:406
204
- #: options.php:471
205
  msgid "(Update options to reload.)"
206
  msgstr "(Ricarica la pagina per visualizzare l'aggiornamento)"
207
 
208
- #: options.php:409
209
- #: options.php:473
210
  msgid "Maximum number of related posts:"
211
  msgstr "Numero max. di articoli correlati:"
212
 
213
- #: options.php:422
214
  msgid "Before / after related entries:"
215
  msgstr "Davanti / in coda agli articoli correlati:"
216
 
217
- #: options.php:423
218
- #: options.php:428
219
- #: options.php:437
220
- #: options.php:487
221
- #: options.php:492
222
- #: options.php:501
223
  msgid "For example:"
224
  msgstr "Esempio:"
225
 
226
- #: options.php:427
227
- #: options.php:491
228
  msgid "Before / after each related entry:"
229
  msgstr "Davanti / in coda ad ogni articolo correlato:"
230
 
231
- #: options.php:431
232
- #: options.php:495
233
  msgid "Show excerpt?"
234
  msgstr "Desideri mostrare il riassunto?"
235
 
236
- #: options.php:432
237
- #: options.php:496
238
  msgid "Excerpt length (No. of words):"
239
  msgstr "Lunghezza riassunto (totale parole):"
240
 
241
- #: options.php:436
242
  msgid "Before / after (Excerpt):"
243
  msgstr "Davanti / in coda (Riassunto):"
244
 
245
- #: options.php:442
246
- #: options.php:506
247
  msgid "Order results:"
248
  msgstr "Disposizione dei risultati:"
249
 
250
- #: options.php:444
251
- #: options.php:508
252
  msgid "score (high relevance to low)"
253
  msgstr "punteggio (da massima a minima rilevanza)"
254
 
255
- #: options.php:445
256
- #: options.php:509
257
  msgid "score (low relevance to high)"
258
  msgstr "punteggio (da minima a massima rilevanza)"
259
 
260
- #: options.php:446
261
- #: options.php:510
262
  msgid "date (new to old)"
263
  msgstr "data (dal nuovo al vecchio)"
264
 
265
- #: options.php:447
266
- #: options.php:511
267
  msgid "date (old to new)"
268
  msgstr "data (dal vecchio al nuovo)"
269
 
270
- #: options.php:448
271
- #: options.php:512
272
  msgid "title (alphabetical)"
273
  msgstr "titolo (A-Z)"
274
 
275
- #: options.php:449
276
- #: options.php:513
277
  msgid "title (reverse alphabetical)"
278
  msgstr "titolo (Z-A)"
279
 
280
- #: options.php:454
281
- #: options.php:518
282
  msgid "Default display if no results:"
283
  msgstr "Testo predefinito da mostrare in assenza di risultati:"
284
 
285
- #: options.php:456
286
- #: options.php:520
287
  msgid "Help promote Yet Another Related Posts Plugin?"
288
  msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
289
 
290
- #: options.php:458
291
- #: options.php:521
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:464
297
  msgid "Display options <small>for RSS</small>"
298
  msgstr "Opzioni di visualizzazione nel tuo <small>feed RSS</small>"
299
 
300
- #: options.php:469
301
  msgid "Display related posts in feeds?"
302
  msgstr "Desideri mostrare gli articoli correlati nei feed?"
303
 
304
- #: options.php:470
305
  msgid "Display related posts in the descriptions?"
306
  msgstr "Desideri mostrare gli articoli correlati nelle descrizioni?"
307
 
308
- #: options.php:470
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:471
313
  msgid "RSS display code example"
314
  msgstr "Esempio codice"
315
 
316
- #: options.php:486
317
  msgid "Before / after related entries display:"
318
  msgstr "Mostra davanti / in coda agli articoli correlati:"
319
 
320
- #: options.php:500
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:308
338
- #: options.php:322
339
- #: options.php:405
340
- #: options.php:410
341
- #: options.php:457
342
- #: options.php:469
343
- #: options.php:470
344
- #: options.php:474
345
- #: options.php:520
346
- #: options.php:531
347
- msgid "more&gt;"
348
- msgstr "info&gt;"
 
 
 
349
 
350
  #: options.php:125
351
  msgid "Options saved!"
352
  msgstr "Le opzioni sono state salvate!"
353
 
354
- #: options.php:606
355
- msgid "Do you really want to reset your configuration?"
356
- msgstr "Sei certo di volere ripristinare la tua configurazione?"
357
 
358
- #: options.php:605
359
  msgid "Update options"
360
  msgstr "Aggiorna le opzioni"
361
 
362
- #: options.php:308
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:606
367
  msgid "Reset options"
368
  msgstr "Ripristina le opzioni"
369
 
 
 
 
 
 
 
 
 
370
  #: magic.php:56
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
- #: template-metabox.php:27
383
- msgid "No related posts."
384
- msgstr "Nessun articolo correlato."
385
-
386
  #: options.php:81
387
  #: options.php:84
388
  #: options.php:126
389
- #: options.php:530
390
  msgid "Related posts cache status"
391
  msgstr "Stato della cache articoli correlati"
392
 
@@ -402,110 +398,115 @@ msgstr "La cache per gli articoli correlati é vuota. Genera la cache via il pan
402
  msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
403
  msgstr "Qualora avessi aggiornato le opzioni \"pool\" o \"relatedness\" genera subito la cache via il pannello di <A>related posts</a>."
404
 
405
- #: options.php:273
 
 
 
 
 
 
 
 
406
  msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
407
  msgstr "di <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
408
 
409
- #: options.php:273
410
  msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
411
  msgstr "Segui via Twitter il plugin <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts</a>"
412
 
413
- #: options.php:294
414
  msgid "day(s)"
415
  msgstr "giorno(i)"
416
 
417
- #: options.php:295
418
  msgid "week(s)"
419
  msgstr "settimana(e)"
420
 
421
- #: options.php:296
422
  msgid "month(s)"
423
  msgstr "mese(i)"
424
 
425
- #: options.php:298
426
  msgid "Show only posts from the past NUMBER UNITS"
427
  msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
428
 
429
- #: options.php:387
430
  msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
431
  msgstr "E' disponibile una nuova (VERSIONE) beta di Yet Another Related Posts Plugin. Puoi <A>scaricarla qui</a> a tuo rischio e pericolo."
432
 
433
- #: options.php:389
434
  msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
435
  msgstr "E' disponibile una nuova versione (VERSIONE) di Yet Another Related Posts Plugin! Puoi <A>scaricarla qui</a>."
436
 
437
- #: options.php:410
438
- #: options.php:474
439
  msgid "Display using a custom template file"
440
  msgstr "Mostra utilizzando un file template personalizzato"
441
 
442
- #: options.php:412
443
- #: options.php:476
 
 
 
 
 
444
  msgid "Template file:"
445
  msgstr "File template:"
446
 
447
- #: options.php:469
448
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
449
  msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
450
 
451
- #: options.php:527
452
  msgid "Advanced"
453
  msgstr "Avanzato"
454
 
455
- #: options.php:530
456
  msgid "Show cache status"
457
  msgstr "Mostra lo stato della cache"
458
 
459
- #: options.php:531
460
  msgid "When the cache is incomplete, compute related posts on the fly?"
461
  msgstr "Qualora la cache fosse incompleta, calcolare ugualmente gli articoli correlati?"
462
 
463
- #: options.php:532
464
  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."
465
  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."
466
 
467
- #: options.php:562
468
  msgid "'MIN minute(s) and SEC second(s) remaining'"
469
  msgstr "'MIN minuto(i) e SEC secondo(i) restanti'"
470
 
471
- #: options.php:564
472
  msgid "'SEC second(s) remaining'"
473
  msgstr "'SEC secondo(i) restanti'"
474
 
475
- #: options.php:568
476
  msgid "Your related posts cache is now complete."
477
  msgstr "La cache per gli articoli correlati é completa"
478
 
479
- #: options.php:568
480
  msgid "The SQL queries took SEC seconds."
481
  msgstr "Le richieste SQL hanno richiesto SEC secondi."
482
 
483
- #: options.php:578
484
- #: options.php:582
485
  msgid "There was an error while constructing the related posts for TITLE"
486
  msgstr "Si é verificato un errore durante la preparazione degli articoli correlati per TITOLO"
487
 
488
- #: options.php:579
489
- #: options.php:584
490
  msgid "try to continue"
491
  msgstr "prova a continuare"
492
 
493
- #: options.php:592
494
  msgid "Your related posts cache is PERCENT% complete."
495
  msgstr "La cache per gli articoli correlati é completa al PERCENT%."
496
 
497
- #: options.php:598
498
  msgid "starting..."
499
  msgstr "in avvio..."
500
 
501
- #: includes.php:110
502
- msgid "MySQL error on creating yarpp_keyword_cache table"
503
- msgstr "Errore MySQL durante la creazione della tabella yarpp_keyword_cache"
504
-
505
- #: includes.php:121
506
- msgid "MySQL error on creating yarpp_related_cache table"
507
- msgstr "Errore MySQL durante la creazione della tabella yarpp_related_cache"
508
-
509
  #: services.php:59
510
  msgid "You cannot rebuild the YARPP cache."
511
  msgstr "Non puoi rigenerare la cache di YARPP."
@@ -515,6 +516,18 @@ msgstr "Non puoi rigenerare la cache di YARPP."
515
  msgid "You do not have the permission to write the file '%s'."
516
  msgstr "Non hai i permessi per la scrittura del file '%s'."
517
 
 
 
 
 
 
 
 
 
 
 
 
 
518
  #: options.php:10
519
  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."
520
  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>."
@@ -523,17 +536,8 @@ msgstr "Sposta i file del template di YARPP allocandoli nella cartella del tuo t
523
  msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
524
  msgstr "Poiché nessun file template YARPP é stato trovato nel tuo tema (<code>TEMPLATEPATH</code>) la funzione template é stata disattivata."
525
 
526
- #: options.php:410
527
- #: options.php:474
528
- #: options.php:527
529
- msgid "NEW!"
530
- msgstr "NUOVO!"
531
-
532
- #: options.php:410
533
- #: options.php:474
534
- 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."
535
- 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."
536
-
537
  #~ msgid ""
538
  #~ "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a> "
539
  #~ "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: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
  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
  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
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
 
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."
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
  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."
lang/yarpp-pt_BR.mo ADDED
Binary file
lang/yarpp-pt_BR.po ADDED
@@ -0,0 +1,555 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v2.1.6\n"
4
+ "PO-Revision-Date: 2008-12-04 01:32-0200\n"
5
+ "Last-Translator: Rafael Fischmann <rfischmann@gmail.com>\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Poedit-Language: Portuguese\n"
11
+ "X-Poedit-Country: BRAZIL\n"
12
+ "X-Poedit-SourceCharset: utf-8\n"
13
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;__ngettext_noop:1,2;_c\n"
14
+ "X-Poedit-Basepath: ../\n"
15
+ "X-Poedit-SearchPath-0: ."
16
+
17
+ #: includes.php:94
18
+ msgid "MySQL error on adding yarpp_title"
19
+ msgstr "Erro de MySQL na adição do yarpp_title"
20
+
21
+ #: includes.php:99
22
+ msgid "MySQL error on adding yarpp_content"
23
+ msgstr "Erro de MySQL na adição do yarpp_content"
24
+
25
+ #: includes.php:185
26
+ 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>"
27
+ msgstr "<h3>Uma mensagem importante do YARPP:</h3><p>Obrigado por se atualizar para o YARPP 2. O YARPP 2.0 adiciona a tão requisitada habilidade de limitar os resultados de itens relacionados por certas tags ou categorias. A versão 2.0 ainda traz um controle mais preciso do seu algoritmo mágico, permitindo que você especifique o quanto ele deve considerar ou não com relação ao conteúdo, título, tags e categorias do artigo. Certifique-se de ajustar as configurações ao seu gosto e talvez reconfigurar o nível de precisão.</p><p>Para mais informações, veja a <a href=\"http://mitcho.com/code/yarpp/\">documentação do YARPP</a>. (Esta mensagem não será mostrada novamente.)</p>"
28
+
29
+ #: includes.php:197
30
+ #: includes.php:197
31
+ msgid "Related Posts (YARPP)"
32
+ msgstr "Posts Relacionados (YARPP)"
33
+
34
+ #: includes.php:224
35
+ #: yarpp.php:31
36
+ #: yarpp.php:31
37
+ msgid "Related Posts"
38
+ msgstr "Posts Relacionados"
39
+
40
+ #: includes.php:229
41
+ msgid "YARPP"
42
+ msgstr "YARPP"
43
+
44
+ #: template-builtin.php:35
45
+ #, php-format
46
+ 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."
47
+ msgstr "%f é a pontuação do YARPP entre o artigo atual e este artigo relacionado. Você está vendo este valor porque está logado no WordPress como administrador. Usuários comuns não o vêem."
48
+
49
+ #: magic.php:322
50
+ #: options.php:458
51
+ #: options.php:521
52
+ msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
53
+ msgstr "Posts relacionados trazidos a você pelo <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
54
+
55
+ #: options.php:26
56
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
57
+ msgstr "A checagem do MyISAM foi sobreescrita. Você agora pode usar os critérios de relacionamento \"considerar títulos\" e \"considerar corpos\"."
58
+
59
+ #: options.php:35
60
+ #, php-format
61
+ 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."
62
+ msgstr "Os critérios de relacionamento \"considerar títulos\" e \"considerar corpos\" do YARPP necessitam que sua tabela <code>%s</code> utilize o <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>sistema de armazenamento MyISAM</a>, mas ela parece estar usando o mecanismo <code>%s</code>. Essas duas opções foram desabilitadas."
63
+
64
+ #: options.php:37
65
+ #, php-format
66
+ msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
67
+ msgstr "Para restaurar esses recursos, por favor atualize sua tabela <code>%s</code> executando o seguinte comando SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Nenhum dado será apagado na alteração do mecanismo da tabela, apesar de haver algumas implicações em performance."
68
+
69
+ #: options.php:39
70
+ #, php-format
71
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
72
+ msgstr "Se, apesar dessa checagem, você estiver certo de que a <code>%s</code> está usando o mecanismo MyISAM, aperte este botão mágico:"
73
+
74
+ #: options.php:42
75
+ msgid "Trust me. Let me use MyISAM features."
76
+ msgstr "Confie em mim. Deixe-me usar recursos MyISAM."
77
+
78
+ #: options.php:65
79
+ msgid "The YARPP database had an error but has been fixed."
80
+ msgstr "O banco de dados do YARPP tinha um erro mas foi corrigido."
81
+
82
+ #: options.php:67
83
+ msgid "The YARPP database has an error which could not be fixed."
84
+ msgstr "O banco de dados do YARPP tinha um erro que não pôde ser corrigido."
85
+
86
+ #: options.php:126
87
+ msgid "Options saved!"
88
+ msgstr "Opções salvas!"
89
+
90
+ #: options.php:148
91
+ msgid "word"
92
+ msgstr "palavra"
93
+
94
+ #: options.php:149
95
+ msgid "tag"
96
+ msgstr "tag"
97
+
98
+ #: options.php:150
99
+ msgid "category"
100
+ msgstr "categoria"
101
+
102
+ #: options.php:154
103
+ #: options.php:171
104
+ #: options.php:183
105
+ msgid "do not consider"
106
+ msgstr "não considerar"
107
+
108
+ #: options.php:155
109
+ #: options.php:172
110
+ #: options.php:185
111
+ msgid "consider"
112
+ msgstr "considerar"
113
+
114
+ #: options.php:157
115
+ #: options.php:187
116
+ #, php-format
117
+ msgid "require at least one %s in common"
118
+ msgstr "requerer pelo menos uma %s em comum"
119
+
120
+ #: options.php:159
121
+ #: options.php:189
122
+ #, php-format
123
+ msgid "require more than one %s in common"
124
+ msgstr "requerer mais de uma %s em comum"
125
+
126
+ #: options.php:173
127
+ msgid "consider with extra weight"
128
+ msgstr "considerar com peso extra"
129
+
130
+ #: options.php:201
131
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
132
+ msgstr "Histórico de versões do plugin Yet Another Related Posts (RSS 2.0)"
133
+
134
+ #: options.php:271
135
+ #: options.php:271
136
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
137
+ msgstr "Doar ao mitcho (Michael Yoshitaka Erlewine) via PayPal para este plugin"
138
+
139
+ #: options.php:255
140
+ msgid "Yet Another Related Posts Plugin Options"
141
+ msgstr "Opções do Plugin Yet Another Related Posts"
142
+
143
+ #: options.php:278
144
+ msgid "\"The Pool\""
145
+ msgstr "\"O Conjunto\""
146
+
147
+ #: options.php:279
148
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
149
+ msgstr "\"O Conjunto\" refere-se ao grupo de posts e páginas candidatos a serem mostrados como relacionados num determinado artigo."
150
+
151
+ #: options.php:284
152
+ msgid "Disallow by category:"
153
+ msgstr "Desaprovar por categoria:"
154
+
155
+ #: options.php:286
156
+ msgid "Disallow by tag:"
157
+ msgstr "Desaprovar por tag:"
158
+
159
+ #: options.php:288
160
+ msgid "Show password protected posts?"
161
+ msgstr "Mostrar posts protegidos por senha?"
162
+
163
+ #: options.php:289
164
+ msgid "Show only previous posts?"
165
+ msgstr "Mostrar apenas posts anteriores?"
166
+
167
+ #: options.php:306
168
+ msgid "\"Relatedness\" options"
169
+ msgstr "Opções de \"relacionamento\""
170
+
171
+ #: options.php:308
172
+ #, php-format
173
+ 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>."
174
+ msgstr "O YARPP é diferente dos <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">plugins anteriores nos quais é baseado</a> porque ele limita os posts relacionados por (1) um número máximo e (2) um <em>nível de precisão</em>."
175
+
176
+ #: options.php:308
177
+ #: options.php:322
178
+ #: options.php:405
179
+ #: options.php:410
180
+ #: options.php:457
181
+ #: options.php:469
182
+ #: options.php:470
183
+ #: options.php:474
184
+ #: options.php:520
185
+ #: options.php:531
186
+ msgid "more&gt;"
187
+ msgstr "mais&gt;"
188
+
189
+ #: options.php:308
190
+ 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."
191
+ msgstr "Quanto maior o nível de precisão, mais restritivo, menos posts relacionados no geral. O nível padrão é 5. Se você quer achar uma configuração apropriada, observe alguns posts relacionados e suas pontuações. Você pode conferir que tipos de posts relacionados estão sendo selecionados com que tipos de pontuações, determinando assim um nível de precisão ideal para o seu site."
192
+
193
+ #: options.php:313
194
+ msgid "Match threshold:"
195
+ msgstr "Nível de precisão:"
196
+
197
+ #: options.php:314
198
+ msgid "Titles: "
199
+ msgstr "Títulos:"
200
+
201
+ #: options.php:316
202
+ msgid "Bodies: "
203
+ msgstr "Corpos:"
204
+
205
+ #: options.php:318
206
+ msgid "Tags: "
207
+ msgstr "Tags: "
208
+
209
+ #: options.php:320
210
+ msgid "Categories: "
211
+ msgstr "Categorias:"
212
+
213
+ #: options.php:322
214
+ msgid "Cross-relate posts and pages?"
215
+ msgstr "Cruzar posts e páginas?"
216
+
217
+ #: options.php:322
218
+ 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."
219
+ msgstr "Quando a opção \"Cruzar posts e páginas\" estiver selecionada, <code>related_posts()</code>, <code>related_pages()</code> e <code>related_entries()</code> darão a mesma saída, retornando ambos posts e páginas relacionadas."
220
+
221
+ #: options.php:401
222
+ msgid "Display options <small>for your website</small>"
223
+ msgstr "Mostrar opções <small>para o seu website</small>"
224
+
225
+ #: options.php:405
226
+ msgid "Automatically display related posts?"
227
+ msgstr "Mostrar posts relacionados automaticamente?"
228
+
229
+ #: options.php:405
230
+ 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."
231
+ msgstr "Esta opção mostra posts relacionados logo depois do conteúdo em páginas individuais de posts, automaticamente. Se esta opção estiver desligada, você terá que inserir <code>related_posts()</code> ou variantes (<code>related_pages()</code> e <code>related_entries()</code>) manualmente em seu tema."
232
+
233
+ #: options.php:406
234
+ msgid "Website display code example"
235
+ msgstr "Exemplo de código para visualização no website"
236
+
237
+ #: options.php:406
238
+ #: options.php:471
239
+ msgid "(Update options to reload.)"
240
+ msgstr "(Salve as opções para atualizar.)"
241
+
242
+ #: options.php:409
243
+ #: options.php:473
244
+ msgid "Maximum number of related posts:"
245
+ msgstr "Número máximo de posts relacionados:"
246
+
247
+ #: options.php:422
248
+ msgid "Before / after related entries:"
249
+ msgstr "Antes / depois de itens relacionados:"
250
+
251
+ #: options.php:423
252
+ #: options.php:428
253
+ #: options.php:437
254
+ #: options.php:487
255
+ #: options.php:492
256
+ #: options.php:501
257
+ msgid "For example:"
258
+ msgstr "Por exemplo:"
259
+
260
+ #: options.php:427
261
+ #: options.php:491
262
+ msgid "Before / after each related entry:"
263
+ msgstr "Antes / depois de cada item relacionado:"
264
+
265
+ #: options.php:431
266
+ #: options.php:495
267
+ msgid "Show excerpt?"
268
+ msgstr "Mostrar resumo?"
269
+
270
+ #: options.php:432
271
+ #: options.php:496
272
+ msgid "Excerpt length (No. of words):"
273
+ msgstr "Comprimento do resumo (No. de palavras):"
274
+
275
+ #: options.php:436
276
+ msgid "Before / after (Excerpt):"
277
+ msgstr "Antes / depois (Resumo):"
278
+
279
+ #: options.php:442
280
+ #: options.php:506
281
+ msgid "Order results:"
282
+ msgstr "Ordenar resultados:"
283
+
284
+ #: options.php:444
285
+ #: options.php:508
286
+ msgid "score (high relevance to low)"
287
+ msgstr "pontuação (relevância alta para baixa)"
288
+
289
+ #: options.php:445
290
+ #: options.php:509
291
+ msgid "score (low relevance to high)"
292
+ msgstr "pontuação (relevância baixa para alta)"
293
+
294
+ #: options.php:446
295
+ #: options.php:510
296
+ msgid "date (new to old)"
297
+ msgstr "data (novos para velhos)"
298
+
299
+ #: options.php:447
300
+ #: options.php:511
301
+ msgid "date (old to new)"
302
+ msgstr "data (velhos para novos)"
303
+
304
+ #: options.php:448
305
+ #: options.php:512
306
+ msgid "title (alphabetical)"
307
+ msgstr "título (alfabeticamente)"
308
+
309
+ #: options.php:449
310
+ #: options.php:513
311
+ msgid "title (reverse alphabetical)"
312
+ msgstr "título (alfabeticamente inverso)"
313
+
314
+ #: options.php:454
315
+ #: options.php:518
316
+ msgid "Default display if no results:"
317
+ msgstr "Mostragem padrão sem resultados:"
318
+
319
+ #: options.php:456
320
+ #: options.php:520
321
+ msgid "Help promote Yet Another Related Posts Plugin?"
322
+ msgstr "Ajudar a promover o plugin Yet Another Related Posts?"
323
+
324
+ #: options.php:458
325
+ #: options.php:521
326
+ #, php-format
327
+ 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."
328
+ msgstr "Esta opção adicionará o código %s. Tente ligá-la, atualizar suas opções e ver o código no exemplo à direita. Esses links e doações são bastante apreciados."
329
+
330
+ #: options.php:464
331
+ msgid "Display options <small>for RSS</small>"
332
+ msgstr "Mostrar opções <small>para RSS</small>"
333
+
334
+ #: options.php:469
335
+ msgid "Display related posts in feeds?"
336
+ msgstr "Mostrar posts relacionados em feeds?"
337
+
338
+ #: options.php:470
339
+ msgid "Display related posts in the descriptions?"
340
+ msgstr "Mostrar posts relacionados nas descrições?"
341
+
342
+ #: options.php:470
343
+ 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."
344
+ msgstr "Esta opção mostra os posts relacionados nos campos de descrição do RSS, e não apenas o conteúdo. Se os seus feeds estão configurados para somente mostrar resumos, porém, apenas o campo de descrição será usado, então esta opção é necessária para mostrar qualquer coisa."
345
+
346
+ #: options.php:471
347
+ msgid "RSS display code example"
348
+ msgstr "Exemplo de código de visualização RSS"
349
+
350
+ #: options.php:486
351
+ msgid "Before / after related entries display:"
352
+ msgstr "Antes / depois de itens relacionados mostrar:"
353
+
354
+ #: options.php:500
355
+ msgid "Before / after (excerpt):"
356
+ msgstr "Antes / depois (resumo):"
357
+
358
+ #: options.php:606
359
+ msgid "Update options"
360
+ msgstr "Atualizar opções"
361
+
362
+ #: options.php:607
363
+ msgid "Do you really want to reset your configuration?"
364
+ msgstr "Você quer mesmo redefinir sua configuração?"
365
+
366
+ #: options.php:607
367
+ msgid "Reset options"
368
+ msgstr "Redefinir opções"
369
+
370
+ #: includes.php:110
371
+ msgid "MySQL error on creating yarpp_keyword_cache table"
372
+ msgstr "Erro de MySQL na criação da tabela yarpp_keyword_cache"
373
+
374
+ #: includes.php:121
375
+ msgid "MySQL error on creating yarpp_related_cache table"
376
+ msgstr "Erro de MySQL na criação da tabela yarpp_related_cache"
377
+
378
+ #: magic.php:71
379
+ msgid "Example post "
380
+ msgstr "Post de exemplo"
381
+
382
+ #: options.php:10
383
+ 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."
384
+ msgstr "Por favor, mova os arquivos de template do YARPP para dentro do seu tema para completar a instalação. Simplesmente mova os arquivos de exemplo (atualmente em <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) para o diretório <code>TEMPLATEPATH</code>."
385
+
386
+ #: options.php:15
387
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
388
+ msgstr "Nenhum arquivo de template do YARPP foi encontrado no seu tema (<code>TEMPLATEPATH</code>), então o recurso de templates foi desligado."
389
+
390
+ #: options.php:82
391
+ #: options.php:85
392
+ #: options.php:127
393
+ #: options.php:530
394
+ msgid "Related posts cache status"
395
+ msgstr "Estado do cache de posts relacionados"
396
+
397
+ #: options.php:82
398
+ msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
399
+ msgstr "Seu cache de posts relacionados está incompleto. Por favor, construa seu cache do <A>painel de estado de posts relacionados</a>."
400
+
401
+ #: options.php:85
402
+ msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
403
+ msgstr "Seu cache de posts relacionados está vazio. Por favor, construa o cache do <A>painel de estado de posts relacionados</a>."
404
+
405
+ #: options.php:128
406
+ msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
407
+ msgstr "Se você atualizou as opções \"pool\" ou \"relatedness\" mostradas, por favor reconstrua o seu cache agora do <A>painel de estado de posts relacionados</a>."
408
+
409
+ #: options.php:273
410
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
411
+ msgstr "por <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
412
+
413
+ #: options.php:273
414
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
415
+ msgstr "Siga o <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin no Twitter</a>"
416
+
417
+ #: options.php:294
418
+ msgid "day(s)"
419
+ msgstr "dia(s)"
420
+
421
+ #: options.php:295
422
+ msgid "week(s)"
423
+ msgstr "semana(s)"
424
+
425
+ #: options.php:296
426
+ msgid "month(s)"
427
+ msgstr "mês(es)"
428
+
429
+ #: options.php:298
430
+ msgid "Show only posts from the past NUMBER UNITS"
431
+ msgstr "Mostrar posts apenas dos últimos NUMBER UNITS"
432
+
433
+ #: options.php:388
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 "Há uma nova beta (VERSION) do Yet Another Related Posts Plugin. Você pode <A>baixá-la</a> sob a sua própria responsabilidade."
436
+
437
+ #: options.php:390
438
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
439
+ msgstr "Há uma nova versão (VERSION) do Yet Another Related Posts Plugin disponível! Você pode <A>baixá-la aqui</a>."
440
+
441
+ #: options.php:410
442
+ #: options.php:474
443
+ msgid "Display using a custom template file"
444
+ msgstr "Mostrar usando um arquivo de modelo customizado"
445
+
446
+ #: options.php:412
447
+ #: options.php:476
448
+ msgid "Template file:"
449
+ msgstr "Arquivo de modelo:"
450
+
451
+ #: options.php:469
452
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
453
+ msgstr "Esta opção mostra posts relacionados ao final de cada item nos seus feeds RSS e Atom. Nenhuma mudança em modelos é necessária."
454
+
455
+ #: options.php:527
456
+ msgid "Advanced"
457
+ msgstr "Avançado"
458
+
459
+ #: options.php:530
460
+ msgid "Show cache status"
461
+ msgstr "Mostrar estado do cache"
462
+
463
+ #: options.php:531
464
+ msgid "When the cache is incomplete, compute related posts on the fly?"
465
+ msgstr "Quando o cache está incompleto, computar posts relacionados em tempo real?"
466
+
467
+ #: options.php:532
468
+ 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."
469
+ msgstr "Se os posts relacionados de um artigo visualizado não estiverem cacheados e esta opção estiver ligada, o YARPP os computará em tempo real. Não ligue esta opção se você possui um site com tráfego elevado.<br />Se esta opção estiver desligada e os posts relacionados de um artigo não estiverem cacheados, o sistema indicará que não há posts relacionados."
470
+
471
+ #: options.php:562
472
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
473
+ msgstr "'faltando MIN minuto(s) e SEC segundo(s)'"
474
+
475
+ #: options.php:564
476
+ msgid "'SEC second(s) remaining'"
477
+ msgstr "'faltando SEC segundo(s)'"
478
+
479
+ #: options.php:568
480
+ msgid "Your related posts cache is now complete."
481
+ msgstr "Seu cache de posts relacionados está agora completo."
482
+
483
+ #: options.php:568
484
+ msgid "The SQL queries took SEC seconds."
485
+ msgstr "As chamadas SQL levaram SEC segundos."
486
+
487
+ #: options.php:575
488
+ msgid "There was an error while constructing the related posts for TITLE"
489
+ msgstr "Houve um erro na construção de posts relacionados para TITLE"
490
+
491
+ #: options.php:593
492
+ msgid "Your related posts cache is PERCENT% complete."
493
+ msgstr "Seu cache de posts relacionados está PERCENT% completo."
494
+
495
+ #: options.php:599
496
+ msgid "starting..."
497
+ msgstr "iniciando..."
498
+
499
+ #: services.php:59
500
+ msgid "You cannot rebuild the YARPP cache."
501
+ msgstr "Você não pode reconstruir o cache do YARPP."
502
+
503
+ #: template-metabox.php:12
504
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
505
+ msgstr "Há entradas relacionadas para este artigo. Atualizar este post poderá mudar esses itens relacionados."
506
+
507
+ #: template-metabox.php:25
508
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
509
+ msgstr "A forma como todas essas entradas relacionadas são mostradas e se elas serão de fato mostradas depende das suas opções de visualização do YARPP."
510
+
511
+ #: includes.php:26
512
+ #: includes.php:37
513
+ #: template-metabox.php:27
514
+ msgid "No related posts."
515
+ msgstr "Nenhum post relacionado."
516
+
517
+ #: includes.php:24
518
+ #: includes.php:35
519
+ msgid "Related posts:"
520
+ msgstr "Posts relacionados:"
521
+
522
+ #: options.php:68
523
+ msgid "Please try <A>manual SQL setup</a>."
524
+ msgstr "Por favor tente <A>uma configuração de SQL manual</a>."
525
+
526
+ #: options.php:410
527
+ #: options.php:474
528
+ #: options.php:527
529
+ msgid "NEW!"
530
+ msgstr "NOVO!"
531
+
532
+ #: options.php:410
533
+ #: options.php:474
534
+ 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."
535
+ msgstr "Esta opção avançada lhe dá poder total para customizar como seus posts relacionados são mostrados. Modelos (armazenados na sua pasta de tema) são escritos em PHP."
536
+
537
+ #: options.php:423
538
+ #: options.php:428
539
+ #: options.php:437
540
+ #: options.php:487
541
+ #: options.php:492
542
+ #: options.php:501
543
+ msgid " or "
544
+ msgstr " ou "
545
+
546
+ #: options.php:577
547
+ #: options.php:583
548
+ msgid "Constructing the related posts timed out."
549
+ msgstr "Construir os posts relacionados demorou demais."
550
+
551
+ #: options.php:580
552
+ #: options.php:585
553
+ msgid "Try to continue..."
554
+ msgstr "Tente continuar..."
555
+
options.php CHANGED
@@ -64,41 +64,14 @@ if ($yarpp_myisam) {
64
  if (yarpp_activate())
65
  _e('The YARPP database had an error but has been fixed.','yarpp');
66
  else
67
- _e('The YARPP database has an error which could not be fixed.','yarpp');
 
68
  echo '</div></p>';
69
  }
70
  }
71
 
72
  yarpp_reinforce(); // just in case, set default options, etc.
73
 
74
- // check if the cache is complete or not.
75
- $cache_complete = $wpdb->get_var("select (count(p.ID)-sum(c.ID IS NULL))/count(p.ID)
76
- FROM $wpdb->posts as p
77
- LEFT JOIN {$wpdb->prefix}yarpp_related_cache as c ON ( p.ID = c.reference_ID )
78
- WHERE p.post_status = 'publish' ");
79
-
80
- if ($cache_complete > 0 and $cache_complete < 1)
81
- echo '<div class="updated fade" style="background-color: rgb(207, 235, 247);"><p>'.str_replace('<A>','<a class="thickbox" title="'.__('Related posts cache status','yarpp').'" href="#TB_inline?height=100&width=300&inlineId=yarpp-cache-status">',__('Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>.','yarpp')).'</p></div>';
82
-
83
- if ($cache_complete == 0)
84
- echo '<div class="updated fade" style="background-color: rgb(207, 235, 247);"><p>'.str_replace('<A>','<a class="thickbox" title="'.__('Related posts cache status','yarpp').'" href="#TB_inline?height=100&width=300&inlineId=yarpp-cache-status">',__('Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>.','yarpp')).'</p></div>';
85
-
86
- //compute $tagmap
87
- $tagmap = array();
88
- foreach ($wpdb->get_results("select $wpdb->terms.term_id, name from $wpdb->terms natural join $wpdb->term_taxonomy where $wpdb->term_taxonomy.taxonomy = 'category'") as $tag) {
89
- $tagmap[$tag->term_id] = strtolower($tag->name);
90
- }
91
-
92
- function yarpp_mapthetag($id) {
93
- global $tagmap;
94
- return $tagmap[$id];
95
- }
96
- function yarpp_unmapthetag($name) {
97
- global $tagmap;
98
- $untagmap = array_flip($tagmap);
99
- return $untagmap[$name];
100
- }
101
-
102
  if (isset($_POST['update_yarpp'])) {
103
  foreach (array_keys($yarpp_value_options) as $option) {
104
  yarpp_set_option($option,addslashes($_POST[$option]));
@@ -127,6 +100,36 @@ if (isset($_POST['update_yarpp'])) {
127
  __('If you updated the "pool" options or "relatedness" options displayed, please rebuild your cache now from the <A>related posts status pane</a>.','yarpp')).'</p></div>';
128
  }
129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  function checkbox($option,$desc,$tr="<tr valign='top'>
131
  <th class='th-full' colspan='2' scope='row'>",$inputplus = '',$thplus='') {
132
  echo " $tr<input $inputplus type='checkbox' name='$option' value='true'". ((yarpp_get_option($option) == 1) ? ' checked="checked"': '' )." /> $desc</th>$thplus
@@ -528,7 +531,7 @@ checkbox('rss_excerpt_display',__("Display related posts in the descriptions?",'
528
  <table class="form-table" style="margin-top: 0">
529
  <tr valign='top' colspan='2'><td><input class="thickbox button" type="button" value="<?php _e("Show cache status",'yarpp');?>" title="<?php _e('Related posts cache status','yarpp');?>" alt="#TB_inline?height=100&width=300&inlineId=yarpp-cache-status"/>
530
  <?php checkbox('ad_hoc_caching',__("When the cache is incomplete, compute related posts on the fly?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>"
531
- .__("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.",'yarpp')
532
  ."</span></a>"); ?>
533
  </table>
534
  </div>
64
  if (yarpp_activate())
65
  _e('The YARPP database had an error but has been fixed.','yarpp');
66
  else
67
+ __('The YARPP database has an error which could not be fixed.','yarpp')
68
+ .str_replace('<A>','<a href=\'http://mitcho.com/code/yarpp/sql.php?prefix='.urlencode($wpdb->prefix).'\'>',__('Please try <A>manual SQL setup</a>.','yarpp'));
69
  echo '</div></p>';
70
  }
71
  }
72
 
73
  yarpp_reinforce(); // just in case, set default options, etc.
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  if (isset($_POST['update_yarpp'])) {
76
  foreach (array_keys($yarpp_value_options) as $option) {
77
  yarpp_set_option($option,addslashes($_POST[$option]));
100
  __('If you updated the "pool" options or "relatedness" options displayed, please rebuild your cache now from the <A>related posts status pane</a>.','yarpp')).'</p></div>';
101
  }
102
 
103
+ if (yarpp_get_option('ad_hoc_caching') != 1) {
104
+ // check if the cache is complete or not.
105
+ $cache_complete = $wpdb->get_var("select (count(p.ID)-sum(c.ID IS NULL))/count(p.ID)
106
+ FROM $wpdb->posts as p
107
+ LEFT JOIN {$wpdb->prefix}yarpp_related_cache as c ON ( p.ID = c.reference_ID )
108
+ WHERE p.post_status = 'publish' ");
109
+
110
+ if ($cache_complete > 0 and $cache_complete < 1)
111
+ echo '<div class="updated fade" style="background-color: rgb(207, 235, 247);"><p>'.str_replace('<A>','<a class="thickbox" title="'.__('Related posts cache status','yarpp').'" href="#TB_inline?height=100&width=300&inlineId=yarpp-cache-status">',__('Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>.','yarpp')).'</p></div>';
112
+
113
+ if ($cache_complete == 0)
114
+ echo '<div class="updated fade" style="background-color: rgb(207, 235, 247);"><p>'.str_replace('<A>','<a class="thickbox" title="'.__('Related posts cache status','yarpp').'" href="#TB_inline?height=100&width=300&inlineId=yarpp-cache-status">',__('Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>.','yarpp')).'</p></div>';
115
+ }
116
+
117
+ //compute $tagmap
118
+ $tagmap = array();
119
+ foreach ($wpdb->get_results("select $wpdb->terms.term_id, name from $wpdb->terms natural join $wpdb->term_taxonomy where $wpdb->term_taxonomy.taxonomy = 'category'") as $tag) {
120
+ $tagmap[$tag->term_id] = strtolower($tag->name);
121
+ }
122
+
123
+ function yarpp_mapthetag($id) {
124
+ global $tagmap;
125
+ return $tagmap[$id];
126
+ }
127
+ function yarpp_unmapthetag($name) {
128
+ global $tagmap;
129
+ $untagmap = array_flip($tagmap);
130
+ return $untagmap[$name];
131
+ }
132
+
133
  function checkbox($option,$desc,$tr="<tr valign='top'>
134
  <th class='th-full' colspan='2' scope='row'>",$inputplus = '',$thplus='') {
135
  echo " $tr<input $inputplus type='checkbox' name='$option' value='true'". ((yarpp_get_option($option) == 1) ? ' checked="checked"': '' )." /> $desc</th>$thplus
531
  <table class="form-table" style="margin-top: 0">
532
  <tr valign='top' colspan='2'><td><input class="thickbox button" type="button" value="<?php _e("Show cache status",'yarpp');?>" title="<?php _e('Related posts cache status','yarpp');?>" alt="#TB_inline?height=100&width=300&inlineId=yarpp-cache-status"/>
533
  <?php checkbox('ad_hoc_caching',__("When the cache is incomplete, compute related posts on the fly?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>"
534
+ .__("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.",'yarpp')
535
  ."</span></a>"); ?>
536
  </table>
537
  </div>
readme.txt CHANGED
@@ -7,7 +7,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4D
7
  Tags: related, posts, post, pages, page, RSS, feed, feeds
8
  Requires at least: 2.3
9
  Tested up to: 2.7.2
10
- Stable tag: 3.0.4
11
 
12
  Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the display.
13
 
@@ -114,6 +114,7 @@ YARPP is currently localized in the following languages:
114
  * Swedish (`sv_SE`) by Max Elander (yarpp-sv at mitcho dot com)
115
  * Polish (`pl_PL`) by [Perfecta](http://perfecta.pro/wp-pl/)
116
  * Dutch (`nl_NL`) by Sybrand van der Werf (yarpp-nl at mitcho dot com)
 
117
 
118
  We already have localizers lined up for the following languages:
119
 
@@ -121,7 +122,6 @@ We already have localizers lined up for the following languages:
121
  * Spanish
122
  * Catalan
123
  * Indonesian
124
- * Brazilian Portuguese
125
  * Hungarian
126
  * Romanian
127
  * Russian
@@ -238,4 +238,9 @@ If you are a bilingual speaker of English and another language and an avid user
238
  * Bugfix: [a problem with the Italian localization](http://wordpress.org/support/topic/265952)
239
  * 3.0.4
240
  * A fix to the version checking in the options page - now uses Snoopy
241
- * Adding Dutch localization
 
 
 
 
 
7
  Tags: related, posts, post, pages, page, RSS, feed, feeds
8
  Requires at least: 2.3
9
  Tested up to: 2.7.2
10
+ Stable tag: 3.0.5
11
 
12
  Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the display.
13
 
114
  * Swedish (`sv_SE`) by Max Elander (yarpp-sv at mitcho dot com)
115
  * Polish (`pl_PL`) by [Perfecta](http://perfecta.pro/wp-pl/)
116
  * Dutch (`nl_NL`) by Sybrand van der Werf (yarpp-nl at mitcho dot com)
117
+ * Brazilian Portuguese (`pt_BR`) by Rafael Fischmann (yarpp-ptBR at mitcho.com) of [macmagazine.br](http://macmagazine.com.br/)
118
 
119
  We already have localizers lined up for the following languages:
120
 
122
  * Spanish
123
  * Catalan
124
  * Indonesian
 
125
  * Hungarian
126
  * Romanian
127
  * Russian
238
  * Bugfix: [a problem with the Italian localization](http://wordpress.org/support/topic/265952)
239
  * 3.0.4
240
  * A fix to the version checking in the options page - now uses Snoopy
241
+ * Adding Dutch localization
242
+ * 3.0.5
243
+ * Added link to manual SQL setup information
244
+ * Added Portuguese localization
245
+ * Updated info on "on the fly" caching - it is *strongly recommended* for larger blogs.
246
+ * Updated "incomplete cache" warning message so it is only displayed when the "on the fly" option is off.
yarpp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Plugin URI: http://mitcho.com/code/yarpp/
5
  Description: Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the display.
6
- Version: 3.0.4
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4DATK4999L&item_name=mitcho%2ecom%2fcode%3a%20donate%20to%20Michael%20Yoshitaka%20Erlewine&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&charset=UTF%2d8
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Plugin URI: http://mitcho.com/code/yarpp/
5
  Description: Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the display.
6
+ Version: 3.0.5
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4DATK4999L&item_name=mitcho%2ecom%2fcode%3a%20donate%20to%20Michael%20Yoshitaka%20Erlewine&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&charset=UTF%2d8