akaunting/resources/lang/he-IL/pagination.php

10 lines
245 B
PHP
Raw Normal View History

2018-04-29 01:04:19 +03:00
<?php
return [
'previous' => '&laquo; הקודם',
'next' => 'הבא &raquo;',
'showing' => 'מציג :first ל- :last של :total :type',
2022-06-04 00:26:44 +00:00
'page' => 'לעמוד',
2018-04-29 01:04:19 +03:00
];