mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
414 B
PHP
12 lines
414 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'הכול',
|
|
'tables_columns' => 'עמודות',
|
|
'tables_hide_show_pagination' => 'הסתר / הצג מספור דפים',
|
|
'tables_loading' => 'טוען, אנא המתן ...',
|
|
'tables_page_from_to' => 'מציג {0} ל {1} מתוך {2} שורות',
|
|
'tables_refresh' => 'רענן',
|
|
'tables_rows_per_page' => '{0} שורות לדף',
|
|
'tables_toggle' => 'החלף',
|
|
];
|