forked from worthingtonse/CloudCoinCore4
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStringHolder.cs
More file actions
297 lines (265 loc) · 16.2 KB
/
StringHolder.cs
File metadata and controls
297 lines (265 loc) · 16.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
//using Newtonsoft.Json;
//using Newtonsoft.Json.Linq;
using System.IO;
namespace Foundation
{
public static class StringHolder
{
public static string program_command_1 = "echo raida";
public static string program_command_2 = "show coins";
public static string program_command_3 = "import";
public static string program_command_4 = "export";
public static string program_command_5 = "fix fracked";
public static string program_command_6 = "show folders";
public static string program_command_7 = "export for sales";
public static string program_command_8 = "quit";
public static string program_run_1 = "Commands Available:";
public static string program_run_2 = "Command failed. Try again.";
public static string program_start_1 = "║ CloudCoin Foundation 2 v.4.04.17 ║";
public static string program_start_2 = "║ Used to Authenticate, Store and Payout CloudCoins ║";
public static string program_start_3 = "║ This Software is provided as is with all faults, defects ║";
public static string program_start_4 = "║ and errors, and without warranty of any kind. ║";
public static string program_start_5 = "║ Free from the CloudCoin Consortium. ║";
public static string program_start_6 = "Checking RAIDA...";
public static string program_echo_1 = "RAIDA Health: ";
public static string program_echo_2 = " out of 25";
public static string program_echo_3 = "Not enough RAIDA servers can be contacted to import new coins.";
public static string program_echo_4 = "Is your device connected to the Internet?";
public static string program_echo_5 = "Is a router blocking your connection?";
public static string program_echo_6 = "The RAIDA is ready for counterfeit detection.";
public static string raida0 = "Australia";
public static string raida1 = "Macedonia";
public static string raida2 = "Philippines";
public static string raida3 = "Serbia";
public static string raida4 = "Bulgaria";
public static string raida5 = "Russia";
public static string raida6 = "Switzerland";
public static string raida7 = "United Kingdom";
public static string raida8 = "Punjab";
public static string raida9 = "India";
public static string raida10 = "Texas";
public static string raida11 = "USA";
public static string raida12 = "Romania";
public static string raida13 = "Taiwan";
public static string raida14 = "Moscow";
public static string raida15 = "St. Petersburge";
public static string raida16 = "Columbia";
public static string raida17 = "Singapore";
public static string raida18 = "Germany";
public static string raida19 = "Canada";
public static string raida20 = "Venezuela";
public static string raida21 = "Hyperbad";
public static string raida22 = "USA";
public static string raida23 = "Ukraine";
public static string raida24 = "Luxenburg";
public static string program_showcoins_total = "║ Total Coins in Bank: ";
public static string program_showcoins_perfect = "║ Perfect: ║ ";
public static string program_showcoins_fracked = "║ Fracked: ║ ";
public static string program_showFolders_1 = "Your Root folder is:";
public static string program_showFolders_2 = "Your Import folder is:";
public static string program_showFolders_3 = "Your Imported folder is:";
public static string program_showFolders_4 = "Your Suspect folder is:";
public static string program_showFolders_5 = "Your Trash folder is:";
public static string program_showFolders_6 = "Your Bank folder is:";
public static string program_showFolders_7 = "Your Fracked folder is:";
public static string program_showFolders_8 = "Your Templates folder is:";
public static string program_showFolders_9 = "Your Directory folder is:";
public static string program_showFolders_10 = "Your Counterfeits folder is:";
public static string program_showFolders_11 = "Your Export folder is:";
public static string program_import_1 = "Finishing importing coins from last time...";
public static string program_import_2 = "Now looking in import folder for new coins...";
public static string program_import_3 = "Loading all CloudCoins in your Import folder: ";
public static string program_import_4 = "No coins in import folder.";
public static string program_detect_1 = "Detecting Authentication of Suspect Coins";
public static string program_detect_2 = "Total imported to bank: ";
public static string program_detect_3 = "Total imported to fracked: ";
public static string program_detect_4 = "Total Counterfeit: ";
public static string program_detect_5 = "Total Kept in suspect folder: ";
public static string program_dump_1 = "Export for sales will export stack files one note in them.";
public static string program_dump_2 = "Each file will recieve a random tag.";
public static string program_dump_3 = "This function helps you make CloudCoins for automated sales points.";
public static string program_dump_4 = "Continue to dump? 1.Yes or 2. No?";
//Note this code is used in export and export for sales
public static string program_dump_5 = "Your Bank Inventory:";
public static string program_dump_6 = "How many 1s do you want to export?";
public static string program_dump_7 = "How many 5s do you want to export?";
public static string program_dump_8 = "How many 25s do you want to export?";
public static string program_dump_9 = "How many 100s do you want to export?";
public static string program_dump_10 = "How many 250s do you want to export?";
public static string program_dump_11 = "Export complete. Check your export folder";
public static string program_export_1 = "Do you want to export your CloudCoin to (1)jpgs or (2) stack (JSON) file?";
public static string program_export_2 = "Tag your jpegs with 'random' to give them a random number.";
public static string program_export_3 = "What tag will you add to the file name?";
public static string program_fix_1 = "Fixing fracked coins can take many minutes.";
public static string program_fix_2 = "If your coins are not completely fixed, fix fracked again.";
public static string program_fix_3 = "Attempting to fix all fracked coins.";
public static string program_fix_4 = "Fix Time: ";
public static string program_fix_5 = "If your coins are not completely fixed, you may fix fracked again.";
public static string cloudcoin_report = "║ Authenticity Report SN #";
public static string cloudcoin_denomination = ", Denomination: ";
public static string detector_3 = "You tried to import a coin that has already been imported.";
public static string detector_4 = "Suspect CloudCoin was moved to Trash folder.";
public static string detector_5 = "Now scanning coin ";
public static string detector_6 = " for counterfeit. SN ";
public static string detector_7 = "Not enough RAIDA were contacted to determine if the coin is authentic.";
public static string detector_8 = "Try again later.";
public static string frackfixer_1 = "RAIDA Fails Echo or Fix. Try again when RAIDA online.";
public static string frackfixer_2 = " unfracked successfully.";
public static string frackfixer_3 = "RAIDA failed to accept tickets on corner ";
public static string frackfixer_4 = "Trusted servers failed to provide tickets for corner ";
public static string frackfixer_5 = "One or more of the trusted triad will not echo and detect.So not trying.";
public static string frackfixer_6 = "You have no fracked coins.";
public static string frackfixer_unfracking = "UnFracking coin ";
public static string frackfixer_8 = "CloudCoin was moved to Bank.";
public static string frackfixer_9 = "CloudCoin was moved to Trash.";
public static string frackfixer_10 = "CloudCoin was moved back to Fraked folder.";
public static string frackfixer_11 = "Attempting to fix RAIDA ";
public static string frackfixer_12 = " Using corner ";
public static string frackfixer_13 = "Time spent fixing RAIDA in milliseconds: ";
public static string importer_1 = " File moved to trash: ";
public static string importer_2 = " File not found: ";
public static string importer_3 = " IO Exception: ";
public static string importer_importstack1 = "The following file does not appear to be valid JSON. It will be moved to the Trash Folder: ";
public static string importer_importstack2 = "Paste the text into http://jsonlint.com/ to check for validity.";
public static string importer_seemsValidJSON_1 = "The stack file did not have a matching number of { }. There were";
public static string importer_seemsValidJSON_2 = "The stack file did not have a matching number of []. There were ";
public static string importer_seemsValidJSON_3 = "The stack file did not have a matching number of double quotations";
public static string importer_seemsValidJSON_4 = "The stack file did not have a the right number of full colons :";
public static string keyboardreader_1 = " IO Exception: ";
public static string keyboardreader_2 = "Please enter one of the following: ";
public static string keyboardreader_3 = "Input is not an integer. ";
public static string keyboardreader_4 = "Please enter an integer between ";
public static string keyboardreader_5 = "Input is not an integer. Please enter an integer between ";
public static string keyboardreader_6 = "Please enter one of the following: ";
public static string keyboardreader_7 = "Fatal error. Exiting program.";
public static void loadNewlanguage(StringHolderTemp temp) {
program_command_1 = temp.program_command_1;
program_command_2 = temp.program_command_2;
program_command_3 = temp.program_command_3;
program_command_4 = temp.program_command_4;
program_command_5 = temp.program_command_5;
program_command_6 = temp.program_command_6;
program_command_7 = temp.program_command_7;
program_command_8 = temp.program_command_8;
program_run_1 = temp.program_run_1;
program_run_2 = temp.program_run_2;
program_start_1 = temp.program_start_1;
program_start_2 = temp.program_start_2;
program_start_3 = temp.program_start_3;
program_start_4 = temp.program_start_4;
program_start_5 = temp.program_start_5;
program_start_6 = temp.program_start_6;
program_echo_1 = temp.program_echo_1;
program_echo_2 = temp.program_echo_2;
program_echo_3 = temp.program_echo_3;
program_echo_4 = temp.program_echo_4;
program_echo_5 = temp.program_echo_5;
program_echo_6 = temp.program_echo_6;
raida0 = temp.raida0;
raida1 = temp.raida1;
raida2 = temp.raida2;
raida3 = temp.raida3;
raida4 = temp.raida4;
raida5 = temp.raida5;
raida6 = temp.raida6;
raida7 = temp.raida7;
raida8 = temp.raida8;
raida9 = temp.raida9;
raida10 = temp.raida10;
raida11 = temp.raida11;
raida12 = temp.raida12;
raida13 = temp.raida13;
raida14 = temp.raida14;
raida15 = temp.raida15;
raida16 = temp.raida16;
raida17 = temp.raida17;
raida18 = temp.raida18;
raida19 = temp.raida19;
raida20 = temp.raida20;
raida21 = temp.raida21;
raida22 = temp.raida22;
raida23 = temp.raida23;
raida24 = temp.raida24;
program_showcoins_total = temp.program_showcoins_total;
program_showcoins_perfect = temp.program_showcoins_perfect;
program_showcoins_fracked = temp.program_showcoins_fracked;
program_showFolders_1 = temp.program_showFolders_1;
program_showFolders_2 = temp.program_showFolders_2;
program_showFolders_3 = temp.program_showFolders_3;
program_showFolders_4 = temp.program_showFolders_4;
program_showFolders_5 = temp.program_showFolders_5;
program_showFolders_6 = temp.program_showFolders_6;
program_showFolders_7 = temp.program_showFolders_7;
program_showFolders_8 = temp.program_showFolders_8;
program_showFolders_9 = temp.program_showFolders_9;
program_showFolders_10 = temp.program_showFolders_10;
program_showFolders_11 = temp.program_showFolders_11;
program_import_1 = temp.program_import_1;
program_import_2 = temp.program_import_2;
program_import_3 = temp.program_import_3;
program_import_4 = temp.program_import_4;
program_detect_1 = temp.program_detect_1;
program_detect_2 = temp.program_detect_2;
program_detect_3 = temp.program_detect_3;
program_detect_4 = temp.program_detect_4;
program_detect_5 = temp.program_detect_5;
program_dump_1 = temp.program_dump_1;
program_dump_2 = temp.program_dump_2;
program_dump_3 = temp.program_dump_3;
program_dump_4 = temp.program_dump_4;
//Note this code is used in export and export for sales
program_dump_5 = temp.program_dump_5;
program_dump_6 = temp.program_dump_6;
program_dump_7 = temp.program_dump_7;
program_dump_8 = temp.program_dump_8;
program_dump_9 = temp.program_dump_9;
program_dump_10 = temp.program_dump_10;
program_dump_11 = temp.program_dump_11;
program_export_1 = temp.program_export_1;
program_export_2 = temp.program_export_2;
program_export_3 = temp.program_export_3;
program_fix_1 = temp.program_fix_1;
program_fix_2 = temp.program_fix_2;
program_fix_3 = temp.program_fix_3;
program_fix_4 = temp.program_fix_4;
program_fix_5 = temp.program_fix_5;
cloudcoin_report = temp.cloudcoin_report;
cloudcoin_denomination = temp.cloudcoin_denomination;
detector_3 = temp.detector_3;
detector_4 = temp.detector_4;
detector_5 = temp.detector_5;
detector_6 = temp.detector_6;
detector_7 = temp.detector_7;
detector_8 = temp.detector_8;
frackfixer_1 = temp.frackfixer_1;
frackfixer_2 = temp.frackfixer_2;
frackfixer_3 = temp.frackfixer_3;
frackfixer_4 = temp.frackfixer_4;
frackfixer_5 = temp.frackfixer_5;
frackfixer_6 = temp.frackfixer_6;
frackfixer_unfracking = temp.frackfixer_unfracking;
frackfixer_8 = temp.frackfixer_8;
frackfixer_9 = temp.frackfixer_9;
frackfixer_10 = temp.frackfixer_10;
frackfixer_11 = temp.frackfixer_11;
frackfixer_12 = temp.frackfixer_12;
frackfixer_13 = temp.frackfixer_13;
importer_1 = temp.importer_1;
importer_2 = temp.importer_2;
importer_3 = temp.importer_3;
importer_importstack1 = temp.importer_importstack1;
importer_importstack2 = temp.importer_importstack2;
importer_seemsValidJSON_1 = temp.importer_seemsValidJSON_1;
importer_seemsValidJSON_2 = temp.importer_seemsValidJSON_2;
importer_seemsValidJSON_3 = temp.importer_seemsValidJSON_3;
importer_seemsValidJSON_4 = temp.importer_seemsValidJSON_4;
keyboardreader_1 = temp.keyboardreader_1;
keyboardreader_2 = temp.keyboardreader_2;
keyboardreader_3 = temp.keyboardreader_3;
keyboardreader_4 = temp.keyboardreader_4;
keyboardreader_5 = temp.keyboardreader_5;
keyboardreader_6 = temp.keyboardreader_6;
keyboardreader_7 = temp.keyboardreader_7;
}//end load new language
}
}