11 lines
226 B
PHP
11 lines
226 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'previous' => 'Geri',
|
||
'next' => 'İləri',
|
||
'showing' => ':total qeyddən :first-:last arası.',
|
||
'page' => 'səhifə başına.',
|
||
|
||
];
|