From 2466eb4ddee2b1a45ee0277959a0ea729d57ff7b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:05:13 +0100 Subject: [PATCH] New translations setup.php (Italian) --- resources/lang/it-IT/setup.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resources/lang/it-IT/setup.php diff --git a/resources/lang/it-IT/setup.php b/resources/lang/it-IT/setup.php new file mode 100644 index 00000000..21461389 --- /dev/null +++ b/resources/lang/it-IT/setup.php @@ -0,0 +1,23 @@ + 'Installazione', + 'title' => 'Installa Cachet', + 'service_details' => 'Dettagli del Servizio', + 'env_setup' => 'Configurazione dell\'Ambiente', + 'status_page_setup' => 'Installazione della Pagina di Stato', + 'show_support' => 'Mostrare supporto per Cachet?', + 'admin_account' => 'Account Amministratore', + 'complete_setup' => 'Installazione Completata', + 'completed' => 'Cachet รจ stato configurato con successo!', + 'finish_setup' => 'Vai alla bacheca', +]; \ No newline at end of file