Skip to content

Commit 9f08ccd

Browse files
committed
refactor: user visible string improvements
Consistency with UpCloud product naming, spelling, capitalization etc.
1 parent a9ff885 commit 9f08ccd

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

modules/servers/upCloudVps/lang/english.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$_LANG["sshRsa"] = "Provide SSH public key in OpenSSH format";
1111
$_LANG["userData"] = "Cloud-init script for early initialization of cloud instances";
1212
$_LANG["Hostname"] = "Hostname";
13-
$_LANG["VMId"] = "VM Id";
13+
$_LANG["VMId"] = "Server ID";
1414
$_LANG["Template"] = "Template";
1515
$_LANG["Plan"] = "Plan";
1616
$_LANG["Status"] = "Status";
@@ -19,11 +19,11 @@
1919
$_LANG["Access"] = "Access";
2020
$_LANG["Family"] = "Family";
2121
$_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";
2727
$_LANG["reversePTR"] = "Reverse PTR";
2828
$_LANG["TotalTraffic"] = "Total Traffic";
2929
$_LANG["used"] = "Used";
@@ -39,7 +39,7 @@
3939
$_LANG['ajax']['action']['not_valid'] = 'Action not valid';
4040
$_LANG['ajax']['action']['success'] = 'Action completed successfully';
4141
$_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';
4343
$_LANG['ajax']['RestartServer'] = 'Reboot signal has been sent successfully';
4444
$_LANG['ajax']['StopServer'] = 'Stop signal has been sent successfully';
4545
$_LANG['ajax']['refreshServer'] = 'Refresh signal has been sent successfully';
@@ -54,8 +54,8 @@
5454
$_LANG["username"] = "Username";
5555
$_LANG["IPAddresses"] = "IP Addresses";
5656
$_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.";
5959

6060

6161
///vnc
@@ -78,25 +78,25 @@
7878
$_LANG['network']['title'] = 'Network Management';
7979
$_LANG['network']['description'] = 'You have the capability to handle your IP addresses, including configuring reverse PTR records for both IPv4 and IPv6 addresses.';
8080
$_LANG['ip']['rdn'] = 'Reverse DNS Name';
81-
$_LANG['ip']['editRdn'] = 'Edit Reverse Dns Name for: ';
81+
$_LANG['ip']['editRdn'] = 'Edit Reverse DNS Name For: ';
8282
$_LANG['ip']['close'] = 'Close';
8383
$_LANG['ip']['save'] = 'Save Changes';
8484

8585

8686
//server
8787
$_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.';
8989
$_LANG['server']['edit'] = 'Edit Server Configuration';
9090
$_LANG['server']['hostname'] = 'Hostname';
9191
$_LANG['server']['display'] = 'Display Adapter';
9292
$_LANG['server']['network'] = 'Network Adapter';
9393
$_LANG['server']['timezone'] = 'Timezone';
9494
$_LANG['server']['boot'] = 'Boot Order';
9595
$_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";
9797

9898

9999
$_LANG["custom"] = "Custom";
100-
$_LANG["custDesc"] = "user Supplied Plans";
100+
$_LANG["custDesc"] = "User Supplied Plans";
101101
$_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

Comments
 (0)