From a1ea6bea7bd082a04fa7abd74d25ce090cb7d623 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:17:08 +0300 Subject: [PATCH] New translations button.php (Italian) --- .../base-theme/resources/lang/it/button.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/it/button.php b/addons/default/visiosoft/base-theme/resources/lang/it/button.php index cffe38ff9..ba0f2618a 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/it/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/it/button.php @@ -2,12 +2,12 @@ return [ 'post_ad' => [ - 'name' => 'Post Ad', + 'name' => 'Pubblica annuncio', ], - 'login' => 'Login', - 'register' => 'Register', - 'continue' => 'Continue', - 'reset_password' => 'Reset Password', - 'email' => 'Email', - 'phone' => 'Phone', + 'login' => 'Accesso', + 'register' => 'Registrati', + 'continue' => 'Continua', + 'reset_password' => 'Resetta la password', + 'email' => 'E-mail', + 'phone' => 'Telefono', ]; \ No newline at end of file