|
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"] = "Server ID"; |
| 13 | +$_LANG["VMId"] = "VPS 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"] = "Server Information"; |
| 22 | +$_LANG["VmInfo"] = "VPS Information"; |
23 | 23 | $_LANG["vncEnabled"] = "VNC Enabled"; |
24 | 24 | $_LANG["vncPassword"] = "VNC Password"; |
25 | 25 | $_LANG["vncPort"] = "VNC Port"; |
|
54 | 54 | $_LANG["username"] = "Username"; |
55 | 55 | $_LANG["IPAddresses"] = "IP Addresses"; |
56 | 56 | $_LANG["Action"] = "Action"; |
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."; |
| 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."; |
59 | 59 |
|
60 | 60 |
|
61 | 61 | ///vnc |
|
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 server.'; |
| 88 | +$_LANG['server']['description'] = 'Your VPS configuration can be updated here. By adjusting the default configuration, you\'re making changes that could potentially disrupt the typical behavior of your VPS.'; |
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'] = "VPS Configuration has been saved successfully"; |
97 | 97 |
|
98 | 98 |
|
99 | 99 | $_LANG["custom"] = "Custom"; |
100 | 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 VPS bandwidth usage over time can be viewed here.'; |
0 commit comments