1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-28 04:42:29 +01:00
Pterodactyl-Panel/resources/lang/en/pagination.php

16 lines
445 B
PHP
Raw Normal View History

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