CommentLuv - Version 2.90.9.1

Version Description

If you have w3 total cache then please update your commentluv!

=

Download this release

Release Info

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

Code changes from version 2.90.9 to 2.90.9.1

Files changed (4) hide show
  1. commentluv.php +10 -31
  2. lang/commentluv-it_IT.mo +0 -0
  3. lang/commentluv-it_IT.po +163 -159
  4. readme.txt +9 -5
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.90.9
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.90.9";
32
  var $slug = 'commentluv-options';
33
  var $localize;
34
  var $is_commentluv_request = false;
@@ -100,30 +100,7 @@
100
  $rnd = mt_rand(5,604800);
101
  wp_schedule_event(time() - $rnd,'clfortnightly','clversion');
102
  }
103
- // see if this blog uses w3 total cache and flush the cache after activation and
104
- // set the page cache ignore useragents to have Commentluv in it too
105
- global $w3_plugin_totalcache;
106
- if(is_object($w3_plugin_totalcache)){
107
- // w3 object exists, flush the page cache
108
- $w3_plugin_totalcache->flush_all();
109
- // get config for page cache rejected useragents list
110
- $config = new W3_Config();
111
- $ua = $config->get_array('pgcache.reject.ua');
112
- if(!in_array('Commentluv',$ua)){
113
- // commentluv useragent not added yet, do it now
114
- $ua[] = 'Commentluv';
115
- }
116
- // set it in config
117
- $config->set('pgcache.reject.ua',$ua);
118
- // set w3 object _config object to have _config var with useragent array (cannot use config->save() here because w3 saves it again from it's own stored values)
119
- // this appears to work, I cannot get an answer from Fred so this will have to dooferfnaa
120
- $w3_plugin_totalcache->_config->_config['pgcache.reject.ua'] = $ua;
121
- // write cache rules
122
- $w3_plugin_pgcache = & W3_Plugin_PgCache::instance();
123
- $w3_plugin_pgcache->write_rules_core();
124
-
125
- }
126
-
127
  }
