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

10 lines
238 B
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
2020-02-17 15:10:32 +03:00
'previous' => 'السابق',
'next' => 'التالي',
'showing' => 'السجلات:first-:last of :total .',
'page' => 'لكل صفحة.',
2017-12-13 14:54:52 +03:00
];