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