mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
401 B
PHP
12 lines
401 B
PHP
<?php
|
|
return [
|
|
"tables_all" => "Mind",
|
|
"tables_columns" => "Oszlopok",
|
|
"tables_hide_show_pagination" => "Lapozó elrejtése/megjelenítése",
|
|
"tables_loading" => "Betöltés, kérem várjon...",
|
|
"tables_page_from_to" => "Megjelenítve {0} {1} / {2} összesen",
|
|
"tables_refresh" => "Frissítés",
|
|
"tables_rows_per_page" => "{0} rekord per oldal",
|
|
"tables_toggle" => "Váltás",
|
|
];
|