mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-18 22:07:25 -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/hu/
13 lines
356 B
PHP
13 lines
356 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "Mind",
|
|
'columns' => "Oszlopok",
|
|
'hide_show_pagination' => "Lapozó elrejtése/megjelenítése",
|
|
'loading' => "Betöltés, kérem várjon",
|
|
'page_from_to' => "Megjelenítve {0} {1} / {2} összesen",
|
|
'refresh' => "Frissítés",
|
|
'rows_per_page' => "{0} rekord per oldal",
|
|
'toggle' => "Váltás",
|
|
];
|