misc_pterodactyl-panel/resources/lang/en/pagination.php
2016-12-30 17:17:36 -05:00

16 lines
No EOL
445 B
PHP

<?php
return array(
"next" => "Next &raquo;",
"previous" => "&laquo; Previous",
"sidebar" => array(
"account_controls" => "Account Controls",
"account_security" => "Account Security",
"account_settings" => "Account Settings",
"files" => "File Manager",
"manage" => "Manage Server",
"overview" => "Server Overview",
"servers" => "Your Servers",
"server_controls" => "Server Controls",
"subusers" => "Manage Sub-Users",
),
);