mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-10 16:57:34 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/es_MX/
13 lines
356 B
PHP
13 lines
356 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "Todos",
|
|
'columns' => "Columnas",
|
|
'hide_show_pagination' => "Ocultar/Mostrar paginación",
|
|
'loading' => "Cargando, por favor espere",
|
|
'page_from_to' => "Mostrando de {0} a {1} de {2} registros",
|
|
'refresh' => "Actualizar",
|
|
'rows_per_page' => "{0} registros por página",
|
|
'toggle' => "Establecer",
|
|
];
|