|
10 | 10 | $_LANG["sshRsa"] = "Provide SSH public key in OpenSSH format"; |
11 | 11 | $_LANG["userData"] = "Cloud-init script for early initialization of cloud instances"; |
12 | 12 | $_LANG["Hostname"] = "Hostname"; |
13 | | -$_LANG["VMId"] = "VM Id"; |
| 13 | +$_LANG["VMId"] = "Server ID"; |
14 | 14 | $_LANG["Template"] = "Template"; |
15 | 15 | $_LANG["Plan"] = "Plan"; |
16 | 16 | $_LANG["Status"] = "Status"; |
|
19 | 19 | $_LANG["Access"] = "Access"; |
20 | 20 | $_LANG["Family"] = "Family"; |
21 | 21 | $_LANG["Interface"] = "Interface"; |
22 | | -$_LANG["VmInfo"] = "VM Informations"; |
23 | | -$_LANG["vncEnabled"] = "vnc Enabled"; |
24 | | -$_LANG["vncPassword"] = "vnc Password"; |
25 | | -$_LANG["vncPort"] = "vnc Port"; |
26 | | -$_LANG["vncHost"] = "vnc Host"; |
| 22 | +$_LANG["VmInfo"] = "Server Information"; |
| 23 | +$_LANG["vncEnabled"] = "VNC Enabled"; |
| 24 | +$_LANG["vncPassword"] = "VNC Password"; |
| 25 | +$_LANG["vncPort"] = "VNC Port"; |
| 26 | +$_LANG["vncHost"] = "VNC Host"; |
27 | 27 | $_LANG["reversePTR"] = "Reverse PTR"; |
28 | 28 | $_LANG["TotalTraffic"] = "Total Traffic"; |
29 | 29 | $_LANG["used"] = "Used"; |
|
39 | 39 | $_LANG['ajax']['action']['not_valid'] = 'Action not valid'; |
40 | 40 | $_LANG['ajax']['action']['success'] = 'Action completed successfully'; |
41 | 41 | $_LANG['ajax']['unknown'] = 'Unknown error'; |
42 | | -$_LANG['ajax']['StartServer'] = 'The container has been booted successfully'; |
| 42 | +$_LANG['ajax']['StartServer'] = 'The server has been started successfully'; |
43 | 43 | $_LANG['ajax']['RestartServer'] = 'Reboot signal has been sent successfully'; |
44 | 44 | $_LANG['ajax']['StopServer'] = 'Stop signal has been sent successfully'; |
45 | 45 | $_LANG['ajax']['refreshServer'] = 'Refresh signal has been sent successfully'; |
|
54 | 54 | $_LANG["username"] = "Username"; |
55 | 55 | $_LANG["IPAddresses"] = "IP Addresses"; |
56 | 56 | $_LANG["Action"] = "Action"; |
57 | | -$_LANG["basicdetails"] = "VPS Basic Required Information"; |
58 | | -$_LANG["basicdescription"] = "Here are the essential day-to-day details you should keep readily accessible for connecting to your VPS whenever the need arises."; |
| 57 | +$_LANG["basicdetails"] = "Server Basic Required Information"; |
| 58 | +$_LANG["basicdescription"] = "Here are the essential day-to-day details you should keep readily accessible for connecting to your server whenever the need arises."; |
59 | 59 |
|
60 | 60 |
|
61 | 61 | ///vnc |
|
78 | 78 | $_LANG['network']['title'] = 'Network Management'; |
79 | 79 | $_LANG['network']['description'] = 'You have the capability to handle your IP addresses, including configuring reverse PTR records for both IPv4 and IPv6 addresses.'; |
80 | 80 | $_LANG['ip']['rdn'] = 'Reverse DNS Name'; |
81 | | -$_LANG['ip']['editRdn'] = 'Edit Reverse Dns Name for: '; |
| 81 | +$_LANG['ip']['editRdn'] = 'Edit Reverse DNS Name For: '; |
82 | 82 | $_LANG['ip']['close'] = 'Close'; |
83 | 83 | $_LANG['ip']['save'] = 'Save Changes'; |
84 | 84 |
|
85 | 85 |
|
86 | 86 | //server |
87 | 87 | $_LANG['server']['title'] = 'Server Configuration'; |
88 | | -$_LANG['server']['description'] = 'Your Server configuration can be updated here. By adjusting default configurations, you\'re making changes that could potentially disrupt the typical behavior of your VPS.'; |
| 88 | +$_LANG['server']['description'] = 'Your server configuration can be updated here. By adjusting default configurations, you\'re making changes that could potentially disrupt the typical behavior of your server.'; |
89 | 89 | $_LANG['server']['edit'] = 'Edit Server Configuration'; |
90 | 90 | $_LANG['server']['hostname'] = 'Hostname'; |
91 | 91 | $_LANG['server']['display'] = 'Display Adapter'; |
92 | 92 | $_LANG['server']['network'] = 'Network Adapter'; |
93 | 93 | $_LANG['server']['timezone'] = 'Timezone'; |
94 | 94 | $_LANG['server']['boot'] = 'Boot Order'; |
95 | 95 | $_LANG['server']['save'] = 'Save Configuration'; |
96 | | -$_LANG['ajax']['saveServerConfiguration'] = "Server Configuration has been saved successfully"; |
| 96 | +$_LANG['ajax']['saveServerConfiguration'] = "Server configuration has been saved successfully"; |
97 | 97 |
|
98 | 98 |
|
99 | 99 | $_LANG["custom"] = "Custom"; |
100 | | -$_LANG["custDesc"] = "user Supplied Plans"; |
| 100 | +$_LANG["custDesc"] = "User Supplied Plans"; |
101 | 101 | $_LANG['bandwidth']['title'] = 'Bandwidth Graphs'; |
102 | | -$_LANG['bandwidth']['description'] = 'Your Server usage over time can be viewed here.'; |
| 102 | +$_LANG['bandwidth']['description'] = 'Your server usage over time can be viewed here.'; |
0 commit comments