10 lines
210 B
PHP
10 lines
210 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« السابق',
|
|
'next' => 'التالي »',
|
|
'showing' => 'عرض :first إلى :last من :total :type',
|
|
|
|
];
|