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