initial commit
This commit is contained in:
@@ -0,0 +1,412 @@
|
||||
using System.CodeDom.Compiler;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Crysome.Server.Resources;
|
||||
|
||||
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[DebuggerNonUserCode]
|
||||
[CompilerGenerated]
|
||||
public class Strings
|
||||
{
|
||||
private static ResourceManager resourceMan;
|
||||
|
||||
private static CultureInfo resourceCulture;
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
public static ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (resourceMan == null)
|
||||
{
|
||||
resourceMan = new ResourceManager("Crysome.Server.Resources.Strings", typeof(Strings).Assembly);
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
public static CultureInfo Culture
|
||||
{
|
||||
get
|
||||
{
|
||||
return resourceCulture;
|
||||
}
|
||||
set
|
||||
{
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
public static string Lang_Title => ResourceManager.GetString("Lang_Title", resourceCulture);
|
||||
|
||||
public static string Lang_SelectLabel => ResourceManager.GetString("Lang_SelectLabel", resourceCulture);
|
||||
|
||||
public static string Lang_ContinueButton => ResourceManager.GetString("Lang_ContinueButton", resourceCulture);
|
||||
|
||||
public static string Login_WindowTitle => ResourceManager.GetString("Login_WindowTitle", resourceCulture);
|
||||
|
||||
public static string Login_EnterKey => ResourceManager.GetString("Login_EnterKey", resourceCulture);
|
||||
|
||||
public static string Login_ErrorMsg => ResourceManager.GetString("Login_ErrorMsg", resourceCulture);
|
||||
|
||||
public static string Login_Buy => ResourceManager.GetString("Login_Buy", resourceCulture);
|
||||
|
||||
public static string Login_Login => ResourceManager.GetString("Login_Login", resourceCulture);
|
||||
|
||||
public static string Login_Exit => ResourceManager.GetString("Login_Exit", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Browse => ResourceManager.GetString("FileExplorer_Browse", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Delete => ResourceManager.GetString("FileExplorer_Delete", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Name => ResourceManager.GetString("FileExplorer_Name", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Open => ResourceManager.GetString("FileExplorer_Open", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Properties => ResourceManager.GetString("FileExplorer_Properties", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Rename => ResourceManager.GetString("FileExplorer_Rename", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Save => ResourceManager.GetString("FileExplorer_Save", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Size => ResourceManager.GetString("FileExplorer_Size", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Type => ResourceManager.GetString("FileExplorer_Type", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Modified => ResourceManager.GetString("FileExplorer_Modified", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Upload => ResourceManager.GetString("FileExplorer_Upload", resourceCulture);
|
||||
|
||||
public static string FileExplorer_Sort => ResourceManager.GetString("FileExplorer_Sort", resourceCulture);
|
||||
|
||||
public static string FileType_File => ResourceManager.GetString("FileType_File", resourceCulture);
|
||||
|
||||
public static string FileType_Folder => ResourceManager.GetString("FileType_Folder", resourceCulture);
|
||||
|
||||
public static string Main_Address => ResourceManager.GetString("Main_Address", resourceCulture);
|
||||
|
||||
public static string Main_ClientConnected => ResourceManager.GetString("Main_ClientConnected", resourceCulture);
|
||||
|
||||
public static string Main_ComputerName => ResourceManager.GetString("Main_ComputerName", resourceCulture);
|
||||
|
||||
public static string Main_FileManager => ResourceManager.GetString("Main_FileManager", resourceCulture);
|
||||
|
||||
public static string Main_Identifier => ResourceManager.GetString("Main_Identifier", resourceCulture);
|
||||
|
||||
public static string Main_Management => ResourceManager.GetString("Main_Management", resourceCulture);
|
||||
|
||||
public static string Main_OperatingSystem => ResourceManager.GetString("Main_OperatingSystem", resourceCulture);
|
||||
|
||||
public static string Main_Port => ResourceManager.GetString("Main_Port", resourceCulture);
|
||||
|
||||
public static string Main_Surveillance => ResourceManager.GetString("Main_Surveillance", resourceCulture);
|
||||
|
||||
public static string Main_TakeScreenshot => ResourceManager.GetString("Main_TakeScreenshot", resourceCulture);
|
||||
|
||||
public static string Main_Terminal => ResourceManager.GetString("Main_Terminal", resourceCulture);
|
||||
|
||||
public static string Main_Username => ResourceManager.GetString("Main_Username", resourceCulture);
|
||||
|
||||
public static string Clients_Filters => ResourceManager.GetString("Clients_Filters", resourceCulture);
|
||||
|
||||
public static string Clients_Country => ResourceManager.GetString("Clients_Country", resourceCulture);
|
||||
|
||||
public static string Clients_OS => ResourceManager.GetString("Clients_OS", resourceCulture);
|
||||
|
||||
public static string Clients_Group => ResourceManager.GetString("Clients_Group", resourceCulture);
|
||||
|
||||
public static string Clients_Ping => ResourceManager.GetString("Clients_Ping", resourceCulture);
|
||||
|
||||
public static string Clients_ClearFilters => ResourceManager.GetString("Clients_ClearFilters", resourceCulture);
|
||||
|
||||
public static string Clients_Blocklist => ResourceManager.GetString("Clients_Blocklist", resourceCulture);
|
||||
|
||||
public static string Clients_BlockedIPs => ResourceManager.GetString("Clients_BlockedIPs", resourceCulture);
|
||||
|
||||
public static string Clients_Add => ResourceManager.GetString("Clients_Add", resourceCulture);
|
||||
|
||||
public static string Clients_Remove => ResourceManager.GetString("Clients_Remove", resourceCulture);
|
||||
|
||||
public static string Clients_BlockSelected => ResourceManager.GetString("Clients_BlockSelected", resourceCulture);
|
||||
|
||||
public static string Clients_QuickStats => ResourceManager.GetString("Clients_QuickStats", resourceCulture);
|
||||
|
||||
public static string Clients_Showing => ResourceManager.GetString("Clients_Showing", resourceCulture);
|
||||
|
||||
public static string Clients_ClientsWord => ResourceManager.GetString("Clients_ClientsWord", resourceCulture);
|
||||
|
||||
public static string Clients_Countries => ResourceManager.GetString("Clients_Countries", resourceCulture);
|
||||
|
||||
public static string Clients_AvgPing => ResourceManager.GetString("Clients_AvgPing", resourceCulture);
|
||||
|
||||
public static string Clients_Ms => ResourceManager.GetString("Clients_Ms", resourceCulture);
|
||||
|
||||
public static string Clients_ActiveWindows => ResourceManager.GetString("Clients_ActiveWindows", resourceCulture);
|
||||
|
||||
public static string Clients_QuickActions => ResourceManager.GetString("Clients_QuickActions", resourceCulture);
|
||||
|
||||
public static string Clients_ScreenshotAll => ResourceManager.GetString("Clients_ScreenshotAll", resourceCulture);
|
||||
|
||||
public static string Clients_SendCommandAll => ResourceManager.GetString("Clients_SendCommandAll", resourceCulture);
|
||||
|
||||
public static string Clients_ActiveSessions => ResourceManager.GetString("Clients_ActiveSessions", resourceCulture);
|
||||
|
||||
public static string Clients_HvncLabel => ResourceManager.GetString("Clients_HvncLabel", resourceCulture);
|
||||
|
||||
public static string Clients_RdpLabel => ResourceManager.GetString("Clients_RdpLabel", resourceCulture);
|
||||
|
||||
public static string Clients_ColIP => ResourceManager.GetString("Clients_ColIP", resourceCulture);
|
||||
|
||||
public static string Clients_ColUsername => ResourceManager.GetString("Clients_ColUsername", resourceCulture);
|
||||
|
||||
public static string Clients_ColOS => ResourceManager.GetString("Clients_ColOS", resourceCulture);
|
||||
|
||||
public static string Clients_ColActiveWindow => ResourceManager.GetString("Clients_ColActiveWindow", resourceCulture);
|
||||
|
||||
public static string Clients_ColPing => ResourceManager.GetString("Clients_ColPing", resourceCulture);
|
||||
|
||||
public static string Clients_ColUptime => ResourceManager.GetString("Clients_ColUptime", resourceCulture);
|
||||
|
||||
public static string Clients_ColGPU => ResourceManager.GetString("Clients_ColGPU", resourceCulture);
|
||||
|
||||
public static string Clients_ColGroup => ResourceManager.GetString("Clients_ColGroup", resourceCulture);
|
||||
|
||||
public static string Clients_ColProxy => ResourceManager.GetString("Clients_ColProxy", resourceCulture);
|
||||
|
||||
public static string Clients_ColApps => ResourceManager.GetString("Clients_ColApps", resourceCulture);
|
||||
|
||||
public static string Clients_ColBank => ResourceManager.GetString("Clients_ColBank", resourceCulture);
|
||||
|
||||
public static string Clients_ColNotes => ResourceManager.GetString("Clients_ColNotes", resourceCulture);
|
||||
|
||||
public static string Clients_ActivityLog => ResourceManager.GetString("Clients_ActivityLog", resourceCulture);
|
||||
|
||||
public static string Clients_Export => ResourceManager.GetString("Clients_Export", resourceCulture);
|
||||
|
||||
public static string Clients_Start => ResourceManager.GetString("Clients_Start", resourceCulture);
|
||||
|
||||
public static string Clients_Stop => ResourceManager.GetString("Clients_Stop", resourceCulture);
|
||||
|
||||
public static string Clients_ProxyBtn => ResourceManager.GetString("Clients_ProxyBtn", resourceCulture);
|
||||
|
||||
public static string Clients_Screenshot => ResourceManager.GetString("Clients_Screenshot", resourceCulture);
|
||||
|
||||
public static string Clients_Builder => ResourceManager.GetString("Clients_Builder", resourceCulture);
|
||||
|
||||
public static string Clients_Plugins => ResourceManager.GetString("Clients_Plugins", resourceCulture);
|
||||
|
||||
public static string Clients_Settings => ResourceManager.GetString("Clients_Settings", resourceCulture);
|
||||
|
||||
public static string Clients_ClientsLabel => ResourceManager.GetString("Clients_ClientsLabel", resourceCulture);
|
||||
|
||||
public static string Clients_SendCommand => ResourceManager.GetString("Clients_SendCommand", resourceCulture);
|
||||
|
||||
public static string Clients_SendCommandAllMenu => ResourceManager.GetString("Clients_SendCommandAllMenu", resourceCulture);
|
||||
|
||||
public static string Clients_SendFile => ResourceManager.GetString("Clients_SendFile", resourceCulture);
|
||||
|
||||
public static string Clients_SendFileAll => ResourceManager.GetString("Clients_SendFileAll", resourceCulture);
|
||||
|
||||
public static string Clients_DirectLink => ResourceManager.GetString("Clients_DirectLink", resourceCulture);
|
||||
|
||||
public static string Clients_DirectLinkAll => ResourceManager.GetString("Clients_DirectLinkAll", resourceCulture);
|
||||
|
||||
public static string Clients_Socks5Proxy => ResourceManager.GetString("Clients_Socks5Proxy", resourceCulture);
|
||||
|
||||
public static string Clients_TakeScreenshot => ResourceManager.GetString("Clients_TakeScreenshot", resourceCulture);
|
||||
|
||||
public static string Clients_ProcessManager => ResourceManager.GetString("Clients_ProcessManager", resourceCulture);
|
||||
|
||||
public static string Clients_Credentials => ResourceManager.GetString("Clients_Credentials", resourceCulture);
|
||||
|
||||
public static string Clients_Passwords => ResourceManager.GetString("Clients_Passwords", resourceCulture);
|
||||
|
||||
public static string Clients_Cookies => ResourceManager.GetString("Clients_Cookies", resourceCulture);
|
||||
|
||||
public static string Clients_PasswordsCookies => ResourceManager.GetString("Clients_PasswordsCookies", resourceCulture);
|
||||
|
||||
public static string Clients_Autofills => ResourceManager.GetString("Clients_Autofills", resourceCulture);
|
||||
|
||||
public static string Clients_AllCredentials => ResourceManager.GetString("Clients_AllCredentials", resourceCulture);
|
||||
|
||||
public static string Clients_Remote => ResourceManager.GetString("Clients_Remote", resourceCulture);
|
||||
|
||||
public static string Clients_RemoteShell => ResourceManager.GetString("Clients_RemoteShell", resourceCulture);
|
||||
|
||||
public static string Clients_RemoteAudio => ResourceManager.GetString("Clients_RemoteAudio", resourceCulture);
|
||||
|
||||
public static string Clients_RemoteCamera => ResourceManager.GetString("Clients_RemoteCamera", resourceCulture);
|
||||
|
||||
public static string Clients_RemoteDesktop => ResourceManager.GetString("Clients_RemoteDesktop", resourceCulture);
|
||||
|
||||
public static string Clients_HvncMenu => ResourceManager.GetString("Clients_HvncMenu", resourceCulture);
|
||||
|
||||
public static string Clients_KeyloggerMenu => ResourceManager.GetString("Clients_KeyloggerMenu", resourceCulture);
|
||||
|
||||
public static string Clients_RemoteChat => ResourceManager.GetString("Clients_RemoteChat", resourceCulture);
|
||||
|
||||
public static string Clients_FileManager => ResourceManager.GetString("Clients_FileManager", resourceCulture);
|
||||
|
||||
public static string Clients_Restart => ResourceManager.GetString("Clients_Restart", resourceCulture);
|
||||
|
||||
public static string Clients_CopySummary => ResourceManager.GetString("Clients_CopySummary", resourceCulture);
|
||||
|
||||
public static string Clients_BlockIP => ResourceManager.GetString("Clients_BlockIP", resourceCulture);
|
||||
|
||||
public static string Clients_PinToTop => ResourceManager.GetString("Clients_PinToTop", resourceCulture);
|
||||
|
||||
public static string Clients_ExportMenu => ResourceManager.GetString("Clients_ExportMenu", resourceCulture);
|
||||
|
||||
public static string Clients_Mute30 => ResourceManager.GetString("Clients_Mute30", resourceCulture);
|
||||
|
||||
public static string Clients_Note => ResourceManager.GetString("Clients_Note", resourceCulture);
|
||||
|
||||
public static string Settings_BackToConnections => ResourceManager.GetString("Settings_BackToConnections", resourceCulture);
|
||||
|
||||
public static string Settings_Title => ResourceManager.GetString("Settings_Title", resourceCulture);
|
||||
|
||||
public static string Settings_Server => ResourceManager.GetString("Settings_Server", resourceCulture);
|
||||
|
||||
public static string Settings_Port => ResourceManager.GetString("Settings_Port", resourceCulture);
|
||||
|
||||
public static string Settings_QuicPort => ResourceManager.GetString("Settings_QuicPort", resourceCulture);
|
||||
|
||||
public static string Settings_InfoPoll => ResourceManager.GetString("Settings_InfoPoll", resourceCulture);
|
||||
|
||||
public static string Settings_MaxEndpoints => ResourceManager.GetString("Settings_MaxEndpoints", resourceCulture);
|
||||
|
||||
public static string Settings_Unlimited => ResourceManager.GetString("Settings_Unlimited", resourceCulture);
|
||||
|
||||
public static string Settings_MaxFile => ResourceManager.GetString("Settings_MaxFile", resourceCulture);
|
||||
|
||||
public static string Settings_Notifications => ResourceManager.GetString("Settings_Notifications", resourceCulture);
|
||||
|
||||
public static string Settings_PlaySoundConnect => ResourceManager.GetString("Settings_PlaySoundConnect", resourceCulture);
|
||||
|
||||
public static string Settings_PlaySoundDisconnect => ResourceManager.GetString("Settings_PlaySoundDisconnect", resourceCulture);
|
||||
|
||||
public static string Settings_TelegramNotifs => ResourceManager.GetString("Settings_TelegramNotifs", resourceCulture);
|
||||
|
||||
public static string Settings_EnableTelegram => ResourceManager.GetString("Settings_EnableTelegram", resourceCulture);
|
||||
|
||||
public static string Settings_BotToken => ResourceManager.GetString("Settings_BotToken", resourceCulture);
|
||||
|
||||
public static string Settings_ChatID => ResourceManager.GetString("Settings_ChatID", resourceCulture);
|
||||
|
||||
public static string Settings_TestMessage => ResourceManager.GetString("Settings_TestMessage", resourceCulture);
|
||||
|
||||
public static string Settings_Logging => ResourceManager.GetString("Settings_Logging", resourceCulture);
|
||||
|
||||
public static string Settings_PauseLog => ResourceManager.GetString("Settings_PauseLog", resourceCulture);
|
||||
|
||||
public static string Settings_LogToFile => ResourceManager.GetString("Settings_LogToFile", resourceCulture);
|
||||
|
||||
public static string Settings_Save => ResourceManager.GetString("Settings_Save", resourceCulture);
|
||||
|
||||
public static string Builder_BackToConnections => ResourceManager.GetString("Builder_BackToConnections", resourceCulture);
|
||||
|
||||
public static string Builder_Title => ResourceManager.GetString("Builder_Title", resourceCulture);
|
||||
|
||||
public static string Builder_Target => ResourceManager.GetString("Builder_Target", resourceCulture);
|
||||
|
||||
public static string Builder_IPHost => ResourceManager.GetString("Builder_IPHost", resourceCulture);
|
||||
|
||||
public static string Builder_Port => ResourceManager.GetString("Builder_Port", resourceCulture);
|
||||
|
||||
public static string Builder_Group => ResourceManager.GetString("Builder_Group", resourceCulture);
|
||||
|
||||
public static string Builder_StubPath => ResourceManager.GetString("Builder_StubPath", resourceCulture);
|
||||
|
||||
public static string Builder_Browse => ResourceManager.GetString("Builder_Browse", resourceCulture);
|
||||
|
||||
public static string Builder_ParentSpoof => ResourceManager.GetString("Builder_ParentSpoof", resourceCulture);
|
||||
|
||||
public static string Builder_ParentSpoofDesc => ResourceManager.GetString("Builder_ParentSpoofDesc", resourceCulture);
|
||||
|
||||
public static string Builder_AssemblyIcon => ResourceManager.GetString("Builder_AssemblyIcon", resourceCulture);
|
||||
|
||||
public static string Builder_Icon => ResourceManager.GetString("Builder_Icon", resourceCulture);
|
||||
|
||||
public static string Builder_EditAssembly => ResourceManager.GetString("Builder_EditAssembly", resourceCulture);
|
||||
|
||||
public static string Builder_CloneFromFile => ResourceManager.GetString("Builder_CloneFromFile", resourceCulture);
|
||||
|
||||
public static string Builder_Randomize => ResourceManager.GetString("Builder_Randomize", resourceCulture);
|
||||
|
||||
public static string Builder_AsmTitle => ResourceManager.GetString("Builder_AsmTitle", resourceCulture);
|
||||
|
||||
public static string Builder_AsmDesc => ResourceManager.GetString("Builder_AsmDesc", resourceCulture);
|
||||
|
||||
public static string Builder_AsmCompany => ResourceManager.GetString("Builder_AsmCompany", resourceCulture);
|
||||
|
||||
public static string Builder_AsmProduct => ResourceManager.GetString("Builder_AsmProduct", resourceCulture);
|
||||
|
||||
public static string Builder_AsmCopyright => ResourceManager.GetString("Builder_AsmCopyright", resourceCulture);
|
||||
|
||||
public static string Builder_AsmVersion => ResourceManager.GetString("Builder_AsmVersion", resourceCulture);
|
||||
|
||||
public static string Builder_Features => ResourceManager.GetString("Builder_Features", resourceCulture);
|
||||
|
||||
public static string Builder_FeatCmd => ResourceManager.GetString("Builder_FeatCmd", resourceCulture);
|
||||
|
||||
public static string Builder_FeatFile => ResourceManager.GetString("Builder_FeatFile", resourceCulture);
|
||||
|
||||
public static string Builder_FeatDirectLink => ResourceManager.GetString("Builder_FeatDirectLink", resourceCulture);
|
||||
|
||||
public static string Builder_FeatScreenshot => ResourceManager.GetString("Builder_FeatScreenshot", resourceCulture);
|
||||
|
||||
public static string Builder_FeatFileMgr => ResourceManager.GetString("Builder_FeatFileMgr", resourceCulture);
|
||||
|
||||
public static string Builder_FeatProcess => ResourceManager.GetString("Builder_FeatProcess", resourceCulture);
|
||||
|
||||
public static string Builder_FeatRestart => ResourceManager.GetString("Builder_FeatRestart", resourceCulture);
|
||||
|
||||
public static string Builder_FeatProxy => ResourceManager.GetString("Builder_FeatProxy", resourceCulture);
|
||||
|
||||
public static string Builder_FeatDesktop => ResourceManager.GetString("Builder_FeatDesktop", resourceCulture);
|
||||
|
||||
public static string Builder_FeatHvnc => ResourceManager.GetString("Builder_FeatHvnc", resourceCulture);
|
||||
|
||||
public static string Builder_FeatCredentials => ResourceManager.GetString("Builder_FeatCredentials", resourceCulture);
|
||||
|
||||
public static string Builder_FeatKeylogger => ResourceManager.GetString("Builder_FeatKeylogger", resourceCulture);
|
||||
|
||||
public static string Builder_FeatChat => ResourceManager.GetString("Builder_FeatChat", resourceCulture);
|
||||
|
||||
public static string Builder_FeatAudio => ResourceManager.GetString("Builder_FeatAudio", resourceCulture);
|
||||
|
||||
public static string Builder_FeatCamera => ResourceManager.GetString("Builder_FeatCamera", resourceCulture);
|
||||
|
||||
public static string Builder_FeatPersistence => ResourceManager.GetString("Builder_FeatPersistence", resourceCulture);
|
||||
|
||||
public static string Builder_FeatSurvival => ResourceManager.GetString("Builder_FeatSurvival", resourceCulture);
|
||||
|
||||
public static string Builder_FeatAvKiller => ResourceManager.GetString("Builder_FeatAvKiller", resourceCulture);
|
||||
|
||||
public static string Builder_FeatProtect => ResourceManager.GetString("Builder_FeatProtect", resourceCulture);
|
||||
|
||||
public static string Builder_FeatObfuscate => ResourceManager.GetString("Builder_FeatObfuscate", resourceCulture);
|
||||
|
||||
public static string Builder_Build => ResourceManager.GetString("Builder_Build", resourceCulture);
|
||||
|
||||
public static string Builder_BuildOutput => ResourceManager.GetString("Builder_BuildOutput", resourceCulture);
|
||||
|
||||
public static string Plugin_BackToConnections => ResourceManager.GetString("Plugin_BackToConnections", resourceCulture);
|
||||
|
||||
public static string Plugin_Title => ResourceManager.GetString("Plugin_Title", resourceCulture);
|
||||
|
||||
public static string Plugin_Subtitle => ResourceManager.GetString("Plugin_Subtitle", resourceCulture);
|
||||
|
||||
public static string Plugin_ContextMenuFeatures => ResourceManager.GetString("Plugin_ContextMenuFeatures", resourceCulture);
|
||||
|
||||
public static string Plugin_ChangesNote => ResourceManager.GetString("Plugin_ChangesNote", resourceCulture);
|
||||
|
||||
internal Strings()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user