128
  /**
129
  * Adds fields to comment area
@@ -1565,11 +1542,13 @@
1565
  if($rss_items){
1566
  foreach($rss_items as $item){
1567
  ?>
1568
- <li>
1569
- <a href='<?php echo esc_url( $item->get_permalink() ); ?>'
1570
- title='<?php echo 'Posted '.$item->get_date('j F Y | g:i a'); ?>'>
1571
- <?php echo esc_html( $item->get_title() ); ?></a>
1572
- </li>
 
 
1573
  <?php
1574
  }
1575
  }
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.90.9.1
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.90.9.1";
32
  var $slug = 'commentluv-options';
33
  var $localize;
34
  var $is_commentluv_request = false;
100
  $rnd = mt_rand(5,604800);
101
  wp_schedule_event(time() - $rnd,'clfortnightly','clversion');
102
  }
103
+ // removed w3 total cache stuff due to Freds updates causing fatal errors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  }
105
  /**
106
  * Adds fields to comment area
1542
  if($rss_items){
1543
  foreach($rss_items as $item){
1544
  ?>
1545
+ <ul>
1546
+ <li>
1547
+ <a href='<?php echo esc_url( $item->get_permalink() ); ?>'
1548
+ title='<?php echo 'Posted '.$item->get_date('j F Y | g:i a'); ?>'>
1549
+ <?php echo esc_html( $item->get_title() ); ?></a>
1550
+ </li>
1551
+ </ul>
1552
  <?php
1553
  }
1554
  }
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: 2011-08-15 23:25+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"
@@ -40,590 +40,594 @@ msgstr "Vai nella bacheca ed aggiorna i dettagli per il tuo profilo aggiungendo
40
  msgid "No info was available or an error occured"
41
  msgstr "Nessuna info disponibile oppure si é verificato un errore"
42
 
43
- #: ../commentluv.php:276
44
  msgid "Please wait"
45
  msgstr "Attendi un attimo"
46
 
47
- #: ../commentluv.php:276
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:276
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:276
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:305
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:305
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:305
68
  msgid "Missing wp_commentmeta table"
69
  msgstr "Manca la tabella wp_commentmeta"
70
 
71
- #: ../commentluv.php:403
72
  msgid "Twice Monthly"
73
  msgstr "Quindicinale"
74
 
75
- #: ../commentluv.php:452
76
  msgid "CommentLuv is enabled"
77
  msgstr "CommentLuv é attivo"
78
 
79
- #: ../commentluv.php:493
80
  msgid "Show more posts"
81
  msgstr "Mostra più articoli"
82
 
83
- #: ../commentluv.php:589
84
  msgid "I have only commented on this post"
85
  msgstr "Ho commentato solo in questo articolo"
86
 
87
- #: ../commentluv.php:592
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:617
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:629
96
  msgid "is the administrator of this site"
97
  msgstr "é l'amministratore di questo sito"
98
 
99
- #: ../commentluv.php:631
100
  msgid "is a registered member of my site"
101
  msgstr "é un utente registrato nel mio sito"
102
 
103
- #: ../commentluv.php:634
104
- #: ../commentluv.php:653
105
  msgid "Clicks on this link on this comment"
106
  msgstr "Clicca il link su questo commento"
107
 
108
- #: ../commentluv.php:634
109
- #: ../commentluv.php:654
110
  msgid "approved comments on this site"
111
  msgstr "commenti approvati per questo sito"
112
 
113
- #: ../commentluv.php:634
114
- #: ../commentluv.php:655
115
  msgid "Some other posts I have commented on"
116
  msgstr "Altri commenti ai quali ho partecipato"
117
 
118
- #: ../commentluv.php:634
119
  msgid "Some of my other posts"
120
  msgstr "Alcuni dei miei articoli"
121
 
122
- #: ../commentluv.php:647
123
  msgid "has not registered on this site"
124
  msgstr "non é registrato nel mio sito"
125
 
126
- #: ../commentluv.php:772
127
  msgid "Could not get posts for home blog"
128
  msgstr "Impossibile recuperare gli articoli"
129
 
130
- #: ../commentluv.php:778
131
- #: ../commentluv.php:1055
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:844
136
- #: ../commentluv.php:885
137
- #: ../commentluv.php:1374
138
  msgid "Register"
139
  msgstr "Registrati"
140
 
141
- #: ../commentluv.php:849
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:891
146
  msgid "recently posted"
147
  msgstr "pubblicati di recente"
148
 
149
- #: ../commentluv.php:892
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:893
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:1089
158
  msgid "Settings"
159
  msgstr "Impostazioni"
160
 
161
- #: ../commentluv.php:1148
162
  msgid "No Posts Were Found!"
163
  msgstr "Non é stato trovato nessun articolo!"
164
 
165
- #: ../commentluv.php:1188
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:1191
170
  msgid "Dismiss notice"
171
  msgstr "Avviso rinuncia"
172
 
173
- #: ../commentluv.php:1217
174
  msgid "CommentLuv Settings v"
175
  msgstr "Impostazioni CommentLuv v"
176
 
177
- #: ../commentluv.php:1227
178
  msgid "Important!"
179
  msgstr "Importante!"
180
 
181
- #: ../commentluv.php:1227
182
  msgid "Subscription Information"
183
  msgstr "Informazioni abbonamento"
184
 
185
- #: ../commentluv.php:1232
186
  msgid "CommentLuv 3.0 Premium is coming soon!"
187
  msgstr "La versione premium 3.0 di CommentLuv sta per arrivare!"
188
 
189
- #: ../commentluv.php:1233
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:1236
194
  msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
195
  msgstr "Verrà rilasciata a breve una versione premium di premium CommentLuv grazie alla quale potrai avere un maggiore controlo sul plugin nonché avere delle nuove opzioni esclusive quali le parole chiave, le registrazioni inline e molto altro ancora!. Registrandoti scoprirai quando sarà disponibile"
196
 
197
- #: ../commentluv.php:1239
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:1239
202
  msgid "Resend Verification"
203
  msgstr "Reinvia verifica"
204
 
205
- #: ../commentluv.php:1241
206
  msgid "Click to register now!"
207
  msgstr "Clicca per registrarti adesso!"
208
 
209
- #: ../commentluv.php:1256
210
  msgid "Primary Setting"
211
  msgstr "Impostazioni principali"
212
 
213
- #: ../commentluv.php:1256
214
- #: ../commentluv.php:1290
215
- #: ../commentluv.php:1349
216
- #: ../commentluv.php:1407
217
- #: ../commentluv.php:1438
218
  msgid "Help Video"
219
  msgstr "Video aiuto"
220
 
221
- #: ../commentluv.php:1260
222
  msgid "Enable CommentLuv?"
223
  msgstr "Attivare CommentLuv?"
224
 
225
- #: ../commentluv.php:1261
226
  msgid "Yes"
227
  msgstr "Sì"
228
 
229
- #: ../commentluv.php:1262
230
  msgid "No"
231
  msgstr "No"
232
 
233
- #: ../commentluv.php:1267
234
  msgid "On Posts"
235
  msgstr " negli articoli"
236
 
237
- #: ../commentluv.php:1268
238
  msgid "On Pages"
239
  msgstr " nelle pagine"
240
 
241
- #: ../commentluv.php:1269
242
  msgid "On Both"
243
  msgstr " su entrambi"
244
 
245
- #: ../commentluv.php:1274
246
  msgid "On by default?"
247
  msgstr "attivo come predefinita?"
248
 
249
- #: ../commentluv.php:1278
250
  msgid "On for admin?"
251
  msgstr "attivo per l'amministratore?"
252
 
253
- #: ../commentluv.php:1290
254
  msgid "Appearance"
255
  msgstr "Aspetto"
256
 
257
- #: ../commentluv.php:1294
258
  msgid "Badge"
259
  msgstr "badge"
260
 
261
- #: ../commentluv.php:1295
262
  msgid "Custom Image URL"
263
  msgstr "URL immagine"
264
 
265
- #: ../commentluv.php:1296
266
  msgid "Use Text"
267
  msgstr "utilizza testo"
268
 
269
- #: ../commentluv.php:1304
270
  msgid "Default"
271
  msgstr "Predefinito"
272
 
273
- #: ../commentluv.php:1305
274
  msgid "White"
275
  msgstr "Bianco"
276
 
277
- #: ../commentluv.php:1306
278
  msgid "Black"
279
  msgstr "Nero"
280
 
281
- #: ../commentluv.php:1307
282
  msgid "None"
283
  msgstr "Nessuno"
284
 
285
- #: ../commentluv.php:1324
286
  msgid "Link to Commentluv?"
287
  msgstr "link a Commentluv?"
288
 
289
- #: ../commentluv.php:1331
290
  msgid "Enable info panel?"
291
  msgstr "pannello info?"
292
 
293
- #: ../commentluv.php:1332
294
  msgid "Info panel background color"
295
  msgstr "colore sfondo pannello info"
296
 
297
- #: ../commentluv.php:1333
298
  msgid "Info panel text color"
299
  msgstr "colore testo pannello info"
300
 
301
- #: ../commentluv.php:1339
302
  msgid "Example text and background color"
303
  msgstr "esempio di testo e colore di sfondo"
304
 
305
- #: ../commentluv.php:1349
306
  msgid "Messages"
307
  msgstr "Messaggi"
308
 
309
- #: ../commentluv.php:1356
310
  msgid "Text to be displayed in the comment"
311
  msgstr "testo da mostrare nel commento"
312
 
313
- #: ../commentluv.php:1359
314
  msgid "[name] = The users name"
315
  msgstr "[name] = nome utente"
316
 
317
- #: ../commentluv.php:1359
318
  msgid "[lastpost] = The last blog post link"
319
  msgstr "[lastpost] = link a ultimo articolo"
320
 
321
- #: ../commentluv.php:1366
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:1367
326
- #: ../commentluv.php:1393
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:1371
331
  msgid "Your register link code"
332
  msgstr "Il tuo codice link registrazione"
333
 
334
- #: ../commentluv.php:1373
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:1383
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:1384
343
  msgid "here"
344
  msgstr "qui"
345
 
346
- #: ../commentluv.php:1392
347
  msgid "Message for unregistered user in the info panel"
348
  msgstr "Messaggio (pannello info) per gli utenti non registrati"
349
 
350
- #: ../commentluv.php:1407
351
  msgid "Operational Settings"
352
  msgstr "Impostazioni di gestione"
353
 
354
- #: ../commentluv.php:1414
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:1415
359
  msgid "Only Registered Members"
360
  msgstr "solo i membri registrati"
361
 
362
- #: ../commentluv.php:1416
363
  msgid "Everybody"
364
  msgstr "chiunque"
365
 
366
- #: ../commentluv.php:1417
367
  msgid "Nobody"
368
  msgstr "nessuno"
369
 
370
- #: ../commentluv.php:1424
371
  msgid "Whose links should be dofollow?"
372
  msgstr "assegnazione dei link dofollow?"
373
 
374
- #: ../commentluv.php:1425
375
  msgid "Only Registered Members Links"
376
  msgstr "solo per gli utenti registrati"
377
 
378
- #: ../commentluv.php:1426
379
  msgid "Everybody gets dofollow links"
380
  msgstr "link dofollow per chiunque"
381
 
382
- #: ../commentluv.php:1427
383
  msgid "Nobody gets dofollow links"
384
  msgstr "nessuno"
385
 
386
- #: ../commentluv.php:1438
387
  msgid "Technical Settings"
388
  msgstr "Impostazioni tecniche"
389
 
390
- #: ../commentluv.php:1438
391
  msgid "Click to open technical settings"
392
  msgstr "Clicca per aprire"
393
 
394
- #: ../commentluv.php:1445
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:1446
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:1451
403
  msgid "Compatibility"
404
  msgstr "Compatibilità"
405
 
406
- #: ../commentluv.php:1455
407
  msgid "Use manual insert of badge code?"
408
  msgstr "inserire manualmente il codice?"
409
 
410
- #: ../commentluv.php:1459
411
  msgid "Enable minifying compatibility?"
412
  msgstr "attivare compatibilità minimizzazione?"
413
 
414
- #: ../commentluv.php:1460
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:1463
419
  msgid "Disable Detection?"
420
  msgstr "Disattivare rilevamento?"
421
 
422
- #: ../commentluv.php:1464
423
  msgid "For XML errors"
424
  msgstr "Per errori XML"
425
 
426
- #: ../commentluv.php:1468
427
  msgid "API URL"
428
  msgstr "URL API"
429
 
430
- #: ../commentluv.php:1472
431
  msgid "URL to use for API"
432
  msgstr "URL da utilizzare per la API"
433
 
434
- #: ../commentluv.php:1476
435
  msgid "Comment Form Field Values"
436
  msgstr "Valori campo modulo commenti"
437
 
438
- #: ../commentluv.php:1479
439
  msgid "Authors Name field name"
440
  msgstr "nome per il campo autore"
441
 
442
- #: ../commentluv.php:1484
443
  msgid "Email field name"
444
  msgstr "nome per il campo email"
445
 
446
- #: ../commentluv.php:1489
447
  msgid "Authors URL field name"
448
  msgstr "nome per il campo URL autore"
449
 
450
- #: ../commentluv.php:1494
451
  msgid "Comment Text Area name"
452
  msgstr "nome per l'area di testo dei commenti"
453
 
454
- #: ../commentluv.php:1499
455
  msgid "Diagnostics Info"
456
  msgstr "Info diagnostica"
457
 
458
- #: ../commentluv.php:1517
459
  msgid "You can copy this information and send it to me if I request it"
460
  msgstr "copia queste informazioni ed inviarmele (se richiesto)"
461
 
462
- #: ../commentluv.php:1524
463
  msgid "Save Settings"
464
  msgstr "Salva le impostazioni"
465
 
466
- #: ../commentluv.php:1526
467
  msgid "Reset Settings"
468
  msgstr "Ripristino impostazioni"
469
 
470
- #: ../commentluv.php:1529
471
  msgid "Are you sure you want to reset your settings? Press OK to continue"
472
  msgstr "Sei certo di volere ripristinare le tue impostazioni? Premi OK per proseguire"
473
 
474
- #: ../commentluv.php:1532
475
  msgid "Reset"
476
  msgstr "Azzera"
477
 
478
- #: ../commentluv.php:1540
479
  msgid "Plugin Info"
480
  msgstr "Info sul plugin"
481
 
482
- #: ../commentluv.php:1543
483
  msgid "Start Here"
484
  msgstr "Inizia qui"
485
 
486
- #: ../commentluv.php:1544
487
  msgid "Author"
488
  msgstr "Autore"
489
 
490
- #: ../commentluv.php:1545
491
  msgid "Home Page"
492
  msgstr "Home Page"
493
 
494
- #: ../commentluv.php:1545
495
  msgid "Visit www.commentluv.com!"
496
  msgstr "Visita www.commentluv.com!"
497
 
498
- #: ../commentluv.php:1546
499
  msgid "Social"
500
  msgstr "Social"
501
 
502
- #: ../commentluv.php:1547
503
  msgid "Help"
504
  msgstr "Aiuto"
505
 
506
- #: ../commentluv.php:1547
507
  msgid "Help Desk"
508
  msgstr "Sezione aiuto"
509
 
510
- #: ../commentluv.php:1548
511
  msgid "Do you like this plugin?"
512
  msgstr "Ti piace questo plugin?"
513
 
514
- #: ../commentluv.php:1550
515
  msgid "News"
516
  msgstr "Notizie"
517
 
518
- #: ../commentluv.php:1558
519
  msgid "Thanks to the following for translations"
520
  msgstr "Un grazie ai seguenti traduttori"
521
 
522
- #: ../commentluv.php:1559
523
  msgid "Italian"
524
  msgstr "Italiano"
525
 
526
- #: ../commentluv.php:1560
527
  msgid "Dutch"
528
  msgstr "Olandese"
529
 
530
- #: ../commentluv.php:1561
531
  msgid "Polish"
532
  msgstr "Polacco"
533
 
534
- #: ../commentluv.php:1562
535
  msgid "Georgian"
536
  msgstr "Georgiano"
537
 
538
- #: ../commentluv.php:1563
539
  msgid "Lithuanian"
540
  msgstr "Lituano"
541
 
542
- #: ../commentluv.php:1564
543
  msgid "Portuguese"
544
  msgstr "Portoghese"
545
 
546
- #: ../commentluv.php:1565
547
  msgid "Malaysian"
548
  msgstr "Malese"
549
 
550
- #: ../commentluv.php:1566
551
  msgid "Hindi"
552
  msgstr "Hindi"
553
 
554
- #: ../commentluv.php:1567
555
  msgid "Indonesian"
556
  msgstr "Indonesiano"
557
 
558
- #: ../commentluv.php:1568
559
  msgid "Chinese (s)"
560
  msgstr "Cinese"
561
 
562
- #: ../commentluv.php:1569
563
  msgid "Spanish"
564
  msgstr "Spagnolo"
565
 
566
- #: ../commentluv.php:1570
567
  msgid "German"
568
  msgstr "Tedesco"
569
 
570
- #: ../commentluv.php:1571
571
  msgid "Persian"
572
  msgstr "Persiano"
573
 
574
- #: ../commentluv.php:1572
575
  msgid "Tamil"
576
  msgstr "Tamil"
577
 
578
- #: ../commentluv.php:1573
579
  msgid "Ukranian"
580
  msgstr "Ucraino"
581
 
582
- #: ../commentluv.php:1574
583
  msgid "Latvian"
584
  msgstr "Lettone"
585
 
586
- #: ../commentluv.php:1575
587
  msgid "Romanian"
588
  msgstr "Rumeno"
589
 
590
- #: ../commentluv.php:1576
591
  msgid "Norwegian"
592
  msgstr "Norvegese"
593
 
594
- #: ../commentluv.php:1577
 
 
 
 
 
 
 
 
595
  msgid "Russian"
596
  msgstr "Russo"
597
 
598
- #: ../commentluv.php:1578
599
  msgid "Hebrew"
600
  msgstr "Ebraico"
601
 
602
- #: ../commentluv.php:1579
603
- msgid "French"
604
- msgstr "Francese"
605
-
606
- #: ../commentluv.php:1581
607
  msgid "Arabic"
608
  msgstr "Arabo"
609
 
610
- #: ../commentluv.php:1582
611
  msgid "Want your link here?"
612
  msgstr "Vuoi il tuo link qui?"
613
 
614
- #: ../commentluv.php:1582
615
  msgid "How To Submit A Translation"
616
  msgstr "Contribuisci alla traduzione"
617
 
618
- #: ../commentluv.php:1583
619
  msgid "Special thanks go to the following"
620
  msgstr "Un grazie particolare a"
621
 
622
- #: ../commentluv.php:1584
623
  msgid "CSS Help"
624
  msgstr "Aiuto CSS"
625
 
626
- #: ../commentluv.php:1585
627
  msgid "Badge GFX"
628
  msgstr "Badge GFX"
629
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-08-18 11:43+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"
40
  msgid "No info was available or an error occured"
41
  msgstr "Nessuna info disponibile oppure si é verificato un errore"
42
 
43
+ #: ../commentluv.php:277
44
  msgid "Please wait"
45
  msgstr "Attendi un attimo"
46
 
47
+ #: ../commentluv.php:277
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:277
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:277
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:306
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:306
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:306
68
  msgid "Missing wp_commentmeta table"
69
  msgstr "Manca la tabella wp_commentmeta"
70
 
71
+ #: ../commentluv.php:405
72
  msgid "Twice Monthly"
73
  msgstr "Quindicinale"
74
 
75
+ #: ../commentluv.php:454
76
  msgid "CommentLuv is enabled"
77
  msgstr "CommentLuv é attivo"
78
 
79
+ #: ../commentluv.php:495
80
  msgid "Show more posts"
81
  msgstr "Mostra più articoli"
82
 
83
+ #: ../commentluv.php:591
84
  msgid "I have only commented on this post"
85
  msgstr "Ho commentato solo in questo articolo"
86
 
87
+ #: ../commentluv.php:594
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:619
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:631
96
  msgid "is the administrator of this site"
97
  msgstr "é l'amministratore di questo sito"
98
 
99
+ #: ../commentluv.php:633
100
  msgid "is a registered member of my site"
101
  msgstr "é un utente registrato nel mio sito"
102
 
103
+ #: ../commentluv.php:636
104
+ #: ../commentluv.php:655
105
  msgid "Clicks on this link on this comment"
106
  msgstr "Clicca il link su questo commento"
107
 
108
+ #: ../commentluv.php:636
109
+ #: ../commentluv.php:656
110
  msgid "approved comments on this site"
111
  msgstr "commenti approvati per questo sito"
112
 
113
+ #: ../commentluv.php:636
114
+ #: ../commentluv.php:657
115
  msgid "Some other posts I have commented on"
116
  msgstr "Altri commenti ai quali ho partecipato"
117
 
118
+ #: ../commentluv.php:636
119
  msgid "Some of my other posts"
120
  msgstr "Alcuni dei miei articoli"
121
 
122
+ #: ../commentluv.php:649
123
  msgid "has not registered on this site"
124
  msgstr "non é registrato nel mio sito"
125
 
126
+ #: ../commentluv.php:776
127
  msgid "Could not get posts for home blog"
128
  msgstr "Impossibile recuperare gli articoli"
129
 
130
+ #: ../commentluv.php:782
131
+ #: ../commentluv.php:1059
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:848
136
+ #: ../commentluv.php:889
137
+ #: ../commentluv.php:1379
138
  msgid "Register"
139
  msgstr "Registrati"
140
 
141
+ #: ../commentluv.php:853
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:895
146
  msgid "recently posted"
147
  msgstr "pubblicati di recente"
148
 
149
+ #: ../commentluv.php:896
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:897
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:1093
158
  msgid "Settings"
159
  msgstr "Impostazioni"
160
 
161
+ #: ../commentluv.php:1152
162
  msgid "No Posts Were Found!"
163
  msgstr "Non é stato trovato nessun articolo!"
164
 
165
+ #: ../commentluv.php:1192
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:1195
170
  msgid "Dismiss notice"
171
  msgstr "Avviso rinuncia"
172
 
173
+ #: ../commentluv.php:1221
174
  msgid "CommentLuv Settings v"
175
  msgstr "Impostazioni CommentLuv v"
176
 
177
+ #: ../commentluv.php:1231
178
  msgid "Important!"
179
  msgstr "Importante!"
180
 
181
+ #: ../commentluv.php:1231
182
  msgid "Subscription Information"
183
  msgstr "Informazioni abbonamento"
184
 
185
+ #: ../commentluv.php:1236
186
  msgid "CommentLuv 3.0 Premium is coming soon!"
187
  msgstr "La versione premium 3.0 di CommentLuv sta per arrivare!"
188
 
189
+ #: ../commentluv.php:1237
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:1240
194
  msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
195
  msgstr "Verrà rilasciata a breve una versione premium di premium CommentLuv grazie alla quale potrai avere un maggiore controlo sul plugin nonché avere delle nuove opzioni esclusive quali le parole chiave, le registrazioni inline e molto altro ancora!. Registrandoti scoprirai quando sarà disponibile"
196
 
197
+ #: ../commentluv.php:1243
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:1243
202
  msgid "Resend Verification"
203
  msgstr "Reinvia verifica"
204
 
205
+ #: ../commentluv.php:1245
206
  msgid "Click to register now!"
207
  msgstr "Clicca per registrarti adesso!"
208
 
209
+ #: ../commentluv.php:1260
210
  msgid "Primary Setting"
211
  msgstr "Impostazioni principali"
212
 
213
+ #: ../commentluv.php:1260
214
+ #: ../commentluv.php:1294
215
+ #: ../commentluv.php:1354
216
+ #: ../commentluv.php:1412
217
+ #: ../commentluv.php:1443
218
  msgid "Help Video"
219
  msgstr "Video aiuto"
220
 
221
+ #: ../commentluv.php:1264
222
  msgid "Enable CommentLuv?"
223
  msgstr "Attivare CommentLuv?"
224
 
225
+ #: ../commentluv.php:1265
226
  msgid "Yes"
227
  msgstr "Sì"
228
 
229
+ #: ../commentluv.php:1266
230
  msgid "No"
231
  msgstr "No"
232
 
233
+ #: ../commentluv.php:1271
234
  msgid "On Posts"
235
  msgstr " negli articoli"
236
 
237
+ #: ../commentluv.php:1272
238
  msgid "On Pages"
239
  msgstr " nelle pagine"
240
 
241
+ #: ../commentluv.php:1273
242
  msgid "On Both"
243
  msgstr " su entrambi"
244
 
245
+ #: ../commentluv.php:1278
246
  msgid "On by default?"
247
  msgstr "attivo come predefinita?"
248
 
249
+ #: ../commentluv.php:1282
250
  msgid "On for admin?"
251
  msgstr "attivo per l'amministratore?"
252
 
253
+ #: ../commentluv.php:1294
254
  msgid "Appearance"
255
  msgstr "Aspetto"
256
 
257
+ #: ../commentluv.php:1298
258
  msgid "Badge"
259
  msgstr "badge"
260
 
261
+ #: ../commentluv.php:1299
262
  msgid "Custom Image URL"
263
  msgstr "URL immagine"
264
 
265
+ #: ../commentluv.php:1300
266
  msgid "Use Text"
267
  msgstr "utilizza testo"
268
 
269
+ #: ../commentluv.php:1308
270
  msgid "Default"
271
  msgstr "Predefinito"
272
 
273
+ #: ../commentluv.php:1309
274
  msgid "White"
275
  msgstr "Bianco"
276
 
277
+ #: ../commentluv.php:1310
278
  msgid "Black"
279
  msgstr "Nero"
280
 
281
+ #: ../commentluv.php:1311
282
  msgid "None"
283
  msgstr "Nessuno"
284
 
285
+ #: ../commentluv.php:1329
286
  msgid "Link to Commentluv?"
287
  msgstr "link a Commentluv?"
288
 
289
+ #: ../commentluv.php:1336
290
  msgid "Enable info panel?"
291
  msgstr "pannello info?"
292
 
293
+ #: ../commentluv.php:1337
294
  msgid "Info panel background color"
295
  msgstr "colore sfondo pannello info"
296
 
297
+ #: ../commentluv.php:1338
298
  msgid "Info panel text color"
299
  msgstr "colore testo pannello info"
300
 
301
+ #: ../commentluv.php:1344
302
  msgid "Example text and background color"
303
  msgstr "esempio di testo e colore di sfondo"
304
 
305
+ #: ../commentluv.php:1354
306
  msgid "Messages"
307
  msgstr "Messaggi"
308
 
309
+ #: ../commentluv.php:1361
310
  msgid "Text to be displayed in the comment"
311
  msgstr "testo da mostrare nel commento"
312
 
313
+ #: ../commentluv.php:1364
314
  msgid "[name] = The users name"
315
  msgstr "[name] = nome utente"
316
 
317
+ #: ../commentluv.php:1364
318
  msgid "[lastpost] = The last blog post link"
319
  msgstr "[lastpost] = link a ultimo articolo"
320
 
321
+ #: ../commentluv.php:1371
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:1372
326
+ #: ../commentluv.php:1398
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:1376
331
  msgid "Your register link code"
332
  msgstr "Il tuo codice link registrazione"
333
 
334
+ #: ../commentluv.php:1378
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:1388
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:1389
343
  msgid "here"
344
  msgstr "qui"
345
 
346
+ #: ../commentluv.php:1397
347
  msgid "Message for unregistered user in the info panel"
348
  msgstr "Messaggio (pannello info) per gli utenti non registrati"
349
 
350
+ #: ../commentluv.php:1412
351
  msgid "Operational Settings"
352
  msgstr "Impostazioni di gestione"
353
 
354
+ #: ../commentluv.php:1419
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:1420
359
  msgid "Only Registered Members"
360
  msgstr "solo i membri registrati"
361
 
362
+ #: ../commentluv.php:1421
363
  msgid "Everybody"
364
  msgstr "chiunque"
365
 
366
+ #: ../commentluv.php:1422
367
  msgid "Nobody"
368
  msgstr "nessuno"
369
 
370
+ #: ../commentluv.php:1429
371
  msgid "Whose links should be dofollow?"
372
  msgstr "assegnazione dei link dofollow?"
373
 
374
+ #: ../commentluv.php:1430
375
  msgid "Only Registered Members Links"
376
  msgstr "solo per gli utenti registrati"
377
 
378
+ #: ../commentluv.php:1431
379
  msgid "Everybody gets dofollow links"
380
  msgstr "link dofollow per chiunque"
381
 
382
+ #: ../commentluv.php:1432
383
  msgid "Nobody gets dofollow links"
384
  msgstr "nessuno"
385
 
386
+ #: ../commentluv.php:1443
387
  msgid "Technical Settings"
388
  msgstr "Impostazioni tecniche"
389
 
390
+ #: ../commentluv.php:1443
391
  msgid "Click to open technical settings"
392
  msgstr "Clicca per aprire"
393
 
394
+ #: ../commentluv.php:1450
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:1451
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:1456
403
  msgid "Compatibility"
404
  msgstr "Compatibilità"
405
 
406
+ #: ../commentluv.php:1460
407
  msgid "Use manual insert of badge code?"
408
  msgstr "inserire manualmente il codice?"
409
 
410
+ #: ../commentluv.php:1464
411
  msgid "Enable minifying compatibility?"
412
  msgstr "attivare compatibilità minimizzazione?"
413
 
414
+ #: ../commentluv.php:1465
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:1468
419
  msgid "Disable Detection?"
420
  msgstr "Disattivare rilevamento?"
421
 
422
+ #: ../commentluv.php:1469
423
  msgid "For XML errors"
424
  msgstr "Per errori XML"
425
 
426
+ #: ../commentluv.php:1473
427
  msgid "API URL"
428
  msgstr "URL API"
429
 
430
+ #: ../commentluv.php:1477
431
  msgid "URL to use for API"
432
  msgstr "URL da utilizzare per la API"
433
 
434
+ #: ../commentluv.php:1481
435
  msgid "Comment Form Field Values"
436
  msgstr "Valori campo modulo commenti"
437
 
438
+ #: ../commentluv.php:1484
439
  msgid "Authors Name field name"
440
  msgstr "nome per il campo autore"
441
 
442
+ #: ../commentluv.php:1489
443
  msgid "Email field name"
444
  msgstr "nome per il campo email"
445
 
446
+ #: ../commentluv.php:1494
447
  msgid "Authors URL field name"
448
  msgstr "nome per il campo URL autore"
449
 
450
+ #: ../commentluv.php:1499
451
  msgid "Comment Text Area name"
452
  msgstr "nome per l'area di testo dei commenti"
453
 
454
+ #: ../commentluv.php:1504
455
  msgid "Diagnostics Info"
456
  msgstr "Info diagnostica"
457
 
458
+ #: ../commentluv.php:1522
459
  msgid "You can copy this information and send it to me if I request it"
460
  msgstr "copia queste informazioni ed inviarmele (se richiesto)"
461
 
462
+ #: ../commentluv.php:1529
463
  msgid "Save Settings"
464
  msgstr "Salva le impostazioni"
465
 
466
+ #: ../commentluv.php:1531
467
  msgid "Reset Settings"
468
  msgstr "Ripristino impostazioni"
469
 
470
+ #: ../commentluv.php:1534
471
  msgid "Are you sure you want to reset your settings? Press OK to continue"
472
  msgstr "Sei certo di volere ripristinare le tue impostazioni? Premi OK per proseguire"
473
 
474
+ #: ../commentluv.php:1537
475
  msgid "Reset"
476
  msgstr "Azzera"
477
 
478
+ #: ../commentluv.php:1545
479
  msgid "Plugin Info"
480
  msgstr "Info sul plugin"
481
 
482
+ #: ../commentluv.php:1548
483
  msgid "Start Here"
484
  msgstr "Inizia qui"
485
 
486
+ #: ../commentluv.php:1549
487
  msgid "Author"
488
  msgstr "Autore"
489
 
490
+ #: ../commentluv.php:1550
491
  msgid "Home Page"
492
  msgstr "Home Page"
493
 
494
+ #: ../commentluv.php:1550
495
  msgid "Visit www.commentluv.com!"
496
  msgstr "Visita www.commentluv.com!"
497
 
498
+ #: ../commentluv.php:1551
499
  msgid "Social"
500
  msgstr "Social"
501
 
502
+ #: ../commentluv.php:1552
503
  msgid "Help"
504
  msgstr "Aiuto"
505
 
506
+ #: ../commentluv.php:1552
507
  msgid "Help Desk"
508
  msgstr "Sezione aiuto"
509
 
510
+ #: ../commentluv.php:1553
511
  msgid "Do you like this plugin?"
512
  msgstr "Ti piace questo plugin?"
513
 
514
+ #: ../commentluv.php:1555
515
  msgid "News"
516
  msgstr "Notizie"
517
 
518
+ #: ../commentluv.php:1581
519
  msgid "Thanks to the following for translations"
520
  msgstr "Un grazie ai seguenti traduttori"
521
 
522
+ #: ../commentluv.php:1582
523
  msgid "Italian"
524
  msgstr "Italiano"
525
 
526
+ #: ../commentluv.php:1583
527
  msgid "Dutch"
528
  msgstr "Olandese"
529
 
530
+ #: ../commentluv.php:1584
531
  msgid "Polish"
532
  msgstr "Polacco"
533
 
534
+ #: ../commentluv.php:1585
535
  msgid "Georgian"
536
  msgstr "Georgiano"
537
 
538
+ #: ../commentluv.php:1586
539
  msgid "Lithuanian"
540
  msgstr "Lituano"
541
 
542
+ #: ../commentluv.php:1587
543
  msgid "Portuguese"
544
  msgstr "Portoghese"
545
 
546
+ #: ../commentluv.php:1588
547
  msgid "Malaysian"
548
  msgstr "Malese"
549
 
550
+ #: ../commentluv.php:1589
551
  msgid "Hindi"
552
  msgstr "Hindi"
553
 
554
+ #: ../commentluv.php:1590
555
  msgid "Indonesian"
556
  msgstr "Indonesiano"
557
 
558
+ #: ../commentluv.php:1591
559
  msgid "Chinese (s)"
560
  msgstr "Cinese"
561
 
562
+ #: ../commentluv.php:1592
563
  msgid "Spanish"
564
  msgstr "Spagnolo"
565
 
566
+ #: ../commentluv.php:1593
567
  msgid "German"
568
  msgstr "Tedesco"
569
 
570
+ #: ../commentluv.php:1594
571
  msgid "Persian"
572
  msgstr "Persiano"
573
 
574
+ #: ../commentluv.php:1595
575
  msgid "Tamil"
576
  msgstr "Tamil"
577
 
578
+ #: ../commentluv.php:1596
579
  msgid "Ukranian"
580
  msgstr "Ucraino"
581
 
582
+ #: ../commentluv.php:1597
583
  msgid "Latvian"
584
  msgstr "Lettone"
585
 
586
+ #: ../commentluv.php:1598
587
  msgid "Romanian"
588
  msgstr "Rumeno"
589
 
590
+ #: ../commentluv.php:1599
591
  msgid "Norwegian"
592
  msgstr "Norvegese"
593
 
594
+ #: ../commentluv.php:1600
595
+ msgid "French"
596
+ msgstr "Francese"
597
+
598
+ #: ../commentluv.php:1601
599
+ msgid "Danish"
600
+ msgstr "Danese"
601
+
602
+ #: ../commentluv.php:1602
603
  msgid "Russian"
604
  msgstr "Russo"
605
 
606
+ #: ../commentluv.php:1603
607
  msgid "Hebrew"
608
  msgstr "Ebraico"
609
 
610
+ #: ../commentluv.php:1606
 
 
 
 
611
  msgid "Arabic"
612
  msgstr "Arabo"
613
 
614
+ #: ../commentluv.php:1607
615
  msgid "Want your link here?"
616
  msgstr "Vuoi il tuo link qui?"
617
 
618
+ #: ../commentluv.php:1607
619
  msgid "How To Submit A Translation"
620
  msgstr "Contribuisci alla traduzione"
621
 
622
+ #: ../commentluv.php:1608
623
  msgid "Special thanks go to the following"
624
  msgstr "Un grazie particolare a"
625
 
626
+ #: ../commentluv.php:1609
627
  msgid "CSS Help"
628
  msgstr "Aiuto CSS"
629
 
630
+ #: ../commentluv.php:1610
631
  msgid "Badge GFX"
632
  msgstr "Badge GFX"
633
 
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.2.1
7
- Stable tag: 2.90.9
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
 
@@ -41,7 +41,7 @@ Latvian [Edgars Bergs](http://www.yourwebagency.co.uk/ "Latvian Translation")
41
  Romanian [Manuel Cheta](http://obisnuit.eu/ "Romanian Translation")
42
  Norwegian [Hanna](http://www.drommeland.com/ "Norwegian Translation")
43
  French [Jean-Luc Matthys](http://etreheureux.fr/ "French Translation")
44
- Danish [Jimmy Sigenstroem](http://w3blog.dk/) "Danish Translation")
45
 
46
  == Installation ==
47
 
@@ -70,12 +70,16 @@ Please see the videos in the settings page for explanations of how they work.
70
  4. edit post comments
71
 
72
  == ChangeLog ==
 
 
 
73
  = 2.90.9 =
74
  * added : Danish language
75
  * fixed : minor problems with some checkbox vars
76
  * fixed : issue where an empty link might get added to a comment
77
  * fixed : small bug in settings page that prevented checkbox from being checked for default on if default admin on was unchecked
78
  * fixed : use `home_url()` instead of deprecated `get_bloginfo('home')` in `send_feed()` function
 
79
 
80
  = 2.90.8.3 =
81
  * fixed : fixed the error with cl_settings not defined (it was not localizing the script)
@@ -239,7 +243,7 @@ Please see the videos in the settings page for explanations of how they work.
239
  * Added permalink as refer variable in ajax calls for better stat collecting since WP started to use paginated comments
240
  * Added Chinese translation by Denis http://zuoshen.com/
241
  * Added Hebrew translation by Maor http://www.maorb.info/
242
- * Added Russian translation by FatCow http://www.fatcow.com/
243
  * Updated readme.txt to use new features like changelog
244
  * Check for http:// in url field before firing (to prevent errors for forms that use js hints in form fields)
245
 
@@ -262,9 +266,9 @@ Please see the videos in the settings page for explanations of how they work.
262
 
263
  == Upgrade Notice ==
264
 
265
- = 2.90.9 =
266
 
267
- Fix for comments showing the commentluv message but no url and other minor fixes. please update!
268
 
269
  == Configuration ==
270
 
4
  Tags: commentluv, comments, last blog post, linkluv, comment luv , commentlove, comment love
5
  Requires at least: 3.0
6
  Tested up to: 3.2.1
7
+ Stable tag: 2.90.9.1
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
 
41
  Romanian [Manuel Cheta](http://obisnuit.eu/ "Romanian Translation")
42
  Norwegian [Hanna](http://www.drommeland.com/ "Norwegian Translation")
43
  French [Jean-Luc Matthys](http://etreheureux.fr/ "French Translation")
44
+ Danish [Jimmy Sigenstroem](http://w3blog.dk/ "Danish Translation")
45
 
46
  == Installation ==
47
 
70
  4. edit post comments
71
 
72
  == ChangeLog ==
73
+ = 2.90.9.1
74
+ * removed : w3 total cache stuff causes fatal errors on activation. removing all w3 stuff completely
75
+
76
  = 2.90.9 =
77
  * added : Danish language
78
  * fixed : minor problems with some checkbox vars
79
  * fixed : issue where an empty link might get added to a comment
80
  * fixed : small bug in settings page that prevented checkbox from being checked for default on if default admin on was unchecked
81
  * fixed : use `home_url()` instead of deprecated `get_bloginfo('home')` in `send_feed()` function
82
+ * fixed : url value check compatible with iPad which adds a capital letter for the first letter of a form field
83
 
84
  = 2.90.8.3 =
85
  * fixed : fixed the error with cl_settings not defined (it was not localizing the script)
243
  * Added permalink as refer variable in ajax calls for better stat collecting since WP started to use paginated comments
244
  * Added Chinese translation by Denis http://zuoshen.com/
245
  * Added Hebrew translation by Maor http://www.maorb.info/
246
+ * Added Russian translation by FatCow
247
  * Updated readme.txt to use new features like changelog
248
  * Check for http:// in url field before firing (to prevent errors for forms that use js hints in form fields)
249
 
266
 
267
  == Upgrade Notice ==
268
 
269
+ = 2.90.9.1 =
270
 
271
+ If you have w3 total cache then please update your commentluv!
272
 
273
  == Configuration ==
274