10 lines
193 B
PHP
10 lines
193 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Previous',
|
|
'next' => 'Next »',
|
|
'showing' => 'Showing :first to :last of :total :type',
|
|
|
|
];
|