mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
9 lines
117 B
PHP
9 lines
117 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => 'بعدی »',
|
|
'previous' => '« قبلی',
|
|
];
|