From c5cc7d05b6f7cbc701bea4a3e0cfa25a971f7aef Mon Sep 17 00:00:00 2001 From: KibGim Date: Mon, 19 Oct 2020 18:05:54 +0200 Subject: [PATCH] Update translations_lang.php - italian Translation of the latest rows from English to Italian. --- .../language/italian/translations_lang.php | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/application/language/italian/translations_lang.php b/application/language/italian/translations_lang.php index 86c19e82..e31def16 100755 --- a/application/language/italian/translations_lang.php +++ b/application/language/italian/translations_lang.php @@ -305,17 +305,17 @@ $lang['new_custom_availability_period_title'] = 'Nuova giornata lavorativa'; $lang['custom_availability_period_saved'] = 'Giornata lavorativa salvata con successo.'; $lang['add_custom_availability_periods_during_each_day'] = 'Aggiungi giornate lavorative al di fuori del piano di lavoro.'; $lang['add_custom_availability_period'] = 'Aggiungi giornata lavorativa'; -$lang['require_phone_number'] = 'Require phone number'; -$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment'; -$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.'; -$lang['api_token_hint'] = 'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.'; -$lang['timezone'] = 'Timezone'; -$lang['overwrite_existing_working_plans'] = 'This will overwrite the existing provider working plans, are you sure that you want to continue?'; -$lang['working_plans_got_updated'] = 'All the working plans got updated.'; -$lang['apply_to_all_providers'] = 'Apply To All Providers'; -$lang['display_any_provider'] = 'Display Any Provider Option'; -$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.'; -$lang['load_more'] = 'Load More'; -$lang['list'] = 'List'; +$lang['require_phone_number'] = 'Richiedi il numero di telefono'; +$lang['require_phone_number_hint'] = 'Quando è abilitato, i clienti e gli utenti dovranno inserire il numero di telefono del cliente al momento della prenotazione di un appuntamento'; +$lang['check_spam_folder'] = 'Se l\'e-mail non arriva entro pochi minuti per favore controlla la cartella spam.'; +$lang['api_token_hint'] = 'Impostare un token segreto per abilitare l\'autenticazione basata su token dell\'API Easy!Appointments.'; +$lang['timezone'] = 'Fuso orario'; +$lang['overwrite_existing_working_plans'] = 'Questo sovrascriverà i piani di lavoro del fornitore esistente, siete sicuri di voler continuare?'; +$lang['working_plans_got_updated'] = 'Tutti i piani di lavoro sono stati aggiornati.'; +$lang['apply_to_all_providers'] = 'Applicare a tutti i fornitori'; +$lang['display_any_provider'] = 'Visualizzare qualsiasi opzione del fornitore'; +$lang['display_any_provider_hint'] = 'La pagina di prenotazione otterrà un\'opzione aggiuntiva che permette ai clienti di prenotare senza specificare un fornitore.'; +$lang['load_more'] = 'Carica di più'; +$lang['list'] = 'Elenco'; $lang['default'] = 'Default'; -$lang['table'] = 'Table'; +$lang['table'] = 'Tabella';