diff --git a/src/application/language/spanish/translations_lang.php b/src/application/language/spanish/translations_lang.php index e60f7705..dc5cb5f6 100644 --- a/src/application/language/spanish/translations_lang.php +++ b/src/application/language/spanish/translations_lang.php @@ -275,8 +275,8 @@ $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'; $lang['reset_working_plan'] = 'Reset the working plan back to the default values.';