CommentLuv - Version 2.92

Version Description

  • prevent jetpack comments module from being activated so comment is not affected by jetpack plugin upgrades.
  • updated : Italian translation
Download this release

Release Info

Developer commentluv
Plugin Icon 128x128 CommentLuv
Version 2.92
Comparing to
See all releases

Code changes from version 2.91.1 to 2.92

commentluv.php CHANGED
@@ -2,7 +2,7 @@
2
  Plugin Name: CommentLuv
3
  Plugin URI: http://comluv.com/
4
  Description: Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
5
- Version: 2.91.1
6
  Author: Andy Bailey
7
  Author URI: http://www.commentluv.com
8
  Copyright (C) <2011> <Andy Bailey>
@@ -28,7 +28,7 @@
28
  var $plugin_url;
29
  var $plugin_dir;
30
  var $db_option = 'commentluv_options';
31
- var $version = "2.91.1";
32
  var $slug = 'commentluv-options';
33
  var $localize;
34
  var $is_commentluv_request = false;
@@ -38,7 +38,9 @@
38
  * Use this to set up hooks, filters, menus and language config
39
  */
40
  function __construct() {
41
- global $wp_version, $pagenow;
 
 
42
  // pages where this plugin needs translation
43
  $local_pages = array ('plugins.php', 'options-general.php' );
44
  // check if translation needed on current page
2
  Plugin Name: CommentLuv
3
  Plugin URI: http://comluv.com/
4
  Description: Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
5
+ Version: 2.92
6
  Author: Andy Bailey
7
  Author URI: http://www.commentluv.com
8
  Copyright (C) <2011> <Andy Bailey>
28
  var $plugin_url;
29
  var $plugin_dir;
30
  var $db_option = 'commentluv_options';
31
+ var $version = "2.92";
32
  var $slug = 'commentluv-options';
33
  var $localize;
34
  var $is_commentluv_request = false;
38
  * Use this to set up hooks, filters, menus and language config
39
  */
40
  function __construct() {
41
+ global $wp_version, $pagenow, $wp_actions;
42
+ // try to add jetpack_module_loaded_comments action so it doesn't load
43
+ $wp_actions['jetpack_module_loaded_comments'] = 1;
44
  // pages where this plugin needs translation
45
  $local_pages = array ('plugins.php', 'options-general.php' );
46
  // check if translation needed on current page
lang/commentluv-it_IT.mo CHANGED
Binary file
lang/commentluv-it_IT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-01-23 20:59+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
8
  "Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
@@ -24,629 +24,678 @@ msgstr "CommentLuv richiede Wordpress 3.0 o superiore."
24
  msgid "Please Update!"
25
  msgstr "Aggiorna!"
26
 
27
- #: ../commentluv.php:230
28
  msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
29
  msgstr "Inserisci un URL e clicca sulla casella di verifica di CommentLuv qualora volessi aggiungere i tuoi ultimi articoli"
30
 
31
- #: ../commentluv.php:231
32
  msgid "Please use http:// in front of your url"
33
  msgstr "Aggiungi http:// davanti al tuo url"
34
 
35
- #: ../commentluv.php:232
36
  msgid "You need to visit your profile in the dashboard and update your details with your site URL"
37
  msgstr "Vai nella bacheca ed aggiorna i dettagli per il tuo profilo aggiungendo l'URL del tuo sito"
38
 
39
- #: ../commentluv.php:233
40
  msgid "No info was available or an error occured"
41
  msgstr "Nessuna info disponibile oppure si é verificato un errore"
42
 
43
- #: ../commentluv.php:257
44
  msgid "Please wait"
45
  msgstr "Attendi un attimo"
46
 
47
- #: ../commentluv.php:257
48
  msgid "Please check your inbox, an email will be sent to"
49
  msgstr "Vai nella tua casella di posta... ti arriverà una email"
50
 
51
- #: ../commentluv.php:257
52
  msgid "in the next few minutes with a confirmation link"
53
  msgstr "nei prossimi mminuti con il link per la conferma"
54
 
55
- #: ../commentluv.php:257
56
  msgid "An error happened with the request. Try signing up at the site"
57
  msgstr "Si é verificato un errore durante la richiesta. Prova a registrarti nel sito"
58
 
59
- #: ../commentluv.php:286
60
- msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
61
- msgstr "La tua installazione di WordPress é priva della tabella <strong>wp_commentmeta</strong>!"
62
-
63
- #: ../commentluv.php:286
64
- msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
65
- msgstr " CommentLuv non può funzionare senza questa tabella. Leggi questo post nel forum di WP per imparare coma aggiungerne una ->"
66
-
67
- #: ../commentluv.php:286
68
- msgid "Missing wp_commentmeta table"
69
- msgstr "Manca la tabella wp_commentmeta"
70
-
71
- #: ../commentluv.php:386
72
  msgid "Twice Monthly"
73
  msgstr "Quindicinale"
74
 
75
- #: ../commentluv.php:441
76
  msgid "CommentLuv is enabled"
77
  msgstr "CommentLuv é attivo"
78
 
79
- #: ../commentluv.php:484
80
  msgid "Show more posts"
81
  msgstr "Mostra più articoli"
82
 
83
- #: ../commentluv.php:580
84
  msgid "I have only commented on this post"
85
  msgstr "Ho commentato solo in questo articolo"
86
 
87
- #: ../commentluv.php:583
88
  msgid "If I had made more comments on this site, you would see more of my other posts here"
89
  msgstr "Avessi fatto molti commenti su questo sito, qui puoi trovarne degli altri"
90
 
91
- #: ../commentluv.php:608
92
  msgid "User has not saved a description in their profile page"
93
  msgstr "L'utente non ha salvato nessuna descrizione nella sua pagina profilo"
94
 
95
- #: ../commentluv.php:620
96
  msgid "is the administrator of this site"
97
  msgstr "é l'amministratore di questo sito"
98
 
99
- #: ../commentluv.php:622
100
  msgid "is a registered member of my site"
101
  msgstr "é un utente registrato nel mio sito"
102
 
103
- #: ../commentluv.php:625
104
- #: ../commentluv.php:644
105
  msgid "Clicks on this link on this comment"
106
  msgstr "Clicca il link su questo commento"
107
 
108
- #: ../commentluv.php:625
109
- #: ../commentluv.php:645
110
  msgid "approved comments on this site"
111
  msgstr "commenti approvati per questo sito"
112
 
113
- #: ../commentluv.php:625
114
- #: ../commentluv.php:646
115
  msgid "Some other posts I have commented on"
116
  msgstr "Altri commenti ai quali ho partecipato"
117
 
118
- #: ../commentluv.php:625
119
  msgid "Some of my other posts"
120
  msgstr "Alcuni dei miei articoli"
121
 
122
- #: ../commentluv.php:638
123
  msgid "has not registered on this site"
124
  msgstr "non é registrato nel mio sito"
125
 
126
- #: ../commentluv.php:773
127
  msgid "Could not get posts for home blog"
128
  msgstr "Impossibile recuperare gli articoli"
129
 
130
- #: ../commentluv.php:779
131
- #: ../commentluv.php:1056
132
  msgid "Warning! You have set to show 10 posts for registered users but you have not enabled user registrations on your site. You should change the operational settings in the CommentLuv settings page to show 10 posts for everyone or enable user registrations"
133
  msgstr "Attenzione! Hai impostato a 10 il numero di articoli da mostrare per gli utenti registrati ma non hai abilitato la registrazione utenti per il tuo sito. Dovresti quindi modificare il setting operativo nella pagina delle impostazioni di CommentLuv in modo da poter mostrare 10 post per tutti oppure attivare le registrazioni utente"
134
 
135
- #: ../commentluv.php:845
136
- #: ../commentluv.php:886
137
- #: ../commentluv.php:1376
138
  msgid "Register"
139
  msgstr "Registrati"
140
 
141
- #: ../commentluv.php:850
142
  msgid "If you are registered, you need to log in to get 10 posts to choose from"
143
  msgstr "Se utente registrato, effettuare il login per avere 10 articoli da scegliere"
144
 
145
- #: ../commentluv.php:892
146
  msgid "recently posted"
147
  msgstr "pubblicati di recente"
148
 
149
- #: ../commentluv.php:893
150
  msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
151
  msgstr "Registrandoti come utente nel mio sito, potrai avere in questa casella 10 tra i tuoi articoli recenti."
152
 
153
- #: ../commentluv.php:894
154
  msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
155
  msgstr "Se questo utente si fosse registrato nel mio sito, avrebbe potuto mostrare nel commento 10 dei suoi articoli recenti e tu avresti potuto vedere in questo pannello la lista dei suoi post"
156
 
157
- #: ../commentluv.php:1090
 
 
 
 
 
 
 
 
 
 
 
 
158
  msgid "Settings"
159
  msgstr "Impostazioni"
160
 
161
- #: ../commentluv.php:1149
 
162
  msgid "No Posts Were Found!"
163
  msgstr "Non é stato trovato nessun articolo!"
164
 
165
- #: ../commentluv.php:1189
 
 
 
 
 
166
  msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
167
  msgstr "E' disponibile una nuova versione di Commentluv. Aggiorna visitando questo sito"
168
 
169
- #: ../commentluv.php:1192
170
- msgid "Dismiss notice"
171
- msgstr "Avviso rinuncia"
172
-
173
- #: ../commentluv.php:1218
174
  msgid "CommentLuv Settings v"
175
  msgstr "Impostazioni CommentLuv v"
176
 
177
- #: ../commentluv.php:1228
178
  msgid "Important!"
179
  msgstr "Importante!"
180
 
181
- #: ../commentluv.php:1228
182
  msgid "Subscription Information"
183
  msgstr "Informazioni abbonamento"
184
 
185
- #: ../commentluv.php:1233
186
  msgid "CommentLuv 3.0 Premium is here!"
187
  msgstr "Disponibile la versione premium 3.0 di CommentLuv!"
188
 
189
- #: ../commentluv.php:1234
190
  msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
191
  msgstr "I tuoi dati sono protetti. Riceverai SOLAMENTE le email di notifica per gli aggiornamenti del plugin."
192
 
193
- #: ../commentluv.php:1237
194
  msgid "Do you like CommentLuv? How about an even better version with much more control over dofollow and some awesome social enticements that will make your posts go viral by offering your readers more choice of posts if they +1, Like or tweet your post? Get CommentLuv Premium Today!"
195
  msgstr "Ti piace CommentLuv? Cosa ne diresti di una versione con un maggiore controllo sul dofollow ed alcune nuove funzioni social che permetteranno ai tuoi lettori di segnalare via +1, Mi piace o tweet i tuoi articoli? Acquista oggi stesso CommentLuv Premium!"
196
 
197
- #: ../commentluv.php:1240
198
  msgid "You have already subscribed, if you have not received the verification within 12 hours, please click the button to resend or try the form at"
199
  msgstr "Se ti fossi già iscritto oppure non avessi ancora ricevuto la verifica entro le 12 ore, clicca sul pulsante per un nuovo invio o compila il modulo presso "
200
 
201
- #: ../commentluv.php:1240
202
  msgid "Resend Verification"
203
  msgstr "Reinvia verifica"
204
 
205
- #: ../commentluv.php:1242
206
  msgid "Click for a special offer!"
207
  msgstr "Clicca per una offerta speciale!"
208
 
209
- #: ../commentluv.php:1257
 
 
 
 
210
  msgid "Primary Setting"
211
  msgstr "Impostazioni principali"
212
 
213
- #: ../commentluv.php:1257
214
- #: ../commentluv.php:1291
215
- #: ../commentluv.php:1351
216
- #: ../commentluv.php:1409
217
- #: ../commentluv.php:1440
218
  msgid "Help Video"
219
  msgstr "Video aiuto"
220
 
221
- #: ../commentluv.php:1261
222
  msgid "Enable CommentLuv?"
223
  msgstr "Attivare CommentLuv?"
224
 
225
- #: ../commentluv.php:1262
226
  msgid "Yes"
227
  msgstr "Sì"
228
 
229
- #: ../commentluv.php:1263
230
  msgid "No"
231
  msgstr "No"
232
 
233
- #: ../commentluv.php:1268
234
  msgid "On Posts"
235
  msgstr " negli articoli"
236
 
237
- #: ../commentluv.php:1269
238
  msgid "On Pages"
239
  msgstr " nelle pagine"
240
 
241
- #: ../commentluv.php:1270
242
  msgid "On Both"
243
  msgstr " su entrambi"
244
 
245
- #: ../commentluv.php:1275
246
  msgid "On by default?"
247
  msgstr "attivo come predefinita?"
248
 
249
- #: ../commentluv.php:1279
250
  msgid "On for admin?"
251
  msgstr "attivo per l'amministratore?"
252
 
253
- #: ../commentluv.php:1291
254
  msgid "Appearance"
255
  msgstr "Aspetto"
256
 
257
- #: ../commentluv.php:1295
258
  msgid "Badge"
259
  msgstr "badge"
260
 
261
- #: ../commentluv.php:1296
262
  msgid "Custom Image URL"
263
  msgstr "URL immagine"
264
 
265
- #: ../commentluv.php:1297
266
  msgid "Use Text"
267
  msgstr "utilizza testo"
268
 
269
- #: ../commentluv.php:1305
270
  msgid "Default"
271
  msgstr "Predefinito"
272
 
273
- #: ../commentluv.php:1306
274
  msgid "White"
275
  msgstr "Bianco"
276
 
277
- #: ../commentluv.php:1307
278
  msgid "Black"
279
  msgstr "Nero"
280
 
281
- #: ../commentluv.php:1308
282
  msgid "None"
283
  msgstr "Nessuno"
284
 
285
- #: ../commentluv.php:1326
286
  msgid "Link to Commentluv?"
287
  msgstr "link a Commentluv?"
288
 
289
- #: ../commentluv.php:1333
290
  msgid "Enable info panel?"
291
  msgstr "pannello info?"
292
 
293
- #: ../commentluv.php:1334
294
  msgid "Info panel background color"
295
  msgstr "colore sfondo pannello info"
296
 
297
- #: ../commentluv.php:1335
298
  msgid "Info panel text color"
299
  msgstr "colore testo pannello info"
300
 
301
- #: ../commentluv.php:1341
302
  msgid "Example text and background color"
303
  msgstr "esempio di testo e colore di sfondo"
304
 
305
- #: ../commentluv.php:1351
306
  msgid "Messages"
307
  msgstr "Messaggi"
308
 
309
- #: ../commentluv.php:1358
310
  msgid "Text to be displayed in the comment"
311
  msgstr "testo da mostrare nel commento"
312
 
313
- #: ../commentluv.php:1361
314
  msgid "[name] = The users name"
315
  msgstr "[name] = nome utente"
316
 
317
- #: ../commentluv.php:1361
318
  msgid "[lastpost] = The last blog post link"
319
  msgstr "[lastpost] = link a ultimo articolo"
320
 
321
- #: ../commentluv.php:1368
322
  msgid "Message for unregistered user in the drop down box"
323
  msgstr "messaggio (casella drop down) per gli utenti non registrati"
324
 
325
- #: ../commentluv.php:1369
326
- #: ../commentluv.php:1395
327
  msgid "Message will not be shown if you do not have registrations enabled"
328
  msgstr "Il messaggio non verrà mostrato qualora avessi disattivato le registrazioni"
329
 
330
- #: ../commentluv.php:1373
331
  msgid "Your register link code"
332
  msgstr "Il tuo codice link registrazione"
333
 
334
- #: ../commentluv.php:1375
335
  msgid "(this will be automatically added if you have not added it yourself to the textarea above)"
336
  msgstr "(sarà aggiunto in automatico qualora non lo avessi fatto tu stesso nell'area di testo qui sopra)"
337
 
338
- #: ../commentluv.php:1385
339
  msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
340
  msgstr "Il tuo blog NON é stato impostato per potere ricevere delle registrazioni (Impostazioni/Generale)"
341
 
342
- #: ../commentluv.php:1386
343
  msgid "here"
344
  msgstr "qui"
345
 
346
- #: ../commentluv.php:1394
347
  msgid "Message for unregistered user in the info panel"
348
  msgstr "Messaggio (pannello info) per gli utenti non registrati"
349
 
350
- #: ../commentluv.php:1409
351
  msgid "Operational Settings"
352
  msgstr "Impostazioni di gestione"
353
 
354
- #: ../commentluv.php:1416
355
  msgid "Who to give 10 last posts to choose from when they comment?"
356
  msgstr "chi potrà mostrare gli ultimi 10 articoli pubblicati?"
357
 
358
- #: ../commentluv.php:1417
359
  msgid "Only Registered Members"
360
  msgstr "solo i membri registrati"
361
 
362
- #: ../commentluv.php:1418
363
  msgid "Everybody"
364
  msgstr "chiunque"
365
 
366
- #: ../commentluv.php:1419
367
  msgid "Nobody"
368
  msgstr "nessuno"
369
 
370
- #: ../commentluv.php:1426
371
  msgid "Whose links should be dofollow?"
372
  msgstr "assegnazione dei link dofollow?"
373
 
374
- #: ../commentluv.php:1427
375
  msgid "Only Registered Members Links"
376
  msgstr "solo per gli utenti registrati"
377
 
378
- #: ../commentluv.php:1428
379
  msgid "Everybody gets dofollow links"
380
  msgstr "link dofollow per chiunque"
381
 
382
- #: ../commentluv.php:1429
383
  msgid "Nobody gets dofollow links"
384
  msgstr "nessuno"
385
 
386
- #: ../commentluv.php:1440
387
  msgid "Technical Settings"
388
  msgstr "Impostazioni tecniche"
389
 
390
- #: ../commentluv.php:1440
391
  msgid "Click to open technical settings"
392
  msgstr "Clicca per aprire"
393
 
394
- #: ../commentluv.php:1447
395
  msgid "Please check the help video for this section before changing settings"
396
  msgstr "Prima di modificare le impostazioni, guarda il video di aiuto per questa sezione "
397
 
398
- #: ../commentluv.php:1448
399
  msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
400
  msgstr "Nella maggior parte dei casi, NON dovrai modificare le impostazioni di questa sezione a meno che tu non abbia un template o modulo dei commenti personalizzato oppure stessi facendo uso di un plugin per la cache/minimizzazione"
401
 
402
- #: ../commentluv.php:1453
403
  msgid "Compatibility"
404
  msgstr "Compatibilità"
405
 
406
- #: ../commentluv.php:1457
407
  msgid "Use manual insert of badge code?"
408
  msgstr "inserire manualmente il codice?"
409
 
410
- #: ../commentluv.php:1461
411
  msgid "Enable minifying compatibility?"
412
  msgstr "attivare compatibilità minimizzazione?"
413
 
414
- #: ../commentluv.php:1462
415
  msgid "For caching plugins (places localized code in footer)"
416
  msgstr "per i plugin di cache (posiziona nel footer codice localizzazione)"
417
 
418
- #: ../commentluv.php:1465
419
  msgid "Disable Detection?"
420
  msgstr "Disattivare rilevamento?"
421
 
422
- #: ../commentluv.php:1466
423
  msgid "For XML errors"
424
  msgstr "Per errori XML"
425
 
426
- #: ../commentluv.php:1470
427
  msgid "API URL"
428
  msgstr "URL API"
429
 
430
- #: ../commentluv.php:1474
431
  msgid "URL to use for API"
432
  msgstr "URL da utilizzare per la API"
433
 
434
- #: ../commentluv.php:1478
435
  msgid "Comment Form Field Values"
436
  msgstr "Valori campo modulo commenti"
437
 
438
- #: ../commentluv.php:1481
439
  msgid "Authors Name field name"
440
  msgstr "nome per il campo autore"
441
 
442
- #: ../commentluv.php:1486
443
  msgid "Email field name"
444
  msgstr "nome per il campo email"
445
 
446
- #: ../commentluv.php:1491
447
  msgid "Authors URL field name"
448
  msgstr "nome per il campo URL autore"
449
 
450
- #: ../commentluv.php:1496
451
  msgid "Comment Text Area name"
452
  msgstr "nome per l'area di testo dei commenti"
453
 
454
- #: ../commentluv.php:1501
455
  msgid "Extras"
456
  msgstr "Extra"
457
 
458
- #: ../commentluv.php:1505
459
- msgid "Do not show link if comment has no URL"
460
- msgstr "Non mostrare il link se commento senza URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
 
462
- #: ../commentluv.php:1506
 
 
 
 
463
  msgid "Prevents spammer abuse"
464
  msgstr "Impedisce abuso di spam"
465
 
466
- #: ../commentluv.php:1509
 
 
 
 
 
 
 
 
467
  msgid "Diagnostics Info"
468
  msgstr "Info diagnostica"
469
 
470
- #: ../commentluv.php:1527
471
  msgid "You can copy this information and send it to me if I request it"
472
  msgstr "copia queste informazioni ed inviarmele (se richiesto)"
473
 
474
- #: ../commentluv.php:1534
475
  msgid "Save Settings"
476
  msgstr "Salva le impostazioni"
477
 
478
- #: ../commentluv.php:1536
479
  msgid "Reset Settings"
480
  msgstr "Ripristino impostazioni"
481
 
482
- #: ../commentluv.php:1539
483
  msgid "Are you sure you want to reset your settings? Press OK to continue"
484
  msgstr "Sei certo di volere ripristinare le tue impostazioni? Premi OK per proseguire"
485
 
486
- #: ../commentluv.php:1542
487
  msgid "Reset"
488
  msgstr "Azzera"
489
 
490
- #: ../commentluv.php:1550
491
  msgid "Plugin Info"
492
  msgstr "Info sul plugin"
493
 
494
- #: ../commentluv.php:1553
495
  msgid "Start Here"
496
  msgstr "Inizia qui"
497
 
498
- #: ../commentluv.php:1554
499
  msgid "Author"
500
  msgstr "Autore"
501
 
502
- #: ../commentluv.php:1555
503
  msgid "Home Page"
504
  msgstr "Home Page"
505
 
506
- #: ../commentluv.php:1555
507
  msgid "Visit www.commentluv.com!"
508
  msgstr "Visita www.commentluv.com!"
509
 
510
- #: ../commentluv.php:1556
511
  msgid "Social"
512
  msgstr "Social"
513
 
514
- #: ../commentluv.php:1557
515
  msgid "Help"
516
  msgstr "Aiuto"
517
 
518
- #: ../commentluv.php:1557
519
  msgid "Help Desk"
520
  msgstr "Sezione aiuto"
521
 
522
- #: ../commentluv.php:1558
523
  msgid "Do you like this plugin?"
524
  msgstr "Ti piace questo plugin?"
525
 
526
- #: ../commentluv.php:1560
527
  msgid "News"
528
  msgstr "Notizie"
529
 
530
- #: ../commentluv.php:1588
531
  msgid "Thanks to the following for translations"
532
  msgstr "Un grazie ai seguenti traduttori"
533
 
534
- #: ../commentluv.php:1589
535
  msgid "Italian"
536
  msgstr "Italiano"
537
 
538
- #: ../commentluv.php:1590
539
  msgid "Dutch"
540
  msgstr "Olandese"
541
 
542
- #: ../commentluv.php:1591
543
  msgid "Polish"
544
  msgstr "Polacco"
545
 
546
- #: ../commentluv.php:1592
547
  msgid "Georgian"
548
  msgstr "Georgiano"
549
 
550
- #: ../commentluv.php:1593
551
  msgid "Lithuanian"
552
  msgstr "Lituano"
553
 
554
- #: ../commentluv.php:1594
555
  msgid "Portuguese"
556
  msgstr "Portoghese"
557
 
558
- #: ../commentluv.php:1595
559
  msgid "Malaysian"
560
  msgstr "Malese"
561
 
562
- #: ../commentluv.php:1596
563
  msgid "Hindi"
564
  msgstr "Hindi"
565
 
566
- #: ../commentluv.php:1597
567
  msgid "Indonesian"
568
  msgstr "Indonesiano"
569
 
570
- #: ../commentluv.php:1598
571
  msgid "Chinese (s)"
572
  msgstr "Cinese"
573
 
574
- #: ../commentluv.php:1599
575
  msgid "Spanish"
576
  msgstr "Spagnolo"
577
 
578
- #: ../commentluv.php:1600
579
  msgid "German"
580
  msgstr "Tedesco"
581
 
582
- #: ../commentluv.php:1601
583
  msgid "Persian"
584
  msgstr "Persiano"
585
 
586
- #: ../commentluv.php:1602
587
  msgid "Tamil"
588
  msgstr "Tamil"
589
 
590
- #: ../commentluv.php:1603
591
  msgid "Ukranian"
592
  msgstr "Ucraino"
593
 
594
- #: ../commentluv.php:1604
595
  msgid "Latvian"
596
  msgstr "Lettone"
597
 
598
- #: ../commentluv.php:1605
599
  msgid "Romanian"
600
  msgstr "Rumeno"
601
 
602
- #: ../commentluv.php:1606
603
  msgid "Norwegian"
604
  msgstr "Norvegese"
605
 
606
- #: ../commentluv.php:1607
607
  msgid "French"
608
  msgstr "Francese"
609
 
610
- #: ../commentluv.php:1608
611
  msgid "Danish"
612
  msgstr "Danese"
613
 
614
- #: ../commentluv.php:1609
615
  msgid "Russian"
616
  msgstr "Russo"
617
 
618
- #: ../commentluv.php:1610
619
  msgid "Bengali"
620
  msgstr "Bengalese"
621
 
622
- #: ../commentluv.php:1611
623
  msgid "Hebrew"
624
  msgstr "Ebraico"
625
 
626
- #: ../commentluv.php:1614
 
 
 
 
 
 
 
 
 
 
 
 
627
  msgid "Arabic"
628
  msgstr "Arabo"
629
 
630
- #: ../commentluv.php:1615
631
  msgid "Want your link here?"
632
  msgstr "Vuoi il tuo link qui?"
633
 
634
- #: ../commentluv.php:1615
635
  msgid "How To Submit A Translation"
636
  msgstr "Contribuisci alla traduzione"
637
 
638
- #: ../commentluv.php:1616
639
  msgid "Special thanks go to the following"
640
  msgstr "Un grazie particolare a"
641
 
642
- #: ../commentluv.php:1617
643
  msgid "CSS Help"
644
  msgstr "Aiuto CSS"
645
 
646
- #: ../commentluv.php:1618
647
  msgid "Badge GFX"
648
  msgstr "Badge GFX"
649
 
 
 
 
650
  #~ msgid ""
651
  #~ "There is a premium version of CommentLuv coming that will have much more "
652
  #~ "control of how the plugin works as well as exclusive features like "
@@ -684,9 +733,6 @@ msgstr "Badge GFX"
684
  #~ msgid "Choose badge to display"
685
  #~ msgstr "Scegli il badge da mostrare"
686
 
687
- #~ msgid "Show nothing"
688
- #~ msgstr "niente"
689
-
690
  #~ msgid "Show text"
691
  #~ msgstr "Mostra testo"
692
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-07-28 18:02+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
8
  "Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
24
  msgid "Please Update!"
25
  msgstr "Aggiorna!"
26
 
27
+ #: ../commentluv.php:237
28
  msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
29
  msgstr "Inserisci un URL e clicca sulla casella di verifica di CommentLuv qualora volessi aggiungere i tuoi ultimi articoli"
30
 
31
+ #: ../commentluv.php:238
32
  msgid "Please use http:// in front of your url"
33
  msgstr "Aggiungi http:// davanti al tuo url"
34
 
35
+ #: ../commentluv.php:239
36
  msgid "You need to visit your profile in the dashboard and update your details with your site URL"
37
  msgstr "Vai nella bacheca ed aggiorna i dettagli per il tuo profilo aggiungendo l'URL del tuo sito"
38
 
39
+ #: ../commentluv.php:240
40
  msgid "No info was available or an error occured"
41
  msgstr "Nessuna info disponibile oppure si é verificato un errore"
42
 
43
+ #: ../commentluv.php:264
44
  msgid "Please wait"
45
  msgstr "Attendi un attimo"
46
 
47
+ #: ../commentluv.php:264
48
  msgid "Please check your inbox, an email will be sent to"
49
  msgstr "Vai nella tua casella di posta... ti arriverà una email"
50
 
51
+ #: ../commentluv.php:264
52
  msgid "in the next few minutes with a confirmation link"
53
  msgstr "nei prossimi mminuti con il link per la conferma"
54
 
55
+ #: ../commentluv.php:264
56
  msgid "An error happened with the request. Try signing up at the site"
57
  msgstr "Si é verificato un errore durante la richiesta. Prova a registrarti nel sito"
58
 
59
+ #: ../commentluv.php:417
 
 
 
 
 
 
 
 
 
 
 
 
60
  msgid "Twice Monthly"
61
  msgstr "Quindicinale"
62
 
63
+ #: ../commentluv.php:478
64
  msgid "CommentLuv is enabled"
65
  msgstr "CommentLuv é attivo"
66
 
67
+ #: ../commentluv.php:521
68
  msgid "Show more posts"
69
  msgstr "Mostra più articoli"
70
 
71
+ #: ../commentluv.php:617
72
  msgid "I have only commented on this post"
73
  msgstr "Ho commentato solo in questo articolo"
74
 
75
+ #: ../commentluv.php:620
76
  msgid "If I had made more comments on this site, you would see more of my other posts here"
77
  msgstr "Avessi fatto molti commenti su questo sito, qui puoi trovarne degli altri"
78
 
79
+ #: ../commentluv.php:645
80
  msgid "User has not saved a description in their profile page"
81
  msgstr "L'utente non ha salvato nessuna descrizione nella sua pagina profilo"
82
 
83
+ #: ../commentluv.php:657
84
  msgid "is the administrator of this site"
85
  msgstr "é l'amministratore di questo sito"
86
 
87
+ #: ../commentluv.php:659
88
  msgid "is a registered member of my site"
89
  msgstr "é un utente registrato nel mio sito"
90
 
91
+ #: ../commentluv.php:662
92
+ #: ../commentluv.php:681
93
  msgid "Clicks on this link on this comment"
94
  msgstr "Clicca il link su questo commento"
95
 
96
+ #: ../commentluv.php:662
97
+ #: ../commentluv.php:682
98
  msgid "approved comments on this site"
99
  msgstr "commenti approvati per questo sito"
100
 
101
+ #: ../commentluv.php:662
102
+ #: ../commentluv.php:683
103
  msgid "Some other posts I have commented on"
104
  msgstr "Altri commenti ai quali ho partecipato"
105
 
106
+ #: ../commentluv.php:662
107
  msgid "Some of my other posts"
108
  msgstr "Alcuni dei miei articoli"
109
 
110
+ #: ../commentluv.php:675
111
  msgid "has not registered on this site"
112
  msgstr "non é registrato nel mio sito"
113
 
114
+ #: ../commentluv.php:833
115
  msgid "Could not get posts for home blog"
116
  msgstr "Impossibile recuperare gli articoli"
117
 
118
+ #: ../commentluv.php:839
119
+ #: ../commentluv.php:1147
120
  msgid "Warning! You have set to show 10 posts for registered users but you have not enabled user registrations on your site. You should change the operational settings in the CommentLuv settings page to show 10 posts for everyone or enable user registrations"
121
  msgstr "Attenzione! Hai impostato a 10 il numero di articoli da mostrare per gli utenti registrati ma non hai abilitato la registrazione utenti per il tuo sito. Dovresti quindi modificare il setting operativo nella pagina delle impostazioni di CommentLuv in modo da poter mostrare 10 post per tutti oppure attivare le registrazioni utente"
122
 
123
+ #: ../commentluv.php:929
124
+ #: ../commentluv.php:970
125
+ #: ../commentluv.php:1530
126
  msgid "Register"
127
  msgstr "Registrati"
128
 
129
+ #: ../commentluv.php:934
130
  msgid "If you are registered, you need to log in to get 10 posts to choose from"
131
  msgstr "Se utente registrato, effettuare il login per avere 10 articoli da scegliere"
132
 
133
+ #: ../commentluv.php:976
134
  msgid "recently posted"
135
  msgstr "pubblicati di recente"
136
 
137
+ #: ../commentluv.php:977
138
  msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
139
  msgstr "Registrandoti come utente nel mio sito, potrai avere in questa casella 10 tra i tuoi articoli recenti."
140
 
141
+ #: ../commentluv.php:978
142
  msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
143
  msgstr "Se questo utente si fosse registrato nel mio sito, avrebbe potuto mostrare nel commento 10 dei suoi articoli recenti e tu avresti potuto vedere in questo pannello la lista dei suoi post"
144
 
145
+ #: ../commentluv.php:1051
146
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
147
+ msgstr "La tua installazione di WordPress é priva della tabella <strong>wp_commentmeta</strong>!"
148
+
149
+ #: ../commentluv.php:1051
150
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
151
+ msgstr " CommentLuv non può funzionare senza questa tabella. Leggi questo post nel forum di WP per imparare coma aggiungerne una ->"
152
+
153
+ #: ../commentluv.php:1051
154
+ msgid "Missing wp_commentmeta table"
155
+ msgstr "Manca la tabella wp_commentmeta"
156
+
157
+ #: ../commentluv.php:1181
158
  msgid "Settings"
159
  msgstr "Impostazioni"
160
 
161
+ #: ../commentluv.php:1243
162
+ #: ../commentluv.php:1297
163
  msgid "No Posts Were Found!"
164
  msgstr "Non é stato trovato nessun articolo!"
165
 
166
+ #: ../commentluv.php:1336
167
+ #, php-format
168
+ msgid "%s or <a href=\"%s\">update now</a>."
169
+ msgstr "%s o <a href=\"%s\">aggiorna subito</a>."
170
+
171
+ #: ../commentluv.php:1338
172
  msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
173
  msgstr "E' disponibile una nuova versione di Commentluv. Aggiorna visitando questo sito"
174
 
175
+ #: ../commentluv.php:1367
 
 
 
 
176
  msgid "CommentLuv Settings v"
177
  msgstr "Impostazioni CommentLuv v"
178
 
179
+ #: ../commentluv.php:1377
180
  msgid "Important!"
181
  msgstr "Importante!"
182
 
183
+ #: ../commentluv.php:1377
184
  msgid "Subscription Information"
185
  msgstr "Informazioni abbonamento"
186
 
187
+ #: ../commentluv.php:1382
188
  msgid "CommentLuv 3.0 Premium is here!"
189
  msgstr "Disponibile la versione premium 3.0 di CommentLuv!"
190
 
191
+ #: ../commentluv.php:1383
192
  msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
193
  msgstr "I tuoi dati sono protetti. Riceverai SOLAMENTE le email di notifica per gli aggiornamenti del plugin."
194
 
195
+ #: ../commentluv.php:1386
196
  msgid "Do you like CommentLuv? How about an even better version with much more control over dofollow and some awesome social enticements that will make your posts go viral by offering your readers more choice of posts if they +1, Like or tweet your post? Get CommentLuv Premium Today!"
197
  msgstr "Ti piace CommentLuv? Cosa ne diresti di una versione con un maggiore controllo sul dofollow ed alcune nuove funzioni social che permetteranno ai tuoi lettori di segnalare via +1, Mi piace o tweet i tuoi articoli? Acquista oggi stesso CommentLuv Premium!"
198
 
199
+ #: ../commentluv.php:1389
200
  msgid "You have already subscribed, if you have not received the verification within 12 hours, please click the button to resend or try the form at"
201
  msgstr "Se ti fossi già iscritto oppure non avessi ancora ricevuto la verifica entro le 12 ore, clicca sul pulsante per un nuovo invio o compila il modulo presso "
202
 
203
+ #: ../commentluv.php:1389
204
  msgid "Resend Verification"
205
  msgstr "Reinvia verifica"
206
 
207
+ #: ../commentluv.php:1391
208
  msgid "Click for a special offer!"
209
  msgstr "Clicca per una offerta speciale!"
210
 
211
+ #: ../commentluv.php:1399
212
+ msgid "<b>Are you getting targeted by spammers?</b> CommentLuv links are valuable which is why it promotes comments but some nasty spammers try to take advantage of this by leaving spam just to get the link. Don't worry, there is answer!... you can get CommentLuv Premium which has advanced anti-spam features which has been proven to almost eliminate spam on users blogs. You can upgrade by clicking the link above. <p><b>Not ready to buy premium yet?</b> that's ok too! Why not try GASP which is a lite version of the anti spam plugin that CommentLuv Premium uses. You can get it for FREE by searching for GASP in your \"add new\" section of your plugins page in your dashboard."
213
+ msgstr "<b>Sei stato preso di mira dagli spammer?</b> I link di CommentLuv sono appetibili e potrebbe accadere che degli spammer cerchino di ottenerne un vantaggio. Acquistando CommentLuv Premium avrai delle funzioni aggiuntive anti-spam in grado di potere eliminare lo spam dai blog degli utenti. Puoi effettuare l&apos;upgrade cliccando qui sopra. <p><b>Non desideri ancora la versione premium ?</b> Prova il plugin GASP che &rgrave; la versione lite dell&apos;anti spam utilizzato da CommentLuv Premium. Troverai il gratuito GASP nella sezione \"aggiungi nuovo\" della pagina plugin."
214
+
215
+ #: ../commentluv.php:1411
216
  msgid "Primary Setting"
217
  msgstr "Impostazioni principali"
218
 
219
+ #: ../commentluv.php:1411
220
+ #: ../commentluv.php:1445
221
+ #: ../commentluv.php:1505
222
+ #: ../commentluv.php:1563
223
+ #: ../commentluv.php:1594
224
  msgid "Help Video"
225
  msgstr "Video aiuto"
226
 
227
+ #: ../commentluv.php:1415
228
  msgid "Enable CommentLuv?"
229
  msgstr "Attivare CommentLuv?"
230
 
231
+ #: ../commentluv.php:1416
232
  msgid "Yes"
233
  msgstr "Sì"
234
 
235
+ #: ../commentluv.php:1417
236
  msgid "No"
237
  msgstr "No"
238
 
239
+ #: ../commentluv.php:1422
240
  msgid "On Posts"
241
  msgstr " negli articoli"
242
 
243
+ #: ../commentluv.php:1423
244
  msgid "On Pages"
245
  msgstr " nelle pagine"
246
 
247
+ #: ../commentluv.php:1424
248
  msgid "On Both"
249
  msgstr " su entrambi"
250
 
251
+ #: ../commentluv.php:1429
252
  msgid "On by default?"
253
  msgstr "attivo come predefinita?"
254
 
255
+ #: ../commentluv.php:1433
256
  msgid "On for admin?"
257
  msgstr "attivo per l'amministratore?"
258
 
259
+ #: ../commentluv.php:1445
260
  msgid "Appearance"
261
  msgstr "Aspetto"
262
 
263
+ #: ../commentluv.php:1449
264
  msgid "Badge"
265
  msgstr "badge"
266
 
267
+ #: ../commentluv.php:1450
268
  msgid "Custom Image URL"
269
  msgstr "URL immagine"
270
 
271
+ #: ../commentluv.php:1451
272
  msgid "Use Text"
273
  msgstr "utilizza testo"
274
 
275
+ #: ../commentluv.php:1459
276
  msgid "Default"
277
  msgstr "Predefinito"
278
 
279
+ #: ../commentluv.php:1460
280
  msgid "White"
281
  msgstr "Bianco"
282
 
283
+ #: ../commentluv.php:1461
284
  msgid "Black"
285
  msgstr "Nero"
286
 
287
+ #: ../commentluv.php:1462
288
  msgid "None"
289
  msgstr "Nessuno"
290
 
291
+ #: ../commentluv.php:1480
292
  msgid "Link to Commentluv?"
293
  msgstr "link a Commentluv?"
294
 
295
+ #: ../commentluv.php:1487
296
  msgid "Enable info panel?"
297
  msgstr "pannello info?"
298
 
299
+ #: ../commentluv.php:1488
300
  msgid "Info panel background color"
301
  msgstr "colore sfondo pannello info"
302
 
303
+ #: ../commentluv.php:1489
304
  msgid "Info panel text color"
305
  msgstr "colore testo pannello info"
306
 
307
+ #: ../commentluv.php:1495
308
  msgid "Example text and background color"
309
  msgstr "esempio di testo e colore di sfondo"
310
 
311
+ #: ../commentluv.php:1505
312
  msgid "Messages"
313
  msgstr "Messaggi"
314
 
315
+ #: ../commentluv.php:1512
316
  msgid "Text to be displayed in the comment"
317
  msgstr "testo da mostrare nel commento"
318
 
319
+ #: ../commentluv.php:1515
320
  msgid "[name] = The users name"
321
  msgstr "[name] = nome utente"
322
 
323
+ #: ../commentluv.php:1515
324
  msgid "[lastpost] = The last blog post link"
325
  msgstr "[lastpost] = link a ultimo articolo"
326
 
327
+ #: ../commentluv.php:1522
328
  msgid "Message for unregistered user in the drop down box"
329
  msgstr "messaggio (casella drop down) per gli utenti non registrati"
330
 
331
+ #: ../commentluv.php:1523
332
+ #: ../commentluv.php:1549
333
  msgid "Message will not be shown if you do not have registrations enabled"
334
  msgstr "Il messaggio non verrà mostrato qualora avessi disattivato le registrazioni"
335
 
336
+ #: ../commentluv.php:1527
337
  msgid "Your register link code"
338
  msgstr "Il tuo codice link registrazione"
339
 
340
+ #: ../commentluv.php:1529
341
  msgid "(this will be automatically added if you have not added it yourself to the textarea above)"
342
  msgstr "(sarà aggiunto in automatico qualora non lo avessi fatto tu stesso nell'area di testo qui sopra)"
343
 
344
+ #: ../commentluv.php:1539
345
  msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
346
  msgstr "Il tuo blog NON é stato impostato per potere ricevere delle registrazioni (Impostazioni/Generale)"
347
 
348
+ #: ../commentluv.php:1540
349
  msgid "here"
350
  msgstr "qui"
351
 
352
+ #: ../commentluv.php:1548
353
  msgid "Message for unregistered user in the info panel"
354
  msgstr "Messaggio (pannello info) per gli utenti non registrati"
355
 
356
+ #: ../commentluv.php:1563
357
  msgid "Operational Settings"
358
  msgstr "Impostazioni di gestione"
359
 
360
+ #: ../commentluv.php:1570
361
  msgid "Who to give 10 last posts to choose from when they comment?"
362
  msgstr "chi potrà mostrare gli ultimi 10 articoli pubblicati?"
363
 
364
+ #: ../commentluv.php:1571
365
  msgid "Only Registered Members"
366
  msgstr "solo i membri registrati"
367
 
368
+ #: ../commentluv.php:1572
369
  msgid "Everybody"
370
  msgstr "chiunque"
371
 
372
+ #: ../commentluv.php:1573
373
  msgid "Nobody"
374
  msgstr "nessuno"
375
 
376
+ #: ../commentluv.php:1580
377
  msgid "Whose links should be dofollow?"
378
  msgstr "assegnazione dei link dofollow?"
379
 
380
+ #: ../commentluv.php:1581
381
  msgid "Only Registered Members Links"
382
  msgstr "solo per gli utenti registrati"
383
 
384
+ #: ../commentluv.php:1582
385
  msgid "Everybody gets dofollow links"
386
  msgstr "link dofollow per chiunque"
387
 
388
+ #: ../commentluv.php:1583
389
  msgid "Nobody gets dofollow links"
390
  msgstr "nessuno"
391
 
392
+ #: ../commentluv.php:1594
393
  msgid "Technical Settings"
394
  msgstr "Impostazioni tecniche"
395
 
396
+ #: ../commentluv.php:1594
397
  msgid "Click to open technical settings"
398
  msgstr "Clicca per aprire"
399
 
400
+ #: ../commentluv.php:1601
401
  msgid "Please check the help video for this section before changing settings"
402
  msgstr "Prima di modificare le impostazioni, guarda il video di aiuto per questa sezione "
403
 
404
+ #: ../commentluv.php:1602
405
  msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
406
  msgstr "Nella maggior parte dei casi, NON dovrai modificare le impostazioni di questa sezione a meno che tu non abbia un template o modulo dei commenti personalizzato oppure stessi facendo uso di un plugin per la cache/minimizzazione"
407
 
408
+ #: ../commentluv.php:1607
409
  msgid "Compatibility"
410
  msgstr "Compatibilità"
411
 
412
+ #: ../commentluv.php:1611
413
  msgid "Use manual insert of badge code?"
414
  msgstr "inserire manualmente il codice?"
415
 
416
+ #: ../commentluv.php:1615
417
  msgid "Enable minifying compatibility?"
418
  msgstr "attivare compatibilità minimizzazione?"
419
 
420
+ #: ../commentluv.php:1616
421
  msgid "For caching plugins (places localized code in footer)"
422
  msgstr "per i plugin di cache (posiziona nel footer codice localizzazione)"
423
 
424
+ #: ../commentluv.php:1619
425
  msgid "Disable Detection?"
426
  msgstr "Disattivare rilevamento?"
427
 
428
+ #: ../commentluv.php:1620
429
  msgid "For XML errors"
430
  msgstr "Per errori XML"
431
 
432
+ #: ../commentluv.php:1624
433
  msgid "API URL"
434
  msgstr "URL API"
435
 
436
+ #: ../commentluv.php:1628
437
  msgid "URL to use for API"
438
  msgstr "URL da utilizzare per la API"
439
 
440
+ #: ../commentluv.php:1632
441
  msgid "Comment Form Field Values"
442
  msgstr "Valori campo modulo commenti"
443
 
444
+ #: ../commentluv.php:1635
445
  msgid "Authors Name field name"
446
  msgstr "nome per il campo autore"
447
 
448
+ #: ../commentluv.php:1640
449
  msgid "Email field name"
450
  msgstr "nome per il campo email"
451
 
452
+ #: ../commentluv.php:1645
453
  msgid "Authors URL field name"
454
  msgstr "nome per il campo URL autore"
455
 
456
+ #: ../commentluv.php:1650
457
  msgid "Comment Text Area name"
458
  msgstr "nome per l'area di testo dei commenti"
459
 
460
+ #: ../commentluv.php:1655
461
  msgid "Extras"
462
  msgstr "Extra"
463
 
464
+ #: ../commentluv.php:1660
465
+ #: ../commentluv.php:1672
466
+ msgid "Nothing"
467
+ msgstr "niente"
468
+
469
+ #: ../commentluv.php:1661
470
+ #: ../commentluv.php:1673
471
+ msgid "Hide Link"
472
+ msgstr "Nascondi link"
473
+
474
+ #: ../commentluv.php:1662
475
+ #: ../commentluv.php:1674
476
+ msgid "Spam Comment"
477
+ msgstr "Commento spam"
478
+
479
+ #: ../commentluv.php:1663
480
+ #: ../commentluv.php:1675
481
+ msgid "Delete Comment"
482
+ msgstr "Cancella commento"
483
 
484
+ #: ../commentluv.php:1665
485
+ msgid "Action to take if comment has no Author URL"
486
+ msgstr "Azione da compiere se commento privo URL autore"
487
+
488
+ #: ../commentluv.php:1666
489
  msgid "Prevents spammer abuse"
490
  msgstr "Impedisce abuso di spam"
491
 
492
+ #: ../commentluv.php:1677
493
+ msgid "Action to take if link does not match domain of author"
494
+ msgstr "Azione da compiere se commento non coincide con dominio autore"
495
+
496
+ #: ../commentluv.php:1678
497
+ msgid "Prevents users from adding fake author URLs to get around Akismet"
498
+ msgstr "Previene la possibilit&agrave; di aggiungere falsi URL per eludere Akismet"
499
+
500
+ #: ../commentluv.php:1683
501
  msgid "Diagnostics Info"
502
  msgstr "Info diagnostica"
503
 
504
+ #: ../commentluv.php:1701
505
  msgid "You can copy this information and send it to me if I request it"
506
  msgstr "copia queste informazioni ed inviarmele (se richiesto)"
507
 
508
+ #: ../commentluv.php:1708
509
  msgid "Save Settings"
510
  msgstr "Salva le impostazioni"
511
 
512
+ #: ../commentluv.php:1710
513
  msgid "Reset Settings"
514
  msgstr "Ripristino impostazioni"
515
 
516
+ #: ../commentluv.php:1713
517
  msgid "Are you sure you want to reset your settings? Press OK to continue"
518
  msgstr "Sei certo di volere ripristinare le tue impostazioni? Premi OK per proseguire"
519
 
520
+ #: ../commentluv.php:1716
521
  msgid "Reset"
522
  msgstr "Azzera"
523
 
524
+ #: ../commentluv.php:1724
525
  msgid "Plugin Info"
526
  msgstr "Info sul plugin"
527
 
528
+ #: ../commentluv.php:1727
529
  msgid "Start Here"
530
  msgstr "Inizia qui"
531
 
532
+ #: ../commentluv.php:1728
533
  msgid "Author"
534
  msgstr "Autore"
535
 
536
+ #: ../commentluv.php:1729
537
  msgid "Home Page"
538
  msgstr "Home Page"
539
 
540
+ #: ../commentluv.php:1729
541
  msgid "Visit www.commentluv.com!"
542
  msgstr "Visita www.commentluv.com!"
543
 
544
+ #: ../commentluv.php:1730
545
  msgid "Social"
546
  msgstr "Social"
547
 
548
+ #: ../commentluv.php:1731
549
  msgid "Help"
550
  msgstr "Aiuto"
551
 
552
+ #: ../commentluv.php:1731
553
  msgid "Help Desk"
554
  msgstr "Sezione aiuto"
555
 
556
+ #: ../commentluv.php:1732
557
  msgid "Do you like this plugin?"
558
  msgstr "Ti piace questo plugin?"
559
 
560
+ #: ../commentluv.php:1734
561
  msgid "News"
562
  msgstr "Notizie"
563
 
564
+ #: ../commentluv.php:1762
565
  msgid "Thanks to the following for translations"
566
  msgstr "Un grazie ai seguenti traduttori"
567
 
568
+ #: ../commentluv.php:1763
569
  msgid "Italian"
570
  msgstr "Italiano"
571
 
572
+ #: ../commentluv.php:1764
573
  msgid "Dutch"
574
  msgstr "Olandese"
575
 
576
+ #: ../commentluv.php:1765
577
  msgid "Polish"
578
  msgstr "Polacco"
579
 
580
+ #: ../commentluv.php:1766
581
  msgid "Georgian"
582
  msgstr "Georgiano"
583
 
584
+ #: ../commentluv.php:1767
585
  msgid "Lithuanian"
586
  msgstr "Lituano"
587
 
588
+ #: ../commentluv.php:1768
589
  msgid "Portuguese"
590
  msgstr "Portoghese"
591
 
592
+ #: ../commentluv.php:1769
593
  msgid "Malaysian"
594
  msgstr "Malese"
595
 
596
+ #: ../commentluv.php:1770
597
  msgid "Hindi"
598
  msgstr "Hindi"
599
 
600
+ #: ../commentluv.php:1771
601
  msgid "Indonesian"
602
  msgstr "Indonesiano"
603
 
604
+ #: ../commentluv.php:1772
605
  msgid "Chinese (s)"
606
  msgstr "Cinese"
607
 
608
+ #: ../commentluv.php:1773
609
  msgid "Spanish"
610
  msgstr "Spagnolo"
611
 
612
+ #: ../commentluv.php:1774
613
  msgid "German"
614
  msgstr "Tedesco"
615
 
616
+ #: ../commentluv.php:1775
617
  msgid "Persian"
618
  msgstr "Persiano"
619
 
620
+ #: ../commentluv.php:1776
621
  msgid "Tamil"
622
  msgstr "Tamil"
623
 
624
+ #: ../commentluv.php:1777
625
  msgid "Ukranian"
626
  msgstr "Ucraino"
627
 
628
+ #: ../commentluv.php:1778
629
  msgid "Latvian"
630
  msgstr "Lettone"
631
 
632
+ #: ../commentluv.php:1779
633
  msgid "Romanian"
634
  msgstr "Rumeno"
635
 
636
+ #: ../commentluv.php:1780
637
  msgid "Norwegian"
638
  msgstr "Norvegese"
639
 
640
+ #: ../commentluv.php:1781
641
  msgid "French"
642
  msgstr "Francese"
643
 
644
+ #: ../commentluv.php:1782
645
  msgid "Danish"
646
  msgstr "Danese"
647
 
648
+ #: ../commentluv.php:1783
649
  msgid "Russian"
650
  msgstr "Russo"
651
 
652
+ #: ../commentluv.php:1784
653
  msgid "Bengali"
654
  msgstr "Bengalese"
655
 
656
+ #: ../commentluv.php:1785
657
  msgid "Hebrew"
658
  msgstr "Ebraico"
659
 
660
+ #: ../commentluv.php:1786
661
+ msgid "Vietnamese"
662
+ msgstr "Vietnamita"
663
+
664
+ #: ../commentluv.php:1787
665
+ msgid "Hungarian"
666
+ msgstr "Ungherese"
667
+
668
+ #: ../commentluv.php:1788
669
+ msgid "Slovak"
670
+ msgstr "Slovacco"
671
+
672
+ #: ../commentluv.php:1791
673
  msgid "Arabic"
674
  msgstr "Arabo"
675
 
676
+ #: ../commentluv.php:1792
677
  msgid "Want your link here?"
678
  msgstr "Vuoi il tuo link qui?"
679
 
680
+ #: ../commentluv.php:1792
681
  msgid "How To Submit A Translation"
682
  msgstr "Contribuisci alla traduzione"
683
 
684
+ #: ../commentluv.php:1793
685
  msgid "Special thanks go to the following"
686
  msgstr "Un grazie particolare a"
687
 
688
+ #: ../commentluv.php:1794
689
  msgid "CSS Help"
690
  msgstr "Aiuto CSS"
691
 
692
+ #: ../commentluv.php:1795
693
  msgid "Badge GFX"
694
  msgstr "Badge GFX"
695
 
696
+ #~ msgid "Dismiss notice"
697
+ #~ msgstr "Avviso rinuncia"
698
+
699
  #~ msgid ""
700
  #~ "There is a premium version of CommentLuv coming that will have much more "
701
  #~ "control of how the plugin works as well as exclusive features like "
733
  #~ msgid "Choose badge to display"
734
  #~ msgstr "Scegli il badge da mostrare"
735
 
 
 
 
736
  #~ msgid "Show text"
737
  #~ msgstr "Mostra testo"
738
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:http://comluv.com/about/donate
4
  Tags: commentluv, comments, last blog post, linkluv, comment luv , commentlove, comment love
5
  Requires at least: 3.0
6
  Tested up to: 3.4
7
- Stable tag: 2.91
8
 
9
  Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
10
 
@@ -85,6 +85,11 @@ Please see the videos in the settings page for explanations of how they work.
85
 
86
  == ChangeLog ==
87
 
 
 
 
 
 
88
  = 2.91.1 =
89
  * minor mishap with ajax notify signup action. It was in the wrong place!
90
 
@@ -349,10 +354,9 @@ Please see the videos in the settings page for explanations of how they work.
349
 
350
  == Upgrade Notice ==
351
 
352
- = 2.91.1 =
353
 
354
- Lots of good error reporting stuff
355
- added efficiency to ajax actions
356
 
357
  == Configuration ==
358
 
4
  Tags: commentluv, comments, last blog post, linkluv, comment luv , commentlove, comment love
5
  Requires at least: 3.0
6
  Tested up to: 3.4
7
+ Stable tag: 2.92
8
 
9
  Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
10
 
85
 
86
  == ChangeLog ==
87
 
88
+ = 2.92 =
89
+
90
+ * prevent jetpack comments module from being activated so comment is not affected by jetpack plugin upgrades.
91
+ * updated : Italian translation
92
+
93
  = 2.91.1 =
94
  * minor mishap with ajax notify signup action. It was in the wrong place!
95
 
354
 
355
  == Upgrade Notice ==
356
 
357
+ = 2.92 =
358
 
359
+ Fix jetpack plugin compatibility (dont enable comments module) . Italian translation updated
 
360
 
361
  == Configuration ==
362