Files
ProxyPanel/resources/lang/fa/pagination.php
2024-06-27 22:18:27 +08:00

9 lines
117 B
PHP

<?php
declare(strict_types=1);
return [
'next' => 'بعدی &raquo;',
'previous' => '&laquo; قبلی',
];