misc_pterodactyl-panel/resources/lang/en/pagination.php

16 lines
445 B
PHP
Raw Normal View History

<?php
2016-12-30 22:17:36 +00:00
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",
),
);