4
4
import tech .henning .fourthreefive .Configuration ;
5
5
6
6
public class English {
7
+
8
+ public static final String [] createAccountText = {
9
+ "To create a new account, all you need" ,
10
+ "to do is " ,
11
+ "and choose the 'create account'" ,
12
+ "button near the top of that page."
13
+ };
14
+
15
+ public static final String [] runejsLoginText = {
16
+
17
+ };
18
+
19
+ public static final String newUser = "New User" ;
20
+ public static final String existingUser = "Existing user" ;
21
+ public static final String cancel = "Cancel" ;
22
+ public static final String login = "Login" ;
23
+ public static final String welcomeTo = "Welcome to " + Configuration .SERVER_DISPLAY_NAME ;
24
+ public static final String createAFreeAccount = "Create a free account" ;
25
+ public static final String enterYourUsernameAndPassword = "Enter your username & password." ;
26
+
27
+
7
28
public static String suffixFromYourIgnoreListFirst = " from your ignore list first" ;
8
29
public static String suffixHasLoggedIn = " has logged in." ;
9
30
public static String suffixHasLoggedOut = " has logged out." ;
@@ -14,24 +35,20 @@ public class English {
14
35
public static String addIgnore = "Add ignore" ;
15
36
public static String asItWasUsedToBreakOurRules = "as it was used to break our rules." ;
16
37
public static String attack = "Attack" ;
17
- public static String suffixButtonNearTheTopOfThatPage = "button near the top of that page." ;
18
38
public static String cabbage = "Cabbage" ;
19
39
public static String checkingForUpdates = "Checking for updates - " ;
20
40
public static String clickToContinue = "Click to continue" ;
21
41
public static String connectingToFriendserver = "Connecting to friendserver" ;
22
42
public static String connectingToServer = "Connecting to server..." ;
23
- public static String createAFreeAccount = "Create a free account" ;
24
43
public static String prefixEnterMessageToSendTo = "Enter message to send to " ;
25
44
public static String enterNameOfFriendToDeleteFromList = "Enter name of friend to delete from list" ;
26
45
public static String enterNameOfPlayerToAddToList = "Enter name of player to add to list" ;
27
46
public static String enterNameOfPlayerToDeleteFromList = "Enter name of player to delete from list" ;
28
47
public static String enterName = "Enter name:" ;
29
48
public static String enterObjectName = "Enter object name" ;
30
- public static String enterYourUsernameAndPassword = "Enter your username & password." ;
31
49
public static String errorConnectingToServer = "Error connecting to server." ;
32
50
public static String errorLoadingYourProfile = "Error loading your profile." ;
33
51
public static String examine = "Examine" ;
34
- public static String existingUser = "Existing user" ;
35
52
public static String effectFlash3 = "flash3:" ;
36
53
public static String friends = "Friends" ;
37
54
public static String from = "From" ;
@@ -86,7 +103,6 @@ public class English {
86
103
public static String take = "Take" ;
87
104
public static String thisComputersAddressHasBeenBlocked = "This computers address has been blocked" ;
88
105
public static String theWorldIsFull = "This world is full." ;
89
- public static String toCreateANewAccountYouNeedTo = "To create a new account you need to" ;
90
106
public static String toPlayOnThisWorldMoveToFreeArea = "To play on this world move to a free area first" ;
91
107
public static String to = "To" ;
92
108
public static String trade = "Trade" ;
@@ -107,7 +123,6 @@ public class English {
107
123
public static String loginLimitExceeded = "Login limit exceeded." ;
108
124
public static String pleaseWaitAttemptingToReestablish = "Please wait - attempting to reestablish" ;
109
125
public static String connectionTimedOut = "Connection timed out." ;
110
- public static String newUser = "New User" ;
111
126
public static String pleaseTryUsingDifferentWorld = "Please try using a different world." ;
112
127
public static String invalidUsernameOrPassword = "Invalid username or password." ;
113
128
public static String pleaseCheckYourMessageCenterForDetails = "Please check your message-centre for details." ;
@@ -117,14 +132,12 @@ public class English {
117
132
public static String couldNotCompleteLogin = "Could not complete login." ;
118
133
public static String membersObject = "Members object" ;
119
134
public static String badSessionId = "Bad session id." ;
120
- public static String login = "Login" ;
121
135
public static String pleaseSubscribeOrUseDifferentWorld = "Please subscribe, or use a different world." ;
122
136
public static String youNeedMembersAccountToLoginToThisWorld = "You need a members account to login to this world." ;
123
137
public static String serviceUnavailable = "Service unavailable." ;
124
138
public static String malformedLoginPacket = "Malformed login packet." ;
125
139
public static String pleaseTryAgain = "Please try again." ;
126
140
public static String pleaseWait1MinuteAndTryAgain = "Please wait 1 minute and try again." ;
127
- public static String welcomeToRunescape = "Welcome to " + Configuration .SERVER_DISPLAY_NAME ;
128
141
public static String use = "Use" ;
129
142
public static String accountLockedAsWeSuspectItHasBeenStolen = "Account locked as we suspect it has been stolen." ;
130
143
public static String loadedWordpack = "Loaded wordpack" ;
@@ -170,12 +183,9 @@ public class English {
170
183
public static String publicChat = "Public chat" ;
171
184
public static String connectingToUpdateServer = "Connecting to update server" ;
172
185
public static String addFriend = "Add friend" ;
173
- public static String andChooseTheCreateAccount = "and choose the 'create account'" ;
174
- public static String goBackToTheMainRunescapeWebPage = "go back to the main " + Configuration .SERVER_DISPLAY_NAME + " webpage" ;
175
186
public static String sContinue = "Continue" ;
176
187
public static String ok = "Ok" ;
177
188
public static String commandFpson = "::fpson" ;
178
- public static String cancel = "Cancel" ;
179
189
public static String select = "Select" ;
180
190
public static String pleaseWait = "Please wait..." ;
181
191
}
0 commit comments