mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 07:26:18 -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',
|
|
];
|