mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-07 15:23:50 -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/en/
10 lines
378 B
PHP
10 lines
378 B
PHP
<?php
|
|
$lang["tables_all"] = "all";
|
|
$lang["tables_columns"] = "Columns";
|
|
$lang["tables_hide_show_pagination"] = "Hide/Show pagination";
|
|
$lang["tables_loading"] = "Loading, please wait...";
|
|
$lang["tables_page_from_to"] = "Showing {0} to {1} of {2} rows";
|
|
$lang["tables_refresh"] = "Refresh";
|
|
$lang["tables_rows_per_page"] = "{0} rows per page";
|
|
$lang["tables_toggle"] = "Toggle";
|