From cd7e727f8c5d7c8d8b3d4990dd81a27eeb5c3bbd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 10 Sep 2017 16:43:05 +0100 Subject: [PATCH] Modified IT comment translations as per recent changes --- resources/lang/it/entities.php | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/resources/lang/it/entities.php b/resources/lang/it/entities.php index f39931419..0389dd54f 100755 --- a/resources/lang/it/entities.php +++ b/resources/lang/it/entities.php @@ -242,21 +242,10 @@ return [ */ 'comment' => 'Commento', 'comments' => 'Commenti', - 'comment_placeholder' => 'Enter your comments here, markdown supported...', - 'no_comments' => 'Nessun Commento', - 'x_comments' => ':numComments Commenti', - 'one_comment' => '1 Commento', - 'comments_loading' => 'Caricamento...', + 'comment_count' => '1 Commento|:count Commenti', 'comment_save' => 'Salva Commento', - 'comment_reply' => 'Rispondi', - 'comment_edit' => 'Modifica', - 'comment_delete' => 'Elimina', - 'comment_cancel' => 'Annulla', - 'comment_created' => 'Commento aggiunto', - 'comment_updated' => 'Commento aggiornato', - 'comment_deleted' => 'Commento eliminato', - 'comment_updated_text' => 'Aggiornato :updateDiff da', - 'comment_delete_confirm' => 'Questo rimuoverà il contenuto del commento. Sei sicuro di voler eliminare questo commento?', - 'comment_create' => 'Creato' - + 'comment_deleted_success' => 'Commento eliminato', + 'comment_created_success' => 'Commento aggiunto', + 'comment_updated_success' => 'Commento aggiornato', + 'comment_delete_confirm' => 'Questo rimuoverà il contenuto del commento?', ]; \ No newline at end of file