Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion lang/en_US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,31 @@ comment_submission_error_email = "Valid email is required."
comment_submission_error_short = "Comment is required and must be at least 3 characters."
comment_submission_error_spam = "SPAM detected!"
pending_comments = "Pending Comments"
level = "Level"
level = "Level"
enable_jstime="Enable Javascript and timestamp anti-spam protection"
jstime_desc="Usually bots dont't use Javascript. Form also checks if submitted between 3 and 600 seconds (preventing bots fast submission)"
comment_email_admin_awaiting="New comment awaiting moderation"
comment_email_admin_new="New comment"
comment_email_subscription_subject = "Subscription confirmation to"
comment_email_new = "New comment on"
comment_email_from = "From"
comment_email_moderate = "Moderate comments"
comment_email_new_subscribed = "New reply on a subscribed thread"
comment_email_new_replied = "Someone replied to your comment on"
comment_email_view_comment = "View comment"
comment_subscribe_confirmation = "Subscription confirmation to"
comment_subscribe_thread = "Thread subscription at"
comment_subscribe_request = "We received a subscription request to a thread at"
comment_subscribe_never_requested = "If you never visited the site or requested to be notified on thread messages, please ignore this email."
comment_subscribe_click = "Click"
comment_subscribe_here = "HERE"
comment_subscribe_confirm_message = "to confirm your subscription and start receiving notification emails on replies on the thread."
comment_subscribe_unsubscribe_message = "You can unsubscribe all notifications from"
comment_subscribe_unsubscribe_anytime = "at any time using this link"
comment_unsubscribe = "unsubscribe"
sysmsg_subscribe_success = "Your will receive now new comment notifications on the subscribed threads."
sysmsg_subscribe_fail = "Something went wrong during subscription verification process."
sysmsg_unsubscribe_success = "You have successfully unsubscribed from notification emails."
sysmsg_unsubscribe_fail = "Something wrong during unsubscription process"
codebtn_copy = "Copy"
codebtn_copied = "Copied!"
67 changes: 67 additions & 0 deletions lang/it_IT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,70 @@ custom_fields = "Campi personalizzati"
views_counter = "Contatore visualizzazioni"
themes = "Temi"
version = "Versione"
comments_management = "Gestione Commenti"
all_comments = "Tutti i commenti"
pending_moderation = "In attesa di moderazione"
comment = "Commento"
post_page = "Articolo/Pagina"
date = "Data"
status = "Stato"
actions = "Azioni"
published = "Pubblicato"
pending = "In attesa"
reply_to_comment = "Rispondi al commento"
notifications_enabled = "Notifiche abilitate"
modified = "Modificato"
publish = "Pubblica"
edit = "Modifica"
delete = "Elimina"
confirm_publish_comment = "Sei sicuro di voler pubblicare questo commento?"
confirm_delete_comment = "Sei sicuro di voler eliminare questo commento? Questo eliminerà anche tutte le risposte a questo commento."
no_comments_found = "Nessun commento trovato"
edit_comment = "Modifica commento"
name = "Nome"
email = "E-mail"
update_comment = "Aggiorna commento"
cancel = "Annulla"
comments_settings = "Impostazioni commento"
general_settings = "Impostazioni generali"
note = "N.B."
enable_comments_in_main_config = "Per abilitare i commenti locali, imposta comment.system = \"local\" in config/config.ini"
comment_moderation = "Moderazione commento"
require_admin_approval = "I commenti devono essere approvati da un amministratore prima di poter essere pubblicati"
comments_moderation_desc = "Quando abilitata, i nuovi commenti resteranno in attesa di moderazione e non saranno visibili fino a che non saranno approvati"
anti_spam_protection = "Protezione Anti-Spam"
enable_honeypot = "Abilita protezione anti-spam vasetto di miele"
honeypot_desc = "Il vasetto di miele è un campo invisibile che solo i bot riescono a compilare, aiutando a prevenire lo spam senza interazione dell'utente"
email_notifications = "Notifiche via E-mail"
enable_notifications = "Abilita le notifiche"
send_email_notifications = "Invia le notifiche via e-mail per i nuovi commenti"
admin_email = "E-mail dell'amministratore"
admin_email_desc = "Indirizzo E-mail dove ricevere le notifiche dei nuovi commenti"
smtp_settings = "Impostazioni SMTP"
enable_smtp = "Abilita SMTP"
enable_smtp_for_emails = "Abilita SMTP per l'invio delle notifiche via e-mail"
smtp_host = "Host SMTP"
smtp_port = "Porta SMTP"
encryption = "Cifratura"
smtp_username = "Nome utente SMTP"
smtp_password = "Password SMTP"
enter_password = "Inserisci password"
from_email = "Dall'E-mail"
from_name = "Dal nome"
save_settings = "Salva le impostazioni"
leave_a_comment = "Lascia un commento"
email_not_published = "la tua e-mail non sarà pubblicata"
comment_formatting_help = "Si può usare il **testo in grassetto** per la formattazione. Vengono preservate le interruzioni di riga."
notify_new_comments = "Notificami i nuovi commenti in questa discussione"
post_reply = "Inserisci risposta"
post_comment = "Inserisci commento"
reply = "Rispondi"
comment_submission_success = "Il tuo commento è stato inserito con successo!"
comment_submission_moderation = "il tuo commento è stato inserito ed è in attesa di moderazione."
comment_submission_error = "Si è verificato un errore nell'inserimento del tuo commento. Riprova."
comment_submission_error_shortname = "Il nome è richiesto e deve essere almeno di 2 caratteri."
comment_submission_error_email = "È richiesta una e-mail valida."
comment_submission_error_short = "Il commento è richiesto e deve essere almeno di 3 caratteri."
comment_submission_error_spam = "SPAM rilevato!"
pending_comments = "Commenti in attesa"
level = "Livello"
7 changes: 7 additions & 0 deletions system/admin/views/comments.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@
<label class="form-check-label"><?php echo i18n('Enable_honeypot');?></label>
</div>
<small class="form-text text-muted"><?php echo i18n('Honeypot_desc');?></small>

<div class="form-check">
<input type="checkbox" class="form-check-input" name="comments.jstime" value="true"
<?php echo comments_config('comments.jstime') === 'true' ? 'checked' : ''; ?>>
<label class="form-check-label"><?php echo i18n('Enable_jstime');?></label>
</div>
<small class="form-text text-muted"><?php echo i18n('Jstime_desc');?></small>
</div>
</div>

Expand Down
Loading