akaunting/resources/lang/ar-SA/pagination.php

10 lines
210 B
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
'previous' => '&laquo; السابق',
'next' => 'التالي &raquo;',
2018-08-29 16:47:58 +03:00
'showing' => 'عرض :first إلى :last من :total :type',
2017-12-13 14:54:52 +03:00
];