mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
67 lines
2.9 KiB
PHP
67 lines
2.9 KiB
PHP
<?php
|
||
|
||
$lang["datepicker_days_sunday"] = "Domingo";
|
||
$lang["datepicker_days_monday"] = "Lunes";
|
||
$lang["datepicker_days_tueday"] = "Martes";
|
||
$lang["datepicker_days_wednesday"] = "Mi<EFBFBD>rcoles";
|
||
$lang["datepicker_days_thursday"] = "Jueves";
|
||
$lang["datepicker_days_friday"] = "Viernes";
|
||
$lang["datepicker_days_saturday"] = "S<EFBFBD>bado";
|
||
$lang["datepicker_daysshort_sunday"] = "Dom";
|
||
$lang["datepicker_daysshort_monday"] = "Lun";
|
||
$lang["datepicker_daysshort_tueday"] = "Mar";
|
||
$lang["datepicker_daysshort_wednesday"] = "Mi<EFBFBD>";
|
||
$lang["datepicker_daysshort_thursday"] = "Jue";
|
||
$lang["datepicker_daysshort_friday"] = "Vie";
|
||
$lang["datepicker_daysshort_saturday"] = "S<EFBFBD>b";
|
||
$lang["datepicker_daysmin_sunday"] = "Do";
|
||
$lang["datepicker_daysmin_monday"] = "Lu";
|
||
$lang["datepicker_daysmin_tueday"] = "Ma";
|
||
$lang["datepicker_daysmin_wednesday"] = "Mi";
|
||
$lang["datepicker_daysmin_thursday"] = "Ju";
|
||
$lang["datepicker_daysmin_friday"] = "Vi";
|
||
$lang["datepicker_daysmin_saturday"] = "Sa";
|
||
$lang["datepicker_months_january"] = "Enero";
|
||
$lang["datepicker_months_february"] = "Febrero";
|
||
$lang["datepicker_months_march"] = "Marzo";
|
||
$lang["datepicker_months_april"] = "Abril";
|
||
$lang["datepicker_months_may"] = "Mayo";
|
||
$lang["datepicker_months_june"] = "Junio";
|
||
$lang["datepicker_months_july"] = "Julio";
|
||
$lang["datepicker_months_august"] = "Agosto";
|
||
$lang["datepicker_months_september"] = "Septiembre";
|
||
$lang["datepicker_months_october"] = "Octubre";
|
||
$lang["datepicker_months_november"] = "Noviembre";
|
||
$lang["datepicker_months_december"] = "Diciembre";
|
||
$lang["datepicker_monthsshort_january"] = "Ene";
|
||
$lang["datepicker_monthsshort_february"] = "Feb";
|
||
$lang["datepicker_monthsshort_march"] = "Mar";
|
||
$lang["datepicker_monthsshort_april"] = "Abr";
|
||
$lang["datepicker_monthsshort_may"] = "May";
|
||
$lang["datepicker_monthsshort_june"] = "Jun";
|
||
$lang["datepicker_monthsshort_july"] = "Jul";
|
||
$lang["datepicker_monthsshort_august"] = "Ago";
|
||
$lang["datepicker_monthsshort_september"] = "Sep";
|
||
$lang["datepicker_monthsshort_october"] = "Oct";
|
||
$lang["datepicker_monthsshort_november"] = "Nov";
|
||
$lang["datepicker_monthsshort_december"] = "Dic";
|
||
$lang["datepicker_today"] = "Hoy";
|
||
$lang["datepicker_weekstart"] = "0";
|
||
$lang["datepicker_all_time"] = "Todos";
|
||
$lang["datepicker_last_7"] = "Últimos 7 Días";
|
||
$lang["datepicker_last_30"] = "Últimos 30 Días";
|
||
$lang["datepicker_last_month"] = "Último Mes";
|
||
$lang["datepicker_last_year"] = "Último Año";
|
||
$lang["datepicker_this_month"] = "Este Mes";
|
||
$lang["datepicker_this_month_last_year"] = "This Month Last Year";
|
||
$lang["datepicker_this_month_to_today"] = "This Month To Today";
|
||
$lang["datepicker_this_month_to_today_last_year"] = "This Month To Today Last Year";
|
||
$lang["datepicker_this_year"] = "Este Año";
|
||
$lang["datepicker_today_last_year"] = "Today Last Year";
|
||
$lang["datepicker_yesterday"] = "Ayer";
|
||
$lang["datepicker_apply"] = "Apply";
|
||
$lang["datepicker_cancel"] = "Cancel";
|
||
$lang["datepicker_from"] = "From";
|
||
$lang["datepicker_to"] = "To";
|
||
$lang["datepicker_custom"] = "Custom";
|