mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-19 22:10:44 -04:00
Translated using Weblate (Spanish (Mexico))
Currently translated at 100.0% (20 of 20 strings) Translation: ospos/datepicker Translate-URL: http://weblate.jpeelaer.net/projects/ospos/datepicker/es_MX/
This commit is contained in:
@@ -1,22 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang["datepicker_all_time"] = "";
|
||||
$lang["datepicker_apply"] = "";
|
||||
$lang["datepicker_cancel"] = "";
|
||||
$lang["datepicker_custom"] = "";
|
||||
$lang["datepicker_from"] = "";
|
||||
$lang["datepicker_last_30"] = "";
|
||||
$lang["datepicker_last_7"] = "";
|
||||
$lang["datepicker_last_financial_year"] = "";
|
||||
$lang["datepicker_last_month"] = "";
|
||||
$lang["datepicker_last_year"] = "";
|
||||
$lang["datepicker_same_month_last_year"] = "";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "";
|
||||
$lang["datepicker_this_financial_year"] = "";
|
||||
$lang["datepicker_this_month"] = "";
|
||||
$lang["datepicker_this_year"] = "";
|
||||
$lang["datepicker_to"] = "";
|
||||
$lang["datepicker_today"] = "";
|
||||
$lang["datepicker_today_last_year"] = "";
|
||||
$lang["datepicker_weekstart"] = "";
|
||||
$lang["datepicker_yesterday"] = "";
|
||||
<?php
|
||||
$lang["datepicker_all_time"] = "Todo";
|
||||
$lang["datepicker_apply"] = "Aplicar";
|
||||
$lang["datepicker_cancel"] = "Cancelar";
|
||||
$lang["datepicker_custom"] = "Personalizar";
|
||||
$lang["datepicker_from"] = "Desde";
|
||||
$lang["datepicker_last_30"] = "Últimos 30 días";
|
||||
$lang["datepicker_last_7"] = "Últimos 7 días";
|
||||
$lang["datepicker_last_financial_year"] = "Último año fiscal";
|
||||
$lang["datepicker_last_month"] = "Mes pasado";
|
||||
$lang["datepicker_last_year"] = "Año pasado";
|
||||
$lang["datepicker_same_month_last_year"] = "Mismo mes del año pasado";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "Mismo mes al mismo día del año pasado";
|
||||
$lang["datepicker_this_financial_year"] = "Año fiscal actual";
|
||||
$lang["datepicker_this_month"] = "Mes actual";
|
||||
$lang["datepicker_this_year"] = "Año actual";
|
||||
$lang["datepicker_to"] = "Hasta";
|
||||
$lang["datepicker_today"] = "Hoy";
|
||||
$lang["datepicker_today_last_year"] = "Hoy, del año pasado";
|
||||
$lang["datepicker_weekstart"] = "0";
|
||||
$lang["datepicker_yesterday"] = "Ayer";
|
||||
|
||||
Reference in New Issue
Block a user