diff --git a/app/Resources/translations/messages.it.xlf b/app/Resources/translations/messages.it.xlf index a13f84e61..28ade9fdc 100644 --- a/app/Resources/translations/messages.it.xlf +++ b/app/Resources/translations/messages.it.xlf @@ -19,6 +19,43 @@ Licenza MIT + + http_error.name + Errore %status_code% + + + http_error.description + Un errore sconosciuto (HTTP %status_code%) ha impedito di completare la richiesta. + + + http_error.suggestion + tornare alla homepage.]]> + + + http_error_403.description + Non si dispone dei permessi per accedere a questa risorsa. + + + http_error_403.suggestion + Chiedere a un amministratore di fornire un accesso a questa risorsa. + + + http_error_404.description + La pagina richiesta non è stata trovata. + + + http_error_404.suggestion + tornare alla homepage.]]> + + + http_error_500.description + Si è verificato un errore interno del server. + + + http_error_500.suggestion + tornare alla homepage.]]> + + title.homepage Symfony Demo]]> @@ -35,6 +72,10 @@ title.twig_template_code Codice del template Twig + + title.login_help + Provare uno dei seguenti utenti + title.login Accesso sicuro @@ -80,6 +121,22 @@ action.delete_post Elimina post + + delete_post_modal.title + Sicuro di voler eliminare questo post? + + + delete_post_modal.body + Non si può annullare questa azione. + + + label.delete_post + Elimina post + + + label.cancel + Annulla + action.create_post Crea un nuovo post @@ -88,6 +145,10 @@ label.create_post Crea post + + label.save_and_create_new + Salva e crea nuovo + action.back_to_list Ritorna alla lista dei post @@ -145,6 +206,10 @@ label.published_at Data pubblicazione + + label.tags + Tag + label.actions Azioni @@ -158,6 +223,14 @@ Modifica contenuti + + menu.toggle_nav + Navigazione + + + menu.choose_language + Lingua + menu.post_list Lista post @@ -178,6 +251,10 @@ menu.logout Esci + + menu.rss + RSS del blog + post.to_publish_a_comment @@ -195,6 +272,31 @@ post.no_comments Commenta per primo. + + post.no_posts_found + Nessun post trovato. + + + post.created_successfully + Post creato! + + + post.updated_successfully + Post aggiornato! + + + post.deleted_successfully + Post eliminato! + + + + notification.comment_created + Il post ha ricevuto un commento! + + + notification.comment_created.description + collegamento]]> + help.app_description @@ -236,6 +338,15 @@ help.more_information documentazione di Symfony.]]> + + + rss.title + Symfony Demo blog + + + rss.description + Post più recenti pubblicati su Symfony Demo blog +