-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathen.json
830 lines (828 loc) · 60 KB
/
en.json
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
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
{
"Lang": {
"UI": {
"MainWindow": {
"Menu_Server": "Server",
"Menu_AllServers": "All Servers",
"Menu_Tools": "Tools",
"Menu_Help": "Help",
"Menu_Exit": "Exit",
"Menu_Start": "Start",
"Menu_Stop": "Stop",
"Menu_Restart": "Restart",
"Menu_Update": "Update",
"Menu_Show_Hide": "Show/Hide",
"Menu_Add_Server": "Add Server",
"Menu_Delete_Server": "Delete Server",
"Menu_Open_Game_Directory": "Open Game Directory",
"Menu_Open_Maps_Directory": "Open Maps Directory",
"SelectAServer": "Select a server",
"Server_Name": "Server Name",
"Status": "Status",
"Uptime": "Uptime",
"CPU": "CPU",
"Memory": "Memory",
"IP_Address": "IP Address",
"Port": "Port",
"Current_Map": "Current Map",
"Players": "Players",
"Game": "Game",
"Information": "Information",
"Created": "Created",
"Events": "Events",
"Logs": "Logs",
"Testing": "Testing",
"Started": "Started",
"Updated": "Updated",
"Properties": "Properties",
"Start": "Start",
"Stop": "Stop",
"Restart": "Restart",
"RestartInGameNotification": "Restart w/In-Game Notification",
"ShowHide": "Show/Hide",
"Update": "Update",
"UpdateInGameNotification": "Update w/In-Game Notification",
"AddServer": "Add Server",
"DeleteServer": "Delete Server",
"DuplicateServer": "Duplicate Server",
"CreateBackup": "Create Backup",
"RunBZ2": "Run BZ2 Compression",
"RunLocal": "Run Local/FTP/SFTP Sync",
"Troubleshoot": "Troubleshoot",
"CanMyServerUseThisPort": "Can my server use this port?",
"IsThisPortAccessibleOverTheInternet": "Is this port accessible over the Internet?",
"RunServerWithoutAddons": "Run server without addons",
"RunServerWithoutCfgFile": "Run server without cfg file",
"RunServerWithoutAdditionalParameters": "Run server without Additional Parameters",
"RunServerWithoutAddonsCfgFileAP": "Run server without addons, cfg file, or Additional Parameters",
"RunServerWithoutSedirector": "Run server without seDirector",
"Open": "Open",
"Reorder": "Reorder",
"OSL": "Open seDirector Log for Server",
"OSLF": "Open Server Logs Folder",
"CompressLogs": "Compress Logs",
"GameDirectory": "Game Directory",
"CMDDir": "CMD in Directory",
"ConfigFiles": "Configuration Files",
"Maps": "Maps",
"Sound": "Sound",
"Addons": "Addons",
"SourceMod": "SourceMod",
"Directory": "Directory",
"Scripting": "Scripting",
"Plugins": "Plugins",
"PluginsSearch": "Plugins Search",
"Forums": "Forums",
"MoveToTop": "Move to Top",
"MoveUp": "Move Up",
"MoveDown": "Move Down",
"MoveToBottom": "Move to Bottom",
"CreateServer": "Create Server",
"PortChecker": "Port Checker",
"ReloadSed": "Reload seDirector (keep servers running)",
"KillAll": "Kill All Process Instances",
"OpenDefDir": "Open Default Directory",
"OpenSL": "Open seDirector Log",
"OpenSeDir": "Open seDirector Directory",
"DiscordBotOptions": "Discord Bot Options",
"Options": "Options",
"FreeVsProVersion": "Free vs Pro Version",
"PlayersCurrentMapNotUpdating": "Players/Current Map Not Updating?",
"SupportRequest": "Support Request",
"Wiki": "Wiki",
"StatusPage": "Status Page",
"ReportABug": "Report a Bug",
"BugTracker": "Bug Tracker",
"FeatureRequest": "Feature Request",
"Roadmap": "Roadmap",
"PremiumSupport": "Premium Support",
"HelpTranslateSed": "Help Translate seDirector",
"DiscordServer": "Discord Server",
"DonateToSed": "Donate to seDirector",
"RecFold": "Recommended Folder Structure",
"CFGExamples": "CFG Examples",
"ReleaseNotes": "Release Notes",
"CFU": "Check for Updates",
"About": "About",
"SignIn": "Sign in",
"SignOut": "Sign out",
"Register": "Register",
"EmailAddress": "E-mail Address",
"Password": "Password",
"ForgotPassword": "Forgot Password",
"ManageSubscription": "Manage Subscription",
"Loading": "Loading"
},
"ServerProperties": {
"Tab_Properties": "Properties",
"Tab_Automation": "Automation",
"Tab_Addons": "Addons",
"Tab_Tasks": "Tasks",
"Tab_TextCFGEditor": "Text/CFG Editor",
"Tab_Optimization": "Optimization",
"Tab_Notifications": "Notifications",
"Properties_ServerName": "Server Name",
"Properties_SRCDSLocation": "SRCDS Location",
"Properties_Game": "Game",
"Properties_IPAddress": "IP Address (optional)",
"Properties_PortNumber": "Port Number",
"Properties_Check": "Check",
"Properties_ExecuteCFG": "Execute CFG",
"ExecuteCFGOServerCFGOptional": "(optional, server.cfg executes by default)",
"ExecuteCFGOServerCFGOptionalWarning": "(WARNING: server.cfg not detected)",
"Properties_Map": "Map",
"Properties_NumberOfPlayers": "Number of Players",
"Properties_NumberOfPlayersUseGameModesFile": "Use value from gamemodes_server.txt",
"Properties_Secure": "Secure",
"Properties_PlayerPassword": "Player Password",
"Properties_RconPassword": "RCON Password",
"Properties_CfgMayOverride": "CFG file may override these values, make sure to check",
"Properties_EnableRCON": "Enable RCON",
"Properties_CS2GameMode": "CS2 Game Mode",
"Properties_CS2SkirmishMode": "CS2 Skirmish Mode",
"Properties_AdditionalParameters": "Additional Parameters",
"Properties_AdditionalParameters_Example": "optional, +workshop_start_map XXX, etc.",
"Properties_ProcessorAffinity": "Processor Affinity",
"Properties_ProcessPriority": "Process Priority",
"Properties_CommandToRun": "Command to Run",
"Properties_Browse": "Browse",
"Properties_Create": "Create",
"Properties_CustomGameMod": "Custom Game / Mod",
"Properties_NextAvailable": "Next Available",
"Properties_CreateServerCFG": "Create server.cfg",
"Properties_LocalMap": "Local Map",
"Properties_WorkshopCustomMap": "Workshop / Custom Map{LB}(use additional parameters to adjust)",
"Properties_NormalRecommendedRealtimeNotRecommended": "Normal is recommended; realtime is not recommended",
"Properties_ServerPropertiesCannotBeChangedWhileRunning": "Server properties cannot be changed while running",
"Properties_PleaseFillRequiredFields": "Please fill required fields",
"Properties_SaveSettings": "Save Settings",
"CreateServerCFGInfo": "The configuration file server.cfg has been created in the cfg folder. Please modify the file as needed, as it is just an example. Since server.cfg executes automatically, there's no need to set the 'Execute cfg' option unless you have a specific reason.{LB}{LB}Click OK to open the folder where server.cfg is located.",
"StartOptions": "Start Options",
"StartThisServerWhenSedirectorStarts": "Start this server when seDirector starts",
"HideServerWindow": "Hide server window",
"HideUpdateWindow": "Hide update window",
"UpdateOptions": "Update Options",
"ValidateUpdate": "Validate update every time (adds the -validate parameter to SteamCMD).{LB}{LB}Use this if your servers aren't updating or working properly.",
"OnlyUpdateIfServerHas0Players": "Only update automatically if the server has 0 players",
"UpdateAutoCurMapCurPlayers": "Update Automatically, Current Map, Current Players",
"SaveAndReopen": "Save and reopen to change these settings",
"PluginDescription": "seDirector can update your server automatically when Steam's content servers change. For these features to work, you must have SourceMod installed prior to installing this plugin (except if game server is Garry's Mod).",
"UpdateAuto": "Update Automatically",
"PluginStatus": "Plugin Status",
"WarningSedPluginNotInstalled": "WARNING: seDirector plugin not installed. Automatic updates may not work. See Automation tab.",
"Installed": "Installed",
"NotInstalled": "Not Installed",
"Install": "Install",
"Uninstall": "Uninstall",
"Directory": "Directory",
"CrashRecovery": "Crash Recovery",
"RecoverFromServerCrash": "Recover from server crash",
"HowCrashRecoveryWorks": "How crash recovery works:{LB}seDirector keeps count of how many times a server has crashed. If a server has crashed 2 times in 10 minutes, seDirector will automatically try to update the server. If the server crashes again within 10 minutes after the update, seDirector will stop the server. If a server has gone more than 10 minutes without crashing, the crash counter will reset.{LB}{LB}1 crash in 10 minutes = okay{LB}2 crashes in 10 minutes = attempt to update{LB}1 crash in 10 minutes after updating = server will stop (notification sent if enabled){LB}Every 10 minutes without a crash = count resets",
"RestartServerIndefinitely": "Restart server indefinitely",
"RestartServerIndefinitelyExplained": "If you check this box, it will disable the traditional crash recovery method of restart, update, then stop. Instead, your server will be restarted every time it crashes. If a server is damaged and continues to crash, this option will allow it to continue.{LB}{LB}Note:{LB}- Generally crashes are due to addons/plugins and the problem should be diagnosed and resolved{LB}- Try updating all addons, plugins, and game files; temporarily check the \"Validate update every time\" checkbox and update{LB}- If checked, all notifications are disabled to prevent spamming in the event of a crash loop",
"NotificationsDisabledRestartServerIndefinitelyChecked": "Notifications disabled{LB}Restart server indefinitely is checked in Automation",
"NotRecommended": "Not recommended",
"AddonsFolder": "Addons Folder",
"NotSet": "not set",
"MoreInfo": "More Info",
"Name": "Name",
"YourVersion": "Your Version",
"LatestVersion": "Latest Version",
"Path": "Path",
"SaveAndReopenToChange": "Save and reopen to change these settings",
"AddonsNotSupported": "Game does not support addons",
"Actions": "Actions",
"AddOn": "Addon",
"VersionToInstall": "Version to Install",
"InstallChange": "Install/Change",
"Publisher": "Publisher",
"Description": "Description",
"ScriptExePath": "Script/Executable Path",
"ScriptExeArgs": "Script/Executable Arguments",
"RunScriptExeAndGetRequestRequiresSubscription": "Disabled items require a Pro subscription or higher",
"MakeGetRequestToURL": "Make GET request to URL",
"URLForGetRequest": "URL for GET request",
"OnAnEventRequiresSubscription": "On an Event requires a Pro subscription or higher",
"ThankYouForPurchasingASubscription": "Thank you for purchasing a subscription!",
"Website": "Website",
"Documentation": "Documentation",
"Forum": "Forum",
"Plugins": "Plugins",
"NoAvailableAddonsToInstall": "No available addons to install.",
"WhenColumn": "When",
"OnThe": "on the",
"At": "at",
"Action": "Action",
"Daily": "Daily",
"Weekly": "Weekly",
"Monthly": "Monthly",
"OnAnEvent": "On an Event",
"Event": "Event",
"Hour": "Hour",
"Minute": "Minute",
"Info": "Info",
"Crashes": "Crashes",
"Crash": "Crash",
"UnrecoverableCrash": "Unrecoverable Crash",
"UpdateComplete": "Update Complete",
"Starting": "Starting",
"Stopping": "Stopping",
"MapChange": "Map Change",
"SaveTask": "Save Task",
"SaveFile": "Save File",
"Cancel": "Cancel",
"RestartServer": "Restart Server",
"RestartServer2": "Restart Server w/In-Game Notification (Plugin Required)",
"UpdateServer": "Update Server",
"UpdateServer2": "Update Server w/In-Game Notification (Plugin Required)",
"RunScriptOrExecutable": "Run script or executable",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday",
"Sunday": "Sunday",
"TextOrCFGFile": "Text or CFG File",
"BZ2Compression": "BZ2 Compression",
"BZ2CompressionExplained": "BZ2 compression allows content to be downloaded to a player's computer much faster than downloading the traditional BSP files. It is similar to a ZIP file except it ends in BZ2. The files are created in the same directory as the content.",
"AutoCompressUncompressed": "Automatically compress uncompressed content on server start",
"WhatToCompress": "What to Compress",
"MapsAndNavs": "Maps and Navs",
"Sounds": "Sounds",
"Materials": "Materials",
"Models": "Models",
"Resources": "Resources",
"HTTPFastDownload": "HTTP Fast Download",
"HTTPFastDownloadExplained": "You may enable Directory Synchronization and/or FTP/SFTP Synchronization so that your content is automatically updated on your web server every time this server is started. Sync works by mirroring the maps, sound, materials, model, and resource directories. If target directories already exist they will be updated to match this server's content. Only BZ2 files will be synced.",
"HTTPFastDownloadExplained2": "Create a new, empty directory on your web server and specify its location below.",
"DirSyncHTTP": "Directory Synchronization for HTTP Fast Download",
"DirSyncHTTP2": "Enable Directory Synchronization",
"DirSyncHTTP3": "Generally used if your web server is on the same computer as your game server(s)",
"TargetDirectory": "Target Directory",
"FTPSFTPSync": "FTP/SFTP Synchronization for HTTP Fast Download",
"EnableFTPSFTP": "Enable FTP/SFTP Synchronization",
"Server": "Server",
"Username": "Username",
"Password": "Password",
"ConnectionType": "Connection Type",
"Port": "Port",
"RemoteDir": "Remote Directory",
"SFTPRecommended": "SFTP is recommended because it encrypts your credentials",
"TestCon": "Test Connection",
"EmailTextSMS": "E-mail/Text/SMS Notifications",
"EmailTextSMS2": "seDirector will automatically notify you via e-mail if your server crashes. A notification will be sent each time the server crashes and also if seDirector is unable to recover the server by updating it. The 'Recover from server crash' checkbox on the Automation tab MUST be checked in order for e-mail notifications to work.",
"EnableEmailNotifications": "Enable E-mail Notifications",
"WantToReceive": "Want to receive a text/SMS?",
"CopyFromOtherServer": "Copy From Other Server",
"SendTestEmail": "Send Test E-mail",
"DiscordNotifications": "Discord Notifications",
"DiscordNotifications2": "seDirector will automatically notify you via Discord if your server crashes. A notification will be sent each time the server crashes and also if seDirector is unable to recover the server by updating it. The 'Recover from server crash' checkbox on the Automation tab MUST be checked in order for Discord notifications to work.",
"EnableDiscordNotifications": "Enable Discord Notifications",
"DiscordWebhook": "Discord Webhook",
"HowDoI": "How do I get a webhook?",
"SendTestNotif": "Send Test Notification",
"Variables": "Variables",
"VariablesMsgBox": "{NAME} - Server Name{LB}{MAP} - Current Map{LB}{PLAYERS} - Current Player Count"
},
"Options": {
"Application": "Application",
"Language": "Language",
"HelpTranslate": "Help Translate seDirector!",
"SOWS": "Start on user login",
"WLMI": "seDirector uses a scheduled task to start automatically when this user logs into Windows. If this user account has a password, you can use a tool like Autologon by Sysinternals to automatically log in on Windows startup.",
"MTSTOC": "Minimize to system tray on close",
"DNCCP": "Do not check for current players and current map",
"DNAU": "Do not automatically update seDirector",
"CDS": "Create desktop shortcut for seDirector",
"CSMS": "Create Start Menu shortcut for seDirector",
"HTSWAUC": "How to start seDirector with UAC enabled but without UAC prompt",
"UseBaiduInsteadOfGoogle": "Use Baidu instead of Google to check for Internet connectivity",
"UseDiscordRelay": "Use Discord relay (if ISP blocks access to Discord)",
"ComputerName": "Computer Name",
"ComputerNameMoreInfo": "Identifies the computer that seDirector is running on. Currently used in notifications to help determine which computer sent the notification.",
"SetToDefaultName": "Set to default name",
"RecommendedFolder": "Click here for the Recommended Folder Structure to use with seDirector",
"DDTB": "Default Directory to Browse",
"Browse": "Browse",
"MoreInfo": "More Info",
"SCL": "SteamCMD Location",
"Clear": "Clear",
"Download": "Download",
"SteamLogin": "Steam Login",
"SteamLoginDesc": "Optional. Only required for some games or if you are doing something advanced.",
"Username": "Username",
"Password": "Password",
"API": "API",
"APIKey": "API Key",
"APIPort": "API Port",
"GenerateAPIKey": "Generate API Key",
"DefaultPort": "Default Port",
"PleaseFillRequiredFields": "Please fill required fields.",
"SaveSettings": "Save Settings"
},
"CreateServer": {
"Game": "Game",
"ITD": "Install to Directory",
"Browse": "Browse",
"CreateServer": "Create Server",
"LowDiskSpace": "There is less than 50 GB of free space on drive {0}. Are you sure you want to create a server on this drive?",
"CS2MustBeSubscribed": "To set up a Counter-Strike 2 server, you'll need to subscribe to the game first. Simply open Steam, find Counter-Strike 2, click 'Add to Library', then return to this window and continue.{LB}{LB}If you've already subscribed to Counter-Strike 2, you can disregard this message.{LB}{LB}Note that Counter-Strike 2 uses 'cs2.exe' instead of 'srcds.exe' although the arguments are the same. After the server is created, you can find 'cs2.exe' under the 'game\\bin\\win64' folder.",
"Dota2Discontinued": "Dota 2 switched from Source to Source 2. Since then, Steam has not released a working Windows version - Linux only for now.",
"CSGODiscontinued": "Counter-Strike: Global Offensive has been discontinued by Valve. Click OK for more information"
},
"PortChecker": {
"Intro": "Check if a port is accessible over the Internet.",
"IPAddress": "IP Address",
"Port": "Port",
"Check": "Check"
}
},
"Controller": {
"PreviouslyUsedSedirector": "Have you previously used seDirector on this computer?",
"PleaseSelectPreviousSedirector": "Please select the previous version of seDirector so your data can be upgraded.",
"SelectPreviousVersionOfSedirector": "Select previous version of seDirector",
"XMLFileNotExist": "{0} does not exist in the location you specified. Please make sure {0} is in the same directory as seDirector and try again.",
"DataUpgradeSuccess": "Data upgraded successfully. Please relaunch seDirector.",
"ErrorMovingFilesManuallyMove": "There was an error moving one or more of the files. Please manually move Servers.xml and Settings.xml to the following directory, then restart seDirector."
},
"CreateServer": {
"SelectEmptyDirectoryForServer": "Select an EMPTY directory to install the server. Make a new directory if needed.",
"CannotUseRootDirectoryDrive": "You cannot use the root directory of a drive.",
"DirectoryNotEmptyOverwrite": "Directory is not empty. Files may be overwritten! Proceed?",
"UserPassReqToUpdate": "A username and password for Steam is required to update this game. Please set it in Tools->Options and return to this window.",
"DisabledSee": " - disabled - see {0}",
"DownloadsForGameCurrentlyDisabled": "Downloads for this game are currently disabled. Would you like to view {0} for more information?",
"ErrorDuringTf2cDuplication": "Error during tf2classic duplication",
"CopyingTf2cZip": "Copying TF2 Classic zip extracted folder to server",
"DownloadLatestedTf2c": "Do you want to download the TF2 Classic game files? If you've already downloaded TF2 Classic once, it won't re-download it again, it will just extract the latest game files until there is a new version detected.{LB}{LB}If you haven't downloaded TF2 Classic on this computer before, the game files (5 GB) take about 10 minutes on 500 Mbps connection, 20 minutes on a 250 Mbps connection, and 50 minutes on a 100 Mbps connection.",
"ErrorWhenDownloadingTf2c": "Error when downloading TF2 Classic zip file",
"SelectTf2cFolderCopyExtractedZip": "Select tf2classic folder to copy (extracted from zip).",
"Tf2cNotDetectedCopyAnyway": "TF2 Classic is not detected in this folder. We recommend that you click No and download the latest version.{LB}{LB}Do you want to copy from this folder anyway?",
"TF2CFolderInvalid": "The tf2classic folder is not valid. Please delete the folder and run the download again.",
"TF2CDownloaderDoesNotExist": "The TF2 Classic downloader does not exist. Please report a bug by going to Help > Report Bug."
},
"FTP": {
"CouldNotConnectServer": "Could not connect to server. Check the server, port, username, password, and connection type.",
"CouldNotRetrieveDirectoryContents": "Could not retrieve directory contents.",
"CouldNotWriteTestFile": "Could not write test file. Please check for write access to this directory.",
"CouldNotDeleteTestFile": "Could not delete test file. Please check for delete access to this directory.",
"FTPSFTPSync": "FTP/SFTP Sync",
"FTPSFTPSyncInProgress": "FTP/SFTP sync in progress... This may take several minutes...",
"InvalidUserPass": "Invalid username or password.",
"ErrorInitializingSFTP": "Error initializing SFTP subsystem",
"CouldNotReadDirectoryContents": "Could not read directory contents. Check for read access to this directory.",
"ErrorWhileReadingDirectoryContents": "Error while reading directory contents.",
"NoItemsFoundInDirectory": "No items found in this directory.",
"CouldNotOpenTestFileForWriting": "Could not open test file for writing. Please check for write access to this folder."
},
"GameCommon": {
"UpdatedPlugin": "Updated plugin"
},
"Networking": {
"Downloading": "Downloading",
"DownloadingX": "Downloading {0}",
"ErrorWhileDownloadingFile": "There was an error while trying to download a file.",
"Extracting": "Extracting",
"ExtractingX": "Extracting {0}",
"SteamCMDNeedsUpdate": "SteamCMD has been downloaded and needs to update for the first time. The next window will close automatically when finished, please do not close out of it manually.",
"ErrorWhileTryingToExtract": "There was an error while trying to extract."
},
"Options": {
"DesktopShortcutSuccess": "Desktop shortcut success",
"DesktopShortcutError": "Desktop shortcut error",
"DefaultDirectory": "Default directory",
"SelectEmptyDirForSteamCMD": "Select an empty directory to install SteamCMD. Make a new directory if needed.",
"DirNotEmptyOverwrite": "Directory is not empty. Files may be overwritten! Proceed?",
"ErrorTryingDownload": "Error while trying to download {0}. Internet connection issue?",
"SelectDirMostCommonUsed": "Select the directory you most commonly use in seDirector.",
"UnsureCreateDir": "Unsure? Create a directory under C:\\ called Steam and select it.",
"DefaultDirToBrowse": "The 'Default Directory to Browse' setting tells seDirector to automatically open to the specified directory automatically when browsing for a file or folder. That way you don't have to go through Computer->C Drive->Steam->etc every time, it will automatically open to the directory you set it to.",
"SedWillReloadLang": "seDirector will now reload using language {0}. Your servers will remain running.",
"SedWillReloadPort": "seDirector will now reload using API port {0}. Your servers will remain running."
},
"Progress": {
"CancelCurrentDownload": "Cancel the current download?",
"CancelExtractOp": "Cancel the extract operation?",
"CancelCurrentBackup": "Cancel the current backup operation?",
"CancelBZ2Compression": "Cancel BZ2 compression?",
"CancelFTPSync": "Cancel FTP synchronization? Some files may be partially uploaded. Resyncing will resolve partial uploads.",
"CancelLocalSync": "Cancel local directory synchronization? Some files may be partially copied. Resyncing will resolve partial files.",
"CancelDirectoryDuplication": "Cancel server directory duplication?"
},
"ServerConfig": {
"CouldNotDetectSteamInf": "Couldn't detect steam.inf in game directory. Please open Properties and select srcds.exe/cs2.exe again. If the problem persists, turn on the -validate update option in properties and update, then turn it back off.",
"CouldNotLocateSteamInf": "Could not locate steam.inf in game directory.",
"ThisServerFailedToStartSuccessfully": "This server failed to start successfully.",
"ErrorLoadingServersXML": "There was an error loading the Servers.xml data file. This could be caused by a bug in seDirector. If Servers.xml is empty, delete the file and either restore it from a backup or add your servers back to seDirector manually. Please email support@sedirector.net and let us know what you were doing in seDirector right before this happened. Attach Servers.xml to your email if it is NOT empty.",
"TF2CUpdateNotSupportedYet": "TF2C Update is not yet supported yet. For now, you can run the TF2C Downloader with the update option with your game directory."
},
"SupportRequest": {
"PleaseEnterEmail": "Please enter a valid e-mail address.",
"ErrorSendingRequest": "There was an error sending your request. Check your Internet connection or e-mail support@sedirector.net if the problem continues.",
"MessageSent": "Your message has been sent. Please allow 1 to 2 business days for a reply. Thank you.",
"ErrorSendingInformation": "There was an error sending the information. Check your Internet connection and contact support@sedirector.net if the problem persists."
},
"Status": {
"Running": "Running",
"Offline": "Offline",
"Starting": "Starting",
"Stopping": "Stopping",
"ErrorStarting": "Error Starting",
"ErrorStopping": "Error Stopping",
"UpdateStarting": "Update Starting",
"Updating": "Updating",
"UpdateError": "Update Error",
"PendingRestart": "Pending Restart",
"PendingUpdate": "Pending Update"
},
"MainWindow": {
"AllHosts": "All Hosts",
"Uptime": "Uptime",
"Started": "Started",
"LastUpdated": "Last Updated",
"TheMaxNumberOfServers": "The maximum number of servers is {0}.",
"StartingMap": "Starting Map",
"CurrentMap": "Current Map",
"ServerCrashedEvenAfterUpdating": "Server crashed even after updating",
"SentServerCrashEmail": "Sent server crash e-mail notification",
"SentServerCrashDiscord": "Sent server crash Discord notification",
"ZipFiles": "Zip Files",
"Backup": "Backup",
"BackupChoose": "Choose a location for the backup file",
"ErrorCheckingNewerVersionSedirector": "Error 1007: Error checking for newer version of seDirector. Check your Internet connection and try again or contact seDirector support if the problem persists.",
"RestartServer": "Restart Server",
"Daily": "Daily",
"Weekly": "Weekly",
"Monthly": "Monthly",
"UpdateServer": "Update Server",
"Detected": "Detected",
"ServerBZ2CompCanceled": "Server BZ2 compression cancelled",
"ServerLocalDirSyncCanceled": "Server local directory sync cancelled",
"ServerFTPCanceled": "Server FTP/SFTP sync cancelled",
"SedirectorAlert": "seDirector Alert",
"Computer": "Computer",
"Server": "Server",
"ServerCrashedEmail": "[b]Computer:[/b] {COMPUTER_NAME}[br][b]Server[/b]: {SERVER_NAME}[br][br]A server has crashed.",
"ServerCrashedDiscord": "A server has crashed.",
"ServerCrashedUnableToRecoverAuto": "[b]Computer:[/b] {COMPUTER_NAME}[br][b]Server[/b]: {SERVER_NAME}[br][br]A server has crashed and seDirector is unable to recover it automatically.",
"ServerCrashedUnableToRecoverAutoGeneral": "A server has crashed and seDirector is unable to recover it automatically.",
"ErrorSendingTestEmailContact": "Error sending test e-mail. Contact seDirector support.",
"DiscordNotificationSent": "Discord notification sent.",
"ErrorSendingDiscordNotification": "Error sending Discord notification. Confirm that your webhook URL is correct and try again. If the problem persists, contact seDirector support.",
"LocalDirSync": "Local Directory Sync",
"LocalDirSyncInProgress": "Local directory sync in progress... This may take several minutes...",
"DoDuplicateGameDir": "Do you want to duplicate the game server's directory contents?",
"SelectEmptyDir": "Select an EMPTY directory to copy the server's folder contents. Make a new directory if needed.",
"CannotUseRootDir": "You cannot use the root directory of a drive.",
"DirNotEmpty": "Directory is not empty. Please choose an empty directory to place the server's folder contents.",
"CopyingGameSerDirCont": "Copying game server directory...",
"CopyingGameSerDir": "Copying game server directory...",
"Calculating": "Calculating",
"ErrorDuringServerDup": "Error during server duplication",
"RecommendedFolderStruc": "Recommended Folder Structure",
"RecommendedFolderStructureText": "We recommend making a base folder such as \"Steam\". Underneath \"Steam\" should be a folder for each game server, and a folder for SteamCMD.",
"DonateToSedirector": "Donate to seDirector",
"AllServersMustBeOfflineToRunThisTest": "All servers must be stopped (in the Offline state) to run this test.",
"PlayersCurrentMapNotUpdating": "Please make sure you have installed the seDirector addon on your server(s). Check the Automation tab in the server properties.",
"CSGODiscontinued": "Valve has officially discontinued updates for CSGO. Consequently, no further updates will be issued.{LB}{LB}You might encounter a message stating \"Your server is out of date.\" This occurs because Valve's API no longer identifies any version as the most recent, leading the game to mistakenly believe it is outdated.{LB}{LB}Click OK for additional details.",
"RestartInGameNotificationRequiresPlugin": "Restart with in-game notification requires the seDirector plugin to be installed on the server. Please install the plugin and try again.",
"UpdateInGameNotificationRequiresPlugin": "Update with in-game notification requires the seDirector plugin to be installed on the server. Please install the plugin and try again."
},
"DiscordBot": {
"RequiresSubscription": "Discord bot requires a Pro subscription or higher.",
"AuthenticationFailed": "Discord bot authentication failed. Please check your token and reset it if necessary.",
"NoToken": "You can save these settings without a token, but the Discord bot will not work until you set one.",
"Step1": "Go here and log in if needed: ",
"Step2": "Click \"New Application\" at the top right",
"Step3": "Name the bot \"seDirector\"",
"Step4": "Click \"Create\"",
"Step5": "Click the \"OAuth2\" menu option on the left, then the \"URL Generator\" menu option",
"Step6": "Check the \"bot\" option under Scopes",
"Step7": "Put a check in the box next to the following permissions:",
"Step7a": "In the \"General Permissions\" column:",
"Step7a1": "Manage Emojis and Stickers",
"Step7a2": "Manage Webhooks",
"Step7a3": "Read Messages / View Channels",
"Step7b": "In the \"Text Permissions\" column:",
"Step7b1": "Check ALL permissions in this column",
"Step7c": "In the \"Voice Permissions\" column:",
"Step7c1": "Do not check any permissions in this column",
"Step8": "Copy the generated URL at the bottom into this box",
"Step8a": "URL:",
"Step9": "Back in the web browser, click the \"Bot\" menu option on the left",
"Step10": "Click \"Add bot\", then \"Yes, do it!\"",
"Step11": "IMPORTANT: Turn off \"Public bot\" and click \"Save changes\"",
"Step12": "Under Privileged Gateway Intents, turn on Presence, Server Members, and Message Content and click \"Save Changes\".",
"Step13": "Click \"Reset Token\", then \"Yes, do it!\", then copy the token into this box:",
"Step14": "Token:",
"Step15": "Now click the button to the right of this text to add the bot to one of your PRIVATE servers.{LB}{LB}NOTE: if you add a bot to a public server then ANYONE will be able to control your server! Add a bot to a private server instead!",
"Step16": "Finally, save the settings.",
"AddBotToServer": "Add Bot to Server",
"Save": "Save",
"HelpText1": "In a few seconds the seDirector bot should appear in your Discord server. Here are the commands you can use:",
"HelpText2": "!servers OR !status OR !s OR sed_servers OR sed_status OR sed_s - shows a list of all servers",
"HelpText3": "For the following commands, you can specify either a server number from the server list, or you can type the word \"all\" to apply the command to all servers.",
"HelpText4": "!start OR sed_start - starts the server",
"HelpText5": "!stop OR sed_stop - stops the server",
"HelpText6": "!restart OR sed_restart - restarts the server",
"HelpText7": "!update OR sed_update - updates the server",
"HelpText8": "Examples:",
"HelpText9": "!start 0 - starts server number 0",
"HelpText10": "!start all - starts all servers",
"IconText": "Bonus: go to this URL, save the image, then in \"General Information\" set the \"App Icon\" to the image",
"IconOpen": "Open",
"IconCopy": "Copy",
"CopiedToClipboard": "Icon URL has been copied to the clipboard."
},
"Notifications": {
"DebugModeEnabled": "Debug mode is enabled!",
"RunningNotAttached": "{0} is running and is not attached to seDirector. Click OK to terminate the process or cancel to exit seDirector.",
"ForceUpdateSedirector": "Force update seDirector?",
"DesktopShortcutCreated": "Desktop shortcut created.",
"StartMenuShortcutCreated": "Start Menu shortcut created.",
"ShortcutError": "There was an error creating the shortcut. Please make sure you have access to the desktop.",
"ShortcutErrorSM": "There was an error creating the shortcut. Please make sure you have access to the start menu.",
"SteamUsernamePasswordChanged": "The Steam username or password has changed. Please enter the Steam Guard code (sent to your e-mail) on the following window if asked. Do Not close out of the next window, let it close automatically. If you mess up, just press backspace to correct.{LB}{LB}If you need the code to be sent again, press Ctrl-C one time and let it close automatically, set your username to something else, Save, then change it back to the correct value, Save.",
"CannotUseRootDirectoryOfDrive": "You cannot use the root directory of a drive.",
"PleaseSelectSrcdsInGameDirectory": "Please select srcds.exe/cs2.exe in the game's directory.",
"SteamClientRequiredForGame": "Steam client is missing on your system. This game needs the Steam client to successfully launch its server. Starting the server without Steam will result in a failure. If you've installed Steam in a custom directory, you can disregard this message.{LB}{LB}To download the Steam client, visit SteamPowered.com.",
"ErrorStartingServer": "Error starting server",
"MaxStartAttemptsReached": "Cannot start after {0} attempts. User required.",
"MaxCrashesOccurred": "Server crashed {0} times in a row. User required.",
"NoCrashesInTenMinutes": "No crashes in 10 minutes",
"SecondCrashInTenMinutesUpdating": "2nd crash in 10 minutes - attempting to update server",
"ErrorServerRecommendation": "Run an update on the server to see if that fixes the problem. If that does not fix it there may be a problem with an addon or plugin. Check the server's error logs for more information.",
"CrashedByClosing": "Crashed by closing",
"DetectedNotResponding": "Detected not responding, retrying in 10 seconds",
"CrashByNotResponding": "Crashed by not responding",
"ManualInterventionRequired": "Manual intervention required",
"DetectedUpdate": "Detected update request",
"DetectedRestartRequest": "Detected restart request",
"ServerStoppedForUpdating": "Server stopped for updating",
"ServerStoppedForPendingRestart": "Server stopped for pending restart",
"PendingRestartTimeout": "Greater than {0} seconds has passed since restart request, forcing server restart",
"PendingUpdateTimeout": "Greater than {0} seconds has passed since update request, forcing update",
"UpdateComplete": "Update complete",
"AreYouSureTerminate": "Are you sure you want to terminate all instances of {0}.exe?",
"AllInstancesOf": "All instances of {0}.exe have been terminated if they existed.",
"QuitConfirm": "There are servers running or updating. If you exit, all servers will be stopped. Are you sure you want to exit?",
"ErrorStartingServerRecommendation": "Error 1009: There was an error starting {0}. Make sure the port you are using is an available port (one port per server per host) and that the IP address is valid. If you still experience problems, try updating the server or running the server manually to correct the problem. Sometimes a lower version of SourceMod or Metamod is required in order to run the game.",
"ErrorStartingUpdateRecommendation": "Error 1010: There was an error starting an update on server {0}. We've found the most common problem is that the \"Automatically detect settings\" checkbox is unchecked in Internet Options->Connections->LAN Settings. If it is checked, redownload {1}. Launch {1} through a command prompt for more information. Sometimes a lower version of SourceMod or Metamod is required in order to run the game.{LB}{LB}Here's the {1} command line w/arguments:{LB}{LB}{1}.exe {2}",
"QuitServerForUpdateConfirmation": "Server {0} is currently running.{LB}{LB}Do you want to stop the server to proceed with updating?",
"DeleteServerConfirmation": "Are you sure you want to delete server {0}?",
"EmailInfo": "If e-mail alerts are enabled on a server, you'll receive alerts from alerts@sedirector.com automatically. No need to bother with SMTP settings - e-mail notifications are included as part of your seDirector account.",
"NoAvailableUpdates": "No available updates at this time.",
"NewerVersionAvailable": "A newer version of seDirector is available.{LB}{LB}Current Version: {0}{LB}New Version: {1}{LB}{LB}Would you like to update seDirector? Your servers will continue to run during the seDirector update process.",
"AutomaticUpdateInfo": "seDirector supports the ability to update a server automatically when Steam's servers have an update available. For this to work you must have SourceMod installed with the SteamTools extension and the seDirector plugin.{LB}{LB}Press OK to open the seDirector plugin page.",
"FileDoesNotExist": "{0} does not exist in the specified location.",
"GameServerDirectoryMissing": "The game directory for server {0} is missing. Please select srcds.exe/cs2.exe again.",
"CreateServerConfirm": "Create {0} in {1}?",
"UpdateToolMissing": "{0} is missing. Please go to Tools->Options to set the location of {0}.",
"UpdateToolNotSelected": "An update tool has not been selected for {0}. Please go to the Automation tab in the server's properties to select an update tool.",
"ServerBeingCreated": "The server will now be created. Please wait until the installer has finished, then select srcds.exe/cs2.exe in the server properties window.",
"ServerBeingCreatedTF2C": "TF2 Classic will be downloaded, extracted, and installed, along with the base server files. Please wait until the installer has finished, then select srcds.exe in the server properties window.",
"DownloadingUpdateTool": "Click OK to download {0}. After the download is complete, extract the exe from the zip file and place an the appropriate directory, then come back to this screen.",
"NoUpdateToolSet": "An update tool has not been set on {0} of your servers. Please set the update tool in the Automation tab of the server's properties.",
"ShuttingDownProper": "Shutting Down",
"ShuttingDown": "Shutting down",
"AddonUpdateFailure": "Error 1011: Error when trying to download the addon lists. Check your Internet connection or contact seDirector support if this issue continue.",
"AddonBackupFailure": "Error 2017: Error when backing up the existing addon. Please try again.",
"ScriptExeNotValid": "You must specify an exe, ps1, cmd, or bat file."
},
"Backups": {
"CreateBackupAsk": "Create backup for server {0}?",
"CreatingBackupCaption": "Creating Backup",
"BackingUpServer": "Backing up {0}"
},
"Compressing": {
"CompressingToBZ2": "Compressing to BZ2",
"CompressingXToBZ2": "Compressing {0} to BZ2...",
"RecompressingDueToCancel": "(recompressing all due to previous cancellation)"
},
"LogsLogs": {
"CompressLogsAsk": "Compress the logs for server {0}?",
"LogsDirectoryDNE": "Logs directory does not exist!",
"CompressingLogsCaption": "Compressing Logs",
"CompressingLogsDescription": "Compressing logs for server {0}"
},
"Errors": {
"ErrorCreatingServer": "Error 1012: There's a problem with {0}. We've found the most common problem is that the \"Automatically detect settings\" checkbox is unchecked in Internet Options->Connections->LAN Settings. If it is checked, redownload {0}. Launch {0} through a command prompt for more information.",
"CouldNotConnectToInternet": "Could not connect to the Internet."
},
"Login": {
"EmailResetPassword": "An email has been sent to {0}. Please click on the link to reset your password.",
"PleaseTypeEmailThenReset": "Please type your e-mail address and then click Forgot Password.",
"EmailRegister": "A confirmation email has been sent to {0}. Please click on the link to confirm your registration.",
"LoginText": "Sign in with your account or enter your e-mail address and password to register.",
"InvalidLogin": "Invalid e-mail address or password.",
"CheckEmailVerify": "Check your e-mail to verify your account.",
"PasswordEightChars": "Please use a password of at least 8 characters.",
"AccountAlreadyRegistered": "Account already registered."
},
"ServerProperties": {
"Addons": "Addons",
"CopyOf": "Copy of",
"MetamodSource": "Metamod:Source is a C++ plugin environment for Half-Life 2. It acts as a 'metamod' which sits in between the Game and the Engine, and allows plugins to intercept calls that flow between. It provides a mechanism called SourceHook, a very powerful library for intercepting, overridding, and superseding virtual function calls.",
"SourceMod": "SourceMod is server modification for any game that runs on the Half-Life 2 engine. It is a powerful, highly optimized platform for scripting plugins and handling server administration. The default package comes with a base set of plugins, but there are thousands of plugins in the community.",
"ULX": "ULX is an admin mod for Garry's Mod. It allows you to set up permissions for different groups of players, and it comes with a lot of commands for server administration.",
"ULib": "ULib is a library that all of the ULX commands are based on. It provides a lot of useful functions for developers to use in their own addons.",
"CounterStrikeSharp": "CounterStrikeSharp is a server-side plugin for Counter-Strike 2. It allows you to run C# code on the server, which can be used to create custom game modes, plugins, and more.",
"Wiremod": "Wiremod is an addon for Garry's Mod that allows you to create complex contraptions and devices using a visual programming language.",
"VersionListEmpty": "The {0} version list is empty. To fix this, simply restart seDirector, wait 5 seconds, then open the server's properties again. Would you like to restart seDirector? Running servers will remain running.",
"ErrorInstallingAddon": "Error installing addon. Check your Internet connection and try again.",
"TaskConfirm": "Are you sure you want to remove task {0}?",
"RemovingMetamodAffectSourcemod": "Removing Metamod will stop SourceMod from working. You must remove SourceMod first.",
"RemovingMetamod2AffectCounterStrikeSharp": "Removing Metamod 2 will stop CounterStrikeSharp from working. You must remove CounterStrikeSharp first.",
"RemovingULibAffectULX": "Removing ULib will stop ULX from working. You must remove ULX first.",
"RemoveXFromServer": "Remove {0} from this server?",
"WarningAllDataDeleted": "WARNING: All addon data will be deleted.",
"AddonCouldNotBeDetected": "Addon could not be detected. Make sure you have permission to write to {0} and rerun the Install/Change process.",
"DoesNotExistClick": "Does not exist. Click here to create it.",
"SaveChangesFile": "Save changes to file?",
"ProblemFileNotExist": "Problem opening file. File does not exist.",
"CouldNotSaveFile": "Could not save file",
"YouShouldCreateDirUnique": "You should create a directory on your web server unique to this game server.",
"Example": "Example",
"URL": "URL",
"RemoteDir": "Remote Directory",
"Connecting": "Connecting",
"AllTestsPassedFTP": "All tests passed. FTP/SFTP synchronization should work.",
"OneMoreTestFailedFTP": "One or more tests failed. FTP/SFTP synchronization won't work until the previous errors are resolved.",
"ErrorTestingFTP": "There was an error testing the FTP/SFTP connection. Please make sure all fields are filled out properly.",
"TestCon": "Test Connection",
"ForExample": "For example:",
"SpecialInstructionsCS2": "Special Instructions for CS2",
"PluginRequired": "Plugin Required",
"SpecifyExactPath": "Specify the exact path to the game directory directory that contains the maps, sound, etc, subdirectory.",
"WouldBeAccessibleAt": "would be accessible via HTTP at",
"UseTestConnection": "Use the Test Connection button to ensure you can connect and that you have specified the correct directory.",
"SWU_EXAMPLE": "Specify the exact path to the game directory directory that contains the maps, sound, etc, subdirectory.{LB}{LB}For example:{LB}/var/www/yourdomain.com/assets/tf2{LB}would be accessible via HTTP at{LB}http://yourdomain.com/assets/tf2/{LB}{LB}Use the Test Connection button to ensure you can connect and that you have specified the correct directory.",
"CS2_Plugin_Info": "<p>With CS2, the server hibernates before the seDirector plugin has a chance to turn that off. You must set <strong>sv_hibernate_when_empty</strong> to <strong>0</strong> in your cfg file that starts the server, otherwise the seDirector plugin will NOT work.</p> <p> <strong>If you don't set this cvar to 0:</strong><br> (1) Updates will not occur until a player joins<br> (2) After players are notified in-game of a server update, if all leave before the countdown reaches 0, your server will never update<br> (3) Because of 1+2, this causes an endless loop of in-game updates and thus an outdated server </p> <p>You <i>cannot</i> simply turn off hibernation later, it must be done in the cfg file that launches when your server runs.</p> <p><strong>Add this line to your cfg file and make sure it's not anywhere else:</strong><br> sv_hibernate_when_empty 0 </p>",
"AddonInfo": "Addon Info",
"YouHaveSelectedActionSedirectorPlugin": "You've selected an action that can only be used if the seDirector plugin is installed. Please make sure to install this before you save the task, otherwise you will run into issues.",
"SelectDestinationDirSync": "Select the destination directory for directory synchronization",
"UseFormatBelowNotifEmail": "Use the format below as your notification e-mail address.",
"PleaseEnterServerNameProp": "Please enter a server name in the Properties tab before testing notifications.",
"PleaseEnterEmailAddressTesting": "Please enter an e-mail address before testing notifications.",
"PleaseCheckDiscordWebhook": "Please check the Discord webhook URL and try again.",
"DiscordWebhookMoreInfo": "A Discord webhook is required in order for this to work. If you don't already have a Discord server for these notifications, create a new Discord server. Once created, go into the Discord server (or channel) settings, click on Integrations, and click 'New Webhook'. Copy the webhook URL and paste it into seDirector.",
"ServerCfgAlreadyExist": "Server.cfg already exists in this game's cfg directory, do you want to save it as server.cfg.example instead?",
"WindowCaptionNewServer": "New Server",
"WindowCaptionServer": "{0} - Properties",
"PluginSuccessfullyInstalled": "Plugin successfully installed.",
"ErrorInstallingPlugin": "Error 1007: Error installing plugin. Please make sure you have access to the plugins directory.",
"PluginSuccessfullyRemoved": "Plugin successfully removed.",
"ErrorRemovingPlugin": "Error 1008: Error removing plugin. Please make sure no other programs are using this plugin. Close out of any Windows Explorer instances you may have open. Restart the computer if necessary.",
"PortNotAllowed": "{0} port not allowed",
"PortAssignedToAnotherServer": "Port assigned to another server",
"AnotherPropertiesWindowOpen": "Another properties window is already open. Please close the other window before opening a new one.",
"AllProcessors": "All Processors",
"Installed": "Installed",
"NotInstalled": "Not Installed",
"NotTheUpdateTool": "You can choose {0} as the update tool, however, {1} is the standard update tool for {2}. Updating with {0} is not officially supported and may not work properly.{LB}{LB}Do you still want to save this configuration?",
"AnUpdateToolHasNotBeenSelected": "An update tool has not been selected. {0} is the default tool for {1}, would you like to update using that?",
"SrcdsGameDirectoryInUse": "This srcds.exe/cs2.exe game directory is already in use by server {0}. Please create a new directory for a new server. Each game server much have its own directory.",
"CouldNotDetectGameServer": "Could not detect the game server. Please make sure the game is supported by seDirector and that the game server directory contains all the necessary files needed to run the game server.",
"DirectorySyncFieldMissing": "Enable Directory Sync is checked but there's a field missing information. Check the fields in the middle of the Optimization tab.",
"FTPSyncFieldMissing": "Enable FTP Synchronization is checked but there's a field missing information. Check the fields at the bottom of the Optimization tab.",
"FillInEmailNotification": "Please fill in the notification e-mail address or uncheck the 'Enable E-mail Notifications' checkbox.",
"FillInDiscordNotification": "Please fill in the Discord webhook or uncheck the 'Enable Discord Notifications' checkbox.",
"GameRequiresLoginToUpdate": "This game requires a login to update it. Please set the Steam login in Tools->Options or updating will fail.",
"InstallMetamodSourcemodBeforePlugin": "You must install Metamod & SourceMod before installing the seDirector plugin.",
"InstallMetamodCounterStrikeSharpBeforePlugin": "You must install Metamod & CounterStrikeSharp before installing the seDirector plugin.",
"MMSSMayNotBeCompatibleTF2C": "Metamod and SourceMod may not be compatible with TF2 Classic and could cause it to crash upon starting.",
"ProcessPriority": {
"Realtime": "Realtime",
"High": "High",
"AboveNormal": "Above normal",
"Normal": "Normal",
"BelowNormal": "Below normal",
"Low": "Low"
},
"Logs_ServerProperties": {
"ModifiedServerProperties": "Modified server properties"
},
"BackupFailed": "{0} backup failed. Try temporarily disabling the anti-virus and setting an exclusion for seDirector if necessary. Confirm the addons folder is accessible by the Administrator (security permissions). If nothing else works, restart your computer to confirm no processes are using the folder."
},
"UpdateProgress": {
"StartUpdate": "StartUpdate",
"Working": "Working",
"UpdateComplete": "UpdateComplete",
"Manual": "Manual"
},
"Logs": {
"StartServerBegin": "Starting server",
"StartServerStartingError": "Starting server starting error",
"StartServerFinished": "Running",
"StartServerError": "Starting server error",
"StopServerBegin": "Stopping server",
"StopServerFinished": "Stopped",
"StopServerError": "Stopping server error",
"RestartServerBegin": "Restarting server",
"RestartServerFinished": "Restarted",
"RestartServerError": "Restarting server error",
"StoppingUpdate": "Stopping update",
"TryUpdatingManually": "Try updating manually",
"UpdateServerBegin": "Started update process",
"UpdateServerStartSuccess": "Updating server",
"UpdateServerErrorExited": "Updating server error (exited)",
"UpdateServerError": "Updating server error",
"ShowHideError": "Show/Hide error",
"CannotStartServerMissingDirectory": "Cannot start: Server directory missing",
"TaskRequestedServerRestart": "Task requested server restart",
"TaskRequestedServerRestartInGame": "Task requested server restart w/in-game notification",
"TaskRequestedUpdate": "Task requested server update",
"TaskRequestedUpdateInGame": "Task requested server update w/in-game notification",
"TaskRequestedRunScriptOrExe": "Task requested run script or executable",
"TaskRequestedMakeGETRequest": "Task requested make GET request to URL",
"TaskTriggeredByTime": "Task triggered by time",
"TaskTriggeredByCrash": "Task triggered by crash",
"TaskTriggeredByUnrecoverableCrash": "Task triggered by unrecoverable crash",
"TaskTriggeredByUpdateComplete": "Task triggered by update complete",
"TaskTriggeredByStarting": "Task triggered by starting",
"TaskTriggeredByStopping": "Task triggered by stopping",
"TaskTriggeredByMapChange": "Task triggered by map change",
"TF2CUpdateNotSupported": "TF2 Classic update not yet supported.",
"RestartingServerWithInGameNotification": "Restarting server with in-game notification",
"UpdatingServerWithInGameNotification": "Updating server with in-game notification"
},
"FileProperties": {
"Logs_FileProperties": {
"Title": "seDirector Log File",
"Description": "Server log in chronological order.",
"Format": "YYYY-MM-DD HH:MM:SS AP | Event",
"DescriptionFormat": "{0}: {1}",
"DescriptionLabel": "Description",
"ServerName": "Server Name",
"ServerNameFormat": "{0}: {1}",
"Game": "Game",
"GameFormat": "{0}: {1}"
}
},
"Paths": {
"Names": {
"ServerLogsFolder": "Server Logs",
"seDirectorLogPath": "seDirector_error.log",
"SteamCMDName": "steamcmd.exe"
},
"InternalNames": {
"ServerLogsPath": "ServerLogsPath",
"ServerLogsHostPath": "ServerLogsHostPath",
"ServerLogsHostServerPath": "ServerLogsHostServerPath",
"seDirectorLogPath": "seDirectorLogPath",
"SteamCMD": "SteamCMD"
}
},
"Addons": {
"Errors": {
"MustInstallMetamodBeforeSourcemod": "Please install Metamod:Source before installing SourceMod.",
"MustInstallMetamod2BeforeCounterStrikeSharp": "Please install Metamod:Source 2 before installing CounterStrikeSharp.",
"MustInstallULibBeforeULX": "Please install ULib before installing ULX.",
"ErrorInstaller": "Error 1009: An error occurred while attempting to {0} the addon.",
"ErrorInstallingUpdatingAddon": "Error while installing/updating addon.",
"ErrorChangingAddon": "There was an error while changing the addon. You may need to uninstall and reinstall the addon, or if having problems, restore from the backup file in addons\\[Backups].",
"ErrorChangingAddon2": "Error while changing addon.",
"ErrorRemovingAddon": "Error while removing addon."
},
"Notifications": {
"BackupNotify": "Because this is {0} {1}, a backup of the {2} directory will be made.",
"BackupAsk": "{0} {1} {2} {3}?"
},
"Other": {
"ChangingAddon": "Changing Addon",
"ChangingMetamodSource": "Changing Metamod:Source version",
"ChangingSourceModVersion": "Changing SourceMod version",
"ChangingCounterStrikeSharpVersion": "Changing CounterStrikeSharp version",
"CreatingBackup": "Creating Backup",
"BackingUp": "Backing up {0}"
}
},
"Donate": {
"AutoClosingWindow": "Automatically closing this window in {0} seconds"
},
"PortChecker": {
"PortRequirements": "Port number must be an integer between 1-65535.",
"PortIsOpen": "Port is open",
"PortIsClosed": "Port is closed"
},
"Troubleshooting": {
"ServerStartsNormally": "This server appears to start normally.{LB}{LB}Continue troubleshooting?",
"TestPassedWithoutAdditionalParameters": "Test passed. Server started successfully without the Additional Parameters. Something in your Additional Parameters is causing a problem when starting the server.",
"TestFailedWithoutAdditionalParameters": "Test failed. Server did not start successfully, even with Additional Parameters disabled.",
"CouldNotDisableAddons": "Error 3600. Could not disable addons. Please restart your computer and try again.",
"CouldNotEnableAddons": "Error 3601. Could not enable addons. You will need to manually rename 'addons_testing_renamed' to 'addons' to re-enable your addons.",
"ConfirmingServerStartIssue": "Troubleshoot: confirming server start issue",
"RunningServerWithoutAdditionalParameters": "Troubleshoot: running server without additional parameters",
"RunningServerWithoutACAP": "Troubleshoot: running server without addons, cfg file, additional parameters",
"TestPassedWithoutACAP": "Test passed. Server started successfully without addons, cfg, and Additional Parameters. Something in addons, cfg, and/or Additional Parameters is causing a problem starting the server.{LB}{LB}Note: this test does not test SourceMod cfg files, please check those as well if you have SourceMod.",
"TestFailedWithoutACAP": "Test failed. Server did not start successfully, even with addons, cfg, and Additional Parameters disabled.{LB}{LB}Note: this test does not test SourceMod cfg files, please check those as well if you have SourceMod.",
"RunningServerWithoutAddons": "Troubleshoot: running server without addons",
"TestPassedWithoutAddons": "Test passed. Server started successfully without the addons folder. Something inside the addons folder is causing a problem when starting the server. This problem could be caused by a cfg file related to an addon so check the cfg folder as well.",
"TestFailedWithoutAddons": "Test failed. Server did not start successfully, even with addons disabled."
},
"General": {
"CopiedToClipboard": "Copied to clipboard."
}
}
}