Files
opensourcepos/application/language/es/datepicker_lang.php
2016-04-06 20:26:21 +01:00

22 lines
901 B
PHP

<?php
$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";