mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-04 11:39:06 +00:00
9 lines
124 B
PHP
9 lines
124 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => 'Trang trước »',
|
|
'previous' => '« Trang sau',
|
|
];
|