From 1001255aa5ec7ce93a9136d54a546b9bc1f1e714 Mon Sep 17 00:00:00 2001 From: Waldy Almonte Date: Wed, 13 Sep 2017 11:14:18 -0400 Subject: [PATCH] Updated new language keys Updated the untranslated text. --- src/application/language/spanish/translations_lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/application/language/spanish/translations_lang.php b/src/application/language/spanish/translations_lang.php index a2565115..699609ef 100644 --- a/src/application/language/spanish/translations_lang.php +++ b/src/application/language/spanish/translations_lang.php @@ -275,7 +275,7 @@ $lang['customer_notifications_hint'] = 'Define si su cliente recibirá not $lang['date_format'] = 'Formato de Fecha'; $lang['date_format_hint'] = 'Cambia el formato de fecha para mostrar (D - Día, M - Mes, Y - Año).'; $lang['google_analytics_code_hint'] = 'Agrega tu ID de Google Analytics para ser incluido en la página de reservas.'; -$lang['availabilities_type'] = 'Availabilities Type'; +$lang['availabilities_type'] = 'Tipos de Disponibilidades'; $lang['flexible'] = 'Flexible'; -$lang['fixed'] = 'Fixed'; -$lang['attendants_number'] = 'Attendants Number'; +$lang['fixed'] = 'Fija'; +$lang['attendants_number'] = 'Número de Asistentes';