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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
|
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ShiftOS.Frontend.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShiftOS.Frontend.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to {
/// Name: "Cowsay Banana Cowfile",
/// Description: "It's fun to play with food. Especially in the form of a cowfile. This install file adds a Banana to Cowsay's cowfile list. To use it, simply do \"cowsay --id Hello --file banana\".",
/// SourceType: "CowFile",
/// Source: "banana\t\"-..___ __.='>\r\n`. \"\"\"\"\" ,'\r\n \"-..__ _.-\"\r\n \"\"\""
///}.
/// </summary>
public static string banana_cow_stp {
get {
return ResourceManager.GetString("banana.cow.stp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap cursor_9x_pointer {
get {
object obj = ResourceManager.GetObject("cursor_9x_pointer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to /* ShiftOS Exploits data file
/// *
/// * This file contains information about all exploits in the game's campaign.
/// *
/// */
///
///[
/// {
/// FriendlyName: "FTP Exploit",
/// ExploitName: "ftpwn",
/// EffectiveAgainstPort: "FileServer",
/// },
/// {
/// FriendlyName: "SSH Exploit",
/// ExploitName: "sshardline",
/// EffectiveAgainstPort: "SSHServer",
/// Dependencies: "sploitset_sshardline",
/// }
///].
/// </summary>
public static string Exploits {
get {
return ResourceManager.GetString("Exploits", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon0 {
get {
object obj = ResourceManager.GetObject("fileicon0", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon1 {
get {
object obj = ResourceManager.GetObject("fileicon1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon10 {
get {
object obj = ResourceManager.GetObject("fileicon10", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon11 {
get {
object obj = ResourceManager.GetObject("fileicon11", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon12 {
get {
object obj = ResourceManager.GetObject("fileicon12", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon13 {
get {
object obj = ResourceManager.GetObject("fileicon13", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon14 {
get {
object obj = ResourceManager.GetObject("fileicon14", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon15 {
get {
object obj = ResourceManager.GetObject("fileicon15", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon16 {
get {
object obj = ResourceManager.GetObject("fileicon16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon17 {
get {
object obj = ResourceManager.GetObject("fileicon17", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon18 {
get {
object obj = ResourceManager.GetObject("fileicon18", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon19 {
get {
object obj = ResourceManager.GetObject("fileicon19", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon2 {
get {
object obj = ResourceManager.GetObject("fileicon2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon3 {
get {
object obj = ResourceManager.GetObject("fileicon3", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon4 {
get {
object obj = ResourceManager.GetObject("fileicon4", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon5 {
get {
object obj = ResourceManager.GetObject("fileicon5", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon6 {
get {
object obj = ResourceManager.GetObject("fileicon6", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon7 {
get {
object obj = ResourceManager.GetObject("fileicon7", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon8 {
get {
object obj = ResourceManager.GetObject("fileicon8", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileicon9 {
get {
object obj = ResourceManager.GetObject("fileicon9", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileiconcf {
get {
object obj = ResourceManager.GetObject("fileiconcf", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap fileiconsaa {
get {
object obj = ResourceManager.GetObject("fileiconsaa", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to {
/// Name: "Cowsay Fire Hydrant Cowfile",
/// Description: "Ever been so thirsty that you wanted to open a fire hydrant and just take a giant drink of water? Well, you can't do that with this install file, but you can at least get a neat cowfile firehydrant so you can make one talk!",
/// SourceType: "CowFile",
/// Source:"fire hydrant\t \\ !\r\n \\ .:::.\r\n ///|\\\\\\\r\n {=-#-#-=}\r\n .-||||/..\\\r\n c[I ||||\\''/\r\n '-||||||| \r\n |||||||\r\n |||||||\r\n |||||||\r\n [rest of string was truncated]";.
/// </summary>
public static string fire_hydrant_cow_stp {
get {
return ResourceManager.GetString("fire hydrant.cow.stp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /* ShiftOS hackables data file
/// *
/// * This file contains information about all hackable systems in the game's campaign.
/// *
/// */
///
///[
/// {
/// SystemName: "shiftsyndicate_main",
/// FriendlyName: "ShiftSyndicate file server",
/// Password: "h0ldy0urc0l0ur",
/// PasswordHint: "Prepare to hold your colour...",
/// WelcomeMessage: "Don't make fun of SpamSyndicate web design.",
/// FirewallStrength: 0,
/// LootRarity: 1,
/// LootAmount: 2,
/// ConnectionTimeoutLevel: 4,
/// SystemType: "FileServer, SSHServer",
///
/// }
///].
/// </summary>
public static string Hackables {
get {
return ResourceManager.GetString("Hackables", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap justthes {
get {
object obj = ResourceManager.GetObject("justthes", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to /* ShiftOS Loot data file
/// *
/// * This file contains information about all loot in the game's campaign.
/// *
/// */
///
///[
/// {
/// FriendlyName: "Force Heartbeat",
/// LootName: "sploitset_keepalive.stp",
/// Rarity: 1,
/// PointTo: "sploitset_keepalive",
/// ID: "sploitset_keepalive"
/// },
/// {
/// FriendlyName: "Banana Cow",
/// LootName: "banana.cow.stp",
/// Rarity: 1,
/// PointTo: "banana_cow_stp",
/// },
/// {
/// FriendlyName: "Fire Hydrant Cow",
/// LootName: "fire hydrant.cow.stp",
/// Rarity: 1,
/// PointTo: "fire_hydran [rest of string was truncated]";.
/// </summary>
public static string LootInfo {
get {
return ResourceManager.GetString("LootInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /* ShiftOS Payloads data file
/// *
/// * This file contains information about all payloads in the game's campaign.
/// *
/// */
///
///[
/// {
/// FriendlyName: "FTP File Puller Payload",
/// PayloadName: "ftpull",
/// EffectiveAgainstFirewall: 1,
/// EffectiveAgainst: "FileServer",
/// Function: 2
/// },
/// {
/// FriendlyName: "Force Heartbeat",
/// PayloadName: "keepalive",
/// EffectiveAgainstFirewall: 1,
/// EffectiveAgainst: "SSHServer",
/// Function: 1,
/// Dependencies: "sploitset_keepalive",
/// }
///].
/// </summary>
public static string Payloads {
get {
return ResourceManager.GetString("Payloads", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {
/// Name: "Pong",
/// Description: "It's a game so good we made you play it all the time in ShiftOS 0.0.x, 0.1.x and 1.0. It's only natural that we'd sleep Pong into the game again somehow, right?",
/// SourceType: "ShiftoriumUpgrade",
/// Source: "pong"
///}.
/// </summary>
public static string pong {
get {
return ResourceManager.GetString("pong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /* ShiftOS Ports data file
/// *
/// * This file contains information about all ports in the game's campaign.
/// *
/// */
///
///[
/// {
/// FriendlyName: "SMTP mailserver (unencrypted)",
/// AttachTo: "EmailServer",
/// Value: 25,
/// Name: "smtp",
/// },
/// {
/// FriendlyName: "File Transfer Protocol",
/// AttachTo: "FileServer",
/// Value: 21,
/// Name: "ftp",
/// },
/// {
/// FriendlyName: "ShiftSSH server",
/// AttachTo: "SSHServer",
/// Value: 22,
/// Name: "ssh",
/// },
/// {
/// FriendlyName: "MySQL server",
/// AttachTo: "Database",
/// [rest of string was truncated]";.
/// </summary>
public static string Ports {
get {
return ResourceManager.GetString("Ports", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to [
/// {
/// Name: "sploitset_keepalive",
/// Cost: 1000000000,
/// Description: "lolyouarentsupposedtobeabletobuythis",
/// Dependencies: "thisupgradeshouldneverexistever;sploitset_sshardline",
/// },
/// {
/// Name: "sploitset_sshardline",
/// Cost: 1000000000,
/// Description: "lolyouarentsupposedtobeabletobuythis",
/// Dependencies: "thisupgradeshouldneverexistever",
/// },
/// {
/// Name: "Pong",
/// Cost: 0,
/// Dependencies: "pong",
/// }
///].
/// </summary>
public static string Shiftorium {
get {
return ResourceManager.GetString("Shiftorium", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /* ShiftOS setup data file
/// *
/// * This file holds information used by a ShiftOS "Installer" for setting up a system component.
/// *
/// */
///
/// {
/// Name: "Sploitset Force Heartbeat exploit",
/// Description: "This is an exploit for the sploitset system exploitation utility which causes the remote system to force the connection to stay alive by sending heartbeat requests even after the firewall has timed out the connection. Useful against those pesky connection timers...",
/// SourceType: "ShiftoriumUpgrade",
/// So [rest of string was truncated]";.
/// </summary>
public static string sploitset_keepalive {
get {
return ResourceManager.GetString("sploitset_keepalive", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {
/// "{SUBMIT}":"Bestätigen",
///
///"{TERMINAL_TUTORIAL_1}":"Wilkommen zum ShiftOS Terminal. Hier wirst du die meiste Zeit in ShiftOS verbringen.
///
///Eine kurze Erklärung wie du das Terminal benutzt lautet wiefolgt. Du kannst das command 'sos.help' benutzen um eine Liste aller commands aufzurufen. Schreib es
///einfach in das Terminal und drücke <enter> um alle commands anzuzeigen.
///
///Commands können mit argumenten versehen werden, indem du ein key-value Paar in einem {} Block hinter dem command angibst. Zum Be [rest of string was truncated]";.
/// </summary>
public static string strings_de {
get {
return ResourceManager.GetString("strings_de", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /*
/// * ShiftOS English Language Pack
/// *
/// * This is the default language pack distributed within the game.
/// */
///
///{
/// //General strings
/// //These strings can be used anywhere in the UI where language context isn't necessary.
/// "{GEN_PROGRAMS}": "Programs",
/// "{GEN_COMMANDS}": "Commands",
/// "{GEN_OBJECTIVES}": "Objectives",
/// "{GEN_CURRENTPROCESSES}": "Current processes",
/// "{GEN_WELCOME}": "Welcome to ShiftOS.",
/// "{GEN_SYSTEMNAME}": "System name",
/// "{GEN_PASSWORD}": "Password",
/// "{GEN_LPROMPT [rest of string was truncated]";.
/// </summary>
public static string strings_en {
get {
return ResourceManager.GetString("strings_en", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /*
/// * ShiftOS French Language Pack
/// *
/// * This is a default language pack distributed within the game.
/// */
///
///{
/// //General strings
/// //These strings can be used anywhere in the UI where language context isn't necessary.
/// "{GEN_PROGRAMS}": "Les programmes",
/// "{GEN_COMMANDS}": "Les ordres",
/// "{GEN_OBJECTIVES}": "Les objectifs",
/// "{GEN_CURRENTPROCESSES}": "Les procèdures actuelles",
/// "{GEN_WELCOME}": "Bienvenue au ShiftOS.",
/// "{GEN_SYSTEMNAME}": "Nom de système",
/// "{GEN_PASSWORD}": "Mot de [rest of string was truncated]";.
/// </summary>
public static string strings_fr {
get {
return ResourceManager.GetString("strings_fr", resourceCulture);
}
}
}
}
|