mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-19 06:18:22 -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/
13 lines
367 B
PHP
13 lines
367 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "Todas",
|
|
'columns' => "Columnas",
|
|
'hide_show_pagination' => "Ocultar/Mostrar paginación",
|
|
'loading' => "Por favor espere",
|
|
'page_from_to' => "Mostrando desde {0} hasta {1} - En total {2} resultados",
|
|
'refresh' => "Refrescar",
|
|
'rows_per_page' => "{0} resultados por página",
|
|
'toggle' => "Ocultar/Mostrar",
|
|
];
|