mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 03:39:06 -04:00
13 lines
457 B
PHP
13 lines
457 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => 'הכול',
|
|
'columns' => 'עמודות',
|
|
'hide_show_pagination' => 'הסתר / הצג מספור דפים',
|
|
'loading' => 'טוען, אנא המתן ...',
|
|
'page_from_to' => 'מציג {0} ל {1} מתוך {2} שורות',
|
|
'refresh' => 'רענן',
|
|
'rows_per_page' => '{0} שורות לדף',
|
|
'toggle' => 'החלף',
|
|
];
|