]> BookStack Code Mirror - bookstack/commitdiff
Modified IT comment translations as per recent changes
authorDan Brown <redacted>
Sun, 10 Sep 2017 15:43:05 +0000 (16:43 +0100)
committerDan Brown <redacted>
Sun, 10 Sep 2017 15:43:05 +0000 (16:43 +0100)
resources/lang/it/entities.php

index f39931419f730b924fd7bf0ef90c18e9919600c7..0389dd54f8dd895c716393fce496931f3169824a 100755 (executable)
@@ -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